/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.home 2
 7.home 3
 8.home 4
 9.about page
 10.services page
 11.projects page
 12.blog pages
 13.single project page
 14.contact page
 15.error page
 16.underconstruction page
 17.tables page
 18.Shop
 19.single-product
 20.footer
 21.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1230px;
  margin: auto;
  padding: 0px 0px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}


/*-------------------------------------------------*/
/* =  Licznik
/*-------------------------------------------------*/

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
  position: relative;
  display:inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.col_fourth img {
  float: left;
  padding-top: 12px;
  width: 30%;
}

.wrapper { width: 100%; margin: 30px auto; position: relative;}
.counter { background-color: ; padding: 20px 38px 14px 0; border-radius: 0px;}
.count-title { font-size: 58px; letter-spacing: 2px; font-weight: normal;  margin-top: 10px; margin-bottom: 20px; text-align: center; color:#366187 }
.count-text { font-size: 16px; font-weight: bold;  margin-top: 10px; margin-bottom: 0; text-align: center; color:#366187 }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }


.licznik {
  padding: 10px 15px 30px;
  background-color: #E4F0FA;
  text-align: center; 
  overflow: hidden;
}


/*-------------------------------------------------*/
/* =  KARUZELA
/*-------------------------------------------------*/

.slider4 .slide img {
  padding: 15px 15px;
}


/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin: 0 0 0px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #f00341 !important;
}
.top-line {
  padding: 0 0;
  background: #153554;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line p {
  margin-bottom: 0;
}


.top-line p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
}

.top-line ul {
  margin: 0;
  padding: 0;
}

.top-line ul.main-contact {
  margin: 0;
  padding: 0;
  text-align: left;
}

.top-line ul.main-contact li a {
  color: #ccc;
}

.top-line ul.main-contact li {
  display: inline-block;
  margin:0;
  padding: 15px 20px 15px;
  border-right: 1px solid #2d4a65;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #cccccc;
}

.top-line ul.main-contact li:first-child {
  padding-left:0;
}

.top-line ul.main-contact li span {
  margin:0; padding:0 15px 0 15px;
}

span.phone {
  background: url(../images/call.png) 0 4px no-repeat;
}

span.email {
  background: url(../images/email.png) 0 4px no-repeat;
}

.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  padding: 5px 15px;
  
}
.top-line ul.social-icons li:last-child {
  padding-right: 0;
  border-left: 1px solid #2d4a65;
}

.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #666666;
}
.top-line ul.social-icons li a:hover {
  color: #f00341;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #666666 !important;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-top:4px solid #ffffff;
  padding: 31px 25px 30px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #222222 !important;
  border-top:4px solid #a82665;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 270px;
  background: #ffffff;
 
  padding: 0px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #666666;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #fff;
  background: #6EC8CA;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
header .navbar-default {
  box-shadow: 0 0 2px #dddddd;
  -webkit-box-shadow: 0 0 2px #dddddd;
  -moz-box-shadow: 0 0 2px #dddddd;
  -o-box-shadow: 0 0 2px #dddddd;
}

header.active .navbar-default {
  box-shadow: 0 0 2px #dddddd;
  -webkit-box-shadow: 0 0 2px #dddddd;
  -moz-box-shadow: 0 0 2px #dddddd;
  -o-box-shadow: 0 0 2px #dddddd;
}
header.active .top-line {
  height: 0;
  padding: 0;
}
header.active .navbar-brand {
  color: #222222 !important;
  padding: 10px 14px;
}
header.active .navbar-nav > li > a {
  color: #222222 !important;
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search {
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search i {
  color: #666666;
}
header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #222222 !important;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #f00341;
  padding: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #222222;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

.opos-section {
  margin-top: 152px;
}
section.opos {
  margin-top: 40px;
}

.block-chrona-sluchu {
  padding-right: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.block-chrona-sluchu h4 {
  font-size: 16px;
  line-height: 26px;
}

.product-txt-left {
  padding: 50px 0 0 20px;
}


.product-txt-product-left {
  padding: 70px 50px 70px 50px; 
}

.product-txt-product-left p {
  padding: 5px 0;
}

.product-txt-product-left img {
  float: left;
  margin-bottom: 30px;
}


.product-txt-product-right {
  padding: 70px 50px 70px 50px; 
}

.product-txt-product-right p {
  padding: 5px 0;
}

.product-txt-product-right img {
  float: right;
  margin-bottom: 30px;
}


.product-block-txt {
  clear: both;
  display: block;
}



.border-zone {
  border-bottom: 1px solid #f0f0f0;
}






.service-details {
  width: 25%;
  height: 300px;  
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.service-details .box1

.service-details article {
  float: left;
  margin: 0;
  padding: 0;
}

.service-details img {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: auto;
  height: 100%;
  float: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
}

.service-details h2 {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
  z-index: 10;
  background: rgba(0,156,153,0.6);
  padding: 22px 20px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  color: #e1f7f6;
  text-transform: uppercase;
}

.service-details:hover img {
  /*opacity: 0.4 !important;*/
}

.service-details .service-hover-text h3 {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #272727;
  line-height: 22px;
  text-align: left;
}


.service-details .service-hover-text p {
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #272727;
  text-align: left;
}


.service-details .box1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #F7DA72;
  z-index: 9999;
}

.service-details .box2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #daeff2;
  z-index: 9999;
}



.service-details .box4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #f0f0f0;
  z-index: 9999;
}




.service-details:hover .box1,
.service-details:hover .box2,
.service-details:hover .box3,
.service-details:hover .box4 {
  display: block !important;
  background: none;
  left: 0px;
  top: 0px;
}



.service-details .service-hover-text{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 12% 8%;
  color: rgba(255,255,255,1);
/*  display: none;*/
  transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s;
}

.service-details:hover .service-hover-text {
  display: block !important;
  color: rgba(255,255,255,1);
  background:rgba(217,14,14,0);
  left: -120%;
  top: 0px;
}



body {
  background: #e4f0fa;
}


#out-container {
  max-width: 100%;
  background: #e4f0fa;
  margin: 0 auto;
}

.bg-container {
  background: #fff;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
}



p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 22px;
  margin: 0 0 10px;
}


#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: red;

}
#container.active {
  opacity: 1;
  background: red;
}









/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
.title-section {
  margin-bottom: 45px;
  text-align: center;
}
.title-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.title-section h1:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  bottom: -1px;
  left: 50%;
  margin-left: -15px;
  background: #f00341;
}
.title-section span {
  display: inline-block;
  margin: 0 0 15px;
  color: #222222;
  font-size: 18px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}
.title-section p {
  max-width: 600px;
  margin: 0 auto;
}
#home-section {
  margin-top: 140px;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
#home-section .tp-caption.small_text.center-align {
  text-align: center;
}
#home-section .tp-caption.medium_thin_grey {
  font-size: 36px;
  color: #222222;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: 700;
}
#home-section .tp-caption.medium_thin_grey span {
  color: #f00341;
}
#home-section .tp-caption.medium_thin_grey.center-align {
  text-align: center;
}
#home-section .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
}
#home-section .tp-caption.finewide_medium_white span.color-skin {
  color: #f00341 !important;
}



#home-section .tp-bannertimer {
  display: none !important;
}
#home-section.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
a.button-one {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}
.banner-section {
  padding: 50px 0;
  background: #f00341;
  text-align: center;
}
.banner-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-section h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 60px;
}
.services-offer-section {
  padding: 80px 0;
}
.services-offer-section .services-box-mas .services-project {
  width: 25%;
  padding: 1px;
}
.services-offer-section .services-box-mas .services-project img {
  width: 100%;
}
.services-offer-section .services-box-mas .services-project .services-gal {
  position: relative;
}


.about-section {
  padding: 80px 0 50px;
}
.about-section img {
  width: 100%;
  margin-bottom: 30px;
}
.about-section iframe {
  width: 100%;
  height: 265px;
  margin-bottom: 30px;
}
.about-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-alternative-section {
  padding: 80px 0 50px;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.second-article img {
  width: 100%;
  margin-bottom: 20px;
}
.second-article h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 14px;
}
.tab-posts-box {
  margin-bottom: 30px;
}
.tab-posts-box ul.nav-tabs {
  text-align: center;
  border-left: none;
}
.tab-posts-box ul.nav-tabs li {
  float: left;
  width: 33.3333%;
  border: none;
}
.tab-posts-box ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 10px 1px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-bottom: 5px solid transparent;
  margin: 0;
}
.tab-posts-box ul.nav-tabs li a:hover {
  border: none;
  border-bottom: 5px solid transparent;
  color: #f00341;
}
.tab-posts-box ul.nav-tabs li.active a {
  background: transparent;
  border: none;
  border-bottom: 5px solid #222222;
}
.tab-posts-box .tab-pane {
  padding: 30px 0;
  padding-bottom: 0;
  overflow: hidden;
}
.tab-posts-box .tab-pane h3 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.tab-posts-box .tab-pane img {
  width: 100%;
  margin-bottom: 20px;
}
.tab-posts-box.tabs-4 ul.nav-tabs li {
  width: 25%;
}
.testimonial-section {
  padding: 80px 0;
  position: relative;
  background: url('../upload/banners/4.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #f00341;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f00341;
  border-color: #f00341;
}



/*-------------------------------------------------*/
/* =  home3
/*-------------------------------------------------*/
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  background: #f00341;
}
.flexslider .flexcaption {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}

.flexslider {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  height: 600px;
}



.flexslider .flexcaption .inner-caption {
  padding: 30px;
  background: #F8C300;
  margin: 20px 0px 20px 20px ; 
}

.flexslider .flexcaption .right-block {
  background-color: #f8c300;
}

.flexslider .flexcaption2 {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}
.flexslider .flexcaption2 .inner-caption {
  padding: 25px;
  background: #F8C300;
  margin: 20px 20px 20px 20px ; 
}

.flexslider .flexcaption .right-block h2 {
  margin:0 0 6px; padding:0;
  font-size: 28px;
}

.flexslider .flexcaption .right-block h3 {
  margin:0 0 12px; padding:0;
  font-size: 22px;
  color: #e25d0f;
  text-decoration: underline;
}

.flexslider .flexcaption .right-block h4 {
  margin:0; padding:0;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
}

.flexslider .flexcaption .right-block h5 {
  margin:0 0 15px; padding:0;
  font-size: 20px;
  line-height: 26px;
}

.flexslider .flexcaption .right-block p {
  padding-bottom: 14px;
  font-size: 14px;
}

.flexslider .flexcaption .right-block ul {
  margin: 0;
  padding: 0;
}

.flexslider .flexcaption2 .right-block ul {
  margin: 0;
  padding: 0;
}

.flexslider .flexcaption .right-block ul li {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  list-style: none;
}


.flexslider .flexcaption2 .right-block h1 {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  padding: 0;
  margin: 0;
}

.flexslider .flexcaption2 .right-block h3 {
  margin:0 0 12px; padding:0;
  font-size: 22px;
  color: #000;
}


.flexslider .flexcaption2 .right-block ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  list-style: none;
}


.flexslider .flexcaption .first-block {
  margin-left:0!important;
  background-color: #a7cbda;
}

.flexslider .flexcaption .first-block p {
  padding-bottom: 14px;
  font-size: 14px;
}

.flexslider .flexcaption .inner-caption h1 {
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin: 0 0 10px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #e6f5f7;
  position: relative;
}

span.pkt-list {
  width: 20px;
  color: #e25d0f;
  font-weight: bold;
  font-size: 18px!important;
}

.flexslider .flexcaption .inner-caption span {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 100;
  margin: 0 0 10px;
}
.flexslider .flexcaption .inner-caption p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}
#home-section.slider3 .flex-control-nav {
  display: none;
}
.services-offer-section .services-box {
  padding: 25px 25px 0;
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
}
.services-offer-section .services-box .service-post {
  margin-bottom: 25px;
  overflow: hidden;
}
.services-offer-section .services-box .service-post img {
  float: left;
}
.services-offer-section .services-box .service-post .service-content {
  margin-left: 100px;
}
.services-offer-section .services-box .service-post .service-content h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
}
.services-offer-section .services-box .service-post .service-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.services-offer-section .services-box .service-post .service-content h2 a:hover {
  color: #f00341;
}
.services-offer-section .services-box .service-post .service-content h2:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #f00341;
}
.projects-section .project-box.col3 {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
}
.projects-section .project-box.col3 .project-post {
  margin: 15px;
  width: 360px;
}
/*-------------------------------------------------*/
/* =  home 4
/*-------------------------------------------------*/
#home-section.slider4 {
  margin-top: 147px;
}
#home-section.slider4 .tp-caption.small_text {
  font-size: 16px;
  padding: 0.4em 0.8em;
  background: #ffffff;
  color: #666666;
  font-weight: 400;
}
#home-section.slider4 .tp-caption.small_text i {
  color: #222222 !important;
  margin-right: 6px;
}
#home-section.slider4 .tp-caption.small_text span {
  color: #222222;
  font-weight: 600;
}
#home-section.slider4 .tp-caption.medium_thin_grey {
  font-size: 20px;
  color: #222222 !important;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  padding: 0.3em 1em;
  background: #ffffff;
}
#home-section.slider4 .tp-caption.medium_thin_grey span {
  color: #222222;
  font-weight: 700;
}
#home-section.slider4 .tp-caption.medium_thin_grey.center-align {
  text-align: center;
}
#home-section.slider4 .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
  padding: 0.3em 1em;
  background: #666666;
}
#home-section.slider4 .tp-caption.finewide_medium_white span {
  color: #f00341 !important;
}
#home-section.slider4 .tp-caption.finewide_medium_white.center-align {
  text-align: center;
}
#home-section.slider4 .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
#home-section.slider4 .tp-caption a.trans-btn:hover {
  color: #f00341;
  background: #ffffff;
}
#home-section.slider4 .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #f00341;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffffff;
  background: #f00341;
}
#home-section.slider4 .tp-caption a.trans-btn2:hover {
  color: #f00341;
  background: transparent;
}
#home-section.slider4 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  z-index: 2;
}
#home-section.slider4 .tp-bannertimer {
  display: none !important;
}
.services-offer-section .services-box.ser-box2 .service-post img {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.services-offer-section .services-box.ser-box2 .service-post .service-content {
  margin-left: 0;
}
.team-section {
  padding: 80px 0 !important;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
  margin-top: 150px;
  padding: 50px 0;
  position: relative;
  background: url('../upload/banners/2.jpg') center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-banner-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 26px;
  margin-bottom: 10px;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #222222;
}
.page-banner-section ul.page-depth li a:hover {
  color: #666666;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #222222;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.team-section .team-post {
  margin-bottom: 40px;
}
.team-section .team-post img {
  width: 100%;
  margin-bottom: 25px;
}
.team-section .team-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 0px;
}
.team-section .team-post span {
  display: inline-block;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  margin-bottom: 5px;
  color: #f00341;
}
/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/
.services-page-section {
  padding: 60px 0 80px;
}
.services-page-section ul.side-navigation-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.services-page-section ul.side-navigation-list li {
  list-style: none;
}
.services-page-section ul.side-navigation-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #222222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #e1e1e1;
  position: relative;
}
.services-page-section ul.side-navigation-list li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 50px;
  color: #222222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-page-section ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a.active {
  color: #333333;
}
.services-page-section ul.side-navigation-list li:first-child a {
  padding-top: 0;
  border-top: none;
}
.services-page-section ul.side-navigation-list li:first-child a:after {
  line-height: 20px;
}
.services-page-section .services-wrapp .services-post {
  margin-bottom: 40px;
}
.services-page-section .services-wrapp .services-post img {
  width: 100%;
  margin-bottom: 30px;
}
.services-page-section .services-wrapp .services-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.services-page-section .services-wrapp .services-post p {
  margin-bottom: 20px;
}
.services-page-section .services-wrapp .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.services-page-section .services-wrapp .services-post a:hover {
  color: #f00341;
}
.services-page-section .services-wrapp .services-post-gal img {
  width: 100%;
  margin-bottom: 30px;
}
.services-page-section .contact-info {
  margin-bottom: 30px;
}
.services-page-section .contact-info h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.services-page-section .contact-info ul.information-list {
  margin: 0;
  padding: 0;
}
.services-page-section .contact-info ul.information-list li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.services-page-section .contact-info ul.information-list li i {
  float: left;
  color: #222222;
  font-size: 15px;
  display: inline-block;
  line-height: 24px;
}
.services-page-section .contact-info ul.information-list li span {
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #222222;
}
.services-page-section .contact-info ul.information-list li a {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #222222;
}
.guide-box h2 {
  color: #222222;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.guide-box ul {
  margin: 0;
  padding: 0;
}
.guide-box ul li {
  list-style: none;
  margin-bottom: 5px;
}
.guide-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.guide-box ul li a i {
  font-size: 20px;
  margin-right: 20px;
  float: left;
}
.guide-box ul li a:hover {
  opacity: 0.7;
}
.work-details {
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.work-details h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.work-details p {
  margin-bottom: 15px;
}
.work-details ul.work-detail-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.work-details ul.work-detail-list li {
  list-style: none;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  margin-bottom: 5px;
}
.work-details ul.work-detail-list li i {
  color: #222222;
  margin-right: 10px;
}
.work-details ul.work-detail-list li span {
  color: #666666;
}
.work-details a {
  display: inline-block;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.work-details a i {
  margin-right: 10px;
  font-size: 24px;
  display: inline-block;
  float: left;
  margin-top: -3px;
}
.menager-section img {
  width: 100%;
  margin-bottom: 30px;
}
.menager-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
}
.menager-section span {
  display: inline-block;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/
.projects-page-section .project-box {
  width: 1170px;
  margin-left: -15px;
  margin-top: -15px;
}
.projects-page-section .project-box .project-post {
  width: 262px;
  margin: 15px;
}
.projects-page-section .project-box.col3 .project-post {
  width: 360px;
}
.projects-page-section .project-box.col2 .project-post {
  width: 555px;
}
/*-------------------------------------------------*/
/* =  blog pages
/*-------------------------------------------------*/
.blog-section {
  padding: 55px 0 25px;
}
.blog-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.blog-section .blog-box .blog-post {
  margin-bottom: 40px;
}
.blog-section .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post iframe {
  height: 360px;
}
.blog-section .blog-box .blog-post .flexslider {
  margin-bottom: 30px !important;
}
.blog-section .blog-box .blog-post .flexslider img {
  margin: 0;
}
.blog-section .blog-box .blog-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}
.blog-section .blog-box .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .blog-box .blog-post h2 a:hover {
  color: #f00341;
}
.blog-section .blog-box .blog-post ul.post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.blog-section .blog-box .blog-post ul.post-tags li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  margin-right: 4px;
}
.blog-section .blog-box .blog-post ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.blog-section .blog-box .blog-post ul.post-tags li a:hover {
  color: #222222;
}
.blog-section .blog-box .blog-post .post-content-text > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.blog-section .blog-box .blog-post .post-content-text > a:hover {
  color: #f00341;
}
.blog-section .blog-box ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.blog-section .blog-box ul.pagination-list li {
  display: inline-block;
  margin-right: 8px;
}
.blog-section .blog-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
  color: #f00341;
}
.blog-section .blog-box .single-post h1 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
.blog-section .blog-box .single-post p {
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote {
  border-left: 2px solid #222222;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote p {
  font-size: 14px;
  margin: 0;
}
.blog-section .blog-box .single-post blockquote p span {
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
  text-transform: inherit;
}
.blog-section .blog-box .autor-post {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.blog-section .blog-box .autor-post img {
  max-width: 130px;
  float: left;
}
.blog-section .blog-box .autor-post .autor-content {
  margin-left: 150px;
}
.blog-section .blog-box .autor-post .autor-content h2 {
  margin-bottom: 0;
}
.blog-section .blog-box .autor-post .autor-content span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
.blog-section .blog-box .comment-section {
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section h2 {
  margin-bottom: 25px;
}
.blog-section .blog-box .comment-section ul {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .comment-section ul li {
  list-style: none;
}
.blog-section .blog-box .comment-section ul li .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section ul li .comment-box img {
  width: auto;
  max-width: 100px;
  float: left;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
  margin-left: 120px;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 {
  color: #222222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
  color: #222222;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  font-size: 11px;
  font-weight: 400;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
  color: #f00341;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.blog-section .blog-box .comment-section ul.depth .comment-box {
  padding-left: 120px;
}
.blog-section .blog-box .comment-form input[type="text"] {
  max-width: 500px;
  display: block;
}
.sidebar h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ul.category-list,
.sidebar ul.archieve-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
}
.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
  color: #f00341;
}
.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar ul.tags-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.tags-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.sidebar ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 9px 20px;
  color: #ffffff;
  background: #222222;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar ul.tags-list li a:hover {
  background: #f00341;
}
.sidebar ul.flickr {
  margin: 0;
  padding: 0;
}
.sidebar ul.flickr li {
  margin-bottom: 5px;
  margin-right: 1px;
  display: inline-block;
}
.sidebar ul.flickr li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar ul.flickr li a img {
  margin: 0;
}
.sidebar ul.flickr li a:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  single project page
/*-------------------------------------------------*/
.single-page-section {
  padding: 65px 0 40px;
}
.single-page-section .project-content {
  margin-top: 30px;
}
.single-page-section .project-content img {
  margin-bottom: 10px;
}
.single-page-section .project-content .project-architect h2 {
  margin-bottom: 3px;
}
.single-page-section .project-content .project-architect p {
  color: #f00341;
}
.single-page-section img {
  width: 100%;
}
.single-page-section .project-content-box {
  margin-bottom: 40px;
}
.single-page-section .project-content-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.single-page-section .project-content-box ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.single-page-section .project-content-box ul li {
  list-style: none;
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 8px;
}
.single-page-section .project-content-box ul li i {
  font-size: 13px;
  color: #f00341;
  width: 20px;
}
.single-page-section .project-content-box ul li span {
  color: #222222;
  font-weight: 700;
  margin-right: 10px;
}
.single-page-section .project-tags {
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map,
#map2 {
  height: 700px;
}
.contact-section {
  padding: 80px 0;
}
.contact-section .contact-info {
  margin-bottom: 30px;
  margin-top: 10px;
}
.contact-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-section p {
  margin-bottom: 30px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.contact-section ul.information-list li i {
  float: left;
  color: #222222;
  font-size: 15px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #222222;
}
.contact-section ul.information-list li a {
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #222222;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #f00341;
}
#contact-form textarea,
.comment-form textarea {
  height: 146px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #f00341;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact-form .message,
.comment-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
#contact-form .message.error,
.comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}

/*-------------------------------------------------*/
/* =  site page
/*-------------------------------------------------*/

#content {
  margin-top: 140px;
  border-top: 25px solid #E4F0FA;
}


.main-txt-block {
  padding: 35px 35px 50px 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.main-txt-block ul {
  margin: 15px 0;
}

.main-txt-block ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #666;
}



.main-txt-block h1 {
  color:#000!important;
  font-size: 30px;
}


.main-txt-block h2 {
  padding:12px 0 0 0;
  font-size: 28px;
  color:#a82665;
}

.main-txt-block h3 {
  padding:12px 0 0 0;
  line-height: 28px;
  font-size: 18px;
  color:#333333!important;
}

.main-txt-block h4 {
  padding:12px 0 0 0;
  line-height: 28px;
  font-size: 18px;
  color:#A82665;
  font-weight: bold;
}

.main-txt-block h5 {
  padding: 12px 0 0;
  line-height: 28px;
  font-size: 18px;
  color:#333;
}

.main-txt-block p {
  padding: 6px 0;
  line-height: 26px;
  font-size: 16px;
  color:#666;
  text-align: justify;
}

.main-txt-block img.image-tekst {
  float: left;
  padding: 0px 25px 5px 0;
}

.bg-ecrf {
  background: #F8C300;
} 


.block-special-right {
  padding: 0!important;
  margin: 0!important;
}
.block-right-content {
  padding: 15px 20px;
  font-family: "Open Sans", sans-serif;
}

.block-special-right p {
    color: #0000000!important;
    font-size: 16px;
    padding: 5px 0px 0;
    line-height: 20px;
}

.block-special-right h4 {
  color: #2b2c7c!important;
}

.block-special-right h3 {
  color: #444!important;
  padding: 0 5%;
  letter-spacing: 0px;
}

.block-right-content ul {
    color: #0000000!important;
    font-size: 14px;
    padding: 0;
    margin: 12px 0;
    line-height: 20px;
    list-style: none;
}
.block-right-content ul li {
    padding: 0;
    margin: 0;

}


.partner {
  border: 1px solid #E4F0FA;
  border-width: 1px 0 0 1px;
}

.partner img {
  border-right: 1px solid #E4F0FA;
  padding: 0px 7px;
}

.partner img.last {
  border-bottom: 1px solid #E4F0FA;
}


.mapa {
  position: relative;
  min-width: 100%;
  height: 550px;
}

.mapka {
  position: absolute;
}

.mapa-dane {
  width: 500px;
  height: 200px;
  background: red;
  position: absolute;
}



/*-------------------------------------------------*/
/* =  underconstruction page
/*-------------------------------------------------*/
.underconstruction-section {
  padding: 80px 0 50px;
  background: #fafafa;
}
.underconstruction-section img {
  width: 100%;
  margin-bottom: 30px;
}
.underconstruction-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.underconstruction-section p {
  margin-bottom: 30px;
}
.underconstruction-section .underconstruction-content {
  padding: 30px;
  background: #f3f3f3;
  border: 1px solid #d5d5d5;
  max-width: 600px;
  margin: 60px auto 0;
  margin-top: 50px;
}
.underconstruction-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-color: #f00341;
  color: #f00341;
}
.underconstruction-section a:hover {
  color: #ffffff;
  background: #f00341;
}
/*-------------------------------------------------*/
/* =  tables page
/*-------------------------------------------------*/
.tables-page-section {
  padding: 50px 0;
}
.tables-page-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tables-page-section p {
  margin-bottom: 30px;
  max-width: 800px;
}
.tables-page-section .table {
  text-align: center;
  margin-bottom: 40px;
}
.tables-page-section .table th {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
}
.tables-page-section .table td {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #f7f7f7;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666666;
  padding: 10px 20px;
}
.tables-page-section .table thead th {
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.tables-page-section .table tr th {
  background: #f0f0f0;
}
/*-------------------------------------------------*/
/* =  Shop
/*-------------------------------------------------*/
.shop-section {
  padding: 50px 0;
}
.shop-section .shop-bar {
  overflow: hidden;
  margin-bottom: 50px;
}
.shop-section .shop-bar p {
  float: left;
  font-size: 14px;
  margin-top: 5px;
}
.shop-section .shop-bar select {
  float: right;
  width: 220px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 8px 10px;
  outline: none;
}
.shop-section .shop-pagination ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.shop-section .shop-pagination ul li {
  display: inline-block;
  margin-right: 8px;
}
.shop-section .shop-pagination ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.shop-section .shop-pagination ul li a:hover,
.shop-section .shop-pagination ul li a.active {
  color: #f00341;
}
.shop-post {
  margin-bottom: 30px;
}
.shop-post .shop-gal {
  position: relative;
}
.shop-post .shop-gal img {
  width: 100%;
}
.shop-post .shop-gal > span {
  position: absolute;
  top: 10px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.shop-post .shop-gal span.new-product {
  left: 10px;
  background: #ff8b58;
}
.shop-post .shop-gal span.sale-product {
  right: 10px;
  background: #f00341;
}
.shop-post .shop-gal .hover-shop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.shop-post .shop-gal .hover-shop .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -38px;
}
.shop-post .shop-gal .hover-shop .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 104px;
  padding: 10px 10px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: #222222;
  margin-bottom: 5px;
}
.shop-post .shop-gal .hover-shop .inner-hover a:hover {
  background: #f00341;
}
.shop-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 20px 0 15px;
  text-transform: uppercase;
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 15px;
}
.shop-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.shop-post h2 a:hover {
  color: #f00341;
}
.shop-post p {
  overflow: hidden;
  margin: 0;
  padding-bottom: 15px;
}
.shop-post p span.price {
  display: inline-block;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.shop-post p span.old-price {
  display: inline-block;
  color: #cccccc;
  font-size: 18px;
  font-weight: 600;
}
.shop-post p span.rating {
  float: right;
}
.shop-post p span.rating i {
  color: #666666;
  font-size: 17px;
  line-height: 24px;
}
.shop-post p span.rating i[data-rated="rated"] {
  color: #f00341;
}
.shop-post:hover .shop-gal span.new-product {
  opacity: 0;
}
.shop-post:hover .shop-gal span.sale-product {
  opacity: 0;
}
.shop-post:hover .shop-gal .hover-shop {
  opacity: 1;
}
.shop-sidebar {
  padding-top: 5px;
}
.shop-sidebar h1 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
}
.shop-sidebar .shop-widget {
  margin-bottom: 40px;
}
.shop-sidebar .category-widget ul {
  margin: 0;
  padding: 0;
}
.shop-sidebar .category-widget ul li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.shop-sidebar .category-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
}
.shop-sidebar .category-widget ul li a:hover {
  color: #f00341;
}
.shop-sidebar .category-widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.shop-sidebar .product-widget ul {
  margin: 0;
  padding: 0;
}
.shop-sidebar .product-widget ul li {
  list-style: none;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #f0f0f0;
}
.shop-sidebar .product-widget ul li img {
  float: left;
  max-width: 50px;
}
.shop-sidebar .product-widget ul li .product-widget-content {
  margin-left: 70px;
}
.shop-sidebar .product-widget ul li h2 {
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  margin-top: -3px;
}
.shop-sidebar .product-widget ul li h2 a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.shop-sidebar .product-widget ul li h2 a:hover {
  color: #f00341;
}
.shop-sidebar .product-widget ul li span {
  display: inline-block;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.shop-sidebar .product-widget ul li span del {
  color: #666666;
}
.shop-sidebar .product-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.shop-sidebar .product-widget > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 103px;
  padding: 8px 8px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #222222;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: center;
  margin-top: 4px;
}
.shop-sidebar .product-widget > a:hover {
  background: #222222;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Single Product
/*-------------------------------------------------*/
.related-shop-section {
  padding: 0 0 30px;
}
.related-shop-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
}
.single-product-section {
  padding: 60px 0;
}
.product-gallery {
  margin-bottom: 30px;
}
.product-gallery img {
  width: 100%;
}
.single-product-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
.single-product-section .product-details {
  margin-bottom: 20px;
}
.single-product-section .product-details p {
  margin-bottom: 20px;
}
.single-product-section .product-details p span.price {
  display: inline-block;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.single-product-section .product-details p span.rating {
  display: block;
}
.single-product-section .product-details p span.rating i {
  color: #666666;
  font-size: 17px;
  line-height: 24px;
}
.single-product-section .product-details p span.rating i[data-rated="rated"] {
  color: #f00341;
}
.single-product-section .product-details button {
  width: 24px;
  height: 35px;
  display: inline-block;
  background: #eeeeee;
  text-align: center;
  line-height: 35px;
  color: #222222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  border: none;
  margin: 2px 0 0;
  padding: 0;
}
.single-product-section .product-details input {
  display: inline-block;
  width: 54px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 0px -4px 0 -6px;
  line-height: 34px;
  color: #222222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  text-align: center;
  padding: 0;
}
.single-product-section .product-details a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 16px;
  background: #f00341;
  border: 1px solid transparent;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: center;
  margin-left: 3px;
}
.single-product-section .product-details a:hover {
  background: transparent;
  border: 1px solid #f00341;
  color: #f00341;
}
.single-product-section .product-desc {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-product-section .product-desc p {
  margin-bottom: 15px;
}
.single-product-section .product-reviews ul {
  margin: 0;
  padding: 0;
}
.single-product-section .product-reviews ul li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 20px;
  overflow: hidden;
}
.single-product-section .product-reviews ul li img {
  float: left;
  width: 100px;
  margin-bottom: 20px;
}
.single-product-section .product-reviews ul li .review-content {
  margin-left: 120px;
}
.single-product-section .product-reviews ul li .review-content h2 {
  overflow: hidden;
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating {
  float: right;
  margin: 0;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating i {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating i[data-rated="rated"] {
  color: #f00341;
}
.single-product-section .product-reviews ul li .review-content p {
  margin: 0 0 10px;
}
.single-product-section .product-reviews a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 27px;
  border: 2px solid #f00341;
  background: #f00341;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.single-product-section .product-reviews a:hover {
  background: transparent;
  color: #f00341;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/

footer .up-footer p {
  color: #ffffff;
}

footer p.copyright {
  padding: 15px 0;
  background: #111111;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  text-align: center;
  margin: 0;
}






.young {
  margin-top: 0px;
  background: #fff;
}

.offer {
  background: #fff;
  padding: 0px 0 0 0;
}

.offer-block {
  padding: 25px 25px 25px 25px;
}


.clear {
  width: 100%;
  height: 20px;
  background: #e4f0fa;
}


.bs-example {
  margin-top: 35px;
}

.products {

}

.product-description {
  margin: 25px 0 25px 0;

}

.product-accessories {
  margin: 0;

}


.reset-pading {
  margin:0;
  padding:0;
}






.block-special {
  padding: 5px 0 25px;
  margin: 0;
  background: #F8C300;
  font: normal 24px "Open Sans";
}

.block-special h2 {
  color: #fff;
  padding: 0 25px 15px 25px;
  font-weight: 100;
  font: normal 24px "Open Sans";
  color: #000000;
}

.block-special p {
  color: #333333!important;
  font-size: 14px!important;
  text-align: left;
  padding: 15px 25px 15px;
  line-height: 22px;
}

.block-special ul {
  padding-left: 55px;
}

.block-special ul li {
  color: #333333!important;
  font-size: 14px!important;
  padding: 0px 10px 0px;
  line-height: 22px;
}

p.note {
  color: #337ab7;
}

h2
 {
  padding: 0 25px 15px 0px;
  font-weight: 100;
}


h2 span {
  color: #009a98;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.about-post h3 {
  color:#366187; 
  line-height: 28px;
  padding: 15px 0;
}


.products {
  background-color: #fff;
}

.about-product,
.about-post {
  padding: 15px 25px 15px 25px;
}

.about-product h2 {
  font-size: 24px!important;
  margin-top: 60px;
  line-height: 28px;

}


.box-block {
  height: 280px;
  background: #f6cb30;
  overflow: hidden;
  
}

.box3 {
  background:#a82665;
  width: 100%;
}
.box3 p {
  color: #ffffff;
  text-align: left;
  letter-spacing: 1px;
}


.box1 {
  background:#f6cb30;
  width: 100%;
  color:#000000!important;
}

.box1 p {
  color: #000000;
  text-align: left;
  letter-spacing: 1px;
}


.box-txt {
  padding: 15px 15px;
  height: 100%;
  color: #ffffff;
  line-height: 300px;
}

.box-txt h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}




.block-up {
  position: relative;
}

.block-1 {
  position: absolute;
  top: 0; left: 0;
  background: #f7da72;
  padding: 25px 25px;
  min-height: 260px;
  overflow: hidden;
}

.block-2 {
  position: absolute;
  top: 0; left: 0;
  background: #47b0b7;
  padding: 25px 25px;
  min-height: 260px;
  color: #fff;
  overflow: hidden;
}

.block-2 p {
  color: #fff;
}

.block-3 {
  position: absolute;
  top: 0; left: 0;
  background: #ccdfe0;
  padding: 25px 25px;
   min-height: 260px;
  overflow: hidden;
}

.block-4{
  position: absolute;
  top: 0; left: 0;
  background: #e5f0f2;
  padding: 25px 25px;
  min-height: 260px;
  overflow: hidden;
}





.block-up:hover .block-first-up {
  display: block;
}


.block-first-up {
  position: absolute;
  top: 0;
  z-index: 9999;
  background-image: url('../images/aparaty_wewnatrzuszne.jpg');
  background-repeat: no-repeat;
  width: 100%;
  display: none;

}

.block-first-up:hover {

}

.block-first-up h3 {
  background: #2f948e;
  color: #fff;
  margin-top: 31.333333333%;
  padding: 10px 0;
  font-size: 22px;
  width: 100%;
  text-align: center;
}


.product-accessories {
  margin-bottom: 50px;
}


.acces { 
  height: 220px;
  border: 1px solid #dddddd;
  margin: 0 5px;
  display: block;
  position: relative;
}

.product-accessories a {
  color: #333!important;
}

.product-accessories a:hover {
  text-decoration: none;
}

.product-accessories a:hover .title-acces h4
 {
  color: #186C83;
}

.acces3 p
 {
  font-family: "Open Sans", sans-serif;
  padding: 25px 20px 15px;
  text-align: left;
}

.acces3 h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.acces3 ul
 {
  font-family: "Open Sans", sans-serif;
  padding: 5px 10px 15px 5px;
  color: #666;
  margin: 0 12px;
}

.acces3 ul li {
  padding: 0px 0px 0px;
  list-style: none;
}

.title-acces {
  background: #ffffff;
  width: 100%;
  height: 65px;
  position: absolute;
  bottom:0; left:0;
}

.title-acces h4 {
  padding: 5px 15px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}


section.firma {
  margin: 0;
}

.firma-block {
  background: url(../images/bst-group.jpg) 0 0 no-repeat;
  background-size: cover;
}

.about-firm {
  padding: 35px 35px;
}

.about-firm h2 { 
  font-size:24px;
  font-weight: bold;
}







li.line-border {
  border-top: 1px dotted #45A9AD;
  width: 100%;
  height: 1px;
  margin: 12px 0 12px;
}


li.line-border-gray {
  border-top: 1px dotted #d2d2d2;
  width: 100%;
  height: 1px;
  margin: 12px 0 12px;
}

.social {
  margin:0; padding:0;
}

.social ul.social-icons {
  padding: 15px 0px;
  text-align: center;
  background: #F8f8f8;
  margin-bottom:0;
}
.social ul.social-icons li {
  display: inline-block;
  margin-left: 0px;
}
.social ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 24px;
  color: #666666;
  padding: 0 12px
}
.social ul.social-icons li a:hover {
  color: #3A99A7;
}

.partnerzy {
  border: 1px solid #e4f0fa;
  background: #fff;
  border-width: 1px 0 1px 0;
}


.bg-footer {
  background:#1F4E7C url(../images/footer.jpg) 50px 0 no-repeat;
  background-size: cover;
  min-height: 350px;
}

.footer-txt {
  margin: 50px 55px;
  color: #87add1;
  font-size: 17px;
}

.footer-txt ul {
  list-style: none;
  line-height: 28px;
  padding: 0;
  margin: 10px 0 0 0;
}
.footer-txt ul span {
  color:#aecae5;
}

.footer-txt ul a {
  color:#449aea;
}


.footer-txt ul a:hover {
  color:#FAD22B;
}


.copyright {
  background: #0E263D;
  text-align: center;
  padding: 15px 0;
  
}

.copyright p {
  color: #27649D;
  font-size: 13px;
}


.partners img {
  border-width: 1px 0 1px 0;
  text-align: center;

}

.contact-form {
  font-family: "Open Sans", sans-serif;
  padding: 0 20px;
  margin-bottom: 22px;
  margin-top: 0px;
}

.contact-form h3 {
  font-family: "Open Sans", sans-serif;
  color: #444;
  padding-bottom: 12px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f6cb2f;
  background-image: none;
  border: 1px solid #bc9815;
  border-radius: 0px;
}

.form-control .form-group p {
  font-family: "Open Sans", sans-serif;
  padding:0!important; margin:0!important;
  font-size: 18px;
  -webkit-margin-before: 0!important;
  -webkit-margin-after: 0!important;
  line-height: 0!important;
}

p {
  -webkit-margin-before: 0!important;
  -webkit-margin-after: 0!important;
}

sup {
  color:#9e215e;
  font-size: 14px;
  padding-top: 12px;
}

span.gwiazdka {
  color:#9e215e;
  font-size: 14px;
  padding-top: 12px;
}

.btn-primary {
    color: #fff;
    background-color: #a82665;
    border-color: #9e215e;
}


.btn {
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    margin-top: 12px;
    border-radius: 0px;
}






.product-block {
  background-color: #F7DA72;
}

.contact-block h2 {
  padding: 15px 0 4px;
  margin: 0;
}

.contact-block h3 {
  padding: 0 0 15px!important;
  margin: 0;
  font-size: 19px;
}


.contact-block {
  padding: 15px 15px;
  background: #f0f0f0;
  border: 1px solid #fff;
  overflow: hidden;
  min-height: 350px;
}

.contact-block ul {
  padding: 0;
  font-family: "Open Sans", sans-serif;
}


.contact-block ul li {
  list-style: none;
  padding: 0;
  line-height: 22px;
}

.contact-blocks {
  margin: 30px 0;
}


.panel-body ul li {
  font-family: "Open Sans", sans-serif;
}
