@font-face {
    font-family: 'SinkinSans';
/*
    src: url('/font/Geometria-Light-webfont.eot');
    src: url('/font/Geometria-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Geometria-Light-webfont.woff2') format('woff2'),
         url('/font/Geometria-Light-webfont.woff') format('woff'),
         url('/font/Geometria-Light-webfont.ttf') format('truetype'),
         url('/font/Geometria-Light-webfont.svg#geometria_lightlight') format('svg');
*/
    src: url('/font/SinkinSans-300Light-webfont.eot');
    src: url('/font/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/SinkinSans-300Light-webfont.woff') format('woff'),
         url('/font/SinkinSans-300Light-webfont.ttf') format('truetype'),
         url('/font/SinkinSans-300Light-webfont.svg#SinkinSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SinkinSans100';
    src: url('/font/SinkinSans-100Thin-webfont.eot');
    src: url('/font/SinkinSans-100Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/SinkinSans-100Thin-webfont.woff') format('woff'),
         url('/font/SinkinSans-100Thin-webfont.ttf') format('truetype'),
         url('/font/SinkinSans-100Thin-webfont.svg#SinkinSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SinkinSans200';
    src: url('/font/SinkinSans-200XLight-webfont.eot');
    src: url('/font/SinkinSans-200XLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/SinkinSans-200XLight-webfont.woff') format('woff'),
         url('/font/SinkinSans-200XLight-webfont.ttf') format('truetype'),
         url('/font/SinkinSans-200XLight-webfont.svg#SinkinSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-input-placeholder {
   color: #848484;
}

:-moz-placeholder { /* Firefox 18- */
   color: #848484;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #848484;
}

:-ms-input-placeholder {
   color: #848484;
}


html,
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "SinkinSans","Arial","Verdana";
  font-size: 13px;
  line-height: 125%;
  min-width: 320px;
  color: #333;
  background-color: #efefef;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}

body {
  text-align: center;
}

button {
  outline: 0;
}

.clear {
  clear: both;
  height: 0px;
}
a.lightbox {
  display: block;
  background: #efefef;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto !important;
}
a {
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.modal,
.modal2 {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("/images/loader.gif") 50% 50% no-repeat;
}
.modal2 {
  background: rgba(255, 255, 255, 0.8);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 133px;
  z-index: 999;
  background-color: #efefef;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.15);
}

#header a#logo {
  display: block;
  float: left;
  margin-top: 56px;
  font-size: 45px;
  line-height: 100%;
  text-align: left;
  font-family: "SinkinSans100","Arial","Verdana";
  font-weight: 500;
  color: #333;
}

#header a#logo span {
  display: inline;
  padding-left: 50px;
  text-align: left;
  color: #797979;
}

#header nav {
  float: right;
  margin-top: 85px;
  margin-right: 130px;
  font-size: 12px;
}

#header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header nav ul li {
  float: left;
  position: relative;
  display: inline;
  padding: 0px 10px 0px 10px;
  //background: url(/images/menu_bg.png) no-repeat 0px 2px;
}

#header nav ul li.menu_item_first {
  background: none;
  padding-left: 0;
}

#header nav ul li.menu_item_last {
  padding-right: 0;
}

#header nav ul li a, #header nav ul li span {
  float: left;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}

#header nav ul li.active_menu_item a, #header nav ul li:hover a, #header nav ul li span {
  text-decoration: underline;
}

#header nav ul li ul {
  width: 220px;
  position: absolute;
  top: 15px;
  left: 5px;
  background: #efefef;
  display: none;
  padding-top: 20px;
}

#header nav ul li.menu_item_first ul {
  left: -20px;
}

#header nav ul li ul li {
  padding: 0;
  float: none;
  display: block;
  background: none;
  text-decoration: none;
}

#header nav ul li ul li a, #header nav ul li:hover ul li a, #header nav ul li ul li a, #header nav ul li ul li span {
  float: none;
  height: auto;
  padding: 5px 20px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

#header nav ul li.menu_item_first ul li a, #header nav ul li.menu_item_first:hover ul li a, #header nav ul li.menu_item_first ul li a, #header nav ul li.menu_item_first ul li span {
  padding: 5px 20px;
}


#header nav ul li ul li:hover a {
  text-decoration: underline;
}


#header nav ul li ul li span {
  background: #555;
}

#header nav div#language, #header nav div#language2, #header nav a#fb, #header nav a#fb2, #header div#menu_mobile {
  display: none;
}

#header div#menu_mobile:hover {
  cursor: pointer;
}




#right_menu_over {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 300px;
  background: rgba(68, 68, 68, 0.9);
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding: 0px;
  z-index: 999;
}
#right_menu_inner {
  overflow: auto;
  padding: 0px 30px;
  margin-top: 20px;
}
#right_menu_over div#close_menu {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin: 16px;
  float: right;
  text-transform: uppercase;
  font-weight: 400;
}
#right_menu_over div#close_menu span {
  font-family: "Verdana";
  font-size: 22px;
  display: inline-block;
  padding-right: 8px;
  position: relative;
  top: 2px;
  font-weight: 400;
}
#right_menu_over div#close_menu:hover {
  cursor: pointer;
}
#right_menu_over ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
#right_menu_over ul ul {
  margin-left: 25px;
  margin-top: 5px;
}
#right_menu_over ul li {
  font-weight: 400;
  padding: 10px 0px;
  text-transform: uppercase;
}
#right_menu_over ul li ul li {
  font-weight: 400;
  text-transform: normal;
}
#right_menu_over ul li a {
  color: #fff;
}
#right_menu_over ul li.active_menu_item a,
#right_menu_over ul li span {
  color: #EE2F0F;
}
#right_menu_over ul li.active_menu_item ul li a {
  color: #fff;
}
#right_menu_over ul li ul li span {
  font-weight: 400;
}
#right_menu_over ul li a:hover,
#right_menu_over ul li.active_menu_item ul li a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.message_cover {
  display: none;
}

#header div.social {
  position: absolute;
  top: 75px;
  right: 12px;
  display: block;
  width: 110px;
}

#header #right_menu_over div.social {
  position: relative;
  top: 25px;
  right: auto;
  display: none;
}

#header .social a {
  display: inline-block;
}
#header .social a#gplus {
  margin: 0px 6px;
}

#header .social a:hover img {
  filter: alpha(opacity=50);
  opacity: 0.50;
}

#top-break {
  width: 100%;
  height: 133px;
}

.content1120 {
  width: 100%;
  max-width: 1144px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0px 12px;
  position: relative;
}

section {
  width: 100%;
  clear: both;
}

section h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 100%;
  margin-bottom: 30px;
  font-size: 45px;
  font-family: SinkinSans100;
  font-weight: 400;
}

section#contact h1 {
  display: block;
}

section .next_menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 100%;
  margin-bottom: 30px;
  font-size: 45px;
  font-family: SinkinSans100;
  font-weight: 400;
  text-decoration: none;
  margin-left: 45px;
}

section a.next_menu {
  color: #787878 !important;
}

section a.next_menu:hover {
  color: #333 !important;
}



section h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 22px;
  font-weight: 400;
}

.gray_bottom {
  border-bottom: 80px solid #dfdfdf;
}

section#work, section#archives, section#video {
  padding-top: 50px;
}


div.work_archives_inner {
  width: 100%;
  max-width: 1060px;
  padding: 20px;
  margin: 0 auto;
  text-align: justify;
  font-size: 13px;
  line-height: 23px;
}

div.work_archives_inner_archive {
  padding-bottom: 0px;
}

.work_archives_inner h2.gallery_title {
  display: inline-block;
}

section h2.gallery_title_archive {
  margin-bottom: 0px;
}

.work_archives_inner div.gallery_podmenu_top {
  display: inline-block;
  text-align: left;
}

.work_archives_inner div.gallery_podmenu_top ul {
  margin: 0;
  padding: 0;
  margin-left: 80px;
  list-style: none;
  font-size: 38px;
  line-height: 100%;
  color: #606574;
}

.work_archives_inner div.gallery_podmenu_top ul li {
  display: inline-block;
}

.work_archives_inner div.gallery_podmenu_top ul li a {
  color: #606574;
  cursor: pointer;
}

.work_archives_inner div.gallery_podmenu_top ul li span {
  font-size: 32px;
}


.work_archives_gallery_images div.gallery_podmenu_bottom {
  color: #606574;
  font-size: 48px;
  line-height: 100%;
  text-align: left;
  padding-left: 16px;
  padding-top: 50px;
}

.work_archives_gallery_images div.gallery_podmenu_bottom ul {
  margin: 0;
  padding: 0;
  margin-left: 40px;
  list-style: none;
  line-height: 100%;
  color: #606574;
  display: inline-block;
}

.work_archives_gallery_images div.gallery_podmenu_bottom ul li {
  display: inline-block;
}

.work_archives_gallery_images div.gallery_podmenu_bottom ul li a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  float: none;
  border: 0;
}

.work_archives_gallery_images div.gallery_podmenu_bottom ul li span {
  display: none;
}

.work_archives_gallery_images div.gallery_podmenu_bottom ul li.active {
  display: none;
}

.work_archives_gallery_images div.gallery_podmenu_bottom ul li a:hover {
  color: #606574;
  border: 0;
}

div.work_archives_inner h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 8px;
  font-weight: 400;
}

div.work_archives_inner p {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

div.content1640 {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}

div.content1640 .work_archives_gallery_image1 {
  padding: 0px 0px 52px 0px;
  width: 37.9%;
  float: right;
  text-align: left;
}

div.content1640 .work_archives_gallery_image1 a {
  margin: 0 auto;
  display: inline;
}

div.content1640 .work_archives_gallery_images {
  width: 62.1%;
  float: left;
}

div.content1640 .work_archives_gallery_images a {
  float: left;
  margin: 0px 30px 30px 0px;
}

div.content1640 .work_archives_gallery_image1 h3 {
  margin: 0;
  padding: 0;
  margin-top: 36px;
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
  font-family: "SinkinSans100","Arial","Verdana";
}

div.content1640 .work_archives_gallery_image1 h4 {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 36px;
  line-height: 100%;
  font-weight: 400;
}

div.content1640 .work_archives_gallery_image1 p {
    margin: 0;
    padding: 0;
    margin-top: 28px;
    color: #404447;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}

section#video iframe {
  width: 100%;
  clear: both;
}

#player {
  display: none;
}

#img-video {
  cursor: pointer;
}

section#contact {
  width: 100%;
  height: 930px;
  background: url(/images/contact.png) no-repeat 100% 0px;
  background-size: content;
  padding-top: 50px;
}

section#contact .content1120 {
  padding-left: 42px;
}

section#contact div.contact_inner {
  width: 100%;
  max-width: 780px;
  background: rgba(239,239,239,0.7);
  padding: 20px;
}

section#contact input, section#contact textarea, section#contact button {
  font-family: "geometria_lightlight","Arial","Verdana";
  font-weight: 400;
  font-size: 16px;
  color: #848484;
  outline: 0;
}

section#contact input, section#contact textarea {
  background: #dfdfdf;
  border: 1px solid #fff;
}

section#contact input {
  width: 48%;
  padding: 10px 14px;
  border: 1px solid #fff;
}

section#contact input#name {
  float: left;
}

section#contact input#email {
  float: right;
}

section#contact textarea {
  width: 100%;
  height: 175px;
  padding: 10px 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

section#contact input:focus, section#contact textarea:focus {
  border: 1px solid #333;
}

section#contact button {
  font-family: 'SinkinSans200';
  color: #848484;
  font-size: 28px;
  line-height: 100%;
  background: transparent;
  border: 0;
  font-weight: 400;
  margin-top: 20px;
  float: right;
  cursor: pointer;
}

section#contact button:hover {
  color: #000;
}

section#contact div.contact_inner #contact_text {
    width: 100%;
    text-align: justify;
    font-size: 13px;
    line-height: 23px;
    padding-top: 50px;
    padding-left: 5%;
}

section#contact div.contact_inner #contact_text h2 {
  color: #848484;
  font-size: 22px;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

section#contact div.contact_inner #contact_text p {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

section#contact div.contact_inner #contact_text a:hover {
  text-decoration: underline;
}

section#contact div.contact_inner .captcha {
  text-align: left;
}

section#contact div.contact_inner .captcha img {
  float: left;
  border: 0;
  outline: 0;
  margin-right: 8px;
}

section#contact div.contact_inner .captcha input {
  margin-left: 30px;
}

section#biography {
  width: 100%;
  background: url(/images/biography_bg.jpg) no-repeat 0% 0%;
  background-size: content;
  padding-top: 50px;
}

section#biography div.biography_inner {
  width: 100%;
  max-width: 1060px;
  padding: 20px;
  margin: 0 auto;
}

section#biography div.biography_inner_text {
  width: 63.5%;
  background: #efefef;
  padding: 35px 45px;
  float: left;
  text-align: justify;
  font-size: 13px;
  line-height: 23px;
}

section#biography div.biography_inner_text p {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

section.biography div.biography_inner_text a {
  text-decoration: underline;
}

section.biography div.biography_inner_text a:hover {
  text-decoration: none;
}

section#biography div.biography_inner_images {
  width: 34%;
  background: #efefef;
  padding: 40px;
  float: right;
  text-align: left;
  font-size: 12px;
}

section#biography div.biography_inner_images span.images_alt {
  display: block;
  padding-top: 10px;
  padding-bottom: 40px;
}




section#galleries {
  width: 100%;
}

section#galleries h1 {
  padding-bottom: 100px;
}

section#galleries h2 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  padding-bottom: 10px;
}

section#galleries div.galleries_inner {
  width: 100%;
  max-width: 1060px;
  padding: 20px;
  margin: 0 auto;
}

section#galleries div.galleries_inner_top {
  width: 100%;
  height: 270px;
  background: url(/images/galleries1_bg.jpg) no-repeat 0% 0%;
}

section#galleries div.galleries_inner_bottom {
  width: 100%;
  min-height: 1000px;
  background: url(/images/galleries2_bg.jpg) no-repeat 100% 100%;
}

section#galleries div.galleries_inner_text {
  max-width: 360px;
  width: 100%;
  background: #efefef;
  padding: 35px 45px 80px 45px;
  text-align: justify;
  font-size: 13px;
  line-height: 23px;
  position: relative;
  top: -165px;
}

section#galleries div.galleries_inner_text p {
  padding: 0;
  margin: 0;
  padding-bottom: 45px;
}

section#galleries div.galleries_inner_text a {
  color: #000;
}

section#galleries div.galleries_inner_text a:hover {
  text-decoration: underline;
}


section p {
  margin: 0;
  padding: 0;
}



#footer {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding-bottom: 18px;
  clear: both;
}

#footer div.copy {
  float: left;
  margin: 0 2% 0 0;
  padding-top: 18px;
}

#footer div.created {
  float: right;
  margin: 0 0 0 2%;
  padding-top: 18px;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}



.work_skip {
  width: 90%;
  margin: 0 auto;
  padding-top: 12px;
}

.work_skip span {
  cursor: pointer;
  width: 15px;
  height: 29px;
  display: block;
  background: url(/images/work_arrows.png) no-repeat 0px 0px;
  float: left;
}

.work_skip span.work_skip_right {
  width: 15px;
  height: 29px;
  display: block;
  background: url(/images/work_arrows.png) no-repeat 0px -29px;
  float: right;
}

.work_description {
  width: 70%;
  margin: 0 auto;
  padding-top: 12px;
  text-align: right;
}


.slider {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.content_text .slider {
  padding: 0px;
  margin-top: -4px;
  margin-bottom: 20px;
}
.slider_center {
  width: 100%;
  margin: 0 auto;
}
.sliders,
.sliders li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sliders,
.sliders li img {
  width: 100%;
  height: auto;
  display: block;
}
.sliders li a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.bx-controls {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 100%;
  z-index: 333;
}
.bx-controls-direction a {
  display: block;
  width: 93px;
  height: 93px;
}
.bx-controls-direction a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.bx-prev {
  background: url(/images/slide_prev.png) no-repeat top left;
  margin-left: 40px;
  float: left;
}
.bx-next {
  background: url(/images/slide_next.png) no-repeat top left;
  margin-right: 40px;
  float: right;
}
.bx-controls-direction a.disabled {
  //display: none;
}








.scroll {
  position: relative;
  padding: 10px 30px 0px 30px;
  margin-bottom: 30px;
}


#skip_top {
    width: 92px;
    border: 1px solid #e5e5e5;
    background-color: rgba(255,255,255,0.8);
    color: #A72404;
    position: fixed;
    bottom: 0;
    right: 10%;
    background-image: url(/images/skip_top.png);
    background-repeat: no-repeat;
    background-position: 50% 16px;
    font-size: 16px;
    font-weight: 700;
    padding: 42px 0px 12px 0px;
    cursor: pointer;
    display: none;
}

@media (max-width: 1200px) {

  #header a#logo span {
      padding-left: 20px;
  }

  section#contact .content1120 {
    padding-left: 14px;
  }

}


@media (max-width: 1100px) {

  #header a#logo {
    margin-top: 14px;
    font-size: 40px;
    float: none;
  }

  #header a#logo span {
    padding: 0;
  }

  #header nav {
      margin-top: 36px;
  }

  div.content1640 .work_archives_gallery_image1 {
      padding: 65px 70px 30px 0px;
  }

  div.content1640 .work_archives_gallery_images {
      padding-top: 50px;
  }

  section#archives div.content1640 .work_archives_gallery_image1 {
      padding: 65px 0px 30px 70px;
  }

  section#contact {
    height: 790px;
    background-size: contain;
  }

  section#contact div.contact_inner {
      padding-left: 0px;
  }

}

@media (max-width: 820px) {

  div.content1640 .work_archives_gallery_image1 {
      width: 100%;
  }

  div.content1640 .work_archives_gallery_images {
      width: 100%;
  }

  section#archives {
    padding-top: 50px;
    margin-top: 0px;
  }

  section#archives div.content1640 .work_archives_gallery_images {
      top: 0px;
  }

  section#archives div.content1640 .work_archives_gallery_image1 {
      top: 0px;
  }

}

@media (max-width: 860px) {

  section#biography div.biography_inner_text {
    padding: 25px 30px;
  }

  section#biography div.biography_inner_images {
    padding: 25px;
  }


}


@media (max-width: 700px) {

  #top-break {
    height: 80px;
  }

  #header {
    height: 80px;
  }

  #header a#logo {
    margin-top: 3px;
    font-size: 34px;
    float: left;
  }

  #header a#logo span {
    display: block;
  }

  nav {
    display: none;
  }

  #header div#menu_mobile {
    display: block;
    width: 27px;
    height: 27px;
    padding: 1px;
    float: right;
    margin-top: 25px;
  }

  #header div.social {
      top: 28px;
      right: 65px;
  }

  section#biography div.biography_inner_text {
    float: none;
    width: 100%;
  }

  section#biography div.biography_inner_images {
    float: none;
    width: 100%;
  }

  section#biography div.biography_inner_images div.gallery_images {
    float: left;
    width: 46%;
    margin: 0px 2%;
  }

  .gray_bottom {
    border-bottom: 40px solid #dfdfdf;
  }
}

@media (max-width: 600px) {

  .bx-controls-direction a {
    width: 60px;
    height: 60px;
  }
  .bx-prev {
    background: url(/images/slide_small_prev.png) no-repeat top left;
    margin-left: 15px;
  }
  .bx-next {
    background: url(/images/slide_small_next.png) no-repeat top left;
    margin-right: 15px;
  }

  section#contact {
    background: none;
  }

  section#contact input {
    width: 100%;
  }

  section#contact input#email {
    margin-top: 30px;
 }

  section#biography div.biography_inner_images div.gallery_images {
    float: none;
    width: 100%;
    margin: 0px 0px;
    text-align: center;
  }

  section#biography div.biography_inner_images div.gallery_images a {
    display: inline-block;
    margin: 0 auto;
  }

}


@media (max-width: 460px) {

  #header div.social {
    display: none;
  }

  #header #right_menu_over div.social {
    display: block;
  }

  section#biography div.biography_inner {
      padding: 10px;
  }

  section#biography div.biography_inner_text {
      padding: 25px 15px;
  }

  section#biography div.biography_inner_images {
      padding: 15px;
  }

  section#galleries div.galleries_inner {
      padding: 15px;
  }

  section#galleries div.galleries_inner_text {
      padding: 35px 15px 80px 15px;
  }

  section#galleries div.galleries_inner_bottom {
      min-height: auto;
  }

  section#contact {
    height: auto;
    padding-bottom: 50px;
  }

  section#contact div.contact_inner {
      padding: 15px;
  }

  div.content1640 .work_archives_gallery_images a {
      width: 50%;
  }

  div.content1640 .work_archives_gallery_images a img {
      max-width: 100%;
      height: auto;
  }

  div.content1640 .work_archives_gallery_image1 {
      padding: 45px 40px 20px 0px;
  }

  div.content1640 .work_archives_gallery_images {
      padding-top: 20px;
  }

  section#archives div.content1640 .work_archives_gallery_image1 {
      padding: 45px 0px 20px 40px;
  }

  .work_archives_gallery_images div.gallery_podmenu_bottom ul {
    margin-left: 20px;
    margin-top: 10px;
  }

  .work_archives_inner div.gallery_podmenu_top ul {
      margin-left: 0px;
  }

  div.content1640 .work_archives_gallery_image1 h3 {
      font-size: 42px;
  }

}


@media (max-width: 380px) {
  .work_archives_inner div.gallery_podmenu_top ul {
      font-size: 30px;
  }

  .work_archives_inner div.gallery_podmenu_top ul li span {
      font-size: 24px;
  }
}