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,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,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0;width:100%}textarea{resize:none}input{margin:0;padding:0}
html, body {
    font: 13px/18px Calibri, Arial, Helvetica, sans-serif;
    height:100%;
    width:100%;
    background: #fff;
    color: #646464;
}
/** h group **/
h1,h2,h3,h4,h5,h6{font-weight:700;margin:0 0 15px}
h1{font-size:24px;line-height: 20px;color: #5a5a5a;}
h2{font-size:18px;line-height: 20px;color: #5a5a5a;}
h3{font-size:14px;color: #5a5a5a;line-height: 20px;}
h4,h5,h6{font-size:14px;color: #5a5a5a;line-height: 20px;}
/** h group **/

::selection{
    color:#fff;
    background: #3399ff;
}
::-moz-selection{
    color:#fff;
    background: #3399ff;
}
::-webkit-selection{
    color:#fff;
    background: #3399ff;
}

/** link **/
a{color:#4d8ed5;text-decoration:underline}
a:visited{color: #747474;}
a:hover{text-decoration:underline;color: #69839a;}
a:active{color:#747474;}
/** link **/

/** form tag style **/
input[type=text],input[type=password],textarea{
    font-size:14px;
    outline:none;
    font-family:Calibri,Arial;
    color:#7c7c7c;
    padding:2px;
    border:1px solid #c0c0c0;
    vertical-align:middle;
}
input[type=submit]{
    cursor: pointer;
}
input[type=text]:hover,input[type=password]:hover,textarea:hover{
    color:#404040;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus{
    color:#000;
}
textarea{overflow:auto}
/** form tag style **/

*:focus { outline: none; }
.pie{position:relative}
td,th{vertical-align:top}
b,strong,th,dt{font-weight:700}
i,em,blockquote,dt{font-style:italic}
p{padding:0 0 11px}
code,pre,samp{font-family:monospace}
sup,sub{font-size:10px}
sub{vertical-align:sub}
sup{vertical-align:super}
hr{color:#ccc; background-color:#ccc; height:1px; border-width:0px; margin:0 0 15px;}
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border{ border: none!important; }
.bold{font-weight:700}
.italic{font-style:italic}
.underline{text-decoration:underline}
.clearfix{clear:both}

/* color */
.red{color:red}
.blue{color:blue}
.yellow{color:yellow}
.green{color:green}
.gray{color:gray}


/** text block style */
.content ol,.content ul,.content table{margin:0 0 2em;width:auto}
.content ol,.content ul{ margin:0 0 2em 3em;}
.content ol li{list-style:decimal;}
.content ul li{list-style:disc}
.content td,.content th{padding:3px;vertical-align:middle;border:1px solid #ccc}
.content th{background:#F4F4F4}
.content dl{margin:0 0 15px;}
.content dl dt{margin-bottom:.2em;font-weight:bold; }
.content dl dd{padding-left:5em;margin-bottom:.4em; }
.content form{padding:.5em 0;}
.content fieldset{margin-bottom:1em;border:none;}
.content legend{margin-top:-1px;padding-bottom:1em;font-size:1.1em;font-weight:bold;}
.content label{float:left;text-align:right;width:25.99%;padding:0 2%;}
.f-left{position:relative;float:left}
.f-right{position:relative;float:right}
.w-20,.w-25,.w-33,.w-50,.w-66,.w-75{float:left}
.w-20{width:20%;}
.w-25{width:25%;}
.w-33{width:33.3333%;}
.w-50{width:50%;}
.w-66{width:66.6667%}
.w-75{width:75%;}
/** text block style */

#wrapper,#header,#container,#main,#content,#sideLeft,#sideRight,#footer{position:relative}
#wrapper{
    min-height:100%;
    height: auto !important;
    height:100%;
    width:963px;
    margin:0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
#header{
    /*height:93px;*/
    padding-top:20px;
    height:73px;
    z-index: 9;
}
.logo{
    /*left: -1px;
    position: absolute;
    top: 20px;*/
    position: relative;
    float: left;
}
.lang{
    /*float: left;*/
    float: right;
    padding-right: 2px;
    /*padding-top: 55px;*/
    padding-top:35px;
    /*width: 114px;*/
    width:75px;
    text-align: right;
}
.lang li{
    display: inline;
    margin-left: 11px;
    margin-bottom: 5px;
    width: 19px;
    height: 13px;
}
.lang li img{
    vertical-align: top;
    width: 19px;
    height: 13px;
}
.top-menu{
    float: left;
    /*margin-left: 112px;
    margin-top: 43px;*/
    margin-left: 33px;
    margin-top: 23px;
}
.top-menu> ul >li{
    float: left;
    margin-right: 92px;
    position: relative;
    z-index: 10;
}
.top-menu> ul >li:last-child{
    margin-right: 0;
}
.top-menu >ul> li> a{
    font-size: 19px;
    color: #676767;
    line-height: 33px;
    height: 34px;
    text-decoration: none;
    padding: 0 13px;
    border: 1px solid transparent;
    display: inline-block;
}
.top-menu >ul> li> a:hover,.top-menu >ul> li.active> a,.top-menu >ul> li:hover> a{
    color: #d41a2d;
    background: url("/images/top-menu.png") repeat-x 0 0;
    border: 1px solid #c0c0c0;
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.2s ease-out;  /* FF4+ */
    -ms-transition: all 0.2s ease-out;  /* IE10 */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
    transition: all 0.2s ease-out;
}
.sub-menu{
    position: absolute;
    z-index: 11;
    top: 34px;
    left: 0;
    width: 100%;
    height: 10px;
    display: none;
}
li:hover .sub-menu{
    display: block;
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.2s ease-out;  /* FF4+ */
    -ms-transition: all 0.2s ease-out;  /* IE10 */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
    transition: all 0.2s ease-out;
}
.sub-menu-bg{
    border: 1px solid #c0c0c0;
    border-top: 0;
    border-bottom: 0;
    background: #f0f0f0;
    height: 10px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    z-index: 12;
}
.sub-menu-item{
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #C0C0C0;
    left: -15px;
    padding: 14px 14px 3px;
    position: absolute;
    top: 9px;
    width: 271px;
    box-shadow: 0 -1px 0 0 #FAFAFA inset;
    -moz-box-shadow: 0 -1px 0 0 #FAFAFA inset;
    -webkit-box-shadow: 0 -1px 0 0 #FAFAFA inset;
    overflow: hidden;
}
.sub-menu-item img{
    vertical-align: top;
    margin-top: 4px;
    margin-bottom: 8px;
    width: 120px;
    height: 90px;
}
.sub-menu-item span{
    color: #454545;
    font-size: 12px;
    line-height: 14px;
    display: block;
}
.sub-menu-item .f-left{
    width: 120px;
    margin-right: 10px;
}
.sub-menu-item .f-left ul{
    width: 129px;
}
.sub-menu-item .f-left + ul{
    margin-left: 142px;
}
.sub-menu-item ul li{
    background: url("/images/mark.png") no-repeat scroll 2px 7px transparent;
    border-bottom: 1px solid #CACACA;
    line-height: 17px;
    margin-bottom: 4px;
    padding-left: 10px;
}
.sub-menu-item ul li:last-child{
    border-bottom: 0;
}
.sub-menu-item ul li a{
    color: #454545;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
}
.sub-menu-item ul li a:hover{
    color: #69839A;
    text-decoration: underline;
}
/* Container
-----------------------------------------------------------------------------*/
#container{
    width:100%;
    padding: 0 0 222px;
    zoom: 1;
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main{
    float:left;
    width:100%;
}
#content{
    padding: 0 0 0 239px;
}
.home #content{
    padding: 0;
}

.slider{
    position: relative;
    border: 1px solid #bababa;
    background: #c4c4c4;
    width: 959px;
    height: 365px;
    overflow: hidden;
    margin: 0 auto 21px;
}
.slider ul li{
    width: 959px;
    height: 365px;
    position: relative;
}
.slider ul li img{
    vertical-align: top;
    width: 959px;
    height: 365px;
}
.info-slide{
    position: absolute;
    top: -1px;
    right: 74px;
    width: 383px;
    background:rgba(55,55,55,0.79);
    -pie-background:rgba(55,55,55,0.79);
    border: 1px solid rgba(0,0,0,0.42);
    z-index: 1;
    padding: 14px 14px 9px 24px;
    color: #fefefe;
    font-size: 12px;
    line-height: 16px;
    box-shadow: 0 0 0 1px rgba(78,78,78,0.75) inset;
    -moz-box-shadow: 0 0 0 1px rgba(78,78,78,0.75) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(78,78,78,0.75) inset;
    overflow: hidden;
}
.info-slide p{
    border-bottom: 1px solid rgba(0,0,0,0.42);
    margin-bottom: 5px;
    padding-top: 12px;
}
.info-slide h3{
    color: #fefefe;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    text-shadow: 0 2px 0 rgba(0,0,0,1);
    font-weight: normal;
}
.info-slide h3 a{
    text-decoration: none;
    color: #fefefe;
}
.hidden-info{
    overflow: hidden;
    max-height: 282px;
}
.turn-aside{
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin-right: 9px;
    margin-top: 11px;
    text-decoration: none;
}
a.turn-aside:visited{
    color: #FFFFFF;
}
.turn-aside i{
    font-style: normal;
}
.turn-aside .ex{
    display: none;
}
.turn-aside-active .ex{
    display: inline;
}
.turn-aside-active .ts{
    display: none;
}
.turn-aside-active{
    margin-top: 0;
}
.turn-aside:hover{
    text-decoration: underline;
    color: #ffffff;
}
.arrow{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 12px;
    background: url("/images/sprite.png") no-repeat -62px 0;
    margin-left: 8px;
}
.turn-aside-active .arrow{
    background-position: -62px -12px;
}
.jcarousel-prev{
    position: absolute;
    background: url("/images/sprite.png") no-repeat 0 0;
    width: 31px;
    height: 94px;
    top: 135px;
    left: 0;
    z-index: 50;
    cursor: pointer;
    display: inline-block;
}
.jcarousel-next{
    position: absolute;
    background: url("/images/sprite.png") no-repeat -31px 0;
    width: 31px;
    height: 94px;
    top: 135px;
    right: 0;
    z-index: 50;
    cursor: pointer;
    display: inline-block;
}
.tabs{
    margin-bottom: 37px;
    position: relative;
    zoom: 1;
}
.tabs:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.tabs-menu{
    height: 119px;
    background: url("/images/tabsmenu.png") repeat-x 0 100%;
    position: relative;
    margin: 0 auto;
    position: relative;
    width: 945px;
}
.tabs-menu ul li{
    background: url("/images/bord.png") no-repeat 100% 100%;
    width: 20%;
    height: 119px;
    float: left;
    text-align: center;
}
.tabs-menu ul li img{
    vertical-align: top;
    margin-top: 11px;
    margin-bottom: 1px;
}
.tabs-menu ul li a{
    display: block;
    color: #010101;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    height: 119px;
    border: 1px solid transparent;
    border-bottom: 0;
    left: -2px;
    width: 100%;
    position: relative;
}
.tabs-menu ul li a span{
    display: block;
    cursor: pointer;
}
.tabs-menu ul li:last-child{
    background: none;
}
.tabs-menu ul li.active a{
    border-color: #c0c0c0;
    background: #f3f3f3;
    z-index: 2;
}
.l-bg{
    background: url("/images/sprite.png") no-repeat scroll -78px 0 transparent;
    bottom: 0;
    display: inline-block;
    height: 7px;
    left: -10px;
    position: absolute;
    width: 10px;
}
.r-bg{
    background: url("/images/sprite.png") no-repeat scroll -92px 0 transparent;
    bottom: 0;
    display: inline-block;
    height: 7px;
    position: absolute;
    right: -10px;
    width: 10px;
}
.tabs-content{
    position: relative;
    padding: 25px 16px 10px;
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #949a9e;
    box-shadow: 0 15px 0 -11px #C6D1DB;
    -moz-box-shadow: 0 15px 0 -11px #C6D1DB;
    -webkit-box-shadow:  0 15px 0 -11px #C6D1DB;
    overflow: hidden;
}
.tabs-menu ul li:first-child a{
    left: 0;
}
.tab-info{
    overflow: hidden;
    padding-bottom: 10px;
}
.date{
    color: #E9110E;
    font-style: italic;
    line-height: 14px;
}
.tab-info .f-left{
    margin-right: 13px;
    padding-top: 2px;
    padding-bottom: 4px;
}
.tab-info .f-left img{
    vertical-align: top;
}
.tab-info h3{
    color: #000;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
}
.tab-info h3 span{
    font-size: 18px;
}
.tab-info p{
    padding: 0;
    color: #454545;
    line-height: 18px;
}
.tab-info div.name_pub{
    color: black;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
}
div.name_pub a{
  color:black;
  text-decoration:none;
}
div.name_pub a:hover{
    text-decoration: underline;
}
.tabs-content>div{
    display: none;
}
.tabs-content>div.active{
    display: block;
}
.title{
    color: #000;
    font-size: 20px;
    padding-bottom: 11px;
}
.title-bord{
    color: #000;
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.title h3,.title h2,.title h1{
    color: #000;
    font-size: 20px;
    margin: 0;
}
.title h3 a,.title h2 a,.title h1 a{
    color: #000;
    text-decoration: none;
}
.title-bord h3,.title-bord h2,.title-bord h1{
    color: #000;
    font-size: 20px;
    margin: 0;
}
.title-bord h3 a,.title-bord h2 a,.title-bord h1 a{
    color: #000;
    text-decoration: none;
}
.about{
    padding-bottom: 15px;
}
.about p{
    /*color: #6a8399;*/
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 16px;
}
.list-red{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 2px;
}
.list-red li{
    list-style: none !important;
    background: url("/images/mark1.png") no-repeat scroll 2px 6px transparent;
    padding-bottom: 5px;
    padding-left: 14px;
}
.list-red li a{
    color: #da251d;
    font-size: 12px;
    font-family: 'Trebuchet MS';
}
.list-red li a:hover{
    text-decoration: none;
}
.news-home{
    position: relative;
    overflow: hidden;
}
.news-home ul li{
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
    width: 225px;
    overflow: hidden;
    height: 300px;
}
.news-home ul li:nth-child(4n){
    margin-right: 0;
}
.news-home-item h3{
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 7px;
}
.news-home-item h3 a{
    color: #000;
    text-decoration: none;
}
.news-home-item h3 a:hover{
    text-decoration: underline;
}
.news-home-item .pic{
    /*width: 225px;*/
    width: 221px;
    height: 169px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 13px;
}
.news-home-item .date{
    margin-bottom: 4px;
}
.news-home-item p{
    color: #646464;
    line-height: 18px;
    padding: 0;
}
.breadcrumbs{
    font-size: 13px;
    color: #454545;
    padding-bottom: 9px;
}
.breadcrumbs a{
    background: url("/images/mark.png") no-repeat 100% 7px;
    color: #ff0000;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding-right: 11px;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.txt{
    padding-bottom: 8px;
    padding-top: 3px;
}
.txt p{
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 13px;
}
.content .f-left,.txt .f-left{
    margin-right: 16px;
}
.content .f-left img{
    vertical-align: top;
}
.lists-wrap{
    zoom: 1;
}
.lists-wrap:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.list-decimal{
    padding-right: 15px;
    list-style: decimal inside;
    color: #272727;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 25px;
}
.list-decimal span{
    color: #676767;
    font-weight: normal;
}
.list-decimal ol{
    margin-left: 10px;
    padding-top: 2px;
}
.list-decimal li{
    padding-bottom: 6px;
}
.list-decimal li li{
    padding-bottom: 2px;
}
.list-disc{
    list-style: disc inside;
    color: #272727;
    font-size: 14px;
    margin-bottom: 25px;
    padding-right: 15px;
}
.list-disc li span{
    color: #676767;
}
.list-disc li{
    padding-bottom: 6px;
}
.list-disc li li{
    padding-bottom: 2px;
}
.list-disc ul{
    margin-left: 10px;
    padding-top: 2px;
    color: #676767;
}
.contr_style{
    padding-bottom: 45px;
    zoom: 1;
}
.contr_style:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.contr_style select{
    width: 169px;
    height: 22px;
    border: 1px solid #b0b0b0;
    color: #838383;
}
.contr_style >ol >li{
    float: left;
    margin-right: 36px;
}
.contr_style label{
    color: #7c7c7c;
    font-size: 14px;
    padding-right: 6px;
    float: left;
}
.contr_style input[type="checkbox"],.contr_style input[type="radio"]{
    position: relative;
    top: 1px;
    margin-right: 4px;
}
.table{
    margin-right: 15px;
    width: auto;
    background: #d0dbe2;
    font-size: 14px;
}
.table th{
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    background: #295f93;
    width: 122px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: normal;
}
.table td{
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    background: url("/images/table-bg.png") repeat-x 0 100%;
    border-bottom: 1px solid #fff;
}
.table tr:last-child td{
    background: none;
}
.product{
    float: left;
    width: 225px;
    margin-right: 20px;
}
.product:last-child{
    margin-right: 0;
}
.product .head{
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 6px;
}
.product .head a{
    color: #000;
    text-decoration: none;
}
.product .head a:hover{
    text-decoration: underline;
}
.product img{
    vertical-align: top;
}
.price{
    color: #000;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 5px;
}
.price i{
    font-size: 18px;
    font-style: normal;
}
.price span{
    font-size: 18px;
    color: #eb0f0c;
}
.title-wrap{
    padding-top: 9px;
    padding-bottom: 35px;
}
.title-wrap *{
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 0;
}
.link-wrap{
    padding-top: 14px;
}
.link-wrap a{
    margin-right: 26px;
}
.color_spectrum{
    overflow: hidden;
    padding-top: 7px;
    margin-right: 39px;
    padding-bottom: 40px;
}
.navy_blue{
    background: #295f93;
    display: inline-block;
    float: left;
    margin-right:6px;
    width: 35px;
    height: 34px;
}
.blue{
    background: #69839a;
    display: inline-block;
    float: left;
    margin-right:6px;
    width: 35px;
    height: 34px;
}
.light_blue{
    background: #d5dce4;
    display: inline-block;
    float: left;
    margin-right:6px;
    width: 35px;
    height: 34px;
}
.red{
    background: #d41a2d;
    display: inline-block;
    float: left;
    margin-right:6px;
    width: 35px;
    height: 34px;
}
.ruddy{
    background: #d41a2d;
    display: inline-block;
    float: left;
    margin-right:6px;
    width: 35px;
    height: 34px;
}
.black{
    background: #000;
    display: inline-block;
    float: left;
    margin-right:6px;
    width: 35px;
    height: 34px;
}
.lilac{
    background: #cecece;
    display: inline-block;
    float: left;
    margin-right:6px;
    width: 35px;
    height: 34px;
}
.btn{
    display: inline-block;
    cursor: pointer;
    color: #f0f4f7;
    font-size: 15px;
    height: 21px;
    line-height: 20px;
    padding: 0 11px;
    border: 1px solid #627284;
    border-top-color: #828fa1;
    border-bottom-color: #384b5e;
    background: #8395a9 url("/images/btn-bg.png") repeat-x 0 0;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    box-shadow: inset 0 0 0 1px #a5b1be;
    -moz-box-shadow: inset 0 0 0 1px #a5b1be;
    -webkit-box-shadow: inset 0 0 0 1px #a5b1be;
    text-decoration: none;
}
.btn:hover{
    background: #8395a9 url("/images/btn-bg1.png") repeat-x 0 0;
}
a.btn{
    color: #f0f4f7;
    text-decoration: none;
}
.article h3{
    color: #000;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: normal;
}
.article h3 a{
    color: #000;
    text-decoration: none;
}
.article h3 a:hover{
    text-decoration: underline;
}
.article p{
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 18px;
}
.reviews{
    position: relative;
    padding-bottom: 30px;
}
.head-reviews{
    zoom: 1;
    padding-bottom: 12px;
}
.head-reviews:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.head-reviews .f-right{
    color: #747474;
}
.body-reviews{
    position: relative;
    border: 1px solid #c0c0c0;
    padding: 15px 10px 22px;
    color: #454545;
    line-height: 18px;
    box-shadow: inset 0 0 0 1px #fdfdfd;
    -moz-box-shadow: inset 0 0 0 1px #fdfdfd;
    -webkit-box-shadow: inset 0 0 0 1px #fdfdfd;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(top,  #f6f6f6 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.body-reviews p{
    padding: 0;
}
.arrow-top{
    background: url("/images/sprite.png") no-repeat scroll -103px 0 transparent;
    height: 16px;
    left: 15px;
    position: absolute;
    top: -13px;
    width: 21px;
    z-index: 1;
}
.form-comment{
    zoom: 1;
}
.form-comment:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.form-comment input[type="text"]{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 19px;
    margin-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    width: 252px;
}
.form-comment textarea{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 119px;
    margin: 0 0 16px;
    padding-left: 5px;
    padding-right: 5px;
    width: 458px;
}
.img-capcha{
    background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #B8B8B8;
    display: block;
    height: 41px;
    overflow: hidden;
    text-align: center;
    width: 127px;
    margin-bottom: 13px;
}
.capcha input[type="text"]{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 19px;
    margin-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    margin-right: 7px;
    width: 121px;
}
input.btn{
    height: 23px;
}
.capcha input.btn{
    margin-top: 1px;
}
.center-baner{
    position: relative;
    width: 962px;
    height: 189px;
    background: #c4c4c4;
    margin-bottom: 17px;
}
.center-baner img{
    vertical-align: top;
}
.media{
    position: absolute;
    top: 0;
    left: 0;
    height: 189px;
    width: 186px;
    text-align: center;
    vertical-align: middle;
    line-height: 189px;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    background:rgba(36,40,41,0.79);
    -pie-background:rgba(36,40,41,0.79);
}
.photos{
    position: relative;
    zoom: 1;
    padding-top: 10px;
}
.photos:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.photos .foto{
    float: left;
    width: 225px;
    /*height: 211px;*/
    height: 169px;
    /*margin-right: 24px;*/
    margin-right: 18px;
    /*margin-bottom: 45px;*/
    margin-bottom: 22px;
}

.new_photos{
    border: 1px solid #CCC;
    padding: 1px;
}
#main td img, .f-left img, .highslide img{
    border: 1px solid #CCC;
    padding: 1px;
}

.photos .foto:nth-child(3n){
    margin-right: 0;
}
.foto{
    overflow: hidden;
    width: 225px;
    height: 211px;
}
.foto img{
    vertical-align: top;
}
.foto p{
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
}
.foto p a{
    color: #000;
    text-decoration: none;
}
.pic{
    width: 225px;
    height: 169px;
    overflow: hidden;
    margin-bottom: 6px;
}
.pager{
    position: relative;
    text-align: center;
    line-height: 14px;
}
.pager li{
    display: inline;
    margin: 0 5px;
    color: #4f4f4f;
    font-size: 14px;
}
.pager li a{
    color: #4f4f4f;
    text-decoration: none;
    display: inline-block;
}
.pager li:first-child a{
    padding-left: 7px;
    background: url("/images/mark2.png") no-repeat 0 50%;
}
.pager li:first-child a:hover{
    background: url("/images/mark2-h.png") no-repeat 0 50%;
}
.pager li:last-child a{
    padding-right: 7px;
    background: url("/images/mark.png") no-repeat 100% 50%;
}
.pager li:last-child a:hover{
    background: url("/images/mark-h.png") no-repeat 100% 50%;
}
.pager li a:hover,.pager li.active a{
    color: #ff0101;
    text-decoration: none;
}
.news{
    padding-top: 17px;
    padding-bottom: 5px;
}
.news-item{
    zoom: 1;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 26px;
    padding-bottom: 12px;
}
.news-item:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.news-item .date{
    float: right;
    position: relative;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.news-item img{
    margin-right: 24px;
    margin-top: 2px;
    vertical-align: top;
    margin-bottom: 5px;
    
}
.news-item h2{
    font-weight: normal;
    color: #000;
    font-size: 18px;
    margin-bottom: 9px;
}
.news-item h2 a{
    color: #000;
}
.news-item h2 a:hover{
    text-decoration: none;
}
.news-item p{
    color: #646464;
    font-size: 13px;
    padding-bottom: 0;
}
.news-more{
    overflow: hidden;
    padding-top: 17px;
}
.news-more .date{
    float: right;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    position: relative;
}
.news-more h2{
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 9px;
}
.news-more h2 a{
    color: #000;
}
.news-more p{
    color: #646464;
    font-size: 13px;
    padding-bottom: 19px;
}
.news-more p img{
    vertical-align: top;
    float: right;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
}
.news-more .f-left{
    margin-right: 15px;
    margin-top: 2px;
}
.news-more .f-left img{
    vertical-align: top;
}





/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft{
    width:186px;
    margin-left:-100%;
    float:left;
    padding-top: 7px;
}
.left-menu{
    padding-bottom: 27px;
}
.left-menu ul li{
    background: url("/images/mark.png") no-repeat scroll 0 50% transparent;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
}
.left-menu ul li a{
    text-transform: uppercase;
    color: #6a8399;
    text-decoration: none;
    font-size: 14px;
}
.left-menu ul li a:hover,.left-menu ul li.active a{
    color: #d4001a;
}
.projects .pic{
    /*width: 175px;*/
    width: 171px;
    height: 132px;
}
.projects .foto{
    width: 175px;
    height: auto;
    /*padding-bottom: 25px;*/
    padding-bottom: 17px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer{
    width:899px;
    padding-top: 10px;
    height:220px;
    margin:-201px auto 0;
    clear:both;
    border-top: 1px solid #cccccc;
    padding-left: 64px;
}
.logo-footer{
    left: 0;
    position: absolute;
    top: 14px;

}
#footer p{
    color: #464646;
    font-size: 12px;
    line-height: 16px;
}
.contact{
    float: right;
    margin-left: 90px;
    padding: 0 0 5px;
    position: relative;
    width: 186px;
}
.contact h3{
    color: #000;
    font-size: 20px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 12px;
}
.contact ul{
    padding-left: 3px;
    padding-bottom: 18px;
}
.contact ul li{
    font-size: 12px;
    color: #000;
    padding-bottom: 2px;
}
.contact ul li strong{
    font-weight: normal;
}
.contact ul li div a{
    text-decoration: none;
    color: #da251d;
}
.it{
    background: url("/images/it.png") no-repeat scroll 100% 0 transparent;
    color: #6A8399;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 14px;
    padding-left: 3px;
    padding-right: 37px;
    text-decoration: none;
    width: 111px;
}
.it span{
    display: block;
    padding-left: 33px;
}
.menu-footer{
    padding-top: 6px;
}
.menu-footer ul{
    float: left;
    /*width: 216px;
    padding-right: 10px;*/
    width: 108px;
    padding-right: 16px;
}
.menu-footer ul li{
    padding-bottom: 2px;
}
.menu-footer ul li a{
    color: #888888;
    font-size: 13px;
}
.menu-footer ul li a:hover{
    text-decoration: none;
}
/*
.menu-footer ul:nth-child(2){
    width: 154px;
}
.menu-footer ul:nth-child(3){
    width: 136px;
}
.menu-footer ul:nth-child(4){
    width: 70px;
}*/