h1,h2,h3{
	margin-bottom: 18px;
}

h1, .ttl-1 {
	font-weight: normal;
	font-style: normal;
}

h2, .ttl-2 {
	font-weight: normal;
	font-style: normal;
}

h3, .ttl-3 {
	font-weight: normal;
	font-style: normal;
}

h4, .ttl-4,
h5, .ttl-5,
h6, .ttl-6 {
	font-weight: normal;
	font-style: normal;
}

span.bold{
	font-weight: bold;
}

span.italy{
	font-style: italic;
}

/* Clearfix */

.clearfix:after {
   visibility: hidden;
   display: block;
   content: "";
   clear: both;
   height: 0;
}

.content img.alignleft{
	float: left;
	margin-right: 15px;
}

.content img.alignright{
	float: right;
	margin-left: 15px;
}

/* fix copyright */

.footer .copyright img{
  float: right;
  margin-bottom: 8px;
}

.footer .copyright p + p{
  clear: both;
}

/* fancybox */
.fancybox-skin{
	/* background: url(images/bg/header.png) !important; */
}

textarea{
	overflow: auto;
}

/* form */
.wpcf7-form input{
	border: 1px solid gray;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
	width: 320px;
}

.wpcf7-form input:focus{
	border: 1px solid #000;
}

.wpcf7-form input[type=submit]{
	cursor: pointer;
	height: 30px;
	width: 89px;
}

.wpcf7-form textarea{
	border: 1px solid gray;
	background: #fff;
	padding: 5px;
	overflow: auto;
	box-sizing: border-box;
	width: 320px;
}

.wpcf7-form textarea:focus{
	border: 1px solid #000;
}

input[type=submit]{
	cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email]
{
	outline: none;
}
.lng-item {
    position: relative;
}
#lng_show {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 6px 8px;
    background: #ffffff;
    border: 1px solid #6cb5df;
    overflow: hidden;
}
/*#lng_show.open {
    display: block;
}*/
/*#lng_show > a {
    display: block;
}
#lng_show > a.current_language {
    font-weight: bold;
}
#lng_show > a > img {
    width: 14px !important;
    height: 14px !important;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    vertical-align: middle;
    padding-right: 4px;
}*/
#lng_show > ul {
    display: block;
    padding: 0;
    margin: 0;
}
#lng_show > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}
#lng_show > ul > li > a {
    display: block;
    padding: 0 0 0 30px;
    background-position: left 50%;
}
#lng_show > ul > li.active > a {
    font-weight: bold;
}