img,
html,
body,
header,
footer,
div {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::selection {
  background: #2b6ca3;
  color: #fff;
}
::-moz-selection {
  background: #2b6ca3;
  color: #fff;
}
a:active,
a:focus {
  outline: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.six {
  height: 6px;
}
.ten {
  height: 10px;
}
.twenty {
  height: 20px;
}
.fifty {
  height: 50px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.col {
  height: auto;
  min-height: 50px;
  float: left;
  box-sizing: border-box;
  width: 49%;
  padding: 20px;
}
.col.rtline {
  border-right: 1px solid #f1f1f1;
}
.wid-1-2 {
  width: 50%;
}
.wid-1-4 {
  width: 25%;
}
.wid-3-4 {
  width: 75%;
}
.wid-2-3 {
  width: 66%;
}
.wid-1-3 {
  width: 33%;
}
.pdd {
  padding: 55px 70px 55px 70px;
  box-sizing: border-box;
}
.pdd.over_txt {
  padding-top: 20px;
}
.pdd_02 {
  padding: 55px 50px 55px 50px;
  box-sizing: border-box;
}
.trans2 {
  transition: all 0.2s ease;
}
html {
  height: 100%;
  width: 100%;
}
body {
  background: #fff;
  height: auto;
  min-height: 100%;
  width: 100%;
  font-family: 'Exo 2', sans-serif;
  color: #434343;
}
.loader {
  background: url("/gfx/loader.gif") no-repeat center center;
}
hr {
  color: none;
  background-color: none;
  border: 1px solid #d5e0e3;
  border-style: none none solid;
}
.fancybox-lock,
.fancybox-overlay {
  overflow: visible !important;
}
#loading,
.loading {
  height: 100px;
  background: url('/gfx/loader.gif') no-repeat center;
  width: auto;
}
.error {
  color: red;
}
.ok {
  color: #4f8032;
}
.frame_error,
.frame_ok,
.frame_attention {
  background: rgba(255, 0, 0, 0.1);
  padding: 10px;
  color: red;
  margin: 10px 0 10px 0;
  text-align: center;
}
.frame_ok {
  background: rgba(83, 240, 9, 0.2);
  background-position: 13px center;
  color: green;
}
::-webkit-input-placeholder {
  color: #4a4a4a;
  font-style: italic;
}
:-moz-placeholder {
  color: #4a4a4a;
  font-style: italic;
}
::-moz-placeholder {
  color: #4a4a4a;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #4a4a4a;
  font-style: italic;
}
.invis {
  display: none;
}
.it {
  font-style: italic;
}
.looo {
  height: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  box-sizing: border-box;
}
.ctr {
  text-align: center;
}
.icons {
  background: url('/gfx/sprite.png') no-repeat;
  background-size: 160px 40px;
}
/* inputs */
input,
select,
textarea {
  border: 1px solid #e1e1e1;
  padding: 6px;
  color: #434343;
  margin: 0;
  background: #fff;
}
input[type=checkbox] {
  float: left;
  border: 0;
  background: none;
  margin: 3px 0 0 0;
}
input[type=radio] {
  float: left;
  border: 0;
  background: none;
}
input.in_short {
  display: inline-block;
  margin: 0;
  width: 70px;
}
input.in_long {
  display: inline-block;
  width: 300px;
  margin: 0;
}
input.inline {
  display: inline-block;
  margin: 2px 2px 2px 0;
}
input[type=submit],
input[type=button] {
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  color: #fff;
  background: #2b6ca3;
  text-transform: uppercase;
  border: 0;
}
input[type=submit]:hover,
input[type=button]:hover {
  text-decoration: none;
  background: #045184;
}
input[type=submit]:focus,
input[type=button]:focus {
  color: #fff;
  border: 0;
}
textarea {
  display: block;
  margin: 10px auto 10px 0;
  width: 80%;
  min-height: 100px;
  resize: none;
}
input .error,
textarea .error {
  border: 1px solid red;
}
input:focus,
textarea:focus {
  border: 1px solid black;
  color: black;
}
label.error {
  color: red;
  font-size: 9pt;
  display: block;
  margin-bottom: 3px;
}
header {
  height: auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
  transition: all 0.1s linear;
  margin-bottom: 25px;
}
header section.top {
  position: relative;
}
header section.top:before {
  content: '';
  width: 95%;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #e1e1e1 30%);
  bottom: 48px;
  left: 0;
  position: absolute;
}
header section.top .call {
  position: absolute;
  right: 10px;
  bottom: 22px;
  background: #fff;
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 20px;
  padding: 15px 10px 15px 70px;
}
header section.top .call:hover {
  text-decoration: none;
}
header section.top .call:hover:before {
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
header section.top .call:hover:after {
  bottom: -1px;
  opacity: 1;
}
header section.top .call:before {
  content: '';
  width: 25px;
  height: 45px;
  position: absolute;
  left: 20px;
  top: 9px;
  background: url('/gfx/phone.png') no-repeat center;
  background-size: 100% 100%;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transition: all 0.1s linear;
}
header section.top .call:after {
  content: '';
  bottom: -4px;
  left: 50%;
  margin-left: 21px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #dadada transparent;
  opacity: 0;
  transition: all 0.1s linear;
}
header section.slider {
  position: relative;
  background: url('/gfx/slider.jpg') no-repeat center;
  background-size: cover;
}
header section.slider:before {
  content: '';
  width: 10%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
header section.slider:after {
  content: '';
  width: 8%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #fff 50%);
  position: absolute;
  top: 0;
  right: 10%;
}
header section.slider img {
  max-width: 100%;
  max-height: 300px;
}
header section.menu-wrapper {
  background: linear-gradient(to right, #2b6ca3 50%, rgba(255, 255, 255, 0) 50%);
  z-index: 100;
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
  bottom: -25px;
  left: 0;
}
header section.menu-wrapper .looo {
  text-align: left;
}
header section.menu-wrapper .logo-stick {
  display: none;
}
header section.menu-wrapper .menu {
  height: 100%;
  min-height: 54px;
  position: relative;
  transition: all 0.1s linear;
}
header section.menu-wrapper.stick-top {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  background: linear-gradient(to right, #2b6ca3 50%, #ffffff 50%);
}
header section.menu-wrapper.stick-top .logo-stick {
  display: inline-block;
  position: relative;
  z-index: 9999;
  padding: 5px 10px 0 20px;
  float: right;
}
header section.menu-wrapper.stick-top .logo-stick img {
  max-width: 200px;
}
header section.menu-wrapper.stick-top .menu {
  min-height: 36px;
}
header section.menu-wrapper.stick-top nav a {
  padding: 7px 10px;
  margin: 0 10px 0 10px;
  font-size: 16px;
}
header section.menu-wrapper.stick-top nav a:after {
  bottom: -2px;
  margin-left: -6px;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #f8f8f8 transparent;
}
header nav {
  text-align: left;
  background: #2b6ca3;
  position: relative;
  display: inline-block;
}
header nav:after {
  content: '';
  width: 30px;
  height: 100%;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #2b6ca3 50%);
  position: absolute;
  top: 0;
  right: -30px;
}
header nav a {
  display: inline-block;
  color: #fff;
  padding: 17px 20px;
  margin: 0 15px 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  font-family: 'Gotham Book';
  transition: all 0.5s linear;
}
header nav a:hover,
header nav a.selected {
  text-decoration: none;
  background: #045184;
}
header a.logo {
  height: auto;
  padding: 0 20px 0 0;
  margin: 35px 0 35px 0;
  box-sizing: border-box;
  background: #fff;
  display: inline-block;
}
header a.logo:hover {
  text-decoration: none;
}
header a.logo span {
  display: block;
  text-align: right;
  color: #000;
  font-size: 27px;
  letter-spacing: 6px;
  margin-top: 10px;
  font-weight: 400;
}
header a.logo img {
  max-width: 100%;
  margin-left: 40px;
}
header a.menu_toggle {
  display: none;
  width: 38px;
  height: 30px;
  position: absolute;
  right: 10px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9999;
  margin-top: 3px;
}
header a.menu_toggle:hover {
  background: none;
}
header a.menu_toggle:hover span {
  background: #2b6ca3;
}
header a.menu_toggle span {
  display: block;
  position: relative;
  width: 80%;
  height: 5px;
  background: #dadada;
  margin-bottom: 6px;
}
header a.menu_toggle span:last-child {
  margin-bottom: 0;
}
.content {
  min-height: 400px;
  position: relative;
  padding: 10px 0 60px 0;
}
.content h1 {
  color: #2b6ca3;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  font-family: 'Gotham Medium';
  padding: 10px 0 10px 0;
  border-top: 1px solid #d5e0e3;
  border-bottom: 1px solid #d5e0e3;
  margin-bottom: 2%;
  text-transform: uppercase;
}
.content h2 {
  color: #2b6ca3;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  font-family: 'Gotham Medium';
  text-transform: uppercase;
}
.content h3 {
  color: #2b6ca3;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  font-family: 'Gotham Medium';
  text-transform: uppercase;
}
.content p {
  text-align: justify;
  color: #434343;
  line-height: 160%;
  font-weight: 300;
  font-size: 18px;
}
.content p.ctr {
  text-align: center;
}
.content p a {
  color: #2b6ca3;
}
.content .contact {
  width: 70%;
  margin: 0 auto 0 auto;
}
.content ul {
  list-style-type: none;
  font-size: 18px;
}
.content ul li {
  line-height: 140%;
  margin-bottom: 20px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  color: #434343;
}
.content ul li:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #2b6ca3;
  top: 9px;
  left: -21px;
  display: block;
}
.content ul li p {
  margin: 0;
}
.content .item-box {
  width: 100%;
  margin: 20px 0 10px 0;
}
.content .item-box a {
  border-bottom: 1px dashed #dadada;
  display: block;
  color: #2b6ca3;
  padding-right: 100px;
  position: relative;
}
.content .item-box a:hover {
  text-decoration: none;
  color: #045184;
}
.content .item-box a small {
  float: right;
  color: #dadada;
  position: absolute;
  bottom: 2px;
  right: 10px;
}
.content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 20px 0 20px 0;
}
.content table td,
.content table th {
  color: #434343;
  padding: 6px 10px 6px 10px;
  border: 1px solid #dadada;
  font-size: 16px;
}
.content table td.it,
.content table th.it {
  font-style: italic;
}
.content table td.str,
.content table th.str {
  font-weight: 600;
}
.content table th {
  text-align: left;
  color: #2b6ca3;
  font-weight: 600;
}
.content table.table_form {
  width: 100%;
  margin: 30px auto 30px auto;
}
.content table.table_form .req,
.content table.table_form .red {
  color: #ff0000;
}
.content table.table_form td,
.content table.table_form th {
  padding: 10px;
  border: 0;
}
.content table.table_form textarea,
.content table.table_form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-family: 'GothamLight', sans-serif;
  color: #7e7e7e;
}
.content table.table_form textarea.error,
.content table.table_form input[type=text].error {
  border-color: #ff0000;
}
.content table.table_form input[type=submit] {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  background: #2b6ca3;
  color: #fff;
  font-size: 20px;
  margin: 10px 0 20px 0;
}
.content table.table_form input[type=submit]:hover {
  text-decoration: none;
  background: #045184;
}
.content table.table_form input[type=checkbox] {
  display: none;
}
.content table.table_form input[type=checkbox] + label {
  background: none;
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 18px;
  color: #999;
  margin-bottom: 5px;
}
.content table.table_form input[type=checkbox] + label a {
  color: #999;
}
.content table.table_form input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #c0c0c0;
  background: #fff;
}
.content table.table_form input[type=checkbox]:checked + label:after {
  content: '';
  width: 12px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 5px;
  display: block;
  border-bottom: 3px solid #2b6ca3;
  border-left: 3px solid #2b6ca3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .gallery {
  text-align: center;
  padding-bottom: 20px;
}
.content .gallery a {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  width: 20%;
  border: 1px dashed #dadada;
  text-align: center;
  margin: 2%;
}
.content .gallery a img {
  max-width: 100%;
  display: inline-block;
}
.content .gallery a.thumb_a {
  padding: 0;
  height: 200px;
  width: 200px;
  display: inline-block;
  margin: 10px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
.content .gallery a.thumb_a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.content .gallery a:hover {
  border-color: #2b6ca3;
}
.gal_file_box {
  border-bottom: 1px dashed #dadada;
  padding-bottom: 20px;
}
.thumb {
  border: 1px solid #dadada;
  padding: 0;
  height: 220px;
  width: 220px;
  display: inline-block;
  margin: 5px 10px 5px 10px;
  text-align: center;
}
.thumb:hover {
  border: 1px solid #2b6ca3;
}
.a_back {
  display: block;
  color: #2b6ca3;
  margin-top: 30px;
  text-decoration: none;
}
.a_back:hover {
  text-decoration: underline;
}
footer {
  height: auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 90px;
  font-size: 14px;
  color: #434343;
  background: #2b6ca3;
  padding: 20px 0 0 0;
  border-bottom: 25px solid #fff;
}
footer .footer-line {
  background: linear-gradient(to left, #045184 50%, rgba(0, 0, 0, 0) 50%);
  z-index: 100;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: -25px;
  left: 0;
  height: 50px;
}
footer .footer-line .looo {
  height: 100%;
}
footer .footer-line span {
  display: inline-block;
  width: 60%;
  height: 100%;
  background: #045184;
  position: relative;
}
footer .footer-line span:after {
  content: '';
  width: 30px;
  height: 100%;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #045184 50%);
  position: absolute;
  top: 0;
  left: -30px;
}
footer address {
  color: #fff;
  font-style: normal;
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 20px;
}
footer address a {
  color: #fff;
}
footer .bottom {
  min-height: 30px;
}
footer a.migland {
  float: right;
  margin-top: 2px;
}
footer a.migland img {
  max-width: 56px;
  opacity: 0.7;
}
footer a.migland:hover img {
  opacity: 1;
}
footer .footer-bottom {
  min-height: 20px;
  background: #fff;
  padding: 6px 4px 4px 4px;
  border-bottom: 1px solid #d5e0e3;
}
footer .footer-bottom p {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  color: #a9a9a9;
}
.fancybox-overlay {
  z-index: 9999 !important;
}
.fancybox-wrap {
  z-index: 99999 !important;
}
@media all and (max-width: 1270px) {
  .looo,
  .txt,
  .mid {
    width: 100%;
    max-width: 100%;
  }
  section.menu-wrapper .menu {
    max-width: 90%;
  }
  header .top {
    padding: 0 5% 0 5%;
  }
  .content .looo {
    padding: 0 5% 0 5%;
  }
  footer .bottom {
    padding: 7px 20px 0 20px;
  }
  footer .footer-line span {
    width: 50%;
  }
  footer .footer-bottom {
    padding: 3px 20px 3px 20px;
  }
}
@media all and (max-width: 1000px) {
  header nav a {
    padding: 12px 10px;
    margin: 0 5px 0 5px;
    font-size: 15px;
  }
  header section.menu-wrapper {
    bottom: -16px;
  }
  header section.info {
    padding: 5px;
    min-height: 10px;
    font-size: 16px;
    padding-left: 140px;
  }
  header section.info br {
    display: none;
  }
  .content h1 {
    font-size: 26px;
  }
  .content h2 {
    font-size: 22px;
  }
  .content h3 {
    font-size: 16px;
  }
  footer .footer-line {
    height: 40px;
    top: -20px;
  }
}
@media all and (max-width: 870px) {
  header {
    padding-top: 90px;
    margin-bottom: 0;
  }
  header section .looo {
    height: 100%;
  }
  header section.top {
    height: 90px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 0 20px;
    box-shadow: 0 0 10px #e1e1e1;
    box-sizing: border-box;
  }
  header section.top:before {
    width: 80%;
    bottom: 50%;
  }
  header section.top .call {
    right: 80px;
    bottom: auto;
    top: 50%;
    font-size: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  header section.top .call:hover {
    text-decoration: none;
  }
  header section.top .call:hover:before {
    transform: scale(0.8) rotate(10deg);
    -webkit-transform: scale(0.8) rotate(10deg);
  }
  header section.top .call:before {
    top: 5px;
    content: '';
    transform: scale(0.8) rotate(-10deg) translateY(-50%);
    -webkit-transform: scale(0.8) rotate(-10deg);
  }
  header section.top .call:after {
    display: none;
  }
  header section.slider img {
    min-height: 100px;
  }
  header section.menu-wrapper {
    position: fixed;
    top: 88px;
    right: 0;
    z-index: 100000;
    display: none;
    width: 100%;
    overflow-y: scroll;
    max-height: 400px;
    background: #2b6ca3;
    bottom: auto;
    box-sizing: border-box;
  }
  header section.menu-wrapper .menu {
    max-width: 100%;
  }
  header section.menu-wrapper .menu:after {
    display: none;
  }
  header a.logo {
    padding: 0 20px 0 0;
    margin: 0;
    max-width: 40%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    left: 0;
  }
  header a.logo span {
    font-size: 1.5vw;
    letter-spacing: 2px;
    text-align: right;
    margin-top: 2px;
  }
  header a.logo img {
    margin-left: 0;
  }
  header nav {
    width: 100%;
    box-sizing: border-box;
  }
  header nav:after {
    display: none;
  }
  header nav a {
    box-sizing: border-box;
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header nav a:after {
    display: none;
  }
  header nav a:hover,
  header nav a.selected {
    background: #045184;
  }
  header a.menu_toggle {
    display: block;
  }
  .content h1 {
    font-size: 22px;
  }
  .content h2 {
    font-size: 20px;
  }
  .content h3 {
    font-size: 16px;
  }
  .content p {
    font-size: 16px;
  }
  .content ul {
    font-size: 16px;
    padding-left: 20px;
  }
  .content ul li {
    line-height: 140%;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .content ul li:after {
    top: 7px;
  }
  .content .contact {
    width: 100%;
  }
  .content table {
    margin: 20px 0 20px 0;
  }
  .content table td,
  .content table th {
    padding: 2px;
    font-size: 16px;
  }
  .content table.pricing td,
  .content table.pricing th {
    font-size: 15px;
  }
  .content table.table_form td,
  .content table.table_form th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: none;
    padding: 2px;
  }
  .content table.table_form td input,
  .content table.table_form th input,
  .content table.table_form td textarea,
  .content table.table_form th textarea {
    width: 100%;
  }
  .content table.table_form th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }
  .content table.table_form input[type=submit] {
    font-size: 16px;
  }
  .content .gallery a.thumb_a {
    height: 160px;
    width: 160px;
  }
  .content .thumb {
    height: 180px;
    width: 180px;
  }
  .content .thumb .thumb_a {
    height: 160px;
    width: 160px;
    margin: 10px;
  }
  .a_back {
    font-size: 14px;
  }
}
@media all and (max-width: 600px) {
  .col {
    width: 100%;
    padding: 2px 10px 2px 10px;
  }
  header {
    padding-top: 60px;
  }
  header a.menu_toggle {
    -webkit-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%);
    margin-top: -2px;
    right: -10px;
  }
  header section.top {
    height: 60px;
  }
  header section.top .call {
    right: 40px;
  }
  header section.top .call:hover {
    text-decoration: none;
  }
  header section.top .call:hover:before {
    transform: scale(0.6) rotate(10deg);
    -webkit-transform: scale(0.6) rotate(10deg);
  }
  header section.top .call:before {
    top: 3px;
    content: '';
    transform: scale(0.6) rotate(-10deg);
    -webkit-transform: scale(0.6) rotate(-10deg);
  }
  header section.top .call:after {
    display: none;
  }
  header section.slider img {
    min-height: 70px;
  }
  header section.menu-wrapper {
    top: 58px;
  }
  header a.logo {
    max-width: 160px;
  }
  header a.logo span {
    font-size: 8px;
    letter-spacing: 1px;
  }
  header nav {
    width: 100%;
    box-sizing: border-box;
  }
  header nav:after {
    display: none;
  }
  header nav a {
    font-size: 12px;
  }
  .content h1 {
    font-size: 18px;
  }
  .content h2 {
    font-size: 15px;
  }
  .content h3 {
    font-size: 14px;
  }
  .content p {
    font-size: 13px;
  }
  .content ul {
    font-size: 13px;
    padding-left: 20px;
  }
  .content ul li {
    line-height: 140%;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .content ul li:after {
    top: 7px;
  }
  .content .gallery a.thumb_a {
    height: 80px;
    width: 80px;
  }
  .content .thumb {
    height: 100px;
    width: 100px;
  }
  .content .thumb .thumb_a {
    height: 80px;
    width: 80px;
    margin: 10px;
  }
  footer .footer-line {
    height: 20px;
    top: -10px;
  }
  footer .footer-line span:after {
    width: 15px;
    left: -15px;
  }
  footer address {
    font-size: 12px;
  }
}
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  zoom: 1;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/gfx/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/gfx/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/gfx/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8040;
  background: url('/gfx/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
