.link-top.pages-nav .page-item h3 {
	font-size: 15px;
}
@media (min-width: 480px) {
	.link-top.pages-nav .page-item h3 {
		font-size: 20px;
	}
}
@media (min-width: 681px) {
	.link-top.pages-nav .page-item h3 {
		font-size: 12px;
	}
}
@media (min-width: 820px) {
	.link-top.pages-nav .page-item h3 {
		font-size: 15px;
	}
}
@media (min-width: 980px) {
	.link-top.pages-nav .page-item h3 {
		font-size: 18px;
	}
}
@media (min-width: 1024px) {
	.link-top.pages-nav .page-item h3 {
		font-size: 20px;
	}
}

/* title */
.blk-title {
    display: block;
    background: #E6E7E8 url(../img/safety/bg_title.png) no-repeat right 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    color: #034EA2;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.blk-content p {
    font-size: 14px;
}
.frame-tangle {
    border: 1px solid #034EA2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
}
.frame-tangle a {
	display: block;
	background: #034EA2;
	border-radius: inherit;
	color: #fff;
	margin-top: 10px;
	padding: 10px
}
.frame-tangle a span {
    display: block;
    width: 130px;
    margin: 5px auto 0;
}
.wrap2-col li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.wrap2-col li:nth-child(2n) {
    margin-right: 0;
}
.main-block .box-item {
	margin-bottom: 20px;
}
.box-item .box-thumb {
	margin-top: 10px;
}


.box-btm {
	margin-top: 12px;
}
.box-btm img {
	width: 100%;
}

.lbl-head .btn {
	padding-left: 15px;
	padding-right: 15px;
}
.lbl-head .btn span {
    display: block;
    background: url(../img/safety/ico01.png) no-repeat 0 center;
    -webkit-background-size: 15px;
    background-size: 15px;
    padding-left: 25px;
}

.mode-light {
    background: #E6E7E8;
    padding: 20px;
}
.mode-light h3 {
    text-align: center;
    margin-bottom: 15px;
}
.mode-light h3 span {
    display: inline-block;
    background: #000;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 25px;
    font-size: 16px;
}
.mode-light .head {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0;
}
.mode-light .head i {
    display: inline-block;
    margin-right: 1.2em;
    width: 20px;
    position: relative;
    top: -2px;
}
.mode-light .day .head {
	background: #fff;
	color: #034EA2;
}
.mode-light .night .head {
	background: #034EA2;
	color: #fff;
}
.img figure {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 25px;
}
.img figcaption {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 100%;
    margin-top: 2px;
    font-size: 10px;
}




@media (min-width: 681px) {
	.main-block .box-item {
		position: relative;
	}
	.box-item .content-left {
	    float: left;
	    width: 35%;
	}
	.box-item .content-left.colspan {
	    width: 59%;
	}
	.content-left .box-btm {
		position: absolute;
		width: 35%;
		left: 0;
		bottom: 0;
	}
	.box-item .offset-r {
		padding-right: 8%;
	}
	.box-item .box-thumb {
	    float: right;
	    width: 61.5%;
	    margin: 0;
	}
	.box-item .box-thumb.wrap-inline {
	    width: 37%;
	}
	.frame-tangle {
		padding: 10px;
	}
	.frame-tangle p {
		text-align: left;
	}
	.frame-tangle a span {
		margin-top: 0;
	}
	.list-inline.list-address li {
	    margin-right: 40px;
	}
	.list-inline.list-address li:last-child {
	    margin-right: 0;
	}

	.sec-road .mode-light {
	    padding: 6% 10% 5%;
	    margin-top: 10%;
	    position: relative;
	}
	.mode-light h3 {
	    text-align: center;
	    margin-bottom: -17px;
	    position: absolute;
	    bottom: 100%;
	    right: 0;
	    width: 100%;
	}
	.mode-light .img figure {
		float: none;
		width: auto;
	}
	.mode-light .img figure figcaption {
		font-size: 12px;
	}
	.mode-light .col {
	    float: left;
	    width: 46%;
	    margin-right: 7%;
	}
	.mode-light .col:last-child {
	    margin-right: 0;
	}

}

@media (min-width: 820px) {
	.lbl-head .btn {
		font-size: 18px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.lbl-head .btn-has-ico span {
		-webkit-background-size: 1em auto;
		background-size: 1em auto;
	}
	.mode-light h3 {
		margin-bottom: -20px;
	}
	.mode-light h3 span {
		font-size: 18px;
		padding: 8px 30px;
		letter-spacing: 2px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	.mode-light .head {
	    margin-bottom: 4%;
	    font-size: 18px;
	    padding: 2.5% 0;
	}
	.mode-light .head i {
		width: 24px;
	}
	.mode-light .img figure {
		margin-bottom: 10%;
	}
	.mode-light .img figure figcaption {
		font-size: 14px;
	}
}
@media (min-width: 980px) {
	.main-block .box-item {
		margin-bottom: 6%;
	}
	.box-item .blk-title {
		font-size: 20px;
		padding: 10px 20px;
	}
	.blk-content p {
	    font-size: 16px;
	}
	.box-item .frame-tangle {
		border-width: 2px;
		padding: 2% 2.5%;
		font-size: 15px;
	}
	.box-item .frame-tangle p {
		text-align: left;
	}
	.box-item .frame-tangle a {
		line-height: 1.6;
	}
	.box-item .frame-tangle a span {
		width: 60%;
		margin-top: 5px;
	}
	.lbl-head .btn {
		font-size: 20px;
		padding: 6px 0 6px 20px;
		border-width: 2px;
	}
	.mode-light h3 {
		margin-bottom: -20px;
	}
	.mode-light h3 span {
		font-size: 18px;
		padding: 8px 30px;
		letter-spacing: 2px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	.mode-light .head {
	    margin-bottom: 4%;
	    font-size: 18px;
	    padding: 2.5% 0;
	}
	.mode-light .head i {
		width: 24px;
	}
	.mode-light .img figure {
		margin-bottom: 10%;
	}
	.mode-light .img figure figcaption {
		font-size: 16px;
	}
}

@media (min-width: 1170px) {
	.box-item .blk-title {
		font-size: 25px;
		margin-bottom: 20px;
		letter-spacing: 4px;
	}
	.box-item .blk-content p,
	.box-item .frame-tangle {
		font-size: 18px;
	}
	.box-item .box-btm {
		margin-top: 30px;
	}
	.lbl-head .btn {
	    font-size: 22px;
	    padding: 8px 0 8px 20px;
	    border-radius: 10px;
	}
	.lbl-head .btn span {
		padding-left: 35px;
	}
	.list-inline.list-address li {
		margin-right: 9%;
	}
	.sec-road .mode-light {
		padding: 7% 13%  3%;
		margin-bottom: 8%;
	}
	.sec-road .mode-light h3 {
		margin-bottom: -27px;
	}
	.sec-road .mode-light h3 span {
	    font-size: 23px;
	    padding: 10px 70px;
	}
	.sec-road .mode-light .head {
		font-size: 20px;
		padding: 1.6% 0 1%;
	}
	.sec-road .mode-light .head i {
		width: 30px;
	}
}

@media (min-width: 1300px) {
	.link-top.pages-nav .page-item h3 {
		font-size: 23px;
	}
	.pages-nav.link-top {
		margin-bottom: 6%;
	}
	.main-block .box-item .blk-title {
		font-size: 30px;
		margin-bottom: 28px;
	    padding: 0.45em 0 0.45em 1em;
	}
	.box-item .blk-content p, 
	.box-item .frame-tangle {
	    font-size: 20px !important;
	}
	.box-item .frame-tangle {
		border-radius: 18px;
		margin-bottom: 1em;
	}
	.box-item .frame-tangle a {
		margin-top: 6%;
		line-height: 1.8;
		padding: 16px;
	}
	.box-item .frame-tangle a span {
		width: 80%;
	}
	.box-item .lbl-head .btn {
	    font-size: 23px;
	    padding: 12px 0 12px 25px;
	    letter-spacing: 5px;
	    margin-bottom: 18px;
	}
	.box-item .lbl-head .btn-has-ico span {
	    -webkit-background-size: 1.1em auto;
	    background-size: 1.1em auto;
	}
	.list-inline .address {
		margin-bottom: 12px;
	}
	.sec-road .mode-light h3 {
	    margin-bottom: -33px;
	}
	.sec-road .mode-light h3 span {
	    font-size: 26px;
	    padding: 15px 75px;
	    letter-spacing: 4px;
	}
	.sec-road .mode-light .head {
	    font-size: 24px;
	    padding: 1.6% 0;
	}
	.sec-road .mode-light .head i {
	    width: 35px;
	}
	.mode-light .img figure figcaption {
	    font-size: 18px;
	}
}



/* safety try */
.safety-try-top .item {
    background: #E6E7E8;
    padding: 20px;
    margin-bottom: 20px;
}
.safety-try-top .item figure {
    display: block;
    margin-bottom: 10px;
}
.safety-try-top .item figure img{
	width: 100%;
}
.safety-try-top .item .thumb {
    float: right;
    width: 29.5%;
    margin-left: 10px;
}
.safety-try-top .item h3 {
    color: #034ea2;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.marking.inner-content {
    padding: 20px;
}
.marking {
    border-top: 1px solid #034ea2;
    border-bottom: 1px solid #034ea2;
    margin: 30px 0;
}
.marking .head {
    margin-bottom: 1em;
}
.marking .head h2 {
    background: #F4D87E;
    color: #034ea2;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.marking .row-item {
    position: relative;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
}
.marking .row-item:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F4D87E;
}
.painting {
	margin-bottom: 30px;
}
.painting .product {
    margin-bottom: 20px;
}
.painting .product .product-design h3 span {
    background: #034ea2;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 10px;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
.painting .product .thumbnail {
	margin-bottom: 20px;
	text-align: center;
}
.product .product-item {
    margin-bottom: 15px;
}
.product .product-item p {
    padding-left: 10px;
}
.product .product-item p.text-center {
    padding-left: 0;
}
.product .product-item figure {
    text-align: center;
}

.painting .constr {
    border: 1px solid #034ea2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
.painting .constr .row {
	margin-bottom: 15px;
}
.painting .constr h3 {
    color: #034ea2;
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #034ea2;
}
.painting .constr figure img {
	width: 100%;
}
@media (max-width: 360px) {
	.painting .constr h3 {
		font-size: 12px;
	}
}
.col-6s {
    float: left;
    width: 46.5%;
    margin-right: 7%;
}
.row2-item .item {
	float: left;
	width: 48.5%;
	margin-right: 3%;
}
.row3-item .item {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.painting .constr h4 {
	text-align: center;
	color: #034EA2;
	margin-top: 4px;
}

@media (min-width: 681px) {
	.safety-try-top .item {
		margin-bottom: 6%;
	}
	.safety-try-top .item p {
	    font-size: 10px;
	}
	.marking .head p {
	    float: right;
	    width: 52%;
	    font-size: 10px;
	}
	.marking .head h2 {
		float: left;
		width: 45.5%;
	}
	.painting {
		margin: 6% 0;
	}
	.painting .col-r {
	    float: right;
	    width: 49.5%;
	}
	.painting .col-l {
	    float: left;
	    width: 47%;
	}
}

@media (min-width: 820px) {
	.safety-try-top .item {
		padding: 3%;
	}
	.safety-try-top .item p {
		font-size: 12px;
	}
	.marking.inner-content {
	    padding: 6% 13% 4% 7%;
	    margin: 0 0 6%;
	}
	.marking .head h2 {
		padding: 2% 0;
		font-size: 22px;
		margin-bottom: 0;
	}
	.marking .row-item {
	    margin-bottom: 2.5%;
	    padding: 2% 8%;
	    font-size: 13px;
	    line-height: 2;
	}
	.painting .constr {
		padding: 3%;
	}
	.painting .constr h3 {
	    font-size: 16px;
	    padding-bottom: 4%;
	    margin-bottom: 10%;
	    white-space: nowrap;
	}
	.painting .constr h4 {
	    font-size: 14px;
	}
}

@media (min-width: 980px) {
	.safety-try-top .item {
		padding: 3.333%;
	}
	.safety-try-top .item figure {
		margin-bottom: 16px;
	}
	.safety-try-top .item h3 {
		font-size: 20px;
	}
	.safety-try-top .item p {
		font-size: 14px;
	}
	.marking.inner-content {
		border-width: 2px;
	}
	.marking .head {
		margin-bottom: 3%;
	}
	.marking .head h2 {
		padding: 4% 0;
		font-size: 25px;
	}
	.marking .head p {
	    font-size: 16px;
	}
	.marking .row-item {
	    padding: 2% 9%;
	    font-size: 18px;
	}
	.marking .row-item:before {
		width: 14px;
	}
	.painting .constr h3 {
	    font-size: 18px;
	}
	.painting .constr h4 {
	    font-size: 16px;
	}
}
@media (min-width: 1170px) {
	.safety-try-top .item figure,
	.safety-try-top .item p,
	.painting .constr h4 {
		font-size: 18px;
	}
	.marking .head p {
		font-size: 20px;
	}
	.safety-try-top .item h3 {
		font-size: 25px;
	}
	.marking .head h2 {
		padding: 4% 0;
		font-size: 28px;
	}
	.marking .row-item {
	    font-size: 20px;
	}
	.painting .constr,
	.painting .constr h3 {
		border-width: 2px;
	}
	.painting .constr .row {
		margin-bottom: 5%;
	}
	.painting .constr h3 {
	    font-size: 20px;
	}
	.painting .product .thumbnail {
	    margin-bottom: 9%;
	    text-align: center;
	}
}
@media (min-width: 1280px) {
	.safety-try-top .item p {
	}
	.marking .head p {
		font-size: 20px;
	}
	.safety-try-top .item h3 {
		font-size: 28px;
	}
	.marking .head h2 {
		padding: 3.75% 0;
		font-size: 30px;
	}
	.marking .row-item {
	    font-size: 23px;
	}
	.marking .row-item:before {
	    width: 18px;
	}
	.painting .constr,
	.painting .constr h3 {
		border-width: 2px;
	}
	.painting .constr h3 {
	    font-size: 23px;
	}
	.painting .constr h4 {
		font-size: 20px;
	}
}




/* css resolution */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.lbl-head .btn span {
			background-image: url(../img/safety/ico01@2x.png); 
		}
}
