@import url('bootstrap.min.css');
@import url('owl.carousel.min.css');
@import url('lightbox.css');
@import url('all.min.css');

@font-face {
	font-family: "Roboto Slab";
	src: url("../webfonts/RobotoSlab-Thin.ttf") format("truetype");
}

body {
	background-color: #080705;
	font-family: "Roboto Slab";
}

strong {
	color: #a58760;
}

section {
	padding: 120px 0px;
}

.hero {
    background-image: url('../images/hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.right {
	float: right;
}

.no-pad {
	padding: 0;
	margin: 0;
 }

.container-fluid {
    margin: 0px 25px;
}

.scroll-down, .scroll-up {
    font-size: 12px;
    font-size: 0.75rem;
}

.menu-social-container .social-menu-trig {
    font-size: 12px;
    font-size: 0.75rem;
	letter-spacing: 1px;
}

.menu-social-container .social-menu-trig,
.menu-social-container .menu,
.scroll-down {
    opacity: 0;
}

.show .menu-social-container .social-menu-trig,
.no-js .menu-social-container .social-menu-trig,
.show .menu-social-container .menu,
.no-js .menu-social-container .menu,
.show .scroll-down,
.no-js .scroll-down,
.show .scroll-up,
.no-js .scroll-up {
    opacity: 1;
}

.scroll-down,
.scroll-up {
	display: none;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1em;
	margin-right: -16px;
	position: fixed;
	right: 50px;
	top: 90vh;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	z-index: 1000;
}

.show .scroll-down.hide,
.show .scroll-up.hide,
.no-js .scroll-down.hide,
.no-js .scroll-up.hide {
	opacity: 0;
	-webkit-transform: rotate(-90deg) translate(100%, 100px);
	-moz-transform: rotate(-90deg) translate(100%, 100px);
	-ms-transform: rotate(-90deg) translate(100%, 100px);
	-o-transform: rotate(-90deg) translate(100%, 100px);
	transform: rotate(-90deg) translate(100%, 100px);
}

.scroll-down,
.scroll-up,
.show .scroll-down,
.show .scroll-up,
.no-js .scroll-down,
.no-js .scroll-up {
	-webkit-transform: rotate(-90deg) translate(100%, 0);
	-moz-transform: rotate(-90deg) translate(100%, 0);
	-ms-transform: rotate(-90deg) translate(100%, 0);
	-o-transform: rotate(-90deg) translate(100%, 0);
	transform: rotate(-90deg) translate(100%, 0);
}

.scroll-down i {
	margin-right: 8px;
}

.scroll-up i {
	margin-left: 8px;
}

.scroll-down i,
.scroll-up i {
	font-size: 20px;
	display: inline-block;
	position: relative;
	left: 0;
	vertical-align: middle;
}

.show .menu-social-container .social-menu-trig,
.show .menu-social-container .menu,
.no-js .menu-social-container .social-menu-trig,
.no-js .menu-social-container .menu,
.scroll-down,
.scroll-down.hide,
.scroll-up {
	-webkit-transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: .6s cubic-bezier(0.28, 0.12, 0.22, 1);
}


/*Social menu*/

.menu-social-container {
	-webkit-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.menu-social-container {
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 1em;
	position: fixed;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.sidebar-opened .menu-social-container {
	opacity: .1;
}

.show .menu-social-container .social-menu-trig,
.show .menu-social-container .menu,
.no-js .menu-social-container .social-menu-trig,
.no-js .menu-social-container .menu {
	vertical-align: top;
}

.social-menu-trig {
	display: none;
}

.menu-social-container .social-menu-trig {
	margin-right: 28px;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
}

.menu-social-container .social-menu-trig:before {
	content: "-";
	color: #cfa978;
	font-weight: 400;
	margin-right: 10px;
	position: absolute;
	right: -30px;
}

.menu-social-container ul {
	display: inline-block;
	margin-bottom: 0;
	max-width: 70vh;
	vertical-align: top;
}

.menu-social-container ul ul {
	margin: 0 -5px 0 0;
}

.menu-social-container li {
	display: inline-block;
	letter-spacing: 0.5px;
	list-style: none;
	margin: 6px 5px;
}

.menu-social-container li li {
	margin: 0 5px;
}

@media only screen and (min-width: 1025px) {

    .scroll-down:hover i {
		left: -15px;
	}

	.scroll-up:hover i {
		left: 15px;
	}

	.scroll-down i,
	.scroll-up i {
		-webkit-transition: left .3s;
		-moz-transition: left .3s;
		-ms-transition: left .3s;
		-o-transition: left .3s;
		transition: left .3s;
	}

    .menu-social-container {
		top: calc(90vh + 40px);
		left: 50px;
		-webkit-transform: rotate(-90deg) translateX(0);
		-moz-transform: rotate(-90deg) translateX(0);
		-ms-transform: rotate(-90deg) translateX(0);
		-o-transform: rotate(-90deg) translateX(0);
		transform: rotate(-90deg) translateX(0);
		z-index: 999;
	}

	.menu-social-container .social-menu-trig {
		background-color: #000;
		color: #cfa978;
	}

	.grid .grid-item .featured-image+.work-info .work-subtitle,
	.grid .grid-item .featured-image+.work-info .work-desc,
	.grid .grid-item .featured-image+.work-info .work-title {
		display: block;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	.grid .grid-item .featured-image a:before {
		display: none;
	}

	.featured-image a:after {
		margin-left: -16px;
		margin-top: -16px;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.featured-image a:before,
	.grid .grid-item .featured-image a:after {
		content: "";
		background-color: rgba(37,42,43,.85);
		margin: 0;
		position: absolute;
		top: 20px;
		left: 20px;
		bottom: 20px;
		right: 50px;
		-webkit-transform: translate3d(20px, -20px, 0);
		-ms-transform: translate3d(20px, -20px, 0);
		-o-transform: translate3d(20px, -20px, 0);
		transform: translate3d(20px, -20px, 0);
	}

	.grid .grid-item .featured-image+.work-info {
		max-height: calc(100% - 80px);
		padding: 0;
		position: absolute;
		right: 70px;
		bottom: 40px;
		left: 50px;
	}

	.grid .grid-item .featured-image+.work-info .work-subtitle,
	.grid .grid-item .featured-image+.work-info .work-desc,
	.grid .grid-item .featured-image+.work-info .work-title,
	.grid .grid-item a:after,
	.grid .grid-item .featured-image+.work-info {
		opacity: 0;
	}

}

@media only screen and (max-width: 1024px) {
    .menu-social-container {
		display: none;
		left: 78px;
		bottom: 50px;
		z-index: 1001;
	}

	.nav-opened .menu-social-container {
		display: block;
	}

	.menu-social-container .social-menu-trig {
		background-color: #fff;
		color: #cfa978;
	}

	.site .menu-social-container a,
	.site .menu-social-container .social-menu-trig:before {
		color: #fff;
	}
}

@media only screen and (max-width: 767px) {
    .menu-social-container {
		bottom: 30px;
		left: 35px;
		right: 35px;
	}
}

/*SCROLBAR*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px; 
  }
  
  ::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #313131; 
  }
  
  ::-moz-selection {
	background-color: #313131;
	color: #fff; 
  }
  
  ::selection {
	background-color: #313131;
	color: #fff; 
  }
  
  -webkit-::-moz-selection {
	background-color: #313131;
	color: #fff; 
  }
  
  -webkit-::selection {
	background-color: #313131;
	color: #fff; 
  }
  
  ::-moz-selection {
	background-color: #313131;
	color: #fff; 
  }

  body::-webkit-scrollbar {
	  background-color:rgba(0, 0, 0, 0.1);
  }
	
header {
	background: transparent;
	position: fixed;
	width: 100%;
	z-index: 999;
}

header .navbar-nav .nav-item {
	margin: 0px 10px;
}

header .navbar-nav .nav-link, .menu-social-container .nav-item a, .scroll-down, .scroll-up, .nav-item .active {
	font-weight: 600;
	color: white;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
	-webkit-transition: color .3s, border .3s;
	-moz-transition: color .3s, border .3s;
	-ms-transition: color .3s, border .3s;
	-o-transition: color .3s, border .3s;
	transition: color .3s, border .3s;
}

header .navbar-nav .nav-link:hover, .nav-item .active {
	text-decoration: none;
	color: #cfa978 !important;
	border-color: #5d5d5d !important; 
}

.menu-social-container .nav-item a:hover, .scroll-down:hover, .scroll-up:hover {
	text-decoration: none;
	color: #cfa978;
}

.social-menu-trig {
	display: inline-block;
}

.hero {
	padding: 300px 0px;
}

.hero .hero-content {
	opacity: 0;
}

.show-headline .hero-content {
	opacity: 1;
	transition: visibility 0s, opacity 0.5s linear;
}

@media only screen and (min-width: 1025px) {
	.hero .container, #content .container, #reference .container, #contact .container {
		max-width: 1740px;
		padding-left: 160px;
		padding-right: 160px;
	}

	.close-sidebar {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.close-sidebar:hover {
		background-color: transparent;
		opacity: .8;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.close-sidebar:hover:before,
	.close-sidebar:hover:after {
		background-color: #fff;
	}
}

@media only screen and (max-width: 767px) {
	.close-sidebar {
		right: 20px;
	}
}

.hello-headline, .second-headline {
	font-size: 45px;
	line-height: 55px;
}

.hello-headline, .second-headline, .subtitle-headline {
	color: #fff;
}

.name-headline {
	font-size: 80px;
	line-height: 96px;
	color: #cfa978;
}

.subtitle-headline {
	font-size: 20px;
	line-height: 48px;
	font-weight: 600;
	margin-left: 5px;
	letter-spacing: 0.75px;
}

.subtitle-headline a {
	border-bottom: 1px solid transparent;
	color: #cfa978;
	-webkit-transition: color .3s, border .3s;
	-moz-transition: color .3s, border .3s;
	-ms-transition: color .3s, border .3s;
	-o-transition: color .3s, border .3s;
	transition: color .3s, border .3s;
}

.subtitle-headline a:hover {
	text-decoration: none;
	color: #a58760;
	border-color: #5d5d5d;
}

body>.widget-area {
	background-color: #000;
	max-width: 100%;
	overflow-y: auto;
	width: 770px;
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-moz-transition: -moz-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-ms-transition: -ms-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	-o-transition: -o-transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	transition: transform .5s cubic-bezier(0.28, 0.12, 0.22, 1) .1s;
	z-index: 10000;
}

.admin-bar>.widget-area {
	top: 32px;
}

.site-header,
.featured-slider-wrap,
.site-content,
.site-footer,
.page-template-portfolio-page .hero {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.sidebar-opened {
	overflow: hidden;
}

.sidebar-opened .site {
	pointer-events: none;
}

.sidebar-opened .site-header,
.sidebar-opened .featured-slider-wrap,
.sidebar-opened .site-content,
.sidebar-opened .site-footer,
.sidebar-opened.page-template-portfolio-page .hero {
	opacity: .1 !important;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}

.sidebar-opened.page-template-portfolio-page .featured-slider-wrap {
	opacity: 0 !important;
}

.sidebar-opened>.widget-area {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.grid-item .featured-image a:after,
.grid-item .featured-image+.work-info,.close-sidebar:before,
.close-sidebar:after {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.featured-image a:before,
.featured-image a:after {
	-webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	-o-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.featured-image a{
	display: inline-block;
	position: relative;
	z-index: 0;
}


.close-sidebar {
	background: #000;
	border-color: #000;
	height: 40px;
	padding: 0;
	text-align: center;
	width: 40px;
	position: absolute;
	top: 50px;
	right: 50px;
}

.sidebar-trigger:focus,
.close-sidebar:focus {
	background-color: transparent;
	outline: none;
	border:none;
}

.close-sidebar:focus:before,
.close-sidebar:focus:after {
	background-color: #5d5d5d;
}

.close-sidebar:before,
.close-sidebar:after {
	content: "";
	background-color: #fff;
	height: 50%;
	width: 2px;
	display: block;
	position: absolute;
	top: 26%;
	left: 18px;
}

.close-sidebar:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close-sidebar:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#secondary {
	color: white;
}

#secondary .golden {
	color: #cfa978;
}

#sidebar-trigger i {
	font-size: 20px;
	margin-left: 15px;
	color: white;
}

#sidebar-trigger i:hover {
	color: #cfa978;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.scroll-box {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

.profile-image-div {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}


.profile-image-div .image {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.username {
    padding: 20px 0 20px 0;
    color: #cfa978;
    letter-spacing: 1.2px;
    font-size: 16px;
}

.btn-tree {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0.8rem 1.6rem;
    line-height: 1;
	color: #fff;
    background-color: #343434;
    border-color: #343434;
    font-size: 14px;
    letter-spacing: 1.2px;
	font-weight: 600;
	line-height: 24px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-tree:hover, .btn-tree:active, .btn-tree:focus {
    text-decoration: none;
    background-color: #4d4d4d;
	color: #fff;
}

a {
    background-color: transparent;
}

.p-50 {
    padding: 50px 0px;
}

.p-100 {
	padding: 100px 0px;
}

@media only screen and (max-width: 600px) {
  .p-min {
    padding: 50px 0 50px 0;
  }
}

.pb-10 {
    padding-bottom: 10px;
}

.work, .reference, .contact {
	font-size: 45px;
	color: #cfa978;
	line-height: 48px;
	margin-right: 10px;
}

.work-projects {
	font-size: 16px;
	color: white;
	line-height: 48px;
	letter-spacing: 1px;
	font-style: italic;
}

.work-projects-tips {
	font-size: 15px;
    color: #cccccc;
    margin-top: -40px;
    margin-left: 5px;
}

.work-projects-tips span {
	color: #cfa978;
}

.hero-info {
	font-size: 16px;
    color: #cccccc;
    margin-left: 5px;
}

.hero-info span {
	color: #cfa978;
}

.button-group {
	padding: 40px 0px 80px 0px;
	margin-left: -5px;
}

.button-group button {
	background: none;
	color: #fff;
	margin: 0px 5px;
	border: none;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1.5px;
}

.button-group button:focus, .button-group button:active {
	border: none;
	outline: none;
}

.button-group button.is-checked, .button-group button:hover {
	color: #cfa978;
}

.grid {
	transition: all .5s ease-in-out;
}
  
.grid:after {
	content: '';
	display: block;
	clear: both;
  }
    
  .grid-item {
	width: 33.333%;
	float: left;
	padding: 20px 5px;
  }  
  
  .grid-item img {
	display: block;
	max-width: 100%;
	transition: all .5s ease-in-out;
	backface-visibility: hidden;
  }

  .grid .grid-item:hover img {
	opacity: .75;
  }
  
  
  
  	.featured-image a:hover:before,
  	.grid .grid-item:hover .featured-image+.work-info .work-subtitle,
  	.grid .grid-item:hover .featured-image+.work-info .work-desc,
	.grid .grid-item:hover .featured-image+.work-info .work-title,
	.grid .grid-item:hover a:after,
	.grid .grid-item:hover .featured-image+.work-info {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.grid .grid-item:hover .featured-image+.work-info .work-subtitle,
	.grid .grid-item:hover .featured-image+.work-info .work-desc,
	.grid .grid-item:hover .featured-image+.work-info .work-title {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	@media only screen and (max-width: 1024px) {
		.grid-item .work-info {
			display: block;
			margin-top: 14px;
			margin-bottom: 18px;
		}
		
		.featured-image a:after {
			display: none;
		}
	}

	@media only screen and (max-width: 767px) {
		.featured-image a:after {
			font-size: 28px;
		}
	}

	.grid-item .work-info {
		text-align: left;
	}

	.work-info {
		margin-top: 32px;
	margin-right: auto;
	margin-bottom: 32px;
	margin-left: auto;
	}

	.work-info>* {
		margin-top: 16px;
	margin-bottom: 16px;
	}

	.work-info>*:first-child {
		margin-top: 0;

	}

	.work-info>*:last-child {
		margin-bottom: 0;
	}

	.grid-item .featured-image a {
		display: block;
	}

	.grid .work-title {
		font-size: 24px;
	}

	.grid-item .work-subtitle,
	.grid-item .work-desc,
	.grid-item .work-title {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.grid-item .work-title {
		margin-top: 0;
		margin-bottom: 0;
	}

	.work-info .work-title {
		color: #cfa978;
		font-size: 28px;
		font-weight: 600;
	}

	.work-info .work-title:hover {
		text-decoration: none;
	}

	.work-info .work-subtitle {
		font-size: 16px;
		color: #ddd;
		font-weight: 600;
	}

	.work-info .work-subtitle a {
		color: #cfa978;
		text-decoration: none;
	}

	.work-info .work-subtitle a:hover {
		color: #a58760;
	}

	.work-info .work-desc {
		font-size: 14px;
		color: #ddd;
		font-weight: 600;
	}

#resume-modal .modal-body {
	padding: 0px;
	z-index: 9999;
}

@media screen and (min-width: 768px) {
	#resume-modal .modal-dialog {
		width: 600px;
		max-width: none;
		margin: 30px auto;
	}
}

@media screen and (max-width: 1024px) {
	.grid-item {
		width: 50%;
	}
}

#masthead {
	background-color: rgba(0, 0, 0, 0.85);
}

.slbContentOuter button:focus {
	outline: none;
}

#reference h2, #contact h2 {
	padding-bottom: 40px;
}

#reference .owl-1 .quote {
    font-size: 200px;
	font-family: crimson text,Georgia,times new roman,Times,serif;
    color: #dee2e6;
    line-height: 0;
    top: 155px;
    position: absolute;
	margin-left: -60px;
    z-index: -1;
	opacity: 0.15;
}

#reference .reference-subtitle {
	font-size: 20px;
	color: #cccccc;
	margin-top: -10px;
}

#reference .reference-subtitle a {
	font-size: 20px;
	color: #cccccc;
	margin-top: -10px;
}

#reference .reference-subtitle a {
	border-bottom: 1px solid transparent;
	color: #cfa978;
	-webkit-transition: color .3s, border .3s;
	-moz-transition: color .3s, border .3s;
	-ms-transition: color .3s, border .3s;
	-o-transition: color .3s, border .3s;
	transition: color .3s, border .3s;
}

#reference .reference-subtitle a:hover {
	text-decoration: none;
	color: #a58760;
	border-color: #5d5d5d;
}

#reference .testimonial blockquote {
    padding: 50px 75px 10px 75px;
}

#reference blockquote {
    border-left: none !important;
    font-style: italic;
}

#reference .owl-1 .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%; 
}

#reference img {
	max-width: 256px;
}
	
@media (max-width: 991.98px) {
	#reference .owl-1 .owl-nav {
		display: none; 
	} 
}

#reference .owl-1 .owl-nav .owl-next,
#reference .owl-1 .owl-nav .owl-prev {
	  border: 1px solid red;
	  z-index: 92;
	  position: absolute;
	  top: 50%;
	  opacity: .5;
	  -webkit-transition: .3s all ease;
	  -o-transition: .3s all ease;
	  transition: .3s all ease; 
}
	  
#reference .owl-1 .owl-nav .owl-next:active, #reference .owl-1 .owl-nav .owl-next:focus,
#reference .owl-1 .owl-nav .owl-prev:active,
#reference .owl-1 .owl-nav .owl-prev:focus {
	outline: none; 
}

#reference .owl-1 .owl-nav .owl-next:hover,
#reference .owl-1 .owl-nav .owl-prev:hover {
	opacity: 1; 
}
	  
#reference .owl-1 .owl-nav .owl-next span,
#reference .owl-1 .owl-nav .owl-prev span {
	color: #fff; 
}
		
#reference .owl-1 .owl-nav .owl-next span:before,
#reference .owl-1 .owl-nav .owl-prev span:before {
	font-size: 40px !important; 
}
	
#reference .owl-1 .owl-nav .owl-next {
	border: 4px solid blue;
	right: 20px; 
}
	
#reference .owl-1 .owl-nav .owl-prev {
	  left: 20px; 
}
  
#reference .owl-1 .owl-dots {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 
}
	
#reference .owl-1 .owl-dots .owl-dot {
	background: none;
	display: inline-block; 
}
	  
#reference .owl-1 .owl-dots .owl-dot > span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin: 7px; 
}
	  
#reference .owl-1 .owl-dots .owl-dot.active > span {
	background: #cfa978; 
}
	  
#reference .owl-1 .owl-dots .owl-dot:active, .owl-1 .owl-dots .owl-dot:focus {
	outline: none; 
}
  
#reference .testimonial {
	/* max-width: 799px; */
	margin: 0 auto; 
	padding: 50px 0px;
	display: inline-flex;
}

#reference .owl-carousel .testimonial:hover {
	cursor: grab;
}

#reference .testimonial .reccomendation {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
}

#reference .testimonial .author {
	font-size: 16px; 
}
	  
#reference .testimonial .author cite {
	color: #ccc; 
}

#reference .testimonial a {
	color: #cfa978;
	text-decoration: none;
}

#reference .testimonial a:hover {
	color: #a58760;
}

#reference .testimonial img {
	border-radius: 50%;
	align-self: center;
}

@media screen and (max-width: 768px) {
	.grid-item {
		width: 100%;
	}

	#reference .testimonial {
		display: block;
	}

	#reference .testimonial blockquote {
		padding: 15px;
	}
}

#contact .contact-subtitle {
	font-size: 20px;
	color: #cccccc;
	margin-top: -10px;
}

#contact form {
	margin-top: 80px;
}

#contact .form-control-contact {
    font-size: 16px;
    color: white;
    background-color: #080705;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 9px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    width: 100%;
}

#contact .form-control-contact:focus, #contact .form-focus:focus {
    color: white;
    border-color: #cfa978;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#contact .form-group .form-control-contact.br-b {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#contact textarea.form-control-contact {
    min-height: 100px;
}

#contact .btn-dark {
    color: #cfa978;
    text-transform: uppercase;
    background: black;
    font-weight: 400;
	border: none;
	margin-top: 20px;
	font-family: "Roboto Slab";
	border: 1px solid;
    border-color: rgba(204,204,204,0.5);
}

#contact .btn-dark:hover,
#contact .btn-dark:active,
#contact .btn-dark:focus,
#contact .btn-dark:visited {
    color: #a58760;
    background: rgba(0, 0, 0, .7);
    outline: 0;
    box-shadow: none;
}

#contact #contact-form input, #contact #contact-form textarea, #contact-form button {
    padding: 8px 14px;
    width: 100%;
	font-family: "Roboto Slab";
    /*margin-bottom: 20px;*/
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #cccccc;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #cccccc;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #cccccc;
  }

  .slbImageWrap:after {
	  background: transparent !important;
  }

.navbar-toggler:focus i, .navbar-toggler:active i, .navbar-toggler:hover i {
	color: #cfa978;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	outline: none;
	text-decoration: none;
}

.navbar-toggler i {
	color: white;
}

.grecaptcha-badge { 
    visibility: hidden;
}


.help-block {
	color: red;
    padding: 15px;
}

.alert-success-golden {
	color: #cfa978;
	padding: 0;	
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    -webkit-text-fill-color: white !important;
}

@media only screen and (min-width: 1921px) {
	.hero {
		background-size: auto;
	}
}

@media only screen and (max-width: 1600px) {
	#content .grid-item {
		padding: 15px;
	}
}

@media only screen and (max-width: 1366px) { 

	.hero .name-headline {
		font-size: 72px;
		line-height: 84px;
	}
	
	.hero .hello-headline, .hero .second-headline {
		font-size: 40px;
	}

	.hero .subtitle-headline {
		font-size: 18px;
	}

	.hero {
		padding: 220px 0px;
	}

	#reference .testimonial blockquote {
		padding: 50px 20px 10px 50px;
	}
	
	.featured-image a:before, .grid .grid-item .featured-image a:after {
	    top: 15px;
	    bottom: 15px;
	    right: 15px;
	    left: 15px;
	}
	
	.work-info .work-desc {
	    font-size: 12px;
	}
	
	.grid .grid-item .featured-image+.work-info {
	    bottom: 20px;
	}
	
	.work-info .work-title {
	    font-size: 20px;
	}
	
	.work-info .work-subtitle {
	    font-size: 14px;
	}
	
	.grid {
	    margin: 0px -10px;
	}
}

@media only screen and (max-width: 480px) {
	
	.hero {
		background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../images/hero-mobile.jpg");
		background-size: cover;
		height: auto;
	}

	.hero .name-headline {
		font-size: 56px;
		line-height: 64px;
	}
	
	.hero .hello-headline, .hero .second-headline {
		font-size: 28px;
		line-height: 32px;
	}
	
	.work, .reference, .contact {
	    font-size: 36px;
	}

	.hero .subtitle-headline {
		font-size: 14px;
		line-height: 28px;
		margin-left: 3px;
	}
	
	#content .button-group button {
		line-height: 34px;
	}

	#content .button-group {
		padding: 40px 0px;
	}

	#content .grid-item {
		padding: 20px 5px;
	}

	section {
		padding: 60px 0px;
	}

	#reference .testimonial blockquote {
		padding: 0px;
		padding-top: 50px;
	}

	#masthead .container-fluid {
		margin: 0 auto;
	}

	#sidebar-trigger {
		display: none;
	}

	#masthead {
		background-color: rgba(0, 0, 0, 0.85);
	}

	#reference .testimonial .reccomendation {
		font-size: 18px;
	}
	
	#reference .testimonial {
	    padding: 50px 10px;
	}
	
	.work-info .work-desc {
	    font-size: 14px;
	}
	
	.quote {
	    display: none;
	}
	
	.hero-info {
	    font-size: 14px;
	    margin-top: -10px;
	    margin-left: 3px;
	}
}