@charset "utf-8";
/* CSS Document */

#content {
	position: relative;
	margin-top: 35%;
	
}
@media (max-width: 991px) {
	#content {
		position: static;
		margin-top: 0px;
		top:-400px;
		
		
	}
}

@media (min-width: 992px) {
	#content {
	position: static;
	margin-top: 35%;
	top: 0px;	
		
	}
}


#logo {
	
}

#logox {
	width: 25%;
	display: inline-block;
}

svg{
	left: 50%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	
}

h1>svg,h2>svg,p>svg{
	width: 100%;	
}

svg.svg-template {
	clear: both;
	display: none;
	
}

.lightgallery{
	width: 100%;
	height: 100%
}
/*hide gallery hex thumbs not shown in main page*/
.hideLast{

	display: none;
	pointer-events:none;
}


#panorama {
	height: 400px;
	position: relative;
	
}

.custom-hotspot-power {
	height: 20px;
	width: 20px;
	background-image: url(../pano/power.png);
	opacity: 0.5;	
	
}
.custom-hotspot-swap {
	height: 20px;
	width: 20px;
	background-image: url(../pano/swap.png);
	opacity: 0.5;	
	
}
.custom-hotspot-go {
	height: 20px;
	width: 20px;
	background-image: url(../pano/go.png);
	opacity: 0.5;	
	
}
div.custom-tooltip span {
	visibility: hidden;
	position: absolute;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	text-align: center;
	max-width: 200px;
	padding: 5px 10px;
	margin-left: -220px;
	cursor: default;
}
div.custom-tooltip:hover span{
	visibility: visible;
}
div.custom-tooltip:hover span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	bottom: -20px;
	left: -10px;
	margin: 0 50%;
}




span.caption{
	color: #3B3B3B;
	color: #111111;
	position: relative;
	top: -8px;
	font-size: 18px;
	margin-top: -1%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
	display: table;
	text-shadow: -1px 1px 1px #6C6C6C;
	text-align: center;
}

/* Color changer*/
#palette {
	display: block;
	width: 75%;
	text-align: center;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	
}
#palette0 {
	display: block;
	width: 76%;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
div[class^=color] {
	background-color: #9BCD00;
	width: 11%;
	display: inline-block;
	margin-left: 1%;
	margin-bottom: 1%;
	margin-right: 1px;
	
}

#palette0>div>span{
	font-size: 1.3em;
	pointer-events: none;
	position: absolute;
	line-height: 250%;
	text-indent: 3.5%;
	text-shadow: 1px 2px 4px;
	font-style: italic;
	

}



#palette>div.color_1{
	
	background-color: #563C2D;
	
}
#palette>div.color_2{
	
	background-color: floralwhite;
	
}
#palette>div.color_3{
	
	background-color: #DCC091;
	
}

div[class^=color]:hover, .color_selected{
	border-color: greenyellow;
	border-style: solid;
	color: white;
	
}



/*disable click on img*/
div[class^=color] img	{
	
	pointer-events:none;
	
}
/*color options*/
#cycler1	{
	position: relative;
}
#cycler1 img	{
	position: absolute;
	/*z-index: 1;*/
	
}
/*#cycler img.active{
	z-index: 3;
	
}
*/
#cycler1 img:nth-last-child(1) {
	position: relative;
	/*visibility: hidden;*/
}


/*slide show*/
.cycle	{
	position: relative;
	border: 3px solid #4A4A4A;
	
}
.cycle img	{
	position: absolute;
	
}

.cycle img:nth-last-child(1) {
	position: relative;
	
}

/*--20/20 container*/
#container1{
	
	border: 3px solid #4A4A4A;
	
}

/*------------------------*/


a[href*="#hex_portfolio"] > #hex-border-small, a[href*="#hex_portfolio"] > #hex-border-big{
	stroke: #004C4C;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a[href*="#hex_service"] > #hex-border-small, a[href*="#hex_service"] > #hex-border-big{
	stroke: #A30016;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	
}

a[href*="#hex_about"] > #hex-border-small, a[href*="#hex_about"] > #hex-border-big{
	stroke: #A3740D;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a[href*="#hex_contact"] > #hex-border-small, a[href*="#hex_contact"] > #hex-border-big{
	stroke: #1E0D00;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a[href*="#hex"]:hover > #hex-border-small, a[href*="#hex"]:hover > #hex-border-big{
	stroke: #D8FF8D;
	
}

#hex-border-small{
	width: 88%;
}

#hex-border-big{
	width: 94%;
}

.nextline {
	
	display: block;
}

.fa-ul>li {
	text-align: left;
	
}

.fa-li {
	margin-top: 4px;

}

.hex_menu_title {
	
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
}

.hex_menu_services {
	background-color: #F42A50;
}
.hex_menu_services span{
	color: #A30016;
	font-weight: 500;
}

.hex_menu_portfolio {
	background-color: #008080;
}
.hex_menu_portfolio span{
	color: #004C4C;
	font-weight: 500;
}

.hex_menu_about {
	background-color: #ECAE28;
}
.hex_menu_about span{
	color: #A3740D;
	font-weight: 500;
}

.hex_menu_contact {
	background-color: #55331B;
}
.hex_menu_contact span{
	color: #1E0D00;
	font-weight: 500;
}

.hex_menu_title:hover {
	background: #92bf24;
}
.hex_menu_title:hover span {
	color: #D8FF8D;
}

.hex_menu_title span {
	font-size: 1.6em;
	font-family: 'Bitter', serif, "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-shadow: 3px 4px 6px;
	margin-top: 50%;
	font-style: normal;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#hex_menu_portfolio {
	color: #00936C;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration:none;
	background-color:#92bf24;
		
}

.nav-pills>li{
	width: 100px;
	-webkit-box-shadow: -5px 5px 10px #1F1F1F;
	box-shadow: -5px 5px 10px #1F1F1F;
}


.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{
	color: #fff;
	background-color: #92bf24;
	text-shadow: 2px 3px 10px #000000;
	width: 100px;
}

#portfolio-grid .mix {
	opacity: 0;
	display: none;

}

#hex_portfolio .nav-pills{
	display: inline-block;
	-o-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
	margin-left: 35px;
}

#hex_portfolio .nav-pills span{
	display: inline-block;
	-o-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
}

@media (max-width:360px) {
	.hex_menu_title span {
		font-size: 1.1em;
		font-weight: bold;
		text-shadow: 2px 2px 4px;
	}
	.da-slider{
		height: 950px;
	}
	
}

@media (min-width:361px) and (max-width:479px){
	.hex_menu_title span {
		font-size: 1.3em;
		font-weight: bold;	
		text-shadow: 2px 2px 4px;	
	}

		
}

@media (min-width:361px) and (max-width:413px){
	
	.da-slider{
		height: 1100px;
	}
		
}@media (min-width:414px) and (max-width:499px){
	
	.da-slider{
		height: 1400px;
	}
		
}

@media (max-width:479px) {
	
	
}

@media (max-width:640px) {
	#hex_portfolio .nav-pills{
		
		margin-left: 90px;
	}
}


@media (min-width: 500px) and (max-width: 640px) {
 	
	
	.hex_menu_title span {
		
		font-size:1.8em;
		
	}
	
		
	.da-slider{
	height: 1800px;
	}
	
	
}

@media (min-width: 641px) and (max-width: 767px) {

	.da-slider{
	height: 1200px;
	}
	.hex_menu_title span {
		font-size: 1.8em;		
		
	
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .da-slider{
	height: 1200px;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
    #logo {
	/*margin-left: -1px;	*/
	
	}
	
	.da-slider{
	height: 580px;
	}
	
}

@media (min-width: 480px) and (max-width: 640px) {

}


@media (min-width: 1200px) {
	
	/*h3 #categories{
		width: 105%;*/
	}
	
