/*conditions*/
.template .conditions_h2 {
	padding-top: 15px;
}
.conditions_menu {
	width: 800px;
  	height: 42px;
	margin-bottom: 20px;
  	border-radius: 5px;
  	line-height: 42px;
	color:#898989;
}
.handbooks_menu {
	width: 800px;
	height: 42px;
	margin-bottom: 20px;
	border-radius: 5px;
	line-height: 42px;
	color:#898989;
}
.conditions_menu:hover {
  	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.handbooks_menu:hover {
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.conditions_menu span {
	display: inline-block;
	width: 95px;
	padding: 0;
	margin: 0 5px 0 7px;
	font-size: 20px;
	font-weight: bold;
  	text-transform: uppercase;
}
.conditions_menu>b {
  	width: 20px;
	height: 20px;
	margin: 11px 438px 0 0;
	background: url('/images/design/more_bt.png') no-repeat;
	background-size: cover;
	background-position: -20px;
	float: right;
}
.handbooks_menu>b {
	width: 20px;
	height: 20px;
	margin: -40px 438px 0 0;
	background: url('/images/design/more_bt.png') no-repeat;
	background-size: cover;
	background-position: 0px;
	float: right;
}
.conditions_menu p, .handbooks_menu p {
  display: inline-block;
  margin-left: 7px;
}
.handbooks_menu a {
	display: block;
	width: 372px;
	height: 42px;
	text-decoration: none;
	color: inherit;
}
.no_img {
  	width: 372px;
  	background: #EDECE8;
}
.no_img>b {
  	margin-right: 10px;
}
.conditions_content {
  display: none;
	width: 95%;
	margin: 0 auto 20px;
}
.conditions_item {
  	padding: 10px;
	margin: 0 auto 5px;
  	border: 1px solid #999;
  	border-radius: 10px;
	color: #999;
}
.conditions_item h2{
  padding: 0;
  margin-bottom: 10px;
  font-size: 24px;
  color: #999;
  text-transform: uppercase;
}
.conditions_item ul {
  margin-left: 40px;
  list-style: circle;
}
.request {
  background: #e6e6e6;
  padding: 5px;
  line-height: 150%;
}
.request span {
  color:#F60;
  font-weight:bold;
}
.handbooks_items {
  margin-left: 30px;
}
.handbooks_items p {
  padding: 0;
  margin-left: 10px;
  color: #898989;
}
.handbooks_item {
  width: 342px;
}
.EXW {
	background: url('/images/incoterms/EXW.png') no-repeat right #DFDDD6;
}
.FCA {
	background: url('/images/incoterms/FCA.png') no-repeat right #DFDDD6;
}
.DDP {
	background: url('/images/incoterms/DDP-DDU.png') no-repeat right #DFDDD6;
}
.DAF {
	background: url('/images/incoterms/DEQ-DAF.png') no-repeat right #DFDDD6;
}

/*catalogs, standards*/

.catalogs {
	min-width: 320px;
	color: #377293;
}
.catalogs .fa {
	display: block;
	font-size: 34px;
	color: #377293;
}
.catalogs .fa-chevron-left {
	display: none;
	float: left;
	margin: 12px 0  0 0;
}
.catalogs .fa-chevron-right {
	float: right;
	margin: 12px 0 0 0;
}
.cat-tabs-wrapper {
	overflow: hidden;
	width: 92%;
	margin: auto;
}
.cat-tabs {
	width: 25000px;
	height: 57px;
	border-bottom: 1px solid lightgrey;
}
.cat-tabs>li {
	display: inline-block;
	width: 110px;
	height: 36px;
	padding: 10px 10px;
	margin: 0 2px;
	border: 1px solid lightgrey;
	border-radius: 3px 3px 0 0;
	text-align: center;
	font-weight: bold;
	background: linear-gradient(lightgrey, #f1f1f1);
	position: relative;
	float: left;
}
.cat-tabs>li:hover {
	color: #888;
	cursor: pointer;
}
.cat-tabs .current {
	border-top: 1px solid black;
	border-bottom: 1px solid #fff;
	color: #555;
	background: #fff;
}
.content-cat {
	display: none;
	width: 100%;
}
.content-cat.visible {
	display: block;
}
.cat_name_bold {
	font-weight: bold;
}
.cat_size {
	text-align: center;
}
.content-cat>input {
	display: none;
	position: absolute;
}
.content-cat>label {
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
	color: #377293;
}
.content-cat>section {
	display: none;
	background: #fff;
}
.content-cat>section>div, .content-cat>section>a {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.content-cat>label:hover {
	background: #eee;
	cursor: pointer;
}
.content-cat>input:checked+label {
	font-weight: bold;
}
#cat-cu:checked~#content-cat-cu, #cat-ni:checked~#content-cat-ni, #cat-al:checked~#content-cat-al, #cat-pb:checked~#content-cat-pb,
#cat-zn:checked~#content-cat-zn, #cat-sn:checked~#content-cat-sn, #cat-bronze:checked~#content-cat-bronze, #cat-brass:checked~#content-cat-brass, #cat-solders:checked~#content-cat-solders, #cat-babbitt:checked~#content-cat-babbitt, #cat-prec:checked~#content-cat-prec, #cat-metalls:checked~#content-cat-metalls, #cat-cd-w:checked~#content-cat-cd-w, #cat-mg:checked~#content-cat-mg, #cat-mn:checked~#content-cat-mn {
	display: block;
}
#cat-mo:checked~#content-cat-mo, #cat-nb:checked~#content-cat-nb, #cat-ta:checked~#content-cat-ta, #cat-ti:checked~#content-cat-ti, #cat-cr:checked~#content-cat-cr, #cat-PM:checked~#content-cat-PM, #cat-au:checked~#content-cat-au, #cat-pd:checked~#content-cat-pd, #cat-ag:checked~#content-cat-ag, #cat-other:checked~#content-cat-other {
	display: block;
}
#cat-ww:checked~#content-cat-ww, #cat-powder:checked~#content-cat-powder, #cat-fluxes:checked~#content-cat-fluxes, #cat-oxides:checked~#content-cat-oxides, #cat-ferro:checked~#content-cat-ferro, #cat-raw:checked~#content-cat-raw {
	display: block;
}

.content-cat table span[title] {
	display: inline;
	padding: 0;
	color: #999999;
}
.catalogs table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
	color: black;
}
.catalogs th {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid lightgrey;
}
.catalogs td {
	padding: 5px;
	border: 1px solid lightgrey;
	vertical-align: middle;
}
.catalogs tbody tr:nth-child(odd) {
  background: #f0f0f0;
}
.content-cat table tr:hover {
	cursor: pointer;
	color: #377293;
	background: lightblue;
}
.content-cat table tr[title]:hover {
	cursor: default;
	color: black;
	background: #fff;
}
@media screen and (max-width:826px){
	.conditions_h2 {
		text-align: center;
	}
	.conditions_menu {
		width: 372px;
		height: 70px;
		margin: 0 auto 20px;
		background-size: 372px;
		background-position: center 34px;
	}
	.conditions_menu>b {
		margin-right: 10px;
	}
	.no_img {
		height: 42px;
	}
}
@media screen and (max-width:720px){
	.cat-tabs-wrapper {
		width: 88%;
	}
}
@media screen and (max-width:640px){
	.cat-tabs-wrapper {
		width: 86%;
	}
}
@media screen and (max-width:360px){
	.cat-tabs-wrapper {
		width: 85%;
	}
	.content-cat>section {
		font-size: 0.9em;
	}
}
@media screen and (max-width:320px){
	.cat-tabs-wrapper {
		width: 84%;
	}
	.content-cat>section {
		font-size: 0.9em;
	}
}
.ui-datepicker select.ui-datepicker-month {
	width: 50%;
}
.scroll_down {
	display: none;
	position: fixed;
	width: 100%;
	height: 45px;
	bottom: -5px;
	background: #3a7799;
	/*color: red;*/
	text-align: center;
	z-index: 100;
	opacity: 0.9;
}
.scroll_down a {
	position: absolute;
	width: 100px;
	height: 100px;
	padding-top: 50px;
  top: -35px;
	left: 50%;
	border-radius: 50px;
  background: #3a7799;
	color: white;
	text-decoration: none;
}
.scroll_down span {
	position: absolute;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	top: 0;
	left: 50%;
	border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	animation: scroll_down 2s infinite;
  box-sizing: border-box;
}
@keyframes scroll_down {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

/*Form dispatch*/

.dispatchForm {
	width: 400px;
	height: 320px;
}
.dispatchForm .form input {
	margin: 40px auto;
}
.dispatchForm .formTitle {
	padding-top: 40px;
}

/*.dispatchForm .g-recaptcha {
	margin: 0 0 0 50px;
}*/

/*Form dispatch-2*/

.dispatch .formTitle {
	position: absolute;
	top: -52px;
	font-size: 30px;
}

/* incoterms */


.incoterms ul {

}
.incoterms li {
	margin-bottom:10px;
	list-style: none;
}
.incoterms .term {
	width: 622px;
}
.incoterms .term:hover {
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.term_name {
	display: flex;
	justify-content: start;
	width: 184px;
	height: 42px;
	/*padding-left: 5px;*/
	/*background: url('/images/design/more_button_bottom.png') no-repeat #377293 338px/20px;*/
	background-color: #377293;
	color:#FFFFFF;
	float:left;
	overflow: hidden;
}
.term_name>span {

	/*display: inline-block;*/
	/*line-height:42px;*/
	/*vertical-align: top;*/
}
.inc_short_name{
	margin-left: 5px;
	line-height: 42px;
	font-weight:bold;
	font-size: 20px;
	text-transform: uppercase;
}
.inc_full_name{
	margin-left:10px;
	align-self: center;
	font-size: 11px;
}
.incoterms img{
	width: 428px;
	height: 42px;
	margin-left:10px;
	vertical-align: middle;
}
.incoterms .term_content {
	width: 99%;
	height: 99%;
	margin: 10px 0 10px 0;
	background: inherit;
	color: inherit;
	font-size: 0.9em;
}
.exw, .fca, .fas, .fob, .cfr, .cif, .cpt, .cip, .daf, .des, .deq, .ddu, .ddp, .dat, .dap {
	display: none;
}
.incoterms .more {
	margin-bottom: 10px;
	background: none;
	float: none;
}
.term_content>a>b {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: middle;
	background: url(/images/design/more_bt.png) no-repeat;
	background-size: cover;
	background-position: -16px;
}
.term_content .term_more {
	display: none;
}
.incoterms table{
	width: 99%;
	border: 1px solid;
	border-spacing: 0;
	padding: 0;
	/*display: none;*/
}
.incoterms th, .incoterms td {
	padding-left: 5px;
	border: 1px solid;
}
.incoterms th {
	width: 50%;
	text-align:center;
	text-transform: uppercase;
}
.incoterms .pdf_icon {
	width: 16px;
	height: 16px;
}