@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*=========normal-css=======*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Tahoma', Arial, sans-serif; }

a, p, button, input, textarea, select {
  font-family: 'Tahoma', Arial, sans-serif; }

ul {
  padding: 0;
  margin: 0;
  -webkit-padding-start: 0px; }

li {
  list-style: none; }

button {
  -webkit-transition-property: background-color, box-shadow, border, color, opacity;
  transition-property: background-color, box-shadow, border, color, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

a {
  text-decoration: none;
  -webkit-transition-property: background-color, box-shadow, border, color, opacity;
  transition-property: background-color, box-shadow, border, color, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  text-transform: none; }
  a:hover {
    color: #3971e1; }

input, button {
  cursor: pointer; }

input:focus, button:focus {
  outline: none; }

select {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #7bbd42;
  height: 30px; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  width: 100%;
  padding: 3%;
  border-width: 1px;
  border-style: solid;
  border-color: #a9a9a9;
  color: #494949; }

input[type="text"], input[type="tel"], input[type="email"] {
  height: 30px; }

textarea {
  height: 150px; }

input[type="submit"] {
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 3px;
  width: 50px;
  height: 30px;
  border: none;
  background: #ffce33;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ffce33, #FFB300);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffce33, #FFB300);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffce33, #FFB300);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffce33, #FFB300);
  /* Standard syntax */ }

.in-wrap {
  width: 81.6%;
  margin: 0 auto; }

.clear {
  clear: both; }

.space {
  height: 20px;
  clear: both; }

.space2 {
  height: 40px;
  clear: both; }

.line {
  height: 3px;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #bababa;
  margin: 20px 0; }

h1 {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase; }

.h1-title {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #1e1e1e; }

.h2-title {
  margin: 0 auto;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase; }
  .h2-title span {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase; }
    .h2-title span:hover {
      color: #f0fe04; }
  .h2-title a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase; }
    .h2-title a:hover {
      color: #f0fe04; }

h3 {
  font-size: 20px;
  color: #db241d;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0; }

h3.red-title {
  margin: 0 0 10px;
  font-size: 20px;
  color: #db241d;
  font-weight: 400;
  text-transform: none; }
  h3.red-title a {
    font-size: 20px;
    color: #db241d;
    font-weight: 400;
    text-transform: none; }

h4 {
  margin: 10px 0;
  line-height: 20px; }
  h4 a {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-transform: none; }
  h4 span {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-transform: none; }

a:hover {
  color: #f0fe04; }

p {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  text-transform: none;
  line-height: 27px; }

.center {
  text-align: center; }

.out-width, header, #top-head, #main-content, .sound-equip .out-loop, .t-sound-equip, .t-sound-equip .out-loop, .out-project .item, footer {
  width: 100%;
  display: table; }

.out-img, .sound-equip .out-loop .item, .t-sound-equip .out-loop .item {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 5px;
  padding: 5px; }

.thumb a img {
  max-width: 100%;
  width: auto;
  height: auto; }

.full-thumb a img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.notice {
  font-size: 17px;
  color: #ec1f27;
  font-weight: 500;
  text-transform: none;
  text-align: center; }

/*========css content=========*/
.alignnone {
  margin: 5px auto 5px auto; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 0 0 0; }

a img.alignleft {
  float: left;
  margin: 5px 0 0 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  width: 100% !important;
  padding: 10px 0;
  text-align: center;
  color: #000000;
  font-size: 16px; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  /*border: 1px solid #ccc;*/
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 3px;
  width: auto; }

.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0;
  font-style: italic; }

.more-link {
  font-size: 15px;
  font-style: italic;
  color: #db241d; }

/*========popup css=========*/
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/*=======css pagination========*/
ul.page-numbers {
  list-style: none;
  margin: 1em auto;
  padding: 0;
  text-align: center;
  color: #555555;
  text-transform: uppercase;
  font-size: 90%; }

ul.page-numbers li {
  display: inline; }

ul.page-numbers a.page-numbers {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #676767;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(#f9f9f9, #eaeaea);
  background-image: -moz-linear-gradient(#f9f9f9, #eaeaea);
  background-image: -o-linear-gradient(#f9f9f9, #eaeaea);
  background-image: linear-gradient(#f9f9f9, #eaeaea);
  margin: 2px;
  padding: 5px 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  text-decoration: none !important;
  color: #555555 !important;
  font-size: smaller !important;
  text-shadow: white 0 1px 0; }

ul.page-numbers a.page-numbers:first-child, ul.page-numbers a.page-numbers.first {
  margin-left: 0; }

ul.page-numbers a.page-numbers:last-child, ul.page-numbers a.page-numbers.last {
  margin-right: 0; }

ul.page-numbers a.page-numbers:hover, ul.page-numbers a.page-numbers:focus {
  color: #333333;
  border-color: #fff;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(#fefefe, #fafafa);
  background-image: -moz-linear-gradient(#fefefe, #fafafa);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(#fefefe, #fafafa); }

ul.page-numbers a.page-numbers.more {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  background: transparent !important;
  margin-left: 0;
  margin-right: 0; }

ul.page-numbers a.page-numbers.active {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  border-color: #505050 !important;
  color: #f2f2f2 !important;
  text-shadow: black 0 1px 0;
  background-color: #676767;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f5f5f), color-stop(100%, #5c5c5c));
  background-image: -webkit-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: -moz-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: -o-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: linear-gradient(#5f5f5f, #5c5c5c); }

ul.page-numbers .dots {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  background: transparent !important;
  color: #999999 !important;
  margin-left: 0.25em;
  margin-right: 0.25em; }

ul.page-numbers .current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  background-color: #676767;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f5f5f), color-stop(100%, #5c5c5c));
  background-image: -webkit-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: -moz-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: -o-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: linear-gradient(#5f5f5f, #5c5c5c);
  margin: 2px;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none !important;
  font-size: smaller !important;
  border-color: #505050 !important;
  color: #f2f2f2 !important;
  text-shadow: black 0 1px 0; }

/*==========css-table========*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-color: #bababa; }
  table tr {
    border-width: 1px;
    border-style: solid;
    border-color: #bababa; }
  table td {
    border-width: 1px;
    border-style: solid;
    border-color: #bababa;
    padding: 2%;
    width: 50%; }

#out-container {
  width: 100%;
  display: table; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

/*==========header========*/
header {
  background: #000000;
  padding: 10px 0 0; }

#top-head {
  margin-bottom: 5px; }

.logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 63.32184%; }
  .logo:last-child {
    margin-right: 0; }

.social-search {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 34.32051%;
  margin-top: 35px; }
  .social-search:last-child {
    margin-right: 0; }
  .social-search .form-search {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-top: 6px;
    text-align: right; }
    .social-search .form-search:last-child {
      margin-right: 0; }
    .social-search .form-search form {
      border-radius: 5px;
      border-width: 1px;
      border-style: solid;
      border-color: #6c6c6c;
      line-height: 30px; }
      .social-search .form-search form input {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        border: none;
        background: none; }
        .social-search .form-search form input:last-child {
          margin-right: 0; }
      .social-search .form-search form button {
        border: none;
        background: none;
        font-size: 20px;
        color: #6c6c6c;
        font-weight: 400;
        text-transform: none; }
  .social-search .theanh-social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .social-search .theanh-social:last-child {
      margin-right: 0; }
    .social-search .theanh-social ul li {
      display: inline-block; }

/*========main-menu===========*/
/*
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
/* ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô
Body - not related to megamenu
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
body {
  font-family: 'Source Sans Pro', sans-serif; }

* {
  box-sizing: border-box; }

a {
  color: #333; }

.description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%); }

/* ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô
megamenu.js STYLE STARTS HERE
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
/* ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô
Screen style's
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
.menu-container {
  width: 100%;
  margin: 0 auto;
  background: url("../images/bg-menu.png") repeat-x; }

.menu-mobile {
  display: none;
  padding: 20px; }
  .menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-25%); }

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  background: #fff;
  color: #333; }

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .menu > ul:before, .menu > ul:after {
    content: "";
    display: table; }
  .menu > ul:after {
    clear: both; }
  .menu > ul > li {
    float: left;
    padding: 0;
    margin: 0 2.8%; }
    .menu > ul > li > a {
      text-decoration: none;
      padding: 0.94em 1em;
      display: block;
      font-size: 15px;
      color: #ffffff;
      font-weight: 400;
      text-transform: uppercase; }
    .menu > ul > li:hover {
      background: #000000;
      background: -webkit-linear-gradient(#000000, #262626);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#000000, #262626);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#000000, #262626);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(#000000, #262626);
      /* Standard syntax */
      -webkit-transition-property: background-color, box-shadow, border, color, opacity;
      transition-property: background-color, box-shadow, border, color, opacity;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    .menu > ul > li > ul {
      display: none;
      width: 100%;
      background: #f0f0f0;
      padding: 20px;
      position: absolute;
      z-index: 99;
      left: 0;
      margin: 0;
      list-style: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .menu > ul > li > ul:before, .menu > ul > li > ul:after {
        content: "";
        display: table; }
      .menu > ul > li > ul:after {
        clear: both; }
      .menu > ul > li > ul > li {
        margin: 0;
        padding-bottom: 0;
        list-style: none;
        width: 25%;
        background: none;
        float: left; }
        .menu > ul > li > ul > li a {
          color: #777;
          padding: .2em 0;
          width: 100%;
          display: block;
          border-bottom: 1px solid #ccc; }
        .menu > ul > li > ul > li > ul {
          display: block;
          padding: 0;
          margin: 10px 0 0;
          list-style: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
            content: "";
            display: table; }
          .menu > ul > li > ul > li > ul:after {
            clear: both; }
          .menu > ul > li > ul > li > ul > li {
            float: left;
            width: 100%;
            padding: 10px 0;
            margin: 0;
            font-size: .8em; }
            .menu > ul > li > ul > li > ul > li a {
              border: 0; }
      .menu > ul > li > ul.normal-sub {
        width: 700px;
        left: auto;
        padding: 10px 20px 30px 20px;
        background: #000000;
        border-width: 1px;
        border-style: solid;
        border-color: #777777; }
        .menu > ul > li > ul.normal-sub > li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          border-width: 1px;
          border-style: solid;
          border-color: #777777;
          text-align: center; }
          .menu > ul > li > ul.normal-sub > li:last-child {
            margin-right: 0; }
          .menu > ul > li > ul.normal-sub > li:nth-child(3n) {
            margin-right: 0; }
          .menu > ul > li > ul.normal-sub > li:nth-child(3n+1) {
            clear: left; }
          .menu > ul > li > ul.normal-sub > li a {
            border: 0;
            padding: 1em 0;
            font-size: 14px;
            color: #cccccc;
            font-weight: 600;
            text-transform: uppercase; }
            .menu > ul > li > ul.normal-sub > li a img {
              padding-bottom: 35px !important; }

.current-menu-item a {
  background: #000000;
  background: -webkit-linear-gradient(#000000, #262626);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#000000, #262626);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#000000, #262626);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#000000, #262626);
  /* Standard syntax */
  -webkit-transition-property: background-color, box-shadow, border, color, opacity;
  transition-property: background-color, box-shadow, border, color, opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .current-menu-item a span {
    color: yellow; }

.active-menu {
  color: yellow !important; }

#slider {
  background: #000000; }

/*========main-content========*/
#main-content {
  background: #ffffff;
  margin: 10px 0 20px; }

.sound-equip .title {
  padding-left: 10px;
  height: 41px;
  line-height: 41px;
  background: url("../images/bg-line.png") repeat-x; }
.sound-equip .out-loop {
  margin-top: 20px; }
  .sound-equip .out-loop .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 25px; }
    .sound-equip .out-loop .item:last-child {
      margin-right: 0; }
    .sound-equip .out-loop .item:nth-child(4n) {
      margin-right: 0; }
    .sound-equip .out-loop .item:nth-child(4n+1) {
      clear: left; }
    .sound-equip .out-loop .item h4 a:hover {
      color: #f00; }

/*==========child-cat=========*/
.content {
  float: right;
  display: block;
  margin-left: 2.35765%;
  width: 74.41059%; }
  .content:last-child {
    margin-left: 0; }

.t-sound-equip {
  margin-top: 20px; }
  .t-sound-equip .out-loop .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 25px; }
    .t-sound-equip .out-loop .item:last-child {
      margin-right: 0; }
    .t-sound-equip .out-loop .item:nth-child(3n) {
      margin-right: 0; }
    .t-sound-equip .out-loop .item:nth-child(3n+1) {
      clear: left; }
    .t-sound-equip .out-loop .item h4 a:hover {
      color: #f00; }

#sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-top: 20px;
  margin-right: 0; }
  #sidebar:last-child {
    margin-right: 0; }
  #sidebar ul li {
    line-height: 33px;
    background: #000000;
    margin-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px; }
    #sidebar ul li a {
      font-size: 15px;
      color: #ffffff;
      font-weight: 400;
      text-transform: uppercase; }
      #sidebar ul li a:hover {
        color: yellow; }
  #sidebar ul .child {
    background: #4b4b4b !important;
    padding-left: 30px; }
    #sidebar ul .child a {
      font-size: 14px;
      color: #ffffff;
      font-weight: 400;
      text-transform: none; }

/*==========cat-project========*/
.out-project .item .thumb {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .out-project .item .thumb:last-child {
    margin-right: 0; }
.out-project .item .sum-project {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .out-project .item .sum-project:last-child {
    margin-right: 0; }

/*======page========*/
.credit-tbl {
  width: 70%;
  margin: 0 auto; }
  .credit-tbl table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    border-color: #bababa; }
    .credit-tbl table tr {
      border-width: 1px;
      border-style: solid;
      border-color: #bababa; }
    .credit-tbl table td {
      border-width: 1px;
      border-style: solid;
      border-color: #bababa;
      padding: 2%; }
    .credit-tbl table td:first-child {
      width: 30%;
      border-width: 1px;
      border-style: solid;
      border-color: #bababa;
      text-align: center; }
    .credit-tbl table .logo-bank {
      width: auto;
      height: 92px; }

.detail-content .page-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .detail-content .page-item:last-child {
    margin-right: 0; }
  .detail-content .page-item:nth-child(2n) {
    margin-right: 0; }
  .detail-content .page-item:nth-child(2n+1) {
    clear: left; }

.screen-reader-response {
  display: none; }

.wpcf7-mail-sent-ok, .wpcf7-validation-errors {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  text-transform: none;
  border-width: 2px;
  border-style: solid;
  border-color: green;
  border-radius: 3px;
  padding: 10px; }

.wpcf7-not-valid-tip {
  font-size: 15px;
  color: #f00;
  font-weight: 400;
  text-transform: none; }

.wpcf7-validation-errors {
  border-width: 2px;
  border-style: solid;
  border-color: #f00; }

/*========breadcrumb========*/
#crumbs {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #1e1e1e;
  margin-bottom: 20px; }
  #crumbs span {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Tahoma, 'sans-serif'; }
    #crumbs span a {
      font-size: 17px;
      color: #000000;
      font-weight: 400;
      text-transform: uppercase;
      font-family: Tahoma, 'sans-serif'; }

/*===========footer=========*/
footer {
  padding: 20px 0 15px;
  background: url("../images/bg-foot.png") repeat;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  font-family: Tahoma, 'sans-serif'; }
  footer .left-foot, footer .right-foot {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    footer .left-foot:last-child, footer .right-foot:last-child {
      margin-right: 0; }
    footer .left-foot ul li, footer .right-foot ul li {
      line-height: 27px; }
      footer .left-foot ul li a, footer .right-foot ul li a {
        font-size: 15px;
        color: #ffffff;
        font-weight: 400;
        text-transform: none; }
  footer .right-foot {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    text-align: right; }
    footer .right-foot:last-child {
      margin-right: 0; }

/*=======css search form========*/
.webdesigntuts-workshop {
  height: 100%;
  max-width: 400px;
  text-align: center;
  width: 100%;
  margin: 0 auto; }

.webdesigntuts-workshop:before,
.webdesigntuts-workshop:after {
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -400px;
  position: absolute;
  width: 800px; }

.webdesigntuts-workshop form {
  background: #111;
  background: linear-gradient(#1b1b1b, #111);
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #272727;
  display: inline-block;
  font-size: 0px;
  padding: 20px;
  position: relative;
  z-index: 1; }

.webdesigntuts-workshop input {
  background: #222;
  background: linear-gradient(#333, #222);
  border: 1px solid #444;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 2px 0 #000;
  color: #888;
  display: block;
  float: left;
  font-family: 'Cabin', helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  text-shadow: 0 -1px 0 #000;
  width: 200px; }

.ie .webdesigntuts-workshop input {
  line-height: 40px; }

.webdesigntuts-workshop input::-webkit-input-placeholder {
  color: #888; }

.webdesigntuts-workshop input:-moz-placeholder {
  color: #888; }

.webdesigntuts-workshop input:focus {
  animation: glow 800ms ease-out infinite alternate;
  background: #222922;
  background: linear-gradient(#333933, #222922);
  border-color: #393;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  color: #efe;
  outline: none; }

.webdesigntuts-workshop input:focus::-webkit-input-placeholder {
  color: #efe; }

.webdesigntuts-workshop input:focus:-moz-placeholder {
  color: #efe; }

.webdesigntuts-workshop button {
  background: #222;
  background: linear-gradient(#333, #222);
  box-sizing: content-box;
  border: 1px solid #444;
  border-left-color: #000;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 2px 0 #000;
  color: #fff;
  display: block;
  float: left;
  font-family: 'Cabin', helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: 0 -1px 0 #000;
  width: 80px; }

.webdesigntuts-workshop button:hover,
.webdesigntuts-workshop button:focus {
  background: #292929;
  background: linear-gradient(#393939, #292929);
  color: #5f5;
  outline: none; }

.webdesigntuts-workshop button:active {
  background: #292929;
  background: linear-gradient(#393939, #292929);
  box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
  top: 1px; }

@keyframes glow {
  0% {
    border-color: #393;
    box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000; }
  100% {
    border-color: #6f6;
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.6), inset 0 0 10px rgba(0, 255, 0, 0.4), 0 2px 0 #000; } }

/*# sourceMappingURL=style.css.map */
