/*
* 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: 200px) and (max-width: 993px) {
  .comment-content p{
    margin: 0 0 10px 25px !important;
    text-align: initial;
    line-height: 19px;
    font-size: 13px;
  }
  .edit-link, .comment-author .says{
    display: none;
  }
  .comment-metadata time{
    padding-left: 25px;
  }
  .comment-list .children{
    padding-left: 10px !important;
  }
  .comment-list .avatar{
    margin-right: 4px !important;
  }
  .comment-metadata time{
    font-size: 11px;
  }
  .children .comment-metadata time{
    padding-left: 0;
    font-size: 11px;
  }
  .comment.even.depth-5.parent .comment-content p,
  .comment.odd.alt.depth-5.parent .comment-content p
  {
    margin: 0 0 10px 6px !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:focus {
  outline: none;
}

/*Typography*/
.main-heading, .main-heading span.tags-links{
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.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;
  top:0;
  position: fixed;
  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;
}
.main-headline.error-404{
  margin-top: 300px;
  margin-bottom: 230px;
}
/*WORKS*/
.sub-headline{
  border-top: solid 2px #222; 
}
/* 3 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer.mastfoot{
  clear: both;
  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(255,28,38,0.9);
  position: fixed;
  top: 0px;
  right: 0;
  width: 50%;
  right: 0;
  height: 100%;
  padding: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 9999;
  text-align: right;
  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;
  text-align:right;
} 

.menu-notification span{
  font-size: 34px;
  margin-left: 20px;
  margin-right: 0;
  margin-top: 0px;
  display: block;
  text-align: right;
}
.menu-notification h5{
  float: 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: 22px;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 2px;
}
.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{

  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;
  background-color: rgba(0, 0, 0, 0.5);
}
.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 12% 10px 10px;
  height: 100%;
}
.works-item-inner h3 > span{ 
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 21px;
  margin-bottom: 0px;
  font-style: normal;
  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: 0 !important;
  padding: 0 !important;
  width: 50% !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{ 
  color: #fff;
  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:hover h3.grey.font3 span {
  color: #fff !important;
}
h3.grey.font3,
h3.grey.font3 span,
.news-item-inner p {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-item-fade a{
  display: none !important;
}
.news-item.sticky .news-item-inner {
  position: relative;
}
.news-item.sticky .news-item-inner:before {
  content: "\f12c";
  color: #292829;
  font-family: "Ionicons";
  font-size: 25px;
  top: 8%;
  right: 10%;
  position: absolute;
}
.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 { 
 border: 0;
 color:#fff;
	font-size: 14px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin-bottom: 0px !important;
  padding: 10px !important;
  width: 100%;
/*   border-radius: 0px !important;
  box-shadow: none !important;
  -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 {
  outline: 0;
  -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;
  
  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 {
  
  color: #fff !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: 0px;
}

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

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

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

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

.black span,
.color {
  color: #00c0ff;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*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{}.font2{font-family:montserrat,sans-serif}.font2hairline{font-family:montserrathairline,sans-serif}.font2ultralight{font-family:Inconsolata,sans-serif}.font2light{font-family:montserratlight,sans-serif}.font2semibold{font-family:montserratsemi_bold,sans-serif}.font2bold{}.font2extrabold{font-family:montserratextra_bold,sans-serif}.font2black{font-family:montserratblack,sans-serif}.font3{}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} h3.grey.font3 span{color:#141413}.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:#ff1c26!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; text-decoration: none;}.main-link:hover,.sub-menu a:hover{color:#fff!important}.filter-active span{color:#ff1c26}.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{}.common-content h4.dark{background-color:#292829;color:#fff}.common-content h4.white{background-color:#fff;color:#292829}.common-content h4{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}



/* CSS by Jewel Theme*/
.single-portfolio .common-content h1, h2, h3, h4, h5, h6{
  font-family:montserrat,sans-serif;
}
.project-carousel.owl-carousel .owl-nav {
  padding-top: .4em;
  font-family: sans-serif;
  font-size: .8em;
}
.project-carousel.owl-carousel .owl-nav > div {
  padding: .4em 1.4em;
  border: 1px solid #333;
  background: #000;
  color: white;
  border-radius: .4em;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.5);
}
.project-carousel.owl-carousel .owl-nav > div:hover {
  background-color: #333;
}
.project-carousel.owl-carousel .owl-nav .owl-prev {
  float: left;
}
.project-carousel.owl-carousel .owl-nav .owl-next {
  float: right;
}
.project-carousel.owl-carousel .owl-item img{
  transform-style: inherit;
  -webkit-transform-style: inherit;
  display: inherit;
  width: inherit;
}
.project-carousel.owl-carousel .owl-controls {
  margin-top: 0;
}
.project-carousel.owl-carousel .owl-dots {
  width: 20px;
  top: 45%;
  right: -30px;
  text-align: center;
  position: absolute;
}
.project-carousel.owl-carousel .owl-dot {
  text-align: center;
  width: 100%;
}
.project-carousel.owl-carousel .owl-dot span {
  height: 10px;
  width: 10px;
  margin: 0 auto;
}
.project-carousel.owl-carousel .owl-dot.active span {
  height: 12px;
  width: 12px;
}
.features-item i {
  font-size: 50px;
}

.project-carousel.slide-image-carousel .item {
  position: relative;
}
.project-carousel.slide-image-carousel .featured-work-caption {
  left: 50%;
  top: 50%;
  position: absolute;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navbar-brand{
  padding: 0;
}
.comment-list {
  margin: 30px 0;
  padding: 0;
}
.comment-list li {
  padding: 30px 0;
  list-style: none;
}
.comment-list>li {
  padding-top: 0;
}
.comment-list li:last-child {
  padding-bottom: 0;
}
.comment-list .children {
  margin: 0;
  padding-left: 45px;
}
.comment-meta {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.comment-list .avatar {
  /*float: left;*/
  width: 45px;
  margin-right: 15px;
  padding: 6px 0;
}
.comment-list .fn {
  text-transform: capitalize;
}
.comment-metadata {
  font-size: 13px;
}
.comment-content {
  display: block;
}
.comment-content p {
  margin: 0 0 10px;
}
.reply {
  font-size: 14px;
}

.widget ul {
  margin-left: 0;
  padding-left: 0;
}
.widget ul.children {
  padding-left: 15px;
}
.widget ul li {
  list-style: none;
  line-height: 23px;
}
.widget-title {
  color: #141413;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.widget select {
  padding: 5px;
}
.widget table {
  display: inline-block;
  max-width: 100%;
  width: inherit;
}
#recentcomments li {
  padding-bottom: 5px;
}
.widget_rss li {
  padding-bottom: 10px;
}
.widget_search .search-form {
  position: relative;
}
.widget_search label {
  width: 100%;
}
.widget_search input[type="submit"] {
  border-color: transparent !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: inherit;
}
.widget_search input:focus {
  outline: 0;
}
.widget a[class*="tag-link-"] {
  padding-right: 5px;
  position: relative;
}
.widget a[class*="tag-link-"]:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 5px;
}
.widget a[class*="tag-link-"]:last-child:before {
  content: '';
  display: none;
}


.post-password-form input[type="submit"]{
  width: 15%;
  margin-left: 20px;
}
.post-password-form input[type="password"]{
  width: 100%;
}


/* ----------- New Styles ----------- */

.widget_recent_comments {
  padding-right: 20px;
}
.recentcomments a {
  word-break: break-all;
}
.entry-content ul li,
.entry-content ol li {
  color: #999;
  font-family: 'Open Sans',sans-serif;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 5px 0;
}
.comment-form .form-control {
  height: inherit;
  margin: 30px 0 !important;
}
.comment-form textarea {
  max-height: 170px;
}
.comment-form input[type="submit"] {
  border: none !important;
  background: #000 !important;
  color: #fff !important;
  padding: 15px 20px !important;
  width: inherit;
}
.comment-form input[type="submit"]:hover {
  background: #00c0ff!important;
}
.search-no-results footer:before {
  display: none;
}
@media (max-width: 568px) {
  .widget_recent_comments {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .comment .comment-meta {
    margin-bottom: 0;
  }
  .comment .comment-metadata {
    margin: 10px 0 5px;
  }
  .comment .comment-metadata a time {
    padding-left: 0;
  }
  .comment .comment-content p {
    margin-left: 0 !important;
  }
}

/*--- table ---*/
.common-content table{ font-family: 'Open Sans'; color: #666; font-size: 15px; text-align: center; width: 100%; text-align: left; }
.common-content table tr {
    border: 1px solid #666;
}
.common-content table tr td{ padding: 10px 15px; border: 1px solid #666; }
.common-content table tr th{ padding: 10px 15px; font-weight: normal; border: 1px solid #666; text-align: left; }
.common-content table.style-2{ border-spacing:2px; border-collapse:separate; }
.common-content table.style-2 tr td{ border-bottom-width: 0px; }
.common-content table.style-2 tr:nth-child(odd){ background-color: #f9f9f9; }
.common-content table.style-2 tr:nth-child(odd){ color: #949494; }
.common-content table.style-2 tr:nth-child(even){ background-color: #f3f3f3; }
.common-content table.style-2 tr:nth-child(even){ color: #949494; }

a:hover{
	border-bottom: 0 !important;
}
