/*
Pozitron - new site
tomaz@marhat.com
2016-12-15 @ commit to git ready
*/
/* reset */
p {
	margin: 0; padding: 0;
}

/* /reset */


body { 
		font-family: "PT Sans", sans-serif;
		font-size: 14px; 
		text-rendering: optimizeLegibility;
		margin: 0 0;
}


#maincontent {
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: justify;
}

/* global */

.fright { float:right; }
/* float fix */
.ffix:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
}

#firstlogo { background: url(/img/3dx.jpg); background-size: cover; height: 320px; background-position: center center;  }
#firstlogo:hover, .smallcontent:hover {

	box-shadow: 2000px 1000px 2px 0px rgba(51, 51, 51, 0.1) inset,
		    0px 0px 10px -1px #333;
}

.smallcontent {
	box-shadow: 2000px 1000px 2px 0px rgba(51, 51, 51, 0.1) inset,
	0px 0px 10px -1px #333;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
	float: left;
	line-height: 16px;
	height: 150px; 
	display: block;
}



#clogo { max-width: 250px; background: url(/img/logo.png);   }



.productfront {
	height: 200px;
	text-align: center;
	border: 2px solid #fff;
	top: 0px;
	margin-bottom: 10px;
}



.productfront img {
	max-height: 120px;

	transition: transform .3s ease;
}


.productfront .producttitle {
	z-index: 100;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	background: #333;
	line-height: 30px;
	opacity: 1;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: height .3s ease, opacity 0.3s ease;
}

.productfront:hover .producttitle {
	height: 140px;
	opacity: 0.8;
}


.productfront:hover > img {
	transform: scale(0.8);
	filter: blur(2px);
}


.productfront  .producttitle .desc {
	width: 99%;
        font-weight: normal;
        font-size: 14px;
	display: none;
}

.productfront:hover .producttitle .desc {
	display: block;
}
/**
 top header
**/

header {
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, #333 75%, #464646);
	height: 60px;
}

header .content {
	/* margin: 0 auto; */
	color:#fff;
	line-height:60px;
	height:100%;
}
header .content p {
		float: left;
		display: block;
		height: 100%;
		line-height:60px;
}

header .content .fright {
	float: right;
}

header p i { margin-right: 5px; }

#nav {
	/* border-top: 2px solid #333; */
	text-align: center;
	
	padding: 20px 1% 10px 1%;

	/* top: 20px; */
	line-height: 40px; 
	margin-bottom: 10px;
	/* margin-top: 40px; */
}


#nav a {
	margin: 4px 4px 4px 4px;
	font-weight: 900;
	color: #333;
	font-size: 18px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
}


/* /top header */

/** header links **/
.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}

.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .3s ease, background-color .5s ease;
}

.sliding-middle-out:hover:after {
	width: 100%;
	background: orange;
}

/**** footer ****/
footer {
	margin-top: 25px;
	position: relative;
	width: 100%;
	/* min-height: 260px; */
	padding: 5px 1%;
	float: left;
	clear: both;
	display: block;
	background: #333;
	background: linear-gradient(to bottom, #333 75%, #464646);
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	color: #fff;
}

footer .footer-content {
	max-width: 1600px;
	min-width: 600px;
	width: 70%;
	float: left;
	display: block;
	clear: both;
	position: relative;
	left: 50%;
	margin-left: -35%;
	margin-bottom: 10px;
}

.fseg {
	line-height: 30px;
	margin: 5px 0px 5px 0px;
}

.fseg a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	transition: 0.25s all ease;
	clear: both;
}

.fseg a i {
	margin-right: 5px;
	
	color: rgb(252, 175, 38);
}

.fseg a:hover {
	/* transform: scale(1.05) translateX(15px); */
	animation-name: hoverfoot;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.fseg a:hover::before {
	content: "";
}

@keyframes hoverfoot {
	0% { transform: scale(1.0); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1.0); }
}

.fastcontact, .fastcontact i {
	color: #fff;
}

.fastcontact p {
	line-height: 20px;
	display: block;
}
.fastcontact .ftitle {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.fastcontact a {
	color: #fff;
	text-decoration: none;
}

/**** /footer ****/

.firstproducts {
	margin-top:15px;
}
/*
.firstproducts {
	margin-top: 5px;
	width: 100%; 
	float: left;
	display: block;
	text-align: justify;
	line-height: 235px;
}


.firstproducts .productfront:nth-child(4n+1), .firstproducts .productfront:nth-child(1) {
	margin-left: 0px;
}

.firstproducts .productfront:nth-child(4n) {
	float: left;
}
*/

#usedeq { }

.title {
	color: #333;
	font-size: 24px;
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
}

.eqitem {
	padding-top: 10px;
	border: 2px solid #fff;
}

.eqimg {
	max-height: 160px;
	max-width: 100%;
}

.eqdesc {

}


.eqtitle { font-weight: bold; 
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.eqlink {
	width: 150px;
	height: 40px;
	line-height: 40px;
	float: right;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 20px 15px 5px 5px;
	background: orange;
	color: #333;
	font-weight: bold;
    transition: background .3s ease, color 0.3s ease, transform 0.25s ease;

}

.eqlink:hover {
	background: #333;
	color: #fff;
	transform: scale(1.05);

}

