/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,800,800i&display=swap&subset=cyrillic-ext');
@import "font-awesome.min.css";
@import "jquery-ui.css";
@import "owl.carousel.min.css";
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #1f1f1f;
  font-family: 'Open Sans', sans-serif;
  background: white;
  overflow-x: hidden;
}
.video-container {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.video-container #main-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.video-container img {
  display: block;
  width: 100%;
  height: auto;
}
.video-container .control {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  padding: 10px;
  margin-top: -40px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.video-container .control div {
  text-align: center;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.video-container .control div i {
  width: 60px;
  line-height: 60px;
  color: #fe5a0e;
  font-size: 20px;
}
.video-container .control:hover div {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.video-container:hover .control {
  opacity: 1;
}
.video-container .first-time {
  opacity: 1;
}
header {
  padding: 0 0 10px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 99;
}
header .top {
  background: #eeeeee;
  margin-bottom: 10px;
  padding: 0;
  color: white;
}
header .top .lang {
  float: right;
  display: table;
}
header .top .lang a {
  text-decoration: none;
  color: #fe5a0e;
  display: inline-block;
  margin-left: 15px;
  line-height: 24px;
}
header .top .lang a:hover {
  color: #5d5d5d;
}
header .top .lang .active {
  color: #5d5d5d;
  font-weight: 600;
}
header .top .welcome {
  display: table;
  text-decoration: none;
  color: white;
  float: left;
  line-height: 30px;
}
header .top .welcome span {
  color: #fe5a0e;
  font-weight: 600;
}
header .logo {
  text-decoration: none;
  display: table;
  float: left;
  margin-top: 10px;
  width: 300px;
}
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .slagon {
  display: table;
  float: right;
  margin-top: 20px;
  text-align: right;
  width: 372px;
}
header .slagon a {
  text-decoration: none;
  display: inline-table;
  margin: 0 0 4px 10px;
  color: #5d5d5d;
  font-weight: 600;
}
header .slagon .active {
  color: #fe5a0e;
}
header .slagon img {
  display: block;
  width: 100%;
  height: auto;
}
header .container {
  position: relative;
}
header .swith-menu {
  float: right;
  display: none;
  color: #fe5a0e;
  text-decoration: none;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  margin-top: 25px;
}
header .menu {
  left: 20px;
  right: 20px;
  bottom: -63px;
  position: absolute;
}
header .menu ul {
  float: left;
  padding: 0 24px;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid black;
}
header .menu ul li {
  float: left;
  padding: 0 17px;
}
header .menu ul li a {
  border-bottom: 3px solid black;
  display: block;
  padding: 0 11px;
  margin-bottom: -3px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
}
header .menu ul li a:hover {
  border-bottom: 3px solid #fe5a0e;
}
header .menu ul li a i {
  color: #fe5a0e;
  font-size: 14px;
}
header .menu ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .menu .contact {
  display: block;
  float: right;
  text-decoration: none;
  color: white;
  background: rgba(254, 90, 14, 0.5);
  width: 19%;
  line-height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
header .menu .contact:hover {
  background: #ffbd11;
  color: black;
}
header .header-fixed {
  position: fixed;
  top: 0;
}
header .swith-menu {
  display: none;
}
header .mobile-menu {
  display: none;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.header-fixed .top {
  display: none;
}
.header-fixed .logo {
  display: none;
}
.header-fixed .slagon {
  display: none;
}
.header-fixed .menu {
  bottom: -52px;
}
section#slider {
  position: relative;
}
section#slider .wave {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 30;
}
section#slider .wave img {
  display: block;
  width: 100%;
  height: auto;
}
section#slider .scrooling {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 60px;
  margin: -30px;
  z-index: 31;
}
section#slider .scrooling img {
  display: block;
  width: 100%;
  height: auto;
}
.slide-fixed {
  margin-top: 142px;
}
section#about-us {
  background: url(bg-1.jpg) no-repeat bottom center;
  padding: 50px 0 80px;
}
section#about-us h1 {
  background: url(line.png) no-repeat left center;
  padding-left: 20px;
  display: table;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 46px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: -1px;
}
section#about-us h1 span {
  color: #838383;
}
section#about-us .text {
  width: 70%;
  float: left;
}
section#about-us .text p {
  color: black;
  line-height: 24px;
  max-width: 750px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}
section#about-us .text p strong {
  font-weight: 600;
}
section#about-us .img {
  width: 30%;
  padding-top: 40px;
  float: right;
}
section#about-us .img img {
  display: block;
  width: 100%;
  height: auto;
}
section#band {
  padding: 100px 0;
  -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.3);
  background-image: url(bg-2.png);
  background-color: #ffbd11;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
section#band .container {
  max-width: inherit;
  display: table;
  margin: 0 auto;
}
section#band .container .text {
  margin-top: 30px;
  padding-left: 20px;
  float: right;
  color: #414042;
  letter-spacing: -1px;
}
section#band .container .text p {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 40px;
  text-align: center;
  margin-bottom: 8px;
}
section#band .container .text p strong {
  font-size: 36px;
  font-weight: bold;
}
section#band .container .text span {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
}
section#band .container .text span i {
  display: inline-block;
  background: #414042;
  width: 60px;
  height: 21px;
}
section#band .container img {
  display: block;
  width: 100px;
  float: left;
  height: auto;
}
section#band .container:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#blog {
  padding: 60px 0 80px;
  background: url(bg-1.jpg) no-repeat bottom center;
}
section#blog h2 {
  background: url(line-2.png) no-repeat left center;
  padding-left: 16px;
  display: table;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}
section#blog h2 span {
  color: #838383;
}
section#blog .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#blog .items .item {
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  width: 30.666666667%;
  float: left;
  margin: 0 2%;
}
section#blog .items .item:first-child {
  margin-left: 0;
}
section#blog .items .item:last-child {
  margin-right: 0;
}
section#blog .items .item .box {
  display: block;
  overflow: hidden;
  position: relative;
}
section#blog .items .item .box img {
  width: 100%;
  height: auto;
  display: block;
}
section#blog .items .item .box .img {
  width: 120%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: -5%;
}
section#blog .items .item:hover .box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section#blog .items .item:hover .content .fa-plus {
  background: #ffbd11;
  border: 1px solid #ffbd11;
}
section#blog .items .item .content {
  position: relative;
  padding: 30px;
}
section#blog .items .item .content span {
  display: block;
  color: #aaaaaa;
}
section#blog .items .item .content .fa-plus {
  position: absolute;
  line-height: 38px;
  width: 38px;
  font-size: 16px;
  text-align: center;
  background: #fe5a0e;
  color: white;
  top: -21px;
  left: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fe5a0e;
}
section#blog .items .item .content .title {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 16px;
  margin: 10px 0;
  display: table;
  font-weight: bold;
}
section#blog .items .item .content p {
  line-height: 20px;
}
section#contact {
  padding: 0 0 80px;
}
section#contact .map {
  height: 500px;
  margin-bottom: 40px;
}
section#contact h1 {
  background: url(line-2.png) no-repeat left center;
  padding-left: 16px;
  display: table;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}
section#contact h1 span {
  color: #838383;
}
section#contact .form {
  float: left;
  width: 55%;
}
section#contact .form .coll {
  float: left;
  width: 48%;
  margin-bottom: 25px;
}
section#contact .form .right {
  float: right;
}
section#contact .form p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
section#contact .form input,
section#contact .form textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  height: 36px;
  padding: 0 15px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
section#contact .form textarea {
  padding: 10px 15px;
  resize: none;
  height: 350px;
}
section#contact .form button {
  display: table;
  background: #fe5a0e;
  color: white;
  padding: 0 15px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  font-weight: 600;
  margin: 10px 0 0;
}
section#contact .form button:hover {
  background: #ffbd11;
}
section#contact .form input.error,
section#contact .form textarea.error {
  border: 1px solid red;
}
section#contact .info {
  float: right;
  width: 40%;
}
section#contact .info h2 {
  margin: 0px 0 15px;
  font-weight: 600;
  font-size: 16px;
  color: #fe5a0e;
}
section#contact .info .address {
  font-size: 14px;
  margin-bottom: 22px;
}
section#contact .info .address .fa {
  font-size: 14px;
  color: #fe5a0e;
  line-height: 18px;
  padding-top: 2px;
}
section#contact .info .address .fa-map-marker {
  font-size: 20px;
  line-height: 18px;
}
section#contact .info .address .fa-envelope {
  font-size: 13px;
  padding-top: 0px;
}
section#contact .info .address td {
  line-height: 18px;
  font-size: 14px;
  padding-bottom: 5px;
}
section#contact .info .address td:first-child {
  text-align: center;
  vertical-align: top;
}
section#contact .info .address td:last-child {
  padding-left: 5px;
}
section#contact .info .address td a {
  text-decoration: none;
  color: #fe5a0e;
  font-weight: 600;
}
section#contact .info .sub h3 {
  font-weight: 600;
  color: #fe5a0e;
}
section#page-about {
  padding: 0 0 80px;
}
section#page-about .banner {
  position: relative;
  margin-bottom: 40px;
}
section#page-about .banner img {
  display: block;
  width: 100%;
  height: auto;
}
section#page-about .banner .wave {
  background: url(../img/wave.png) no-repeat center bottom;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
section#page-about h1,
section#page-about h2 {
  background: url(line-2.png) no-repeat left center;
  padding-left: 16px;
  display: table;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}
section#page-about h1 span,
section#page-about h2 span {
  color: #838383;
}
section#page-about .text {
  text-align: justify;
}
section#page-about .text p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
section#page-about .text p strong {
  font-weight: 600;
}
section#page-about .cert {
  text-align: center;
}
section#page-about .cert a {
  display: inline-block;
  margin: 0 20px;
}
section#page-about .video-container {
  max-width: 900px;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0 0 64px 0 rgba(22, 28, 45, 0.05);
  -moz-box-shadow: 0 0 64px 0 rgba(22, 28, 45, 0.05);
  -ms-box-shadow: 0 0 64px 0 rgba(22, 28, 45, 0.05);
  -o-box-shadow: 0 0 64px 0 rgba(22, 28, 45, 0.05);
  box-shadow: 0 0 64px 0 rgba(22, 28, 45, 0.05);
}
section#product {
  padding: 0 0 80px;
}
section#product .banner {
  position: relative;
  margin-bottom: 40px;
}
section#product .banner img {
  display: block;
  width: 100%;
  height: auto;
}
section#product .banner .wave {
  background: url(../img/wave.png) no-repeat center bottom;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
section#product h1 {
  background: url(line-2.png) no-repeat left center;
  padding-left: 16px;
  display: table;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}
section#product h1 span {
  color: #838383;
}
section#product .sidebar {
  float: left;
  width: 25%;
}
section#product .sidebar h2 {
  background: url(line-2.png) no-repeat left center;
  padding-left: 12px;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  font-weight: 600;
}
section#product .sidebar h2 a {
  text-decoration: none;
  color: #5d5d5d;
}
section#product .sidebar h2 a:hover {
  color: #fe5a0e;
}
section#product .sidebar ul {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 12px;
}
section#product .sidebar ul li {
  margin-bottom: 3px;
}
section#product .sidebar ul li a {
  text-decoration: none;
  color: #5d5d5d;
  font-weight: 600;
  font-size: 14px;
}
section#product .sidebar ul li a:hover {
  color: #fe5a0e;
}
section#product .content {
  float: right;
  width: 75%;
}
section#product .content .item {
  float: left;
  width: 30.333333333%;
  margin: 0 0 3% 3%;
  text-decoration: none;
}
section#product .content .item img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#product .content .item p {
  text-align: center;
  color: #5d5d5d;
  border-top: 10px solid #fe5a0e;
  font-weight: 600;
  line-height: 22px;
}
section#product .content .item:hover p {
  border-top: 10px solid #ffbd11;
}
section#product .products {
  float: right;
  width: 75%;
}
section#product .products .img {
  display: block;
  width: 48%;
  height: auto;
  float: left;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 2% 20px 0;
}
section#product .products .fancybox {
  display: block;
  width: 23%;
  margin: 0 0 2% 2%;
  float: left;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#product .products .fancybox img {
  display: block;
  width: 100%;
  height: auto;
}
section#product .products ul {
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 22px;
}
section#product .products p {
  margin-bottom: 10px;
  line-height: 22px;
}
section#product .products table {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  width: 100%;
}
section#product .products table td {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 3px;
}
section#referances {
  padding: 0 0 80px;
}
section#referances .banner {
  position: relative;
  margin-bottom: 40px;
}
section#referances .banner img {
  display: block;
  width: 100%;
  height: auto;
}
section#referances .banner .wave {
  background: url(../img/wave.png) no-repeat center bottom;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
section#referances h1 {
  background: url(line-2.png) no-repeat left center;
  padding-left: 16px;
  display: table;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}
section#referances h1 span {
  color: #838383;
}
section#referances .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#referances .items .item {
  width: 29.333333333%;
  padding: 20px;
  margin: 2%;
  float: left;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#referances .items .item img {
  display: block;
  height: auto;
  width: 100%;
}
section#gallery {
  padding: 0 0 80px;
}
section#gallery .banner {
  position: relative;
  margin-bottom: 40px;
}
section#gallery .banner img {
  display: block;
  width: 100%;
  height: auto;
}
section#gallery .banner .wave {
  background: url(../img/wave.png) no-repeat center bottom;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
section#gallery h1 {
  background: url(line-2.png) no-repeat left center;
  padding-left: 16px;
  display: table;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}
section#gallery h1 span {
  color: #838383;
}
section#gallery .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#gallery .items .image,
section#gallery .items .video {
  text-decoration: none;
  margin: 1% 2% 1% 0;
  display: block;
  float: left;
  border: 1px solid #eeeeee;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#gallery .items .image .box,
section#gallery .items .video .box {
  overflow: hidden;
  position: relative;
}
section#gallery .items .image .box .fake,
section#gallery .items .video .box .fake {
  width: 100%;
  height: auto;
  display: block;
}
section#gallery .items .image .box .real,
section#gallery .items .video .box .real {
  width: 140%;
  margin-left: -20%;
  height: auto;
  position: absolute;
}
section#gallery .items .image p,
section#gallery .items .video p {
  line-height: 20px;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f4f4f4;
  color: black;
}
section#gallery .items .image:hover p,
section#gallery .items .video:hover p {
  color: #fe5a0e;
}
section#page-news {
  padding: 0 0 80px;
}
section#page-news .banner {
  position: relative;
  margin-bottom: 40px;
}
section#page-news .banner img {
  display: block;
  width: 100%;
  height: auto;
}
section#page-news .banner .wave {
  background: url(../img/wave.png) no-repeat center bottom;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
section#page-news h1 {
  background: url(line-2.png) no-repeat left center;
  padding-left: 16px;
  display: table;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}
section#page-news h1 span {
  color: #838383;
}
section#page-news .news:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#page-news .news .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 30.666666667%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
  text-decoration: none;
}
section#page-news .news .item .box {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
section#page-news .news .item .box .trans {
  display: block;
  width: 100%;
  height: auto;
}
section#page-news .news .item .box .img {
  position: absolute;
  width: 130%;
  height: auto;
  top: 0;
  left: -15%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#page-news .news .item h4 {
  color: #fe5a0e;
  margin-bottom: 5px;
  font-size: 16px;
}
section#page-news .news .item p {
  line-height: 18px;
  color: #5d5d5d;
  height: 36px;
  overflow: hidden;
}
section#page-news .news .item:hover .box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section#page-news .news .item span {
  display: block;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 22px;
}
section#page-news .news .right {
  margin-right: 0;
}
section#page-news .content {
  margin-top: 20px;
  font-size: 16px;
  width: 70%;
  float: left;
}
section#page-news .content h1 {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 32px;
}
section#page-news .content p,
section#page-news .content ul {
  margin-bottom: 10px;
  line-height: 22px;
}
section#page-news .content ul {
  padding-left: 25px;
}
section#page-news .content .date {
  display: block;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 22px;
}
section#page-news .content .main-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
section#page-news .content .gallery {
  margin: 30px 0;
}
section#page-news .content .gallery .item {
  width: 24%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: .5%;
}
section#page-news .content .gallery .item .box {
  overflow: hidden;
  position: relative;
}
section#page-news .content .gallery .item .box img {
  display: block;
  width: 100%;
  height: auto;
}
section#page-news .content .gallery .item .box .real {
  position: absolute;
  width: 120%;
  left: -10%;
  top: 0;
}
section#page-news .content .gallery .item .box .button {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
section#page-news .content .gallery .item .box .button .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
}
section#page-news .content .gallery .item .box .button a {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid white;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
}
section#page-news .content .gallery .item .box:hover .button {
  opacity: 1;
}
section#page-news .content .gallery:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#page-news .sidebar {
  margin-top: 20px;
  width: 24%;
  float: right;
}
section#page-news .sidebar h2 {
  background: url(line-2.png) no-repeat left center;
  padding-left: 16px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 30px;
}
section#page-news .sidebar h2 span {
  color: #aaaaaa;
}
section#page-news .sidebar .item {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
section#page-news .sidebar .item .box {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
section#page-news .sidebar .item .box .trans {
  display: block;
  width: 100%;
  height: auto;
}
section#page-news .sidebar .item .box .img {
  position: absolute;
  width: 130%;
  height: auto;
  top: 0;
  left: -15%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#page-news .sidebar .item h3 {
  color: #fe5a0e;
  margin-bottom: 5px;
  font-size: 14px;
}
section#page-news .sidebar .item p {
  line-height: 18px;
  color: #5d5d5d;
}
section#page-news .sidebar .item:hover .box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
footer {
  background: #5d5d5d;
  padding: 40px 0 0;
  color: white;
}
footer .links {
  display: table;
  float: left;
}
footer .links ul {
  list-style: none;
}
footer .links ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer .links ul li {
  float: left;
  margin-left: 20px;
}
footer .links ul li a {
  text-decoration: none;
  color: #eeeeee;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
footer .links ul li a:hover {
  color: #fe5a0e;
}
footer .links ul li:first-child {
  margin-left: 0;
}
footer .social {
  display: table;
  float: right;
}
footer .social a {
  text-decoration: none;
  color: #fe5a0e;
  font-size: 18px;
  background: url(polygone-1.png) no-repeat center;
  width: 32px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}
footer .social a:hover {
  color: black;
}
footer .bottom {
  border-top: 1px dashed #444444;
  margin-top: 30px;
  line-height: 20px;
  font-size: 12px;
  padding: 20px 0;
  color: #eeeeee;
}
footer .bottom .left {
  float: left;
  display: table;
}
footer .bottom .right {
  float: right;
  display: table;
}
footer .bottom .right a {
  text-decoration: none;
  color: #eeeeee;
  font-weight: bold;
}
footer .bottom .right a:hover {
  color: #fe5a0e;
}
.popup-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
}
.popup {
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  z-index: 99999;
}
.popup img {
  display: block;
  margin: 0 auto;
}
.popup p {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #fe5a0e;
}
.popup a {
  text-decoration: none;
  display: table;
  margin: 20px auto 0;
  line-height: 30px;
  background: black;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*		Effects. 
-------------------------------------------------------------------------------*/

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-opacity.in {
  opacity: 1;
}
.effect-opacity {
  opacity: 0.1;
}
/*		Layout: >1200px. 
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
  header .logo {
    width: 220px;
  }
  header .slagon {
    display: none;
  }
  header .menu {
    display: none;
    position: static;
  }
  header .menu ul {
    text-align: right;
    float: none;
    padding: 0;
    width: 100%;
    background: none;
    border-bottom: none;
  }
  header .menu ul li {
    float: none;
    padding: 0;
  }
  header .menu ul li a {
    border-bottom: none;
    display: block;
    padding: 0;
    margin-bottom: -3px;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 40px;
  }
  header .menu ul li a:hover {
    border-bottom: none;
  }
  header .menu ul li a i {
    color: #fe5a0e;
    font-size: 14px;
  }
  header .menu .contact {
    color: #1f1f1f;
    background: none;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: right;
  }
  header .menu .contact:hover {
    background: none;
    color: black;
  }
  header .swith-menu {
    display: block;
  }
  section#about-us h1 {
    font-size: 30px;
    line-height: 40px;
  }
  section#about-us .text {
    width: 100%;
    float: none;
  }
  section#about-us .img {
    width: 100%;
    float: none;
  }
  section#band {
    padding: 60px 0;
  }
  section#band .container .text p {
    font-size: 20px;
    line-height: 30px;
  }
  section#band .container .text p strong {
    font-size: 30px;
  }
  section#band .container img {
    width: 60px;
  }
  section#blog h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section#blog .items .item {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  footer {
    padding: 20px 0 0;
  }
  footer .links {
    text-align: center;
    display: block;
    float: none;
  }
  footer .links ul li {
    float: none;
    display: inline-block;
    margin: 0 15px;
  }
  footer .social {
    display: block;
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  footer .bottom {
    border-top: 1px dashed #444444;
    margin-top: 30px;
    line-height: 20px;
    font-size: 12px;
    padding: 20px 0;
    color: #eeeeee;
  }
  footer .bottom .left {
    float: left;
    display: table;
  }
  footer .bottom .right {
    float: right;
    display: table;
  }
  footer .bottom .right a {
    text-decoration: none;
    color: #eeeeee;
    font-weight: bold;
  }
  footer .bottom .right a:hover {
    color: #fe5a0e;
  }
  section#contact {
    padding: 0 0 80px;
  }
  section#contact .map {
    height: 400px;
    margin-bottom: 40px;
  }
  section#contact h1 {
    font-size: 30px;
    line-height: 40px;
  }
  section#contact .form {
    float: left;
    width: 100%;
  }
  section#contact .form .coll {
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  section#contact .info {
    float: right;
    margin-top: 30px;
    width: 100%;
  }
  section#page-news {
    padding: 0 0 80px;
  }
  section#page-news h1 {
    font-size: 22px;
    line-height: 40px;
  }
  section#page-news .news .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section#page-news .content {
    width: 100%;
  }
  section#page-news .content h1 {
    font-size: 16px;
  }
  section#page-news .content .gallery .item {
    width: 49%;
  }
  section#page-news .sidebar {
    width: 100%;
  }
  section#page-news .sidebar h2 {
    font-size: 16px;
  }
  section#page-news .sidebar .item {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
  }
  section#page-about {
    padding: 0 0 80px;
  }
  section#page-about h1,
  section#page-about h2 {
    font-size: 22px;
    line-height: 40px;
  }
  section#page-about .cert {
    text-align: center;
  }
  section#page-about .cert a {
    width: 80px;
    margin: 10px;
  }
  section#page-about .cert a img {
    display: block;
    width: 100%;
    height: auto;
  }
  section#gallery {
    padding: 0 0 80px;
  }
  section#gallery h1 {
    font-size: 22px;
    line-height: 40px;
  }
  section#gallery .items .image,
  section#gallery .items .video {
    width: 98%;
  }
  section#referances {
    padding: 0 0 80px;
  }
  section#referances h1 {
    font-size: 22px;
    line-height: 40px;
  }
  section#referances .items .item {
    width: 46%;
  }
  section#product {
    padding: 0 0 80px;
  }
  section#product h1 {
    font-size: 22px;
    line-height: 40px;
  }
  section#product .sidebar {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  section#product .sidebar h2 {
    margin-bottom: 10px;
  }
  section#product .sidebar ul {
    display: none;
  }
  section#product .content {
    width: 100%;
  }
  section#product .content .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}