@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700|Open+Sans:700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: white;
  color: #a5a5a5;
  font: 400 18px/24px "Times New Roman", serif;
  -webkit-text-size-adjust: none;
}

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

h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: black;
}

h2, h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
.marked-list a:hover {
  color: #004282;
}

.terms a,
.btn,
p a {
  color: #004282;
}
.terms a:hover,
.btn:hover,
p a:hover {
  text-decoration: underline;
}

.inline-list a:hover,
.header a:hover,
.footer a:hover {
  color: #004282;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #cecece;
}

strong {
  font-weight: 500;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.mg-add {
  margin-top: 5px;
}

a, .service {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/*==================  Text ======================*/
.text1 {
  color: #bebebe;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*==================     Links    ======================*/
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
a:active {
  background: transparent;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

/*==================  Inline List   ======================*/
.inline-list {
  display: inline-block;
  color: #848484;
}
.inline-list li {
  display: inline-block;
}
.inline-list li.active a {
  color: #004282;
}
.inline-list li + li:before {
  content: '\00a0 | \00a0 ';
}
.inline-list__dotted li + li {
  position: relative;
  margin-left: 20px;
}
.inline-list__dotted li + li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 3px;
  height: 2px;
  background: #a7a7a7;
}

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

hr + h4 {
  margin-top: 29px;
}

h3 + p,
h3 + h4 {
  margin-top: 10px;
}

h4 + .row {
  margin-top: 14px;
}

h4 + p {
  margin-top: 14px;
}

.inline-list + .product-block {
  margin-top: 18px;
}

h2 + .row {
  margin-top: 28px;
}

p + .row {
  margin-top: 20px;
}

h2 + .isotope-list {
  margin-top: 21px;
}

.isotope-list + .isotope {
  margin-top: 24px;
}

p + .btn {
  margin-top: 13px;
}

p + .index-list {
  margin-top: 14px;
}

* + h2 {
  margin-top: 48px;
}

.row + .row {
  margin-top: 29px;
}

.row + .h2__off1 {
  margin-top: 57px;
}

h2 + .terms,
h2 + p,
.box + .box,
.lazy-img + p {
  margin-top: 26px;
}

.service-wr + .row {
  margin-top: 53px;
}

h2 + .contact-form,
h2 + .map {
  margin-top: 33px;
}

.map + p {
  margin-top: 17px;
}

p + .addr {
  margin-top: 24px;
}

/*==================    Well    ======================*/
.well {
  padding: 62px 0 40px;
}
.well__ins1 {
  padding: 14px 0 23px;
}
.well__ins2 {
  padding-bottom: 12px;
}
.well__ins3 {
  padding-bottom: 30px;
}

/*==================   Clearfix   ======================*/
.sf-menu:before, .socials:before, .box:before, .product:before, .sf-menu:after, .socials:after, .box:after, .product:after {
  content: " ";
  display: table;
}
.sf-menu:after, .socials:after, .box:after, .product:after {
  clear: both;
}

/*========================================================
                        Widgets
=========================================================*/
/*==================     ToTop     ======================*/
.toTop {
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  position: fixed;
  z-index: 20;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background: #333;
  color: #fff;
}
.toTop:hover {
  color: #fff;
  background: #004282;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  Super Fish   ======================*/
.sf-menu {
  font-weight: 700;
  font-size: 18px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
}
.sf-menu > li + li {
  margin-left: 40px;
}
.sf-menu > li > a {
  position: relative;
  line-height: 24px;
}
.sf-menu > li a {
  display: block;
}
.sf-menu > li a, .sf-menu > li a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #004282;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -62px;
  padding: 18px 0 20px;
  width: 124px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  background: white;
  text-transform: none;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.sub-menu li {
  position: relative;
}
.sub-menu li + li {
  margin-top: 9px;
}
.sub-menu li.active > a, .sub-menu li.sfHover > a, .sub-menu li > a:hover {
  background: #004282;
  color: #fff;
}

.sub-menu .sub-menu {
  left: 100%;
  top: -18px;
  margin: 0;
  width: 100%;
}

.sf-with-ul {
  position: relative;
}
.sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.sf-menu ul .sf-with-ul:before {
  content: none;
  display: none;
}

@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  border: 1px solid #cecece;
  width: 416px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 436px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 266px;
  }
  .select-menu .select {
    width: 286px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  padding: 22px 0 19px;
}

.isStuck {
  background: white;
  z-index: 999;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================    Map    ======================*/
.map {
  height: 526px;
}

.map img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
}

/*========================================================
                    HEADER Section
=========================================================*/
.header {
  position: relative;
  padding: 23px 0 0;
  font: 400 12px/34px "Roboto", sans-serif;
  color: #bebebe;
}
.header .inline-list, .header .brand {
  float: left;
}
.header .socials, .header .search-form, .header .nav {
  float: right;
}
.header .row + hr {
  margin-top: 19px;
}
.header .inline-list {
  margin-top: 1px;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .inline-list, .header .brand, .header .socials, .header .search-form, .header .nav {
    float: none;
  }
  .header .inline-list + .search-form,
  .header .search-form + .socials,
  .header .brand + .nav {
    margin-top: 20px;
  }
}
.logo {height: 50px}
/*==================     Brand     ======================*/
.brand {
  display: block;
}
.brand h1 {
  display: inline-block;
  font: 700 30px/30px "Times New Roman", serif;
  color: #004282;
  font-style: italic; 
}
.brand h1 a:hover {
  color: inherit;
}
.lt-ie9 .brand {
  background-position: left bottom;
}

/*==================     Search     ======================*/
.search-form {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: right;
  max-width: 271px;
  width: 100%;
  color: #848484;
}
.search-form ._input {
  display: block;
  margin: 0;
  padding: 8px 40px 8px 10px;
  max-width: 219px;
  width: 100%;
  font: inherit;
  line-height: 18px;
  height: 18px;
  color: inherit;
  outline: none;
  background-color: #fff;
  border: 1px solid #cecece;
  -moz-transition: 0.3s border-color ease;
  -o-transition: 0.3s border-color ease;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.search-form ._input:focus {
  border-color: #004282;
}
.search-form .submit {
  position: absolute;
  top: -1px;
  right: 16px;
  line-height: inherit;
  font-size: 12px;
  cursor: pointer;
}
.search-form .submit:hover {
  color: #004282;
}

/*==================       Nav      ======================*/
.nav {
  margin-top: 6px;
}

/*==================  Social List   ======================*/
.socials {
  margin: 1px 27px 0 0;
  display: inline-block;
  float: right;
}
.socials li {
  float: left;
}
.socials li + li {
  margin-left: 18px;
}
.socials a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  color: #bebebe;
}
.socials a:hover {
  color: #004282;
}
.socials a:before {
  font: 400 18px "FontAwesome";
  line-height: 34px;
}

/*========================================================
                    CONTENT Section 
=========================================================*/
/*==================      Box      ======================*/
.box__fill {
  background: #eee;
}
.box__fill h4, .box__fill .btn {
  color: #fb2929;
}
.box_aside {
  float: left;
  max-width: 569px;
  width: 100%;
  margin-right: 30px;
}
.box_cnt {
  padding: 33px 45px 40px 0;
}
@media (max-width: 1199px) {
  .box_aside {
    float: none;
    max-width: 100%;
    max-height: 400px;
    overflow: hidden;
    margin-right: 0;
  }
  .box_cnt {
    padding-left: 30px;
  }
}

/*=================    Isotope    ======================*/
.isotope-list {
  font: 400 14px "Open Sans", sans-serif;
  line-height: 34px;
  color: black;
  border-bottom: 10px solid #eee;
}
.isotope-list li {
  display: inline-block;
}
.isotope-list li.active a, .isotope-list li a:hover {
  position: relative;
}
.isotope-list li.active a:after, .isotope-list li a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 81px;
  height: 10px;
  background: #fb2929;
}
.isotope-list li + li {
  margin-left: 23px;
}

.isotope {
  overflow: hidden;
}
@media (max-width: 767px) {
  .isotope {
    padding-bottom: 28px;
  }
}

/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  /*background: #004282 url(../images/lazy-loader.gif) no-repeat center center;*/
  background: #fff;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s opacity ease;
  -o-transition: 1s opacity ease;
  -webkit-transition: 1s opacity ease;
  transition: 1s opacity ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumbnail_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #004282;
  color: #fff;
  font-size: 30px;
}
.lt-ie9 .thumbnail_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumbnail_overlay:before {
  content: '\f00e';
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumbnail_overlay:before {
  display: none;
}
.thumbnail:hover {
  background-image: none;
}
.thumbnail:hover .thumbnail_overlay {
  opacity: 0.8;
}
.lt-ie9 .thumbnail:hover .thumbnail_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
  filter: alpha(opacity=80);
}
.lt-ie9 .thumbnail:hover .thumbnail_overlay:before {
  display: block;
}
.thumbnail:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.thumbnail__video .thumbnail_overlay:before {
  content: '\f03d';
}

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}

/*==================  Service  ======================*/
.service {
  display: block;
  background: #eed531;
  padding: 32px 20px 31px 30px;
  font: 700 14px "Open Sans", sans-serif;
  line-height: 24px;
}
.service:hover {
  background: #004282;
}
.service, .service * {
  color: #fff;
}
.service__skin1 {
  background: #f59374;
}
.service__skin2 {
  background: #7d79b1;
}
.service__skin3 {
  background: #19b466;
}

/*==================  Index List  ======================*/
.index-list {
  color: #000;
}
.index-list li {
  position: relative;
  padding-left: 50px;
}
.index-list li:before {
  content: attr(data-index) " - ";
  position: absolute;
  top: 0;
  left: 0;
}
.index-list li + li {
  margin-top: 12px;
}

/*==================  Marked List  ======================*/
.marked-list {
  color: #848484;
  font: 400 14px "Roboto", sans-serif;
  line-height: inherit;
}
.marked-list li {
  position: relative;
  padding-left: 14px;
}
.marked-list li:before {
  position: absolute;
  left: 0;
  content: '\f105';
  font: 400 12px "FontAwesome";
  line-height: inherit;
}
.marked-list li + li {
  margin-top: 12px;
}

/*==================   Product    ======================*/
.product + .product {
  margin-top: 35px;
}
.product__ins1 .product_cnt {
  padding-bottom: 18px;
}
.product__ins2 .product_cnt {
  padding-top: 17px;
}
.product_aside {
  width: 101px;
  float: left;
  margin-right: 19px;
}
.product_cnt {
  padding-bottom: 11px;
  border-bottom: 10px solid #004282;
  overflow: hidden;
}
.product_description .btn {
  float: right;
  margin-left: 15px;
  margin-right: 20px;
}
.product_description p {
  overflow: hidden;
}
.product__skin1 .product_cnt {
  border-color: #fb2929;
}
.product__skin1 .btn {
  color: #fb2929;
}
.product__skin2 .product_cnt {
  border-color: #eed531;
}
.product__skin2 .btn {
  color: #eed531;
}
.product__skin3 .product_cnt {
  border-color: #7d79b1;
}
.product__skin3 .btn {
  color: #7d79b1;
}
.product__skin4 .product_cnt {
  border-color: #f16333;
}
.product__skin4 .btn {
  color: #f16333;
}
.product__skin5 .product_cnt {
  border-color: #19b466;
}
.product__skin5 .btn {
  color: #19b466;
}
* + .product_description {
  margin-top: 2px;
}
h4 + .product_description {
  margin-top: 6px;
}
.lazy-img + .product_cnt {
  margin-top: 10px;
}
.isotope .product {
  margin-top: 0;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .isotope .product {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

/*==================   Address    ======================*/
.addr {
  line-height: 21px;
  color: #000;
}
.addr .fa {
  float: left;
  margin-right: 12px;
  font-size: 36px;
  color: #f16333;
}
.addr a {
  color: #f16333;
}
.addr a:hover {
  text-decoration: underline;
}
.addr p {
  overflow: hidden;
}

/*==================     Terms     ======================*/
.terms dt {
  color: #000;
}
.terms dd + dt {
  margin-top: 24px;
}
.terms a {
  color: #f16333;
}
.terms a:hover {
  text-decoration: underline;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  padding: 17px 0 21px;
  font: 400 14px "Roboto", sans-serif;
  color: #848484;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}


/*moje*/
.product_title {height: 60px; overflow: hidden}
.grid-item--height2 { height: 100px; }

#imageTitle {
    
    color: #FFFFFF;
    width: 100%;
    text-align: center;
  font: 400 14px "Roboto", sans-serif;
    bottom: 7%;
    position:absolute;
    left: 0;
    z-index: 100000;
}