@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
a.linkStyleName:link {color: #000000 }
a.linkStyleName:hover {color: #d6421b; }
a.linkStyleName1:link {color: #ffffff; }
a.linkStyleName1:hover {color: #000000; }
a.linkStyleName1:visited {color: #ffffff; }
a.linkStyleName1:active {background-color: #000000;} 

.mail a
{
	color: #ffffff;
}
h1{
	font-weight:800;
	text-align: center;
    font: 20px calibri;
	margin-top:10px;
	color:#fff;
	background-color:#d6421b;
}
h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	font-weight:800;
	color:#d6421b;
}
h3{
	font-size:14px;
	font-weight:800;
	color:#313840;
}
hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}
hr.style-three{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 1em 0;
    padding: 0; 
}
hr.style3 {
	border-top: 1px dashed #8c8b8b;
}
.body{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#006;
}

span .textsize
{
	font-size: 20px;
}

.textsize
{
	font-size: 18px !important;
}

.subtextsize
{
	font-size: 16px !important;
	line-height: 25px !important;
}

.wraper{
	width:1000px;
	margin:0 auto;
	padding:0px;
	height:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#231f20;
	line-height:1.4em;
}
.header{
	width:1000px;
	padding:0px;
	height:40px;
}
.mail_icon{
	width:50px;
	height:30px;
	float:left;
	margin-top:9px;
	margin-left:16px;
	background-image: ;
	background-repeat:no-repeat;
}
.mail{
	width:288px;
	height:30px;
	margin-top:9px;
	margin-left:0px;
	float:left;
}
.tel_icon{
	width:20px;
	height:20px;
	float:left;
	margin-top:4px;
	margin-left:209px;
	background-image: url(../images/phone.png);
	background-repeat:no-repeat;
}
.tel{
	width:260px;
	height:50px;
	float:left;
	margin-right:12px;
	margin-top:6px;
}
.social{
	width:110px;
	height:50px;
	float:right;
	margin-right:0px;
	margin-top:6px;
}
.logo{
	width:300px;
	height:70px;
	float:left;
	/*margin:-5px 0px 0px 4px;*/
	margin: -16px 19px 10px -10px;
	background-image:url(../img/logo-footer.jpg);
	background-repeat: no-repeat;
	
}
.container{
	width:700px;
	height:auto;
	margin-top:20px;
	padding:10px;
	float:left;
}
.footer
{
	width:1000px;
	height:auto;
	margin-top:24px;
	float:left;
	border-style: solid;
    /*border-top: thick double #ccc;*/
    background-color: #191919;
}
.address p
{
	margin-top: -4px;
}
.logo_footer{
	width:300px;
	height:80px;
	margin-top:10px;
	float:left;
	background-image:url(../img/logo-footer.jpg);
	background-repeat:no-repeat;
}
.address{
	width:680px;
	height:0px;
	margin-top:21px;
	float:left;
	padding-left:20px;
	color: #ababab;
}
.footer_bottom{
	width:1000px;
	height:10px;
	float:left;
	margin-top:20px;
	/*background-color:#d6421b;*/
}
.menu{
	margin: 0 auto;
}

p {
	text-align: center;
}
nav {
	margin: 5px 0;
	background-color: #fdfcfc;
}

nav ul {
	padding: 0;
    margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #fff;
	}

nav a {
	display:block;
	padding:0 10px;	
	/*color:#757575;*/
	color:#5E5E5E;
	font-size:18px;
	font-weight:800;
	line-height: 40px;
	text-decoration:none;
}

nav a:hover { 
	background-color: #d6421b; 
	color: #fff
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 40px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:250px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' ▾'; }
li > a:only-child:after { content: ''; }
}
/*----- sidebar -----*/
.sidebar{
	width:260px;
	height:auto;
	float:right;
	margin-top:20px;
	margin-right:0px;
	display: block;
    line-height: 30px;
    border-top: 1px solid #f3f3f4;
    border-bottom: 1px solid #cfcfd0;
    color: #231f20;
    font-size: 13px;
    text-decoration: none;
    text-transform:none;
}

.left_panel{
	width:260px;
	height:auto;
	float:right;
	margin-top:20px;
	margin-right:2px;
}
.protitle {
	width:246px;
	height:25px;
	padding:5px 0px 0px 10px;
    font-size: 13px;
	text-align: left;
    color:#fff;
	background-color:#B0371C;
	border: 2px solid #B0371C;
	border-top-left-radius: 1.0em;
	border-top-right-radius: 1.0em;
}
.categari_title {
	width:250px;
	height:25px;
	padding:5px 0px 0px 10px;
	margin-top:05px;
	font-size: 12px;
    text-align: left;
    color:#000;
}
.pro_title {
	width:250px;
	height:20px;
	padding:5px 0px 0px 10px;
    font-size: 12px;
    text-align: left;
    padding:5px;    
	border-style: solid;
    border-bottom: 1px solid #d6421b;
	background-color:#e6e7e8;
}
/*----- sidebar -----*/

/*slider*/
.slider{
	width:1000px;
	height:260px;
	float:left;
}
#cssSlider {
  width: 1000px;
	height: 240px;
	overflow: hidden;
}

#sliderImages {
	width : 4000px;
	height: 240px;
	overflow: hidden;
	
	/* animation duration: 16s : 5x ~3s display image + 5x ~0.2s slide */
	animation: slide 16s infinite;
	-moz-animation: slide 16s infinite;
	-webkit-animation: slide 16s infinite;
	-o-animation: slide 16s infinite;
}

#sliderImages img {
	float: left;
}

@keyframes slide{
	0%{margin-left: 0px;}
	17%{margin-left: 0px;}
	20%{margin-left: -1000px;}
	37%{margin-left: -1000px;}
	40%{margin-left: -2000px;}
	57%{margin-left: -2000px;}
	60%{margin-left: -3000px;}
	77%{margin-left: -3000px;}
	80%{margin-left: -4000px;}
	97%{margin-left: -4000px;}
	100%{margin-left: 0px;}
}

@-moz-keyframes slide{
	0%{margin-left: 0px;}
	17%{margin-left: 0px;}
	20%{margin-left: -980px;}
	37%{margin-left: -980px;}
	40%{margin-left: -1960px;}
	57%{margin-left: -1960px;}
	60%{margin-left: -2940px;}
	77%{margin-left: -2940px;}
	80%{margin-left: -3920px;}
	100%{margin-left: -3920px;}
}

@-webkit-keyframes slide{
	0%{margin-left: 0px;}
	17%{margin-left: 0px;}
	20%{margin-left: -800px;}
	37%{margin-left: -800px;}
	40%{margin-left: -1600px;}
	57%{margin-left: -1600px;}
	60%{margin-left: -2400px;}
	77%{margin-left: -2400px;}
	80%{margin-left: -3200px;}
	100%{margin-left: -3200px;}
}

@-o-keyframes slide{
	0%{margin-left: 0px;}
	17%{margin-left: 0px;}
	20%{margin-left: -800px;}
	37%{margin-left: -800px;}
	40%{margin-left: -1600px;}
	57%{margin-left: -1600px;}
	60%{margin-left: -2400px;}
	77%{margin-left: -2400px;}
	80%{margin-left: -3200px;}
	100%{margin-left: -3200px;}
}
/*slider end*/

.my-slider {
height: 450px;
margin: 0 auto;
width: 100%;
}
.my-slider ul {
height: 450px;
overflow: hidden;
}
.my-slider li {
float: left;
}
<script type="text/javascript">
$(document).ready(function(){
var picData = [ 
{
image:'img/1.jpg',
title:'image title 1',
link:'#'
},
{
image:'img/2.jpg',
title:'image title 2',
link:'#'
},
{
image:'img/3.jpg',
title:'image title 3',
link:'#'
},
{
image:'img/4.jpg',
title:'image title 4',
link:'#'
},
{
image:'img/5.jpg',
title:'image title 5',
link:'#'
}]

$("#marquePic").picMarque({
speed: 60,//scroll speed（ms）
errorimg: 'nophoto.jpg',//error image path
data: picData
})
});
</script>

/*----- slider with shadow ------*/

@import url(http://fonts.googleapis.com/css?family=Istok+Web);
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -150%; }
45% { left: -150%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: 260px;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem; 
}
/*----- end slider with shadow ------*/

/*----- News -----*/

.news{
	float:right;
	width: 260px;
	margin-top:30px;
}
.last-news .item {
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 12px;
}
.figure {
    float: left;
    width: 69px;
	height:auto;
	margin-top:2px;
}
.desc{
	float: right;
    width: 190px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 12px;
	margin-top:2px;
}
.abstract {
	width:200px;
	height:25px;
	padding:5px 0px 0px 3px;
    font-size: 12px;
	line-height:1.0em;
	text-align: left;
}
.pro_title1 {
	width:200px;
	height:30px;
	padding:3px 0px 0px 5px;
    font-size: 11px;
	font-weight:600;
	line-height:1.1em;
	text-align: left;
    background-color:#e6e7e8;
}
/*----- News -----*/

.clients{
	width:720px;
	height:150px;
	margin-top:0px;
	float:left;
}
.title_center{
	display: block;
    background-color:#d6421b;
    width:111px;
    height:33px;
	float:left;
    line-height:33px;
    color: #fff;
    position: absolute;
    text-align: center;
	font-size:14px;
    font-weight: bold;
    left: 160px;
    margin-top: -39px;
}
/* -- about page --*/
.baner{
	width:1000px;
	height:240px;
	float:left;
}
.bread{
	width:980px;
	height:20px;
	padding:10px 0px 10px 20px;
	float:left;
	font-size:12px;
	color:#fff;
	background-color:#d6421b;
	border-redius:10px;
}
.caption{
	width:380px;
	height:50px;
	padding:10px 0px 10px 0px;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#fff;
	text-align:left;
	margin-top:-150px;
	margin-right:30px;
	line-height:1.2em;
}
.caption2{
	width:380px;
	height:50px;
	padding:10px 0px 10px 0px;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#000000;
	text-align:left;
	margin-top:-150px;
	margin-right:30px;
	line-height:1.2em;
}

/* -- end about page --*/

/* -- product -- */
.product_bag{
	width:660px;
	height:auto;
	border:1px solid #CCC;
	border-radius:5px;
	padding:20px 10px 20px 10px;
}
.product_bag1{
	width:660px;
	height:auto;
    padding:20px 10px 20px 10px;
}
.product_title{
	font-size:20px;
	font-weight:800;
	color:#d6421b;
	list-style-image: url(../img/list-arrow.png);
}
.product_subtitle{
	font-size:16px;
	font-weight:100;
	color:#d6421b;
	list-style-image: url(../img/list-arrow.png);
}
.subtitle1{
	width:240px;
	height:20px;
	padding:0px 0px 0px 5px;
	float:left;
	font-size:18px;
	color:#d6421b;
}
.product_images{
	width:180px;
	height:auto;
	float:left;
	margin-top:0px;
}
.product_dis{
	width:460px;
	height:auto;
	float:right;
	margin-top:20px;
	margin-left:20px;
}
.product_blank{
	width:660px;
	height:auto;
	margin-top:10px;
	list-style-image: url(../img/list-arrow.png);
}
.product_blank1{
	width:660px;
	height:auto;
	float:left;
	margin-top:40px;
	list-style-image: url(../img/list-arrow.png);
	margin-bottom:40px;
}

/* -- end product -- */

.credit{
	/*width:230px;
	float:right;
	margin-top:20px;*/
	width: 258px;
    float: right;
    margin-top: 15px;
    margin-bottom: -22px;
    color: #c3c3c3;
}
.credit a
{
    color: #c3c3c3;
}
.image{
	width:250px;
	height:400px;
	float:left;
	margin-top:5px;
}
.product_img{
	width:250px;
	height:200px;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
	background-color:#fff;}
.image2{
	width:250px;
	height:200px;
	float:left;
	margin-top:0px;
	margin-left:-250px;
}
.detail{
	width:349px;
	height:auto;
	float:right;
	border-left: 1px solid #ccc;
	padding-left:20px;
	margin-right:30px;
	margin-top:5px;
}
.highlighted{
	width:auto;
	height:auto;
	color:#d6421b;
	margin-top:20px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.leftbar{
	width:250px;
	height:auto;
	float:left;
	margin-top:5px;
}
