@import url(https://fonts.googleapis.com/css?family=Cormorant:400,700);
.fontcolor-regular, .fontcolor-regular a {
  color: #303030 !important; }

.fontcolor-invert, .fontcolor-invert a {
  color: #f2f2f2 !important; }

.fontcolor-medium, .fontcolor-medium a {
  color: #737373 !important; }

.fontcolor-medium-light {
  color: #8e8e8e !important; }
  .fontcolor-medium-light a {
    color: #8e8e8e !important; }
    .fontcolor-medium-light a:hover, .fontcolor-medium-light a:focus {
      color: #ffd43a !important; }

.hovercolor, .hovercolor a {
  color: #ffd43a !important; }

.accent-color, .accent-color a {
  color: #43a5e6 !important; }

.accent-color a:hover {
  color: #ffd43a !important; }

.color00 {
  color: #000 !important; }

.color01 {
  color: #f2f2f2 !important; }

.color02 {
  color: #dadada !important; }

.color03 {
  color: #c1c1c1 !important; }

.color04 {
  color: #a7a7a7 !important; }

.color05 {
  color: #8e8e8e !important; }

.color06 {
  color: #737373 !important; }

.color07 {
  color: #5d5d5d !important; }

.color08 {
  color: #4a4a4a !important; }

.color09 {
  color: #404040 !important; }

.color10 {
  color: #303030 !important; }

.color11 {
  color: #252525 !important; }

.color12 {
  color: #1b1b1b !important; }

.color13 {
  color: #101010 !important; }

.bg-color00 {
  background-color: #fff !important; }

.bg-color01 {
  background-color: #f2f2f2 !important; }

.bg-color02 {
  background-color: #dadada !important; }

.bg-color03 {
  background-color: #c1c1c1 !important; }

.bg-color04 {
  background-color: #a7a7a7 !important; }

.bg-color05 {
  background-color: #8e8e8e !important; }

.bg-color06 {
  background-color: #737373 !important; }

.bg-color07 {
  background-color: #5d5d5d !important; }

.bg-color08 {
  background-color: #4a4a4a !important; }

.bg-color09 {
  background-color: #404040 !important; }

.bg-color10 {
  background-color: #303030 !important; }

.bg-color11 {
  background-color: #252525 !important; }

.bg-color12 {
  background-color: #1b1b1b !important; }

.bg-color13 {
  background-color: #101010 !important; }

.bg-red {
  background-color: #e74c3c !important; }

.bg-orange {
  background-color: #e67e22 !important; }

.bg-green {
  background-color: #1abc9c !important; }

.bg-blue {
  background-color: #3498db !important; }

.bg-darkblue {
  background-color: #1c4a6c !important; }

.bg-cyan {
  background-color: #9b59b6 !important; }

.bg-yellow {
  background-color: #d9a81d !important; }

.bg-l-grey {
  background-color: #f2f2f2 !important; }

.bg-grey {
  background-color: #999 !important; }

.bg-skin {
  background-color: #fff !important; }

/* Headings Fonts variables */
/* Heading font one */
.font-accident-one-bold {
  font-family: "Cormorant", sans-serif;
  font-weight: 700;
  font-style: normal; }

.font-accident-one-normal {
  font-family: "Cormorant", sans-serif;
  font-weight: 400;
  font-style: normal; }

/* Heading font two */
.font-accident-two-normal {
  font-family: "Cormorant", sans-serif;
  font-style: normal; }

.font-accident-two-oblique {
  font-family: "Cormorant", sans-serif;
  font-style: oblique; }

.font-accident-two-bold {
  font-family: "Cormorant", sans-serif;
  font-weight: bold; }

.font-accident-two-bold-italic {
  font-family: "Cormorant", sans-serif;
  font-weight: bold;
  font-style: oblique; }

/* Regular font */
.font-regular-light {
  font-family: "Cormorant", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-normal {
  font-family: "Cormorant", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-bold {
  font-family: "Cormorant", sans-serif;
  font-weight: 700;
  font-style: normal; }

/* Letter spacing */
.letter-spacing-03 {
  letter-spacing: 3px; }

/* Paragraphs */
.small {
  font-size: 13px; }

.extrasmall {
  font-size: 10px; }

.superheading {
  font-size: 48px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600; }

/* Button Sizes */
.btn {
  border-radius: 0px;}
  
.btn-lg {
  font-size: 15px; }

.btn-default {
  font-size: 14px; }

.btn-sm {
  font-size: 12px; }

.btn-xs {
  font-size: 11px;
  padding: 3px 9px; }

/* Button Types */
.btn-blk {
  letter-spacing: 0;
  border-radius: 2px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }

.btn-blk {
  font-family: "Cormorant", sans-serif;
  font-style: oblique !important;
  border: 1px solid #4a4a4a;
  background: #4a4a4a;
  margin-bottom: 12px;
  color: #fff !important; }
  .btn-blk:hover {
    border-color: #ffd43a;
    background: #ffd43a;
    color: #fff !important; }
  .btn-blk:focus {
    border-color: #ffd43a;
    background: #ffd43a;
    color: #fff !important; }
	
.btn-form {
	padding: 0;
	margin-top: -3px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.privacy-accept {
	padding-left: 10px;
	font-size:14px;
	color: #999;
}
.privacy-accept a {
	font-size:14px;
	color: #999;
}
body {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  color: #282828;
  font: 16px/1.2 "Cormorant", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  background-color: #fff; }

.boxed {
  display: block;
  background-color: #676767;
  background-image: url("../images/backgrounds/low_contrast_linen.png");
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 4px; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #282828;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  a:hover {
    color: #ffd43a; }
  a:focus {
    outline: none;
	color: #ffd43a; }
  a:hover, a:focus {
    text-decoration: none; }

i {
  color: #282828; }
  
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-weight: 700;
}
h1 {
	font-size: 32px;	
}

img {
	max-width: 100%;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #f2f2f2; }

#preloader img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }
  
#border-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #ffd43a;
	z-index: 999;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0px; }
  ul li {
    padding: 0px; }
    ul li a {
      cursor: pointer; }
  ul li, ul li a {
    font-size: inherit; }

ul.list-o {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.list-o li {
    padding-left: 1em;
    text-indent: -.7em; }
    ul.list-o li:before {
      padding-right: 4px;
      content: "O"; }

.padding-side-30 {
  padding: 0 30px; }

.padding-side-40 {
  padding: 0 40px; }

.padding-side-50 {
  padding: 0 50px; }

.padding-side-60 {
  padding: 0 60px; }

/* No Padding elements */
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

/* Dividers */
.e-divider-1 {
  height: 10px; }

.e-divider-2 {
  height: 20px; }

.e-divider-3 {
  height: 30px; }

.e-divider-4 {
  height: 40px; }

.e-divider-5 {
  height: 50px; }

.e-divider-6 {
  height: 60px; }

.e-divider-8 {
  height: 80px; }

.e-divider-9 {
  height: 90px; }

.e-divider-10 {
  height: 100px; }

.e-divider-15 {
  height: 150px; }

.e-divider-20 {
  height: 200px; }

.e-divider-dynamic {
  height: 32px; }

/* Heights */
.e-height-500 {
  min-height: 500px; }

.e-height-400 {
  min-height: 400px; }

.e-height-300 {
  min-height: 300px; }

.e-height-200 {
  min-height: 200px; }

.e-height-100 {
  min-height: 100px; }

/* Position */
.e-absolute {
  position: absolute !important; }

.e-relative {
  position: relative !important; }

.e-fixed {
  position: fixed !important; }

.e-inline {
  display: inline; }

.e-block {
  display: block; }

.e-inline-block {
  display: inline-block; }

.e-centered {
  margin: 0 auto; }

.e-hidden {
  display: none; }

.e-uppercase {
  text-transform: uppercase; }

.e-hidden {
  display: none; }

.e-respon-wrap img {
  max-width: 100% !important;
  height: auto;
  display: block; }

.e-fullwidth {
  width: 100% !important; }

.e-width-90 {
  width: 90%; }

.e-width-80 {
  width: 80%; }

.e-width-70 {
  width: 70%; }

.e-width-60 {
  width: 60%; }

.e-width-50 {
  width: 50%; }

textarea {
  height: 120px; }
  
button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  font-size: 100%; }

input, textarea, button {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Cormorant", sans-serif; }

input, textarea {
  border: 1px solid #e3e3e3;
  background: #fff;
  width: 360px;
  padding: 7px;
  color: #1b1b1b;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }
  input:focus, textarea:focus {
    outline: 0;
    border-color: #333; }
@media (max-width: 480px) {
	input, textarea {
		width: 100%;
	}
}
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select {
	height: 34px;	
}

.e-block-regular {
  padding: 30px 0 19px 0; }

.e-block-short {
  padding: 100px 0 100px 0; }

.e-block-null {
  margin: 0; }

.e-block-light {
  background: #f2f2f2;
  color: #303030; }
  .e-block-light p, .e-block-light h2, .e-block-light h3, .e-block-light h4, .e-block-light h5 {
    color: #303030; }
  .e-block-light a, .e-block-light .infoblock a {
    color: #303030; }
    .e-block-light a:hover, .e-block-light .infoblock a:hover {
      color: #ffd43a;
      text-decoration: none; }

.e-block-centered {
  text-align: center; }

.infoblock {
  margin: 0 0 24px 0; }
  .infoblock a:hover {
    text-decoration: none; }
  .infoblock .morelink {
    font-family: "Cormorant", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px; }
    .infoblock .morelink a {
      text-decoration: none; }
      .infoblock .morelink a i {
        margin-left: 5px; }

section {
  background-color: #fff; 
}

#portfolio {
	margin-top: 409px;
}
@media (max-width: 1199px) {
	#portfolio {
		margin-top: 350px;
	}  
}
@media (max-width: 480px) {
	#portfolio {
		margin-top: 140px;
	} 
}

#about-hero-image,
#portfolio-hero-image,
#blog-hero-image,
#contact-hero-image,
#blog-grid-hero-image {
  min-height: 470px;
  background-color: transparent;
  overflow: hidden;
  position: relative; }
  #about-hero-image:before, #about-hero-image:after,
  #portfolio-hero-image:before,
  #portfolio-hero-image:after,
  #blog-hero-image:before,
  #blog-hero-image:after,
  #contact-hero-image:before,
  #contact-hero-image:after,
  #blog-grid-hero-image:before,
  #blog-grid-hero-image:after {
    content: "";
    display: table; }
  #about-hero-image:after,
  #portfolio-hero-image:after,
  #blog-hero-image:after,
  #contact-hero-image:after,
  #blog-grid-hero-image:after {
    clear: both; }
  #about-hero-image .hero-wrapper,
  #portfolio-hero-image .hero-wrapper,
  #blog-hero-image .hero-wrapper,
  #contact-hero-image .hero-wrapper,
  #blog-grid-hero-image .hero-wrapper {
    position: absolute;
    top: 19%;
    right: 0; }
    #about-hero-image .hero-wrapper .hero-text,
    #portfolio-hero-image .hero-wrapper .hero-text,
    #blog-hero-image .hero-wrapper .hero-text,
    #contact-hero-image .hero-wrapper .hero-text,
    #blog-grid-hero-image .hero-wrapper .hero-text {
      margin: 160px 0 170px 0;
      padding: 24px 40px 32px 40px;
      background: rgba(255, 255, 255, 0.4); }
  #about-hero-image::before,
  #portfolio-hero-image::before,
  #blog-hero-image::before,
  #contact-hero-image::before,
  #blog-grid-hero-image::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 800px;
    top: 0;
    left: 0;
    /*background-color: #e8e8e8;*/
    will-change: transform;
    z-index: -1; }
  #about-hero-image h2,
  #portfolio-hero-image h2,
  #blog-hero-image h2,
  #contact-hero-image h2,
  #blog-grid-hero-image h2 {
    text-transform: uppercase;
    letter-spacing: 3px; }
  #about-hero-image .layer,
  #portfolio-hero-image .layer,
  #blog-hero-image .layer,
  #contact-hero-image .layer,
  #blog-grid-hero-image .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#about-hero-image::before {
  background: url("../images/backgrounds/06.jpg") no-repeat center center;
  background-size: cover; }
#about-hero-image .layer {
  background-color: rgba(255, 255, 255, 0.2); }

#portfolio-hero-image::before {
  /*background: url("../images/backgrounds/07.jpg") no-repeat center center;*/
  background-size: cover; }
#portfolio-hero-image .layer {
  background-color: rgba(255, 255, 255, 0.3); }
  
@media (max-width: 1199px) {
	#portfolio-hero-image {
	  min-height: 412px;}	
}
@media (max-width: 991px) {
	#portfolio-hero-image {
	  margin-top: 350px;
	  min-height: 15vh;
	  background-size: 100% auto !important; }	
}
@media (max-width: 480px) {
	#portfolio-hero-image {
	  margin-top: 160px;
	}	
}


#blog-hero-image::before {
  background: url("../images/backgrounds/08.jpg") no-repeat center center;
  background-size: cover; }
#blog-hero-image .layer {
  background-color: rgba(255, 255, 255, 0.2); }

#blog-grid-hero-image::before {
  background: url("../images/backgrounds/05.jpg") no-repeat center center;
  background-size: cover; }
#blog-grid-hero-image .layer {
  background-color: rgba(255, 255, 255, 0.2); }

#contact-hero-image::before {
  background: url("../images/backgrounds/09.jpg") no-repeat center center;
  background-size: cover; }
#contact-hero-image .layer {
  background-color: rgba(255, 255, 255, 0.2); }

.rev_slider_wrapper {
  width: 100% !important;
  left: 0 !important;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out; }

.tp-loader.spinner0 {
  background: url(../images/preloader.gif) no-repeat center center; }

.slider-revolution i::before {
  color: #fff;
  font-size: 60px;
  line-height: 64px;
  margin: 0; }

.tparrows.preview1:after {
  background: transparent !important; }

.tparrows.preview1:hover:after {
  color: #ffd43a; }

.hades.tparrows {
  background: none; }

.hades.tparrows:before {
  color: #737373 !important;
  opacity: .7;
  font-size: 24px; }

.hades.tparrows:hover:before {
  opacity: 1;
  background: none; }

.tp-bullets .tp-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: rgba(167, 167, 167, 0.6); }
.tp-bullets .selected {
  border-color: #fff !important;
  background-color: #fff !important; }

.portfolio-details {
  padding: 14px; }

.portfolio-caption {
  width: 100%;
  background: #f2f2f2;
  padding: 12px 18px 21px 18px;
  text-align: left;
  font-size: 12px; }
  .portfolio-caption p {
    margin: 0;
    line-height: 18px; }
  .portfolio-caption .portfolio-date {
    font-size: 11px;
    line-height: 20px;
    color: #999; }
    .portfolio-caption .portfolio-date a {
      color: #999; }
      .portfolio-caption .portfolio-date a:hover {
        color: #ffd43a;
        text-decoration: none; }
    .portfolio-caption .portfolio-date span {
      position: relative;
      font-size: 14px;
      margin-right: 2px; }
    .portfolio-caption .portfolio-date p {
      display: inline-block;
      margin-right: 10px; }
  .portfolio-caption a {
    color: #303030; }
  .portfolio-caption h4 {
    margin: 10px 0 5px 0; }
    .portfolio-caption h4 a {
      color: #5d5d5d; }
      .portfolio-caption h4 a:hover, .portfolio-caption h4 a:active, .portfolio-caption h4 a:focus {
        color: #ffd43a;
        text-decoration: none; }
      .portfolio-caption h4 a:visited {
        text-decoration: none; }

.portfolio-item-data ul {
  padding-left: 0; }
  .portfolio-item-data ul li span {
    font-weight: 600; }

.port-filter {
  position: relative; 
  z-index: 99;}
  .port-filter.project {
	position: fixed;
	top: 5px;}
  @media (max-width: 991px) {
	.port-filter.project{
	  top: 350px;}
  }
  @media (max-width: 767px) {
	.port-filter.project{
	  position: absolute;}
  }
  .port-filter ul {
    list-style: none;
    padding: 0;}
    .port-filter ul li {
      float: left;
	  display: block;
      line-height: 24px; }
      .port-filter ul li a {
        position: relative;
		padding: 0px 18px 0 0;
		margin-right: 18px;
        font-size: 16px;
		border-right: 1px solid #999;
        text-transform: uppercase;
        color: #999;
		font-weight: 700;
        transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out; }
	  .port-filter ul li:last-child a {
		padding-right: 0;
		border-right: 0px solid #999;}
        .port-filter ul li a:hover, .port-filter ul li a:focus, .port-filter ul li a.active {
          text-decoration: none;
          color: #000; }
	  @media (max-width: 1440px) {  
        .port-filter ul li a {
		  padding: 0px 8px 0 0;
		  margin-right: 8px;
		  font-size: 15px;
	    }
	  }
	  @media (max-width: 480px) {
		.port-filter {
		  position: fixed;
		  top: 90px;
		  z-index: 99;
		  background: #FFF;
		  width: 95%; }
		.port-filter ul {
		  margin: 0px; }
		.port-filter ul li {
		  float: none; 
		  line-height: 20px;}
		.port-filter ul li a {
		  display: block;
		  border-right: 0px solid #999;
		  border-bottom: 1px solid #999; }
		}
		  

/* Isotope Portfolio */
.grid {
  padding: 0; }
  .grid .row {
    margin-left: 0;
    margin-right: 0; }
    .grid .row .grid-item {
      border: none; }
    .grid .row .grid-item .item-wrap {
      margin: 15px;
	  padding: 20px;
	  background: #FFF2C3;
	  height: auto;
	  min-height: 300px; }
	  @media (max-width: 479px) {
    	.grid {  
		  margin-top: 80px;
		}
	  }

.grid {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

figure {
  position: relative;
  overflow: hidden;
  text-align: center; }
  figure img {
    position: relative;
    opacity: 1.0; }
  figure figcaption {
    padding: 1.0em;
    color: #303030;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    figure figcaption a {
      opacity: 0; }
    figure figcaption > .fig-description a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0; }
    figure figcaption:before, figure figcaption:after {
      pointer-events: none; }
  figure figcaption,
  figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  figure h3 {
    word-spacing: -0.15em;
    font-family: "Cormorant", sans-serif; }
    figure h3 span {
      font-family: "Cormorant", sans-serif; }
  figure h3, figure p {
    margin: 0; }
  figure p {
    letter-spacing: 1px;
    font-size: 68.5%; }
	
figure.effect-goliath .popup-call {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 899;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out; }
  figure.effect-goliath .popup-call a:hover, figure.effect-goliath .popup-call a:focus {
    text-decoration: none; }
  figure.effect-goliath .popup-call a i {
    color: #404040;
    transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out; }
    figure.effect-goliath .popup-call a i::before {
      font-size: 24px;
      margin-left: 2px; }
    figure.effect-goliath .popup-call a i:hover {
      color: #ffd43a; }
figure.effect-goliath figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px; }
  figure.effect-goliath figcaption .fig-description {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px; }
  figure.effect-goliath figcaption a {
    color: #303030;
    font-size: 11px;
    line-height: 20px; }
  figure.effect-goliath figcaption span {
    position: relative;
    margin-right: 2px; }
figure.effect-goliath img, figure.effect-goliath h3 {
  -webkit-transition: -webkit-transform 3.5s;
  transition: transform 3.5s; }
figure.effect-goliath img {
  max-width: none;
  width: -webkit-calc(100% + 0px);
  width: calc(100% + 0px);
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  -webkit-transform: translate3d(0px, 0, 0) scale(1);
  transform: translate3d(0px, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
figure.effect-goliath h3 {
  font-family: "Cormorant", sans-serif;
  color: "Cormorant", sans-serif !important;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0;
  letter-spacing: 3px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  figure.effect-goliath h3:before {
    position: absolute;
    content: " ";
    text-align: center;
    bottom: -5px;
    left: 0;
    width: 0;
    border-bottom: 1px solid #8e8e8e;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    transition-delay: .2s; }
figure.effect-goliath p {
  margin-top: 12px;
  color: #5d5d5d;
  text-transform: none;
  font-family: "Cormorant", sans-serif;
  font-size: 11px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
figure.effect-goliath:hover .popup-call {
  opacity: 1; }
figure.effect-goliath:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1.5);
  transform: translate3d(0, 0, 0) scale(1.5); }
figure.effect-goliath:hover h3 {
  opacity: 1; }
  figure.effect-goliath:hover h3:before {
    width: 100%; }
figure.effect-goliath:hover p {
  width: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.captions:hover img {
  opacity: 1 !important; }

#port-item-details i {
  font-size: 30px; }
#port-item-details img {
  padding-bottom: 40px;
  max-width: 474px; }

@media (max-width: 991px) {
	#port-item-details {
		margin-top: 300px;
	}
}
@media (max-width: 480px) {
	#port-item-details {
		margin-top: 70px;
	}  
}

.jobinfo {
  padding: 0;
  margin: 0;
  text-align: right;
  text-align: -webkit-right; }
  .jobinfo li {
    position: relative;
    display: table;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 600; }
    .jobinfo li span {
      font-weight: 400; }

.services-block i {
  font-size: 40px; }

#goal {
  background: url("../images/backgrounds/noisy.png") fixed;
  overflow: hidden;
  position: relative; }
  #goal .goalProgress {
    background: transparent;
    padding: 0px; }
  #goal div.progressBar {
    background: #1b1b1b;
    color: #c1c1c1;
    font-size: 10px;
    font-family: "Cormorant", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    padding-right: 8px;
    display: block;
    overflow: hidden;
    width: 20px; }
  #goal span.goalAmount {
    display: none;
    text-indent: -9999px; }
  #goal .layer {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#counts i {
  font-size: 40px; }
#counts .count-icon {
  margin-bottom: 8px; }
#counts .digit {
  line-height: 24px;
  font-size: 24px; }
#counts .count-text {
  letter-spacing: 2px;
  font-size: 11px;
  color: #a7a7a7; }

#promo {
  background: url("../images/guy.jpg");
  background-position: bottom center;
  background-repeat: no-repeat; }

#clients img {
  opacity: .2; }

#blog .port-filter {
  position: relative;
  padding: 0 15px; }
  #blog .port-filter ul li {
    display: inline-block; }
#blog .grid .row .grid-item {
  border: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 48px; }
#blog .item-wrap {
  margin-bottom: 40px; }
  #blog .item-wrap figure {
    text-align: left; }
    #blog .item-wrap figure .popup-call {
      position: absolute;
      z-index: 10;
      top: 24px;
      left: 24px;
      opacity: 0;
      height: 40px;
      width: 40px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.7);
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out; }
      #blog .item-wrap figure .popup-call a i {
        margin: 4px 0 0 4px; }
        #blog .item-wrap figure .popup-call a i:before {
          transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          font-size: 32px;
          color: #8e8e8e; }
      #blog .item-wrap figure .popup-call a:hover i:before {
        color: #ffd43a; }
    #blog .item-wrap figure:hover .popup-call {
      opacity: 1; }
    #blog .item-wrap figure:hover img {
      opacity: 1; }
    #blog .item-wrap figure p {
      font-size: 13px; }
    #blog .item-wrap figure img {
      margin-bottom: 24px;
      opacity: .8;
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out; }
    #blog .item-wrap figure figcaption {
      padding: 0;
      position: relative;
      color: #8e8e8e;
      text-transform: none; }
      #blog .item-wrap figure figcaption a {
        color: #404040;
        opacity: 1; }
        #blog .item-wrap figure figcaption a:hover, #blog .item-wrap figure figcaption a:focus {
          color: #ffd43a;
          text-decoration: none; }
      #blog .item-wrap figure figcaption .post-meta {
        text-transform: uppercase;
        color: #8e8e8e;
        font-size: 11px; }
        #blog .item-wrap figure figcaption .post-meta span {
          margin-right: 3px; }
      #blog .item-wrap figure figcaption .post-header {
        text-transform: uppercase; }
        #blog .item-wrap figure figcaption .post-header h5 {
          font-size: 15px;
          letter-spacing: 2px;
          line-height: 23px;
          font-weight: 600;
          margin-top: 5px;
          margin-bottom: 14px; }
      #blog .item-wrap figure figcaption .post-entry {
        margin-bottom: 21px; }
      #blog .item-wrap figure figcaption .post-tag {
        color: #8e8e8e;
        text-transform: uppercase;
        font-size: 13px; }
        #blog .item-wrap figure figcaption .post-tag span {
          margin-right: 10px;
          letter-spacing: 1px; }
      #blog .item-wrap figure figcaption .post-more-link {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 22px; }
        #blog .item-wrap figure figcaption .post-more-link a i {
          margin-left: 5px;
          transition: all 0.25s ease 0s;
          -o-transition: all 0.25s ease 0s;
          -moz-transition: all 0.25s ease 0s;
          -webkit-transition: all 0.25s ease 0s; }

.post-block {
  margin-bottom: 80px; }

#blog-list .post .post-detail, #blog-list .post .page-detail, #blog-list .page .post-detail, #blog-list .page .page-detail {
  padding: 30px 0; }
  #blog-list .post .post-detail .meta-cat, #blog-list .post .page-detail .meta-cat, #blog-list .page .post-detail .meta-cat, #blog-list .page .page-detail .meta-cat {
    display: inline-block;
    background: #f2f2f2;
    padding: 4px 16px;
    font-family: "Cormorant", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px; }
  #blog-list .post .post-detail h2.entry-title, #blog-list .post .page-detail h2.entry-title, #blog-list .page .post-detail h2.entry-title, #blog-list .page .page-detail h2.entry-title {
    font-family: "Cormorant", sans-serif;
    text-transform: uppercase;
    line-height: 1.4em; }
  #blog-list .post .post-detail h2.entry-title.page-title, #blog-list .post .page-detail h2.entry-title.page-title, #blog-list .page .post-detail h2.entry-title.page-title, #blog-list .page .page-detail h2.entry-title.page-title {
    font-family: "Cormorant", sans-serif;
    line-height: 1.4em; }
  #blog-list .post .post-detail .metas, #blog-list .post .page-detail .metas, #blog-list .page .post-detail .metas, #blog-list .page .page-detail .metas {
    font-size: 12px;
    color: #8e8e8e; }
    #blog-list .post .post-detail .metas a, #blog-list .post .page-detail .metas a, #blog-list .page .post-detail .metas a, #blog-list .page .page-detail .metas a {
      color: #8e8e8e; }
      #blog-list .post .post-detail .metas a:hover, #blog-list .post .page-detail .metas a:hover, #blog-list .page .post-detail .metas a:hover, #blog-list .page .page-detail .metas a:hover {
        color: #ffd43a; }
    #blog-list .post .post-detail .metas .meta-date, #blog-list .post .page-detail .metas .meta-date, #blog-list .page .post-detail .metas .meta-date, #blog-list .page .page-detail .metas .meta-date {
      margin-right: 8px; }
    #blog-list .post .post-detail .metas .meta-author, #blog-list .post .page-detail .metas .meta-author, #blog-list .page .post-detail .metas .meta-author, #blog-list .page .page-detail .metas .meta-author {
      margin-right: 8px; }
#blog-list .post .img-wrap, #blog-list .page .img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 24px; }
#blog-list .post .post-excerpt, #blog-list .page .post-excerpt {
  margin-bottom: 18px;
  letter-spacing: 0.4px; }
#blog-list .post-grid article {
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden; }
#blog-list .post-grid article .img-wrap {
  margin-bottom: 8px; }
#blog-list .post-grid article .entry-title {
  font-size: 22px; }
#blog-list .post-grid article .post-detail {
  padding: 16px 0; }
#blog-list .post-grid article .post-detail .meta-cat {
  padding: 1px 9px;
  font-family: "Cinzel", serif; }
#blog-list .post-grid article .post-excerpt p {
  font-size: 13px;
  letter-spacing: 0.2px; }
#blog-list .post-grid article .continue-btn {
  display: none; }
#blog-list .post-grid article blockquote {
  font-size: 1.2em; }
#blog-list .share-tag-box {
  margin-top: 80px; }
  #blog-list .share-tag-box .social li a i {
    margin-left: 0; }
  #blog-list .share-tag-box h4 {
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: "Cormorant", sans-serif;
    letter-spacing: 1px; }
  #blog-list .share-tag-box .tags li {
    padding: 0; }
    #blog-list .share-tag-box .tags li a {
      border: 1px solid #dadada;
      padding: 6px 12px; }
      #blog-list .share-tag-box .tags li a:hover {
        border-color: #8e8e8e; }
#blog-list .author-info {
  clear: both;
  padding: 3em 2.5em 3.5em 2.5em;
  background: #f7f7f7;
  position: relative;
  margin-top: 80px; }
  #blog-list .author-info .author-description {
    padding-top: 0; }
  #blog-list .author-info .author-avatar .avatar {
    float: left;
    height: 90px;
    width: 90px;
    margin: 0px 1.75em 1.75em 0px;
    border: 4px solid #fff; }
  #blog-list .author-info .author-title {
    clear: none;
    font-size: 1.3rem;
    font-family: "Cormorant", sans-serif;
    line-height: 1.75;
    margin: 0px; }
    #blog-list .author-info .author-title span {
      font-style: normal;
      color: #737373; }
  #blog-list .author-info .author-bio {
    font-size: 13px; }
  #blog-list .author-info .author-link {
    color: #8e8e8e;
    text-decoration: none; }
    #blog-list .author-info .author-link:hover {
      color: #8e8e8e; }
#blog-list #comments {
  margin-top: 80px; }
  #blog-list #comments img {
    width: 64px;
    height: 64px; }
  #blog-list #comments .media {
    margin-top: 60px; }
    #blog-list #comments .media .media-body .comment {
      line-height: 1.6em;
      font-size: 12px; }
  #blog-list #comments .post-data {
    font-size: 12px;
    color: #e2839b; }
  #blog-list #comments .post-date {
    line-height: 1em; }
  #blog-list #comments .post-author {
    font-family: "Cormorant", sans-serif;
    font-style: oblique; }
    #blog-list #comments .post-author a {
      font-size: 18px; }

blockquote {
  font-family: "Lora", serif;
  font-style: oblique;
  font-size: 1.5em;
  position: relative;
  margin: 1.5em 0;
  padding-left: 55px;
  border-left: none; }
  blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 22px;
    content: '';
    background-image: url("../images/quote.svg");
    background-repeat: no-repeat;
    background-size: 35px 22px; }

#tf-pagination .page-numbers {
  padding: 18px 24px;
  background: #f2f2f2;
  border-radius: 0; }
#tf-pagination a.page-numbers {
  background: #f2f2f2; }
  #tf-pagination a.page-numbers i {
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out; }
#tf-pagination a.page-numbers:hover {
  background: #ffd43a;
  color: #fff; }
  #tf-pagination a.page-numbers:hover i {
    color: #fff; }

#blogpost .post-meta {
  text-transform: uppercase;
  color: #8e8e8e;
  font-size: 13px; }
  #blogpost .post-meta span {
    margin-right: 3px; }
#blogpost .post-tag {
  color: #8e8e8e;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 8px; }
  #blogpost .post-tag span {
    margin-right: 10px;
    letter-spacing: 1px; }
#blogpost hr {
  margin-bottom: 45px; }
#blogpost #comments img {
  width: 64px;
  height: 64px; }
#blogpost #comments .media {
  margin-top: 40px; }
#blogpost #comments .post-author {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600; }

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
  background: none;
  opacity: 1; }
.owl-carousel:hover .owl-prev {
  margin-left: 14px; }
.owl-carousel:hover .owl-next {
  margin-right: 14px; }
.owl-carousel:hover .item .feat-post .feat-wrapper .feat-metas {
  background: rgba(255, 255, 255, 0.9); }
.owl-carousel .item {
  position: relative;
  text-align: center; }
  .owl-carousel .item .feat-post {
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 9; }
    .owl-carousel .item .feat-post .feat-wrapper {
      position: relative;
      left: -50%;
      background: rgba(255, 255, 255, 0.3);
      padding: 24px;
      border-radius: 24px; }
      .owl-carousel .item .feat-post .feat-wrapper .feat-metas {
        background: rgba(255, 255, 255, 0.8);
        padding: 32px;
        border-radius: 6px;
        font-size: 12px;
        color: #8e8e8e;
        transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out; }
        .owl-carousel .item .feat-post .feat-wrapper .feat-metas .ornament-divider-fullwidth {
          line-height: 16px; }
        .owl-carousel .item .feat-post .feat-wrapper .feat-metas a {
          color: #8e8e8e; }
          .owl-carousel .item .feat-post .feat-wrapper .feat-metas a:hover {
            color: #ffd43a; }
        .owl-carousel .item .feat-post .feat-wrapper .feat-metas .meta-date {
          margin-right: 8px; }
        .owl-carousel .item .feat-post .feat-wrapper .feat-metas .meta-author {
          margin-right: 8px; }
        .owl-carousel .item .feat-post .feat-wrapper .feat-metas h2 {
          margin: 10px 0 18px 0;
          color: #404040; }
        .owl-carousel .item .feat-post .feat-wrapper .feat-metas .morelink {
          padding: 6px 24px;
          text-transform: uppercase;
          font-size: 10px;
          background: #8e8e8e;
          color: #fff; }
          .owl-carousel .item .feat-post .feat-wrapper .feat-metas .morelink:hover {
            background: #8e8e8e;
            color: #fff; }

.owl-nav {
  font-family: "FontAwesome";
  font-size: 36px;
  position: absolute;
  display: block;
  top: 46%;
  width: 100%; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    display: inline-block;
    opacity: 0;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
	background: rgba(255, 255, 255, 0.0); }
    .owl-nav .owl-prev i, .owl-nav .owl-next i {
      color: #999; }
    .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
      background: rgba(0, 0, 0, 0.2); }
    .owl-nav .owl-prev:hover i, .owl-nav .owl-next:hover i {
      color: #fff; }
  .owl-nav .owl-prev {
    float: left;
    margin-left: 0px; }
    .owl-nav .owl-prev i {
      padding-right: 3px; }
  .owl-nav .owl-next {
    float: right;
    margin-right: 0px; }
    .owl-nav .owl-next i {
      padding-left: 3px; }

.owl-dots {
  position: absolute;
  display: block;
  bottom: -30px;
  width: 100%; }
  .owl-dots .owl-dot.active {
    background: #333; }
  .owl-dots .owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.4);
    margin-right: 4px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out; }
    .owl-dots .owl-dot:hover, .owl-dots .owl-dot .owl-dot.active {
      background: #000; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0 #fff;
  cursor: pointer;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-left: 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0 #fff;
  cursor: pointer;
  left: 50px;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-right: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mfp-arrow-right:before,
.mfp-arrow-left:before {
  display: none; }

#google-map {
  width: 100%; }
  #google-map img {
    max-width: none; }

.bigmap {
  height: 400px !important; }

/* Google map Slide-out */
#gm-panel {
  width: 100%;
  background: #eeeeee;
  text-align: center;
  /*z-index: 9;*/
  bottom: 300px;
  display: block; }

.cbp-af-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 900;
  height: 130px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  @media (max-width: 480px) {
	.cbp-af-header {
	  height: 90px;
	}
  }
  .cbp-af-header .cbp-af-inner {
    margin: 0 auto; }
  .cbp-af-header h1, .cbp-af-header nav {
    line-height: 130px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .cbp-af-header .navbar-default, .cbp-af-header .navbar-toggle, .cbp-af-header .navbar-toggle:hover, .cbp-af-header .navbar-toggle:focus {
    background-color: transparent;
    border: none; }
  .cbp-af-header .navbar-collapse {
    margin-top: 20px;
    border: none;}
	@media (max-width: 992px) {
	  .cbp-af-header .navbar-collapse {
		display: none;}
	}

  .cbp-af-header h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 3.1em;
    margin: 0;
    float: left;}
    .cbp-af-header h1 a {
      font-family: "Cormorant", sans-serif;
      font-weight: 600; }
  .cbp-af-header .navbar-nav > li > a {
    font-weight: 500; }
  .cbp-af-header nav > a {
    margin: 0 0 0 20px;
    font-size: 1.0em;
    text-transform: uppercase; }
  .cbp-af-header .navbar-toggle {
	margin-top: 47px;
	margin-right: 0;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    transition: margin 0.5s ease;}
	@media (max-width: 480px) {
	  .cbp-af-header .navbar-toggle {
		margin-top: 33px;
		margin-right: -25px;}
	}
	@media (max-width: 992px) {
	  .cbp-af-header .navbar-toggle {
		display: block;
		float: right;}
	}

  .cbp-af-header.cbp-af-header-shrink {
    height: 130px; }
    /*
	.cbp-af-header.cbp-af-header-shrink h1, .cbp-af-header.cbp-af-header-shrink nav > a {
      line-height: 100px; }
    .cbp-af-header.cbp-af-header-shrink h1 {
      font-size: 2.0em; }
    .cbp-af-header.cbp-af-header-shrink .navbar-collapse {
      margin-top: 20px;
	  width: 100%; }
    .cbp-af-header.cbp-af-header-shrink .navbar-toggle {
      margin-top: 32px;
      padding: 9px 0px; }
	*/
	@media (max-width: 480px) {
	  .cbp-af-header.cbp-af-header-shrink {
		height: 90px; }
	}
.navbar h1 a {
  color: #303030; }
.navbar .navbar-nav > li > a {
  color: #404040; }
  .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    color: #ffd43a; }
.navbar .navbar-toggle .icon-bar {
  background-color: #303030; }
 
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-header {
		width: 100%;
	}  
}
.navbar-header .logo img {
	margin-left: 40px;
	margin-top: 30px;
	height: 70px;
	width: auto;
}
@media (max-width: 1200px) {
	.navbar-header .logo img {
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.navbar-header .logo img {
		height: 40px;
		margin-left: -20px;
	}
}

.navbar.header-light h1 a {
  color: #fff; }
.navbar.header-light .navbar-nav > li > a {
  color: #fff; }
  .navbar.header-light .navbar-nav > li > a:hover {
    color: #dadada; }
  .navbar.header-light .navbar-nav > li > a:focus {
    color: #fff; }
.navbar.header-light .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-nav > li > a {
  font-weight: 500; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent; }

.dropdown-menu {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: #1b1b1b; 
  min-width: auto;}
  .dropdown-menu > li > a {
    padding: 9px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #dadada; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #fff;
      text-decoration: none;
      background-color: #404040; }

.caret {
  margin-top: -2px;
  margin-left: 5px; }

.navbar-right {
	margin-right: -15px;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 14px; 
}
.navbar-right .login {
	display: none !important;
}

#wrapper {
	min-height:100%;
	position:relative;
}
	
#wrapper,
#sidebar-wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#menu-toggle,
#menu-toggle span,
.bottom-widget a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#wrapper {
  padding-left: 0; }

#wrapper.sidebar-left.toggled {
  padding-left: 300px; }

.sidebar-left #sidebar-wrapper {
  z-index: 901;
  position: fixed;
  left: 300px;
  top: 0;
  height: 100%;
  margin-left: -300px;
  overflow-y: auto;
  background: #000; }
  
#wrapper.sidebar-left.toggled #sidebar-wrapper {
  width: 300px; }

.sidebar-left #page-content-wrapper {
  width: 100%;}

#wrapper.sidebar-left.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -300px; }

/* Sidebar Styles */
.sidebar-nav-mobile {
	display: none;
	margin-top: -19px;
	width: 100%;	
}
@media (max-width: 991px) {
	.sidebar-nav-mobile {
		display: block;
		
	}
}


.sidebar-left #sidebar-wrapper .menu-lang-mobile {
  display: none;
  height: 41px;
  border-bottom: 1px solid #262626;
  padding: 0 20px;
  background: rgba(255,255,255,0.3);
}
@media (max-width: 991px) {
	.sidebar-left #sidebar-wrapper .menu-lang-mobile {
		display: block;
		
	}
}
.sidebar-left #sidebar-wrapper .menu-lang-mobile .navbar-nav {
  margin-top: 0;	
}
.sidebar-left #sidebar-wrapper .menu-lang-mobile .navbar-nav > li {
    float: left;
	margin-right: 20px;
}
.sidebar-left #sidebar-wrapper .menu-lang-mobile .navbar-nav > li > a {
    color: #fff !important;
}
.sidebar-left #sidebar-wrapper .menu-lang-mobile .navbar-nav > li > a:focus {
	background: none;
	color: #FFD43A;
}
.sidebar-left #sidebar-wrapper .menu-lang-mobile .navbar-nav > li > a:hover {
	background: rgba(255,255,255,0.3);
}

.sidebar-left .sidebar-nav {
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both; }
  .sidebar-left .sidebar-nav li, .sidebar-nav-mobile li{
    text-indent: 40px;
    line-height: 30px;
    padding: 0; }
	@media (max-width: 991px) {
		.sidebar-left .sidebar-nav li, .sidebar-nav-mobile li {
			text-indent: 0px;			
		}
	}
    .sidebar-left .sidebar-nav li a, .sidebar-nav-mobile li a {
      display: block;
      text-decoration: none;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 500;
	  padding: 0 10px;}
	  .sidebar-nav-mobile li a {
		  text-align: center;
		  text-indent: 0px;
	  }
      .sidebar-left .sidebar-nav li a:hover, .sidebar-nav-mobile li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255,255,255,0.3); }
      .sidebar-left .sidebar-nav li a:active, .sidebar-left .sidebar-nav li a:focus {
        text-decoration: none; }
    .sidebar-left .sidebar-nav li a.current, .sidebar-nav-mobile li a.current {
        text-decoration: none;
        color: #000;
        background: #ffd43a;
		font-weight: 700; }
	@media (max-width: 991px) {
		.sidebar-left .sidebar-nav li a, .sidebar-nav-mobile li a {
			padding: 0 20px;			
		}
	}
  .sidebar-left .sidebar-nav > .sidebar-brand {
    text-align: center;
    text-indent: 0;
    width: 300px; }
    .sidebar-left .sidebar-nav > .sidebar-brand a {
      font-size: 32px;
      margin-top: 39px;
      line-height: 60px;
      color: #fff;
      text-transform: uppercase; 
	  background: #fff;
	  text-align: center;}
	@media (max-width: 1199px) {
		.sidebar-left .sidebar-nav > .sidebar-brand a {
		  margin-top: 1px;}
	}
      .sidebar-left .sidebar-nav > .sidebar-brand a span {
        font-size: 100px; }
      .sidebar-left .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none; }

/*  sub menu */
.sidebar-left .sidebar-nav li ul {
    display: none;
	margin-bottom: 10px;
} 	
.sidebar-left .sidebar-nav ul li a {
    padding-left: 31px;
	font-size: 14px;
	color: #FFD43A;
	line-height: 20px;
}
		
.sidebar-left #menu-toggle {
  position: fixed;
  width: 50px;
  height: 50px;
  background: rgba(100, 100, 100, 0.15);
  text-align: center;
  top: 15px;
  left: 5px;
  z-index: 20000;
  color: #8e8e8e;
  cursor: pointer; 
  background: url(../images/arrow-left.png) no-repeat;
  background-size: 25px 25px;}
.sidebar-left.toggled #menu-toggle {
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 25px 25px;}
  .sidebar-left #menu-toggle span {
    top: -2px;
    left: 8px;
    position: absolute;
    font-size: 32px;
    font-family: Pe-icon-7-stroke; }
    .sidebar-left #menu-toggle span:before {
      content: "\e696"; }
.sidebar-left .toggled #menu-toggle {
  color: #8e8e8e; }
  .sidebar-left .toggled #menu-toggle span {
    font-family: Pe-icon-7-stroke; }
    .sidebar-left .toggled #menu-toggle span:before {
      content: "\e696"; }
.sidebar-left .side-widget {
  color: #fff;
  padding: 20px 50px;
  width: 300px;
  font-size: 14px;
  line-height: 16px; }
  .sidebar-left .side-widget input {
    background-color: #303030;
    border: none;
    color: #a7a7a7; }

@media screen and (max-height: 850px){
	.sidebar-left .side-widget {
	  line-height: 1; }
}
@media screen and (max-height: 750px){
	.sidebar-left .side-widget p {
	  display: none; }
}
@media screen and (max-width: 992px){
	.sidebar-left .side-widget {
	  display: none; }
}
@media screen and (max-height: 768px){
	.sidebar-left .side-widget {
		padding-top: 0;
	}
}

.sidebar-left .bottom-widget {
  position: absolute;
  width: 300px;
  bottom: 0;
  padding: 20px 50px 30px 50px;
  color: #fff; }
  .sidebar-left .bottom-widget .social-icons {
	margin-bottom:25px;
  }
  .sidebar-left .bottom-widget .social-icons a {
	padding-right: 3px;
  }
  .sidebar-left .bottom-widget a,
  .sidebar-left .bottom-widget a i {
    color: #fff; }
  .sidebar-left .bottom-widget a i {
	font-size: 21px; }
  .sidebar-left .bottom-widget a:hover,
  .sidebar-left .bottom-widget a:hover i {
    color: #ffd43a; }
.sidebar-left .cbp-af-header.toggled {
  padding-left: 300px;}

@media (min-width: 992px) {
  #wrapper.sidebar-left {
    padding-left: 300px; }

  #wrapper.sidebar-left.toggled {
    padding-left: 0; }

  .sidebar-left #sidebar-wrapper {
    width: 300px; }

  #wrapper.sidebar-left.toggled #sidebar-wrapper {
    width: 0; }

  .sidebar-left #page-content-wrapper {
    position: relative; }

  #wrapper.sidebar-left.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; } }
@media (max-width: 992px) {
  .sidebar-left .cbp-af-header {
    padding-left: 0px; }

  .sidebar-left .cbp-af-header.toggled {
    padding-left: 0; }

  #wrapper.sidebar-left {
    padding-left: 0px; }

  #wrapper.sidebar-left.toggled {
    padding-left: 0; }

  .sidebar-left #sidebar-wrapper {
    display: none; }
  #wrapper.sidebar-left.toggled #sidebar-wrapper {
    width: 0; }

  .sidebar-left #menu-toggle {
    opacity: 0; } 
  .sidebar-left #sidebar-wrapper .bottom-widget {
	display: none;  
  }
	}
#wrapper,
#sidebar-wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#menu-toggle,
#menu-toggle span,
.bottom-widget a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#wrapper {
  padding-left: 0; }

#wrapper.sidebar-right.toggled {
  padding-right: 300px; }

.sidebar-right #sidebar-wrapper {
  z-index: 901;
  position: fixed;
  right: 300px;
  top: 0;
  width: 0;
  height: 100%;
  margin-right: -300px;
  overflow-y: auto;
  background: #101010; }

#wrapper.sidebar-right.toggled #sidebar-wrapper {
  width: 300px; }

.sidebar-right #page-content-wrapper {
  width: 100%;
  position: absolute; }

#wrapper.sidebar-right.toggled #page-content-wrapper {
  position: absolute;
  margin-left: -300px; }
  
/* cbp-af-header-shrink */
.sidebar-left .cbp-af-header.cbp-af-header-shrink .sidebar-nav-mobile {
	margin-top: -55px;
}
@media (max-width: 767px) {
	.sidebar-left .cbp-af-header.cbp-af-header-shrink .sidebar-nav-mobile {
		margin-top: -16px;
	}
}
@media (max-width: 768px) {
	.sidebar-left .cbp-af-header.cbp-af-header-shrink .navbar-nav {
		margin-top: 10px;
	}
}
.sidebar-left .cbp-af-header.cbp-af-header-shrink .navbar-nav li {
	float: left;
}
.sidebar-left .cbp-af-header.cbp-af-header-shrink .navbar-nav li p {
	display: none;
}
.sidebar-left .cbp-af-header.cbp-af-header-shrink .navbar-nav li h3 {
	font-size: 18px;
}
@media (max-width: 1199px) {
	.sidebar-left .cbp-af-header.cbp-af-header-shrink .navbar-nav li h3 {
		font-size: 16px;
		padding-bottom: 4px;
	}
}

.sidebar-left #sidebar-wrapper.collapse.in {

}
.sidebar-left #sidebar-wrapper.collapse {
	display: block;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
}

/* Sidebar Styles */
.sidebar-right .sidebar-nav {
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar-right .sidebar-nav li {
    text-indent: 40px;
    line-height: 30px;
    padding: 0 20px; }
    .sidebar-right .sidebar-nav li a {
      display: block;
      text-decoration: none;
      color: #999999;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Cormorant", sans-serif;
      font-weight: 500; }
      .sidebar-right .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.1); }
      .sidebar-right .sidebar-nav li a:active, .sidebar-right .sidebar-nav li a:focus {
        text-decoration: none; }
    .sidebar-right .sidebar-nav li a.current {
      color: #fff; }
  .sidebar-right .sidebar-nav > .sidebar-brand {
    text-align: center;
    text-indent: 0;
    width: 300px; }
    .sidebar-right .sidebar-nav > .sidebar-brand a {
      font-size: 32px;
      margin-top: 39px;
      line-height: 60px;
      color: #fff;
      text-transform: uppercase; }
      .sidebar-right .sidebar-nav > .sidebar-brand a span {
        font-size: 100px; }
      .sidebar-right .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none; }
.sidebar-right #menu-toggle {
  position: fixed;
  width: 50px;
  height: 50px;
  background: rgba(100, 100, 100, 0.15);
  text-align: center;
  top: 0px;
  right: 0px;
  z-index: 20000;
  color: #8e8e8e;
  cursor: pointer; }
  .sidebar-right #menu-toggle span {
    top: -2px;
    left: 8px;
    position: absolute;
    font-size: 32px;
    font-family: Pe-icon-7-stroke; }
    .sidebar-right #menu-toggle span:before {
      content: "\e696"; }
.sidebar-right .toggled #menu-toggle {
  color: #8e8e8e; }
  .sidebar-right .toggled #menu-toggle span {
    font-family: Pe-icon-7-stroke; }
    .sidebar-right .toggled #menu-toggle span:before {
      content: "\e696"; }
.sidebar-right .side-widget {
  color: #a7a7a7;
  padding: 20px 60px;
  width: 300px; }
  .sidebar-right .side-widget input {
    background-color: #303030;
    border: none;
    color: #a7a7a7; }
.sidebar-right .bottom-widget {
  background: #101010;
  position: absolute;
  width: 300px;
  bottom: 0;
  padding: 60px;
  color: #fff; }
  .sidebar-right .bottom-widget a i {
    font-size: 21px; }
  .sidebar-right .bottom-widget a:hover i {
    color: #f2f2f2; }
.sidebar-right .cbp-af-header.toggled {
  padding-right: 300px; }

@media (min-width: 992px) {
  #wrapper.sidebar-right {
    padding-right: 300px; }

  #wrapper.sidebar-right.toggled {
    padding-right: 0; }

  .sidebar-right #sidebar-wrapper {
    width: 300px; }

  #wrapper.sidebar-right.toggled #sidebar-wrapper {
    width: 0; }

  .sidebar-right #page-content-wrapper {
    position: relative; }

  #wrapper.sidebar-right.toggled #page-content-wrapper {
    position: relative;
    margin-left: 0; } }
@media (max-width: 992px) {
  .sidebar-right .cbp-af-header {
    padding-right: 0px; }

  .sidebar-right .cbp-af-header.toggled {
    padding-right: 0; }

  #wrapper.sidebar-right {
    padding-right: 0px; }

  #wrapper.sidebar-right.toggled {
    padding-right: 0; }

  .sidebar-right #sidebar-wrapper {
    width: 0px; }

  #wrapper.sidebar-right.toggled #sidebar-wrapper {
    width: 0; }

  .sidebar-right #menu-toggle {
    opacity: 0; } }
	
/* content */
#content {
	margin: 150px 70px 80px 70px;
}
#content .container,
#content .container-fluid {
	margin-left: 0;
	width: auto;
	max-width: 1200px;	
}
@media (max-width: 1200px) {
	#content {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	#content {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (max-width: 480px) {
	#content {
		margin-top: 90px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#content .container {	
		padding-right: 0;
		padding-left: 0;
	}
}
/*------------------------------------------------------------------
[13. Media Query]
*/
@media (max-width: 1200px) {
  .cbp-af-header h1 {
    font-size: 2.0em; } }
@media (max-width: 768px) {
  .padding-side-60 {
    padding: 0 20px; }

  #promo {
    background: none; }

  .navbar-collapse.in {
    border-color: #f2f2f2;
    background: #f2f2f2;
    margin: 0 !important;
    position: fixed;
    width: 100%;
    left: 0; }
    .navbar-collapse.in li.dropdown > ul > li {
      padding: 3px 0; }

  .cbp-af-header.cbp-af-header-shrink .navbar-collapse {
    margin-top: 0; }

  .navbar-nav > li > a {
    color: #303030 !important; }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
      color: #ffd43a !important; } }
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .padding-side-60 {
    padding: 0 10px; } 
}


/* footer */
footer {
	display: none;
	position: relative;
	margin-top: 140px;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
}
@media (max-width: 992px) {
	footer {
		display: block;
	}
}
footer .bottom-widget {
	position: relative !important;
	width: 100% !important;
	padding: 25px !important;	
}
footer a {
	color: #fff;	
}

/*  share buttons  */
.share-buttons {
	margin-top: 30px;
}
.share-buttons li {
	line-height: 0; min-height: 30px;
}
.share-buttons li iframe {
	max-width: none;
}
.share-buttons i {
	font-size: 20px !important;
	color: #fff;
}
.share-buttons_item {
	margin: 0px 2px 2px 0px; vertical-align: top; display: inline-block;
}
.share-buttons_link {
	width: 30px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 20px; text-decoration: none; display: block;
}
.share-buttons_link:hover {
	color: rgb(255, 255, 255); text-decoration: none;
}
.share-buttons_link:focus {
	color: rgb(255, 255, 255); text-decoration: none;
}
.share-buttons_link:active {
	color: rgb(255, 255, 255); text-decoration: none;
}
.link-facebook.share-buttons_link {
	background: rgb(59, 89, 152);
}
.link-facebook.share-buttons_link:hover {
	background: rgb(38, 57, 97);
}
.link-twitter.share-buttons_link {
	background: rgb(0, 172, 237);
}
.link-twitter.share-buttons_link:hover {
	background: rgb(0, 116, 161);
}
.link-google-plus.share-buttons_link {
	background: rgb(221, 75, 57);
}
.link-google-plus.share-buttons_link:hover {
	background: rgb(172, 45, 30);
}
.link-pinterest.share-buttons_link {
	background: rgb(203, 32, 39);
}
.link-pinterest.share-buttons_link:hover {
	background: rgb(137, 22, 26);
}
.link-linkedin.share-buttons_link {
	background: rgb(1, 119, 181);
}
.link-linkedin.share-buttons_link:hover {
	background: rgb(15, 73, 103);
}
[class^='icon-'] {
	font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased;
}
[class*=' icon-'] {
	font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased;
}
[class^='icon-']::before {
	text-decoration: inherit; display: inline-block; speak: none;
}
[class*=' icon-']::before {
	text-decoration: inherit; display: inline-block; speak: none;
}
.icon-large::before {
	font-size: 1.33em; vertical-align: -10%;
}
a [class^='icon-'] {
	display: inline;
}
a [class*=' icon-'] {
	display: inline;
}
[class^='icon-'].icon-fixed-width {
	width: 1.14em; text-align: right; padding-right: 0.28em; display: inline-block;
}
[class*=' icon-'].icon-fixed-width {
	width: 1.14em; text-align: right; padding-right: 0.28em; display: inline-block;
}
[class^='icon-'].icon-large.icon-fixed-width {
	width: 1.42em;
}
[class*=' icon-'].icon-large.icon-fixed-width {
	width: 1.42em;
}
.icon-facebook::before {
	content: "\f09a";
}
.icon-pinterest::before {
	content: "\f0d2";
}
.icon-google-plus::before {
	content: "\f0d5";
}
.icon-linkedin::before {
	content: "\f0e1";
}
.icon-twitter::before {
	content: "\f099";
}



/*   varie   */
.visible-sm {
	display: none;
}
@media (max-width: 767px) {
	.visible-sm {
		display: block !important;
	}
}

.gallery-wrap {
	max-width: 360px;
}
@media (max-width: 767px) {
	.gallery-wrap {
		max-width: 100%;
	}
}

.top-5 {
	top: 5px;
}

#feedback-block {
	margin-top: 0;	
}
@media (max-width: 768px) {
	#feedback-block {
		margin-top: 300px;	
	}
}
@media (max-width: 480px) {
	#feedback-block {
		margin-top: 90px;	
	}
}

.alert-success {
	margin-bottom: 0;	
}

#chisei {
	height: 1px;
	border: 0;
	margin: 0;
	cursor: default;
	color: #fff;
	background: #fff;
}

textarea::-webkit-input-placeholder {
   padding-left:10px;
}

/*  contacts  */
#contacts {
	padding-top: 30px;
}

/*  news  */
@media (min-width: 1240px) {
	#news .news-content,
	#news .news-img {
		min-width: 400px;
		max-width: 400px;
	}
}
#news .product {
    margin: 0 auto;
    padding: 5px 0;
	overflow: hidden;
    position: relative;
	margin-bottom: 60px;
}
#news .product .thumb {
    display: inline-block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
	height: 0;
}
#news .product .thumb img {
    object-fit: cover;
    min-height: 100%;
}
#news .postInfo {
	margin-top: 40px;	
}
#news .pagination {
	padding-top:30px;
	clear: both;
}
#news .pagination-next,
#news .pagination-prev {
	padding: 7px 0;
}
#news .btn-read {
	font-weight: 700;
}

/*  gallery  */
#gallery .product {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	margin-bottom: 60px;
}
#gallery .product .thumb {
    display: inline-block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
	height: 0;
}
#gallery .product .thumb img {
    object-fit: cover;
    min-height: 100%;
}

/*  catalogo  */
#catalog .product {
	margin-bottom: 30px;	
}
#catalog .product .thumb {
    display: inline-block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
#catalog .content-item {
	border-right: 1px solid #333;
}
#catalog .content-item h2 {
	margin-bottom: 25px;
}
#catalog h5 {
	margin-top: 28px;
}
@media (min-width: 1200px) {
	#catalog .content-item {
		padding-right: 35px;
	}
}
@media (max-width: 1199px) {
	#catalog .content-item {
		border-right: 0px solid #333;
	}
	#catalog .content-item {
		padding-left: 0;
		padding-right: 0;
	}
	#catalog h5 {
		margin-top: 40px;
	}
}
#catalog .img-wrap {
	margin-bottom: 50px;
	padding-left: 0;
}
#catalog .related-item {
	margin-top: 20px;
}
#catalog .related-title {
	font-size: 17px;	
}
@media (max-width: 1199px) {
	#catalog .related-item {
		float: left;
		width: 33%;
	}
	#catalog .related-title {
		font-size: 20px;	
	}
}
@media (max-width: 991px) {
	#catalog .img-wrap {
		padding-left: 15px;
	}
}
@media (max-width: 479px) {
	#catalog h3 {
		margin-top: 80px;
	}
	#catalog .img-wrap {
		margin-top: 80px;
	}
	#catalog .owl-carousel .owl-item img {
		max-height: 280px;
		width: auto;
		margin: 0 auto;
	}
}
#catalog .doc-item {
	margin-top: 20px;
}
#catalog .doc-item li a {
	line-height: 26px;
}
#catalog .pagination {
	padding-top:30px;
	margin-bottom: 0;
	width: 100%;
	clear: both;
}
#catalog .pagination-next,
#catalog .pagination-prev {
	padding: 7px 0;
}
#catalog .pagination-next {
	float: right;
}
#catalog .pagination-prev {
	float: left;
}
#catalog .column-desc {
	float: right;
}
#catalog .btn-read {
	font-weight: 700;
}
.form-search {
	position: relative;
	clear: both;
	line-height: 25px;
	float: right;
	margin-top: -25px;
}
.form-search input.text-search {
	margin-left: 0px;
	margin-top: 5px;
	background: #ececec;
	padding: 0 5px;
	border: 0px;
	height: 25px;
	line-height: 20px;
	width: 180px;
}
.form-search .btn-search {
	text-transform: lowercase;
	border: 0;
	font-size: 16px;
	width: 55px;
	color: #999;
	text-align: right;
	background: #fff;
}
.form-search .btn-search:hover {
	color: #000;
}
#catalog h3.search {
	margin-top: 0;
	margin-bottom: 15px;
}
#catalog #tot {
	padding: 0;
	text-align: left;
	border: 0px;
	font-size: 16px;
	font-weight: 700;
}
#catalog .menu-categ {
	position: fixed;
	max-width: calc(100% - 420px);
	min-height: 80px;
	top: 130px;
	background: #FFF;
	z-index: 2;
}
@media (min-width: 1700px) {
	#catalog .form-search input.text-search {
		margin-left: 75px;
	}
}
@media (max-width: 1500px) {
	#catalog .form-search input.text-search {
		width: 100px;
	}
}
@media (max-width: 1400px) {
	#catalog .form-search input.text-search {
		margin-left: 0px;
	}
}
@media (max-width: 1280px) {
	#catalog .menu-categ {
		letter-spacing: 0;	
	}
}
@media (max-width: 1200px) {
	#catalog .column-desc {
		float: none;
	}
	#catalog .form-search {
		clear: both;
	}
	#catalog .form-search input.text-search {
		width: 190px;
	}
	#catalog .menu-categ {
		max-width: calc(100% - 385px);
	}
}
@media (max-width: 992px) {
	.form-search {
		margin-top: 0;
	}
	#catalog .menu-categ {
		max-width: calc(100% - 70px);
	}
}
@media (max-width: 767px) {
	#catalog .menu-categ {
		max-width: calc(100% - 50px);
	}
}
@media (max-width: 480px) {
	#catalog .column-desc {
		margin-top: 80px;
	}
	#catalog .form-search {
		position: fixed;
		width: 100%;
		margin-top: 50px;
		padding-bottom: 5px;
		background: #FFF;
		z-index: 99;
	}
	#catalog .form-search input.text-search {
		width: 70%;
	}
}

/* tabella parametri*/
#item_table {
	margin: 50px 0;
}
#item_table table {
	width: 100%;
	margin: 0;
	padding: 0;
}
#item_table table td, #item_table table th {
	/*border-bottom: 1px solid #cdcdcd;*/
}
#item_table table td {
	height: 20px;
	text-align: center;
    vertical-align: middle;
}
#item_table table td:nth-child(2) {
	width: auto;
}
@media (min-width: 1600px) {
	#item_table table td:nth-child(2) {
		white-space: nowrap;
	}
}
#item_table table td.td_title {
	background: #000;
	color: #fff;
	font-weight: bold;
}
#item_table table td.td_value {
	color: #282828;
	padding: 2px 0;
}

/* gmaps  */
#google-map {
	float: left;
	width: 500px;
	height: 500px;
	margin-right: 50px;	
	margin-bottom: 20px;
}
@media (max-width: 1200px) {
	#google-map {
		width: 360px;
		height: 360px;
		margin-right: 30px;	
	}
}
@media (max-width: 767px) {
	#google-map {
		float: none;
		width: 100%;
		margin-right: 0;	
	}
}


/*  Login e registration  */
#login .login-wrap {
	max-width: 760px;
}
#login .btn-send {
	display: block;
	text-align: center;
	width: 200px;
	font-weight: 700;
	border: 0;
	font-size: 16px;
	margin-top: 15px;
	background: #CCC;
	padding: 4px 12px;
}
#login input[type="submit"]:hover {
    color: #FFD43A;
}
#login .login-error {
	padding: 15px;
	color: #F00;
	border: 2px solid #F00;
	border-radius: 4px;
	line-height: 24px;
}
#login .login-success {
	padding: 15px;
	color: #3c763d;
	border: 2px solid #d6e9c6;
	border-radius: 4px;
	line-height: 24px;
}
#login span.error {
	padding: 0 15px;
	color: #F00;
	font-size: 13px;
}

/* cataloghi download */
#cataloghi p a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
@media (max-width: 480px) {
	#cataloghi {
		text-align: center;
	}
}

