/* CSS Document */

body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/idx_bg.jpg) no-repeat center top;
}
img { border:0; max-width:100%; height:auto; }


a {
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	}
a:hover { text-decoration:none; }

* {
	margin:0;
	padding:0;
	list-style:none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	}

.clearfix{
	clear:both;
	}

#btnPageTop {
    position: fixed;
    right: 30px;
    bottom: -100px;
    z-index: 9999;
	cursor:pointer;
}


/*Banner*/
.banner { width:100%; max-width:1200px; margin:0 auto; clear:both;}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs { display:block !important;}







.content-Box {
	max-width:1200px;
	margin:0 auto;
	padding:50px 0 60px 0;
	}

h1 {	
	font-size:15px;
	color:#656565;
	text-align:center;
	max-width:500px;
	font-style:italic;
	margin:0 auto;
	text-transform:uppercase;
	padding:5px 0;
	}
.about_text {	
	font-size:15px;
	color:#656565;
	max-width:1000px;
	font-style:italic;
	line-height: 25px;
	margin:20px auto;
	padding: 0 20px;
	}







.products_zone {
    margin: 0 auto;
	text-align:center;
}
.products_list{
	width: calc(95% / 3);
	display: inline-block;
	max-width:300px;
	margin:0 30px 10px 30px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;	
	}
.products_title{
	color:#fff;
	padding:8px 0 10px 0;
	background: url(../images/pro_title_bg.png) no-repeat center top;
	}
.products_txt{
	color:#706f6f;
	line-height:24px;
	}
.products_pic{
	padding:40px;
	background: url(../images/pro_bg.png) no-repeat center center;
	}



@media only screen and (max-width: 1135px) {
	body{ background-image:none;}
}

@media only screen and (max-width: 680px) {
	.products_list{ width:100%; margin:0 0 40px 0; padding:0 10px;}
}

@media only screen and (max-width: 320px) {
}
