/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-10-28, 10:26:48
    Author     : eth00b
*/
/* ZMIENNE */
/*@font-Athiti-regural: "Athiti:400" ,sans-serif;  
@font-Athiti-bold: "Athiti:700" ,sans-serif;

@font-Ubuntu-regural: "Ubuntu:400" ,sans-serif;  
@font-Ubuntu-bold: "Ubuntu:700" ,sans-serif;

@font-Oswald-regural: "Oswald" ,sans-serif;*/
/*DEFINICJA STYLÓW OGÓLNYCH*/
.vh4soft-logo-top {
  width: 210px;
  margin-top: -14px;
  z-index: 100;
}
.text-block {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 70px;
}
.arrow-down {
  display: block;
  position: relative;
  margin: 10px auto 50px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #005B96;
  border-radius: 2px;
}
.address-block {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
h4 {
  font-family: "Passion One", sans-serif;
}
.bottom-h2 {
  display: block;
  position: relative;
  background-color: #005B96;
  width: 60px;
  height: 5px;
  text-align: left;
  margin: -15px 0 30px 0;
}
.link-pk {
  color: #287FB0;
}
.link-pk:hover {
  color: #005B96;
}
.page-content {
  display: block;
  position: relative;
  margin: 40px auto 90px;
}
.page-content a {
  color: #005B96 !important;
}
.page-content a:hover {
  color: #D93240 !important;
}
.hero-text-index {
  position: absolute;
  display: block;
  top: 183px;
  left: 33px;
  font-size: 32px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  z-index: 1;
  margin: 10px;
  color: #005B96;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.9;
}
/*MOTION BLOCK*/
.motion-block {
  position: relative;
  display: block;
  top: 0px;
  margin: 0 auto 0px;
  width: 100%;
  height: 300px;
}
.motion-block .left-hero-block {
  position: relative;
  display: block;
  background-color: #F7F7F7;
  width: 40%;
  float: left;
  height: 300px;
}
.motion-block .left-hero-block .vh4soft-signature {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  top: 60px;
  left: -150px;
}
.motion-block .hero-block {
  position: relative;
  display: block;
  width: 100%;
  background-color: #F7F7F7;
  height: 300px;
}
.motion-block .hero-block .hero-header {
  position: absolute;
  display: block;
  top: 0px;
  right: 40px;
  font-size: 65px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: left;
  z-index: 1;
  margin: 20px;
  opacity: 0.9;
}
.motion-block .hero-block .hero-text {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 40px;
  font-size: 40px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  z-index: 1;
  margin: 20px;
  color: #005B96;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.9;
}
.motion-block .hero-block #sub-triangle {
  /* THIS IS THE MAGIC: using the directional keywords instead
               of an angle in the linear gradient property*/
  background-image: linear-gradient(to left bottom, #005b96 0%, #005b96 50%, transparent 50%);
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.motion-block .right-hero-block {
  position: relative;
  display: block;
  width: 60%;
  background-color: #F7F7F7;
  height: 300px;
  float: right;
}
.motion-block .right-hero-block .right-hero-header {
  position: absolute;
  display: block;
  top: 0px;
  right: 40px;
  font-size: 65px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: left;
  z-index: 1;
  margin: 20px;
  opacity: 0.9;
}
.motion-block .right-hero-block .hero-breadcrumb {
  position: absolute;
  display: block;
  bottom: 40px;
  left: -725px;
  font-size: 32px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  z-index: 1;
  margin: 10px;
  color: #005B96;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.9;
}
.motion-block .right-hero-block #triangle {
  /* THIS IS THE MAGIC: using the directional keywords instead
               of an angle in the linear gradient property*/
  background-image: linear-gradient(to left bottom, #005b96 0%, #005b96 50%, transparent 50%);
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-breadcrumb {
  position: absolute;
  display: block;
  top: 195px;
  left: 33px;
  font-size: 32px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  z-index: 1;
  margin: 10px;
  color: #005B96;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.9;
}
.parallax-window {
  height: 300px;
  width: 100%;
  background: transparent;
  -webkit-transform: translate3d(0, 0, 0);
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: none !important;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li > a {
  color: #287FB0;
}
.breadcrumb > li > a:hover {
  color: #005B96;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc !important;
}
.breadcrumb > .active {
  color: #005B96;
}
.info-block {
  background-color: #005B96;
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 40px;
}
.social-media-block {
  background: url(../images/social_media_background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 147px;
  height: 147px;
}
.social-media-icons-block {
  display: block;
  position: relative;
  margin: 35px auto 0;
}
.social-media-icons-block .social-icon {
  display: block;
  position: relative;
  margin: 3px;
  float: left;
}
.social-media-text-block {
  display: block;
  position: relative;
  margin: 50px auto 30px;
  text-align: right;
}
.offer-img {
  position: relative;
  display: block;
  margin: 10px auto;
  width: 80px;
}
.offer-txt {
  position: relative;
  display: block;
  text-align: center;
  margin: 10px auto 50px;
}
.box-1 {
  width: 100%;
  min-height: 370px;
  background: #005B96;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 90px auto 0px;
}
.wave {
  opacity: 0.4;
  position: absolute;
  top: 10%;
  left: 27%;
  background: #2e9cca;
  width: 580px;
  height: 580px;
  margin-left: -250px;
  margin-top: -250px;
  -webkit-transform-origin: 50% 48%;
  transform-origin: 50% 48%;
  border-radius: 43%;
  -webkit-animation: drift 3000ms infinite linear;
  animation: drift 3000ms infinite linear;
}
.wave.-three {
  -webkit-animation: drift 5000ms infinite linear;
  animation: drift 5000ms infinite linear;
}
.wave.-two {
  -webkit-animation: drift 7000ms infinite linear;
  animation: drift 7000ms infinite linear;
  opacity: 0.1;
  background: #D93240;
}
.box-1:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  z-index: 11;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.site-create-title {
  position: relative;
  z-index: 1;
  text-align: left;
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 5px;
}
.site-create-text {
  position: relative;
  z-index: 1;
  text-align: left;
  color: white;
  margin-top: 7px;
  margin-left: 5px;
}
.site-create-text .dot-list-field {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 6px;
}
.site-create-text .dot-list-field span {
  margin-right: 5px;
}
.order-button {
  position: relative;
  top: 150px;
  display: block;
  background-color: #ffcc33;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  padding-top: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.form-button {
  position: relative;
  top: 15px;
  display: block;
  background-color: #ffcc33;
  width: 180px;
  height: 45px;
  margin: 0 auto;
  padding-top: 2px;
  text-align: center;
  font-size: 17px;
}
.contact-background {
  position: relative;
  height: auto;
  padding-top: 10px;
  margin-bottom: 50px;
  padding-bottom: 100px;
  background-color: #F7F7F7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.panel-background {
  position: relative;
  height: auto;
  margin: 90px auto 90px;
  background-color: #F7F7F7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.image-list-field {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  text-align: left;
}
.image-list-field .ico-list-image-loc {
  margin-right: 12px;
  float: left;
}
.image-list-field .ico-list-image {
  margin-right: 12px;
}
.image-list-field .ico-list-image-long-text {
  margin-top: 7px;
  margin-right: 7px;
  float: left;
}
.image-list-field p {
  display: block;
  margin-left: 22px;
}
.forms-block {
  width: 100%;
}
.forms-block span {
  margin-right: 12px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 14px;
}
.gradient-panel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  margin: 120px auto 50px;
  padding-bottom: 40px;
}
.white-header {
  font-size: 32px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  margin: 20px auto 10px;
}
.white-text {
  font-size: 22px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  margin: 10px auto 20px;
}
.info-panel {
  position: relative;
  display: block;
  width: 100%;
  min-height: 400px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 20px auto 20px;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*PRICING PANEL*/
.pricing-table {
  width: 100%;
  margin: 0 auto;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border-radius: 0px;
}
.pricing-table:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.pricing-table:hover > .panel-footer-landing {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: all .3s ease;
}
.pricing-table:hover > .panel > .panel-body-landing {
  background: #005B96;
  -webkit-transition: all .3s ease;
}
.pricing-table:hover > .panel > .panel-heading-landing-box {
  background: #f0f0f0 !important;
  color: #333 !important;
  -webkit-transition: all .3s ease;
}
.pricing-table:hover > .panel > .controle-header {
  background: #005B96 !important;
  /*    border: solid 2px #005B96 !important;*/
  -webkit-transition: all .3s ease;
}
.pricing-table:hover > .panel > .panel-footer {
  background: #005B96 !important;
  /*    border: solid 2px #005B96 !important;*/
  -webkit-transition: all .3s ease;
}
.pricing-table:hover > .panel > .panel-footer > .btn {
  border: solid 1px #fff !important;
  -webkit-transition: all .3s ease;
}
.btn-price:hover {
  background: #fff !important;
  color: #005B96 !important;
  -webkit-transition: all .3s ease;
}
.pricing-table:hover > .panel > .controle-header > .panel-title-landing {
  color: #fff !important;
  -webkit-transition: all .3s ease;
}
.pricing-table:hover > .panel > .panel-body-landing > .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  color: #fff !important;
  -webkit-transition: all .3s ease;
}
.panel-heading-landing {
  background: #f7f7f7 !important;
  padding: 20px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border: solid 2px #005B96 !important;
  border-bottom: none !important;
  text-align: center;
}
.panel-heading-landing-box {
  background: #005B96 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 3px !important;
  border: solid 2px #005B96 !important;
  border-top: none !important;
  text-align: center;
}
.panel-title-landing {
  color: #626367 !important;
  font-size: 25px;
  font-weight: bold;
}
.panel-body-landing {
  border: solid 2px #ccc !important;
  border-top: none !important;
  border-bottom: none !important;
}
.panel-footer-landing {
  border: solid 2px #ccc !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top: none !important;
  text-align: center;
}
.box {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 25px;
  display: block;
  margin-top: 40px;
  margin-bottom: 80px;
}
.box-icon {
  background-color: #005B96;
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  margin-top: -61px;
}
.sep {
  display: block;
  position: relative;
  height: 30px;
}
.box-icon span {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.info h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.info > p {
  color: #717171;
  font-size: 16px;
  padding-top: 10px;
  text-align: justify;
}
.info > a {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}
.info > a:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}
/* CAROUSEL PARTNERS BLOCK ------------------------------*/
.carusel-partners-block {
  disply: block;
  position: relative;
  margin: 20px auto 90px;
  /*    .owl-nav{
        display: block;
        position: relative;
	border-radius: 0px !important;
        
        .owl-prev{
            display: block !important;
            position: relative;
            width: 0 !important;
            height: 0 !important;
            border-top: 20px solid transparent !important;
            border-bottom: 20px solid transparent !important;

            border-right: 20px solid #005B96 !important;
           
            float: left;
            top: -114px;
            left: -60px;
            
            &:hover{
                background: 0 0 !important;
                display: block !important;
                position: relative;
                width: 0 !important;
                height: 0 !important;
                border-top: 20px solid transparent !important;
                border-bottom: 20px solid transparent !important;

                border-right: 20px solid #D93240 !important;

                float: left;
                top: -114px;
                left: -60px;
            }
        }
        
        .owl-next{
            display: block !important;
            position: relative;
            width: 0 !important;
            height: 0 !important;
            border-top: 20px solid transparent !important;
            border-bottom: 20px solid transparent !important;

            border-left: 20px solid #005B96 !important;
            
            float: right;
            top: -114px;
            left: 60px;
            
            &:hover{
                background: 0 0 !important;
                display: block !important;
                position: relative;
                width: 0 !important;
                height: 0 !important;
                border-top: 20px solid transparent !important;
                border-bottom: 20px solid transparent !important;

                border-left: 20px solid #D93240 !important;

                float: right;
                top: -114px;
                left: 60px;
            }
        }
    }*/
}
.carusel-partners-block .owl-carousel.owl-loaded {
  display: inline-block;
}
.carusel-partners-block .item-class {
  position: relative;
  height: 150px;
  width: 100%;
}
.carusel-partners-block .item-class .tech-logo {
  max-width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carusel-partners-block .owl-carousel .owl-dots {
  margin-top: 50px !important;
}
.carusel-partners-block .owl-carousel .owl-dots .owl-dot span {
  background: #005B96 !important;
}
.carusel-partners-block .owl-carousel .owl-dots .owl-dot:hover span {
  background: #D93240 !important;
}
.carusel-partners-block .owl-carousel .owl-dots .active span {
  background: #D93240 !important;
}
/*FOOTER*/
#footer {
  background-color: #F7F7F7;
}
#footer .footer-copyright {
  background-color: #005B96;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}
#footer .footer-copyright p {
  margin: 10px;
  color: #fff;
}
#footer ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}
#footer a {
  /*color:#d2d1d1;*/
  text-decoration: none;
  font-size: 16px;
}
#footer a:hover,
#footer a:focus {
  text-decoration: none;
  /*color:white;*/
}
#footer .myCols {
  text-align: center;
}
#footer .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 38px;
}
#footer .social-networks a {
  font-size: 32px;
  margin-right: 5px;
  margin-left: 5px;
  /*color: #f9f9f9;*/
  padding: 10px;
  transition: 0.2s;
}
#footer .social-networks a:hover {
  text-decoration: none;
}
#footer .facebook:hover {
  color: #0077e2;
}
#footer .google:hover {
  color: #ef1a1a;
}
#footer .twitter:hover {
  color: #00aced;
}
@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-text-index {
    top: 183px;
    left: 33px;
    font-size: 28px;
  }
  .hero-breadcrumb {
    top: 195px;
    left: 33px;
    font-size: 28px;
  }
  .motion-block .right-hero-block .right-hero-header {
    top: 0px;
    right: 40px;
    font-size: 50px;
    z-index: 1;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .vh4soft-logo-top {
    margin-top: -22px;
  }
  .hero-text-index {
    top: 130px;
    left: 10px;
    font-size: 18px;
  }
  .hero-breadcrumb {
    top: 135px;
    left: 33px;
    font-size: 18px;
  }
  .motion-block {
    height: 200px;
  }
  .motion-block .left-hero-block {
    width: 40%;
    float: left;
    height: 200px;
  }
  .motion-block .left-hero-block .vh4soft-signature {
    width: 45px;
    height: 45px;
    top: 45px;
    left: -180px;
  }
  .motion-block .right-hero-block {
    width: 60%;
    height: 200px;
    float: right;
  }
  .motion-block .right-hero-block .right-hero-header {
    top: 0px;
    right: 10px;
    font-size: 35px;
    z-index: 1;
  }
  .parallax-window {
    height: 200px;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .vh4soft-logo-top {
    margin-top: -22px;
  }
  body {
    font-size: 18px !important;
  }
  h1 {
    font-size: 25px !important;
    line-height: 1.3 !important;
  }
  .hero-text-index {
    top: 137px;
    left: 9px;
    font-size: 12px;
  }
  .hero-breadcrumb {
    top: 142px;
    left: 9px;
    font-size: 10px;
  }
  .motion-block {
    height: 200px;
  }
  .motion-block .left-hero-block {
    width: 40%;
    float: left;
    height: 200px;
  }
  .motion-block .left-hero-block .vh4soft-signature {
    width: 35px;
    height: 35px;
    top: 45px;
    left: -200px;
  }
  .motion-block .right-hero-block {
    width: 60%;
    height: 200px;
    float: right;
  }
  .motion-block .right-hero-block .right-hero-header {
    top: -10px;
    right: 0px;
    font-size: 24px;
    z-index: 1;
  }
  .info-block {
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .parallax-window {
    height: 200px;
  }
  .gradient-panel {
    width: 100%;
    height: 350px;
    margin: 30px auto 30px;
  }
  .panel-background {
    margin: 50px auto 50px;
  }
}
.cc_container {
  background-color: #005B96 !important;
}
