/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
	font-family: 'Open Sans', sans-serif !important;
	background-color:
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

img{
	width: 100%;
    height: auto;
}

.navbar{
	z-index:1000000000!important;
}

a{
	text-decoration:none;
}

a:hover{
    outline: 0;
    color: #2aadfc!important;
}

a:focus,
a:active,
a.active {
    outline: 0;
    color: #999999;
}

*:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #2aadfc;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.top-bar{
	z-index:200;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:2px;
background: #00c1ff; /* Old browsers */
background: -moz-linear-gradient(left, #00c1ff 0%, #005eff 44%, #dc00a5 93%, #dc00a5 93%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #00c1ff 0%,#005eff 44%,#dc00a5 93%,#dc00a5 93%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #00c1ff 0%,#005eff 44%,#dc00a5 93%,#dc00a5 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c1ff', endColorstr='#dc00a5',GradientType=1 ); /* IE6-9 */
}

.img-centered {
    margin: 0 auto;
}



@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 45px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #2aadfc;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#about{
	overflow:hidden !important;
}
#about .about-item {
    right: 0;
    margin: 0 0 15px;
}

#about .about-item .about-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#about .about-item .about-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#about .about-item .about-link .caption:hover {
    opacity: 1;
}

#about .about-item .about-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#about .about-item .about-link .caption .caption-content i {
    margin-top: -12px;
}

#about .about-item .about-link .caption .caption-content h3,
#about .about-item .about-link .caption .caption-content h4 {
    margin: 0;
}

#about{
	position:relative;
    z-index: 1000000;
	background-color:white;
}

@media(min-width:767px) {
    #about .about-item {
        margin: 0 0 30px;
    }
	
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #2aadfc;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #2aadfc;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.about-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.about-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.about-modal .modal-content img {
    margin-bottom: 30px;
}

.about-modal .modal-content .item-details {
    margin: 30px 0;
}

.about-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.about-modal .close-modal:hover {
    opacity: .3;
}

.about-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.about-modal .modal-backdrop {
    display: none;
    opacity: 0;
}





/****************************detail styling for projects***************************************/
.project-header{
	background-color:#242f09;
	height:450px;
	width:100%;
	position:absolute;
	top:100px;
}

.project-header img{
	width:100%;
	position:absolute;
	top:110px;
}


.project-name-wrapper{
	
	position:absolute;
	top:-90%;
	left:50%;
}

ul.project-name{
	width:100%;
	position:relative;
	left:-50%;
}

.project-name-letter{
	display:inline-block;
	width:20px;
	position:relative;
	margin-left:25px;
	opacity:0;
	
}

.limegrove-M{
	width:27px;
	margin-left:20px;
	opacity:0;
}

.limegrove-G{
	width:22px;
	margin-top:-2px;
	opacity:0;
}

.limegrove-V{
	width:22px;
	opacity:0;
}

.PVH-P{
	width:19px;
}

.PVH-V{
	width:21px;
}

.PVH-H{
	width:21px;
}

.jones-brown-J{
	width:15.5px;
}

.jones-brown-E{
	width:18px;
}

.jones-brown-S{
	width:14.5px;
	margin-right:30px;
}

.jones-brown-B{
	width:17px;
}
.jones-brown-R{
	width:19.5px;
}

.jones-brown-W{
	width:26px;
}

.hawkins-H{
	width:23px;
}

.hawkins-W{
	width:26px;
}

.hawkins-I{
	width:8.5px;
}

.hawkins-S{
	width:14px;
}

.spec-S{
	width:14.5px;
}

.borgo-B{
	width:17.5px;
}
.project-detail{
	width:100%;
	height:auto;
	background-color:#ececec;
	position:relative;
	margin-top:500px;
	overflow:hidden;
}


.title{
	position:absolute;
	top:-10px;
	left:50%;
	width:80%;
}

.title-inner{
	position:relative;
	left:-50%;
}

.title img{
	width: 100%;
    height: auto;
}

.intro-img{
	width:80%;
	position:relative;
	margin:12% auto 0 auto;
}

.intro-img img{
	width: 100%;
    height: auto;
}

.intro-copy{
	text-transform:uppercase;
	color:#999999;
	font-size:1.1em;
	letter-spacing:1px;
	position:relative;
	text-align:center;
	margin-top:0px;
	opacity:0;
	
}

.gradient-line-wrapper{
	width:20%;
	position:relative;
	margin: 30px auto 0 auto;
	
}

#gradient-line, #gradient-line2{
	height:1px;
	margin-top:7px;
	background: #00c1ff; /* Old browsers */
	background: -moz-linear-gradient(left, #00c1ff 0%, #005eff 44%, #dc00a5 93%, #dc00a5 93%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00c1ff 0%,#005eff 44%,#dc00a5 93%,#dc00a5 93%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00c1ff 0%,#005eff 44%,#dc00a5 93%,#dc00a5 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c1ff', endColorstr='#dc00a5',GradientType=1 ); /* IE6-9 */
}


.sec-wrapper{
	width:100%;
	dispaly:block;
	position:relative;
	height:auto;
	margin-top: 140px;
	margin-bottom:50%;
}

.sec-img-wrapper{
	position:relative;
	width:85%;
	float:left;
}

.sec-img{
	position:absolute;
	left:0;
}

.sec-img img{
	width: 100%;
    height: auto;
}

.sec-copy{
	width:40%;
	margin-right:5%;
	text-align:left;
	float:right;
	display:table-cell;
	vertical-align:middle;
}


.sec-copy-inner{
	display: inline-block;
	font: 0.9em;
	color:#999999;
	letter-spacing:1px;
	height:200px;
	float:left;
	font-weight:100;
	margin-right:15%;
	opacity:0;
	padding-top:30%;
}

.sec-gradient-line-wrapper{
	width:60%;
	position:relative;
	float:left;
	margin-top:70px;
	
}

.thr-wrapper{
	width:100%;
	margin-bottom:180px;
}

.thr-img-wrapper{
	width:85%;
	text-align:center;
	margin:0 auto;
	position:relative;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer #footer-below {
    padding: 25px 0;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:100;
	color: #999;
}
#footer-bar{
	width:100%;
	height:3px;
	position:fixed;
	bottom:0;
	z-index:100000000!important;
}

.last-sec{
	width:100%;
	position:relative;
}

.detail-left{
	width:64.8%;
	float:left;
}

.detial-right{
	width:35.2%;
	float:right;
}

.next-pro{
	width:100%;
	float:left;
}

.pre-pro a{
	font-family: 'Open Sans', sans-serif !important;
	width:100%;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:1.2em;
}
.pre-pro a:hover{
	color:white !important;
}


.pre-btn-borgo{
	background-image:url(../img/project9/borgo-pre.jpg);
	background-repeat:no-repeat;
	background-size:contain;
    background-position:center;
	border-style:none;
	width:100%;
}

.pre-btn-borgo a{
	display:block;
	padding-top: 22.1%;
	padding-bottom:22.1%;
}
.pre-btn-borgo img{
	width:13%;
	z-index:10000;
	position: relative;
}



.object{
	 position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
}
.arrow{
	margin-right:10px;
}
.pre-btn-borgo:hover .move-left{
	transform: translate(-20px,0);
    -webkit-transform: translate(-20px,0); /** Chrome & Safari **/
    -o-transform: translate(-20px,0); /** Opera **/
    -moz-transform: translate(-20px,0); /** Firefox **/
}



.next-btn-borgo:hover .move-down{
	transform: translate(0,20px);
    -webkit-transform: translate(0,20px); /** Chrome & Safari **/
    -o-transform: translate(0,20px); /** Opera **/
    -moz-transform: translate(0,20px); /** Firefox **/
}


.next-btn-borgo{
	background-image:url(../img/project9/borgo-next.jpg);
	background-repeat:no-repeat;
	background-size:contain;
    background-position:center;
	border-style:none;
	width:100%;
	margin-top:-3px;
	margin-bottom:30px;
}

.next-btn-borgo a{
	display:block;
	padding-top: 8.36%;
	padding-bottom:9%; 
}

.next-copy{
	width:100%;
	text-align:center;
	
}

.next-text{
	width:15%;
}

.next-arrow-wrapper{
	width:100%;
	text-align:center;
	margin-left:-30px;
	margin-top:20px;
}

.next-arrow-wrapper img{
	width:5%;
}

@media(max-width:1850px) {
	.next-btn-borgo a{
	
	padding-top: 8.22%;
	padding-bottom:9%; 
    }
}

@media(max-width:1664px) {
	.next-btn-borgo a{
	
	padding-top: 8.13%;
	padding-bottom:9%; 
    }
}

@media(max-width:1478px) {
	.next-btn-borgo a{
	
	padding-top: 8%;
	padding-bottom:9%; 
    }
	
	.sec-gradient-line-wrapper{
	margin-top:50px;
	}
}

@media(max-width:1341px) {
	.next-btn-borgo a{
	
	padding-top: 7.84%;
	padding-bottom:9%; 
    }
	
	.sec-gradient-line-wrapper{
	margin-top:40px;
	}
}

@media(max-width:1230px) {
	.next-btn-borgo a{
	
	padding-top: 7.62%;
	padding-bottom:9%; 
    }
	
	.sec-gradient-line-wrapper{
	margin-top:30px;
	}
}

@media(max-width:1225px) {
	.next-btn-borgo a{
	
	padding-top: 7.44%;
	padding-bottom:9.15%; 
}


}


@media(max-width:1202px) {
   .footer-copy{
		margin-top:500px;
		z-index:-10000000 !important;
	}

}
@media(max-width:1071px) {
	.next-btn-borgo a{
	
	padding-top: 7.12%;
	padding-bottom:9.15%; 
}
}

@media(max-width:1003px) {
	.next-btn-borgo a{
	
	padding-top: 6.85%;
	padding-bottom:9.15%; 
}
}


@media(max-width:966px) {
	
.project-name-letter{
	display:inline-block;
	width:16px;
	position:relative;
	margin-left:25px;
	opacity:0;
	
}

.limegrove-M{
	width:23px;
	margin-left:20px;
	opacity:0;
}

.limegrove-G{
	width:18px;
	margin-top:-2px;
	opacity:0;
}

.limegrove-V{
	width:18px;
	opacity:0;
}

	
}

@media(max-width:937px) {
	.next-btn-borgo a{
	
	padding-top: 6.8%;
	padding-bottom:9%; 
  }
}

@media(max-width:895px) {
	.project-name-letter{
	display:inline-block;
	width:14px;
	position:relative;
	margin-left:25px;
	opacity:0;
	
}

.limegrove-M{
	width:19px;
	margin-left:20px;
	opacity:0;
}

.limegrove-G{
	width:16px;
	margin-top:-2px;
	opacity:0;
}

.limegrove-V{
	width:16px;
	opacity:0;
}

.pre-pro a {
    font-size: 1em;
}

.next-text {
    width: 20%;
}

.next-btn-borgo a{
	
	padding-top: 6.37%;
	padding-bottom:9%; 
  }
  
  .footer-copy{
		margin-top:500px;
	}

}


@media(max-width:859px) {
	.project-name-letter{
	display:inline-block;
	width:12px;
	position:relative;
	margin-left:25px;
	opacity:0;
	
}

.limegrove-M{
	width:16px;
	margin-left:20px;
	opacity:0;
}

.limegrove-G{
	width:14px;
	margin-top:-2px;
	opacity:0;
}

.limegrove-V{
	width:14px;
	opacity:0;
}
}

@media(max-width:818px) {
	
	.next-btn-borgo a{
	
	padding-top: 6.17%;
	padding-bottom:9.15%; 
  }
  
  .project-name-letter{
	display:inline-block;
	width:14px;
	position:relative;
	margin-left:20px;
	opacity:0;
	
}

.limegrove-M{
	width:19px;
	margin-left:15px;
	opacity:0;
}

.limegrove-G{
	width:16px;
	margin-top:-2px;
	opacity:0;
}

.limegrove-V{
	width:16px;
	opacity:0;
}
}


@media(max-width:805px) {
	.pre-btn-borgo a{
    padding-top: 23%;
    padding-bottom: 22%;
   }
   
   
.next-btn-borgo a{
	
	padding-top: 6%;
	padding-bottom:9%; 
  }
  
  .pre-pro a {
    font-size: 0.85em;
}
   
 .pre-btn-borgo:hover .move-left{
	transform: translate(-10px,0);
    -webkit-transform: translate(-10px,0); /** Chrome & Safari **/
    -o-transform: translate(-10px,0); /** Opera **/
    -moz-transform: translate(-10px,0); /** Firefox **/
}

.next-btn-borgo:hover .move-down{
	transform: translate(0,10px);
    -webkit-transform: translate(0,10px); /** Chrome & Safari **/
    -o-transform: translate(0,10px); /** Opera **/
    -moz-transform: translate(0,10px); /** Firefox **/
}

  
}

@media(max-width:798px) {
	.footer-copy{
		margin-top:400px;
	}
	
	.project-name-letter{
	width:13px;
	margin-left:18px;
	opacity:0;
    	
     }
	 
	 .limegrove-M{
	width:17px;
	margin-left:18px;
	opacity:0;
   }
}

@media(max-width:764px) {
  .project-name-letter{
	display:inline-block;
	width:14px;
	position:relative;
	margin-left:15px;
	opacity:0;
	margin-top:-100px;
	
}

.limegrove-M{
	width:19px;
	margin-left:10px;
	opacity:0;
	margin-top:-100px;
}

.limegrove-G{
	width:16px;
	margin-top:-102px;
	opacity:0;
}

.limegrove-V{
	width:16px;
	opacity:0;
	margin-top:-100px;
}

ul.project-name {
    margin-top: -45px;
}

.project-header {
    height: 50px;
    width: 100%;
    position: absolute;
    top: -300px;
}

.project-header img {
    top: 170px;
}

.sec-wrapper {
    margin-top: 100px;
}

.pre-pro a {
    font-size: 0.8em;
}

.pre-btn-borgo a{
    padding-top: 22.5%;
    padding-bottom: 22.5%;
   }
   

.next-btn-borgo a{
	
	padding-top: 5.69%;
	padding-bottom:9%; 
  }

}

@media(max-width:674px) {
	
	.project-name-letter{
	display:inline-block;
	width:13px;
	position:relative;
	margin-left:13px;
	opacity:0;
	margin-top:-100px;
	
}

.limegrove-M{
	width:18px;
	margin-left:8px;
	opacity:0;
	margin-top:-100px;
}

.limegrove-G{
	width:15px;
	margin-top:-102px;
	opacity:0;
}

.limegrove-V{
	width:15px;
	opacity:0;
	margin-top:-100px;
}

.next-btn-borgo a{
	
	padding-top: 5.1%;
	padding-bottom:9%; 
  }

 .pre-btn-borgo:hover .move-left{
	transform: translate(-5px,0);
    -webkit-transform: translate(-5px,0); /** Chrome & Safari **/
    -o-transform: translate(-5px,0); /** Opera **/
    -moz-transform: translate(-5px,0); /** Firefox **/
}
 .pre-pro a {
    font-size: 0.7em;
}

}


@media(max-width:622px) {
	.footer-copy{
		margin-top:300px;
	}
	
	
	.project-name-letter{
	display:inline-block;
	width:11px;
	position:relative;
	margin-left:13px;
	opacity:0;
	margin-top:-100px;
	
}

.limegrove-M{
	width:16px;
	margin-left:8px;
	opacity:0;
	margin-top:-100px;
}

.limegrove-G{
	width:13px;
	margin-top:-102px;
	opacity:0;
}

.limegrove-V{
	width:13px;
	opacity:0;
	margin-top:-100px;
}

.project-detail {
    margin-top: 350px;
}

.project-header {
    height: 40px;
    width: 100%;
    position: absolute;
    top: -300px;
}


.project-header img {
    top: 250px;
}

.sec-gradient-line-wrapper {
    display:none;
}
.intro-copy {
    margin-top: -30px;
}

.sec-copy-inner {
    padding-top: 15%;
}

.next-btn-borgo a{
	
	padding-top: 5.1%;
	padding-bottom:8.5%; 
  }
  
}

@media(max-width:583px) {
	
	.project-detail {
    margin-top: 340px;
}

.project-header {
    height: 30px;
}


.project-header img {
    top: 230px;
}


 .pre-btn-borgo:hover .move-left{
	transform: translate(-4px,0);
    -webkit-transform: translate(-4px,0); /** Chrome & Safari **/
    -o-transform: translate(-4px,0); /** Opera **/
    -moz-transform: translate(-4px,0); /** Firefox **/
}
 .pre-pro a {
    font-size: 0.6em;
	letter-spacing:2px;
}

.pre-btn-borgo a{
    padding-top: 22.5%;
    padding-bottom: 22%;
   }
   
	.next-btn-borgo a{
    padding-top: 5.1%;
    padding-bottom: 8.08%;
}
.project-name-letter{
	display:inline-block;
	width:11px;
	position:relative;
	margin-left:10px;
	opacity:0;
	margin-top:-100px;
	
}

.limegrove-M{
	width:16px;
	margin-left:5px;
	opacity:0;
	margin-top:-100px;
}

.limegrove-G{
	width:13px;
	margin-top:-102px;
	opacity:0;
}

.limegrove-V{
	width:13px;
	opacity:0;
	margin-top:-100px;
}

.detail-left img{
	 max-width: 100%;
    max-height: 100%;
}
	
}

@media(max-width:578px) {
	

.project-detail {
    margin-top: 300px;
}

.project-header {
    height: 30px;
    width: 100%;
    position: absolute;
    top: -300px;
}


.project-header img {
    top: 260px;
}

.next-btn-borgo:hover .move-down{
	transform: translate(0,4px);
    -webkit-transform: translate(0,4px); /** Chrome & Safari **/
    -o-transform: translate(0,4px); /** Opera **/
    -moz-transform: translate(0,4px); /** Firefox **/
}

.next-btn-borgo a{
    padding-top: 5.1%;
    padding-bottom: 8%;
}

}

@media(max-width:557px) {
	

.project-header {
    height: 20px;
    width: 100%;
    position: absolute;
    top: -300px;
}


.project-header img {
    top: 260px;
}
}


@media(max-width:544px) {
	.big-detail img{
		display:none;
	}
	.detail-left {
    width: 50%;
	background-repeat: no-repeat;
	background-size:contain;
    background:url(../img/project9/borgo-detail1-small.jpg);
    height: 314px;
}
	
	
	.detial-right{
		width:50%;
	}
	
	
.pre-pro a {
    font-size: 0.8em;
}

.next-btn-borgo a{
    padding-top: 5.1%;
    padding-bottom: 7.57%;
}

.next-arrow-wrapper {
    margin-left: -10px;
}
   .next-text {
    width: 25%;
}
}

@media(max-width:532px) {
	.project-header {
    height: 10px;
    width: 100%;
    position: absolute;
    top: -300px;
}


.project-header img {
    top: 240px;
}


.project-name-letter{
	display:inline-block;
	width:11px;
	position:relative;
	margin-left:10px;
	opacity:0;
	margin-top:-100px;
	
}

.limegrove-M{
	width:14px;
	margin-left:5px;
	opacity:0;
	margin-top:-100px;
}

.limegrove-G{
	width:11px;
	margin-top:-102px;
	opacity:0;
}

.limegrove-V{
	width:11px;
	opacity:0;
	margin-top:-100px;
}
.intro-copy {
    margin-top: -20px;
}

.sec-wrapper {
    margin-top: 80px;
}


}

@media(max-width:517px) {
	.project-name-letter{
	display:inline-block;
	width:11px;
	position:relative;
	margin-left:7px;
	opacity:0;
	margin-top:-100px;
	
}

.limegrove-M{
	width:14px;
	margin-left:2px;
	opacity:0;
	margin-top:-100px;
}

.limegrove-G{
	width:11px;
	margin-top:-102px;
	opacity:0;
}

.limegrove-V{
	width:11px;
	opacity:0;
	margin-top:-100px;
}
}

@media(max-width:505px) {
	.project-header {
    height: 0px;
    width: 100%;
    position: absolute;
    top: -300px;
}


.project-header img {
    top: 240px;
}

.next-btn-borgo a{
    padding-top: 5.05%;
    padding-bottom: 7%;
}
}

@media(max-width:477px) {
	.project-header {
    
    top: -280px;
}


.project-header img {
    top: 200px;
}

.project-name-wrapper{
	margin-left:-20px;
}
}

@media(max-width:466px) {
	.footer-copy{
		margin-top:340px;
	}
	
	.next-btn-borgo a{
    padding-top: 4.9%;
    padding-bottom: 6.6%;
}
}


@media(max-width:445px) {
	
	.next-btn-borgo a{
    padding-top: 4.3%;
    padding-bottom: 6.6%;
}
}

@media(max-width:442px) {
	.footer-copy{
		margin-top:300px;
	}
	
	.project-header {
    
    top: -260px;
}


.project-header img {
    top: 200px;
}
}

@media(max-width:424px) {
	.project-name-letter{
	display:inline-block;
	width:11px;
	position:relative;
	margin-left:5px;
	opacity:0;
	margin-top:-100px;
	
}

.limegrove-M{
	width:14px;
	margin-left:0px;
	opacity:0;
	margin-top:-100px;
}

.limegrove-G{
	width:11px;
	margin-top:-102px;
	opacity:0;
}

.limegrove-V{
	width:11px;
	opacity:0;
	margin-top:-100px;
}
}

@media(max-width:417px) {
.next-btn-borgo a{
    padding-top: 3.7%;
    padding-bottom: 6.6%;
}


}

@media(max-width:411px) {
	
	.project-header {
    
    top: -240px;
}


.project-header img {
    top: 180px;
}
}


@media(max-width:543px) {
	
	.detail-left {
   
    height: 313px;
}

}
@media(max-width:539px) {
	
	.detail-left {
   
    height: 311px;
}
}

@media(max-width:536px) {
	
	.detail-left {
   
    height: 309px;
}
}

@media(max-width:535px) {
	
	.detail-left {
   
    height: 307px;
}
}

@media(max-width:530px) {
	
	.detail-left {
   
    height: 305px;
}
}

@media(max-width:528px) {
	
	.detail-left {
   
    height: 303px;
}
}
	
@media(max-width:524px) {
	
	.detail-left {
   
    height: 300px;
}
}

@media(max-width:520px) {
	
	.detail-left {
   
    height: 297px;
}
}

@media(max-width:513px) {
	
	.detail-left {
   
    height: 295px;
}
}

@media(max-width:510px) {
	
	.detail-left {
   
    height: 293px;
}
}
	
@media(max-width:507px) {
	
	.detail-left {
   
    height: 290px;
}
}

@media(max-width:502px) {
	
	.detail-left {
   
    height: 287px;
}
}

@media(max-width:495px) {
	
	.detail-left {
   
    height: 283px;
}
}

@media(max-width:495px) {
	
	.detail-left {
   
    height: 280px;
}
}

@media(max-width:482px) {
	
	.detail-left {
   
    height: 275px;
}
}


@media(max-width:476px) {
	
	.detail-left {
   
    height: 272px;
}
}

@media(max-width:468px) {
	
	.detail-left {
   
    height: 268px;
}
}

@media(max-width:462px) {
	
	.detail-left {
   
    height: 265px;
}
}

@media(max-width:459px) {
	
	.detail-left {
   
    height: 260px;
}
}

@media(max-width:448px) {
	
	.detail-left {
   
    height: 256px;
}
}

@media(max-width:442px) {
	
	.detail-left {
   
    height: 253px;
}
}

@media(max-width:435px) {
	
	.detail-left {
   
    height: 250px;
}
}

@media(max-width:433px) {
	
	.detail-left {
   
    height: 246px;
}
}

@media(max-width:425px) {
	
	.detail-left {
   
    height: 243px;
}
}

@media(max-width:419px) {
	
	.detail-left {
   
    height: 240px;
}
}


@media(max-width:414px) {
	
	.detail-left {
   
    height: 236px;
}
}


@media(max-width:406px) {
	
	.detail-left {
   
    height: 233px;
}
}

@media(max-width:402px) {
	
	.detail-left {
   
    height: 230px;
}

.next-btn-borgo a{
    padding-top: 3.34%;
    padding-bottom: 6.6%;
}

}