/*   
Theme Name: HeziBank
Theme URI: http://hezibank.co.il
Description: Hezibank old School Template
Author: SideCode - Jhonatan Cohen
Author URI: http://sidecode.co.il
Version: 1.0
*/
@import url(//fonts.googleapis.com/css?family=Raleway:400,100);
@media screen {
  * {
    margin: 0;
    padding: 0; }

  body {
    background: #333;
    font: 14px/1.4 Georgia, Serif; }

  .screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px; }

  .clear {
    clear: both; }

  .group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

  * html .group, *:first-child + html .group {
    zoom: 1; }

  /* First selector = IE6, Second Selector = IE 7 */
  h1, h2, h3 {
    font-weight: normal;
    margin: 0 0 10px 0; }

  p {
    margin: 0 0 10px 0; }

  ul, ol {
    margin: 0 0 10px 0; }

  ol.commentlist {
    list-style: none; }

  ol.commentlist li.comment {
    border-bottom: 1px dotted #666;
    padding: 10px; }

  ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal; }

  ol.commentlist li.comment div.vcard img.avatar {
    float: right;
    margin: 0 0 10px 10px; }

  ol.commentlist li.comment div.comment-meta {
    font-size: 10px; }

  ol.commentlist li.comment div.comment-meta a {
    color: #ccc; }

  ol.commentlist li.comment div.reply {
    font-size: 11px; }

  ol.commentlist li.comment div.reply a {
    font-weight: bold; }

  ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 10px 0 0; }

  ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 10px 10px; }

  ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 10px 10px; }

  ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 10px 10px; }

  ol.commentlist li.even {
    background: #fff; }

  ol.commentlist li.odd {
    background: #f6f6f6; }

  ol.commentlist li.parent {
    border-left: 5px solid #111; } }
/* END screen media */
@media print {
  .do-not-print {
    display: none; }

  #comments {
    page-break-before: always; }

  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: HelveticaNeueLTStd-UltLt, sans-serif;
    color: #000;
    background: #333;
    font-size: 12pt; }

  h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif; }

  h1 {
    font-size: 19pt; }

  h2 {
    font-size: 17pt; }

  h3 {
    font-size: 15pt; }

  h4, h5, h6 {
    font-size: 12pt; }

  code {
    font: 10pt Courier, monospace; }

  blockquote {
    margin: 1.3em;
    padding: 1em; }

  img {
    display: block;
    margin: 1em 0; }

  a img {
    border: none; }

  table {
    margin: 1px;
    text-align: left; }

  th {
    border-bottom: 1px solid #333;
    font-weight: bold; }

  td {
    border-bottom: 1px solid #333; }

  th, td {
    padding: 4px 10px 4px 0; }

  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  a {
    text-decoration: none;
    color: black; } }
/* END print media */
.row-no-padding [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

@font-face {
  font-family: 'Arimo';
  src: url("../fonts/Arimo.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Arimo.eot?#iefix") format("embedded-opentype"), url("../fonts/Arimo.woff2") format("woff2"), url("../fonts/Arimo.woff") format("woff"), url("../fonts/Arimo.ttf") format("truetype"), url("../fonts/Arimo.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
body {
  font-family: HelveticaNeueLTStd-UltLt, sans-serif; }

.home-section {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: url(images/bgmain.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home-main-wrapper {
  position: relative;
  top: 30%;
  margin-top: -550px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }

video {
  position: absolute;
  width: 100% !important;
  height: auto !important; }

.menu-container {
  max-width: 630px;
  margin: 0 auto;
  text-align: center; }

.bottom-menu-container {
  padding-top: 22px; }

.menu-img {
  position: relative;
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 20px; }
  .menu-img img {
    width: 100px;
    height: 100px;
    -webkit-filter: grayscale(1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .menu-img a:hover img {
    -webkit-filter: grayscale(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }
  .menu-img #text {
    font-weight: 100;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 20px;
    text-shadow: 1px 2px #000;
    pointer-events: none;
    position: relative;
    z-index: 100;
    width: 100px;
    position: absolute;
    color: #fff;
    text-align: center;
    top: 45%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .menu-img a:hover #text {
    opacity: 0; }

.main-text-parquet {
  top: 33% !important; }

@media (max-width: 991px) {
  .home-section {
    min-height: 850px; }

  .home-main-wrapper {
    position: relative;
    top: 100px;
    width: 100%; }

  .menu-container {
    width: 100%; }

  .menu-img {
    margin-top: 20px; }

  .bottom-menu-container {
    padding-top: 0px; } }
@media (max-width: 767px) {
  .home-main-wrapper {
    margin-top: 20px; }

  .logo {
    width: 100%;
    height: auto; } }
.mainpage-main-section {
  direction: ltr;
  width: 100%;
  height: 100vh;
  background: url(images/main-pages/bg-arcgallery.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.mainpage-main-wrapper {
  max-width: 800px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  min-height: 350px; }
  .mainpage-main-wrapper .content {
    color: #eee;
    text-align: left; }
    .mainpage-main-wrapper .content h2 {
      font-size: 15px; }
  .mainpage-main-wrapper .quote {
    padding-top: 30px;
    color: #eee;
    max-width: 400px;
    float: right; }
    .mainpage-main-wrapper .quote span {
      position: relative;
      top: 30px;
      float: right; }

.page-title {
  position: absolute;
  font-size: 130px;
  font-weight: normal;
  color: #797979;
  bottom: 0;
  right: 0;
  padding-right: 20px;
  padding-bottom: 0px; }

@media (max-width: 1250px) {
  .mainpage-main-wrapper {
    max-width: 600px; } }
@media (max-width: 1000px) {
  .mainpage-main-wrapper {
    padding-left: 100px; } }
@media (max-width: 945px) {
  .page-title {
    font-size: 50px; }

  .mainpage-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; } }
@media (max-width: 500px) {
  .page-title {
    position: relative;
    font-size: 22px;
    right: auto;
    left: auto;
    text-align: center;
    bottom: auto;
    top: 0;
    margin-top: 25px;
     }
     .page-title-container {
      position: absolute;
      top: 0;
      width: 100%;

     }

  .content {
    font-size: 12px; } }
.mainpage-main-section-products {
  background: url(images/main-pages/bg-products.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.mainpage-main-section-projects {
  background: url(images/main-pages/bg-projects.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.mainpage-main-section-videos {
  background: url(images/bgmain.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.mainpage-main-section-outdoor {
  background: url(images/main-pages/bg-outdoor.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.mainpage-main-section-contact {
  background: url(images/bgmain.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.mainpage-main-section-technicals {
  background: url(images/main-pages/bg-tech.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.arc-img-main {
  width: 100%; }

.single-arcgallery-details {
  padding-top: 20px;
  font-weight: lighter;
  padding-bottom: 20px;
  color: #fff; }
  .single-arcgallery-details h2 {
    text-align: center;
    font-size: 16px;
    font-weight: lighter; }
  .single-arcgallery-details p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin: 0; }
  .single-arcgallery-details p a {
    color: #fff; }
  .single-arcgallery-details p span {
    font-weight: bold; }

@media (min-width: 946px) {
  .product-title-page-container {
    display: none;
    visibility: hidden; }

  .single-arcgallery-details {
    display: none;
    visibility: hidden; } }
.product-title-page-container {
  padding-top: 15px; }
  .product-title-page-container h1 {
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
    text-align: center; }

.product-brand-details {
  color: #fff !important;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .product-brand-details .brand-name {
    font-size: 16px;
    font-weight: lighter; }
  .product-brand-details .website-link {
    color: #fff;
    text-decoration: underline; }
  .product-brand-details .more-title {
    font-size: 14px;
    padding-top: 10px; }
  .product-brand-details .cat-list a {
    color: #CBCBCB;
    text-decoration: none; }

@media (min-width: 946px) {
  .product-title-page-container {
    display: none;
    visibility: hidden; }

  .product-brand-details {
    display: none;
    visibility: hidden; } }
.product-title-page-container {
  padding-top: 15px; }
  .product-title-page-container h1 {
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
    text-align: center; }

.single-projects-details {
  padding-top: 20px;
  font-weight: lighter;
  padding-bottom: 30px;
  color: #fff; }
  .single-projects-details h2 {
    text-align: center;
    font-size: 16px;
    font-weight: lighter; }
  .single-projects-details p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin: 0; }
  .single-projects-details p a {
    color: #fff; }
  .single-projects-details p span {
    font-weight: bold; }
  .single-projects-details .upgrade-link {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none; }
  .single-projects-details .project-buttons {
    text-align: center; }
  .single-projects-details .upgrade-link h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px; }
  .single-projects-details hr {
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px; }
  .single-projects-details .upgrade-link-active h3 {
    font-weight: bold; }
  .single-projects-details .upgrade-link:hover h3 {
    font-weight: bold; }

@media (min-width: 946px) {
  .product-title-page-container {
    display: none;
    visibility: hidden; }

  .single-projects-details {
    display: none;
    visibility: hidden; } }
.video-title-page-container {
  padding-top: 15px; }
  .video-title-page-container h1 {
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
    text-align: center; }

.single-videos-main {
  max-width: 900px;
  padding-left: 300px;
  text-align: center;
  padding-top: 150px;
  margin: 0 auto; }
  .single-videos-main .content {
    color: #eee;
    text-align: left; }
    .single-videos-main .content h2 {
      font-size: 15px; }
  .single-videos-main .video-preview-image {
    cursor: pointer;
    width: 100%;
    max-width: 600px;
    height: auto; }
  .single-videos-main .quote {
    padding-top: 30px;
    color: #eee;
    max-width: 400px;
    float: right; }
    .single-videos-main .quote span {
      position: relative;
      top: 30px;
      float: right; }
  .single-videos-main .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .single-videos-main .embed-container iframe,
  .single-videos-main .embed-container object,
  .single-videos-main .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 945px) {
  .single-videos-main {
    width: 100%;
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 10px; } }
.single-video-details {
  padding-top: 20px;
  font-weight: lighter;
  padding-bottom: 20px;
  color: #fff; }
  .single-video-details h2 {
    text-align: center;
    font-size: 16px;
    font-weight: lighter; }
  .single-video-details p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin: 0; }
  .single-video-details p a {
    color: #fff; }
  .single-video-details p span {
    font-weight: bold; }

.click-to-menu-mobile a {
  color: #fff;
  text-align: center; }
.click-to-menu-mobile h4 {
  font-weight: lighter;
  text-align: center;
  font-size: 22px; }

.click-to-menu-mobile {
  position: relative;
  top: 40px; }

.page-template-page-marble .click-to-menu-mobile {
  top: 300px;
  width: 100%; }

@media (min-width: 946px) {
  .click-to-menu-mobile {
    display: none;
    visibility: hidden; } }
.video-box {
  position: relative; }

.play-btn {
  position: absolute;
  display: block;
  background: url(images/playbutton.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px; }

.page-template-page-architect {
  overflow: hidden; }

.archive.tax-brand {
  overflow: hidden; }

@media (max-width: 945px) {
  .page-template-page-architect {
    overflow: scroll;
    overflow-x: hidden; }

  .archive.tax-brand {
    overflow: scroll;
    overflow-x: hidden; } }
#slider {
  border: none; }

.flexslider {
  margin-bottom: 0px !important; }

#slider .slides img {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  min-width: 500px; }

.tall-img {
  margin-top: -50%;
  width: 100%; }

.wide-img {
  margin-left: -50%;
  height: 100%; }

@media (max-width: 945px) {
  #slider .slides img {
    width: 100%;
    height: auto; } }
@media (max-width: 500px) {
  #slider .slides img {
    width: 100%;
    height: auto;
    min-height: 0;
    min-width: 0; } }
#carousel {
  position: absolute;
  margin: 0 auto;
  background: #969C9E;
  border: #969C9E;
  left: 50px;
  font-family: HelveticaNeueLTStd-UltLt, sans-serif;
  font-weight: 100;
  width: 170px;
  bottom: 15%;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  padding-top: 5px;
  padding-bottom: 5px; }

#carousel img {
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px; }

#carousel .flex-direction-nav a:before {
  font-size: 30px;
  line-height: 40px;
   }

#carousel .flex-next {
  right: -26px;
  opacity: 0.6 }

#carousel .flex-prev {
  left: -26px;
  opacity: 0.6; }
#carousel .flex-next:hover {
  opacity: 1;
}
#carousel .flex-prev:hover {
  opacity: 1;
}

@media (max-width: 945px) {
  #carousel {
    position: relative;
    margin-top: 5px;
    width: 80%;
    margin: 0 auto;
    left: auto;
    top: auto; }

  .flexslider {
    margin: 0 auto; }

  #carousel .flex-next {
    right: -26px;
    color: #eee; }

  #carousel .flex-prev {
    left: -26px; }

  #carousel .flex-direction-nav a:before {
    color: #eee; } }
aside#sidebar {
  direction: ltr;
  position: absolute;
  left: 45px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  width: 180px;
  bottom: 15%;
  height: 80%;
  overflow: visible; }

@media (max-width: 945px) {
  aside#sidebar {
    visibility: hidden;
    display: none; } }
#sidebar header,
#sidebar footer {
  background: #000;
  color: #ddd; }
  #sidebar header a,
  #sidebar footer a {
    text-decoration: none;
    color: #ddd; }
  #sidebar header h1,
  #sidebar footer h1 {
    font-family: HelveticaNeueLTStd-UltLt, sans-serif;
    font-weight: lighter;
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0; }
  #sidebar header h5,
  #sidebar footer h5 {
    position: relative;
    text-align: center;
    top: 5px;
    font-family: HelveticaNeueLTStd-UltLt, sans-serif;
    font-size: 12px; }
  #sidebar header .little-slash-side,
  #sidebar footer .little-slash-side {
    width: 6px;
    padding-bottom: 3px; }
  #sidebar header hr,
  #sidebar footer hr {
    margin-top: 5px;
    margin-bottom: 0px;
    width: 80%;
    margin: 0 auto; }
  #sidebar header h5:hover,
  #sidebar footer h5:hover {
    color: #fff;
    text-shadow: 1px 1px #333; }
  #sidebar header h1:hover,
  #sidebar footer h1:hover {
    color: #fff; }

#sidebar .sidebar-main {
  position: relative;
  background: #686868;
  overflow: scroll; }

.widget-arc-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .widget-arc-list p {
    color: #eee;
    font-family: 'Arial';
    font-weight: lighter;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 2px 10px 2px 10px;
    font-size: 12px;
    text-align: left;
    background: #686868;
    /* Old browsers */
    background: linear-gradient(to left, #686868 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; }
  .widget-arc-list p:hover {
    background-position: left bottom;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .widget-arc-list a {
    text-decoration: none; }

.widget-project-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .widget-project-list p {
    color: #eee;
    font-family: 'Arial';
    font-weight: lighter;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 2px 10px 2px 10px;
    font-size: 12px;
    text-align: left;
    background: #686868;
    /* Old browsers */
    background: linear-gradient(to left, #686868 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; }
  .widget-project-list p:hover {
    background-position: left bottom;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .widget-project-list a {
    text-decoration: none; }

.widget-videos-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .widget-videos-list p {
    color: #eee;
    font-family: 'Arial';
    font-weight: lighter;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 2px 10px 2px 10px;
    font-size: 12px;
    text-align: left;
    background: #686868;
    /* Old browsers */
    background: linear-gradient(to left, #686868 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; }
  .widget-videos-list p:hover {
    background-position: left bottom;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .widget-videos-list a {
    text-decoration: none; }

.widget-products-category-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .widget-products-category-list ul {
    list-style: none; }
  .widget-products-category-list li a {
    display: block;
    color: #eee;
    font-family: 'Arial';
    font-weight: lighter;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 2px 10px 2px 10px;
    font-size: 12px;
    text-align: left;
    background: #686868;
    /* Old browsers */
    background: linear-gradient(to left, #686868 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; }
  .widget-products-category-list li a:hover {
    background-position: left bottom;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .widget-products-category-list a {
    text-decoration: none; }

aside#sidebar.technical-sidebar {
  width: 250px !important; }

aside#sidebar.taxbrand {
  height: auto;
  max-height: 500px;
  bottom: 5%; }

aside#sidebar.single-arc-sidebar {
  height: auto;
  bottom: 5%; }

.single-projects aside#sidebar {
  width: 250px; }

aside#sidebar.about-sidebar {
  width: 250px; }

aside#sidebar.contact-sidebar {
  width: 250px; }

#expList ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer; }

#expList p:hover {
  background-color: #121212; }

#expList li {
  line-height: 108%;
  text-indent: 0px;
  background-position: 1px 8px;
  padding-left: 20px;
  background-repeat: no-repeat; }

.tax-brand .sidebar-main {
  max-height: 220px;
  min-height: 200px; }

.tax-brand .slimScrollDiv {
  background-color: #686868; }

.widget-brand {
  min-height: 150px;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 50px;
  color: #fff; }
  .widget-brand h2 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px; }
  .widget-brand a.website-link {
    font-size: 13px;
    color: #fff;
    text-decoration: underline; }
  .widget-brand h3.more-title {
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0; }
  .widget-brand .current-category {
    padding-top: 10px;
    padding-bottom: 5px; }
  .widget-brand .cat-list li {
    padding-left: 0;
    color: #fff; }
  .widget-brand .cat-list li a {
    color: #fff;
    font-size: 12px; }

.widget-single-arc {
  min-height: 150px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
  font-family: 'Arial' helvetica,sans-serif;
  font-weight: lighter;
  color: #fff; }
  .widget-single-arc h2 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px; }
  .widget-single-arc p {
    text-align: left;
    font-size: 12px;
    color: #ddd;
    padding: 0;
    margin: 0; }
  .widget-single-arc p.p-white {
    color: #fff; }
  .widget-single-arc p a {
    color: #fff; }
  .widget-single-arc p span {
    font-weight: bold; }

.single-projects .sidebar-main {
  max-height: 450px; }

.single-projects #carousel {
  width: 220px; }

@media (max-width: 945px) {
  .single-projects #carousel {
    position: relative;
    margin-top: 5px;
    width: 99%;
    margin: 0 auto;
    left: auto;
    top: auto; }

  .single-projects .flexslider {
    margin: 0 auto; } }
.single-projects .slimScrollDiv {
  background-color: #686868; }

.widget-single-projects {
  min-height: 150px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 150px;
  font-family: 'Arial' helvetica,sans-serif;
  font-weight: lighter;
  color: #fff; }
  .widget-single-projects h2 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px; }
  .widget-single-projects p {
    text-align: left;
    font-size: 12px;
    font-family: Arial;
    color: #DDDDDD;
    padding: 0;
    margin: 0; }
  .widget-single-projects p.p-white {
    color: #fff; }
  .widget-single-projects p a {
    color: #fff; }
  .widget-single-projects p span {
    font-weight: normal; }
  .widget-single-projects .upgrade-link {
    color: #fff;
    text-decoration: none;
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    animation: all 1s ease;
    -webkit-animation: all 1s ease;
    -moz-animation: all 1s ease; }
  .widget-single-projects .upgrade-link h3 {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 2px;
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    animation: all 1s ease;
    -webkit-animation: all 1s ease;
    -moz-animation: all 1s ease; }
  .widget-single-projects hr {
    margin-top: 15px;
    margin-bottom: 10px; }
  .widget-single-projects .upgrade-link-active h3 {
    font-weight: bold; }
  .widget-single-projects .upgrade-link:hover h3 {
    font-weight: bold; }

.responsive-menu-header {
  color: #fff;
  text-decoration: none !important; }
  .responsive-menu-header h3 {
    margin-left: 10px; }

.responsive-menu-geader:hover,
.responsive-menu-geader:focus,
.responsive-menu-geader:active {
  color: #eee !important; }

.back-home {
  color: #fff;
  text-decoration: none !important; }
  .back-home h4 {
    margin-left: 10px; }

.page-template-home-page .responsive-menu {
  font-size: 18px; }

#responsive-menu #responsive-menu-title {
  font-size: 25px !important;
  font-weight: lighter !important;
  text-shadow: 1px 3px #000; }

#responsive-menu {
  font-weight: lighter !important; }

.little-slash {
  width: 10px;
  padding-bottom: 3px;
  margin-right: 4px;
  height: auto; }

.page-template-page-arcgallery #responsive-menu .responsive-menu li a,
.single-arcgallery #responsive-menu .responsive-menu li a {
  white-space: normal !important;
  line-height: 14px !important;
  padding: 5px 0 5px 5% !important; }

.page-template-page-arcgallery .responsive-menu,
.single-arcgallery .responsive-menu {
  font-size: 12px;
  font-family: Arial; }
  .page-template-page-arcgallery .responsive-menu li a,
  .single-arcgallery .responsive-menu li a {
    padding: 2px !important;
    padding-right: 50px !important;
    text-align: left !important;
    width: 50% !important;
    word-wrap: break-word !important; }

.page-template-page-technicals #responsive-menu .responsive-menu,
.single-technicals #responsive-menu .responsive-menu {
  font-size: 12px;
  font-family: Arial;
  color: red !important; }
  .page-template-page-technicals #responsive-menu .responsive-menu a,
  .single-technicals #responsive-menu .responsive-menu a {
    height: auto !important; }
  .page-template-page-technicals #responsive-menu .responsive-menu li a,
  .single-technicals #responsive-menu .responsive-menu li a {
    padding: 5px !important;
    padding-right: 50px !important;
    text-align: left !important;
    width: auto !important;
    word-wrap: break-word !important;
    white-space: normal !important; }

#lang_sel_footer {
  position: absolute;
  padding: 0;
  top: 10px;
  font-size: 10px;
  right: 10px;
  z-index: 100;
  font-family: HelveticaNeueLTStd-UltLt, sans-serif;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px; }
  #lang_sel_footer ul li a {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0;
    padding-bottom: 0px; }
  #lang_sel_footer ul li:first-child {
    border-right: 1px solid #eee;
    padding-right: 3px; }
  #lang_sel_footer ul {
    height: 24px; }

.acf-hidden {
  visibility: hidden;
  display: none; }

.hezibank-title {
  position: relative;
  top: 15px;
  text-align: center; }
  .hezibank-title h2 {
    color: #fff;
    font-size: 35px;
    font-weight: lighter;
    text-align: center;
    text-shadow: 1px 3px #000; }

.mainpage-main-section-404 {
  padding-top: 100px;
  margin: 0 auto;
  text-align: center;
  color: #fff; }
  .mainpage-main-section-404 h1 {
    color: #fff;
    font-size: 60px;
    text-shadow: 1px 3px #000;
    font-weight: lighter; }
  .mainpage-main-section-404 .error-404 {
    font-size: 80px;
    font-weight: lighter; }
  .mainpage-main-section-404 a {
    color: #fff;
    text-decoration: underline; }

.mainpage-main-section-contact .content {
  padding-left: 50px; }

.page-template-page-contact {
  overflow: hidden; }

@media (max-width: 945px) {
  .page-template-page-contact {
    overflow: visible; }

  .page-template-page-contact .mainpage-main-section {
    height: auto;
    min-height: 300px; }

  .mainpage-main-section-contact .content {
    padding-left: 0px; }

  .mainpage-main-section-contact .mainpage-main-wrapper {
    padding-top: 60px; }

  .mainpage-main-section-contact .mainpage-main-wrapper .quote {
    font-size: 12px; }

  .mainpage-main-section-contact {
    background: none; }

  .page-template-page-contact-php {
    background: #222; }

  .contact-details {
    margin-top: -100px; } }
.contact-form-7 {
  padding-top: 20px; }

.wpcf7 {
  width: 100%;
  padding-top: 10px; }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    margin-bottom: 10px;
    border: 1px solid #8F9191;
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px; }

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

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

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

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

.wpcf7-submit {
  width: 100%;
  height: 20px;
  background-color: #545859;
  border: 1px solid #8F9191;
  padding-top: 1px;
  padding-bottom: 1px; }

.wpcf7-not-valid-tip {
  font-weight: lighter !important;
  text-shadow: none;
  color: #f55 !important; }

.contact-details {
  padding-top: 0px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px; }
  .contact-details h2 {
    font-size: 22px;
    font-weight: lighter;
    text-align: center; }

@media (min-width: 946px) {
  .contact-details {
    display: none;
    visibility: hidden; } }
.pdf-window {
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 300px; }

.download-pdf {
  color: #fff;
  padding-top: 20px; }
  .download-pdf a {
    color: #fff;
    font-size: 18px;
    text-decoration: underline; }
  .download-pdf p {
    padding-top: 5px;
    font-size: 12px; }

.addtoany_shortcode {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

aside#sidebar .addtoany_shortcode {
  text-align: left; }

.widget-brand .addtoany_shortcode {
  padding-top: 0px;
  padding-bottom: 10px; }

.little-slash {
  width: 7px;
  margin-right: 6px;
  height: auto; }
  .mainpage-main-wrapper  {
    font-family: Arial, sans-serif;
  }

  #lang_sel_footer ul li img {
    position: relative;
    top: -1px;
    width: 13px;
    height: 9px;
}

.page-template-home-page .addtoany_shortcode img{
  width: 19px;
}

.page-template-page-contact aside#sidebar .addtoany_shortcode {
  text-align: center;
}










