/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    background: #415657;
}
.wrapper {
    min-width: 950px;
    overflow: hidden;
}
.container {
    width: 950px;
    margin: auto;
}
.news_galeria_foto {
    width:175px;
    margin:30px 20px 0px 20px;
    float:left;
    text-align:center;
}

/* ==========================================================================
   HEADER STYLES
   ========================================================================== */
header {
    background: #00a8ec;
    min-height: 138px;
}
header .logo {
    float: left;
    margin: 34px 0 0 10px;
}
header nav {
    float: right;
    margin: 48px 6px 0 0px
}
header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header nav ul li {
    float: left;
}
header nav ul li a {
    color: #FFF;
    text-shadow: 1px 1px 0px #000;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    line-height: 20px;
    margin-left: 40px;
    position: relative;
}
header nav ul li a:after {
    position: absolute;
    left: 50%;
    bottom: -68px;
    background: url("../images/active-menu.png");
    width: 28px;
    height: 18px;
    content: "";
    margin-left: -14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
header nav ul li a:hover:after,
header nav ul li a.active:after {
    bottom: -50px;
}
/* ==========================================================================
   SLIDER STYLES
   ========================================================================== */
.slider {
    position: relative;
    border-bottom: 9px solid #00a8ec;
}
.slider .slider-text {
    position: absolute;
    background: url("../images/bg-slider-text.png");
    width: 328px;
    height: 190px;
    z-index: 1000;
    left: 60%;
    margin-left: -103px;
    top: 34px;
}
.slider .slider-text ul {
    margin: 18px 0 0 37px;
    padding: 0;
    list-style: none;
}
.slider .slider-text ul li {
    font-size: 22px;
    color: #FFF;
    text-shadow: 1px 1px 0px #000;
    background: url("../images/slider-text-ul.png") 2px 11px no-repeat;
    margin-bottom: 2px;
    padding-left: 21px;
}
.slider .slider-text ul li:nth-child(1){
    margin-left: 21px;
}
.slider .slider-text ul li:nth-child(2){
    margin-left: 14px;
}
.slider .slider-text ul li:nth-child(3){
    margin-left: 7px;
}
.slider .slider-text ul li:nth-child(4){
    margin-left: 0px;
}
.slider .slider-text ul li:nth-child(5){
    margin-left: -7px;
}
.slider img {
    position: relative;
    left:-115px;
}

/* ==========================================================================
   HOME CONTENT STYLE
   ========================================================================== */
.home-content {
    background: #1d1d1d;
}
.home-content .home-left {
    float: left;
    width: 700px;
}
.home-content .welcome {
    float: left;
    width: 100%;
    background: #373737;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #FFF;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin: 27px 0 0 -10px;
    padding: 0 23px;
}
.home-content .welcome h1 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -1.2px;
    margin: 16px 0 10px 0;
}
.home-content .welcome input {
    font-size: 13px;
    font-weight: normal;
    padding:5px;
    border:0px;
    margin:5px 0px 5px 5px;
}
.home-content .welcome textarea {
    font-size: 13px;
    font-weight: normal;
    padding:5px;
    border:0px;
    margin:5px 0px 5px 5px;
}
.home-content .welcome p {
    font-size: 14px;
    line-height: 20px;
    /*margin: 0 0 2px 0;*/
    letter-spacing: -0.35px;
}
.home-content .welcome li {
    font-size: 14px;
    line-height: 20px;
    /*margin: 0 0 2px 0;*/
    letter-spacing: -0.35px;
}
.home-content .welcome td {
    font-size: 14px;
    line-height: 20px;
    /*margin: 0 0 2px 0;*/
    letter-spacing: -0.35px;
}
.home-content .welcome a {
    text-decoration: none;
    color: #00b6ff;
}
.home-content .welcome .more {
    float: right;
    margin-right: -23px;
    background: #00a8ec;
    width: 121px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    -webkit-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    text-decoration: none;
    font-size: 14px;
}
.home-content .welcome img {
    border:2px #00a8ec solid;
}
.home-content .welcome .wyslij {
    height: 37px;
    display: inline-block;
    line-height: 37px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0 31px;
    background: #00a8ec;
    font-size: 16px;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    margin-bottom:20px;
}
.home-content .welcome a:hover {
    opacity: 0.9;
}
.home-content .firma {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 49px;
    margin: 22px 0 25px 0;
    float: left;
    width: 101%;
}
.home-content .firma img {
    margin-left: 32px;
    margin-right: 37px;
}

.home-contact {
    float: right;
    width: 200px;
    color: #FFF;
    text-align: center;
    margin: 12px 15px 0 0;
}
.home-contact h2 {
    font-size: 35px;
    font-weight: normal;
    letter-spacing: -1.2px;
    margin: 16px 0 1px 0;
}
.home-contact span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.35px;
}
.home-contact span strong {
    font-size: 25px;
    line-height: 21px;
    font-weight: normal;
    margin-top: 6px;
    display: inline-block;
}
.home-contact a {
    text-decoration: none;
    color: #00b6ff;
}
.home-contact .blue-btn {
    height: 37px;
    display: inline-block;
    line-height: 37px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0 31px;
    margin: 27px 0 0 0;
    background: #00a8ec;
}
.home-contact .blue-btn:hover {
    opacity: 0.9;
}

/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
footer {

    min-height: 80px;
    border-top: 1px solid #354344;
}
footer p {
    float: left;
    color: #FFF;
    margin: 25px 0 0 14px;
    font-size: 12px;
    line-height: 18px;
    text-shadow: 1px 1px 0 #000
}
footer p a {
    color: #00a8ec;
    text-decoration: none;
}
footer p a:hover {
    text-decoration: underline;
}

footer nav {
    float: right;
    margin: 26px 7px 0 0;
}
footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer nav ul li {
    float: left;
}
footer nav ul li a {
    display: block;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 32px;
}
footer nav ul li a:hover {
    color: #00a8ec;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

@media screen and (max-width: 1000px){
    .wrapper {
        min-width: 0;
    }
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    header nav ul li a {
        margin: 0 10px;
    }
    .home-content .welcome {
        margin: 20px 0 0 0;
    }
    .home-contact,
    .home-content .home-left {
        width: 100%;
        margin: 0;
    }
    .home-content {
        padding-bottom: 20px;
    }
    footer p {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    footer nav {
        width: 100%;
        text-align: center;
        margin: 15px 0 0 0;
    }
    footer nav ul {
        display: inline-block;
    }
    iframe {
        width: 100%;
    }

}
@media screen and (min-width: 768px) {
    header nav {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .welcome form {
        width: 100%;
    }
    .welcome form textarea,
    .welcome form input{
        margin: 2px 0 !important;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .welcome form td {
        display: block;
        width: 100%;
        text-align: left;
    }
    footer nav ul li a {
        margin: 0 5px;
    }
    .g-recaptcha > div {
        width: 100% !important;
    }
    header {
        min-height: 0;
    }
    header .logo {
        margin: 10px 0;
    }
    header .logo img {
        width: 200px;
    }
    header .logo {
        width: 100%;
        margin: 10px 0;
    }
    header nav {
        margin: 0;
        padding: 20px 0;
        display: none;
    }
    header nav ul li {
        width: 100%;
        margin: 10px 0;
    }
    header nav ul li a br {
        content: '';
    }
    header nav ul li a br:after {
        content: " ";
    }
    header nav ul li a:after {
        display: none !important;
    }
    .slider .slider-text {
        left: 50%;
        margin-left: -164px;
    }
    header .menu-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        background: url("../images/toogle.png");
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
    }
}