/* Front page */

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-weight: 300;
  font-family: 'Roboto', sans-serif !important;
}

body {
  max-width: 1900px;
  min-width: 1000px;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
}

/* HEADER */
header {
  height: 200px;
  width: 100%;
}

.logo {
  height: 124px;
  margin: 0px;
  padding-top: 18px;
  margin-left: 175px;
  display: inline-block;
}

.logo h1 {
  margin: 0px;
  left: 100px;
  position: relative;
  text-transform: none;
  top: 0px;
}

#text-logo h1 {
  position: absolute;
  margin-top: 0px;
  left: 285px;
  top: 100px;
}

#top-form {
  color: #FFF;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 50px;
}


#language-list dd ul li {
  width: 30px;
  height: 22px;
  margin-left: 7px;
}

#language-list dd ul li:nth-child(1) {
  background: url('../images/flags.png') -435px -295px no-repeat;
}
#language-list dd ul li:nth-child(2) {
  background: url('../images/flags.png') -471px -475px no-repeat;
}
#language-list dd ul li:nth-child(3) {
  background: url('../images/flags.png') -507px -475px no-repeat;
}
#language-list dd ul li:last-child {
  padding-bottom: 5px;
}

#login {
  margin-left: 50px;
}

#password {
  margin-right: 15px;
}

.inputs {
  padding-left: 7px;
  width: 100px;
  height: 28px;
  margin-left: 15px;
  outline: none;
}

.inputs:focus {
  border-color: #816C5B;
}

.inputs, .buttons {
  background: #f1f1f1;
  border: 1px solid #b1b1b1;
  color: #816c5b;
  font-family: "Roboto", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px;
  -moz-box-shadow: 2px 2px 3px;
  box-shadow: 2px 2px 3px;
}

.buttons {
  width: 75px;
  height: 32px;
  cursor: pointer;
  outline: none;
}

.buttons:hover {
  color: #5d4617;
}

.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd {
  position: relative;
}

.dropdown a, .dropdown a:visited {
  color: #816c5b;
  text-decoration: none;
  outline: none;
}

.dropdown dt a span:hover {
  color: #5d4617;
}

.dropdown dt a {
  background: #f1f1f1 url('../images/arrow.png') no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  border: 1px solid #B1B1B1;
  width: 150px;
  background-size: 20px, 20px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px;
  -moz-box-shadow: 2px 2px 3px;
  box-shadow: 2px 2px 3px;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 7px;
  border-right: 1px solid #B1B1B1;
}

.dropdown dd ul {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #B1B1B1;
  color: #C5C0B0;
  display: none;
  left: 0px;
  padding: 5px 0px 0px 0px;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 170px;
  list-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px;
  -moz-box-shadow: 2px 2px 3px;
  box-shadow: 2px 2px 3px;
}

.dropdown dd ul li a:hover {
  color: #5d4617;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li {
  padding-bottom: 10px;
  cursor: pointer;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
  padding-left: 35px;
}

#language-list {
  display: inline-block;
  margin-top: 0px;
}
/* END HEADER */

/* MENU */
#menu-left {
  float: left;
  width: 275px;
}

#menu-left ul li {
  color: #816C5B;
  list-style: none;
  border-bottom: 1px solid #B1B1B1;
  padding: 15px;
  cursor: pointer;
  background: #F1F1F1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.menu-active {
  background-color: #DCDBDA !important;
}

#menu-left ul li:hover {
  padding-left: 20px;
  color: #5d4617;
}
/* END MENU */

/* CONTENT */
.main-content {
  margin-left: 300px;
}

.contacts {
  display: inline-block;
  margin-left: 20px;
}

ul, p, .contacts h2 {
  margin-top: 0px;
}

.content {
  font-size: 0px;
  padding-top: 50px;
  width: 100%;
}

.content > * {
  vertical-align: top;
}

.articles {
  width: calc(90% / 3);
  font-size: 16px;
  padding: 0 15px;
  display: inline-block;
}

.articles img {
  -moz-ransition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 300px;
  height: 200px;
  /*max-width: 300px;
  max-height: 175px;*/
  -ms-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
  border: 1px solid #999;
  padding: 5px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0px auto;
}

.articles img:hover {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.articles .text {
  width: 295px;
  display: block;
  margin: 0px auto;
  padding-left: 60px;
  padding-top: 10px;
}

.articles .text h3 {
  text-align: right;
}

.articles .text p {
  display: inline-block;
  text-align: justify;
}

.articles .text ul {
  text-align: left;
  list-style-type: none;
  padding-left: 0px;
}

.articles .text ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}

.articles .text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #24A9E1;
  position: absolute;
  left: 0px;
  margin-top: 4px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* END CONTENT */

@media screen and (max-width: 1450px) {
  .articles img {
    max-width: 259px;
    max-height: 147px;
  }
  .articles .text {
    width: 250px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .articles {
    width: calc(87% / 3);
  }
  .articles img {
    max-width: 202px;
    max-height: 118px;
  }
  .articles .text {
    width: 200px;
    padding-left: 30px;
  }
}

#map {
  width: 500px;
  height: 355px;
  display: inline-block;
  margin-left: 30px;
}

.main-content > * {
  vertical-align: top;
}

/* For sign up */
#signupcontent { margin-left: 30px; }

#for_signup { display : none; }

.form { margin-bottom: 20px; margin-left: 15px; width: 200px; margin-top: 17px; }

#reg_button { margin-left : 100px; }

.validate_sign { color : red; }

.login_tosee_converted_files { margin-right : 50px; margin-bottom : 50px; margin-top: -50px; }

.for_border { border:#000 1px solid; padding: 30px; }

.biz_login { margin-left : 15px; }

#content { margin-top: 20px; }

.xml_list { margin-left : 150px; }

.xml_table { margin-left : 70px; margin-top: 10px;}

#form-login { float: right; }

#form-login-logout { float: right; }

.paginate_click {
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding: 0 8px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
ul.paginate li{list-style: outside none none;
    position: relative;
	float: left;}
.paginate_click.active {
    color: red;
	cursor:default;
	pointer-events: none;
}
.fa{color:#525252;margin-left:05px;}

.open_file_img{margin-left:20px;}
