@import url(http://fonts.googleapis.com/css?family=Exo:400,500,700|Ubuntu:400,700&subset=latin,latin-ext);
@font-face {
    font-family: 'web_serveroffregular';
    src: url('../font/Web_Serveroff-webfont.eot');
    src: url('../font/Web_Serveroff-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Web_Serveroff-webfont.woff') format('woff'),
         url('../font/Web_Serveroff-webfont.ttf') format('truetype'),
         url('../font/Web_Serveroff-webfont.svg#web_serveroffregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'walkway_boldregular';
    src: url('../font/Walkway_Bold-webfont.eot');
    src: url('../font/Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Walkway_Bold-webfont.woff') format('woff'),
         url('../font/Walkway_Bold-webfont.ttf') format('truetype'),
         url('../font/Walkway_Bold-webfont.svg#walkway_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('../font/Walkway_SemiBold-webfont.eot');
    src: url('../font/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Walkway_SemiBold-webfont.woff') format('woff'),
         url('../font/Walkway_SemiBold-webfont.ttf') format('truetype'),
         url('../font/Walkway_SemiBold-webfont.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-tint:before {
  content: "\f043";
}

a, h3, h4 {
    color: #00a8c8;
}
a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

a:focus{
   outline: 1px dashed #9ecdd9;
   outline-offset: 2px 10px;
}
a:hover {
    color: #252f40;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo',sans-serif;
}
/* ==========================================================================
   Base
   ========================================================================== */
body {
    background: #fff;
    color: #8a9098;
    font-family: 'Ubuntu',sans-serif;
    color: #111;
}

.first-span {
    margin-left: 0;
}
/* =============================================================================
   Header
   ========================================================================== */

.banner {
    background: #00afd1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWZkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #00afd1 0%, #00a8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00afd1), color-stop(100%,#00a8c8));
    background: -webkit-linear-gradient(top,  #00afd1 0%,#00a8c8 100%);
    background: -o-linear-gradient(top,  #00afd1 0%,#00a8c8 100%);
    background: -ms-linear-gradient(top,  #00afd1 0%,#00a8c8 100%);
    background: linear-gradient(to bottom,  #00afd1 0%,#00a8c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afd1', endColorstr='#00a8c8',GradientType=0 );
    position: relative;
    z-index: 10;
}
.banner .container {
    position: relative;
}
.navbar .brand {
    color: #ffffff;
    display: block;
    float: left;
    font-family: "web_serveroffregular",sans-serif;
    font-size: 64px;
    height: 114px;
    line-height: 112px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 414px;
    text-shadow: none;
}
.brand img {
    left: 12px;
    position: absolute;
    top: 14px;
    -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
.brand:hover, .brand:focus {
    text-decoration: none;
    color: #fff;
}
.brand:hover > span,
.brand:focus > span {
    color: #FEFEFE;
    text-shadow: 0 0 3px #FFFFFF;
}
.top-info {
    float: right;
    color: #fff;
    font-size: 16px;
}
.top-info div {
    display: inline-block;
}
.top-info h6 {
    font-size: 18px;
    line-height: 94px;
    text-transform: uppercase;
    font-weight: 400;
}
.top-info .ico-phone {
    background: url('../img/tel.png') no-repeat 0 0;
    width: 48px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 8px 20px;
}
.top-info h6 a {
    color: #fff;
    font-size: 32px;
}
.top-info h6 a:hover {
    text-decoration: none;
    color: #252f40;
}
.top-info .top-text a {
    font-style: italic;
    font-weight: 700;
}
.top-info .btn-outline {
    margin: 0;
    margin-top: -10px;
}
.top-btn {
    margin-left: 50px;
}
.btn-outline {
    border: 1px solid #fff;
    background: #00afd1;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 8px;
    text-transform: uppercase;
}
.btn-outline:hover {
    background: #fff;
    color: #00afd1;
}

.nav-main {
    background: #fff;
    border-top: 1px solid #00AFD1;
    border-radius: 0;
    clear: both;
    margin-bottom: 0;
    min-height: 34px;
    width: 100%;
}
.nav-main .nav,
.nav-foo .nav {
    background: #fff;
    min-height: 24px;
    padding-top: 10px;
}
.nav-main .nav {
    margin-left: 15px;
    margin-right: 5px;
    position: relative;
}
.nav-main .nav:after,
.nav-foo .nav:after,
.footer-info .container:after {
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    content: "";
    height: 10px;
    left: 5%;
    position: absolute;
    right: 5%;
    width: 90%;
    z-index: -1;
}
.footer-info .container {
    position: relative;
}
.footer-info .container::after {
    left: 10%;
    right: 10%;
    width: 80%;
    z-index: 10;
    top: -10px;
}
.nav-main .nav > li,
.nav-foo .nav > li {
    border-right: 1px solid #5A626E;
}

.nav-main .nav > li:last-child {
    border-right: 0 none;
}
.nav-main.navbar .nav > li > a ,
.nav-foo .nav > li > a{
    background: #fff;
    color:  #252f40;
    font-size: 16px;
    margin: -10px 6px;
    padding: 10px 42px;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
}
.nav-main.navbar .nav > .last > a {
    margin-right: 0;
}

.nav-main.navbar .nav > .first {
    margin-left: 0;
}
.nav-main.navbar .nav > li > a:hover {
   color: #0FB2BB; /*#5a626e;*/
}
.nav-main .nav li > .dropdown-menu {
    background: #FDFDFD;
    border-bottom: 1px solid #00a8c8;
    border-radius: 2px;
    border-top: 1px solid #00a8c8;
    margin-top: 0;
    z-index: 100;
    min-width: 180px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus,
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    color: #0FB2BB;
}
.nav-main.navbar .nav > .active > a,
.nav-main.navbar .nav > .active > a:hover {
   color: #0FB2BB;
}
.nav-main .dropdown-menu {
    top: 25px;
}
.nav-ico .dropdown-menu .icon-nav {
    background: url("../img/glyphicons-halflings.png") no-repeat scroll -456px -70px transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background: #00a8c8;
}

.dropdown-menu > li > a {
    color: #6A6F77;
    font-weight: 300;
    padding: 5px 15px 5px 10px;
}
.dropdown .dropdown-toggle .caret {
    position: absolute;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #0FB2BB;
    border-top-color: #0FB2BB;
}
.widget-info {
    color: #252F40;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 50px;
    text-align: right;
    text-transform: uppercase;
    top: 24px;
}
.widget-info .textwidget {
    font-size: 34px;
    line-height: 1;
}
.widget-info .sn-pxg {
    padding: 0;
}
.widget-info .mail {
    margin-left: 30px;
}
.widget-info canvas {
    display: block;
}
/* ==========================================================================
   Content
   ========================================================================== */
.wrap {
    background: #fff;
}
.content {
   
}

/* ==========================================================================
   Home
   ========================================================================== */
.home .content-inner {
    border: 0 none;
    margin: 0;
    position: relative;
    width: 100%;
    min-height: 643px;
    background-repeat: no-repeat;
}
.home .content-thumb {
    margin-left: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.home .thumb-left {
    left: 0;
    right: auto;
}
.home .thumb-right {
    margin-right: 0;
    margin-top: 30px;
}
.home .content-text {
    margin-top: 92px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.content-excerpt .more {
    color: #57BC50;
}

/* info box */
.box-info {
    clear: both;
    margin-top: -274px;
}
.box-info .info-item {
    margin-bottom: 20px;
}
.info.info-circle {
    display: block;
    margin-top: 100px;
    position: relative;
}
.info-body {
    background: rgba(228,237,239,0.65);
    border: 1px solid #d9e1e3;
    border-radius: 5px;
    padding: 40px 10px 15px;
    position: relative;
    z-index: 12;
}
.info-icon-first, .info-icon {
    border-radius: 50%;
    display: inline-block;
    height: 138px;
    left: 50%;
    margin-left: -71px;
    position: absolute;
    top: -96px;
    width: 142px;
    transition: top 300ms ease 0s;
}
.info-ico {
    border-radius: 50%;
    float: left;
    height: 138px;
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
    transition: top 300ms ease 0s;
    width: 142px;
}
.ico-box {
    border-bottom: 1px solid #D9DEE1;
    clear: both;
    float: left;
    margin-bottom: 15px;
}
.ico-content {
    overflow: hidden;
}
.ico-box .info-title {
    font-size: 20px;
    font-weight: bold;
}
.info-icon, .info-ico {
    background: rgba(228,237,239,0.65);
    border: 1px solid #d9e1e3;
    z-index: 11;
}
.info-icon-first {
    border: 1px solid rgba(0, 0, 0, 0);
}
.info-icon-first i,
.info-ico-first i {
    background: url('../img/sprites.png') no-repeat rgba(228,237,239,0.65) -14px -14px;
    border: 13px solid rgba(228,237,239,0.65);
    border-radius: 50%;
    display: inline-block;
    height: 112px;
    left: 0;
    position: absolute;
    top: 0;
    width: 116px;
    z-index: 100;
}
.info-circle, 
.info-title,
.more {
    -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.info-circle:hover .info-icon-first,
.info-circle:hover .info-icon {
    top: -98px;
}
.info-circle:hover,
.info-circle:focus {
    text-decoration: none;
}
.info-circle:hover .info-title {
    color: #00a8c8;
}
.info-circle:hover .more {
    color: #5A626E;
}

.box-info .widget-2 .info-icon-first i,
.ico-box .info-ico .fa-icon-2 {
    background-position: -377px -14px;
}
.box-info .widget-3 .info-icon-first i,
.ico-box .info-ico .fa-icon-3 {
    background-position: -742px -14px;
}
.info .more {
    color: #00a8c8;
    font-size: 15px;
}

.ico-box .more {
    color: #57BC50;
    float: right;
    margin: 10px 20px;
}
.info p {
    color: #6A6F77;
}
.info .info-title {
    color: #252f40;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Exo', sans-serif;
}

.box-home .widget {
    margin-bottom: 20px;
    margin-left: 15px;
}
.box-home .widget-inner {
    background: #fff;
    border-left: 1px solid #E7E7E5;
    border-right: 1px solid #E7E7E5;
    border-top: 1px solid #5eaebd;
    border-bottom: 1px solid #5eaebd;
    border-radius: 5px;
    padding: 12px;
}
.box-home .widget .icon-1,
.box-home .widget .icon-2,
.box-home .widget .icon-3 {
    background: url("../img/sprites.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 36px;
    line-height: 36px;
    margin-right: 3px;
    margin-top: -5px;
    width: 36px;
}
.box-home .widget .icon-2 {
    background-position: -72px 0;
}
.box-home .widget .icon-3 {
    background-position: -36px 0;
}

.box-home .sdbw2 .widget-inner {
    background-position: -362px 0;
}
.box-home .sdbw3 .widget-inner {
    background-position: -724px 0;
}
.box-home .sdbw1 {
    margin-left: 35px;
}
.box-home .widget .icon-nav {
    background: url("../img/sprites2.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
    height: 40px;
    margin: 0;
    vertical-align: middle;
    width: 40px;
}
.box-home .sdbw1 .icon-nav {
    background-position: -0 -40px;
}
.box-home .sdbw2 .icon-nav {
  background-position: -40px -40px;
}
.box-home .sdbw3 .icon-nav {
  background-position: -80px -40px;
}
.box-home .widget h2 {
    color: #434850;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-top: 0;
}
.box-home .textwidget {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    text-align: justify;
}
.box-home .textwidget a,
.slide-more a {
    color: #2B95A9;
    font-size: 14px;
}
.box-home .textwidget a:hover {
  color: #434850;
}

.box-home .widget .more-btn {
    background: none repeat scroll 0 0 #FF5E10;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 5px;
    text-align: center;
    width: 35%;
}
.box-home .more-btn:hover {
    background: none repeat scroll 0 0 #0F5E69;
    text-decoration: none;
}
/* Featured */

.slider-section {
    background: url("../img/loading.gif") no-repeat scroll 50% 50% #FFFFFF;
    border: 1px solid #DCDCDB;
    border-radius: 5px;
    height: 352px;
    margin: 0 auto 30px;
    position: relative;
}
.nivoSlider img {
   display: none;
   border-radius: 5px;
}
#slider {
    height: 352px;
}
.nivo-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: auto;
    color: #373D40;
    font-size: 25px;
    left: auto;
    line-height: 1;
    opacity: 1;
    right: 10px;
    text-align: right;
    top: 120px;
    width: 50%;
}
.nivo-caption > h2 {
    color: #2B95A9;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 50px;
    margin-bottom: 20px;
}
.nivo-caption > h2 span {
    color: #61666C;
    display: block;
    font-size: 36px;
    line-height: 42px;
}
.nivo-caption p {
    color: #727A87;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px;
}
.slimg{
  position: absolute;
  margin-top: 1px;
}
.slimg img{
  float:right;
  margin-right: 1px;
}
.slide-title {
    padding: 72px 18px 0;
}

.slide-title h1{
  color:#fff;
  font-size: 36px;
  margin: 0px 0px 20px 0px;
  font-weight: 300;
}
.slide-title h1 span {
  font-size: 54px;
}
.slide-content {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    padding: 0 18px;
}
.slide-more {
    color: #2B95A9;
    font-size: 16px;
    font-weight: 300;
}
.slide-more:hover,
.slide-more:focus {
    border-bottom: #2B95A9;
}
.slide-more a{
  color:#fff;
  border-radius: 4px;
}

.slider-section a.next{
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    margin-left: 35px;
    margin-bottom: 5px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.slider-section a.prev{
  display:block;
  position: absolute;
  bottom: 0px;
  width:30px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 10px;
}

.slider-section a.next:hover, .slider-section a.prev:hover{
  background:rgba(0,0,0,.5);
}

.nivo-directionNav a {
    opacity: 0.4;
    top: 94%;
}
.nivo-directionNav a:hover {
    opacity: 0.9;
}
.nivo-prevNav {
    left: auto;
    right: 16px;
}
.nivo-nextNav {
    right: 2px;
}
.nivo-controlNav {
    bottom: 0;
    left: 0;
    margin: 0 40px;
    padding: 3px 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 100;
}
.nivo-controlNav a {
    background: #D1D1CF;
    border: 0 none;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    height: 16px;
    margin: 0 2px;
    text-indent: -9999px;
    width: 16px;
}
.nivo-controlNav a:hover, .nivo-controlNav a:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) inset;
}
.nivo-controlNav .active{
    background: #3096b2;
}
.navi {
    position: relative;
    z-index: 100;
}
.box-home {
    margin-left: 0;
    position: relative;
    z-index: 1000;
}

.box-news {
    border-bottom: 1px solid #D9D9D7;
    margin: 0 38px 30px;
}
.box-news strong {
    color: #3096B2;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.box-news .news-inner {
    margin-left: 0;
}
.box-news .news-inner + .news-inner {
    margin-left: 22px;
}
.news-inner > h3 {
    color: #434850;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.news-inner > h3 > a {
    color: #434850;
}
.news-inner .updated {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-right: 5px;
}
.news-excerpt a {
    float: right;
    margin: 10px;
}

/* ==========================================================================
   Produkty
   ========================================================================== */
.bullet {
    border-bottom: 1px solid #D9D9D7;
    float: left;
    margin-bottom: 30px;
    width: 350px;
    min-height: 192px;
}
.bullets .bullet-icon {
    float: left;
    width: 100px;
}
.bullets .bullet-content {
    margin-left: 110px;
    text-align: center;
}
.bullet-content h2 {
    margin-top: 0;
}
.bullet-content a:hover {
    color: #5A626E;
    text-decoration: none;
}
.bullet-content p > a {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #D9DEE1;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    display: block;
    font-size: 13.5px;
    margin: 5px auto;
    padding: 1px 5px;
    text-align: center;
    width: 118px;
}
.bullet-link:hover {
    text-decoration: none;
}
.bullet-link .bullet-content > p {
    color: #6a6f77;
}
.bullet-link .bullet-content h2,
.bullet-link .bullet-content > p {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
}
.bullet-link:hover .bullet-content h2,
.bullet-link:hover .bullet-content > p {
    color: #252f40;
}
/* ==========================================================================
   Primary Content
   ========================================================================== */
.wrap.container {
    margin-bottom: 35px;
}

.home .main.span12 {
    background: transparent;
    border: 0 none;
    margin-top: 0;
    padding: 0;
}
.main.span12 {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}


.content-inner-box {
    margin-left: 30px;
    margin-top: 30px;
    overflow: hidden;
}
.main.span12,
.content-inner-box { 
    background: #fff;
}
.content-inner-box.gradient {
    background: #f1f1ef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f1f1ef 0%, #ffffff 20%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1ef), color-stop(20%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f1f1ef 0%,#ffffff 20%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f1f1ef 0%,#ffffff 20%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f1f1ef 0%,#ffffff 20%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f1f1ef 0%,#ffffff 20%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1ef', endColorstr='#ffffff',GradientType=0 );

}
.main.span12,
.content-inner-box {
    border-color: #00ABCC #D9DEE1;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 25px;
}
h1, h2, h3 {
    font-weight: 300;
}

h1 {
    color: #252F40;
}
h2 {
    color: #00a8c8;
    font-size: 24px;
    line-height: 30px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
}
.home .page-header {
    border-bottom: 0 none;
    margin-top: 0;
    text-align: center;
}
.home .page-header h1 {
    color: #00a8c8;
    font-size: 64px;
    letter-spacing: -2px;
    line-height: 1;
    margin-top: 0;
    padding-top: 10px;
    font-weight: 700;
    font-style: italic;
    text-align: right;
}
.home .page-header h1 span {
    display: block;
}
.home .page-header.big h1 span {

}
.home .page-header.big span + span {

}
.home .content-excerpt {
    padding-left: 30px;
    padding-right: 30px;
}
.content-inner {
    border-bottom: 1px solid #D9D9D7;
    clear: both;
    margin-bottom: 30px;
    margin-left: 38px;
    margin-right: 38px;
    padding-bottom: 12px;
}
.content-thumb {
    float: right;
    margin-left: 20px;
}
.page-header {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #D9D9D7;
    font-family: 'web_serveroffregular',sans-serif;
}
.page-header h1 {
    font-size: 32px;
    font-weight: 300;
}
hr {
    border-bottom: 1px dashed #6F777B;
    clear: both;
}
.main .alignright, .main .alignleft {
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.main .alignleft {
    margin-left: 10px;
    margin-right: 20px;
}
.referencje .main a img {
    border-radius: 4px 4px 4px 4px;
    height: 300px;
    margin: 0 0 5px 5px;
}

.referencje .main a:hover img {
    border-color: #107B85;
}
.table {
    margin: 0 auto 20px;
    width: 98%;
}
.table thead th {
    color: #0F5E69;
}
.table td + td, .table th + th {
    text-align: center;
}
.clearfix {
    border-bottom: 0 none;
    margin: 0;
}
.thumbnails.gallery {
    margin-left: -12px;
}
.thumbnails.gallery > li {
    margin-bottom: 10px;
    margin-left: 20px;
}
.thumbnail {
    border-radius: 0;
    box-shadow: none;
}

.ico-box {
    border-bottom: 1px solid #D9DEE1;
}
/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar {
    margin-top: 70px;
}
.sidebar h3 {
    font-size: 20px;
}
.sidebar .widget {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #E3E3E3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    padding: 0 15px 10px;
}

.sidebar .widget_roots_box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 0;
}
.sidebar .info {
    background: none repeat scroll 0 0 #F5F5F5;
    margin-top: 120px;
}
.sidebar .widget-first.widget_text {
    font-family: 'web_serveroffregular',sans-serif;
    font-size: 40px;
    line-height: 38px;
    text-align: center;
}
.sidebar .widget-first.widget_text h3 {
    font-size: 36px;
    line-height: 1;
}
.sidebar .widget_nav_menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    margin-bottom: 30px;
    padding: 0;
}
.sidebar .caret {
    border-top: 4px solid #00a8c8;
}
.sidebar .widget_pages ul,
.sidebar .widget_nav_menu ul {
    background-color: #F5F5F5;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.sidebar .widget_pages ul li,
.sidebar .widget_nav_menu ul li {
    list-style: none outside none;
}
.sidebar .widget_pages ul > li:first-child > a,
.sidebar .widget_nav_menu ul > li:first-child > a {
    border-radius: 5px 5px 0 0;
}
.sidebar .widget_pages ul > li > a,
.sidebar .widget_nav_menu ul > li > a {
    border: 1px solid #D9DEE1;
    color: #00a8c8;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}
.sidebar .widget_pages ul .children,
.sidebar .widget_nav_menu ul .children {
    box-shadow: none;
    margin-top: 0;
}
.sidebar .widget_pages ul .children li:first-child > a,
.sidebar .widget_nav_menu ul .children li:first-child > a {
  border-radius: 0;
}
.sidebar .widget_pages ul .children > li > a,
.sidebar .widget_nav_menu ul .children > li > a {
  padding-left: 24px;
}
.sidebar .widget_pages ul > li > a:hover, 
.sidebar .widget_pages ul > li > a:focus
.sidebar .widget_pages ul > .current_page_ancestor > a,
.sidebar .widget_nav_menu ul > li > a:hover, 
.sidebar .widget_nav_menu ul > li > a:focus,
.sidebar .widget_nav_menu ul > .current_page_ancestor > a {
    background: #00a8c8;
    color: #FFFFFF;
    text-decoration: none;
}
.sidebar .widget-2 .textwidget,
.sidebar .widget-3 .textwidget {

}
.sidebar .animation {
  max-height: 100px;
}
.sidebar .widget-3 .textwidget {
  height: auto;
  padding: 10px 0;
}
.sidebar .menu .dropdown-menu {
    border: 0 none;
    border-radius: 0 0 6px 6px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
.sidebar .menu .dropdown-menu > li {
    margin-bottom: 0;
}
.sidebar .menu .dropdown-menu > li:first-child > a {
    border-radius: 0 0 0 0;
    margin-top: -1px;
}
.sidebar .menu .dropdown-menu > li > a {
    padding-left: 25px;
}
.sidebar .active .dropdown-toggle {
    background:  #00a8c8;
    color: #FFFFFF;

}
.sidebar .active .caret {
    border-top: 3px solid #FFFFFF;
}
.sidebar .active .dropdown-menu {
    display: block;
}
.sidebar .dropdown-menu .active a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #535C61;
}

/* ==========================================================================
   Info
   ========================================================================== */
.call-info {
    background: #00adcf;
    border-radius: 5px;
    margin: 50px 0 65px;
}
.call-info .info-title {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-size: 44px;
    font-style: italic;
    line-height: 1;
}
.call-info .info-title span {
    display: inline-block;
    max-width: 260px;
    padding-left: 30px;

}
.call-info .ico-card {
    background: url('../img/ico.png') no-repeat 0 0;
    display: inline-block;
    width: 128px;
    height: 95px;
    vertical-align: top;
}
.call-info  .caption .btn {
    padding: 10px 50px;
    margin-left: 60px;
    margin-bottom: 30px;
}
/* ==========================================================================
   News
   ========================================================================== */
.section-content {
    padding-bottom: 30px;
}
.section-title-area {
    text-align: center;
    margin-bottom: 30px;
}
.section-title-area .section-title {
    color: #252f40;
}
.section-content .hentry h2 {
    text-align: center;
    float: none;
    font-size: 18px;
    margin: 5px;
}
.section-content .hentry .updated {
    float: none;
}
/* ==========================================================================
   Posts
   ========================================================================== */

.category .hentry {
    clear: left;
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
}
.category .post-thumb {
    float: left;
    margin-right: 30px;
}
.category .post-excerpt {
    overflow: hidden;
}

.single .hentry {
    margin-top: 20px;
}
.single .post-thumb {
    float: left;
    margin-right: 30px;
}
.single .post-excerpt .entry-summary {
    padding-top: 30px;
    clear: left;
    padding-bottom: 30px;
}

.blog .hentry {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
}
.hentry h2 {
    float: left;
    margin-top: 0;
}
.hentry header { }

.hentry time {
    float: right;
}
.hentry .entry-summary {
    clear: both;
}
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }

/* ==========================================================================
   Tab
   ========================================================================== */
.content-tab {
    margin-top: 20px;
}
.content-tab .nav {
    padding-left: 20px;
}
.content-tab .nav > li > a {
    font-size: 18px;
}
.content-tab .nav > li > a {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 24px;
}
.content-tab .nav > li > a > i {
    background: none repeat scroll center top rgba(0, 0, 0, 0);
    height: 18px;
    margin-right: 3px;
    margin-top: 1px;
    width: 18px;
}
.content-tab .nav > li > a:hover, .content-tab .nav > li > a:focus {
    background-color: #F5F5F5;
    color: #6A6F77;
    text-decoration: none;
}

.content-tab .tab-content {
    float: left;
}
.content-tab .content-thumb {
    float: right;
    margin-left: 20px;
}
.content-tab .tab-pane h2 {
    margin-bottom: 5px;
}
.content-tab .tab-content ul {
    list-style: none outside none;
    margin-left: 5px;
}
.content-tab .tab-content ul > li:before {
    color: #00a8c8;
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 6px;
}

.tab-gallery {
    clear: both;
}
.tab-gallery .thumbnails.gallery > li {
    margin-left: 12px;
    width: 146px;
}
/* ==========================================================================
   Form
   ========================================================================== */
.main .pull-left.span6 {
    margin-left: 0;
}
.main .pull-left.span5 h2 {
    margin-top: 0;
}
.box-form {
    margin-bottom: 15px;
}
.box-form h3 {
    color: #00a8c8;
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
    position: relative;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    border-radius: 0;
    font-family: 'Ubuntu',sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 3px;
}
.wpcf7 input[type="checkbox"] {
    width: auto;
}
.wpcf7 p {
    font-size: 12.5px;
}
.wpcf7 textarea {
    height: 110px;
    width: 576px;
}
form p {
  margin: 0;
}
span.wpcf7-not-valid-tip {
    border-radius: 4px;
    font-size: 11px;
    left: 0;
    padding: 4px 10px;
    position: absolute;
    top: -7px;
    z-index: 100;
}
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    color: #B94A48;
}
div.wpcf7-mail-sent-ok {
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    color: #468847;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
div.wpcf7-response-output {
    border-radius: 5px 5px 5px 5px;
    bottom: -10px;
    font-size: 0.9em;
    left: 10px;
    line-height: 1.25em;
    margin: 0;
    padding: 5px 8px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    
}
input.btn[type="submit"] {
    background: #00a8c8;
    border-radius: 2px;
    color: #FFFFFF;
    float: right;
    margin-right: 32px;
    padding: 6px 25px;
    text-shadow: none;
    width: auto;
}
button.btn.btn-large, input.btn.btn-large[type="submit"] {
    padding: 4px 30px;
}
input.btn[type="submit"]:hover {
  background: #5A626E;
}
.wpcf7 .row p {
    float: left;
    margin-bottom: 0;
    margin-left: 20px;
}
.wpcf7 .row {
    border-bottom: 1px dashed #6F777B;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.wpcf7 .line4 input {

}
.row.line4 > p {

}
.row.line3 > p {

}
.row.line3 .first {
    line-height: 16px;
}
.row.line3 .first strong {
    line-height: 20px;
}
.wpcf7 .row.line3 .first select {
  margin-top: 0;
} 
.wpcf7 .row select {
    margin-top: 8px;
}

.control-group > label {
    display: none;
}
.control-group.half {
    float: left;
    width: 200px;
}
.control-group.full {
    clear: both;
    width: 600px;
}


.form-rej .control-group input[type="text"],
.form-rej .control-group input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 30px;
}
.form-rej .control-group textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
}
.form-rej .control-group select {
    width: 100%;
    border-radius: 0;
}
/* ==========================================================================
   Maps
   ========================================================================== */
.GMaps {
    border: 1px solid #D9DEE1;
    clear: both;
    margin-bottom: 20px;
    padding: 2px;
}
.GMaps img {
  max-width: none;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.content-info, .copy {
    background: #fbfdfa;

}
.content-info .footer-info, .footer-info .container {
   
}
.content-info .container {
    padding: 55px 0 15px;
}
.content-info .nav-foo .container {
    padding: 0;
}

.content-info .widget ul {
    margin-left: 3px;
}
.content-info .widget li {
    line-height: 16px;
    list-style: none outside none;
}
.content-info .widget a {
    color: #DDDDDD;
    font-size: 13px;
}
.content-info .copy-inner a {
    color: #8a9098;
}
.nav-foo {
    margin-bottom: 0;
    position: relative;
    z-index: 1000;
}
.nav-foo .nav:after {
    bottom: auto;
    top: -44px;
    z-index: 1;
}
.nav-foo, .nav-foo .container {
    background: #fbfdfa;
}
.nav-foo .container {
    padding: 5px 0;
}
.nav-foo .nav {
    margin: 0 5px 0 15px;
}
.nav-foo .nav .first, 
.nav-foo .nav .first a {
    margin-left: 0;
}
.nav-foo .nav > li:last-child {
    border-right: 0 none;
}
.nav-foo .nav > li > a {
    color: #5A626E;
    margin-left: 5px;
    padding: 5px 42px;
    text-shadow: none;
}
.nav-foo .nav > li > a:hover,
.nav-foo .nav > li > a:focus {
   color:  #aaa;
}
.nav-foo .nav > .active > a, .nav-foo .nav > .active > a:hover {
    color: #5A626E;
}
.nav-foo a:focus {
    outline: medium none;
}

.content-info .widget {
    color: #8a9098;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.content-info .widget-last {
    color: #52c7de;
}
.content-info h3 {
    color: #A6AEBB;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 0;
}
.content-info .copy-inner {
    text-align: right;
}

.content-info .widget_nav_menu {
    color: #DDDDDD;
    font-weight: 300;
    margin-right: 20px;
    padding: 0 0 4px 20px;
}
.box-home .widget .menu {
  margin: 0 0 15px;
}
.box-home .widget .menu li {
    background: url("../img/sprites2.png") no-repeat scroll -101px 7px rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 25px;
}
.box-home .widget .menu li a {
    color: #373D40;
}
.box-home .widget .menu li a:hover {
  text-decoration: none;
  color: #ff5e10;
}
.box-home .widget .menu li a:hover i {
    margin-left: 3px;
    margin-right: 2px;
}
.box-home .widget .menu li a > i {
    background: url("../img/sprites.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    margin-right: 5px;
    margin-top: -3px;
    width: 25px;
}

.content-info {
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
}
.content-info .copy {
    color: #6A6F77;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}
.content-info .copy .copy-inner {
    border-top: 1px solid #E2E4E5;
    float: right;
    font-size: 11px;
    padding: 5px 80px;
}
.copy a {
    color: #6A6F77;
}
/*  fb
---------------------------------------------------------------------*/
#fb {
    background: url("../img/fb.png") no-repeat 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height:290px;
    padding: 0;
    position: fixed;
    right: -290px;
    top: 30%;
    width: 330px;
    z-index: 9999;
} 
#fb .fr {
    background: #fff;
    float: right;
    padding: 0px;
    width: 292px;
}
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }


#catapult-cookie-bar {
    text-align: center !important;
}
button#catapultCookie {
    color: #EEEEEE !important;
    font-family: 'Ubuntu',sans-serif;
}
button#catapultCookie:hover,
button#catapultCookie:focus {
    background: none repeat scroll 0 0 #434850;
}
#slider-section {
    min-height: 300px;
}
#main-slider {
    min-height: 674px;
    position: relative;
}
.caption-wrapper {
    position: absolute;
    top: 0;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


/* ==========================================================================
   New home
   ========================================================================== */
.top-info h6 {
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 5px 0;
}
.top-info h6 a {
  color: #fff;
  font-size: 28px;
}
.top-info .ico-phone {
  width: 36px;
  height: 36px;
  margin: 0 10px 6px 20px;
  background-size: cover;
}
.top-buttons {
  float: right;
  clear: right;
}
.top-buttons .btn {
  font-weight: 700;
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
.btn svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.btn:hover svg {
  fill: #00afd1;
}
.info .info-title {
  text-transform: uppercase;
}
.info-icon-first span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #00a8c8;
  border-radius: 50%;
}
.info-icon-first span svg {
  fill: #fff;
  width: 84px;
  height: 84px;
}
.home .page-header h1 {
  color: #1c4263;
}
.call-info {
  background: #00adcf;
  border-radius: 5px;
  margin: 50px 0 65px;
  background: #1c4263;
}
.section-content-news.bg-light {
  background: rgba(228,237,239,0.65);
  border-top: 1px solid #d9e1e3;
  padding-top: 20px;
}
.section-content-news .section-title-area .section-title {
  color: #1c4263;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
}
.section-content-news .span4 article.text-center {
  border: 1px solid #d9e1e3;
  background: #fff;
  border-radius: 5px;
  padding: 20px 20px 10px;
}
.section-content-news .span4 .hentry h2 a {
  color: #252f40;
  font-weight: 500;
}
.section-content-news .span4 .updated {
  font-size: .9em;
  margin-bottom: 10px;
  display: inline-block;
}
.section-content-news .span4 .entry-summary p > a {
  display: block;
  margin-top: 5px;
}
.content-info .widget a.btn-outline {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  min-width: 164px;
}
.content-info .widget h3 {
  margin-bottom: 30px !important;
}
.content-info .widget a.blue {
  color: #00a8c8;
}
.content-info .widget hr {
  margin: 8px;
  border-color: transparent;
}
.content-info .widget iframe {
  max-width: 100%;
}
.content-info .widget p strong {
  margin-bottom: 5px;
  display: inline-block;
}
.content-info .span3:nth-child(3) .widget p {
  margin-bottom: 20px;
}
.content-info .widget .menu li {
  padding-bottom: 10px;
}


.page-template-page-kontakt2 .content .image {
  background: #1c4263;
  border-radius: 10px;
  padding: 3px;
  margin-bottom: 10px;
}
.page-template-page-kontakt2 .content hr {
  border-color: transparent;
  margin: 5px 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 1200px) {
.container {
    width: 1170px;
}
.row {    margin-left: -30px;}
.span1 {    width: 70px;}
.span2 {    width: 170px;}
.span3 {    width: 270px;}
.span4 {    width: 370px;}
.span5 {    width: 470px;}
.span6 {    width: 570px;}
.span7 {    width: 670px;}
.span8 {    width: 770px;}
.span9 {    width: 870px;}
.span10 {    width: 970px;}
.span11 {    width: 1070px;}
.span12 {    width: 1170px;}
[class*="span"] {    margin-left: 30px;}
.offset1 {    margin-left: 130px;}
.offset2 {    margin-left: 230px;}
.offset3 {    margin-left: 330px;}
.span8 {
    width: 680px;
}
.span9 {
    width: 778px;
}
.span8 > .span4 {
    margin-top: 20px;
    width: 320px;
}
.banner .container {
    width: 1170px;
}
.box-home .widget {
    width: 348px;
}
.slider-section {
    width: 1070px;
}
.slimg{
  width:954px;
}
.slide-title {
    width: 247px;
}
.slide-content {
    width: 247px;
}
.box-news .news-inner {
    width: 340px;
}
.home .content-text {
    margin-left: 660px;
}
.home .main.span12 {
    width: 1170px;
}
.main.span12 {
    width: 1110px;
}
.sidebar {
    width: 300px;
}
.content-tab .tab-content {
    width: 538px;
}
.content-tab .content-thumb {
    width: 220px;
}
.main .pull-left.span6 {
    width: 480px;
}
.box-form {
    width: 600px;
}
.wpcf7 input, .wpcf7 textarea {
    width: 176px;
}
.wpcf7 textarea {
    width: 576px;
}
span.wpcf7-not-valid-tip {
    width: 172px;
}
div.wpcf7-response-output {
    width: 386px;
}
.wpcf7 .line4 input {
    width: 220px;
}
.row.line4 > p {
    width: 235px;
}
.row.line3 > p {
    width: 315px;
}
.control-group.half {
    width: 200px;
}
.control-group.full {
    width: 600px;
}
.content-info .nav-foo .container {
    width: 1170px;
}


.bullet.span4 {
    width: 350px;
}
.bullet.span4:nth-child(3n+1) {
    clear: left;
}

.content-info .widget-first {
    margin-left: 0;
}

.page-template-page-kontakt2 .content .span4 {
  width: 350px;
  margin-bottom: 20px;
}


}
@media (max-width: 1199px) {
.navbar .brand {
    float: none;
    text-align: center;
}
.brand img {
    position: static;
}
.top-info {
    float: none;
    text-align: center;
}
.nav-main.navbar .nav > li > a {
    padding-left: 24px;
    padding-right: 24px;
}
#main-slider {
    min-height: 570px;
}
.home .page-header {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.home .page-header h1 {
    color: #00a8c8;
    font-size: 48px;
}
.call-info .info-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 36px;
}
.call-info .info-title span {
    max-width: 220px;
}
.call-info .caption .btn {
    margin-left: 20px;
}
.nav-foo .nav {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%;
}
.nav-foo .nav > li {
    display: inline-block;
    float: none;
}
.nav-foo .nav > li > a {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 20px;
}
.bullet.span4 {
    width: 300px;
}
.bullet.span4:nth-child(3n+1) {
    clear: left;
}

.content-inner-box .main.span9 {
    width: 568px;
}
.content-tab .content-thumb {
    clear: left;
    float: none;
    margin: 0 auto;
}
.span7.box-form {
    width: 460px;
}
.control-group.half {
    width: 50%;
}
.control-group.full {
    width: 100%;
}
.wpcf7 textarea {
    width: 446px;
}
.content-info .widget {
    width: 50%;
    margin: 0 0 10px;
    text-align: center;
}
.content-info .copy-inner {
    text-align: center;
    margin: 0;
    width: 100%;
}

.top-buttons {
  float: none;
  text-align: center;
  padding-bottom: 15px;
}
.home .page-header h1 {
  color: #1c4263;
  padding-right: 30px;
}
.content-info .span3 {
  width: 215px;
}
.content-info .widget {
  width: 100%;
  text-align: left;
}
.content-info .widget_nav_menu {
    padding-left: 0;
}
}
@media (max-width: 979px) {
.navbar .btn-navbar {
    display: block;
    float: none;
    margin: 0 auto 5px;
    width: 18px;
    background: #ffffff;
}

.navbar .btn-navbar .icon-bar {
    background-color: #00a8c8;
    box-shadow: none;
}
.nav-main {
    min-height: auto;
}
.nav-main .nav {
    border-bottom: 1px solid #00a8c8;
    padding-bottom: 12px;
}
.nav-main.navbar .nav > li > a {
    margin-bottom: -5px;
    margin-top: -5px;
    text-align: center;
}
.nav-main .nav > li, .nav-foo .nav > li {
    border-right: 0 none;
}
.caption-wrapper {
    top: 75px;
}
.home .content-text {
    margin-left: 50%;
    margin-top: 0;
    width: 45%;
}
.home .page-header h1 {
    font-size: 38px;
}
.home .page-header.big h1 span {
    font-size: 52px;
}
.home .page-header.big span + span {
    font-size: 70px;
    margin-top: -5px;
}

.home .thumb-left {
    width: 320px;
}
.home .thumb-right {
    width: 300px;
}
.nav-foo .nav > li > a {
    padding: 5px;
}
.bullet.span4 {
    width: 352px;
}
.bullet.span4:nth-child(3n+1) {
    clear: none;
}
.bullet.span4:nth-child(2n+1) {
    clear: left;
}
.content-inner-box .main.span9 {
    width: 672px;
}
.sidebar.span4 {
    width: 672px;
}
.main .pull-left.span6 {
    width: 244px;
}

.content-info .span3 {
  width: 342px;
}
.content-info .widget iframe {
  margin-bottom: 30px;
}
.page-template-page-kontakt2 .content .span4 iframe {
  max-width: 100%;
}

}
@media (max-width: 767px) { 
.top-info h6 {
    line-height: 50px;
}
.home .page-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.home .page-header h1 {
    font-size: 50px;
}
.home .page-header.big h1 span {
    font-size: 50px;
}
.home .page-header.big span + span {
    display: block;
    font-size: 60px;
    margin-top: 0;
}

.home .thumb-left {
    width: 300px;
}
.home .thumb-right {
    top: 70px;
    width: 260px;
}

.home .content-inner {
    padding-bottom: 180px;
}

.home .wrap {
    margin-left: -20px;
    margin-right: -20px;
}
.info.info-circle {
    margin-top: 120px;
}
.box-info .info-item {
    margin: 0 auto 30px;
    width: 90%;
}
.nav-foo .nav > li > a {
    margin: 0 5px;
}

.content-info .copy .copy-inner {
    float: none;
}
.bullet.span4 {
    width: 100%;
}

.call-info .img-wrap {
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
}
.call-info .caption {
    text-align: center;
}
.content-info .widget {
    width: 100%;
}

.content-inner-box {
    margin-left: 0;
}
.content-inner-box .main.span9 {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.sidebar.span4 {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.main .pull-left.span6 {
    width: 100%;
}
.span7.box-form {
    width: 100%;
}
.control-group.half {
    width: 100%;
}
.wpcf7 input, .wpcf7 textarea {
    width: 97%;
}

.box-info + .box-info {
  margin-top: -25px;
}
.content-info {
  margin-left: -20px;
  margin-right: -20px;
}
.content-info .span3 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.content-info .widget {
  text-align: center;
}
.page-template-page-kontakt2 .content .span4 {
  margin-bottom: 30px;
}

}
@media (max-width: 640px) { 
.top-info div {
    display: block;
}
.top-info div {
    display: block;
    margin: 10px 0;
}
.home .content-text {
    margin-left: 0%;
    width: 100%;
}
.home .page-header h1 {
    font-size: 34px;
    text-align: center;
    margin-top: -60px;
}
.home .thumb-right {
    top: 160px;
    width: 260px;
}

.caption-wrapper {
    position: static;
}

}
@media (max-width: 520px) { 
.home .page-header h1 {
    padding-right: 20px;
    text-align: right;
}
#slider-section {
  padding-bottom: 50px;
}

}
@media (max-width: 480px) { 
#main-slider {
    min-height: 520px;
}
.top-info .top-text a {
    display: block;
    margin-bottom: 20px;
}
.top-info .ico-phone {
    margin-left: 0;
}
.home .page-header h1 {
    font-size: 36px;
    text-align: center;
    padding-left: 20px;
}
.call-info .ico-card {
    background: url('../img/ico.png') no-repeat 0 0;
    display: block;
    margin: 0 auto;
}
.call-info .info-title span {
    max-width: none;
    padding: 5px;
}
.call-info .caption .btn {
    margin-left: 0;
}
.navbar .brand {
    font-size: 44px;
    width: auto;
}
.home .page-header h1 {
    font-size: 46px;
}
.home .page-header.big h1 span {
    font-size: 40px;
}
.home .page-header.big span + span {
    font-size: 44px;
}
.home .thumb-left,
.home .thumb-right {
    width: 240px;
}


.bullets .bullet-icon {
    float: none;
    margin: 0 auto;
}
.bullets .bullet-content {
    margin-left: 0;
}
}

