body {
	overflow: hidden;
}

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 99; /* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally on the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../img/loadinfo.net.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 */
}

/*--------------------------
	  Global Styles
  --------------------------*/
html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
}

section {
    margin-top: 50px;   
}

/*--------------------------
		  Menu
  --------------------------*/
.navbar-custom {
	margin-top: 0px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: none;
	background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #000;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
	color: #D8CBBB;
}

.navbar-custom .nav li.active {
    outline: none;
     background-color: rgba(0,0,0,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: #000;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        margin-top: 0px;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
	padding: 0;
	margin-top: 0px;
	background-color: #333;
    }

    .navbar-custom.top-nav-collapse {
        margin-bottom: 50px;
        border-bottom: 1px solid #D8CBBB;
    }
}

/*--------------------------
	 Custom Button Styles
  --------------------------*/
.btn-dark {
	border-radius: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}

.btn-light {
	border-radius: 0;
	color: #333;
	background-color: rgb(255, 255, 255);
}

/*--------------------------
		  Separator
  --------------------------*/
hr.separator-header {
	max-width: 35%;
	border: 1px solid #000;
}

.small-black {
	max-width: 50px;
	border: 2px solid #000;
}

.small-white {
	max-width: 50px;
	border: 2px solid #fff;
}

.line {
	width: 150px;
	color: #fff;
}

.great-line {
	max-width: 100%;
	border: 1px solid #000;
}

.verticalLine {
    margin-left: 10px;
    margin-right: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*--------------------------
		  Parallax
  --------------------------*/
.parallax-container {
     height: 100%px;
     width: 100%;
     background-image:linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45));
}

.parallax-carousel{
    height: 320px;
    width: 100%;
    padding: 50px;
   background-image:linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45));
}

/*--------------------------
		  Header
  --------------------------*/
.header {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-shadow: #000 1px 1px;
    background: #000;
}

.header .header-bg {
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding: 50px 0;
	width: 100%;
	height: 100%;
	background: url(../img/portfolio/NewYork1.jpg) center; /*Here you change the image name to your own preferred image*/
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.header .section-header {
	margin-top: 200px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #000;
}

@media ( min-width :767px) {
	.header .header-bg {
		height: 100%;
		 padding: 200px 10px 200px 10px;
	}
	.header .section-header {
		font-size: 90px;
	}
	.section-text {
		font-size: 15px;
	}
}

@media ( min-height :480px){
    .header .header-bg{
        padding: 200px 10px 200px 10px;
    }
    .header .section-header {
		font-size: 60px;
	}
	.intro-text {
		font-size: 15px;
	}
}

.section-heading {
	margin-bottom: 15px;
	font-size: 15px;
	color: #fff;
	text-shadow: #000 1px 1px;
}

.section-text {
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-shadow: #000 1px 1px;
}

@media ( min-width :768px) {
	section {
		padding: 50px 0;
	}
     .section-heading{
        font-size: 21px;   
    }
    .section-header{
        margin: 15px;
        font-size: 90px;   
    }
    .section-text{
        font-size: 30px;   
    }
}

@media (min-width: 375px){
    .section-heading{
        font-size: 21px;   
    }
    .section-header{
        margin: 15px;
        font-size: 60px;   
    }
    .section-text{
        font-size: 21px;   
    }
}

.btn-md-one {
    padding-bottom: 5px;
	margin: 80px 10px;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
	color: #fff;
	background: transparent;
    display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.btn-md-one:hover{
    color: #fff;   
    background: #000;
      -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-md-two {
    padding: 5px 20px;
	margin: 80px 10px;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
	color: #fff;
	background: transparent;
    display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.btn-md-two:hover{
    color: #fff;  
    background: #000;
      -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------
            About
  --------------------------*/

.about {
	font-size: 16px;
	padding: 50px 25px;
}

@media (max-width: 768px){
    .about{
        font-size: 14px;   
    }
     .about h2{
        font-size: 20px;   
    }
}

.img-portrait{
    margin: 35px 0 35px 0;
}

/*--------------------------
            Services
  --------------------------*/

.services {
	padding: 50px 25px;
	background-color: #transparent;
	background-position: center;
	background-image: none;
	background-repeat: repeat;
}

.service-item {
	margin-bottom: 50px;
}

.services p {
	font-size: 16px;
	color: #D9CDBD;
}

.services h2, h4 {
	color: #D9CDBD;
	margin: 25px;
}

@media (max-width: 768px){
    .services p{
        font-size: 14px;   
    }
    .services h2{
        font-size: 20px;   
    }
    .services h4{
        font-size: 16px;
    }
}

/*--------------------------
		   Skill
  --------------------------*/
.skill-progress{
    padding: 50px 0px 0px;
}

.skill-set {
    padding: 25px 25px 0px;
	text-align: left;
	font-size: 14px;
   margin: 25px 0px 0px;
}

@media (min-width: 767px){
    .skill-set{
        font-size: 18px;   
    }
}

@media (min-width: 480px){
    .skill-set{
        font-size: 18px;   
    }
}

.skill{
    padding: 50px 0px 25px 0px;
}

.skill-progress span {
	top: -30px;
	left: 2%;
	position: relative;
	font-size: 1.4em;
	font-weight: bolder;
	font-family: monospace;
	color: #fff;
}

progress {
	background-color: #D8D8D8;
	border: 0;
	height: 2.5em;
	width: 100%;
}

progress::-webkit-progress-bar {
	background-color: #D8D8D8;
}

progress::-webkit-progress-value {
	background-color: #000;
}

progress::-moz-progress-bar {
	background-color: #000;
}

@media (max-width: 768px){
    .skill-progress span{
        margin: 10px 0px 10px 0px;
        font-size: 14px;
    }
     #skills h2{
        font-size: 20px;   
    }
}

/*-------------------------------
			Quote carousel
  -------------------------------*/
.quote {
    text-align: center;
    align-content: center;
	vertical-align: middle;
    text-shadow: #000 1px 1px;
}

blockquote p {
	font-size: 18px;
	color: #fff;
}

@media ( min-width :767px) {
	blockquote p {
		font-size: 22px;
	}
    .quote{
        padding: 0px;   
    }
}
@media ( min-width :480px) {
	blockquote p {
		font-size: 25px;
	}
    .quote{
        padding: 0px;   
    }
}
/*-------------------------------
      Carousel Fade Transition   
  -------------------------------*/
#fade-quote-carousel.carousel {
	padding-bottom: 30px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
	background-color: #fff;
	border: none;
}

#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}

#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}

/*--------------------------
		   Work
  --------------------------*/

.work{
    padding: 50px 10px;
}

.work-item figure {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	max-height: 400px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.work-item figure img{
    position: relative;
    opacity: 0.8;
    min-height: 350px;
    min-width: 350px;
}

.work-item figure figcaption{
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.work-item figure figcaption,
.work-item figure figcaption > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Anchor will cover the whole item by default*/

.work-item figure figcaption > a{
    z-index:  1000;
    opacity: 0;
}

figure.effect {
	background-color: transparent;
}

figure.effect img {
	opacity: 1.0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect:hover img {
	opacity: 0.4;
}

figure.effect figcaption::before,
figure.effect figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect figcaption::before {
	border-right: 1px solid transparent;
    border-left: 1px solid transparent;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect figcaption::after {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect:hover figcaption::before,
figure.effect:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect:hover h2,
figure.effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	text-shadow: 2px 2px 1px #000;
}


@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.work-item figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

@media (max-width: 768px){
    .work h2{
        font-size: 20px;    
    }
}

/*--------------------------------
			Contact
  --------------------------------*/
.btn-xl {
	padding: 18px 50px;
	margin-bottom: 30px;
    border: 2px solid #fff;
	border-color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: transparent;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl
	{
	border-color: #000;
	color: #000;
	background-color: #fff;
}

#contact p {
	color: #FFFFFF;
	text-shadow: #000 1px 1px;
	font-size: 18px;
}

section#contact{
 padding: 50px 0px 0px 0px;   
}

section#contact .section-heading {
	color: #fff;
    margin: 25px;
}

section#contact .form-group {
	margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea
	{
        background: transparent;
        border: 2px solid #FFFFFF;
	    padding:18px;  
        color: #fff !important;
        text-shadow: #000 1px 1px;
}

#contactForm{
    padding: 0px 25px 0px 25px;   
}

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: #fff;
	box-shadow: #000 1px 1px;
    text-transform: none;
}

section#contact::-webkit-input-placeholder {
	font-weight: 700;
	color: #fff !important;
}

section#contact:-moz-placeholder {
	font-weight: 700;
	color: #fff !important;
}

section#contact::-moz-placeholder {
	font-weight: 700;
	color: #fff !important;
}

section#contact:-ms-input-placeholder {
	font-weight: 700;
	color: #fff !important;
}

section#contact .text-danger {
	color: #e74c3c;
}

@media (max-width: 768px){
     #contact h2{
        font-size: 20px;   
    }   
    #contact p{
        font-size: 14px;
    } 
    .btn-xs{
        font-size: 16px;
        font-weight: 400;
    }
}


/*------------------------
		  Map
  ------------------------*/

#map {
    width: 100%;
    height: 400px;
    border-bottom: 8px solid #000;
    border-top: 8px solid #000;
}

section#map{
    margin-top: 0px;   
}

/*------------------------
		Footer
  ------------------------*/
footer {
	padding: 30px;
}
footer i {
	color: grey;
}
