/* BEG. OF MAIN USED STYLING */

@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
 


.clear{
	clear:both;	
}

.fl{
	float:left;	
}

.fr{
	float:right;	
}

.rel_sect{
	position:relative;	
}

.abs_sect{
	position:absolute;	
}

.fix_sect {
  position: fixed;
}


.txt_just{
	text-align:justify;	
}

.txt_cntr{
	text-align:center;	
}

.txt_r{
	text-align:right;	
}

.txt_l{
	text-align:left;	
}

ul{
	margin:0;
	padding:0;
	list-style:none;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}

a img{
	outline:none;
	border:none;	
}

*{
	outline:none;
}

.ovdiv{
	overflow:hidden;
}

.txt-editor ul{
	margin:0 0 0 30px;
	list-style: circle;
}


hr{
	border:none;
	border-top:1px solid #000;
	margin:30px 0 10px;
	outline: none;
}

/* END OF MAIN USED STYLING */










/* BEG. OF COMMON STYLING FOR WEB*/



h1 {
   font-size: 4em;
   line-height: 1em;
}
 
h2 {
   font-size: 3em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}


h5 {
   font-size: 1.2em;
   line-height: 1em;
   font-weight:400;
   color:#e31e26;
   margin-top:0;
}

h6 {
   font-size: 1em;
   line-height: 1em;
   font-weight:500;
   color:#e31e26;
}



.container{
	width:1100px;
	margin:0 auto;	
}

a {
	color:#f00;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#d00;
}


.bg_drkgray{
	background:#837971;
}

.bg_lightbr{
	background:#f2eae2;
}



input, select {
	background:none;
	height:40px;
	padding:0 15px;
	border:none;
	width:100%;
	width:calc(100% - 30px);
	background: #fff;
}

select {
	width:100%;
}

input[type="submit"] {
	width:100%;
	background:#e31e26;
	color:#fff;
	cursor:pointer;
	border:none;
	font-size:1.5em;
	height:50px;
}

textarea {
	background:#fff;
	padding:15px;
	border:none;
	width:100%;
	width:calc(100% - 30px);
	font-family: 'Roboto', sans-serif;
	min-height:180px;
}


section{
	width:100%;
	display:block;
	clear:both;
	margin:10px 0;	
}

section > .container{
	background:#fff;	
}


#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#e31e26 url(../img/loading.gif) center no-repeat;
  transition: 1s 0.4s;
}

#progstat{
	font-size:1.5em;
	color:#fff;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	line-height:70px;
	margin-top:35px;
	opacity:.7;	
}


/* END OF COMMON STYLING FOR WEB*/








/* BEG. OF HEADER STYLING FOR WEB*/

.logo{
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}



header{
	width:100%;
	position:relative;
	padding:0;
    background:url(../img/hd.png) top no-repeat;
    min-height:142px !important;
    z-index: 500;
}

header nav{
}



header ul{
	float:right;
	margin-top:107px;
}

header ul li{
	float:left;
	position: relative;
}



header ul li a{
	display:block;
	padding:0 15px;
	line-height:35px;
	text-align:center;
	font-weight:300;
    cursor:pointer;
	text-transform:uppercase;
	background: #e31e26;
	color:#fff !important;
}

header ul li a:hover,
header ul li a.active,
header ul li div:hover,
header ul li div.active{
	background: none;
}

.ddl, .subddl{
	position: absolute;
	top:100%;
	left:0;
	display: none;
	z-index: 500;
	width:500px;
	background: #fff !important;
}

.ddl{
	left: -288px;
	width: 777px;
}

.subddl{
	width:360px;
	font-size: .8em;
	font-weight: 400;
	left:0;
	background: #f0f0f0 !important;
}


.ddl ul{
	margin:0;
}

.ddl li{
	height:auto;
	line-height: 1em;
	padding:15px 0;
	margin:0;
}

.ddl li:hover{
	background: #f0f0f0 !important;
}

.ddl li a{
	line-height: 1em;
	color: #000 !important;
	background: none !important;
}

.ddl li a:hover{
	color: #f00 !important;
}

.subddl li a{
	font-weight: 400;
}



/* END OF HEADER STYLING FOR WEB*/







.slickslider.linearcarousel{
	width:100%;
	margin:55px 0 70px;
}

.slickslider.linearcarousel .slick-slide{
	overflow:hidden;
	margin:0 1px 0 0;	
}

.slickslider.linearcarousel .slick-slide img{
	width:100%;
	display: block;	
}




.hpsections .csres-50 > div{
	margin:1px;
	height: 250px;
	padding: 10px;
}

.hpsections .csres-50:first-child > div{
	background: url(../img/p1-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hpsections .csres-50:last-child > div{
	background: url(../img/p2-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hpsections .csres-50 > div a{ 
	width:100%;
	display: block;
	text-align: center;
	color:#fff !important;
	font-size: 1.7em;
}

.hpsections .csres-50 > div a *{ 
	text-shadow: 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1);
	-o-text-shadow: 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1);
	-moz-text-shadow: 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1);
	-webkit-text-shadow: 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1);
}


.hpsections .csres-50 > div a > div{ 
	display: table;
	width:100%;
	height:250px;
}

.hpsections .csres-50 > div a > div > div{ 
	display: table-cell;
	vertical-align: middle;
}





.title{
	color:#fff;
	font-size: 1.4em;
	text-transform: uppercase;;
	padding:15px 0;
	font-weight: 400;
}

.title a{
	color:#fff;
}

.title a:hover{
	color:#999;
}


.proddetails {
	margin-bottom:25px;
    position: relative;
}

.proddetails .csres-25 img{
	width: 100%;
	display: block;
}

.proddetails .csres-25 > div{
	padding-right:20px;
}


.proddetails .listcateg {
	margin-top: 30px;
}

a img[src="img/pdf.png"]{
	margin-right: 10px;
}


.proddetails .csres-75 a{
	position: relative;
    margin-right: 10px;
}

.proddetails .csres-75 a.plus {
    display: block;
    width:70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
    font-size: 2.2em;
    background: #e31e26;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: -10px;
}

.proddetails .csres-75 a.plus:hover {
    background: #900;
}


a .linkafter{
	position: absolute;
	left:38px;
	height: 20px;
	top:-15px;
	width: 100px;
	font-size: .8em;
	line-height: 1.1em;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}


.listlogos{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.listlogos:after{
	display: block;
	clear: both;
	content: "";
}


.listlogos li{
	float: left;
}

.listlogos li > div{
	padding: 10px;
	margin: 5px;
	background: #efefef;
	
}

.listlogos li > div > div.pad-10{
	padding: 5px 0 0 0;
	display: table;
	height: 65px;
	width: 100%;
}

.listlogos li > div > div.pad-10 > div{
	display: table-cell;
	vertical-align: middle;
}

.listlogos li img{
	width: 100%;
	display: block;
}





.listcateg li{
	width:20%;
	float: left;
}

.listcateg li a{
	margin:1px !important;
	display: block;
}

.listcateg li a img{
	width:100%;
	display: block;
}


.maincateg li a{
	background: #f0f0f0;
	min-height:85px;
}

.maincateg li a > div{
	width: 100%;
	height:85px;
	display: table;
	text-align: center;
}

.maincateg li a > div > div{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}



.newsfeed .ovdiv{
	overflow: visible;
}

.date{
	padding:5px 10px;
	background:#e31e26;
	color:#fff;
	display: inline-block;
	margin-left:-20px;
}

.date::after{
	clear: both;
	content:"";
}


.viewmore, .back{
	float: right;
	margin-top:30px;
	padding:10px 20px;
	background:#e31e26;
	color:#fff;
	display: inline-block;
	margin-right:-15px;
	font-size: 1.5em;
	font-weight: 200;
}

.viewmore:hover, .back:hover{
	color:#000;
}

.back{
	position: absolute;
	bottom:0;
	right:0;
	margin:0;	
}

.contact-desc{
	padding: 20px;
	background: #fff;
	margin-bottom: 15px;
}

.contact-desc p{
	margin: 0 !important;
}


.contactform div[class^=csres-] > div{
	margin:1px;
}


.map iframe{
	width:100% !important;
	height:355px !important;
	border:none;
	outline: none;
}

.map p{
	margin:0;
}


.mecutools .csres-50 > div{
	width: 90%;
	margin: 40px 5%;
}

.mecutools .csres-50 img{
	width: 100%;
}

.mecutools .csres-50 img.csres-75{
	width: 75%;
}

.mecutools .csres-50 img,
.mecutools .csres-50 ul{
	display: block;
}

.mecutools .csres-50 ul li{
	width: 100%;
}

footer{
	height:60px;
	background:#fff;
	color:#e31e26;
	text-align: center;
	line-height: 60px;
	margin-top:70px;
}


footer a{
	color:#e31e26;
}