* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  border-radius: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: helvetica, verdana, arial;
  font-size: 62.5%;
  color: #606060;
}
@media (max-width:979px) {
  body {
    font-size: 80%;
  }
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.4em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
p {
  font-size: 1.4em;
  line-height: 120%;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  line-height: 120%;
  color: #525252;
}
.content p {
  line-height: 1.7em;
}
/* Start Shared Slides */
#content-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}
#content-wrapper section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#content-wrapper section > .slides-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#content-wrapper section > .slides-wrapper .slide {
  position: absolute;
  overflow: hidden;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
}
#content-wrapper section > .slides-wrapper .slide > div {
  position: relative;
  margin: 0px auto;
  max-width: 980px;
  height: 100%;
}
#content-wrapper section > .slides-wrapper .slide > div > div {
  display: table;
  margin: 0;
  height: 100%;
  width: 100%;
}
#content-wrapper section > .slides-wrapper .slide > div > div > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#content-wrapper section > .slides-wrapper .slide.text-slide {
  background: #f1f1f1;
}
#content-wrapper section > .portfolio-nav {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  width: 59px;
  height: 62px;
  cursor: pointer;
}
#content-wrapper section > .portfolio-nav.prev {
  left: 0px;
}
#content-wrapper section > .portfolio-nav.prev:hover > .label {
  left: 100%;
}
#content-wrapper section > .portfolio-nav.prev > .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") -100px -80px no-repeat;
}
#content-wrapper section > .portfolio-nav.next {
  right: 0px;
}
#content-wrapper section > .portfolio-nav.next:hover > .label {
  left: -100%;
}
#content-wrapper section > .portfolio-nav.next > .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") -120px -80px no-repeat;
}
#content-wrapper section > .portfolio-nav > .arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 59px;
  height: 62px;
}
#content-wrapper section > .portfolio-nav > .label {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 59px;
  height: 62px;
  font-size: 14px;
  line-height: 62px;
  text-align: center;
  background: #fff;
  color: #666;
  transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
#content-wrapper section > .portfolio-nav.close {
  top: 11px;
  right: -20px;
}
#content-wrapper section > .portfolio-nav.close:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/sprite.png") 0px -80px;
}
#content-wrapper section > .slide-nav {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 40px;
}
#content-wrapper section > .slide-nav > a {
  display: block;
  float: left;
  margin: 0px 2px;
  width: 6px;
  height: 6px;
  background: url("../images/sprite.png") -20px -60px;
}
#content-wrapper section > .slide-nav > a:hover,
#content-wrapper section > .slide-nav > a.active {
  background: url("../images/sprite.png") 0px -60px;
}
@media (max-width:979px) {
  #content-wrapper section > .portfolio-nav,
  #content-wrapper section > .mini-boll,
  #content-wrapper section > .layer {
    display: none !important;
  }
  #content-wrapper section > .slide-nav,
  #content-wrapper section > .portfolio-nav.close {
    display: block !important;
  }
}
/* End Shared Slides */
/* Start Sections */
#content-wrapper section.project {
  position: relative;
  width: 100%;
  height: 600px;
  background: #303030;
}
#content-wrapper section.project > .slides-wrapper .slide > img {
  position: absolute;
  left: 50%;
  top: 0px;
}
#content-wrapper section.project > .slides-wrapper .slide > img.full {
  display: block;
}
#content-wrapper section.project > .slides-wrapper .slide > .resp {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#content-wrapper section.project > .slides-wrapper .slide > .resp > img {
  display: none;
}
#content-wrapper section.project > .slides-wrapper .slide > .boll {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -120px;
  width: 240px;
  height: 240px;
  border-radius: 120px;
  transition: transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transform: scale(0.001);
  -o-transform: scale(0.001);
  -ms-transform: scale(0.001);
  -moz-transform: scale(0.001);
  -webkit-transform: scale(0.001);
}
#content-wrapper section.project > .slides-wrapper .slide > .boll.center {
  margin-left: -120px;
}
#content-wrapper section.project > .slides-wrapper .slide > .boll.left {
  margin-left: -300px;
}
#content-wrapper section.project > .slides-wrapper .slide > .boll.right {
  margin-left: 60px;
}
#content-wrapper section.project > .slides-wrapper .slide > .boll.active {
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
#content-wrapper section.project > .slides-wrapper .slide > .boll > div {
  position: relative;
  margin-top: 80px;
  margin-left: 30px;
  width: 170px;
}
#content-wrapper section.project > .slides-wrapper .slide > .boll > div > h3 {
  font-size: 24px;
  line-height: 24px;
}
#content-wrapper section.project > .slides-wrapper .slide > .boll > div > p {
  margin-top: 10px;
  font-size: 1.4em;
  line-height: 16px;
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div {
  margin: 27px auto;
  width: auto;
  max-width: 740px;
  text-align: center;
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div > div > div {
  color: #666;
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div > div > div > .content {
  padding: 0px;
  font-size: 1.14em;
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div > div > div > .content > .title {
  margin: 0px auto 16px;
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div > div > div > .category {
  margin: 10px auto;
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div > div > div > .category > span {
  line-height: 1.2em;
  font-size: 1.4em;
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div > div > div > .category > span:after {
  content: ', ';
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div > div > div > .category > span:last-child:after {
  content: '';
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div > div > div > .tags {
  padding: 16px 0px;
}
#content-wrapper section.project > .slides-wrapper .slide.text-slide > div > div > div > .tags > span {
  display: inline-block;
  margin: 4px;
  padding: 0px 10px;
  height: 32px;
  font-size: 1.4em;
  line-height: 32px;
  border-radius: 5px;
  background: #dadada;
  color: #fff;
}
#content-wrapper section.project > .mini-boll {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
#content-wrapper section.project > .mini-boll.active {
  transform: scale(0.001);
  -o-transform: scale(0.001);
  -ms-transform: scale(0.001);
  -moz-transform: scale(0.001);
  -webkit-transform: scale(0.001);
}
#content-wrapper section.project > .mini-boll > p {
  margin-top: 34px;
  height: 32px;
  line-height: 32px;
  font-size: 28px;
  text-align: center;
}
#content-wrapper section.project > .layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#content-wrapper section#content {
  padding-top: 110px;
  padding-bottom: 60px;
  background: #f1f1f1;
}
#content-wrapper section#content > .content {
  position: relative;
  margin: 0px auto;
  max-width: 940px;
  font-size: 1.14em;
}
#content-wrapper section#content > .content > h1.title {
  margin: 30px auto;
  text-align: center;
}
#content-wrapper section.contacts {
  position: relative;
  width: 100%;
  height: 600px;
  background: #f1f1f1;
  transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
}
#content-wrapper section.contacts:before {
  content: '';
  clear: both;
  position: absolute;
  left: -40px;
  right: -40px;
  top: 0px;
  height: 1px;
  background: #606060;
  background: rgba(0,0,0,0.1);
}
#content-wrapper section.contacts .slide > div {
  width: 500px;
}
#content-wrapper section.contacts .slide > div img {
  float: left;
  position: relative;
  left: -40px;
  top: 0px;
}
#content-wrapper section.map {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 0px;
}
#content-wrapper section.map #map {
  position: relative;
  width: 100%;
  height: 600px;
}
#content-wrapper section.mapinfo {
  position: relative;
  overflow: visible;
  top: 600px;
  margin: 60px 6.666%;
  width: 86.666%;
  height: 480px;
  background: #f1f1f1;
  background: rgba(240,240,240,0.95);
  transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
}
#content-wrapper section.mapinfo.active {
  top: 0px;
}
#content-wrapper section.mapinfo.active .slides-wrapper {
  overflow: visible;
}
#content-wrapper section.mapinfo.active .slide > div {
  width: 86%;
}
@media (max-width:979px) {
  #content-wrapper section.project {
    height: auto;
  }
  #content-wrapper section.project > .slide-nav {
    top: 260px;
    bottom: auto;
  }
  #content-wrapper section.project > .slides-wrapper .slide {
    height: 300px;
  }
  #content-wrapper section.project > .slides-wrapper .slide.text-slide {
    position: relative;
    left: 0px !important;
    margin-top: 300px;
    padding: 27px 0px;
    height: auto;
    width: auto;
  }
  #content-wrapper section.project > .slides-wrapper .slide.text-slide > div {
    margin: 27px;
    max-width: 980px;
  }
  #content-wrapper section.project > .slides-wrapper .slide > img {
    position: static;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  #content-wrapper section.project > .slides-wrapper .slide > img.full {
    display: none;
  }
  #content-wrapper section.project > .slides-wrapper .slide > .resp {
    display: block;
  }
  #content-wrapper section.project > .slides-wrapper .slide > .boll {
    display: none !important;
  }
  #content-wrapper section#content > .content {
    margin: 27px;
  }
  #content-wrapper section.map #map {
    height: 300px;
  }
  #content-wrapper section.mapinfo {
    margin: 30px 6.666%;
    height: 240px;
  }
  #content-wrapper section.contacts {
    height: 500px;
    padding-bottom: 40px;
  }
  #content-wrapper section.contacts:before {
    left: 7%;
    right: 7%;
  }
  #content-wrapper section.contacts .content p {
    line-height: 1.2em;
  }
  #content-wrapper section.contacts .slide > div {
    width: 85%;
    max-width: 400px;
    text-align: center;
  }
  #content-wrapper section.contacts .slide > div img {
    display: block;
    float: none;
    left: 0px;
    top: 0px;
    margin: 0px auto 10px;
  }
}
/* End Sections */
/* Top Menu */
.admin-bar #top-sidebar {
  top: 24px;
}
#top-sidebar {
  position: fixed;
  z-index: 10;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
}
#top-sidebar > .buttonexpandmenu {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  margin: 27px;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") -100px -100px no-repeat;
  cursor: pointer;
}
#top-sidebar > div {
  position: relative;
  margin: 0px auto;
  max-width: 980px;
}
#top-sidebar .menu-container {
  position: relative;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0px 20px;
  float: left;
  height: 74px;
  background: #fff;
}
#top-sidebar .menu-container ul {
  position: relative;
  display: inline;
  top: 22px;
  height: 30px;
}
#top-sidebar .menu-container li {
  position: relative;
  display: inline;
  display: inline-block;
  padding: 5px 8px;
  line-height: 20px;
  background: #fff;
}
#top-sidebar .menu-container li li {
  font-size: 1em;
}
#top-sidebar .menu-container li ul {
  position: absolute;
  z-index: 2;
  display: none;
  left: -8px;
  top: 100%;
  padding: 36px 0px 0px;
}
#top-sidebar .menu-container li ul li {
  display: block;
  padding: 0px;
  white-space: nowrap;
}
#top-sidebar .menu-container li ul li > a {
  padding: 5px 16px;
}
#top-sidebar .menu-container li ul li:first-child > a {
  padding-top: 10px;
}
#top-sidebar .menu-container li ul li:first-child:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 19px;
  width: 13px;
  height: 7px;
  background: url("../images/sprite.png") -80px -80px no-repeat;
}
#top-sidebar .menu-container li ul li:last-child > a {
  padding-bottom: 10px;
}
#top-sidebar .menu-container li ul li ul li:first-child > a {
  padding-top: 5px;
}
#top-sidebar .menu-container li ul li ul li:last-child > a {
  padding-bottom: 5px;
}
#top-sidebar .menu-container li:hover > ul {
  display: inline;
}
#top-sidebar .menu-container li ul li ul {
  position: absolute;
  left: 100%;
  top: 0px;
  padding: 0px 3px;
}
#top-sidebar .menu-container li ul li ul li:first-child:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  width: 5px;
  height: 20px;
  background: url("../images/sprite.png") -80px -100px no-repeat;
}
#top-sidebar .menu-container li > a {
  display: block;
  font-size: 1.4em;
}
#top-sidebar .main-logo {
  position: relative;
  float: left;
  display: table;
  overflow: hidden;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0px;
  width: 112px;
  height: 74px;
  background: #fff;
}
#top-sidebar .main-logo > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: auto;
}
@media (max-width:979px) {
  .admin-bar #top-sidebar {
    top: 0px;
  }
  #top-sidebar {
    position: relative !important;
    height: auto;
  }
  #top-sidebar > .buttonexpandmenu {
    display: block;
  }
  #top-sidebar .menu-container {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 0px;
    background: #232527;
  }
  #top-sidebar .menu-container.show-mobile {
    height: auto !important;
  }
  #top-sidebar .menu-container.hide-mobile {
    height: 0px !important;
  }
  #top-sidebar .menu-container ul {
    padding: 27px;
    position: static;
    display: block;
    top: auto;
    height: auto;
  }
  #top-sidebar .menu-container li {
    position: static;
    display: block;
    padding: 0;
    line-height: 20px;
    background: transparent;
    color: #fff;
  }
  #top-sidebar .menu-container li:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: auto;
    width: auto;
    left: 27px;
    right: 27px;
    height: 1px;
    background: #393b3d;
    background: rgba(255,255,255,0.1);
  }
  #top-sidebar .menu-container li li {
    font-size: 1em;
  }
  #top-sidebar .menu-container li ul {
    position: static;
    z-index: 2;
    display: block;
    margin-left: 15px;
    left: 0px;
    top: 0px;
    padding: 0px;
  }
  #top-sidebar .menu-container li ul li {
    display: block;
    padding: 0px;
    white-space: nowrap;
  }
  #top-sidebar .menu-container li ul li > a,
  #top-sidebar .menu-container li ul li:first-child > a,
  #top-sidebar .menu-container li ul li:last-child > a {
    padding: 5px;
  }
  #top-sidebar .menu-container li ul li:first-child:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: auto;
    width: auto;
    left: 27px;
    right: 27px;
    height: 1px;
    background: #393b3d;
    background: rgba(255,255,255,0.1);
  }
  #top-sidebar .menu-container li ul li ul li:first-child > a,
  #top-sidebar .menu-container li ul li ul li:last-child > a {
    padding: 5px;
  }
  #top-sidebar .menu-container li:hover > ul {
    display: block;
  }
  #top-sidebar .menu-container li ul li ul {
    position: static;
    left: 0px;
    top: 0px;
    padding: 0px;
  }
  #top-sidebar .menu-container li ul li ul li:first-child:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: auto;
    width: auto;
    left: 27px;
    right: 27px;
    height: 1px;
    background: #393b3d;
    background: rgba(255,255,255,0.1);
  }
  #top-sidebar .menu-container li > a {
    padding: 5px;
    font-size: 1.8em;
    line-height: 2em;
  }
}
/* End Menu */
/* Footer Widget */
#footer {
  position: relative;
  overflow: hidden;
  width: 100%;
/* End Footer Widget */
}
#footer > div {
  position: relative;
  margin: 0px auto;
  max-width: 980px;
}
#footer .widget {
  float: left;
  display: table;
  font-size: 1.2em;
  line-height: 1.5em;
}
#footer .widget p {
  font-size: 1em;
}
#footer .widget > div {
  display: table-cell;
  vertical-align: middle;
  padding: 28px 20px;
}
#footer .widget:last-child {
  text-align: right;
}
#footer .widget:first-child {
  text-align: left;
}
#footer .widget .widgettitle {
  font-size: 1.2em;
  line-height: 1.6em;
}
#footer .widget_search {
  position: relative;
  padding: 3px 0px;
}
#footer .widget_search .widgettitle {
  display: none;
}
#footer .widget_search label {
  display: none;
}
#footer .widget_search input {
  position: relative;
  display: block;
  padding: 2%;
  width: 96%;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: inherit;
  outline: none;
  background: #fff;
}
#footer .widget_search > div div {
  position: relative;
}
#footer .widget_search > div div:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: 2%;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") -240px -80px no-repeat;
}
#footer .widget_search #searchsubmit {
  display: none;
}
#footer .widget_belllo_image_widget img {
  display: block;
}
@media (max-width:979px) {
  .widget,
  .main-logo {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .widget > div {
    text-align: left;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
.belllo-gallery {
  position: relative;
  left: 50%;
  margin-left: -296.5px;
  padding-bottom: 0px;
  width: 593px;
}
.belllo-gallery .slideshow {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.belllo-gallery .slideshow > div {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.belllo-gallery .slideshow > div > img {
  position: relative;
  margin: 0px auto;
  display: block;
}
.belllo-gallery .slideshow > div:first-child {
  position: relative;
}
.belllo-gallery .loader {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0% 20%;
  height: 100%;
  width: 60%;
  background: #000;
  overflow: hidden;
}
.belllo-gallery .loader > div {
  position: relative;
  top: 50%;
  height: 1px;
  background: #888;
}
.belllo-gallery .nav {
  position: relative;
  margin: 0px 12px;
  height: 0px;
  text-align: center;
}
.belllo-gallery .nav > div {
  display: inline-block;
  position: relative;
  height: 60px;
}
.belllo-gallery .nav > div > div {
  position: relative;
  float: left;
  margin-top: 27px;
  margin-left: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #d3d3d3;
  cursor: pointer;
}
.belllo-gallery .nav > div > div.active,
.belllo-gallery .nav > div > div:hover {
  background: #8a8a8a;
}
@media (max-width:979px) {
  .belllo-gallery {
    position: relative;
    left: 0;
    margin-left: -27px;
    margin-right: -27px;
    padding-bottom: 0px;
    width: auto;
  }
}
