/*
* KROME - A premium portfolio / agency template from designova
* Build: June 2016;
* Author: designova, http://www.designova.net
* Copyright (C) 2016 designova
* This is a premium product. For licensing queries please contact info@designova.net
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- 1. Common
- 2. Header
- 3. Footer
- 4. Navigation
- 5. Pages
- 6. Utilities
*/


/* 1. Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
    overflow-x: hidden;
}
@media (min-width: 1200px) and (max-width: 2000px) {
    .container{
        width: 70%;
    }
}
@media (min-width: 2001px) and (max-width: 10000px) {
    .container{
        width: 1400px;
    }
}
body, p{
    color: #888;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 300;
}
p {
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

/*Preloader*/
html.preloader-running, body.preloader-running {
    overflow: hidden;
}

html.preloader-running .sticky-sidebar {
    display: block;
}

div#preloader {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

div#preloader.fluidview {
    left: 0px;
}

#status {
    width: 134px;
    height: 80px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 134px 80px;
    margin: -25px 0 0 -90px;
}


/* 2. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead {
    padding: 30px 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.main-logo{
    margin-left: 10px;
    max-width: 200px;
    margin-top: 10px;
}
.link-show-poster{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  z-index: 9000;
}
.link-show-poster h1{
  font-size: 240px;
  text-align: center;
}

/* 3. Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer.mastfoot {
    padding: 80px 0;
}
.footnav ul{
    list-style-type: none;
    padding: 0 10px;
}
.footnav ul li a{
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: normal;
    border-bottom: solid 1px;
}
.foot-logo {
    padding-top: 20px;
}
footer.mastfoot h3{
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
footer.mastfoot h6{
    font-size: 12px;
    line-height: 19px;
}

/* 4. Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.mastnav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav.mastnav ul li a{
    font-weight: normal;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
nav.mastnav ul li a:hover{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

nav.mastnav,
nav.mastna:hover{
}
nav.mastnav ul{
  float: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
nav.mastnav ul:hover{
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;

}

.main-link{
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: solid 2px;
}


/*WORKS*/
.works-filter-wrap{
    display: none;
}
.filter-notification span, .menu-notification span{
    font-size: 34px;
    float: right;
    margin-left: 20px;
}
.works-filter{
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-filter li{
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.works-filter li a{
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
}
.works-container{
    padding: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.works-filter li:last-child:after{
    display: none;
}



 .works-item{
  overflow: hidden;
 }
 .works-item a{
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 100;
            text-align: center;
            text-decoration: none !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item a:hover{
            text-decoration: none !important;
            opacity:1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .info a:hover{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("../images/zoom.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: left;
            padding: 0 100px;
        }
        .works-thumbnails-view{
          margin-top: 0px;
        }
        .works-thumbnails-view .works-item-inner{
            text-align: left;
            padding: 40px;
        }
        .works-thumbnails-view .works-item-inner p > span {
            font-size: 12px;
            letter-spacing: normal;
            line-height: 24px;
            letter-spacing: 2px;
            margin-top: 0;
            text-transform: uppercase;
        }
        .works-item-inner h3 > span{
            font-size: 12px;
            letter-spacing: normal;
            line-height: 19px;
            text-transform: none;
            margin-bottom: 5px;
            border-bottom: solid 2px;
            font-weight: 200;
        }
        .works-item-inner p > span{
            font-size: 14px;
            line-height: 25px;
            letter-spacing: 8px;
            margin-top: 0px;
            text-transform: uppercase;
        }
        .works-item a:hover
        .works-item-inner h3{
        }
        .works-item a:hover
        .works-item-inner p{
        }

.works-item-fade{
  opacity: 0.1;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}

.works-item-fade a{
  display: none !important;
}
.works-masonry-container{
    padding: 0;
}
.works-masonry-container .works-item-one-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}
.works-masonry-container .works-item-two-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 66.6% !important;
}
.works-masonry-container .works-item-one-half {
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
}
.works-masonry-container .works-item-one-fourth {
  margin: 0 !important;
  padding: 0 !important;
  width: 25% !important;
}
.works-masonry-container .works-item-one-sixth {
  margin: 0 !important;
  padding: 0 !important;
  width: 16.66% !important;
}
.works-masonry-container .works-item-full-width {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.works-masonry-container .works-item-one-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 31.3% !important;
}
.works-masonry-container .works-item-one-half-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 48% !important;
}
.works-masonry-container .works-item-two-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 64.6% !important;
}
.works-masonry-container .works-item-one-fourth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 23% !important;
}
.works-masonry-container .works-item-one-sixth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 14.66% !important;
}




/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Portfolio Isotope Transitions */

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/*Buttons*/
.btn-krome{
    border-radius: 0px;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-krome-big {
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-krome:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-krome-white {
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
}

.btn-krome-white:hover {
    border: solid 2px #fff;
    background: #fff;
    color: #000 !important;
}

.btn-krome-dark {
    border: solid 2px #000;
    background: transparent;
    color: #000;
}

.btn-krome-dark:hover {
    border: solid 2px #000;
    background: #000;
    color: #fff !important;
}

.btn-krome-color {
    border: solid 2px;
    background: transparent;
}

.btn-krome-color:hover {
    border: solid 2px;
    color: #fff;
}

/*Additional Helper Calsses*/

.add-top {
    margin-top: 120px;
}

.add-top-half {
    margin-top: 60px;
}

.add-top-quarter {
    margin-top: 30px;
}

.add-bottom {
    margin-bottom: 120px;
}

.add-bottom-half {
    margin-bottom: 60px;
}

.add-bottom-quarter {
    margin-bottom: 30px;
}

.pad {
    padding: 60px;
}

.pad-top {
    padding-top: 120px;
}

.pad-top-half {
    padding-top: 60px;
}

.pad-top-quarter {
    padding-top: 30px;
}

.pad-bottom {
    padding-bottom: 120px;
}

.pad-bottom-half {
    padding-bottom: 60px;
}

.pad-bottom-quarter {
    padding-bottom: 30px;
}

.remove-top {
    margin-top: 0 !important;
}

.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ease:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.no-pad {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
}

/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off {
    background-attachment: scroll !important;
    background-size: cover !important;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}



.color {
    color: #000008
}

.white {
    color: #fff
}

.silver {
    color: #f0f4f4
}

.grey {
    color: #aaa
}

.dark {
    color: #292929
}

.black,
a {
    color: #121212
}

.color-bg {
    background-color: #000008
}

.white-bg {
    background-color: #fff
}

.silver-bg {
    background-color: #f0f4f4
}

.grey-bg {
    background-color: #aaa
}

.dark-bg {
    background-color: #292929
}

.black-bg {
    background-color: #121212
}

a:hover {
    color: #333
}

::selection {
    background: #000008;
    color: #fff
}

::-moz-selection {
    background: #000008;
    color: #fff
}

.btn-krome-color {
    border-color: #000008;
    color: #000008
}

.btn-krome-color:hover {
    border-color: #000008;
    background-color: #000008;
    color: #fff
}

nav.mastnav ul li a {
    color: #333;
    border-color: #aaa;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav.mastnav ul li a.activelink,
nav.mastnav ul li a:hover {
    color: #121212;
    border-color: #121212
}

.works-item-inner:hover {
    background-color: #000008!important
}

.works-filter li a.active span {
    color: #9f2687!important;
}

.bxslider .bx-wrapper .bx-pager {
    background-color: #292929
}

.footnav ul li a {
    border-color: #121212
}

.font1 {
    font-family: Rubik, sans-serif
}

.font2 {
    font-family: Rubik, sans-serif
}

.font2hairline {
    font-family: Rubikhairline, sans-serif
}

.font2light {
    font-family: Rubiklight, sans-serif
}

.font2semibold {
    font-family: Rubiksemi_bold, sans-serif
}

.font2bold {
    font-family: Rubikbold, sans-serif
}

.font2extrabold {
    font-family: Rubikextra_bold, sans-serif
}

.font2ultralight {
    font-family: Rubikultra_light, sans-serif
}

.font2black {
    font-family: Rubikblack, sans-serif
}

.font3 {
    font-family: Raleway, sans-serif
}

.btn-krome,
body,
p {
    font-family: Rubik, sans-serif
}
