@charset "UTF-8";
 
/* GENERAL */
a,
button span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section,
.section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
	section,
	.section {
		padding-top: 50px;
		padding-bottom: 70px;;
	}
}
@media screen and (max-width: 479px) {
	section,
	.section {
		padding-top: 30px;
		padding-bottom: 50px;;
	}
}

section.no-padding-top,
.section.no-padding-top {
  padding-top: 0;
}

section.no-padding-bottom {
  padding-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

input {
  width: 100%;
  border: none;
  border-radius: 30px;
  height: 43px !important;
}

header {
  position: relative;
  overflow: hidden;
}

header .container {
  position: relative;
  z-index: 3;
}

header p {
  margin-bottom: 10px;
}

header.secondary {
  height: 300px;
}

header.secondary h1 {
	font-size: 35px;
	font-weight: 500;
}

header.secondary.small {
  height: 200px;
  padding-top: 35px;
}

header.secondary.small .parallax-background {
  /*top: -40%;*/
}

header.secondary .align-vert {
	padding-top: 115px;
}

header.secondary.small .align-vert {
	padding-top: 70px;
}

@media screen and (max-width: 1200px) {
	header.secondary h1 {
		font-size: 28px;
		font-weight: 500;
	}
}

@media screen and (max-width: 1024px) {
	header.secondary.small {
		height: 220px;
	}
	
	header.secondary h1 {
		font-size: 28px;
		font-weight: 500;
		line-height: 45px;
	}
}

@media screen and (max-width: 992px) {
	header.secondary h1 {
		padding-left: 20px;
	}
	
	header.secondary.small .align-vert {
		padding-top: 80px;
	}
}

@media screen and (max-width: 768px) { 
	header.secondary {
		height: 275px;
	}
	
	header.secondary h1 {
		font-size: 27px;
		font-weight: 500;
		line-height: 45px;
	}
	
	header.secondary .align-vert {
		padding-top: 130px;
	}

	header.secondary.small .align-vert {
		padding-top: 70px;
	}
}

@media screen and (max-width: 667px) { 
	header.secondary {
		height: 270px;
	}
	
	header.secondary h1 {
		font-size: 28px;
		font-weight: 500;
		line-height: 45px;
	}
	
	header.secondary .align-vert {
		padding-top: 90px;
	}

	header.secondary.small .align-vert {
		padding-top: 50px;
	}
}
@media screen and (max-width: 600px) {
	header.secondary {
		height: 250px;
	}
	
	header.secondary h1 {
		margin-top: 10px;
	}
	
	header.secondary.small {
		padding-top: 0;
	}
	
	header.secondary .align-vert {
		padding-top: 80px;
	}

	header.secondary.small .align-vert {
		padding-top: 80px;
	}
}
@media screen and (max-width: 479px) {
	header.secondary {
		height: 240px;
	}
	
	header.secondary h1 {
		font-size: 22px;
		font-weight: 500;
		line-height: 30px;
	}
	
	header.secondary p {
		font-size: 14px;
	}
	
	header.secondary.small {
		height: 160px;
		padding-top: 0;
	}
	
	header.secondary .align-vert {
		padding-top: 70px;
	}

	header.secondary.small .align-vert {
		padding-top: 70px;
	}
}

.background-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}

.background-image-holder p {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 768px) {  
  .background-image-holder.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.4;
    z-index: 2;
    background-color: #fff;
  }
}

.background-image-holder.parallax-background {
  height: 120%;
  top: -10%;
}

.main-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  overflow: hidden;
  width: 100%;
}

.thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  position: relative;
}

.thumbnail.with-info {
  position: relative;
  margin-bottom: 90px;
}

@media (max-width: 479px) {
	.thumbnail.with-info {
		margin-bottom: 50px;
	}
}

.thumbnail.with-info .info {
  position: absolute;
  left: 30px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 15px;
}

.thumbnail.with-info .info span {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.thumbnail.with-info .info span:nth-child(2) {
  font-size: 11px;
}

.error h1 {
  font-size: 120px;
  line-height: 130px;
  font-weight: 900;
}

/* TYPOGRAPHY */
body {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  /*color: #8d8d8d;*/
  color: #4C4C4C;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #323237;
  margin: 0px;
}

h1 {
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 20px;
}

h2 {
  font-size: 28px;
  line-height: 44px;
}

h2.page-title, h2.product-title {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	h2.product-title {
		margin-top: 50px;
	}
}

h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

strong {
  font-weight: 600;
}

p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 30px;
}

p.lead {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
}

p:last-child {
  margin-bottom: 0px;
}

p.subtitle {
  margin-bottom: 30px;
}

p.description {
  margin-bottom: 10px;
}

p.strong {
  font-weight: 700;
}

p strong {
  color: #323237;
}

/* FORM & INPUTS */
input[type="text"],
input[type="email"],
input[type="month"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="file"],
input[type="password"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea {
  border: 1px solid #dadada;
  border-radius: 0;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
  border-color: #DCDCDC;
}

textarea {
  resize: vertical;
}

input[type="color"],
input[type="image"] {
  border: 2px solid #f2f3f5;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 16px;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="color"]:focus,
input[type="image"]:focus {
  outline: none;
  border-color: #DCDCDC;
}

input[type="text"],
input[type="email"] {
  height: 50px;
}

textarea {
  width: 100%;
  min-height: 150px;
  padding-top: 10px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  max-width: 180px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: none;
}

.contact-form input[type="submit"] {
  float: right;
}

@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 40px;
  }
}

/* OFFSCREEN NAVIGATION */
#sidr {
  display: none;
}

.sidr {
  display: none;
  /*position: absolute;*/
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 13px;
  background: #323237;
  color: #fff;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  margin-top: 40px;
}

.sidr ul li {
  display: block;
  margin: 0 !important;
  line-height: 35px !important;
  border: none;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border: none;
  line-height: 35px !important;
}

.sidr ul li.divider span {
  height: 2px;
  background-color: #fff;
  opacity: .1;
  margin: 20px 40px;
  line-height: 49px;
}

.sidr ul li a,
.sidr ul li span {
  padding: 0 40px;
  display: block;
  text-decoration: none;
  color: #fff;
  border: none;
}

.sidr ul li a {
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.sidr ul li.active a,
.sidr ul li a:hover {
  color: #e74c3c !important;
}

.sidr ul li:first-child {
  margin-bottom: 20px;
}

.sidr ul li:first-child > a {
  text-transform: none;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

.side-menu-opener .bars {
  display: block;
  width: 34px;
  height: 21px;
  float: left;
  position: relative;
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.side-menu-opener .bars .top,
.side-menu-opener .bars .middle,
.side-menu-opener .bars .bottom {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8.5px;
  margin-top: -1px;
  -webkit-transition: opacity 0.15s ease-out, margin 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0s;
  -moz-transition: opacity 0.15s ease-out 0.25s, margin 0.15s ease-out 0.25s, -moz-transform 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out 0.25s, margin 0.15s ease-out 0.25s, -o-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out 0.25s, margin 0.15s ease-out 0.25s, transform 0.15s ease-out;
}

.side-menu-opener .bars .top {
  margin-top: -8px;
}

.side-menu-opener .bars .bottom {
  margin-top: 6px;
}

.sidr-open .side-menu-opener .bars .bottom {
  margin-top: -1px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.sidr-open .side-menu-opener .bars .top {
  margin-top: -1px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.sidr-open .side-menu-opener .bars .middle {
  opacity: 0;
}

.side-menu-opener .bars .middle {
  -webkit-transition-property: all;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: .4s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: .4s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: .4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease-out;
}

.sidr-open .side-menu-opener .bars .middle {
  height: 0px;
  -webkit-transition-property: height;
  -webkit-transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: .1s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: .1s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: .1s;
  -o-transition-timing-function: ease-out;
  transition-property: height;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}

.side-menu-opener .srchen {
  background:none;
  display: block;
  color: #323237;
  font-size: 20px;
  width: 34px !important;
  height: 21px;
  float: right;
  position: relative;
}
	@media (max-width: 479px) {
		.side-menu-opener .srchen {
			 width: 20px !important;
		}
	}

.side-menu-opener .srchen.sidr-close {
	visibility: hidden !important;
}

.sidr-open .side-menu-opener .srchen.sidr-close {
	visibility: visible !important;
	margin-left: 70px;
}
	@media (max-width: 479px) {
		.sidr-open .side-menu-opener .srchen.sidr-close {
			margin-left: 20px !important;
		}
	}
	@media (max-width: 375px) {
		.sidr-open .side-menu-opener .srchen.sidr-close {
			margin-right: -20px !important;
			margin-left:20px !important;
		}
	}

.sidr-open .side-menu-opener .srchen.sidr-search {
	visibility: hidden !important;
}

.side-logo {
  font-size: 26px;
  font-size: 26px;
  font-weight: bold;
}

.sidr ul li .logo-dot {
  width: 4px;
  height: 4px;
  display: inline-block !important;
  padding: 0;
  margin-left: 1px;
}

.side-social {
  padding: 0px 40px;
}

.side-social a {
  margin-right: 14px;
  color: #fff;
}

/* Icon font Linea */
@font-face {
  font-family: "linea-basic-10";
  src: url("../fonts/linea-basic-10.eot");
  src: url("../fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-basic-10.woff") format("woff"), url("../fonts/linea-basic-10.ttf") format("truetype"), url("../fonts/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-basic-accelerator:before {
  content: "a";
}

.icon-basic-alarm:before {
  content: "b";
}

.icon-basic-anchor:before {
  content: "c";
}

.icon-basic-anticlockwise:before {
  content: "d";
}

.icon-basic-archive:before {
  content: "e";
}

.icon-basic-archive-full:before {
  content: "f";
}

.icon-basic-ban:before {
  content: "g";
}

.icon-basic-battery-charge:before {
  content: "h";
}

.icon-basic-battery-empty:before {
  content: "i";
}

.icon-basic-battery-full:before {
  content: "j";
}

.icon-basic-battery-half:before {
  content: "k";
}

.icon-basic-bolt:before {
  content: "l";
}

.icon-basic-book:before {
  content: "m";
}

.icon-basic-book-pen:before {
  content: "n";
}

.icon-basic-book-pencil:before {
  content: "o";
}

.icon-basic-bookmark:before {
  content: "p";
}

.icon-basic-calculator:before {
  content: "q";
}

.icon-basic-calendar:before {
  content: "r";
}

.icon-basic-cards-diamonds:before {
  content: "s";
}

.icon-basic-cards-hearts:before {
  content: "t";
}

.icon-basic-case:before {
  content: "u";
}

.icon-basic-chronometer:before {
  content: "v";
}

.icon-basic-clessidre:before {
  content: "w";
}

.icon-basic-clock:before {
  content: "x";
}

.icon-basic-clockwise:before {
  content: "y";
}

.icon-basic-cloud:before {
  content: "z";
}

.icon-basic-clubs:before {
  content: "A";
}

.icon-basic-compass:before {
  content: "B";
}

.icon-basic-cup:before {
  content: "C";
}

.icon-basic-diamonds:before {
  content: "D";
}

.icon-basic-display:before {
  content: "E";
}

.icon-basic-download:before {
  content: "F";
}

.icon-basic-exclamation:before {
  content: "G";
}

.icon-basic-eye:before {
  content: "H";
}

.icon-basic-eye-closed:before {
  content: "I";
}

.icon-basic-female:before {
  content: "J";
}

.icon-basic-flag1:before {
  content: "K";
}

.icon-basic-flag2:before {
  content: "L";
}

.icon-basic-floppydisk:before {
  content: "M";
}

.icon-basic-folder:before {
  content: "N";
}

.icon-basic-folder-multiple:before {
  content: "O";
}

.icon-basic-gear:before {
  content: "P";
}

.icon-basic-geolocalize-01:before {
  content: "Q";
}

.icon-basic-geolocalize-05:before {
  content: "R";
}

.icon-basic-globe:before {
  content: "S";
}

.icon-basic-gunsight:before {
  content: "T";
}

.icon-basic-hammer:before {
  content: "U";
}

.icon-basic-headset:before {
  content: "V";
}

.icon-basic-heart:before {
  content: "W";
}

.icon-basic-heart-broken:before {
  content: "X";
}

.icon-basic-helm:before {
  content: "Y";
}

.icon-basic-home:before {
  content: "Z";
}

.icon-basic-info:before {
  content: "0";
}

.icon-basic-ipod:before {
  content: "1";
}

.icon-basic-joypad:before {
  content: "2";
}

.icon-basic-key:before {
  content: "3";
}

.icon-basic-keyboard:before {
  content: "4";
}

.icon-basic-laptop:before {
  content: "5";
}

.icon-basic-life-buoy:before {
  content: "6";
}

.icon-basic-lightbulb:before {
  content: "7";
}

.icon-basic-link:before {
  content: "8";
}

.icon-basic-lock:before {
  content: "9";
}

.icon-basic-lock-open:before {
  content: "!";
}

.icon-basic-magic-mouse:before {
  content: "\"";
}

.icon-basic-magnifier:before {
  content: "#";
}

.icon-basic-magnifier-minus:before {
  content: "$";
}

.icon-basic-magnifier-plus:before {
  content: "%";
}

.icon-basic-mail:before {
  content: "&";
}

.icon-basic-mail-multiple:before {
  content: "'";
}

.icon-basic-mail-open:before {
  content: "(";
}

.icon-basic-mail-open-text:before {
  content: ")";
}

.icon-basic-male:before {
  content: "*";
}

.icon-basic-map:before {
  content: "+";
}

.icon-basic-message:before {
  content: ",";
}

.icon-basic-message-multiple:before {
  content: "-";
}

.icon-basic-message-txt:before {
  content: ".";
}

.icon-basic-mixer2:before {
  content: "/";
}

.icon-basic-mouse:before {
  content: ":";
}

.icon-basic-notebook:before {
  content: ";";
}

.icon-basic-notebook-pen:before {
  content: "<";
}

.icon-basic-notebook-pencil:before {
  content: "=";
}

.icon-basic-paperplane:before {
  content: ">";
}

.icon-basic-pencil-ruler:before {
  content: "?";
}

.icon-basic-pencil-ruler-pen:before {
  content: "@";
}

.icon-basic-photo:before {
  content: "[";
}

.icon-basic-picture:before {
  content: "]";
}

.icon-basic-picture-multiple:before {
  content: "^";
}

.icon-basic-pin1:before {
  content: "_";
}

.icon-basic-pin2:before {
  content: "`";
}

.icon-basic-postcard:before {
  content: "{";
}

.icon-basic-postcard-multiple:before {
  content: "|";
}

.icon-basic-printer:before {
  content: "}";
}

.icon-basic-question:before {
  content: "~";
}

.icon-basic-rss:before {
  content: "\\";
}

.icon-basic-server:before {
  content: "\e000";
}

.icon-basic-server2:before {
  content: "\e001";
}

.icon-basic-server-cloud:before {
  content: "\e002";
}

.icon-basic-server-download:before {
  content: "\e003";
}

.icon-basic-server-upload:before {
  content: "\e004";
}

.icon-basic-settings:before {
  content: "\e005";
}

.icon-basic-share:before {
  content: "\e006";
}

.icon-basic-sheet:before {
  content: "\e007";
}

.icon-basic-sheet-multiple:before {
  content: "\e008";
}

.icon-basic-sheet-pen:before {
  content: "\e009";
}

.icon-basic-sheet-pencil:before {
  content: "\e00a";
}

.icon-basic-sheet-txt:before {
  content: "\e00b";
}

.icon-basic-signs:before {
  content: "\e00c";
}

.icon-basic-smartphone:before {
  content: "\e00d";
}

.icon-basic-spades:before {
  content: "\e00e";
}

.icon-basic-spread:before {
  content: "\e00f";
}

.icon-basic-spread-bookmark:before {
  content: "\e010";
}

.icon-basic-spread-text:before {
  content: "\e011";
}

.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}

.icon-basic-star:before {
  content: "\e013";
}

.icon-basic-tablet:before {
  content: "\e014";
}

.icon-basic-target:before {
  content: "\e015";
}

.icon-basic-todo:before {
  content: "\e016";
}

.icon-basic-todo-pen:before {
  content: "\e017";
}

.icon-basic-todo-pencil:before {
  content: "\e018";
}

.icon-basic-todo-txt:before {
  content: "\e019";
}

.icon-basic-todolist-pen:before {
  content: "\e01a";
}

.icon-basic-todolist-pencil:before {
  content: "\e01b";
}

.icon-basic-trashcan:before {
  content: "\e01c";
}

.icon-basic-trashcan-full:before {
  content: "\e01d";
}

.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}

.icon-basic-trashcan-remove:before {
  content: "\e01f";
}

.icon-basic-upload:before {
  content: "\e020";
}

.icon-basic-usb:before {
  content: "\e021";
}

.icon-basic-video:before {
  content: "\e022";
}

.icon-basic-watch:before {
  content: "\e023";
}

.icon-basic-webpage:before {
  content: "\e024";
}

.icon-basic-webpage-img-txt:before {
  content: "\e025";
}

.icon-basic-webpage-multiple:before {
  content: "\e026";
}

.icon-basic-webpage-txt:before {
  content: "\e027";
}

.icon-basic-world:before {
  content: "\e028";
}

/* HOME */
.hero-slider {
  height: 100%;
  display: block;
}

.hero-slider .slide, .hero-slider .slick-list, .hero-slider .slick-track {
  height: 100%;
}

.hero-slider .slide {
  background-repeat: no-repeat !important;
  background-color: #F5F5F7 !important;
  background-size: cover !important;
}

.hero-slider .slide:focus {
  outline: none;
}

.hero-slider .slick-dots {
  bottom: 25px;
}

@media screen and (min-width: 1001px) {
	.hero .col-sm-5.text-left {
		padding-bottom: 120px;
		padding-left: 50px;
	}
}

@media (max-width: 1000px) {
	.hero .col-sm-5.text-left {
		padding-bottom: 10px !important;
		padding-left: 50px;
	}
}

@media (max-width: 768px) {
	.hero .col-sm-5.text-left {
		padding-bottom: 180px;
		padding-left: 50px;
	}
}

@media (max-width: 479px) {
	.fullscreen-element {
		height: 260px !important;
		overflow: hidden;
		padding-top: 50px;
	}
	
	.hero-slider .slick-dots {
		visibility: hidden;
	}
	
	.hero h1 {
		font-size: 22px;
		margin-bottom: -10px;
	}
	
	.hero p {
		font-size: 14px;
		margin-bottom: 0 !important;
	}
	
	.hero .button-group {
		visibility: hidden;
	}
	
	.hero .col-sm-offset-7 {
		width: 100%;
		margin-left: 1%;
		padding-bottom: 60px;
	}
	
	.hero .col-sm-5.text-left {
		padding-bottom: 30px;
	}
}
@media (max-height: 432px) {
	.hero h1 {
		font-size: 26px;
		margin-bottom: 0px;
	}
}

.action-bar {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.action-bar .col-md-4, .action-bar .col-sm-4 {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .action-bar .col-md-4:last-child, .action-bar .col-sm-4:last-child {
    border-right: 1px solid #e7e7e7;
  }
}

.action-bar a {
  padding-top: 17px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  position: relative;
  line-height: 47px;
  text-align: center;
}

.action-bar a i {
  font-size: 28px;
  color: #323237;
}

.action-bar a:hover,
.action-bar a:focus {
  text-decoration: none;
  opacity: 1;
}

.action-bar a:hover i,
.action-bar a:focus i {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .action-bar a {
    border-left: 1px solid #e7e7e7;
  }
}

@media screen and (max-width: 768px) {
  .action-bar a {
    border-bottom: 1px solid #e7e7e7;
  }
}

.action-bar a span.icon {
  position: relative;
  top: 13px;
  left: -9px;
  margin-top: -6px;
  display: inline-block;
}

.action-bar a span.text {
  color: #323237;
}

.action-bar .icon {
  font-size: 42px;
}

.action-bar a .custom-icon {
	margin: 15px auto;
}

@media screen and (max-width: 768px) {
  .action-bar {
    border: none;
  }
}

section.newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.newsletter input,
section.newsletter button,
section.newsletter a {
  margin-top: 40px;
}

section.newsletter input,
.sidr input {
  font-size: 16px;
  padding-left: 25px;
  border-radius: 30px;
  border: none;
  margin-bottom: 0;
  height: 43px;
  color: #8D8D8D;
}

section.newsletter h2.page-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  section.newsletter input {
    margin-top: 30px;
  }
  section.newsletter a {
    margin-top: 30px;
  }
  section.newsletter .row {
    text-align: center;
  }
  section.newsletter h2 {
    margin-top: 20px;
  }
  section.newsletter .text-left {
    text-align: center;
  }
  
  section.products-grid .product:last-of-type {
    display:none;
  }
}

section.products-grid {
  padding-bottom: 90px;
}

section.products-grid .product {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 30px;
}

section.products-grid .product:hover .product-details {
  opacity: 1;
}

section.products-grid .product .thumbnail {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

section.products-grid .product .product-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.products-grid .product .product-details:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .9;
}

section.products-grid .product .product-details h3 {
  color: #fff;
  font-weight: bold;
}

section.products-grid .product .product-details a.btn {
  color: #fff;
  border-color: #fff;
  margin-bottom: 20px;
}

section.products-grid .product .product-details a.btn:hover,
section.products-grid .product .product-details a.btn:focus {
  opacity: .8;
}

section.products-grid .product .product-price {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section.products-grid .product {
    margin-bottom: 15px;
  }
}

footer.footer {
  background: #f2f3f5;
  padding: 45px 0px;
}

footer.footer .footer-navigation {
  display: table;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

footer.footer .footer-navigation li {
  list-style-type: none;
  float: left;
  margin-left: 25px;
  font-size: 14px;
  font-weight: bold;
}

footer.footer .footer-navigation li a {
  /*color: #979797;*/
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer.footer .footer-navigation li a.sitemap {
	margin-left:-18px;
	padding-left:0px;
}

@media screen and (max-width: 1024px) {
	footer.footer .footer-navigation li a {
    	padding: 10px 0px;
    	display: block;
    	text-align: center;
  }
}

@media screen and (max-width: 768px) {
 /* footer.footer .footer-navigation li a {
    padding: 10px 0px;
    display: block;
    text-align: center;
  }*/
  
	footer.footer .footer-navigation li a.sitemap {
		margin-left: 0;
		padding-left:0px;
	}
}

footer.footer .footer-navigation li:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-navigation li {
    float: none;
    margin: 0;
    border-top: 1px solid #e8eced;
  }
}

@media screen and (max-width: 768px) {
  footer.footer .footer-navigation {
    display: block;
  }
}

footer.footer .accepted-payments {
  clear: both;
  display: table;
  position: relative;
  padding: 40px 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #e8eced;
  border-bottom: 1px solid #e8eced;
  width: 100%;
}

footer.footer .accepted-payments li {
  list-style-type: none;
  float: left;
  font-size: 38px;
  width: 20%;
  text-align: center;
}

footer.footer .accepted-payments li a {
  color: #c9c9c9;
}

footer.footer .accepted-payments li:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  footer.footer .accepted-payments li {
    font-size: 26px;
  }
}

footer.footer .copyright {
  clear: both;
  margin-top: 40px;
}

footer.footer .copyright p {
  text-align: center;
  /*color: #979797;*/
  color: #666;
  font-size: 14px;
}

footer.footer .copyright a {
	color: #666;
}

/* ABOUT */
.team-carousel .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  opacity: .3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-carousel .slick-slide:focus {
  outline: none !important;
}

.team-carousel .slick-slide .member-info {
  padding: 0px 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 50px;
}

.team-carousel .slick-slide .member-info .position {
  margin-bottom: 20px;
}

.team-carousel .slick-slide.slick-current {
  opacity: 1;
}

.team-carousel .slick-slide.slick-current .member-info {
  opacity: 0;
}

/* CATALOG */
a .custom-icon {
  width: 20px;
  height: 17px;
  position: relative;
  margin: 19px auto;
  display: table;
}

a .custom-icon span {
  position: absolute;
  background: #323237;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  outline: none;
}

a:hover .custom-icon span,
a:focus .custom-icon span {
  background: #fff !important;
}

a .icon-list span:first-child {
  width: 6px;
  height: 5px;
  top: 0;
  left: 0;
}

a .icon-list span:nth-child(2) {
  width: 6px;
  height: 5px;
  top: 6px;
  left: 0;
}

a .icon-list span:nth-child(3) {
  width: 6px;
  height: 5px;
  top: 12px;
  left: 0;
}

a .icon-list span:nth-child(4) {
  width: 13px;
  height: 5px;
  top: 0px;
  right: 0px;
}

a .icon-list span:nth-child(5) {
  width: 13px;
  height: 5px;
  top: 6px;
  right: 0px;
}

a .icon-list span:nth-child(6) {
  width: 13px;
  height: 5px;
  top: 12px;
  right: 0px;
}

a .icon-grid span:first-child {
  width: 6px;
  height: 7px;
  top: 0px;
  left: 0px;
}

a .icon-grid span:nth-child(2) {
  width: 6px;
  height: 7px;
  top: 8px;
  left: 0px;
}

a .icon-grid span:nth-child(3) {
  width: 6px;
  height: 9px;
  top: 0px;
  left: 7px;
}

a .icon-grid span:nth-child(4) {
  width: 6px;
  height: 7px;
  top: 10px;
  left: 7px;
}

a .icon-grid span:nth-child(5) {
  width: 6px;
  height: 5px;
  top: 0px;
  right: 0px;
}

a .icon-grid span:nth-child(6) {
  width: 6px;
  height: 7px;
  top: 6px;
  right: 0px;
}

a .icon-full-width span:first-child {
  width: 20px;
  height: 13px;
  top: 0px;
  left: 0px;
}

a .icon-full-width span:nth-child(2) {
  width: 6px;
  height: 8px;
  bottom: 0px;
  left: 2px;
  border: 1px solid #fff;
}

a.load-more {
  width: 41px;
  height: 41px;
  background: #e7e7e7;
  color: #323237;
  display: block;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
  margin: 0 auto;
}

.product-list .product {
  margin-bottom: 120px;
}

.product-list .product .product-details h2 {
  margin-bottom: 20px;
  display: block !important;
  margin-top: 10px;
}

.product-list .product .product-details p {
  margin-bottom: 20px;
}

.product-list .product .product-details .btn {
  margin-top: 10px;
}

.product-list .product .product-details .product-price {
  font-weight: bold;
}

.product-list .product .thumbnail {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .product-list .product {
    margin-bottom: 40px;
  }
}

.product-list .row:last-child {
  margin-bottom: 0;
}

.product-list .row:last-child .product {
  margin-bottom: 0;
}

.product-list .row:last-child .product .thumbnail {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .product-list .row:last-child .product .thumbnail {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .product-full-width .row .product {
    margin-bottom: 30px;
  }
}

.product-full-width .row:last-child .product .product-details {
  margin-bottom: 0;
}

.product-full-width .product .thumbnail {
  position: relative;
}

.product-full-width .product .thumbnail .product-details {
  position: relative;
  display: block;
  max-width: 530px;
  padding: 40px;
  opacity: .9;
  margin-bottom: 120px;
}

.product-full-width .product .thumbnail .product-details h2, .product-full-width .product .thumbnail .product-details .product-price, .product-full-width .product .thumbnail .product-details p, .product-full-width .product .thumbnail .product-details .btn {
  color: #fff;
}

.product-full-width .product .thumbnail .product-details p {
  margin-bottom: 10px;
}

.product-full-width .product .thumbnail .product-details .btn {
  border-color: #fff;
}

.product-full-width .product .thumbnail .product-details .product-price {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details {
    margin-bottom: 30px;
  }
}

.product-full-width .product .thumbnail .product-details.left {
  left: 60px;
  float: left;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details.left {
    left: 0;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: none;
    float: none;
  }
}

.product-full-width .product .thumbnail .product-details.right {
  right: 60px;
  float: right;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details.right {
    right: 0;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: none;
    float: none;
  }
}

@media screenand (min-height: 433px) and (max-height: 758px) and (orientation: landscape) {
  .product-single .product-details {
    margin-top: -30px;
  }
}

.product-single .product-details p,
.product-single .product-details div {
  font-size: 15px;
}

.product-single .product-details .btn {
  margin-top: 0;
}

.product-single .product-details .product-price {
  font-size: 22px;
  font-weight: bold;
}

.product-single .product-details .product-social {
  margin-bottom: 30px;
}

.product-single .product-details .product-social a {
  margin-right: 20px;
}

.product-single .secondary-images .h233 {
	height: 233px;
	position: relative;
}

.product-single .secondary-images .img-port {
	max-width: 150px;
	height: auto;
	max-height: 220px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product-single .secondary-images .img-lands {
	max-width: 200px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width: 479px) {
	.product-single .secondary-images .h233 {
		height: 180px;
	}
	.product-single .secondary-images .img-port {
		max-width: 100%;
		max-height: 150px;
	}
	.product-single .secondary-images .img-lands {
		max-width: 100%;
	}
}

.product-single .secondary-images a {
  opacity: .4;
}

.product-single .secondary-images a img {
  margin-top: 40px;
}

.product-single .secondary-images a:hover,
.product-single .secondary-images a:focus {
  opacity: .8;
}

/* BLOG */
.blog-list .post {
  margin-bottom: 120px;
  display: block;
}

.blog-list .post .product-details h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}

.blog-list .post .product-details p {
  margin-bottom: 20px;
}
.blog-list .post .post-details p {
  margin-bottom: 10px;
}

.blog-list .post .product-details .btn {
  margin-top: 10px;
}

.blog-list .post .product-details .product-price {
  font-weight: bold;
}

.blog-list .post .thumbnail {
  margin-bottom: 40px;
}

.blog-list .row:last-child .post {
  margin-bottom: 0;
}

.blog-list .row:last-child .post .thumbnail {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .blog-list .row:last-child .post .thumbnail {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .blog-list.alternative .row:nth-child(2n) .col-md-6 {
    float: right;
  }
}

.post-details h3 {
  font-weight: 500;
  margin-bottom: 23px;
}

/* CONTACT */
#map {
  height: 600px;
  width: 100%;
}

.map-wrapper {
  position: relative;
}

.map-wrapper .directions {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 30px;
  bottom: -30px;
}

/* BOOTSTRAP THEME */
.navbar {
  background: none;
  border: none;
  margin: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
}

.navbar .navbar-header .navbar-brand {
  font-size: 26px;
  color: #323237;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-header .navbar-brand {
    padding: 42px 15px;
  }
}

.navbar .navbar-header .navbar-brand img {
	width: 155px;
	height: auto;
	margin-top: -8px;
}

@media screen and (max-width: 992px) {
	.navbar .navbar-header .navbar-brand img {
		margin-top: -3px;
	}
}

.navbar .navbar-header .navbar-brand .logo-dot {
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 1px;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-header {
	width: 155px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.navbar .navbar-header {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.navbar-default .navbar-nav {
		margin-left: 15px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.navbar-default .navbar-nav {
		margin-left: -8px !important;
	}
}

.navbar-default .navbar-nav li a {
  font-size: 12px;
  color: #323237;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav li a {
    padding: 42px 15px;
  }
}

.navbar-default .navbar-nav .active a {
  background: none;
}

.navbar-default .navbar-toggle {
  border: none;
  float: left;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #323237;
  height: 2px;
  width: 18px;
  margin-bottom: 4px;
  display: block;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #323237;
  padding: 20px 0;
  margin-top: -20px !important;
}

.navbar .dropdown-menu li a {
  padding: 8px 25px;
  color: #fff;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus,
.navbar .dropdown-menu li a:active {
  background: none;
  opacity: .8;
}

.navbar .open a.dropdown-toggle {
  background-color: transparent !important;
}

.side-menu-opener span {
  background: #323237;
  height: 2px;
  width: 18px;
  margin-bottom: 4px;
  display: block;
}

.side-menu-opener.mobile {
  display: inline-block;
  margin-right: 0;
  margin-left: 15px;
  padding: 6px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  float: right !important;
}

@media screen and (min-width: 992px) {
  .side-menu-opener.mobile {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .navbar-right {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .navbar .dropdown-menu {
    margin-top: 0;
  }
}

.side-menu-chart {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.side-menu-chart {
		display: inline-block !important;
		font-size:20px;
		margin-right: -35px;
		padding: 6px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		float:right !important;
	}
}
@media (max-width: 320px) {
	.side-menu-chart {
		position: absolute;
		font-size:18px;
		margin-right: 0px !important;
	}
}

/* BUTTONS */
.btn, .btn.btn-primary, .btn-default {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
}

.btn {
  padding: 12px 35px;
  margin-top: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 12px 20px;
  }
}

.button-group .btn:first-child {
  margin-right: 20px;
}

.btn.btn-primary {
  border: 2px solid;
  padding: 10px 35px;
}

@media screen and (max-width: 991px) {
  .btn.btn-primary {
    padding: 10px 20px;
  }
}

/* SLICK CAROUSEL */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider h1 {
	/*text-shadow: 1px 2px 2px #999999;*/
	text-shadow: initial;	
}

.slick-slider p {
	text-shadow: initial;	
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.0;
    z-index: 2;
    background-color: #fff;
  }
}

/* SLICK CAROUSEL THEME */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #999;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	/*left: -25px;*/
	left: 20px;
	z-index: 1;
}
@media screen and (max-width: 1100px) {
	.slick-prev {
		left: -250px;
	}
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
  font-size: 40px;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
  font-size: 90px;
}

.slick-next {
	/*right: -25px;*/
	right: 20px;
}
@media screen and (max-width: 1100px) {
	.slick-next {
		right: -250px;
	}
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
  font-size: 40px;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* LIGHTBOX */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  /*background: #0b0b0b;*/
  background: #FFF;
  opacity: 1.0 !important;
  filter: alpha(opacity=100);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  /*width: 44px;
  height: 44px;
  line-height: 44px;*/
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  /*color: #FFF;*/
  color: #333;
  font-style: normal;
  /*font-size: 28px;*/
  font-size: 32px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  /*color: #FFF;*/
  color: #333;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  /*top: 0;*/
  top: 3px;
  right: 0;
  /*color: #CCC;*/
  color: #333;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
  box-shadow:none;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  /*color: #F3F3F3;*/
  color: #333;
  word-wrap: break-word;
  padding-right: 36px;
  margin-top: 5px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Tabs */
.tab-content > .tab-pane {
	padding: 20px;
}

.tab-content > .tab-pane p,
.tab-content > .tab-pane div {
	font-size: 15px;
}

/* CUSTOM */
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-80 { margin-top: 80px; }
.mr-10 { margin-right: 10px; }
.mr-12 { margin-right: 12px; }
.mr-15 { margin-right: 15px; }
.mb-5 { margin-bottom: 5px; }
.mb-15 { margin-bottom: 15px; }
.mb-25 { margin-bottom: 25px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.ml-5 { margin-left: 5px; }
.ml-15 { margin-left: 15px; }

.pb-20 { padding-bottom: 20px; }
.pb-50 { padding-bottom: 50px; }

.alignright {
	float: right;
}

/* Pagination */
nav.blog-pagination {
	float: left;
	width: 100%;
}

.pagination > li > a,
.pagination > li > span {
	color: #666;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	background-color: #666;
	border-color: #666;
}

/* Tooltip */
.ui-tooltip {
    background: #333;
    color: white;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size:13px;
    border: none;
    padding: 0 !important;
    opacity: 1;
}
.ui-tooltip-content {
    position: relative;
    padding: 1em;
}
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
	top: -10px;
    left: 95px;
    border-color: #333 transparent;
    border-width: 0 10px 10px;
}

/* Divider */
.divider {
	clear: both;
	margin: 25px 0;
	height: 1px;
	background-color: #dddcdc;
}

.divider-2 {
	position: relative;
	border-bottom: 1px #dadada solid;
	margin-bottom: 40px;
	min-height: 36px;
}

hr {
  border-top: 1px solid #dddcdc;
}

/* News Archive */
.news-list {
	margin-bottom: 4px
}
	.news-list .list-date {
		float: left;
		/*font-size:13px;*/
		width: 110px;
	}
	.news-list .list-header {
		float: left;
	}

@media screen and (max-width: 479px) {
	.news-list .list-header {
		max-width: 180px;
	}
}

/* Sitemap */
#sitemap {
	text-align: left;
	font-size: 15px;
	letter-spacing: 0.01cm;
	margin-bottom: 1px;
}

	#sitemap a {
		color: #111;
	}
		#sitemap a:hover, a:focus {
    		color: #e74c3c;
			font-weight: 500;
    		text-decoration: none;
		}
	
	#sitemap div.site1 { padding: 8px 0px 1px 18px; }
	#sitemap div.site2 { padding: 3px 0px 1px 39px; }
	#sitemap div.site3 { padding: 3px 0px 1px 57px; }
	#sitemap div.site4 { padding: 0px 0px 1px 75px; }
	
		.site1 .fa {
			color: #000;
			padding: 0;
		}

@media screen and (max-width: 767px) {
	.site1.site1-col-2 {
		margin-top: 80px;
	}
}

/* contactForm */
#basket .screenReader,
#contactForm .screenReader,
#psearch .screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
	height: 1px;
	margin-bottom: 0;
}
#basket .hidden-row,
#contactForm .hidden-row {
    display: none !important;
}
#basket .nostyle,
#contactForm .nostyle {
	border: 0px;
	background: transparent;
	padding: 0px;
}

#basket label,
#contactForm label {
	font-weight:600;
	text-transform: none !important;
}

.required {
	color: red;
	font-weight: 600;
}

.box-info {
	border: 5px #f5f5f5 solid;
	background-color: #f2f2f2;
	padding: 10px;
}

.text-error {
	color: red;
	font-weight: 600;
}

.wm-error {
	font-size: 14px;
	padding: 0;
	margin-top: -40px;
	margin-bottom: 15px;
}

/* Photos */
.fotolink {
	border: 1px #ccc solid;
	text-decoration: none
}
	.fotolink a {
		border: 1px #ccc solid;
		text-decoration: none
	}
		.fotolink a:hover {
			border: 1px #ccc solid;
			text-decoration: none
		}
		.fotolink a:active {
			border: 1px #ccc solid;
		text-decoration: none
		}
		.fotolink a:visited {
			border: 1px #ccc solid;
			text-decoration: none
		}
		
.fotovasak {
	float:left;
	border: 1px #ccc solid;
	margin:0px 20px 20px 0px;
}

.fotoparem {
	float:right;
	border: 1px #ccc solid;
	margin: 0px 0px 20px 20px;
}

.fotovasak_raamita {
	float:left;
	border:none;
	margin:0px 20px 20px 0px;
}

.fotoparem_raamita {
	float:right;
	border:none;
	margin:0px 0px 20px 20px;
}

@media (max-width: 479px) {
	img.fotovasak,
	img.fotoparem,
	img.fotovasak_raamita,
	img.fotoparem_raamita {
		float:none !important;
		max-width: 100%;
		height: auto;
		margin: 25px 0 25px 0;
	}
}

/* Custom Tables */
#tabel {
	border-collapse: collapse;
	border: 1px solid #ccc;
	empty-cells: show;
	font-size: 15px;
}
	#tabel th {
		border: 1px solid #ccc;
		text-align:center;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 600;
		font-size: 9pt;
	}
	#tabel td {
		border-collapse: collapse;
		border: 1px solid #ccc;
		empty-cells: show;
		padding:2px 2px 2px 7px;
	}

#tabel2 {
	border-collapse: collapse;
	border: 1px solid #ccc;
	empty-cells: show;
	font-size: 15px;
}
	#tabel2 th {
		border: none;
		text-align:center;
		color: #595959;
		font-weight: bold;
	}
	#tabel2 td {
		border-collapse: collapse;
		border: none;
		empty-cells: show;
		padding-left:7px;
	}
#tabel2 a { color: #4169e1 }
#tabel2 a:hover {
	color: #4169e1;
	text-decoration: underline;
}

#tabel3 {
	border: none !important;
	empty-cells: show;
	border-collapse: collapse;
	font-size: 15px;
}
	#tabel3 th {
		border-bottom: 1px solid #E1E1E1;
		text-align:center;
		font-weight: bold;
		padding: 7px;
	}
	#tabel3 tr {
		border-bottom: 1px solid #E1E1E1 !important;
	}
		#tabel3 td {
			border: none !important;
			empty-cells: show;
			padding: 7px;
		}
			
#tabel4 {
	border: none !important;
	empty-cells: show;
	border-spacing: 4px;
    border-collapse: separate;
	font-size: 15px;
}
	#tabel4 th {
		background: #e4e4e4;
		font-weight: bold;
		text-align: left;
		padding: 8px;
		min-width: 150px;
	}
		#tabel4 td {
			border: none !important;
			empty-cells: show;
			padding: 8px;
			min-width: 150px;
		}
			#tabel4 td:nth-child(2) {
				padding-left: 25px;
			}
			#tabel4 th img,
			#tabel4 td img {
				vertical-align: text-bottom !important;
				margin-right: 8px;
			}
@media (max-width: 479px) {
	#tabel4 th,
	#tabel4 td {
		min-width: 80px;
	}
	#tabel4 td {
		vertical-align: top;
	}
		#tabel4 td:nth-child(2) {
			padding-left: 15px;
		}
}

		
#tabel5 {
	border: none !important;
	empty-cells: show;
	border-collapse: collapse;
	font-size: 15px;
}
	#tabel5 th {
		text-align:center;
		font-weight: bold;
		padding: 5px;
	}
		#tabel5 td {
			border: none !important;
			empty-cells: show;
			padding: 5px;
		}
#tabel5 a,
#tabel5 a:hover {
	color: #000;
}

.tabel-parem {
	float:right;
	margin:0px 0px 15px 15px;
}

.tabel-vasak {
	float:left;
	margin:0px 15px 15px 0px;
}

td.bg_1 {
	background-color:#fef1e0;
}
td.bg_2 {
	background-color:#fee4c4;
}
td.bg_3 {
	background-color:#fcd7a7;
}

.italic { font-style: oblique; }
.bold {font-weight: 700;}

.red { color: #FE5214; }
.darkgreen { color: darkgreen; }

.panel-title,
.panel-title:hover {
  color: #333 !important;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a,
.panel-title > a:hover,
.panel-title > small:hover,
.panel-title > .small:hover,
.panel-title > small > a:hover,
.panel-title > .small > a:hover {
  color: #000 !important;
}

/* video */
.content-video {
	width: 100%;
	height: auto;
}

/* ajutine */
.temp-text {
  background: #f2f3f5;
  font-size: 16px;
  padding: 15px 15px;
}

/*-----------404 page Start---------*/
.visual_error_page {
	padding: 100px 0px;
}

.visual_error_div i {
	font-size: 3em;
}
