/*
* NORD - Premium HTML5 Template from Designova
* Build: March 2016;
* Author: Designova, http://www.designova.net
* Copyright (C) 2016 Designova
* This is a premium productFor 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 !important;
}
@media (min-width: 993px) and (max-width: 5000px) {
  .container{
    max-width: 100%;
  }
}
/*setting global page borders*/
header.masthead {    
    border-top: solid 40px #fff;
    border-left: solid 180px #fff;
    border-right: solid 180px #fff;
}
section.mastwrap {
    padding-left: 180px;
    padding-right: 180px;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 0;
}
p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
}


a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

/*Typography*/
.main-heading{
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.sub-heading{
  font-size: 14px;
  line-height: 21px;
}

/*Sections*/
.about-overlay{
  background-color: rgba(255,255,255,0.5);
}
/*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: 0;
    position: fixed;
    top: 130px;
    width: 100%;
    z-index: 99999;
}

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

#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    margin: -100px 0 0 -100px;
}

/* 2 Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead {    
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 9999;
    height: 130px;
}
.header-border{
  border-bottom: solid 2px #222; 
  margin-bottom: 0px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.header-caps h1{
  font-size: 112px;
  line-height: 112px;
}
.header-caps h2{
  font-size: 72px;
  line-height: 84px;
}
.header-caps h3{
  margin-top: 10px;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
}
.header-caps h4{
  margin-top: 10px;
  font-size: 32px;
  line-height: 44px;
  font-style: italic;
}
.main-headline{
  margin-top: 130px;
  padding-bottom: 30px;
}
/*WORKS*/
.sub-headline{
  border-top: solid 2px #222; 
}
/* 3 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer.mastfoot{
  padding: 30px 0px 50px 0;
}
footer.mastfoot:before{
  content: ' ';
  height: 40px;
  background-color: #fff;
  display: block;
  border-top:solid 2px #222; 
}
footer.mastfoot h5{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.social-wrap{
  padding: 0;
}
.foot-social {
    list-style: none outside none;
    padding: 0;
}
.foot-social li {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 0;
}
.foot-social li a > img {
  width: 32px;
    opacity: 0.2;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
.foot-social li a > img:hover {
    opacity: 1;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
.credits p{
  font-size: 12px;
  line-height: 19px;
  margin-top: 10px;
}
.main-logo{
  max-height: 50px;
}
.foot-print{
  width: 100%;
  height: 100px;
  background-color: #222;
  background-position: center center;
  background-size: cover;
  border-bottom:solid 20px #080808; 
}
.sticky-footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: white;
  z-index: 9990;
  display: none !important;
}

/* 4 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.mastnav {
  display: none;
  background-color: rgba(0,0,0,0.9);
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 9999;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
nav.mastnav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav.mastnav ul li{
    margin-bottom: 20px;
} 

.menu-notification span{
    font-size: 34px;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0px;
    display: block;
    text-align: right;
}
.menu-logo{
  margin-bottom: 30px;
}
.sub-menu{
  display: none;
  margin-top: 0px;
  padding-top: 5px;
  margin-bottom: 20px;
}
.sub-menu a{
  display: block;
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
}
.main-link{
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.menu-close-notification span{
  position: absolute;
  height: 30px;
  width: 30px;
  top: 30px;
  right: 32px;
    font-size: 30px;
    z-index: 9999;
}

/* 5 Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.mastwrap {
    border-top:none; 
}

.common-content h3{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 23px;
}
.common-content h3 span{
  text-transform: none;
  letter-spacing: 0px;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
}
.common-content h4{
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 7px 10px;
}

/*INTROS*/

.intro-fashion h1{
  margin-bottom: 10px;
}
.intro-fashion h5 > span{
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding: 10px 15px;
}
.intro07 .tp-bgimg, .intro07 .slotslide div{
  background-size: cover;
}
.intro07.tp-bullets.simplebullets.round {
  position: fixed;
  top: 50%;
    right: 0px !important;
    width: 40px;
    z-index: 9990;
}
.tp-bullets{
    right: -30px !important;
}
.intro07 .tp-bullets.simplebullets.round .bullet::before, .intro07 .tp-bullets.simplebullets.round .bullet.selected {
  border-radius:50%; 
  border: none;
}
.intro07 .tp-bullets.simplebullets.round .bullet::before{
  opacity: 0.2;
}

.featured-title-subtext{
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-top: 20px;
}
.featured-title-caption span{
  display: block;
    font-size: 32px;
    line-height: 64px;
    padding-top: 0px;
    margin-left: 10px;
    letter-spacing: 16px;
    text-transform: uppercase;
}
.featured-work-caption{
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    letter-spacing: normal;
    font-style: italic;
}
.featured-work-caption span{
  display: block;
    font-size: 28px;
    line-height: 38px;
    margin-top: 10px;
    letter-spacing: 16px;
    padding: 5px;
    padding-left: 14px;
    text-transform: uppercase;
    font-style: normal;
}
.featured-title-caption span:before{
  content: ' ';
  width: 100%;
  height: 5px;
  display: block;
  margin-left: -7px;
}
.featured-title-caption span:after{
  content: ' ';
  width: 100%;
  height: 5px;
  display: block;
}

.cd-intro{
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}
.cd-headline{    
    font-size: 36px;
    line-height: 43px;
}

/*ABOUT*/
.experience-item h2{
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.experience-item h5{
  font-size: 14px;
  line-height: 21px;
  margin-top: 5px;
  padding-bottom: 20px;
  border-bottom: 4px solid #eee; 
}
.experience-item h5 > span{
  font-style: italic;
}
.clients-carousel-item img {
    display: inline-block !important;
    max-width: 100px;
}
.clients-logos .owl-controls{
  margin-top: 20px;
}
.features-item h3{
  margin-top: 10px;
  margin-bottom: 10px;
}
.team-block{
}
        .team-block h3{
          margin-top: 10px;
        }
        .team-block h5{
            font-size: 18px;
            letter-spacing: normal;
            line-height: 25px;
            font-style: italic;
        }
        .team-block p{ 
          margin-top: 5px;
        }
  .team-social{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }
  .team-social li{
    display: inline-block;
    margin: 0;
  }
  .team-social li a span{
    display: inline-block;
    margin: 0 5px;
    height: 36px;
    width: 36px;
    font-size: 22px;
    line-height: 22px;
    border-radius: 50%;
    padding-top: 7px;
  }


/*PRICING*/
#ws .price {
    margin: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
  -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;
}
#ws .price: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;
}
#ws .price.custom-bordered {
    border: solid 2px #000;
}
#ws .price h1 {
    font-size: 64px;
    line-height: 71px;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}
#ws .price h5 {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 4px;
    font-weight: 200;
    margin-top: -10px;
    margin-bottom: 30px;
}
#ws .price h6 {
    font-size: 16px;
    font-weight: 200;
    font-style: italic;
}
#ws .price p {
    font-size: 14px;
    line-height: 28px;
}
#ws .price-specs{
  border-top: solid 2px #ddd;
  border-bottom: solid 2px #ddd;
  padding: 20px 0;
  margin: 20px 0;
  padding-bottom: 40px;
}
.pricing-button{
  padding: 30px 0 10px 0;
}
.price i {
    display: block;
    font-size: 80px;
}


.filter-trigger{
  display: none;
  position: fixed;
  bottom: 0;
  right: 0; 
  padding: 20px;
  z-index: 10;
            -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;
}
.filter-trigger:hover{
  cursor: pointer;
            -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;
}
.filter-trigger span{
  font-size: 24px;
  line-height: 24px;
}
.works-filter-panel{
  margin-top: 0px;
}
.works-filter{
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-filter li{
  display: inline-block;
}
.works-filter li a{
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.works-filter li:after{
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}
.works-container{
    padding: 0;
  margin: 70px auto 0 auto;
  overflow: hidden;
}
.works-filter li:last-child:after{
    display: none;
}

 .works-item a{
  background-color: rgba(0,0,0,0.9);
  overflow: hidden;
            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;
        }
        .works-item a .works-item-inner{
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
            -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 .works-item-inner{
    -webkit-transform: translate(10%, 10%);
    -ms-transform: translate(10%, 10%);
    -o-transform: translate(10%, 10%);
    transform: translate(10%, 10%);
            -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/view.png") 32 32, 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") 32 32, 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: 10px;
            height: 100%;
        }
        .works-item-inner h3 > span{ 
            font-size: 14px;
            letter-spacing: 0px;
            line-height: 21px;
            margin-bottom: 0px;
            text-transform: uppercase;
            letter-spacing: 4px;
        }
        .works-item-inner h3 > span:after{ 
          content: ' ';
          width: 40px;
          height: 40px;
          display: block;
          margin-top: 5px;
        }
        .works-item-inner p{  
          margin-top: 15px;
        }
        .works-item-inner p > span{  
            font-size: 14px;
            line-height: 21px;
            margin-top: 0px;
            letter-spacing: 0px;
            font-style: italic;
        }
        .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;
  margin:0px !important;
}
.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-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;
}

/*PROJECT*/
.project-credits{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.project-credits li{
  border-bottom: solid 1px #000;
  padding: 5px 0;
}
.project-credits li:last-child{
  border-bottom: none;
}

/*CASE STUDIES*/
.case-study-item{
  margin-bottom: 30px;
}

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

/*NEWS or JOURNAL*/

.news-container{
    padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.news-item{
  -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;
}
.news-item: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;
}

        .news-item-inner{
          padding: 60px;
          text-align: left;
        }
        .news-item-inner h3 > span{ 
            font-size: 48px;
            line-height: 55px;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 4px;
        }
        .news-item-inner h3{ 
            font-size: 24px;
            letter-spacing: 0px;
            line-height: 31px;
            margin-bottom: 0px;
            margin-top: 0px;
            font-style: italic;
        }
        .news-item-inner p{  
          margin-top: 15px;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: 0px;
            font-style: italic;
            margin-top: 10px;
        }


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


/*CONTACT*/

/*contact form*/

.email-wrap {
    padding-top: 20px;
}

.contact-mail {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.contact-form-wrap {
}

.contact-item {
}

input {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    margin-bottom: 30px !important;
    padding: 10px 0 !important;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input:focus, textarea:focus {
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

textarea {
    background: url('../images/textarea.png') repeat !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
    padding: 10px 0 !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input, textarea {
  border-color: #222 !important;
  color: #999 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
input.send_message {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}

input.send_message:hover {
}

fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

fieldset h1 {
    font-size: 24px;
}

.contact-label-box {
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}

.contact-label-box > span {
    display: block;
    margin-right: 10px;
}

.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}

.contact-label-box a:hover {
    text-decoration: none;
}

.contact .alert {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
}

.btn-wrap {
    margin-top: 30px;
}

.space-left {
    margin-left: 1%;
}

.alert {
    margin-top: 0px;
    border-radius: 0px;
    padding: 5px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.alert > p {
    text-shadow: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.contact-address {
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
}

.email-wrap {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}



/*Buttons*/
.btn-nord {
  border: none;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 20px;
    -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-nord-big {
  border: none;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    -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-nord: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-nord-white {
  border: none;
    background: #fff;
    color: #fff;
}

.btn-nord-white:hover {
  border: none;
    color: #fff;
}

.btn-nord-dark {
  border: none;
    background: #000;
    color: #fff;
}

.btn-nord-dark:hover {
  border: none;
}

.btn-nord-color {
  border: none;
    background: transparent;
}

.btn-nord-color:hover {
  border: none;
}

/*Additional Helper Calsses*/

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

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

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

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

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

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

.pad {
    padding: 100px;
}

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

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

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

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

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

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

.pad-left-half {
    padding-left: 60px;
}
.pad-left-quarter {
    padding-left: 30px;
}
.remove-top {
    margin-top: 0 !important;
}
.remove-pad-bottom {
    padding-bottom: 0px;
}

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

.animated{
  visibility: hidden;
}
.parallax{    
    /*css for stellar BG parallax*/
    background-attachment: fixed;
    width:100%;
    height:100%;
    position: relative;
    background-size: cover;
}
/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off, .no-parallax {
  background-attachment:scroll !important;
  background-size:cover !important;
  background-position: center center !important;
  width:100%;
}
.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;
}
.poster-img{
  background:url(../images/poster.jpg) center center no-repeat !important;
  background-size: cover !important;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*LESS Compiled to CSS for preview purposes only 
(Please read PDF guide to manage colors via LESS with just a single line of code editing)*/
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.font1{font-family:'Open Sans',sans-serif}.font2{font-family:montserrat,sans-serif}.font2hairline{font-family:montserrathairline,sans-serif}.font2ultralight{font-family:montserratultra_light,sans-serif}.font2light{font-family:montserratlight,sans-serif}.font2semibold{font-family:montserratsemi_bold,sans-serif}.font2bold{font-family:montserratbold,sans-serif}.font2extrabold{font-family:montserratextra_bold,sans-serif}.font2black{font-family:montserratblack,sans-serif}.font3{font-family:'Droid Serif',serif}body,p{font-family:'Open Sans',sans-serif}.featured-title-caption{font-family:montserratultra_light,sans-serif}.featured-title-caption span{font-family:montserratblack,sans-serif}.featured-work-caption{font-family:'Droid Serif',serif}.featured-work-caption span{font-family:montserrat,sans-serif}.btn-nord{font-family:montserratlight,sans-serif}.color{color:#00c0ff}.white{color:#fff}.silver{color:#eee}.grey{color:#999}.dark{color:#292829}.black,a{color:#141413}.color-bg{background-color:#00c0ff}.white-bg{background-color:#fff}.silver-bg{background-color:#eee}.grey-bg{background-color:#999}.dark-bg{background-color:#292829}.black-bg{background-color:#141413}a:hover{color:#00c0ff!important}::selection{background:#00c0ff;color:#fff}::-moz-selection{background:#00c0ff;color:#fff}p{color:#999}.btn-nord-color{background-color:#00c0ff!important;color:#fff!important}.btn-nord-color:hover{background-color:#141413!important;color:#fff!important}.btn-nord-dark:hover,.btn-nord-white:hover{background-color:#00c0ff!important;color:#fff!important}.cd-headline.loading-bar .cd-words-wrapper::after,.project-nav-icon-wrap li:hover{background-color:#00c0ff}nav.mastnav{border-color:#fff}.main-link,.sub-menu a{color:#fff}.main-link:hover,.sub-menu a:hover{color:#00c0ff!important}.filter-active span{color:#00c0ff}.intro07 .tp-bullets.simplebullets.round .bullet::before{background-color:#292829}.intro07 .tp-bullets.simplebullets.round .bullet.selected{background-color:#141413!important}.project-page .tp-bullets.simplebullets.round .bullet::before{background-color:#292829}.project-page .tp-bullets.simplebullets.round .bullet.selected{background-color:#141413!important}.featured-title-caption span.dark:after,.featured-title-caption span.dark:before,.featured-work-caption span.dark:after,.featured-work-caption span.dark:before{background-color:#292829}.featured-title-caption span.white:after,.featured-title-caption span.white:before,.featured-work-caption span.white:after,.featured-work-caption span.white:before{background-color:#fff}.works-item-inner h3>span:after{background-color:#00c0ff}.common-content h4.dark{background-color:#292829;color:#fff}.common-content h4.white{background-color:#fff;color:#292829}.common-content h4.silver{background-color:#eee;color:#292829}.common-content h4.color,.news-item:hover{background-color:#00c0ff}.common-content h4.color{color:#fff}.news-item:hover *{color:#fff}