html,
body {
    width:100%;
    height:100%;
    padding:0;
    margin-left:0;
    margin-right:0;

}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

body, .multipage-container {
  background-color: transparent;
}

a{
    color: #252525;
    text-decoration: none;
}

a:hover, a:focus{
    color: #626262;
    text-decoration: none;
    outline: 0;
}

p:empty { height:0; line-height: 0; font-size: 0; visibility:hidden; }


img {
    -moz-user-select: none;
    /*-webkit-user-select: none;*/
    -ms-user-select: none;
    user-select: none;
    /*-webkit-user-drag: none;*/
    user-drag: none;
}

.google-map img {
    max-width: none !important;
    max-height: none !important;
}

.page-template-template-one-page > .fluid-width-video-wrapper {
    position:fixed;
    z-index:-1;
}

.clearfix:after,
.group:after {
    content: '';
    display: block;
    clear: both;

}

.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section{
    position: relative;
    overflow: hidden;
    background:#fff;
}

section#footer { overflow: hidden; }

section.no-bg-color { background-color:transparent; }
section#home,section#intro { background:transparent;}
.container {
    position: relative;
}

.page-template-default #page-content { padding-left:10px; padding-right: 10px; }

.page-template-default section .container, 
.page-template-template-page-boxed section .container, 
.blog section .container, 
.page section .containerm, 
.single section .container, 
body.search section .container {
    padding-top:200px;
    padding-bottom:200px;
}

.row{
    z-index:3;
    position:relative;
}

.separator{
    width:170px;
    max-width:170px;
    margin-top:120px;
    margin-bottom:100px;
}

.lineSeparator{
    width:60px;
    max-width:60px;
    margin-top:30px;
    margin-bottom:30px;
}
.preloaderLogo{
    min-width: 200px;
    max-width: 300px;
    width: 15%;
}



.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.sectionIntro h2 span,
.bordered-title span{
    padding:25px 50px;
    border: solid 10px #282828;
    display:inline-block;
}
.bordered-title.white,
.bordered-title.white span { color:#fff; border-color:#fff;} 
h3.bordered-title { letter-spacing: 6px; }
.sectionIntro p{
    margin-top:100px;
}

.noscroll{
    overflow:hidden;
}


.container{
    z-index:2;
    overflow:hidden;
}



/*parallax letters*/


.parallaxLetter{
    position:absolute;
    font-size:300px;
    color:#F9F9F9;
    z-index:1;
    width: 200px;
    height: 300px;
}


.letter1{
    right:20%;
}

.letter2{
    left:20%;
}

.letter3{
    right:15%;
}

.letter4{
    left:10%;
}



/*buttons*/

.btn,
.wpcf7-submit,
.post-password-form input[type="submit"]{
    background:transparent;
    border-radius:0;
    border:0;
}


.btn-default,
.wpcf7-submit,
.post-password-form input[type="submit"]{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: white;
    padding: 0 40px;
    line-height: 40px;
    letter-spacing: .2em;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    outline: 1px solid transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.btn-default:hover,
.wpcf7-submit,
.post-password-form input[type="submit"] {
    border-color: white;
}

.btn-default:after, .btn-default:before {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background: white;
}



.btn-default:before {
    left: -8px;
}

.btn-default:hover:before {
    left: 0;
}

.btn-default:after {
    right: -8px;
}

.btn-default:hover:after {
    right: 0;
}



.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: white;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

.btn-black,
.wpcf7-submit, 
.post-password-form input[type="submit"] {
    color:#282828;
}

.btn-black:after, .btn-black:before,
.wpcf7-submit:after, .wpcf7-submit:before,
.post-password-form input[type="submit"]:after,
.post-password-form input[type="submit"]:before, {

    background: #282828;
}

.btn-black:hover,
.wpcf7-submit:hover,
.post-password-form input[type="submit"]:hover {
    color: white;
    background-color: #282828;
    border-color: #282828;
}



/*buttons*/

.btn{
    background:transparent;
    border-radius:0;
    border:0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    padding: 0 40px;
    font-size: 12px;
    letter-spacing: .2em;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    outline: 1px solid transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.btn-default{
    display: inline-block;
    color: white;
}

.btn-default:hover{
    border-color: white;
}

.btn:after, .btn:before {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background: white;
}

.btn:before {
    left: -8px;
}

.btn:hover:before {
    left: 0;
}

.btn:after {
    right: -8px;
}

.btn:hover:after {
    right: 0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: white;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

.btn-black{
    color:#282828;
}

.btn-black:after, .btn-black:before {
    background: #282828;
}

.btn-black:hover {
    color: white;
    background-color: #282828;
    border-color: #282828;
}

.fastwp.btn {
    margin:30px;
}

.btn-primary{
    color:#357ebd;
}

.btn-primary:after, .btn-primary:before {
    background: #357ebd;
}

.btn-success{
    color:#4cae4c;
}

.btn-success:after, .btn-success:before {
    background: #4cae4c;
}

.btn-info{
    color:#46b8da;
}

.btn-info:after, .btn-info:before {
    background: #46b8da;
}
.btn-warning{
    color:#eea236
}

.btn-warning:after, .btn-warning:before {
    background: #eea236;
}


.btn-danger{
    color:#d43f3a;
}

.btn-danger:after, .btn-danger:before {
    background: #d43f3a;
}

.alert {
    border-radius: 0px;
}
/*NAVBAR */

.navbar-default {
    padding:30px;
    padding-left:50px;
    padding-right:50px;
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}
.navbar-default .navbar-brand{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color:white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background-color: transparent;
}

.affix{
    background-color: #282828;
    padding-top:10px;
    padding-bottom:10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: white;
    background-color: transparent;
}

.navbar-nav > li > a {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #d5d5d5;
    letter-spacing: 3px;
    position: relative;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 3px 0 0;
    font-size: 10px;
    text-align: left;
    list-style: none;
    background-color: #323232;
    background-clip: padding-box;
    border: 0;
    box-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #d5d5d5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #282828;
    background-color: #d5d5d5;
}

/*TEXT STYLES*/

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1{
    font-size:50px;
    text-transform: uppercase;
    letter-spacing: 20px;
}

h2{
    font-size:30px;
    text-transform: uppercase;
    letter-spacing: 15px;
}

h3{

    font-size:24px;
    text-transform: uppercase;
    letter-spacing:10px;
}

h4,
.widget-title {
    font-size:20px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

h5{
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h6{
    font-size:12px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
}

p.bold{
    font-weight:700;
}


.WhiteText{
    color:white;
}

.BlackText{
    color:black !important;
}

.GreyText{
    color:#aaa;
}

.NoLetterSpacing{
    letter-spacing: 0;
}

.NoTransform{
    text-transform: none;
}





/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Intro -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#intro h1, #intro p{
    color:white;

}

.introLogo{
    position:relative;
    width:160px;
    margin-bottom:20px;
}

#intro .separator{
    margin-top:30px;
    margin-bottom:30px;
}

#intro a {
    margin-top:20px;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Text Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator .container-fluid .col-md-6{
    padding-left:50px;
}

#text-separator, #text-separator-clients, #text-separator-testimonials, #text-separator-timers{
    background-color: #1d1d1d;
    padding-top:50px;
    padding-bottom:50px;
    padding-left:15px;
    overflow:hidden;

}

#text-separator h2,
#text-separator-clients h2,
#text-separator-testimonials h2,
#owl-testimonials h2{
    color:white;
    z-index: 100;
    position: relative;
}
#owl-testimonials .owl-prev,
#owl-testimonials .owl-next  
 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top:-21px;
}
#owl-testimonials .owl-next {
  right:0;
}
#owl-testimonials .owl-prev {
  left:0;
}
#owl-testimonials .owl-prev i:hover,
#owl-testimonials .owl-next i:hover,
.owl-clients .owl-prev i:hover, 
.owl-clients .owl-next i:hover
{color:white;
}


#text-separator p,
#text-separator-clients p,
#text-separator-testimonials p,
#owl-testimonials p{
    color:#e7e7e7;
    z-index: 100;
    position: relative;
}

.textSepLogo{
    position:absolute;
    right:0;top:0;
    z-index: 1;
}

.timerWrapper{
    color:white;
    padding:20px;
}

.timerWrapper h1{
    letter-spacing:0;
}

.timerWrapper p{
    color: #d5d5d5;
}



#owl-blog-single .owl-buttons{
    display:inline-block;
}
#owl-blog-single .owl-prev, .owl-next{
    display:inline-block;}

.blogNav{

    margin:10px;
    padding:5px 10px;
    background:#282828;
    color:white;
}

#owl-blog-single .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


#owl-blog-single .owl-buttons .owl-prev{
    left: 10px;

}

#owl-blog-single .owl-buttons .owl-next{
    right: 10px;
}

#owl-blog-single  .owl-controls {
    height: 0;
}
.fwp-owl-carousel .owl-buttons{
    display:inline-block;
    position:relative;

}
.fwp-owl-carousel.owl-intro .owl-buttons{
    position:initial;
    display: block;

}
.fwp-owl-carousel  .owl-prev, .owl-next{
    display:inline-block;}

.itemNav{

    margin:10px;
    padding:5px 10px;
    background:#282828;
    color:white;
}
.fwp-owl-carousel  .owl-controls {
    text-align: center;
    margin-top:-70px;
}


.fwp-owl-carousel.owl-intro  .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Welcome Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.partial-grad-separator{
    background-color:white;
}

.partial-grad-separator .col-md-7,
.partial-grad-separator .container-fluid{
    padding:0;
}

.partial-grad-separator .separator{
    width: 120px;
    max-width: 120px;
    margin-top: 40px;
    margin-bottom: 40px;
}


.partial-grad-separator .image{
    height:500px;
    overflow:hidden;
}

.partial-grad-separator .image img{
    height: 100%;
}


.whiteOverlay{
    background: transparent url("../img/gradient.png") bottom right repeat-y;
    bottom: 0;
    height: 500px;
    right: 0;
    position: absolute;
    width: 500px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index:4
}

.welcomeLogo{
    width:100px;
}

.textOverlay{
    padding-bottom:100px;
    padding-top:100px;
    margin-left:-200px;
    z-index:6;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--About -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#about{
    background-color: white;
}
#about .container{
    padding-top:200px;
}



.aboutIconWrapper{
    position:absolute;
}

.aboutText{
    position:relative;
    padding-left:50px;
    min-height:80px;
}

.aboutIconWrapper{
    font-size:80px;
    color:#f5f5f5;
    z-index:0;

}

.aboutItem{
    margin-top:30px;
    margin-bottom:30px;
}


.vc_progress_bar.fastwp .vc_bar, 
.progress-bar {
    color: #fff;
    background-color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.vc_progress_bar.fastwp .vc_single_bar, 
.progress {
    height: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid black;
}

.vc_progress_bar.fastwp { overflow: hidden; }
.vc_progress_bar.fastwp .vc_bar { -webkit-border-radius: 0px !important;-moz-border-radius: 0px !important;border-radius: 0px !important; }
.vc_progress_bar.fastwp .vc_single_bar {overflow:visible !important; margin:41px 0 45px 0; }
.vc_progress_bar.fastwp .vc_single_bar .vc_label { position:absolute; top:-28px; left:-2px;
color: #333 !important;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: bold;
height: 15px;
letter-spacing: 3px;
line-height: 15.3999996185303px;
text-shadow:none !important;
padding:0;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Portfolio -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
.is-loading .loader-img {
    -webkit-animation:spin 1.5s linear infinite;
    -moz-animation:spin 1.5s linear infinite;
    animation:spin 1.5s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.project__loading-msg{
    text-align:center;
    display: block;
    width: 100%;
    margin-top: 15px;
}
.portfolioIntro{
    height:300px;
}

.portfolioIntro h2 {
    padding-top:120px;
    margin-top:0;
}

.portfolioIntro h2 span{
    padding:25px 50px;
    border: solid 10px #282828;
}

.portfolioFilters {
    min-height:150px;
    background-color: #1d1d1d;
}

.grayBackground {
    background-color: #f8f8f8;
}

#filters{
    padding-top:30px;
}

#filters .btn{
    margin:20px;
}


.portfolioIntro{
    position:relative;
    z-index:2;
    background:url('../images/portfolioIntro.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

.radial-overlay,
#portfolio .black-overlay{
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.gallery {
    max-width: 100%;
}

.gallery-inner .caption{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.70);
    -webkit-transition: all 1s ease-in-out;

}

.is-mobile .opaque-caption.gallery-inner .caption,
.gallery-inner:hover .caption {
    opacity: 1;
}

.gallery-inner .caption-heading {
    width:100%;
    height:120px;
}

.caption-heading .separator{
    width: 100px;
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.caption-heading .btn-default {
    line-height: 30px;
    font-size:10px;
    margin-top:8px;
}

.gallery-inner .caption-heading,
.gallery-inner .caption-heading p{
    color:white;
}

.gallery-inner .caption-heading p{
    font-size:12px;
    font-style:italic;
}

.gallery {
    background: #4c4c4c;
    min-height:500px;
}
.gallery.js-isotope { background:transparent;}


/* ---- isotope ---- */
/* clear fix */
.gallery:after {
    content: '';
    display: block;
    clear: both;

}

/* 5 columns, percentage width */
.gallery .gallery-inner,
.gallery .grid-sizer {
    width: 33.333%;/* change here the column width */
}

.gallery .grid-sizer-two-columns,
.gallery .two-columns{
    width:50%;
}

.gallery .grid-sizer-four-columns,
.gallery .four-columns{
    width:25%;
}
.gallery .gallery-inner {
    float: left;
    height: auto;
    background: #4c4c4c;
    position: absolute;
    left: 0;
    top: 0;
    margin:0;
}

.galleryImage{
    /*min-width:100%;*/
    width: 100%;
    height: auto;
}



/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index:3000;
    overflow-y: scroll;
}

.overlay-section{
    position: static;
}

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.overlay-close img{
    cursor:pointer;
}

.overlay-close{
    padding:30px;
}


#singlePageIntro .container{
    padding:100px;
    padding-bottom:30px;
}

#singlePageContent .container{
    padding:10px;
}

#singlePageIntro .separator{
    margin-top:50px;
    margin-bottom:20px;
}

.singleProjectInfo ul{
    padding:20px;
    list-style:none;
    border-left:5px solid #282828;
}

.singleProjectInfo ul li p{
    display:inline;
}

.singleImageWrapper{
    padding-top:60px;
}


.singleImageWrapper .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.singleImageWrapper .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-single .container { padding-top:100px;padding-bottom:100px; }

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Team -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/



#owl-team .owl-buttons div {
    padding: 5px 9px;
}

#owl-team .owl-buttons i{
    margin-top: 2px;
}

#owl-team .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#owl-team .owl-buttons .owl-prev{
    left: 10px;

}

#owl-team .owl-buttons .owl-next{
    right: 10px;
}

#owl-team{
    position:relative;
}

.memberParagraph{
    padding-right:40px;
}

.memberDescription h2{
    letter-spacing:0;
}

.memberDescription .position{
    margin-top:10px;
    margin-bottom:40px;
}

.memberDescription .position span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: uppercase;
    border: solid 1px black;
    padding: 6px;
}

.teamSocial{
    margin-top:20px;
}

.teamSocial a{
    padding:7px;
    font-size:18px;
}

.teamSocial a:first-child{
    padding-left:0px;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--clients logo -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator-clients{
    padding-top:110px;
    padding-bottom:110px;
}



#text-separator-clients h3 span{
    padding:25px 50px;
    border: solid 10px white;
    font-size:24px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color:white;
}


.clientLogo img{
    width:180px;
    margin-top: 15px;
}


.owl-clients .owl-buttons {  }
.owl-clients .owl-prev,  
.owl-clients .owl-next { 
	padding-top:10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-clients .owl-prev { 
  left: 0;
}
.owl-clients .owl-next { 
  right: 0;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Services -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.serviceBox{
    width:50%;
    height:400px;
    position:relative;
    float:left;
    padding:50px;
    z-index: 2;
}

.serviceBox .separator {
    width: 100px;
    max-width: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.serviceBox h2 {
    padding-top:140px;
    margin-top:0;
}

.serviceBox h2 span{
    padding:25px 50px;
    border: solid 10px #282828;
}

.serviceBox i{
    font-size:9em;
}

.introServiceBox{
    position:relative;
    z-index:2;
    background:url('../images/backgroundService.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

.whiteBox{
    background:white;
}

.blackBox{
    background:#282828;
}

.blackBox i{
    color:white;
}

.serviceIconWrapper{
    padding:20px;
}

.service-type-icon-left .serviceIcon{
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    margin-top: 3px;
    float: left;
    transition: all .3s ease-in-out;
}

.service-type-icon-left .simpleServiceContent{
    margin-left: 60px;
}

.service-type-icon-left .simpleServiceContent h4{
    letter-spacing:5px;
}

.serviceIconWrapper{
    padding:20px;
}

.service-type-icon-top{ text-align:center; }
.service-type-icon-top .serviceIcon {
    font-size: 40px;
    line-height: 40px;
    transition: all .3s ease-in-out;
    margin-bottom:20px;
}

.service-type-icon-top .simpleServiceContent h4{
    letter-spacing:4px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Testimonials -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator-testimonials h3 span{
    padding:25px 50px;
    border: solid 10px white;
    font-size:24px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color:white;
}
#text-separator-testimonials h3{
    padding-top:100px;
}

.review{
    text-align:center;
    padding:40px;
}

.review p.titulation{
    color:#c8c8c8;
    font-style:italic;
    font-size:10px;
}

.review h4{
    color:#898989;
    letter-spacing:0;
    margin-bottom:0px;
}

.text-separator-title h2{
    padding-top:100px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Pricing Tables -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#pricing{
    background-color:#f4f4f4;
}

.tableWrapper{
    padding:60px 5px;
    border: solid 10px black;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tableWrapper .separator{
    padding:20px;
    margin-top:20px;
    margin-bottom:20px;
}

.tableWrapper .subscriptionName h2{
    letter-spacing:0;
}

.subscriptionList ul{
    list-style:none;
    padding:0;
}

.subscriptionPrice{
    padding-bottom:10px;
}

.subscriptionPrice h2{
    letter-spacing:0;
}

.subscriptionPrice h2,
.subscriptionPrice p{
    display:inline;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Contact -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


#contact{
    background: white;
}

label{
    width:100%;
}

input:focus, textarea:focus{
    outline:0;
}

label input, textarea{
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

.wpcf7-text, input[type="text"] , input[type="password"] {
    height: 50px;
    padding: 10px;
    padding-bottom: 0px;
    border: 0;
    background: transparent;
    border-bottom: 5px solid #282828;
    border-left:5px solid #282828;
    font-size:10px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    letter-spacing:1px;
    width:100%;
}

.wpcf7-textarea, textarea {
    height: 200px;
    padding: 10px;
    margin-top:30px;
    padding-bottom: 0;
    border: 0;
    background: transparent;
    border-bottom: 5px solid #282828;
    border-left: 5px solid #282828;
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.infoContact{
    list-style:none;
    padding:20px 20px 20px 25px;
    line-height: 24px;
}


.infoContact li{
    padding-left:20px;
}

.infoContact li .fa{
    margin-right:6px;
    font-size:18px;
}
.infoContact li:first-child{
    margin-left:-27px;
}

#contact p.bold{
    padding-top:30px;
}

.socialContact{
    list-style:none;
    padding:0;
}

.socialContact li{
    display:inline;
}

.socialContact li a,
a.social-fa-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #282828;
    color:white;
    font-size: 1.25em;
    margin-right: 2px;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.socialContact li a:hover,
a.social-fa-icon:hover {
    background-color: black;

}

#googleMap {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.topLine{
    background:#282828;
}

#footer .bottomLine {
    padding: 50px;
    margin: 0 auto;
    background-color: #222222;
}

#footer .bottomLine p{
    color: #a5a5a5;
    font-size:12px;
}

#footer .container{
/*multipage only*/
    padding:0;
}

.footerText{
    color:white;
    padding:10px 40px;;
}

.footerText p{
    color: #a5a5a5
}

/*footer newsletter*/
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footerText input{
    height: 54px;
    padding-bottom: 3px;
    border: 0;
    background: #393939;
    border-radius:0;
    line-height: 54px;
    font-size: 10px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    color: white;
    letter-spacing:1px;
}

.input-group-addon{
    height: 54px;
    border-radius:0;
    padding-left:16px;
    padding-right:16px;
    padding-bottom: 3px;
    border: 0;
    background: #323232;
    text-transform:uppercase;
    color: white;
    letter-spacing:1px;
}

#footer .infoContact,
#footer .fwp-contact-info {
    list-style: none;
    padding: 10px 0 10px 10px;
    color: #a5a5a5
}

#footer .infoContact li .fa,
#footer .fwp-contact-info .fa {
    margin-right: 6px;
    font-size: 40px;
    position:absolute;
    opacity:0.1;
    left:-15px;
    top:10px;
}

#footer .infoContact li,
#footer .fwp-contact-info  {
    margin:0;
    padding:0;
    font-size: 12px;
}

.bottomLine .footerSocialIcons {
    padding: 20px;
}
.footerSocialIcons {
    list-style: none;
}

.footerSocialIcons li {
    display: inline;
    margin: 0 10px;
}

.footerSocialIcons li a{
    color: #a5a5a5;
}

.bottomLine p{
    display:inline;
}

.backToTop a{
    color:white;

}


/*countdown*/

#countdown {
    width: 100%;
    position: relative;
    height: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
    background-color:transparent;
    border:0;
}

#countdown .countdown-section{
    display: inline-block;
    position: relative;
    width: 25%;
    height: auto;
    min-height: 150px;
    vertical-align: top;
    border-left: 1px solid rgba(255,255,255,0.4);
}


#countdown .countdown-section:first-child{
    border-left: none;
}

#countdown .countdown-amount{
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 90px;
    color:white;
    display:block;
}

#countdown .countdown-period{
    font-size:14px;
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#singlePage{
    padding-bottom:100px;
    position:relative;
}

.paginationRow{
    padding:80px 10px;;
}

#result h2{
    letter-spacing:0;
}

iframe{border:0;}

/*/featured works*/

#featured-works{
    background:white;
}

.featureWrapper{
    padding:10px;
}

.featureWrapper .caption-heading{
    padding:10px;
}

#owl-featured .owl-buttons,#owl-posts .owl-buttons {
    display:inline-block;
}
#owl-featured .owl-prev,#owl-featured .owl-next{
    display:inline-block;}

#owl-posts .owl-prev,#owl-posts .owl-next{
    display:inline-block;}


.featuredNav{
    margin:10px;
    padding:5px 10px;
    background:#282828;
    color:white;
}

/*pages*/

ul, ol {
line-height: 24px;
}

/*BLOG SECTION*/

#blogIntro{
    background:white;
}

#blogIntro .container {
    padding-bottom: 130px;
}

#blogIntro .separator {
    margin-top: 80px;
    margin-bottom: 0px;
}

#blogContent{
    background:white;
}
#blogContent .container {
    padding-top:0;
}

.single-post #blogContent { padding-top:60px;}


/* ---- isotope ---- */
/* clear fix */
.blogPostsWrapper:after {
    content: '';
    display: block;
    clear: both;
}

.blogPostsWrapper2:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */
/* 5 columns, percentage width */
.blogPost,
.grid-sizer-blog-3{
    width: 33.33%;
}

.blogPost2,
.grid-sizer-blog-2{
    width: 50%;
}

.blogPost, .blogPost2 {
    float: left;
}

.blogPost, .blogPost2{
    padding:20px;
}

.post-content{
    padding:20px;
    padding-top:10px;
}

.post-date p{
    font-size:90%;
    font-style:italic;
}

.post-info p{
    font-size:90%;
    font-style:italic;
}

.blogSeparator{
    width:35px;
    margin:15px 0;
}

.post-content .btn{
    font-size:10px;
    padding:0px 10px;
    line-height:30px;
    margin-top:20px;
}

.widget ul{
    list-style-type:square;
    padding-left:20px;
}

.widget h4,
.widget-title {
    letter-spacing:2px;
}

.widget{
    padding: 10px;
    margin-bottom:20px;
}

.widget ul li{
    color:#282828;
    margin-bottom:10px;
}

.widget ul li a{
    color: #353535;
}

.widget input[type="text"].form-control,
.form-control {
    height: 40px;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    border: 1px solid #ccc
}

.widget input[type="text"].form-control:focus,
.form-control:focus {
    border-color: #282828;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #282828;
    border: 0;
    border-radius: 0;
    height: 40px;
}

.input-group-addon a{
    color: #fff;
}

.blogPostSeparator {
    width: 60px;
    height: 2px;
    background-color: #282828;
    margin-bottom: 20px;
    margin-top: 15px;
}

.blogPost3{
    padding:30px;
    padding-top:0;
    padding-bottom:0;
}

.blogPost3 .post-content{
    padding-left:0;
}

.blogPost3 .post-thumbnail img{
    width:100%;
}
.blogPost3 {

    margin-bottom:60px;
}

.blogPost3 h2{
    letter-spacing:1px;
}

.blogArticlesSeparator{
    margin-top:0;
}

#owl-blog-single .owl-buttons{
    display:inline-block;
}

#owl-blog-single .owl-prev, .owl-next{
    display:inline-block;
}

.blogNav{
    margin:10px;
    padding:5px 10px;
    background:#282828;
    color:white;
}

#owl-blog-single .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


#owl-blog-single .owl-buttons .owl-prev{
    left: 10px;
}

#owl-blog-single .owl-buttons .owl-next{
    right: 10px;
}

#owl-blog-single  .owl-controls {
    height: 0;
}

/*body.page, */
body.archive { padding-top:70px;}

.talign-center, .aligncenter { text-align:center;}
.talign-left { text-align:left;}
.talign-right { text-align:right;}
div.topLine { margin-bottom: 0; }

/*
.vc_row.container { margin:0 auto; padding:0;}
*/
.page-content > .row.content { margin-left:0; margin-right:0;}
.vc_row.container { width:auto;}
.container.portfolio-boxed { padding-top: 100px; padding-bottom: 100px; }

.fwp-contact-info { position:relative;}
.fwp-contact-info .ct-icon { top:22px; position: absolute; font-size: 18px; }
section > .wpb_row:last-child { margin-bottom:0;}

/* Accordion style */
.fastwp .wpb_accordion_section { border: 2px solid #000;  border-radius: 0px; }

.fastwp .wpb_accordion_section * { outline:none;}
.fastwp.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section .wpb_accordion_header { cursor:pointer; border-bottom:0; padding: 18px; }
.fastwp .wpb_accordion_section .wpb_accordion_content { border-top: 1px solid #ddd;}
.fastwp .wpb_accordion_section .wpb_accordion_header .ui-icon { display:none !important; }
.fastwp.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a { padding:0; margin: 0; font-size: 12px;text-transform: uppercase;letter-spacing: 0px;font-family: 'Montserrat', sans-serif;font-weight: 700; color:#333; }
.fastwp .wpb_accordion_section { margin-top:5px; }
.fastwp .wpb_accordion_section:first-child { margin-top:0; }


/* Dropcap style */
div.dropcap { line-height: 24px;}
.dropcap::first-letter { float: left; color: inherit; font-size: 50px;    line-height: 40px;    padding-top: 4px;    padding-right: 8px;    padding-left: 3px;    font-family: 'Montserrat', sans-serif; font-weight: 900;}


/* Tabs */

.fastwp.wpb_tabs .wpb_tabs_nav { border-bottom: 3px solid black; }
.fastwp.wpb_tabs .wpb_tabs_nav>li { margin-bottom: -3px; background:transparent;}
.fastwp.wpb_tabs .wpb_tabs_nav>li a { border:3px solid transparent;  border-bottom: 3px solid black;}
/*
.fastwp.wpb_tabs .wpb_tabs_nav>li:hover a,*/
.fastwp.wpb_tabs .wpb_tabs_nav>li:hover { margin-bottom:0;}
.fastwp.wpb_tabs .wpb_tabs_nav>li:hover a{ background:#eee; border-bottom-width: 0; } 
 .fastwp.wpb_tabs .wpb_tabs_nav>li.ui-tabs-active a { border: 3px solid black; border-bottom:3px solid transparent;}
 .fastwp.wpb_tabs .wpb_tabs_nav>li.ui-tabs-active:hover { margin-bottom: -3px;}
 .fastwp.wpb_tabs .wpb_tabs_nav>li.ui-tabs-active:hover a { border-bottom:3px solid #fff; background:#fff;}

.fastwp.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
.fastwp-filled.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab { background:none;}

.fastwp-filled.wpb_tabs .wpb_tabs_nav>li { margin-right:2px;}
.fastwp-filled.wpb_tabs .wpb_tabs_nav>li a { color:#252525; padding:10px 15px; border-radius: 0px;font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-size: 12px;font-weight: 900; }
.fastwp-filled.wpb_tabs .wpb_tabs_nav>li.ui-tabs-active a { color:#fff; background:#282828 ; }

.fastwp.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .fastwp.wpb_content_element .wpb_tabs_nav li:hover { background:#fff;}

.form.mc4wp-form label { display:none;}
.form.mc4wp-form #mc4wp_email { padding-left:10px; padding-right: 10px; }
.form.mc4wp-form > p,
.form.mc4wp-form > p > input { display:inline-block; vertical-align: middle; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.form.mc4wp-form > p:first-child { width:calc(100% - 70px);}
/*
.wpb_tabs_nav>li.ui-state-active>a, .wpb_tabs_nav>li.ui-state-active>a:hover, .wpb_tabs_nav>li.ui-state-active>a:focus {
border: 3px solid black;
border-bottom-color: transparent;
margin-bottom: -2px;
}
.wpb_tabs_nav>li.ui-state-active>a, .wpb_tabs_nav>li.ui-state-active>a:hover, .wpb_tabs_nav>li.ui-state-active>a:focus {
color: #555;
cursor: default;
background-color: #fff;
}

.vc_images_carousel .vc_carousel-control { width:auto !important; height:auto !important; display:block; }
.vc_images_carousel .vc_carousel-control span.icon-prev, .vc_images_carousel .vc_carousel-control span.icon-next,
.vc_carousel-control > span { margin: 10px;
padding: 5px 10px;
background: #282828;
color: white; height:28px; width:10px; display:block;}
.vc_carousel-control > span:before { font-family: "FontAwesome"; content:"\f104"; font-size:28px; color:#fff;}
.vc_carousel-control > span.icon-next:before { font-family: "FontAwesome"; content:"\f105";}
*/
.fwp-owl-carousel .img-responsive { width: 100%; }

.page-content .wpb_row { margin-bottom:0; padding-bottom:0;}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Project info border */
.big-left-border { border-left: 5px solid #282828; }
@media (max-width: 480px){
    .big-left-border.hide-on-xs { border-left:0; }
    .center-on-xs { text-align: center; }
}
@media (max-width:991px){
    .big-left-border.hide-on-sm { border-left:0; }
    .center-on-sm { text-align: center; }
}
@media (max-width:1023px){
    .big-left-border.hide-on-md { border-left:0; }
    .center-on-md { text-align: center; }
}

@media (min-width: 1024px){
    .big-left-border.hide-on-lg { border-left:0; }
    .center-on-lg { text-align: center; }
}


/* Project info */
.fwp-text-with-icon { line-height: 24px; font-family: 'Open Sans', sans-serif; }
.fwp-text-with-icon .offset { padding-left:10px; }
.fwp-text-with-icon strong { font-weight: 700; }

/* Contact form fix for responsive design */
.wpb_wrapper > div.wpcf7 { margin-top:10px; }

.footerText .modal { color:#121212; margin-top:25%; }
.footerText .modal .modal-content { padding:20px; }


/* Parallax letters & Image */
.multipage-container section > .vc_row { position:relative; z-index:3;}
.fwp-stellar-image  {
position: absolute;
left: 0;
top: 0;
z-index: 1;
}

.fwp-stellar-image.abs_alignleft { left:0; right:auto;}
.fwp-stellar-image.abs_alignright { left:auto; right:0;}
.fwp-stellar-image.abs_aligncenter { left:50%; right:auto; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%);  -ms-transform:translateX(-50%); transform:translateX(-50%);}


.heightItem { padding:45px;}
/*
 * General Css Fixing
 */
	/*
	 * Image  overflowing images fix  
	 */
		img{
			max-width: 100% !important;
			height:auto;
		}
        .backstretch img { max-width:none !important;}
	/*
	 * Widget title
	 */
		.widget-title:after{
			content: ' ';
			display: block;
			width: 60px;
			height: 2px;
			background-color: #282828;
			margin-bottom: 20px;
			margin-top: 15px;
		}
	/*
	 * Archive widget style
	 */
		.widget.widget_archive select , .widget.widget_categories select{
			width: 100%;
		}
	/*
	 * Fixing all overflowing slect tag in widget area
	 */
		.widget select{
			max-width: 100%;
		}
	/*
	 * Tables Fix
	 */
		table {
		    border-collapse: collapse;
		}
		
		table, th, td {
		    border: 1px solid black;
		}
		th,td{
		    padding: 5px 10px;
		    text-align:center;
		}
	/*
	 * Calendar widget
	 */
		.widget_calendar  caption{
			padding: 5px 0px;
		}
		.widget_calendar  td, .widget_calendar th{
			-webkit-transition: all linear 0.2s;
			-moz-transition: all linear 0.2s;
			-ms-transition: all linear 0.2s;
			transition: all linear 0.2s;
			
		}
		.widget_calendar  td:hover, .widget_calendar th:hover,.widget_calendar td a:hover {
			background: #333333;
			color: #FFFFFF;
		}
	/*
	 * Search widget
	 */
     #searchform.form-inline .input-group-addon .search-button,
		.widget.widget_search button {
			background: transparent;
			border: none;
		}
		
	/*
	 *  Widget menu lvl
	 */
	  .widget ul ul ul ul ul ul ul ul ul {
	  	padding-left: 0px;
	  }
	  /*
	   * Post content images
	   */
	  	.post-content * {
	  		max-width: 100%;
	  	}
	   /*
	   * Post layout
	   */
	  	.post.blogPost3{
	  		padding: 0px;
	  	}
	  	/*
	  	 * Gallery post format fix
	  	 */
	  	.post-thumbnail.glallery img.img-responsive{
	  		width: 100%;
	  	}
	  .post-title a { word-wrap: break-word;}
	
/* Parallax letter */
.custom-services-wrap { position: relative; z-index: 3; }

/* Objects */
.o-post-paging {}
    /* All pages */
    .post-paging--page { font-size:14px;}
    /* Curent page */
    .o-post-paging>.post-paging--page { font-weight:bold;}

.u-top-spacing { margin-top:80px; }

.fwp-small-space { padding-top:50px; padding-bottom:50px;}
.fwp-mid-space { padding-top:100px; padding-bottom:100px;}
.fwp-big-space { padding-top:200px; padding-bottom:200px;}

.alignleft { float:left; margin:10px 10px 10px 0; }
.alignright { float:right; margin:10px 0 10px 10px; }
.aligncenter { margin-left: auto; margin-right:auto; }
.wp-caption-text { text-align: center; margin-bottom: 0; }

.wp-caption-text.gallery-caption { color:#dedede;}

.single .comment { margin-bottom: 10px;}
.comment-form .form-submit { padding-left:15px; }

.widget_calendar caption{
font-family:'montserrat',sans-serif;
text-transform:uppercase;
padding: 10px 0px;
}

.widget_calendar table, th, td {
border: 1px solid #d5d5d5;
}

.widget_calendar #today {
font-weight:bold;
}
 .widget_calendar.pad:hover{
background:none;
}

.wpcf7-text, input[type="text"], input[type="password"] {
height: 50px;
padding: 0px;
padding-left:20px;
padding-bottom: 0px;
border: 5px solid #282828;
background: transparent;
border-bottom: 5px solid #282828;
border-left: 5px solid #282828;
font-size: 10px;
text-transform: uppercase;
font-family: 'montserrat', sans-serif;
color: #282828;
letter-spacing: 1px;
width: 100%;
}


.comment{
margin-top:20px;
margin-bottom:20px;
padding:20px;
background:#f9f9f9;
}

.comment h4{
letter-spacing:1px;
}

.comment .gvatar{
padding-top:10px;
}

.comment-respond h3{
  font-size:18px;
  letter-spacing:1px;
}

blockquote{
margin:20px;
}
blockquote p{
font-style:italic;
}

blockquote cite{
display: block;
font-size: 90%;
line-height: 3;
color: #777;
font-weight:700;
}

#footer .boxed {max-width: 1200px;margin-left:auto;margin-right: auto;}

.projectinfo {padding:20px;}

@media (max-width: 768px){
.topLine{padding:35px; }
 .projectinfo {
        border: 0!important;
        text-align: center;
    }
}

.is-hidden { display:none !important;}
.is-clickable { cursor:pointer; }

.default-404 { text-align: center; }
/*
.fwp-video-container { position:relative; height:0; line-height:0; width:100%; min-width:100%; max-width:100%;}
.fwp-video-container > iframe { height:100% !important; width:100% !important; position:absolute; left:0; right:0; top:0; bottom:0;}
.ratio--16-9 { padding-top:25%;}*/
.vc_row.boxed {max-width:1170px;margin-left:auto;margin-right:auto}
.offset {padding-top:200px;padding-bottom:200px}
@media screen and (max-width: 768px) {.offset {padding-top:100px;padding-bottom:100px}}

.page-template-default .parallaxLetter,
.page-template-template-page-full .parallaxLetter,
.page-template-template-page-boxed .parallaxLetter {
    z-index:-1;
}

.fwp-video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.fwp-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay .overlaytop {margin-bottom:-30px}
.overlay .overlaybottom {margin-top:30px}

@media screen and (min-width: 481px) {
    .serviceBox.is-on-right { float: right; clear: right; }  
}

/*New Elements*/


.AboutIconWrapper2 {text-align: center;}

.AboutIcon2 {
    height: 100px;
    width: 100px;
    line-height: 95px;
    font-size: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;

}

.AboutIcon2 i{
    font-size: 50px;
    line-height: inherit;
}

.AboutIconWrapper2:hover .AboutIcon2 {
    border-color: black;
}


.PaddingVertical30{
    padding-top:30px !important;
    padding-bottom:30px  !important;
}

.PaddingHorizontal40{
    padding-left:40px;
    padding-right:40px;
}

.PaddingHorizontal80{
    padding-left: 80px;
    padding-right:80px;
}

.PaddingVertical45{
    padding-top:45px;
    padding-bottom:45px;

}

.PaddingTop30{
    padding-top:30px;
}
.PaddingTop60{
    padding-top:60px;
}

/*Border For Portfolio Shortcode with Gutter*/

.BorderedItem{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}



/*Animated Services Items*/

.CubeEffect {
    width: 100%;
    min-height: 200px;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.CubeWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;

}

.CubeWrapper div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #222;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.CubeWrapper .ServiceWrapperIcon  {
    -webkit-transform: translateZ( 100px );
    -moz-transform: translateZ( 100px );
    -o-transform: translateZ( 100px );
    transform: translateZ( 100px );
    padding-top:30px;
}

.CubeWrapper .ServiceWrapperText {
    -webkit-transform: rotateX(  -90deg ) translateZ( 100px );
    -moz-transform: rotateX(  -90deg ) translateZ( 100px );
    -o-transform: rotateX(  -90deg ) translateZ( 100px );
    transform: rotateX(  -90deg ) translateZ( 100px );
}

.ServiceWrapperText i{
    position:absolute;
    top:0;
    width:80px;
    left:50%;
    margin-left:-40px;
    margin-top:-30px;
    color: #efefef;
    font-size:80px;
    z-index:-2;
}

.CubeWrapper.show-front {
    -webkit-transform: translateZ( -100px );
    -moz-transform: translateZ( -100px );
    -o-transform: translateZ( -100px );
    transform: translateZ( -100px );
}

.CubeWrapper.show-bottom {
    -webkit-transform: translateZ( -100px ) rotateX(   90deg );
    -moz-transform: translateZ( -100px ) rotateX(   90deg );
    -o-transform: translateZ( -100px ) rotateX(   90deg );
    transform: translateZ( -100px ) rotateX(   90deg );
}

/*Team Member Columns Shortcode*/

.separator.small{
    width: 100px;
    max-width: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.ImagewithCaptionOverlay:hover .CaptionFlyingBox{
    background:#eaeaea;
    bottom:40px;
    left:80px;
}

.TeamMember:hover .TeamMemberCaption2Text {
    opacity: 1;
    padding-top: 0px;
}
.TeamMemberCaption2Text {
    opacity: 0;
    padding-top: 40px;
    padding-left:20px;
    padding-right:20px;
    -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    -moz-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    -o-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.TeamMemberCaption2 {
    position: absolute;
    left: 0px;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 50%,rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 50%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 50%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );


    z-index: 1;
    padding: 40px 35px;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}

.TeamMember:hover .TeamMemberCaption2 {
    bottom: 0px;
}
.TeamMember .position{
    margin-top:20px;
    margin-bottom:20px;
}
.TeamMember .position span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: uppercase;
    border: solid 1px black;
    padding: 6px;
}

#demo-canvas{
    position:absolute;
    top:0;
    left:0;
}


/*SVg Play Button */

.PlayTrigger{
    margin-top:40px;
    cursor:pointer;
}

.PlayTrigger svg path{
    fill:white;
}


.PlayTrigger svg:hover path{
    fill: #aaa;
}



/*Type Writting Effect*/


.fake{
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
}

.TextStyling, .TextStyling > h3,  .TextStyling > h1{
    display: inline;
    letter-spacing: 0;
}

.TextHolder2 {
    display: inline-block;
    letter-spacing: 0;
}

/*.TextStyling.fake{*/
    /*opacity:0.6;*/
/*}*/


.typed-cursor {
    opacity: 1;
    font-size: 30px;
    line-height: inherit;
    display: inline-block;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*Big Ass Slider*/


.owl-carousel.owl-intro .owl-item{
    overflow:hidden;
}


.owl-carousel.owl-intro,
.owl-carousel.owl-intro .owl-wrapper-outer,
.owl-carousel.owl-intro .owl-wrapper-outer .owl-wrapper,
.owl-carousel.owl-intro .owl-wrapper-outer .owl-wrapper .owl-item{
    height:100%;
}

.OwlIntroBackgroundImage{
    position:absolute;
}



.owl-intro.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}


.owl-intro.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-intro.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-intro.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 5px;
    top: 45%;
}

.owl-intro.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 5px;
    top: 45%;
}

.PositionRelative{
    position:relative;
}

/*Border for Body Css*/

.ThickBorder .left{
    position:fixed;
    width:50px;
    height:100%;
    left:0;
    top:0;
    background:white;
    z-index:23;
}

.ThickBorder .right{
    position:fixed;
    width:50px;
    height:100%;
    right:0px;
    top:0;
    background: white;
    z-index:23;

}

.ThickBorder .top{
    position: fixed;
    height:50px;
    width:100%;
    right:0px;
    top:0;
    background: white;
    z-index:23;
}

.ThickBorder .bottom{
    position: fixed;
    height:50px;
    width:100%;
    right:0px;
    bottom:0;
    background: white;
    z-index:23;
}

/*Alternative NavBar Styles*/

.NavbarStyle2{
    padding-top:0;
}

.NavbarStyle2 .navbar-brand{
    color:#333
}

.NavbarStyle2 .navbar-nav>.open>a, .NavbarStyle2 .navbar-nav>.open>a:hover, .NavbarStyle2 .navbar-nav>.open>a:focus{
    color:black;
}

.NavbarStyle2 .navbar-nav>.active>a, .NavbarStyle2 .navbar-nav>.active>a:hover, .NavbarStyle2 .navbar-nav>.active>a:focus {
    color:black
}

.NavbarStyle2.navbar-default .navbar-toggle .icon-bar{
    background:black;
}
.NavbarStyle2 {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom:0px;
    background-color: transparent;
}


.NavbarStyle3 .navbar-brand{
    color:#333
}

.NavbarStyle3 .navbar-nav>.open>a, .NavbarStyle3 .navbar-nav>.open>a:hover, .NavbarStyle3 .navbar-nav>.open>a:focus{
    color:black;
}

.NavbarStyle3 .navbar-nav>.active>a, .NavbarStyle3 .navbar-nav>.active>a:hover, .NavbarStyle3 .navbar-nav>.active>a:focus {
    color:black
}

.NavbarStyle3.navbar-default .navbar-toggle .icon-bar{
    background:black;
}

.NavbarStyle3.affix{
    background:#f5f5f5;
}

.NavbarStyle3 .navbar-nav > li > a {
    font-size: 10px;
    font-weight: 900;
    text-transform: lowercase;
    letter-spacing: 0;
}

.navbar.NavbarStyle3 .navbar-nav .dropdown-menu > li > a {
    text-transform:lowercase;
}

.NavbarStyle3 .dropdown-menu {background-color:#f5f5f5;}

.NavbarStyle3 .dropdown-menu > li > a {color:#777;}

.NavbarStyle3 .navbar-nav>.open>a, .NavbarStyle3 .navbar-nav>.open>a:hover, .NavbarStyle3 .navbar-nav>.open>a:focus {
    color: #000;
    background-color: transparent;
}

.NavbarStyle4.affix-top{
    z-index: -2;
}

.NavbarStyle4.affix{
    z-index: 1030;
}


/*Navigation Boxes*/



.IntroBoxes{
    height:350px;
    background: #333;color:white;
}

.IntroBoxTable{
    display:table;
    height:100%;
    width:100%;

}

.IntroBoxCell{
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}


.BackgroundImage{
    position:absolute;
    width:100%;
    height:100%;
    z-index:4;
    top:0;
    left:0;
    opacity: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.IntroBox1 .BackgroundImage{
    background:url('img/portfolioIntro.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

.IntroBoxHoverWrapper:hover .BackgroundImage{
    opacity:0.3;
}

/* Timeline */

.timeline-icon.timeline-icon-text.ThickBorderTimeline > span{
    border: 10px solid black !important;
    background: white;
    padding:10px 30px;
    font-weight:900;
    text-transform:uppercase;
}



/* v1.3 aditions */

/* Tabs with icons */

.SideParallaxImage{
    height: 700px;
    position: absolute;
    z-index: -1;
    top: 0;
    width: auto;
}

.LeftAligned{
    position: absolute;
    left:0;
}

.RightAligned{
    position: absolute;
    right:0;
}

.FullWidthParallax{
    width:100%;
    height:auto;
    left:0;
}

.ServiceWrapper{
    cursor:pointer
}

.ServiceWrapper i{
    font-size:50px
}

.ServiceWrapper {
    margin-bottom: 40px;
}
.ServiceWrapper {
    margin-bottom: 0;
}

.ServiceTitleMobile{
    display:none;
}

.BackgroundIconWrapper{
    position:absolute;
    top:40px;
    left:50%;
    z-index:-1;
    color:#eee
}


.BackgroundIcon{
    left:-50%;
    position:Relative;
    font-size:140px;
}

.TextStyling.fake {
	display: none;
}

.gallery .gallery-inner.wide-0{
    width:66.66%;
}

.gallery .gallery-inner.wide-1{
    width:100%;
}

.gallery .gallery-inner.wide-2{
    width:50%;
}
#intro.autoheight {
    background:transparent;
    height: auto!important;
    min-height:100px;
}
.borderedWrapper {padding: 50px;}

@media screen and (max-width: 768px) {
    .NavbarStyle2 .navbar-nav>.open>a, .NavbarStyle2 .navbar-nav>.open>a:hover, .NavbarStyle2 .navbar-nav>.open>a:focus, .NavbarStyle3 .navbar-nav>.open>a, .NavbarStyle3 .navbar-nav>.open>a:hover, .NavbarStyle3 .navbar-nav>.open>a:focus {
    color:#d5d5d5;
    }
}

.plainblack-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background:black;
    opacity:0.6;
}

.plainwhite-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background:white;
    opacity:0.6;
}


.lato{
    font-family:'Lato',sans-serif;
    font-weight:100;
}

.lato-normal{
    font-family:'Lato',sans-serif;
    font-weight:400;
}

.ProjectSubTitle {
    margin-top: 20px;
    font-size: 11px;
    text-transform: uppercase;
    color: #aaa;
    font-weight: 900;
    margin-bottom: 10px;
}

.Underlinelink {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-decoration: underline;
    line-height: 45px;
}

.NoLetterSpacing {
    letter-spacing: 0;
}