/*
	Home layout styles
*/
.layout-home .navbar {
	background: rgba(0, 0, 0, .1);
}

.ls-l h1 {
	font-family: 'GothamBook';
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

/*
	Application layout styles
*/
.layout-application #wrapper {
	padding-top: 50px;
}

.layout-application .navbar {
	background-color: #81898f;
}


/* 
	All layouts

*/
html, body, #wrapper {
	width: 100%;
	height: 100%;
	background: #e1e1e1;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #65646a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #65646a;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #65646a;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #65646a;
}

#teamslider {
	background: url('../images/team/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.visible-xs .team-member-img {
	background: url('../images/team/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #65646a;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #65646a;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #65646a;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #65646a;
}

.navbar {
	border: none;
}

.navbar-nav>li>a.menu-btn {
	font-family: 'GothamMedium';
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 0px;
	margin-top: 15px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-nav>li>a.menu-btn:hover {
	border-color: transparent;
}

.navbar-brand {
	padding-top: 6px;
}

.navbar-brand img {
	width: auto;
	height: 40px;
}

.h1-note, .note {
	font-family: 'Cardo', serif;
	color: rgba(101, 100, 106, .6);
	font-style: italic;
	margin-top: 40px;
}

.h1-note:hover, .note:hover {
	text-decoration: none;
	color: rgba(101, 100, 106, .6);
}

hr {
	border-color: #6b6a70;
	border-top-width: 2px;
}

.page-footer {
	text-align: center;
	margin-bottom: 100px;
}

.page-footer hr {
	margin-bottom: 10px;
}

h1 {
	font-family: 'GothamBook';
	/*text-transform: uppercase;*/
	color: #65646a;
	font-size: 28px;
	margin-top: 6px;
	letter-spacing: -1px;
}

.para-large {
	font-family: 'GothamBook';
	/*text-transform: uppercase;*/
	color: #65646a;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 1.1;
}

.team-member-info {
	/*margin-top: 260px;*/
	margin: 10px 0px 0px 10px;
	box-sizing: border-box;
	padding: 20px;
	background: rgba(255, 255, 255, 0.85);
}

.team-member-info h1 {
	font-size: 18px;
	font-family: 'GothamBook';
	text-transform: uppercase;
	color: #65646a;
	border-top: 4px solid #65646a;
	border-bottom: 1px solid #65646a;
	margin: 0;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}

.team-member-info h2 {
	font-size: 14px;
	font-family: 'GothamBook';
	text-transform: uppercase;
	color: rgba(101, 100, 106, .6);
	border-bottom: 2px solid #65646a;
	margin: 0;
	margin-top: 4px;
	padding-bottom: 4px;
}

.team-member-info p {
	font-size: 14px;
	margin-top: 15px;
	font-family: 'GothamBook';
	color: #65646a;
}

.team-member-img {

}

.team-member-img img {
	/*max-width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;*/
	width: 100%;
	height: auto;
}

.portfolio-item-info {
	/*border-top: 4px solid #65646a;*/
}

.portfolio-item-description {
	color: #65646a;
	font-family: 'GothamBook';
	font-size: 14px;
}

.portfolio-item-info h1 {
	font-size: 18px;
	font-family: 'GothamBook';
	text-transform: uppercase;
	color: #65646a;
	border-bottom: 1px solid #65646a;
	margin: 0;
	margin-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}

.portfolio-item-info h2 {
	font-size: 14px;
	font-family: 'GothamBook';
	text-transform: uppercase;
	color: rgba(101, 100, 106, .6);
	border-bottom: 1px solid #65646a;
	margin: 0;
	margin-top: 4px;
	padding-bottom: 4px;
}

.portfolio-item-info h3 {
	font-size: 14px;
	font-family: 'GothamBook';
	text-transform: uppercase;
	color: rgba(101, 100, 106, .6);
	border-bottom: 2px solid #65646a;
	margin: 0;
	margin-top: 4px;
	padding-bottom: 4px;
}

#launchGalleryBtn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 1000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -100px;
	border: 2px solid #fff;
	color: #fff;
	min-width: 200px;
}

.page.contact input[type="text"],
.page.contact input[type="email"],
.page.contact input[type="tel"],
.page.contact textarea.form-control {
	background: transparent;
	border-width: 0px 0px 1px 0px;
	border-color: #65646a;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #65646a;
	font-family: 'GothamBook';
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}

.page.contact .form-group {
	margin-bottom: 0px;
}

.page.contact .form-control:focus {
	border-color: #65646a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page.contact .form-group-top {
	border-top: 4px solid #65646a;
}

footer {
	padding-top: 40px;
	font-family: 'GothamBook';
	font-size: 12px;
	clear: both;
	color: rgba(129, 137, 143, .6);
	text-align: center;
	margin-bottom: 20px;
}

footer strong {
	font-family: 'GothamMedium';
}

footer hr {
	border-color: #8b9298;
	margin-top: 0px;
	border-top-width: 1px;
}

.btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'GothamMedium';
	text-transform: uppercase;
	padding: 6px 20px;
	border: none;
}

.btn-primary {
	background-color: #818990;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #65646a;
}

.contact-info {
	margin-top: 60px;
	font-family: 'GothamBook';
	color: #65646a;
}

.contact-info strong {
	font-family: 'GothamMedium';
}

.contact-info address {
	margin-bottom: 0px;
}

.portfolio-filter {
	font-family: 'GothamBook';
	text-transform: uppercase;
	color: #81898f;
	font-size: 24px;
	/*margin-top: 6px;
	padding-bottom: 5px;*/
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 1;
	/*color: #65646a;*/
	text-decoration: none;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.portfolio-filter:hover, .portfolio-filter.active {
	color: #65646a;
	text-decoration: none;
}

.portfolio-filter .line-block {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.portfolio-filter .line-block-text {
	padding-bottom: 5px;
}

.portfolio-filter .line-block .topline {
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 100%;
	height: 5px;
	background: #65646a;
	content: '';
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.portfolio-filter:hover .line-block .topline,
.portfolio-filter.active .line-block .topline {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.portfolio-items {
	margin-top: 40px;
}

.portfolio-items div.item {
	margin-bottom: 20px;
}

.overlay nav {
	margin: 0 auto;
	width: 80%;
}

.overlay nav ul, .overlay nav ul li {
	display: block;
}

.overlay nav ul li {
	text-align: center;
	text-transform: uppercase;
}

.overlay footer {
	position: absolute;
	bottom: 0px;
	color: #fff;
	width: 100%;
}

.overlay footer hr {
	border-color: #fff;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.overlay ul.nav>li>a {
	color: rgba(255, 255, 255, .6);
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.overlay ul.nav>li>a:hover, .overlay ul.nav>li>a:focus {
	/*color: #81898f;*/
	color: rgba(255, 255, 255, 1);
}

.overlay ul li a .line-block {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.overlay ul li a .line-block .topline {
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 100%;
	height: 5px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.overlay ul li a:hover .line-block .topline {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.navbar .navbar-header {
	float: left;
}

.navbar .navbar-nav{
	margin: 0px;
}

#teamslider {
	/*margin-top: 10px;*/
}

#teamslider .h1-note {
	font-size: 15px;
	margin-top: 0px;
}

#teamslider + footer, #layerslider + footer{
	padding-top: 0px;
}

.Buttons {
	padding: 0 20px;
}

.ImageWrapper .ContentMg {
	color: #fff;
	background: rgba(129, 137, 144, 0.9);

	width: 100%;
	max-width: 300px;
	height: 50%;
	max-height: 110px;
}

.ImageWrapper .ContentMg .Content {
	width: 100%;
	max-width: 300px;
	padding: 0 20px;
}

.img-wrapper .portfolio-item-info, .img-wrapper .portfolio-item-info h1, .img-wrapper .portfolio-item-info h2, .img-wrapper .portfolio-item-info h3 {
	color: #fff;
	border-color: #fff;
}

.ContentWrapperMg img {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.ContentWrapperMg:hover img {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.ImageWrapper .portfolio-item-info h3 {
	border: none;
}

/*.ImageWrapper .ImageOverlayH {
	height: 40%;
	bottom: 0px;
	left: 0px;
	width: 70%;
	top: auto;
	background: rgba(129, 137, 144, 0.9);
}

.ImageWrapper .StyleLi {
	width: 70%;
	height: 0px;
}

.ImageWrapper:hover .StyleLi {
	width: 70%;
	height: 0px;
	bottom: 40%;
}

.ImageWrapper .portfolio-item-info, .ImageWrapper .portfolio-item-info h1, .ImageWrapper .portfolio-item-info h2, .ImageWrapper .portfolio-item-info h3 {
	color: #fff;
	border-color: #fff;
	text-align: left;
}*/

figure {
	margin: 0;
	position: relative;
}

figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: rgba(129, 137, 144, .8);
	color: #fff;
}

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	/*-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);*/
}

.cs-style-3 figcaption {
	width: 60%;
	top: auto;
	bottom: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.5s;
	-moz-transition: -moz-transform 0.4s, opacity 0.5s;
	transition: transform 0.4s, opacity 0.5s;
}

.cs-style-3 figure .topline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.cs-style-3 figure:hover .topline {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cs-style-3 figure figcaption h1,
.cs-style-3 figure figcaption h2,
.cs-style-3 figure figcaption h3 {
	width: 50%;
}

/*.cs-style-3 figure figcaption h1,
.cs-style-3 figure figcaption h2,
.cs-style-3 figure figcaption h3 {
	opacity: 0;
	-webkit-transition: opacity 0.9s, -webkit-transform 0.5s;
	transition: opacity 0.9s, transform 0.5s;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}

.cs-style-3 figure:hover figcaption h1,
.cs-style-3 figure:hover figcaption h2,
.cs-style-3 figure:hover figcaption h3 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}*/

figure .corner {
	border: 20px solid rgba(129, 137, 144, .9);
	border-width: 20px 20px 0px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120%;
	height: 120%;
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translate3d(20px,-20px,0);
	transform: translate3d(20px,-20px,0);
}

figure:hover .corner {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid .grid-item {
	opacity: 0;
}

.grid.effect-6 .grid-item.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.overlay nav {
		width: 100%;
	}
	.navbar-brand img {
		height: 35px;
		margin-top: 2px;
	}

	.team-member-img:first-child {
		margin-top: 10px;
	}

	.team-member-img {
		margin: 0px 0px;
	}

	.team-member-info {
		margin: 0px 0px 30px 0px;
	}

	/*.overlay nav {
		margin-top: 40%;
	}*/
	.overlay ul li a {
		font-size: 30px;
	}
	.team-member-img {
		/*margin-top: 480px;*/
	}
	.team-member-img img {
		/*width: 200px;*/
	}

	.overlay footer{
		display: none;
	}
}