/*:::::::::: headline ::::::::::*/
h2.headline {
  font-size: 1.25em;
  margin-bottom: 1.6em;
  padding: 1em;
  color: #FFF;
  background: #333;
}

h3.headline {
  font-size: 1.125em;
  margin-bottom: 0.75em;
}

.headline-attach {
  margin-bottom: 1.25em;
}

/*:::::::::: header ::::::::::*/
.header-main {
  background-color: #fff;
  padding: 1.5em 0 0.6875em;
  margin-bottom: 1.4em;
}

.header-main .logo {
  margin-right: 0.6em;
}

.header-main .logo img {
  max-width: 200px;
  width: 100%;
}

.header-main h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #666;
}

.nav li {
  width: 20%;
}
.nav li img {
  width: 100%;
}

.nav-sp-btn {
  float: right;
  display: none;
}

.nav-sp {
  width: 100%;
  display: none;
  background: #fff;
  border-top: 1px solid #ccc;
}

.nav-sp ul {
  display: none;
}

.nav-sp li {
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.nav-sp a {
  padding: 1.5em;
  display: block;
  text-decoration: none;
}

/*:::::::::: footer ::::::::::*/
#footer {
  padding: 1.5em;
  background: #333;
}

#footer p {
  color: #fff;
}

/*:::::::::: module ::::::::::*/
.block {
  margin-bottom: 3.125em;
}

.block-inner {
  padding-left: 1.875em;
}

.element-adjust {
  margin-bottom: 1.875em;
}

.element-adjust-small {
  margin-bottom: 0.9375em;
}

.element-adjust-horizontal {
  margin-left: 0.3125em;
  margin-right: 0.3125em;
}

.well {
  padding: 1.25em;
  border: solid 1px #d9d9d9;
  background: #f7f7f7;
  word-wrap: break-word;
}

.well.small {
  padding: 1em 1.25em;
}

.quote {
  -ms-word-break: break-all;
  word-break: break-all;
  padding: 1.25em;
  background: #f7f7f7;
  border-left: solid 4px #d9d9d9;
}

/*:::::::::: module - image ::::::::::*/
.full-width {
  width: 100%;
}

.align-left {
  float: left;
  margin: 0 10px 10px 0;
}

.align-right {
  float: right;
  margin: 0 0 10px 10px;
}

/*:::::::::: module - list ::::::::::*/
.list-style-disc {
  padding-left: 1.6em;
  list-style: disc;
}

.list-style-decimal {
  padding-left: 1.6em;
  list-style: decimal;
}

.dl-list dt, .dl-list dd {
  box-sizing: border-box;
  padding: 1em;
  border-bottom: solid 1px #d9d9d9;
  float: left;
}
.dl-list dt {
  width: 30%;
}
.dl-list dd {
  width: 70%;
}

.dl-list-table {
  border: solid 1px #d9d9d9;
  background: #f7f7f7;
}
.dl-list-table dt {
  border-right: solid 1px #d9d9d9;
}
.dl-list-table dd {
  background: #fff;
}
.dl-list-table dt:last-of-type, .dl-list-table dd:last-of-type {
  border-bottom: none;
}

.dl-column {
  border: 1px solid #d9d9d9;
}
.dl-column dl {
  border-right: 1px solid #d9d9d9;
  padding: 0;
}
.dl-column dl:last-child {
  border-right: none;
}
.dl-column dt, .dl-column dd {
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
}
.dl-column dt {
  background: #f7f7f7;
}
.dl-column dd:last-child {
  border-bottom: none;
}

/*:::::::::: module - acordion ::::::::::*/
.action-ac {
  border: solid 1px #d9d9d9;
  border-bottom: none;
  background: #f7f7f7;
}
.action-ac dt, .action-ac dd {
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
}
.action-ac dt {
  cursor: pointer;
}
.action-ac dd {
  background: #FFF;
  display: none;
}

/*:::::::::: module - tab ::::::::::*/
.action-tab ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.action-tab .tab-header {
  display: none;
}
.action-tab li {
  box-sizing: border-box;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  border: solid 1px #fff;
  border-bottom: none;
  float: left;
}
.action-tab li.active {
  border: solid 1px #d9d9d9;
  border-bottom: none;
  background: #f7f7f7;
}
.action-tab .resp-tabs-container .tab-content {
  padding: 1.25em;
  border: solid 1px #d9d9d9;
  display: none;
}
.action-tab .resp-tabs-container .tab-content.active {
  display: block;
}

/*:::::::::: module - lightbox ::::::::::*/
.action-lightbox img {
  max-width: 100%;
  cursor: pointer;
}

.overlay {
  text-align: center;
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.overlay img {
  display: inline-block;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 20px 0px #333;
  -moz-box-shadow: 0px 0px 20px 0px #333;
  box-shadow: 0px 0px 20px 0px #333;
}

#cursol {
  position: absolute;
  padding: 5px;
  color: #fff;
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px #333;
  -moz-box-shadow: 2px 2px 5px 0px #333;
  box-shadow: 2px 2px 5px 0px #333;
}

/*:::::::::: module - pagenation ::::::::::*/
.pagenation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagenation li {
  float: left;
}
.pagenation li.prev a {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #d9d9d9;
}
.pagenation li.next a {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.pagenation a {
  display: block;
  color: #518bab;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 0.7em 1em;
  text-decoration: none;
}
.pagenation li.active a, .pagenation a:hover {
  opacity: 1;
  color: #fff;
  background: #518bab;
}

/*:::::::::: module - btn ::::::::::*/
a.btn, .btn, button {
  /*box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  text-align: center;
  /*margin: 0 1.02%;*/
  background: #ccc;
  color: #fff;
  display: inline-block;
}

a.btn.small, .btn.small {
  padding: 0.71em 1.43em;
}
a.btn.medium, .btn.medium {
  padding: 0.71em 2.86em;
}
a.btn.large, .btn.large {
  padding: 1.43em 5.71em;
}
a.btn.red, .btn.red {
  background: red;
}
a.btn.black, .btn.black {
  background: #000;
}

a.btn.change:hover, .btn.change:hover {
  background: #5cb85c;
  opacity: 1;
}

/*:::::::::: module - label ::::::::::*/
.label-wrap .label {
  margin: 0.475% 1.02%;
}

.label {
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.36em 0.71em;
  color: #fff;
}

.label.label-unp {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.36em 0.71em;
}

.primary {
  background: #518bab;
}

.success {
  background: #5cb85c;
}

.info {
  background: #5bc0de;
}

.warning {
  background: #f0ad4e;
}

.danger {
  background: #d9534f;
}

.label.label-unp {
  border: 1px solid #ccc;
  background: #fff;
}
.label.label-unp.primary {
  border-color: #518bab;
  color: #518bab;
}
.label.label-unp.success {
  border-color: #5cb85c;
  color: #5cb85c;
}
.label.label-unp.info {
  border-color: #5bc0de;
  color: #5bc0de;
}
.label.label-unp.warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.label.label-unp.danger {
  border-color: #d9534f;
  color: #d9534f;
}

/*:::::::::: module - sidemenu ::::::::::*/
.sidemenu.fix {
  position: fixed;
  top: 50%;
  right: -190px;
  background: #FFF;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidemenu.fix span {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  width: 150px;
}

.sidemenu.fix:hover {
  right: 0px;
}

/*:::::::::: module - sprite ::::::::::*/
.icons-sprite, .icons-fb-35, .icons-fb-45, .icons-fb-55, .icons-gg-35, .icons-gg-45, .icons-gg-55, .icons-ln-35, .icons-ln-45, .icons-ln-55, .icons-pt-35, .icons-pt-45, .icons-pt-55, .icons-tw-35, .icons-tw-45, .icons-tw-55, .icons-tw2-35, .icons-tw2-45, .icons-tw2-55 {
  background-image: url('/images/icons-s5cecbc3cc6.png');
  background-repeat: no-repeat;
}

.icons-fb-35 {
  background-position: 0 0;
}

.icons-fb-45 {
  background-position: 0 -35px;
}

.icons-fb-55 {
  background-position: 0 -80px;
}

.icons-gg-35 {
  background-position: 0 -135px;
}

.icons-gg-45 {
  background-position: 0 -170px;
}

.icons-gg-55 {
  background-position: 0 -215px;
}

.icons-ln-35 {
  background-position: 0 -270px;
}

.icons-ln-45 {
  background-position: 0 -305px;
}

.icons-ln-55 {
  background-position: 0 -350px;
}

.icons-pt-35 {
  background-position: 0 -405px;
}

.icons-pt-45 {
  background-position: 0 -440px;
}

.icons-pt-55 {
  background-position: 0 -485px;
}

.icons-tw-35 {
  background-position: 0 -540px;
}

.icons-tw-45 {
  background-position: 0 -575px;
}

.icons-tw-55 {
  background-position: 0 -620px;
}

.icons-tw2-35 {
  background-position: 0 -675px;
}

.icons-tw2-45 {
  background-position: 0 -710px;
}

.icons-tw2-55 {
  background-position: 0 -755px;
}

.icons-fb-35, .icons-gg-35, .icons-ln-35, .icons-pt-35, .icons-tw-35, .icons-tw2-35,
.icons-fb-45, .icons-gg-45, .icons-ln-45, .icons-pt-45, .icons-tw-45, .icons-tw2-45,
.icons-fb-55, .icons-gg-55, .icons-ln-55, .icons-pt-55, .icons-tw-55, .icons-tw2-55 {
  display: inline-block;
}

.icons-fb-35, .icons-gg-35, .icons-ln-35, .icons-pt-35, .icons-tw-35, .icons-tw2-35 {
  height: 35px;
  width: 35px;
}

.icons-fb-45, .icons-gg-45, .icons-ln-45, .icons-pt-45, .icons-tw-45, .icons-tw2-45 {
  height: 45px;
  width: 45px;
}

.icons-fb-55, .icons-gg-55, .icons-ln-55, .icons-pt-55, .icons-tw-55, .icons-tw2-55 {
  height: 55px;
  width: 55px;
}

/*:::::::::: module - form ::::::::::*/
input[type="text"], input[type="search"], select, textarea {
  box-sizing: border-box;
  padding: 0.7em;
  width: 100%;
  width: 90% \9;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

textarea.not-viertical {
  resize: vertical;
}

textarea.not-horizontal {
  resize: horizontal;
}

input[disabled="disabled"] {
  cursor: no-drop;
}

input.error {
  -webkit-box-shadow: 0px 0px 3px #f00;
  box-shadow: 0px 0px 3px #f00;
  border: solid 1px #f00;
}

input.error:focus {
  border: solid 1px #ccc;
}

label.error {
  color: #f00;
}

button {
  cursor: pointer;
  border: none;
}

button.btn[disabled="disabled"] {
  cursor: no-drop;
  background: #f00;
}

button:hover {
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -ms-opacity: 0.75;
  -moz-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}

fieldset.horizontal .set {
  display: inline;
  margin-right: 1em;
}

fieldset.post input {
  width: 85px;
}

.post-btn {
  cursor: pointer;
}
