<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mousepointer {cursor: pointer;}
 
 	#main-container {
		overflow: hidden;
		background-color: #fff; 
	}
	
	.boxed {
		background: #fff repeat top left;
	}
	
	.boxed #main-container {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		box-shadow: 0 0 5px #737373;
	}
	
	.boxed #header-sticky {
		max-width: 1200px;
	}
	
	@media (min-width: 1400px) {
			
		.boxed #main-container,
		.boxed #header-sticky {
			max-width: 1350px;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADER TOP
 ***********************************************************************************/
	
	#header-top {
		padding: 5px 0;
		background-color: #000;
		color: #fff;
	}
	
	#header-top h1,
	#header-top h2,
	#header-top h3,
	#header-top h4,
	#header-top h5,
	#header-top h6 {
		color: inherit;
	}
	
	#header-top .widget:last-child {
		margin-bottom: 0;
	}
	
	#header-top .widget-pages ul li a:hover:before,
	#header-top .widget-metadata ul li a:hover:before {
		border-color: #fff;
	}
	
	#header-top .widget-calendar caption {
		color: inherit;
	}
	
	#header-top .widget-recent-posts ul li .post-title {
		color: inherit;
	}
	
	#header-top .widget-recent-posts ul li .post-date,
	#header-top .widget-recent-posts ul li .post-date:before {
		color: #6f7b8a;
	}
	
	#header-top .widget-recent-posts ul li .post-title:hover,
	#header-top .widget-recent-posts ul li .post-date:hover,
	#header-top .widget-recent-posts ul li .post-date:hover:before {
		color: #e8bd19;
	}
	
	#header-top .widget-social .social-media a {
		color: inherit;
	}
	
	#header-top .widget-contact ul li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 30px;
	}
	
	#header-top .widget-contact ul li:last-child {
		margin-right: 0;
	}
	
	#header-top .widget-contact ul li a {
		color: inherit;
	}
	
	#header-top .widget-search #s {
		height: 41px;
		border-color: #e8bd19;
		background-color: #e8bd19;
		color: #fff;
	}
	
	#header-top .widget-search #s:focus {
		border-color: #e1e1e1;
	}
	
	#header-top .widget-search #s::-moz-placeholder {
		color: #fff;
	}
	
	#header-top .widget-search #s::-webkit-input-placeholder {
		color: #fff;
	}
	
	#header-top .widget-search #s:-ms-input-placeholder {
		color: #fff;
	}
	
	#header-top .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}
	
	#header-top .widget-search:first-child {
		margin-top: -5px;
	}
	
	#header-top .widget-search:last-child {
		margin-bottom: -5px;
	}
	
	@media (min-width: 1200px) {
		
		#header-top .widget-contact ul li {
			margin-right: 3px;
			font-size: 13px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-top .widget-search:first-child {
			margin-top: 10px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#header-top {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 	
	#header {
    position: relative;
    background-image: url(../../images/backgrounds/header-darts-bg.png) !important;
    background-color: #fffee9;
}
	
	#header [class^="col-"] {
		position: static;
	}
	
	#header .container {
		position: relative;
	}
	
	@media (max-width: 767px) {
		
		#header {
			border-top: 5px solid #04142b;
		}
		
	}
	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

	#logo {
		max-width: 100%;
		margin: 30px 0;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
		text-align: center;
	}
	
	@media (max-width: 767px) {
		
		#logo {
			margin-right: 60px;
		}
		
	}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		float: right;
		margin-top: 28px;
	}
	
	.menu &gt; li { 
		float: left; 
	}
	
	.menu li a {
		display: block;
		padding: 8px 15px;
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
		color: #945800;
    text-decoration: none;
    font-family: Dosis;
    font-size: 16px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu &gt; li &gt; a {
    position: relative;
    padding: 22px 20px 29px 0;
    border-bottom: none;
    margin-right: 29px;
    color: #2f2a1a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
	
	.menu &gt; li:last-child &gt; a {
		margin-right: 0;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 190px;
		border-top: 2px solid #e8bd19;
		border-right: 1px solid rgba(200, 187, 161, 0.2);
		border-left: 1px solid rgba(200, 187, 161, 0.2);
		background-color: #04142b;
	}
	
	.menu li.dropdown ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid rgba(200, 187, 161, 0.2);
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.dropdown ul ul {
		top: -2px;
		left: 100%;
	}
	
	.menu li.dropdown:hover &gt; ul {
		display: block;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		border-top: 2px solid #e8bd19;
		border-right: 1px solid rgba(200, 187, 161, 0.2);
		border-left: 1px solid rgba(200, 187, 161, 0.2);
		border-bottom: none;
		background-color: #04142b;
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
		border-right: 1px solid rgba(200, 187, 161, 0.2);
	}
	
	.megamenu-container .section:last-child {
		border-right: none;
	}
	
	.megamenu-container.col-2 .section { 
		width: 50%; 
	}
	
	.megamenu-container.col-3 .section { 
		width: 33.33333333%; 
	}
	
	.megamenu-container.col-4 .section { 
		width: 25%; 
	}
	
	.megamenu-container.col-5 .section { 
		width: 20%; 
	}
	
	.megamenu-container .section ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid rgba(200, 187, 161, 0.2);
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.megamenu:hover &gt; .megamenu-container { 
		display: block; 
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		display: none;
		right: 0;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top-color: #04142b;
		margin-top: -17px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
		
	.sf-arrows &gt; li:hover &gt; .sf-with-ul:after { 
		border-top-color: #e8bd19; 
	}
		
	.sf-arrows ul .sf-with-ul:after {
		display: block;
		border-color: transparent;
		border-left-color: #fff;
		margin-top: -5px;
		margin-right: 10px;
	}
	
	.sf-arrows ul li:hover &gt; .sf-with-ul:after { 
		border-left-color: #e8bd19; 
	}
	
	.menu li a:hover, 
	.menu li.active &gt; a, 
	.menu li.sfHover &gt; a {
		color: #945800;
    text-decoration: none;
    font-family: Dosis;
    font-size: 14px;
	}
	
	.menu li.dropdown ul li a:hover:before,
	.menu li.dropdown ul li.sfHover &gt; a:before,
	.megamenu-container .section ul li a:hover:before {
		border-color: #e8bd19;
	}
	
	.menu ul li &gt; a:hover,
	.menu ul li.sfHover &gt; a {
		border-color: #e8bd19;
		color: #e8bd19;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.menu {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
	
		.menu {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		float: right;
		display: none;
		color: #04142b;
		font-size: 32px;
		line-height: 32px;
		text-decoration: none;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
	}
	
	#mobile-menu {
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
		background-color: #000;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 10px 20px;
		border-top: 1px solid rgba(200, 187, 161, 0.2);
		text-decoration: none;
		color: #fff;
	}
	
	#mobile-menu &gt; li &gt; a {
		text-transform: uppercase;
		font-weight: 700;
	}
	
	#mobile-menu ul a {
		padding-left: 40px; 
	}
	
	#mobile-menu ul a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #fff;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#mobile-menu ul ul a {
		padding-left: 60px;
	}
	
	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
		border-top: 1px solid rgba(200, 187, 161, 0.2);
	}
	
	#mobile-menu .megamenu-container .section {
		float: none;
		width: 100%;
		margin-bottom: -1px;
		padding: 0 20px 20px 20px;
	}
	
	#mobile-menu .megamenu-container .section ul {
		display: block;
		margin: 0 -25px -20px;
	}
	
	#mobile-menu .megamenu-container .section ul a {
		padding-left: 40px;
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
		border-top: none;
	}
	
	#mobile-menu .megamenu-container .section ul li:last-child a {
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
	}
	
	#mobile-menu li.dropdown &gt; a,
	#mobile-menu li.megamenu &gt; a { 
		position: relative;
	}
	
	#mobile-menu li.dropdown &gt; a:after,
	#mobile-menu li.megamenu &gt; a:after {
		position: absolute;
		top: 14px;
		right: 25px;
		font-family: "FontAwesome";
		font-size: 16px;
		line-height: 16px;
		content: "\f107";
	}
	
	#mobile-menu li.dropdown &gt; a.open:after,
	#mobile-menu li.megamenu &gt; a.open:after {
		content: "\f106";
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		#mobile-menu-button {
			display: block;
			margin-top: 39px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#mobile-menu-button {
			position: absolute;
			top: 39px;
			right: 15px;
			display: block;
		}
		
	}
	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
	#header-sticky [class^="col-"] {
		position: static;
	}
	
	#header-sticky .container {
		position: relative;
	}

	#header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		margin: 0 auto;
		background-image: url(../../images/backgrounds/header-darts-bg.png) !important;
    background-color: #fffee9;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	}
	
	#header-sticky #logo {
		margin: 10px 0;
	}
	
	#header-sticky .menu {
		margin-top: 8px;
	}
	
	#header-sticky .menu &gt; li &gt; a {
		padding-bottom: 18px;
	}
	
	#header-sticky .sf-arrows .sf-with-ul:after {
		margin-top: -7px;
	}
	
	#header-sticky .sf-arrows ul .sf-with-ul:after {
		margin-top: -5px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/
	
	#page-content {
		padding-bottom: 0px;
	}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
	#page-header {
		padding: 30px 0;
		margin-bottom: 140px;
		background-image: url(../../images/backgrounds/bg-tit.png) !important;
		background-color: #000;
	}
	
	#page-header h5 {
		position: absolute;
		top: 100%;
		left: 15px;
		padding: 15px 50px;
		background-color:  #755718;
		color: #fff;
		text-transform: uppercase;
	}
	
	@media (max-width: 767px) {
	
		#page-header .breadcrumb {
			display: none;
		}
	
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
	
	#footer-container {
    background: #fffee9 url(../../images/backgrounds/header-darts-bg.png) !important;
    color: #ffffff;
    font-size: 15px;
	}
	
	#footer-container h1,
	#footer-container h2,
	#footer-container h3,
	#footer-container h4,
	#footer-container h5,
	#footer-container h6 {
		color: #222;
	}

	#footer .text-default-color{color: #222 !important;}
	
	#footer-container .widget-title {
		margin-bottom: 40px;
		text-transform: uppercase;
	}
	
	#footer-container .widget-pages ul li a:hover:before,
	#footer-container .widget-metadata ul li a:hover:before {
		border-color: #222;
	}
	
	#footer-container .widget-calendar caption {
		color: inherit;
	}
	
	#footer-container .widget-recent-posts ul li .post-title {
		color: #222;
	}
	
	#footer-container .widget-recent-posts ul li .post-date,
	#footer-container .widget-recent-posts ul li .post-date:before {
		color: #6f7b8a;
	}
	
	#footer-container .widget-recent-posts ul li .post-title:hover,
	#footer-container .widget-recent-posts ul li .post-date:hover,
	#footer-container .widget-recent-posts ul li .post-date:hover:before {
		color: #e8bd19;
	}
	
	#footer-container .widget-social .social-media a {
		color: inherit;
	}
	
	#footer-container .widget-contact ul li a {
		color: inherit;
	}
	
	#footer-container .widget-newsletter #newsletter-email {
		border: 1px solid #e8bd19;
		background-color: transparent;
		color: #6f7b8a;
	}
	
	#footer-container .widget-newsletter #newsletter-email:focus {
		border-color: #fff;
	}
	
	#footer-container .widget-newsletter input[type="submit"] {
		color: #e8bd19;
	}
	
	#footer-container .widget-newsletter input[type="submit"]:hover {
		color: #fff;
	}
	
 /***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
 
 	#footer {
		padding: 100px 0 65px;
		color: #222 !important;
	}
	
	#footer .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-pages ul {
		float: left;
		margin-right: 30px;
		font-size: 14px;
	}
	
	#footer .widget-pages ul:last-child {
		margin-right: 0;
	}
	
	#footer .widget-pages ul li {
		margin-bottom: 15px;
	}
	
	#footer .widget-pages ul li:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-pages ul li a {
		padding: 0;
		background-color: transparent;
		color: #8d98a6;
	}
	
	#footer .widget-pages ul li a:before {
		position: relative;
		top: -3px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #8d98a6;
		margin-right: 15px;
	}
	
	#footer .widget-pages ul li a:hover {
		color: #e8bd19;
	}
	
	#footer .widget-pages ul li a:hover:before {
		border-color: #e8bd19;
	}
	
	#footer .widget-text &gt; div {
		padding-left: 0;
		border-left: none;
	}
	
	#footer .widget-text &gt; div h3 {
		margin-bottom: 25px;
	}
	
	#footer .widget-text &gt; div h4 {
		margin-bottom: 30px;
	}
	
	@media (min-width: 1200px) {
	
		#footer .widget-pages ul {
			margin-right: 50px;
		}
	
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#footer .widget-text &gt; div h4 {
			font-size: 16px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#footer [class^="col-"] + [class^="col-"] {
			margin-top: 60px;
		}
		
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
	
	#footer-bottom {
		padding: 15px 0;
		border-top: 1px solid #e8bd19;
		color: #222;
	}
	
	#footer-bottom .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-pages ul {
		font-size: 13px;
		text-align: right;
	}
	
	#footer-bottom .widget-pages ul li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-pages ul li:last-child {
		margin-right: 0;
	}
	
	#footer-bottom .widget-pages ul li a {
		padding: 0;
		background-color: transparent;
		color: inherit
	}
	
	#footer-bottom .widget-pages ul li a:before {
		display: none;
	}
	
	#footer-bottom .widget-pages ul li a:hover {
		color: #e8bd19;
	}
	
	@media (max-width: 767px) {
		
		#footer-bottom [class^="col-"] + [class^="col-"] {
			margin-top: 10px;
		}
		
		#footer-bottom .widget-pages ul {
			text-align: left;
		}
		
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
 


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
	.about-me {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.about-me img {
		display: block;
		margin-bottom: 40px;
	}
	
	.about-me h5 {
		margin-bottom: 0;
	}
	
	.about-me h6 {
		margin-bottom: 30px;
		color: #e8bd19;
	}
	
	.about-me .btn {
		margin-top: 10px;
	}
	
	
	/* TEAM LIST */
	.team-list {
		list-style: none;
	}
	
	.team-list li {
		position: relative;
		padding-left: 100px;
		margin-bottom: 45px;
	}
	
	.team-list li:last-child {
		margin-bottom: 0;
	}
	
	.team-list img {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.team-list * {
		margin-bottom: 0;
	}
	
	.team-list h6 {
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.team-list a {
		color: #737373;
	}
	
	.team-list i {
		position: relative;
		top: 4px;
		margin-right: 8px;
		color: #e8bd19;
		font-size: 20px;
	}
 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	.service-box {
		margin-bottom: 50px;
	}
	
	.service-box-content {}
	
	
	/* SERVICE BOX STYLE 1 */
	.service-box.style-1 {
    background: rgba(0, 0, 0, 0.25);
    padding: 9px;
    margin: 10px;
    height: 170px !Important;
}
	
	.service-box.style-1 img {
    float: left;
}
	
	.service-box.style-1 &gt; i {
		display: inline-block;
		float: left;
		color:#e8bd19;
		font-size: 36px;
		line-height: 54px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-1 .service-box-content {
		margin-left: 80px;
	}
	
	.service-box.style-1 .service-box-content &gt; *:last-child {
		margin-bottom: 0;
	}
	
	.service-box.style-1 .service-box-content h5 {
		margin-bottom: 15px;
		line-height: 28px;
	}
	
	.service-box.style-1:hover &gt; i {
		color: #04142b;
		-webkit-animation: icon-zoom 0.5s linear;
				animation: icon-zoom 0.5s linear;
	}
	
	@-webkit-keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.2);
				-ms-transform: scale(1.2);
					transform: scale(1.2);
		}
	}

	@keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.2);
				-ms-transform: scale(1.2);
					transform: scale(1.2);
		}
	}
	
	
	/* SERVICE BOX STYLE 2 */
	.service-box.style-2  {}
	
	.service-box.style-2 &gt; i {
		display: block;
		margin-bottom: 15px;
		color: #e8bd19;
		font-size: 36px;
		line-height: 36px;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.service-box.style-2 .service-box-content h4 {
		margin-bottom: 20px;
		line-height: 24px;
	}
	
	.service-box.style-2:hover &gt; i {
		color: #04142b;
		-webkit-transform-origin: 0 0;
			-ms-transform-origin: 0 0;
				transform-origin: 0 0;
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	
	/* SERVICE BOX STYLE 3 */
	.service-box.style-3 {
		margin-bottom: 23px;
	}
	
	.service-box.style-3 &gt; i {
		display: inline-block;
		float: left;
		width: 68px;
		height: 68px;
		border-radius: 50%;
		background-color: #e4f0f3;
		color: #04142b;
		font-size: 22px;
		line-height: 68px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-3 .service-box-content {
		margin-left: 95px;
	}
	
	.service-box.style-3 .service-box-content &gt; *:last-child {
		margin-bottom: 0;
	}
	
	.service-box.style-3 .service-box-content h5 {
		padding-top: 6px;
		margin-bottom: 15px;
		line-height: 28px;
		font-weight: 700;
	}
	
	.service-box.style-3:hover &gt; i {
		background-color: #e8bd19;
		color: #fff;
	}
	
	.service-box.style-3:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.service-box.style-1 &gt; i {
			float: none;
		}
		
		.service-box.style-1 .service-box-content {
			margin-left: 0;
		}
		
	}
 
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		overflow: hidden;
		margin-bottom: 35px;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		display: block;
	}
	
	.portfolio-item-hover {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 0;
		margin: 30px 30px 30px 0;
		background-color: rgba(4, 20, 43, 0.9);
		opacity: 0;
		-webkit-transform: translateX(-30px);
			-ms-transform: translateX(-30px);
				transform: translateX(-30px);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover a {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		-webkit-transition: color 0.3s, opacity 0.3s -0.1s;
				transition: color 0.3s, opacity 0.3s -0.1s;
	}
	
	.portfolio-item-hover a i {
		position: relative;
		top: 2.5px;
		font-size: 16px;
	}
	
	.portfolio-item-hover a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.portfolio-item-details {}
	
	.portfolio-item-details h5 {
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.portfolio-item-details p {
		font-weight: 300;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-details {
		margin: 25px 0;
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		left: 0;
		width: 100%;
		opacity: 1;
	}
	
	.portfolio-item:hover .portfolio-item-hover a {
		opacity: 1;
		-webkit-transition: color 0.3s, opacity 0.3s 0.2s;
				transition: color 0.3s, opacity 0.3s 0.2s;
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		position: relative;
		margin-bottom: 75px;
	}
	
	.blog-article-thumbnail {
		margin-bottom: 15px;
	}
	
	.blog-article-thumbnail img {}
	
	.blog-article-thumbnail .owl-carousel {
		margin-bottom: 0;
	}
	
	.blog-article-details {
		margin-bottom: 15px;
	}
	
	.blog-article-details a {
		margin-right: 6px;
		color: #737373;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-details a:after {
		margin-left: 10px;
		color: #c8bba1;
		content: "/";
	}
	
	.blog-article-details &gt; a:last-child:after {
		display: none;
	}
	
	.blog-article-details a:last-child {
		margin-right: 0;
	}
	
	.blog-article-details .date:before,
	.blog-article-details .category:before {
		display: inline-block;
		margin-right: 15px;
		color: #c8bba1;
		font-family: "sydney-icons";
		font-size: 20px;
		vertical-align: top;
	}
	
	.blog-article-details .date:before {
		content: "\e902";
	}
	
	.blog-article-details .category:before {
		content: "\e990";
	}
	
	.blog-article-details .tag a,
	.blog-article-details .author {
		color: #04142b;
		font-weight: 500;
	}
	
	.blog-article-details .tag a {
		margin-right: 0;
	}
	
	.blog-article-details .tag a:after {
		display: none;
	}
	
	.blog-article-details .tag {
		margin-right: 15px;
	}
	
	.blog-article-details a:hover {
		color: #c8bba1;
		text-decoration: none;
	}
	
	.blog-article-details .comments {
		float: right;
		color: #c8bba1;
	}
	
	.blog-article-details .comments:hover {
		color: #04142b;
	}
	
	.blog-article-thumbnail + .blog-article-details .category {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		padding: 3px 10px;
		background-color: #c8bba1;
		color: #fff;
	}
	
	.blog-article-thumbnail + .blog-article-details .category:before {
		display: none;
	}
	
	.blog-article-thumbnail + .blog-article-details .category:after {
		display: none;
	}
	
	.blog-article-title {
		margin-bottom: 15px;
	}
	
	.blog-article-thumbnail + .blog-article-title {
		margin-top: 30px;
		margin-bottom: 5px;
		font-weight: 700;
	}
	
	.blog-article:hover .blog-article-thumbnail + .blog-article-details .category {
		background-color: #04142b;
	}
	
	.blog-article:hover .blog-article-thumbnail + .blog-article-details .category:hover {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.blog-article-content {}
	
	.blog-article-details + .blog-article-content {
		margin-top: 30px;
	}
	
	.blog-article-content &gt; a {
		display: inline-block;
		margin-top: 10px;
		color: #04142b;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-content &gt; a i {
		position: relative;
		top: 4px;
		color: #c8bba1;
		font-size: 20px;
	}
	
	.blog-article-content &gt; a:hover {
		color: #c8bba1;
		text-decoration: none;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.blog-article-details .comments {
			float: none;
		}
	}
	
	@media (max-width: 767px) {
		
		.blog-article-details .comments {
			float: none;
		}
	}
	
	
	/* BLOG ARTICLE AUTHOR */
	.blog-article-author {
		position: relative;
		margin-bottom: 75px;
		background-color: #e4f0f3;
		color: #04142b;
	}

	.blog-article-author &gt; img {
		float: left;
	}

	.blog-article-author-details {
		padding: 30px;
		margin-left: 180px;
	}

	.blog-article-author-details h5 {
		margin-bottom: 15px;
	}

	.blog-article-author-details &gt; *:last-child {
		margin-bottom: 0;
	}

	.blog-article-author:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (max-width: 767px) {
		
		.blog-article-author &gt; img {
			float: none
		}

		.blog-article-author-details {
			padding: 30px;
			margin-left: 0;
		}
		
	}
	
	
	/* BLOG POST COMMENT */
	.commentlist-title {
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
	}
	
	.commentlist {
		margin: 55px 0 100px;
	}
	
	.commentlist ul {}
	
	.commentlist li &gt; ul.children {
		margin-left: 125px;
	}
	
	.commentlist li {}
	
	.comment-body {
		position: relative;
		padding-left: 125px;
		margin-bottom: 50px;
	}
	
	.comment-author {
		line-height: 27px;
	}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.comment-author .fn {
		display: inline-block;
		margin-bottom: 7px;
		color: #04142b;
		font-size: 18px;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.comment-author .fn:hover {
		color: #c8bba1;
	}
	
	.comment-author .says {
		display: none;
	}
	
	.comment-metadata {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	
	.comment-metadata a {
		color: #737373;
	}
	
	.comment-content {}
	
	.reply {}
	
	.reply a {
		display: inline-block;
		padding: 5px 30px;
		background-color: #e4f0f3;
		color: #04142b;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.reply a:hover {
		background-color: #c8bba1;
		color: #fff;
	}
	
	@media (max-width: 767px) {
		
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 20px;
		}
		
	}
	
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#commentform {
		margin: 50px 0;
	}
	
	#commentform label {}
	
	#commentform textarea,
	#commentform input[type="url"],
	#commentform input[type="text"],
	#commentform input[type="email"] {}
	
	#commentform button[type="submit"] {
		margin-top: 20px;
	}


/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
		margin-bottom: -63px;
	}
	
	#contact-form label {
		display: block;
	}
	
	#contact-form label.error {
		position: relative;
		top: -10px;
		color: #ff2222;
	}
	
	#contact-form textarea,
	#contact-form input[type="text"],
	#contact-form input[type="email"] {
		position: relative;
		z-index: 1;
	}
	
	#contact-form button[type="submit"] {
		margin-top: 20px;
	}
	
	
	/* QUICK CONTACT FORM */
	.quick-contact-form {
		margin: 28px 0 28px -103px;
	}
	
	.quick-contact-form input {
		padding-left: 0;
		border: none;
		border-bottom: 2px solid #0e0b01;
		background-color: transparent;
	}
	
	.quick-contact-form input:focus {
		border-color: transparent;
		border-bottom-color: #ab9028;
	}
	
	.quick-contact-form ::-moz-placeholder {
		color: #04142b;
	}
	
	.quick-contact-form ::-webkit-input-placeholder {
		color: #04142b;
	}
	
	.quick-contact-form :-ms-input-placeholder {
		color: #04142b;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.quick-contact-form {
			margin-left: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.quick-contact-form {
			margin-left: 0;
		}
		
	}
	
/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/
 
	.icons-list {
		list-style: none;
	}

	.icons-list li {
		text-align: center;
		display: inline-block;
		padding: 10px;
		width: 13.7%;
		min-height: 100px;
		vertical-align: top;
	}

	.icons-list li i,
	.icons-list li .glyphicon {
		font-size: 20px;
	}

	.icons-list li .icon-name {
		display: block;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {

		.icons-list li {
			width: 19%;
		}
		
	}
	
	@media (max-width: 767px) {

		.icons-list li {
			width: 49%;
		}
		
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.icons-list li {
			width: 32%;
		}

	}

.window{ display:none; width:728px; height:489px; position:fixed; left:50%; top:35%; margin-top: -170px; margin-left: -340px; background:none; z-index:9900; padding:20px; border-radius:10px; }
#mascara{ position:absolute; left:0; top:0; z-index:9000; background-color:#000; display:none; cursor: pointer; }
.fechar{ font-size: 13px; position: absolute; color: #000; z-index: 100; top: -2px; right: 20px; display:block; width: 90px; height: 20px; text-align:right; cursor: pointer; color: #fff;}


@media (max-width: 480px) {

		.fechar {right: 365px;}
		.window {
    display: none;
    width: 600px !important;
    height: auto !important;
    position: fixed;
    left: 60% !important;}

}


.obrigado {background: #54c133; color: #fff; border-radius: 6px;padding: 19px;text-align: center;width: 96%;margin-left: 15px;}

.enviarForm {float: left; margin-left:15px;}

.tooltipErro {float: left; position: absolute; margin-top: -6px;}</pre></body></html>