@charset "utf-8";
/* CSS Document */

@import "routine.css";
@import "tw_nav.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
	font-family:"微軟正黑體";
}

a, a:hover, a:active, a:focus{
	text-decoration:none;
	outline:none;
}

/*************************************/
/*              hearder              */
/*************************************/

header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,f3f3f3+16,fbfbfb+42,f7f7f7+87,d8d8d8+100 */
	background: rgb(207,207,207); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(207,207,207,1) 0%, rgba(243,243,243,1) 16%, rgba(251,251,251,1) 42%, rgba(247,247,247,1) 87%, rgba(216,216,216,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(207,207,207,1) 0%,rgba(243,243,243,1) 16%,rgba(251,251,251,1) 42%,rgba(247,247,247,1) 87%,rgba(216,216,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(207,207,207,1) 0%,rgba(243,243,243,1) 16%,rgba(251,251,251,1) 42%,rgba(247,247,247,1) 87%,rgba(216,216,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#d8d8d8',GradientType=1 ); /* IE6-9 */
	padding-bottom:15px;
	border-bottom:8px solid #dcce20;
}

/*------------search--------------*/


.custom-search-form input {
    border: 1px solid #ccc;
    padding: 5px;
   /* -moz-border-radius:50px;
    -webkit-border-radius:50px;
	border-radius:50px;*/
    font-family: 'Open Sans', sans-serif;
}
.custom-search-form {
    margin-top: 15px;
	float:right;
}
#submit {
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:#003b7d;
	color:#ffffff;
	text-shadow:0px 1px 0px #810e05;
	margin-left:5px;
}
#submit:hover {
	opacity:0.9;
}
#submit:active {
	position:relative;
	top:1px;
}

#search{
	width:200px;
	background:#e7e7e7;
}

@media (max-width:768px){
.custom-search-form {
	float:none;
	margin:20px auto;
}
}


/*----------- lang --------------*/

.logo-box{
	margin-top:20px;
}

.lang{
	list-style-type:none;
	padding-left:0;
	display:block;
	width:100%;
	text-align:right;
}

.lang li{
	display:inline-block;
	padding:0;
	margin:-1px;
}

.lang li a{
	color:#fff;
	background:#999;
	padding:6px 17px;
	line-height:36px;
}

.lang li a:hover{
	text-decoration:none;
	background:#073486;
	color:fff;
}

@media (max-width:768px){
.lang{
	text-align:center;
	margin-top:10px;
}
}





.index_01{
	background:url(../tw_img/index/index_bg_01.jpg) top center no-repeat;
	background-size:cover;
	overflow:hidden;
}

.index_02{
	background:url(../tw_img/index/index_bg_02.jpg) top center no-repeat;
	background-size:cover;
	overflow:hidden;
}

.index_04{
	box-shadow:0 -2px 5px rgba(0,0,0,0.3);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+50,f5f5f5+100 */
	background: rgb(232,232,232); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 50%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 50%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 50%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 */
	overflow:hidden;
}

.index_05{
	background:url(../tw_img/index/index_bg_03.jpg) top left no-repeat;
	background-size:cover;
	overflow:hidden;
	padding:50px 0;
}

.title{
	font-size:18px;
	font-weight:bold;
	color:#009bff;
	padding-left:5px;
}

.title:before{
	content:"";
	display:inline-block;
	width:5px;
	height:18px;
	background:#009bff;
	position:relative;
	top:2px;
}

.index-content-box{
	margin:100px 28px;
}

.index-content-box2{
	margin:25px 28px;
}

.index-content-box3{
	margin:30px auto 40px;
}

.index-content-box p{
	padding-left:15px;
}

.text{
	font-size:14px;
	color:#333;
	line-height:25px;
	letter-spacing:0.5px;
}

.text2{
	font-size:14px;
	color:#333;
	line-height:20px;
	letter-spacing:0.5px;
}

.text3{
	font-size:14px;
	color:#333;
	line-height:20px;
	letter-spacing:0.5px;
}

.more a{
	color:#fff;
	font-size:12px;
	background:#2d89c1;
	padding:1px 12px 1px 10px;
	border-radius:10px;
	width:60px;
	height:20px;
	float:right;
}

.more a:hover{
	background:#1574ab;
}

.index-news{
	list-style-type:none;
	padding-left:0;
	margin-left:5px;
}

.index-news li{
	padding:10px 0;
	background:url(../tw_img/index/index_news.png) top 16px left no-repeat;
	padding-left:20px;
	border-bottom:1px solid #d4d4d4;
}

.index-news li a{
	display:block;
	line-height:20px;
	font-size:14px;
	color:#333;
	letter-spacing:0.5px;
}

.index-news li a:hover{
	color:#000;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

@media (max-width:992px){
.index_01{
	background:url(../tw_img/index/index_bg_01_2.jpg) top right no-repeat;
	background-size:cover;
}

.index_02{
	background:url(../tw_img/index/index_bg_02_2.jpg) top right no-repeat;
	background-size:cover;
}

.index-content-box{
	margin:50px 15px;
}

.index-content-box2{
	margin:25px 15px;
}

.text{
	text-align:justify;
}

.index-content-box p{
	padding-left:5px;
}
}

@media (max-width:768px){
.index-content-box{
	margin:50px 0;
}

.index-news li{
	background:url(../tw_img/index/index_news.png) top 20px left no-repeat;
}
}


/*************************************/
/*               footer              */
/*************************************/

.contact-info ul{
	list-style-type:none;
	text-align:center;
}

.contact-info ul li{
	font-size:13px;
	color:#fff;
	display:inline;
	padding-right:70px;
	
}

.contact-info ul br{
	display:none;
}

.contact-info ul li a{
	color:#fff;
}

.contact-info ul li .icon{
	color:#fff;
	padding-right:5px;
	line-height:25px;
}

@media (max-width:1200px){

.contact-info ul br{
	display:inherit;
}
}

@media (max-width:992px){
.contact-info ul{
	text-align:center;
}

.footer-logo{
	background:none;
}
}

@media (max-width:768px){
.contact-info ul li{
	display:inherit;
	padding-right:0;
	line-height:20px;
}

.qrcode{
	margin-top:10px;
}

.contact-info ul br{
	display:none;
}
}



.footerUl2{
	list-style-type: none;
	color:#333333;
	font-size:15px;
	line-height:25px;
	letter-spacing:0.03rem;
	text-align:center;
	margin-bottom:0;
	padding:20px 10px;
}

.footerUl2 li{
	display:inline;
	/*padding:0 1%;*/
}

.footerUl2 li a{
	color:#333333;
	font-size:13px;
	letter-spacing:0.5px;
}

.footerUl2 li a:hover{
	text-decoration:none;
	color:#000;
}

.vLine2{
	color:#fff;
	font-size:1.4rem;
}

@media (max-width: 992px) {
.footerUl2{
	text-align:center;
	float:none;
}

.footerUl2{
	padding-left:0;
}

.footerUl2 li{
	  display:inherit;
}

.vLine2{
	display:none;
}


}

@media (max-width: 650px) {
  
.footerUl2{
	text-align:center;
	font-size:1.4rem;
}
}


/*************************************/
/*               aside               */
/*************************************/

.aside{
	margin-top:3px;
}

.inside-content{
	margin-top:20px;
	overflow:hidden;
}

.aside-title{
	background:url(../tw_img/other/aside_bg.jpg) bottom center no-repeat;
	background-size:cover;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	text-align:center;
	padding:25px 0 30px 0;
}

.aside-title span{
	color:#fff;
}

.aside-list{
	
}

.aside-list ul{
	padding-left:0;
	list-style-type:none;
}

.aside-list ul li{
	border-bottom:1px dashed #7d7d7d;
	background:url(../tw_img/other/icon_aside.jpg) top 21px left 10px no-repeat;
}

.aside-list ul li a{
	color:#666666;
	font-size:16px;
	display:block;
	width:100%;
	padding:8px 10px 8px 25px;
	font-weight:bold;
	margin:0;
}

.aside-list ul li a:hover, a.active2{
	background:url(../tw_img/other/aside_li_bg.jpg) top center no-repeat;
	background-size:cover;
	color:#fff !important;
}

.aside-title{
	cursor:pointer;
}

.aside-title i{
	float:right;
	margin-top:10px;
	margin-right:15px;
	display:none;
}

.aside-list{
	display:inherit;
}

.inside-content2{
	width:90%;
	margin-left:5%;
	margin-top:33px;
}

.title-box{
	background:url(../tw_img/other/line.jpg) bottom left no-repeat;
	background-size:100%;
	overflow:hidden;
	height:50px;
}

.breadcrumb2{
	float:right;
	font-size:13px;
	color:#666666;
	margin-top:5px;
}

.breadcrumb2 .text-blue{
	color:#0066cc;
}

.com-content{
	background:url(../tw_img/other/about_bg.jpg) bottom left no-repeat;
	background-size:100%;
	padding-bottom:220px;
	margin-bottom:50px;
}



@media (max-width:991px){

.aside-title{
	background:url(../tw_img/other/aside_bg.jpg) top center no-repeat;
	background-size:cover;
	padding:12px 0 17px 0;
	border-bottom:3px solid #fff;
}

.aside-title i{
	display:inherit;
}

.aside-list{
	display:none;
}

.text2{
	text-align:justify;
}
}

@media (max-width:767px){

.com-content{
	padding-bottom:150px;
	margin-bottom:10px;
}
}

/*************************************/
/*             products              */
/*************************************/

/*------------- pro list --------------*/


.pro_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
}

.pro_list li:hover figure{
  opacity:0.7;
}

/*.pro_list li:hover figcaption{
  color:#134e60;
  background-color:#b0e4f2;
}*/

.pro_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0.625rem;
  margin: 0;
}

@media (max-width:992px){
  .pro_list_item {
    width: 33.3333%;
  }
}

@media (max-width:768px){
  .pro_list_item {
    width: 33.333%;
  }
}


@media (max-width:600px){
  .pro_list_item {
    width: 50%;
  }
}

@media (max-width:450px){
  .pro_list_item {
    width: 100%;
  }
}


.pro_list_item figure {
  margin: 0;
  padding:10px;
  border:1px solid #ccc;
}

.pro_list_inner {
  background: #fff;
  width: 100%;
}
.pro_list_inner img {
  display: block;
}
.pro_list_inner figcaption {
  padding: 1.25rem;
  color:#333333;
  font-size:15px;
  text-align:center;
}



/*---------- page -----------*/

.page{
	margin:30px auto;
	background:#f3f3f3;
	padding:2px 0;
	line-height:25px;
	overflow:hidden;
	text-align:center;
}

.page ul{
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
}

.page ul li {
	display:inline-block;
}

.page ul li a{
	display:inline-block;
	color:#898989;
	padding:0 5px;
}

.page ul li a:hover{
	color:#ea0000;
}


/*************************************/
/*           product detail          */
/*************************************/

.pro-b{
	border:10px solid #f5f5f5;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}

.ins-content h1{
	font-size:18px;
	margin-left:20px;
	border-bottom:1px dashed rgba(0,0,0,0.4);
	padding-bottom:12px;
}

#button-wrap-inner{
	margin-top:40px;
	margin-left:20px;
}

#button-wrap-inner span{
	display:block;
}

.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#275475+0,05395e+100 */
	background: rgb(39,84,117); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(39,84,117,1) 0%, rgba(5,57,94,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(39,84,117,1) 0%,rgba(5,57,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(39,84,117,1) 0%,rgba(5,57,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275475', endColorstr='#05395e',GradientType=0 ); /* IE6-9 */

	border-radius:4px;
	margin:0.5rem 0;
	text-align:center;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	color:#fff;	
	font-size:1.3rem;
	font-family:"微軟正黑體";
	height:28px;
	padding:3px 18px 1px 15px;
	width:130px;
}

/*.btn1{
	background:url(../tw_img/other/icon_add.png) top 5px left 10px no-repeat,#05395e;
}

.btn2{
	background:url(../tw_img/other/icon_inquiry.png) top 8px left 10px no-repeat,#05395e;
}*/

.proBtn:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#237cb8+0,0067ac+100 */
	background: rgb(35,124,184); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(35,124,184,1) 0%, rgba(0,103,172,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(35,124,184,1) 0%,rgba(0,103,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(35,124,184,1) 0%,rgba(0,103,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#237cb8', endColorstr='#0067ac',GradientType=0 ); /* IE6-9 */

	color:#fff;
	font-weight:bold;
	opacity:0.7;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}

.pro-info{
	padding:20px 15px;
	border:2px solid rgba(0,0,0,0.1);
	margin-top:20px;
	box-shadow:0 -4px 8px rgba(0,0,0,0.1);
	margin-bottom:30px;
	padding-bottom:50px;
}

@media (max-width:991px){
	
.ins-content h1{
	text-align:center;
	margin:0 auto;
}

#button-wrap-inner span{
	display:inline-block;
}

#button-wrap-inner{
	margin:20px auto;
	text-align:center;
}
}

@media (max-width:768px){
.proBtn{
	text-align:center;
}
}


@media (max-width:500px){
.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	width:100%;
}

#button-wrap-inner span{
	width:100%;
}
}



/*************************************/
/*            inquiry table          */
/*************************************/
.responsive-table {
	width: 100%;
	margin-bottom: 1.5em;
}

@media (min-width: 704px) {
.responsive-table {
    font-size: .9em;
}
}

@media (min-width: 992px) {
.responsive-table {
    font-size: 1em;
}
}

.responsive-table thead {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
@media (min-width: 704px) {
.responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
}

.responsive-table thead th {
	background-color: #868686;
	border: 1px solid #868686;
	font-weight: normal;
	text-align: center;
	color: white;
}

.responsive-table thead th:first-of-type {
	text-align: center;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}

@media (min-width: 704px) {
.responsive-table tr {
    display: table-row;
}
}

.responsive-table th,
.responsive-table td {
	padding: .5em;
	vertical-align: middle;
}

@media (min-width: 480px) {
.responsive-table th,
.responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 704px) {
.responsive-table th,
.responsive-table td {
    display: table-cell;
    padding: .5em;
}
}

@media (min-width: 992px) {
.responsive-table th,
.responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 1200px) {
.responsive-table th,
.responsive-table td {
    padding: .5em;
	font-family:"微軟正黑體";
}
}

.responsive-table caption {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 704px) {
.responsive-table caption {
    font-size: 1.5em;
}
}

.responsive-table tfoot {
	font-size: .8em;
	font-style: italic;
}

@media (min-width: 992px) {
.responsive-table tfoot {
    font-size: .9em;
}
}

@media (min-width: 704px) {
.responsive-table tbody {
    display: table-row-group;
}
}

.responsive-table tbody tr {
	margin-bottom: 1em;
}

@media (min-width: 704px) {
.responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
}
}

.responsive-table tbody tr:last-of-type {
	margin-bottom: 0;
  
}

@media (min-width: 704px) {
.responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
}
}

.responsive-table tbody th[scope="row"] {
	background-color: #dd7901;
	color: white;
}

@media (min-width: 704px) {
.responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
}
}

.responsive-table tbody td {
	text-align: center;
}

@media (min-width: 480px) {
.responsive-table tbody td {
    /*border-bottom: 1px solid #dd7901;*/
}
}

@media (min-width: 704px) {
.responsive-table tbody td {
    text-align: center;
	background:#f0f1f3;
	border-bottom:1px dotted #ccc;
}
}

.responsive-table tbody td[data-type=currency] {
	text-align: center;
}

.responsive-table tbody td[data-title]:before {
	content: attr(data-title);
	float: left;
	color: rgba(94, 93, 82, 0.85);
	font-weight:bold;
}

@media (min-width: 480px) {
.responsive-table tbody td[data-title]:before {
    font-size: 1.1em;
	font-weight:bold;
}
}

@media (min-width: 704px) {
.responsive-table tbody td[data-title]:before {
    content: none;
}
}

@media (max-width:710px){
.responsive-table tr{
	border-bottom:3px solid #a9a9a9;
	background:#e4e4e4;
}
}



/*************************************/
/*              inquiry              */
/*************************************/

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#598808;

	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
}

.conBtn{
	text-align:center;
	margin:30px auto;
}

.btn_con{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#275475+0,05395e+100 */
	background: rgb(39,84,117); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(39,84,117,1) 0%, rgba(5,57,94,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(39,84,117,1) 0%,rgba(5,57,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(39,84,117,1) 0%,rgba(5,57,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275475', endColorstr='#05395e',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	margin:0.5rem;
	width:150px;
	text-align:center;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	color:#fff;	
	font-size:1.3rem;
	font-family:"微軟正黑體";
	height:28px;
}

.btn_con:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#237cb8+0,0067ac+100 */
	background: rgb(35,124,184); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(35,124,184,1) 0%, rgba(0,103,172,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(35,124,184,1) 0%,rgba(0,103,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(35,124,184,1) 0%,rgba(0,103,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#237cb8', endColorstr='#0067ac',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
	opacity:0.7;
}

input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #3f3f3f;
	font-size:1.7rem;
	font-weight:800;
}


@media (max-width:768px) {
.sub-content{
	width:100%;
}

.getCode img{
	margin-left:-15px;
	margin-right:-15px;
}
}

@media (max-width:500px){
.btn_con{
	width:100%;
	display:block;
	margin:10px 0;
}

.proInquiry{
	width:100%;
}
}

/*************************************/
/*              sitenews             */
/*************************************/

.news{
	margin-top:20px;
}

.news table.table tbody tr th{
	background:#d2eaf1;
	border-bottom:2px solid #4bacc6;
}

.news .table > thead > tr > th, 
.news .table > tbody > tr > th, 
.news .table > tfoot > tr > th, 
.news .table > thead > tr > td, 
.news .table > tbody > tr > td, 
.table > tfoot > tr > td{
	border:1px solid #fff;
}

.news .table tr td a{
	color:#000;
}

.news .table tr td a:hover{
	color:#307ba2;
}

.mews-detail{
	width:95%;
	margin-left:2.5%;
	background:url(../tw_img/other/news_line.jpg) bottom center no-repeat;
	padding-bottom:30px;
}

.mews-detail h3{
	font-size:20px;
	color:#ff7628;
	font-weight:bolder;
}

.news-back {
	text-align:right;
	margin-top:20px;
	margin-bottom:20px;
}

/*************************************/
/*             contacts              */
/*************************************/

.contact-bg{
	background:url(../tw_img/other/contact_bg.jpg) center top 82px no-repeat;
	background-size:cover;
}




.contactCode{
	margin-bottom:15px;
}

.getCode img{
	padding-top:11px;
	text-align:left;
	margin-top:0;
}


.btn_bu:hover{
	box-shadow:3px 3px 5px rgba(0,0,0,0.5);
	color:#000;
}

.form-group a:hover{
	text-decoration:none;
}

.contact-info ul.contact{
	display:block;
	text-align:left;
	margin-top:5px;
}

.contact-info ul.contact li{
	display:block;
	text-align:left;
	line-height:15px;
	margin-bottom:5px;
}

.contact-txt{
	font-weight:bold;
	color:#1d3d7b;
}

.googlemap{
	margin-bottom:20px;
	margin-right:5px;
	border:1px solid #fff !important;
	box-shadow:2px 2px 5px rgba(0,0,0,0.5);
}


@media (max-width:768px) {

.contact-bg{
	background:url(../tw_img/other/contact_bg.jpg) left top 82px no-repeat;
	background-size:cover;
}

.getCode img{
	margin-left:-15px;
	margin-right:-15px;
}

.contact-txt, ul.contact{
	display:none !important;
}
}

.contacts-info{
	font-size:1.5rem;
	color:#000;	
	line-height:2.5rem;	
}