/*=======================
Theme: Awesome Photography/Portfolio Template
Author: JLP Media
Email: jennpereira13gmail.com / lianplameras@gmail.com
Version: 1.1
Date Created: August 11, 2014
Updated : August 23, 2014
=======================
CSS Style Structure
- General
- Preloader
- Navigation
- Header
- Vision/Mission
- Portfolio
- Portfolio Effects
- Call-to-action
- About Section
- Social Connect
- Footer Section
- Contact Section

Update
- Home Video
=======================*/
/***********************
******* General ********
***********************/
body {
    background: #f6f9fa;
    color: #536d76;
    font-weight: 400;
    font-size: 1em;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
}
html{
    overflow-x: hidden;
}
#loader{
	display: block;
	margin: 0 auto;
	margin-bottom:1em;
}
*,
*:after,
*:before { box-sizing: border-box }
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after { clear: both }
p {
    font-size: 14px;
    line-height: 1.75;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
}
p.large {
    font-size: 16px;
    padding-top: 40px;
    margin-bottom: -10px;
    font-weight: 400;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
}
p.small {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: -10px;
    margin-top: -10px;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
}
p.atext {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    width: 60%;
    left: 0;
    padding-top: 20px;
}
.text-light{
	color:#ffffff;
}
.mt-2{
	margin-top:10px;
}
.mt-3{
	margin-top:15px;
}
.mt-4{
	margin-top:20px;
}
.mt-5{
	margin-top:25px;
}

.mb-2{
	margin-bottom:10px;
}
.mb-3{
	margin-bottom:15px;
}
.mb-4{
	margin-bottom:20px;
}
.mb-5{
	margin-bottom:25px;
}

.pb-2{
	padding-bottom:10px;
}
.pb-3{
	padding-bottom:15px;
}
.pb-4{
	padding-bottom:20px;
}
.pb-5{
	padding-bottom:25px;
}
a,
a:hover,
a:focus,
a:active,
a.active { outline: 0 }
a { color: #000000 }
a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
}
h1 {
    text-transform: uppercase;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 76px;
    letter-spacing: 5px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased !important;
}
h2 {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
}
h4 {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 6px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
    line-height: 20px;
    margin-bottom: -10px;
}
h5 {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
    word-spacing: 10px;
    -webkit-font-smoothing: antialiased !important;
    text-transform: none;
}
h6 {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased !important;
    text-transform: none;
}
hr {
    height: 5px;
    border-top: 5px solid #ffffff;
    width: 90%;
    margin: 0 auto;
}
/**************************
******** Preloader ********
**************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 9999; /* makes sure it stays on top */
}
#status {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0%; /* centers the loading animation horizontally one the screen */
    top: 15%; /* centers the loading animation vertically one the screen */
    background-image: url(../img/loading.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    /*margin: -100px 0 0 -100px; */ /* is width and height divided by two */
}
/**************************
******* Navigation ********
**************************/
.navbar-default {
    border-color: transparent;
    background: rgba(0,0,0,0.8);
    text-align: center;
}
.navbar-default .navbar-brand img {
    color: rgba(254, 209, 54, 0);
    margin-top: 10px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active { color: #fec503 }
.navbar-default .navbar-collapse { border-color: rgba(255,255,255,.02) }
.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: transparent;
    position: relative;
    z-index: 9999999;
}
.navbar-default .nav li a.active {
    outline: 0;
    color: #fed136;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar { background-color: #ffffff }
.navbar-default .navbar-toggle .navbar-brand {
    height: 55px;
    width: 55px;
    margin-top: -15px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fed136 }
.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fec503;
    background-color: transparent !important;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fec503;
    background-color: transparent !important;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
	max-height:500px;
}
.navbar-brand{
	margin-top:-20px;
}
.nav-contact{
	margin-top: -15px;
    margin-bottom: -15px;
}
li.hide{
	display:none;
}
#contact-nav{
	position: relative;
    margin-top: -60px;
    text-align: center;
}
#contact-nav li a{
	font-size: 14px !important;
}
@media (min-width:768px) {
    .navbar-default {
        padding: 10px 0;
        border: 0;
		background: rgba(0,0,0,0.8);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-nav>.active>a { border-radius: 3px }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }
    .navbar-default.navbar-shrink .navbar-brand img {
        height: 55px;
        width: 55px;
        margin-top: -15px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    #contact-nav{
	    margin-top: 0px;
	}
	#contact-nav li a{
		font-size: 12px !important;
	}
	li.hide{
		display:block !important;
	}
}
/**************************
********** Header *********
**************************/
.carousel-caption {
    padding-bottom: 30px;
    top: 30%;
    left: 0;
    right: 0;
}

.content {
    background: rgba(0, 0, 0, 0.0);
    padding: 40px;
    z-index: -1;
}
.text {
    margin-left: 15%;
    margin-right: 15%;
}
.carousel-caption h1{
    margin-top: 0;

}


.carousel-fade .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.carousel-control:hover,
.carousel-control:focus {
color: #fec503;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: 100%;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel-control.right,
.carousel-control.left {
    top: 47%;
    background-image: none;
}


.carousel-fade .next,
.carousel-fade .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5;
    z-index: 100;
}
.carousel-logo{
    max-width: 30%;
    min-width: 90px;
}
/**************************
***** Vision/Mission ******
**************************/
#vision .carousel-inner{
	margin-top:50px;
}
.carousel-indicators {
    position: relative;

    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    margin-top:50px;
}
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fec503;
    border-radius: 0px;
    padding: 0 20px;
}
.carousel-indicators .active {
    width: 30px;
    height: 12px;
    margin: 0;
    background-color: #fec503;
}
#vision {
    background-image: url('../img/01_services.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.dark-overlay {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.dark-overlay p{
	text-align: left;
	max-width: 80%;
	margin: 0 auto;
	margin-top:20px;
	font-size:1.6rem;

}
.dark-overlay .dark-ul{
	max-width: 80%;
	margin: 0 auto;
	font-size:1.6rem;
	text-align: left;
	margin-top:20px;

}
.banner-inner h1{
		margin-top: 80px;
		color:#fff;
		text-shadow: 1px 1px 1px #000;
	}
@media(max-width:500px){
	.banner-inner h1{
		font-size:4em;
		margin-top:160px;
	}
}
.banner-inner h4{
	color: #fff;
	line-height: 1.4;
}
.banner-inner .barline{
	background:#fff;
}
@media(min-width:500px){
	.banner-inner h1{
		margin-top: 130px;
	}
}
@media(min-width:768px){
	.banner-inner h1{
		margin-top: 200px;
	}
}

#molding{
	background: url(../img/banners/millwork.png) no-repeat;
	background-size:cover;
	min-height: 450px;
}
#stairs{
	background: url(../img/banners/stairs.png) no-repeat;
	background-size:cover;
	min-height: 450px;
}
#cabinet{
	background: url(../img/banners/cabinet.png) no-repeat;
	background-size:cover;
	min-height: 450px;
}
.light-overlay {
    background: rgba(255, 255, 255, 0.8);
    height: auto;
    padding: 30px 0;
}
.ptitle {
    color: #535353;
    text-align: center;
}
.interior h2,
.interior h5{
	letter-spacing: 2px;
}
.interior h5{
	word-spacing: 0px;
    line-height: 1.6em;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;

}
.interior p{
	 border-top:1px solid #ccc;
	 padding-top:20px;
	text-align: left;
}
.interior ul li{
	text-align: left;
    font-size: 14px;
    line-height: 1.75;
}
.vision {
    text-align: center;
    color: #ffffff;
}
.vision-border:hover > h2,
.vision-border:hover {
    color: #fec503;
    border-color: #fec503;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.vision-border:hover>h4,
.vision-border:hover>h6 { color: #ffffff }
.vision div.vision-border { padding: 20px }
.vision-border {
    padding: 5px 10px;
    border: 2px solid #ffffff;
    width: 40%;
}
.centered {
    margin: auto;
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'feathericons';
    src: url('../fonts/feathericons/feathericons.eot?-8is7zf');
    src: url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.carousel-inner img{
	display: block;
	margin: 0 auto;
}
.carousel-inner .Pattern{
	font-size: 1.2em !important;
	text-align: center !important;
}
.carousel-inner .card{
	margin-bottom:20px;
}
.carousel-inner .item .container{
	    padding: 0 80px;
}
@media(max-width:768px){
	.carousel-inner .card .Size{
		text-align: center;
	}
	.pdf .col-lg-4{
		padding-left:0;
	}
	.carousel-inner .item .container{
	    padding: 0 80px;
	}
	.inner-controls .carousel-control.right, .inner-controls .carousel-control.left{
		top:20px;

	}

}

.pdf li{
	list-style: none;
	padding-bottom:5px;
}
.pdf li img{
	margin:0 0.5em 1em;
	float: left;

}
.pdf li p{
	border-top: none;
    padding: 0;

}
.light-overlay h3{
	padding:40px 0 20px;
	margin-top:20px;
	border-top:1px solid #ccc;
}
img.max-width{
	width: 100%;
}
/**************************
******** Portfolio ********
**************************/
.grid {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    list-style: none;
    text-align: center;
}
/* Common style */
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -0.20em;
    width: 33.433%;
    height: 400px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span { font-weight: 800 }
.grid figure h2,
.grid figure p { margin: 0 }
.grid figure p {
    letter-spacing: 1px;
    font-size: 100%;
    margin-top: 40px;
}
/**************************
**** Portfolio Effects ****
**************************/
figure.effect-portfolio { background: rgba(0, 0, 0, 1) }
figure.effect-portfolio img {
    min-width: 100%;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
}
figure.effect-portfolio figcaption { padding: 3em }
figure.effect-portfolio figcaption::before,
figure.effect-portfolio figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
figure.effect-portfolio figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
figure.effect-portfolio figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
figure.effect-portfolio h2,
figure.effect-portfolio p.overlay-heading {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    margin:0;
}
figure.effect-portfolio p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
figure.effect-portfolio p.overlay-heading{
	word-spacing: -0.15em;
    font-weight: 300;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
}
figure.effect-portfolio img,
figure.effect-portfolio h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
figure.effect-portfolio img,
figure.effect-portfolio figcaption::before,
figure.effect-portfolio figcaption::after,
figure.effect-portfolio p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-portfolio:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
     cursor: auto !important;
}
figure.effect-portfolio:hover figcaption::before,
figure.effect-portfolio:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
     cursor: auto !important;
}
figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    cursor: auto !important;
}
figure.effect-portfolio:hover h2 { color: #fed136 }
figure.effect-portfolio:hover figcaption::after,
figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p,
figure.effect-portfolio:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    cursor: auto !important;
}
@media screen and (max-width: 69.5em) {
    .grid figure { width: 50% }
    .grid figure figcaption { font-size: 120% }
}
@media screen and (max-width: 41.5em) {
    .grid figure { width: 100% }
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 18px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    width: 100%;
    padding: 7px 15px;
    border-radius: 0;
    letter-spacing: 3px;
    color: #fec503;
}

.carousel-control.right span.fa, .carousel-control.left span.fa {
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 2px 15px;
}
.carousel-control.right span.fa:hover,
.carousel-control.left span.fa:hover{
    border: 1px solid #FFBE00;
}

/**************************
***** Portfolio Modal *****
**************************/
.btn-primary {
    color: #FFFFFF;
    background-color: #000000;
    border-color: rgba(255, 186, 0, 0);
    border-radius: 0px;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: normal;
}
.btn-default {
    color: #fec503;
    background-color: #000000;
    border-color: rgba(255, 186, 0, 0);
    border-radius: 0px;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: normal;
}
.btn-large{
	font-size: 28px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #FFBE00;
    border-color: #FFD000;
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    color: #000;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 45px;
    font-size: 3em;
}
.portfolio-modal .modal-content p { margin-bottom: 30px }
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    color: #000000;
    line-height: 10px;
    text-transform: none;
    -webkit-font-smoothing: antialiased !important;
}
.portfolio-modal .modal-content img { margin-bottom: 30px }
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover { opacity: .3 }
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.barline{
	display: block;
	margin:0 auto;
	max-width:100px;
	height:4px;
	background-color:#535353;

}
/**************************
***** Call-to-action ******
**************************/
#subscribe {
    background-color: #000000;
    height: auto;
    min-height: 150px;
    max-height: 500px;
    color: #ffffff;
    padding-top: 35px;
    padding-bottom: 45px;
    margin-top: -2px;
}
#subscribe p {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: none;
    margin-top: 27px;
    -webkit-font-smoothing: antialiased !important;
}
#subscribe span.btn:hover {
    color: #fed136;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
#subscribe span.right {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
    margin-top: 10px;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 0px;
    float: right;
    color: #fff;
}
#subscribe span.right:hover {
    border: 1px solid #fed136;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
/**************************
****** About Section ******
**************************/
#about {
    background-image: url('../img/03_about.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    max-height: 2000px;
    min-height: 720px;
    color: #ffffff;
    margin-top: -1px;
}
.about-content {
    padding-top: 15%;
    padding-bottom: 5%;
}
#about-parallax .about-content {
    padding-top: 12%;
    padding-bottom: 10%;
}
#about h2,
#about-parallax h2 {
    position: absolute;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 44px;
    line-height: 30px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    padding: 20px;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased !important;
}
.about-text{
    margin-top: 7%;
    position: relative;
}
/**************************
***** Social Connect ******
**************************/
#socials {
    background-color: #ffffff;
    height: auto;
    min-height: 275px;
    max-height: 500px;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
}
#socials p {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    color: #000000;
    text-transform: none;
    -webkit-font-smoothing: antialiased !important;
}
#socials span.follow {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
    border: 1px solid #000000;
    width: 280px;
    padding: 5px;
}
#socials p span {
    display: inline-block;
    vertical-align: middle;
}
#socials span.follow:hover {
    border: 1px solid #fec503;
    color: #fec503;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}
#socials span {
    font-size: 14px;
    color: #000000;
}
ol.social li {
    display: inline-block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding: 0 10px;
    color: #000000;
}
ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}
/**************************
***** Footer Section ******
**************************/
#footer {
    background-color: #000000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    min-height: 320px;
    max-height: 1000px;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 2%;
}
#footer h2 {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 46px;
    width: 480px;
    line-height: 30px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 20px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased !important;
}
#footer h2:hover {
    border: 2px solid #fec503;
    color: #fec503;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}
#footer p {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 10px;
    text-transform: none;
    -webkit-font-smoothing: antialiased !important;
}
#footer-nav {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    padding-top: 45px;
    background-color: #161616;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
#footer-nav ul{
	list-style: none;
	text-align: left;
}
#footer-nav a{
	color:#fec503;
}
#footer-nav .copyright{
	font-size:10px;
}

/**************************
****** Contact Form *******
**************************/
.btn-send {
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    width: 180px;
    line-height: 10px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased !important;
    background: transparent;
    border-radius: 0px;
}
.btn-send:hover,
.btn:focus {
    border: 1px solid #fec503;
    color: #fec503;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}
.btn:focus { text-decoration: none }
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#contact {
    color: #fff;
    padding-bottom: 80px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-label{
	font-size: 1.6rem;
    color: #efefef;
    font-weight: 400;
}
section#contact {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
}
section#contact .section-heading { color: #fff }
section#contact .form-group { margin-bottom: 25px }
section#contact .form-group input,
section#contact .form-group textarea { padding: 20px }
section#contact .form-group input.form-control { height: auto }
section#contact .form-group textarea.form-control { height: 236px }
section#contact .form-control:focus {
    border-color: #fec503;
    box-shadow: none;
}
section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}
section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}
section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}
section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}
section#contact .text-danger { color: #fec503 }
.alert-danger {
    color: #fec503;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    background-color: rgba(242, 222, 222, 0);
    letter-spacing: 1px;
    font-weight: lighter;
    border-color: #FFFFFF;
    border-radius: 0px;
    font-size: 12px;
}
#contact .close {
    color: #fec503;
    opacity: .5;
}
.alert-success {
    color: #000000;
    font-family: 'Raleway', Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 0px;
}
.hide-first{
    display: none;
}
/**************************
** Home Video Background **
**************************/
.header-text-overlay {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
}

#video{
    margin-top: -90px;
}
#video .videoWrapper {
    margin-bottom: 0;
    margin-top: 70px;
    position: relative;
    padding-bottom: 56.25%; /* 16: 9 */;;;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}
#video .videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}
#video .videoWrapper video{
    margin-bottom: -15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
     width: 110%;
    height: 110%;
}
/**************************
****** Home Parallax *****
**************************/
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}

/* Slide 1 */
#parallax .bcg {background-image:url('../img/08_parallax.jpg')}

/* Slide 2 */
#about-parallax .bcg {
    background-image:url('../img/09_about_parallax.jpg');
    color: #ffffff;
}



/*=======================
Theme: Awesome Photography/Portfolio Template
This is the Style for Responsiveness
Author: JLP Media
Email: jennpereira13@gmail.com / lianplameras@gmail.com
Version: 1.00
Date Created: August 10, 2014
Updated: Feb. 13, 2015
=======================*/
/* MAX 1200px */
@media (max-width: 1200px) {
	#navbar-collapse-1 .navbar-nav{
		margin-top:20px;
	}
}
/* MAX 1080px */
@media (max-width: 1080px) {
    h1 { font-size: 5em }
    .carousel-control.right img,
    .carousel-control.left img { width: 50px }
    .pull-right {
        float: none !important;
        text-align: center;
    }
    #subscribe { text-align: center }
    p.atext { padding-top: 20px }
    .vision-border {
        width: 60%;
    }
}
/* MAX 990px */
@media (max-width: 990px) {
	.nav > li > a {
		margin-top:10px;
		padding: 10px !important;
		font-size: 10px !important;
	}
}
/* MAX 768px */
@media (max-width: 768px) {
    .about-content {
        padding-top: 140px;
        text-align: center;
    }
    h1 { font-size: 4em }
    p.atext { width: 100% }
    #about h2 { margin: 0 auto }
    #about {
        background-image: url('../img/04_about_mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin-top: -1px;
    }
    #subscribe span.right { float: none }
    #video .content { padding: 20px !important }
    #video .header-text-overlay { top: 10% !important }

}
/* MIN 768px */
@media (min-width: 768px) {
    #comments { margin-right: 35px }
    .comment-avatar {
        width: 100px;
        padding-right: 30px;
    }
    .commentlist ul { margin-left: 100px }
}
/* MAX 767px */
@media (max-width: 767px) {
    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
        max-width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .navbar-default .navbar-brand img { height: 42px }
    .vision-border {
        width: 70%;
    }
}

/* MAX 620px */
@media (max-width: 620px) {
    #banner .img-responsive, .thumbnail > img,
    #banner .thumbnail a > img,
    #banner .carousel-inner > .item > img,
    #banner .carousel-inner > .item > a > img {
        width: -webkit-calc(100% + 80px);
        width: calc(100% + 80px);
        max-width: 140%;
        height: 400px;
    }
}
/* MAX 560px */
@media (max-width: 560px) {
    .vision-border {
        width: 90%;
    }
    header {
        overflow: hidden;
    }
    h1 {
        font-size: 3em;
    }
    .footer-ul li{
	    font-size:12px !important;
	    text-align: center;

    }
    #footer-nav ul{
	    padding-left:0;
    }
}

/* MAX 460px */
@media (max-width: 460px) {
    #banner .img-responsive, .thumbnail > img,
    #banner .thumbnail a > img,
    #banner .carousel-inner > .item > img,
    #banner .carousel-inner > .item > a > img {
        width: -webkit-calc(100% + 240px);
        width: calc(100% + 240px);
        max-width: 240%;
        height: 400px;
        transform: translateX(-100px) translateY(0px);
        -webkit-transform: translateX(-100px) translateY(0px);
        -moz-transform: translateX(-100px) translateY(0px);
        -ms-transform: translateX(-100px) translateY(0px);
        -o-transform: translateX(-100px) translateY(0px);
    }

    #vision {
        background-image: url('../img/02_mobile_services.jpg');

    }
    .dark-overlay {
        overflow: auto;
        padding-top: 100px;
    }
    #blog {
        background-image: url('../img/02_mobile_services.jpg');
        height: 350px;
    }
    h1 {
        font-size: 2.2em;
        letter-spacing: 1px;
    }
    h6 {
        font-size: 9px;
        font-weight: 300;
    }
    /*#vision h2 { font-size: 16px }*/
    #vision h4 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    #vision h5 {
        letter-spacing: 0px;
        word-spacing: 0px;
    }
    #subscribe p { margin: 20px 30px 0 30px }
    #about h2 {
        margin: 0 auto;
        font-size: 3em;
        padding: 5px;
        width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    #socials p, #bsocials p {
        font-size: 12px;
        letter-spacing: 0px;
    }
    #footer {
        padding-top: 20%;
        padding-bottom: 10%;
    }
    #footer h2 {
        font-size: 2em;
        width: 310px;
        padding: 10px;
    }
    #footer p { padding-top: 10px }
    #footer-nav {
        padding-top: 40px;
        font-size: 12px;
        letter-spacing: 0px;
    }
    #footer-ul li{
	    text-align: center;
    }
    .vision-border {
        width: 80%;
    }

}
/* MAX 320px */
@media (max-width: 340px) {
    #banner .img-responsive, .thumbnail > img,
    #banner .thumbnail a > img,
    #banner .carousel-inner > .item > img,
    #banner .carousel-inner > .item > a > img {
        width: -webkit-calc(100% + 240px);
        width: calc(100% + 240px);
        max-width: 280%;
        height: 350px;
        transform: translateX(-100px) translateY(0px);
        -webkit-transform: translateX(-100px) translateY(0px);
        -moz-transform: translateX(-100px) translateY(0px);
        -ms-transform: translateX(-100px) translateY(0px);
        -o-transform: translateX(-100px) translateY(0px);
    }
    h1 { font-size: 1.5em }
    figure.effect-layla h2 { font-size: 1.5em }
    .service-border h4 {
        font-size: 13px;
        letter-spacing: 1px;
    }
    h6 {
        font-size: 10px;
        font-weight: 400;
    }
    #vision h2 { font-size: 15px }
    #vision h5 {
        letter-spacing: 2px;
        word-spacing: 0px;
    }
    .grid figure h2 { font-size: 16px }
    #about h2 {
        font-size: 2em;
        width: 250px;
    }
    #socials span.follow {
        font-size: 20px;
        width: 200px;
        letter-spacing: 1px;
    }
    ol.social li { padding: 0 6px }
    #socials p {
        font-size: 12px;
        letter-spacing: 0px;
    }
    #socials span.follow {
        font-size: 20px;
        letter-spacing: 5px;
        width: 220px;
    }
    #footer h2 {
        font-size: 1.5em;
        width: 250px;
    }
    #footer p {
        letter-spacing: 0px;
        font-size: 12px;
    }
}


