/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Arial', sans-serif;
  color: #444444;
  ;
}

a {
  color: #ff8200;
  text-decoration: none;
}

a:hover {
  color: #ff5722;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 
  font-family: 'Arial', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #black;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #FF9800;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #fff;
    color: #000;
    font-size: 13px;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    right: 0%;
    white-space: nowrap;
    text-shadow: 0px 0px 0px #222222;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #47a3ff;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}


#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  background: linear-gradient(45deg, rgba(170,170,170,0.9), rgba(0,0,0,1));
  opacity: 1;
}
}
#header.header-scrolled, #header.header-inner-pages {
  background: linear-gradient(45deg, rgba(0,0,0,1), rgba(9,17,78,0.8));
}

/*
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}*/
#header .logo img {
  height: auto;
max-width: 100%;
display:block;
  max-height: 75px;
  -webkit-filter: drop-shadow(1px 1px 1px #555 );
  filter: drop-shadow(1px 1px 1px #555);
}


/*--------------------------------------------------------------
# tabela OP opis
--------------------------------------------------------------*/

.col1 {

  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}





/*--------------------------------------------------------------
# tabela profile OP

#profile {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

    
}    

#profile table th , table td{
    text-align: center;
}

#profile table tr:nth-child(even){
    background-color: #e4e3e3
}

#profile th {
  background: #333;
  color: #000;
}

.pagination {
  margin: 0;
}

#profile .pagination li:hover{
    cursor: pointer;
}

#profile .header_wrap {
  padding:30px 0;
}
.num_rows {
  width: 20%;
  float:right;
}
.tb_search{
  width: 20%;
  float:left;
}
#profile .pagination-container {
  width: 70%;
  float:left;
}

#profile .rows_count {
  width: 20%;
  float:right;
  text-align:right;
  color: #999;
}







/*--------------------------------------------------------------
# button sprawdz
--------------------------------------------------------------*/
#sprawdz {
  width: 100%;
  height: 60px;
  
  display: flex;
  align-items: center;
  justify-content: center;
}



.Buttonsprawdz {
  box-shadow: 0px 0px 0px 0px #010500;
  background-color:#e0e0e0;
  border-radius: 28px;
  border:2px solid #ffb700;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-family:Arial;
  font-size: 17px;
  padding: 11px 24px;
  text-decoration:none;
  
}
.Buttonsprawdz:hover {
  background-color:#FF9800;
  color: black;

}
.Buttonsprawdz:active {
  position:relative;
  top: 1px;
}







table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  font-size: 1.2em;
  padding: .625em;
  text-align: center;
}

table th {
  font-size: 1.25em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


















/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 10;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ffc107;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #723f14;
  font-weight: 600;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #2e2c2c;
  box-shadow: 0px 0px 10px rgba(225, 225, 225, 0.5);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #ff9800;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FF9800;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(121, 121, 121, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #101010ed;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #FF9800;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}



.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*---- .Iam {
  padding-left: 50px;
}

.Iam h1 {
  margin: 20;
  font-size: clamp(2.5rem, 3vw + 1rem, 5rem);
  padding: 0;
  font-family: 'Gugi', cursive; 
  background: #010027;
  background: -webkit-linear-gradient(to top left, #010027 0%, #000651 50%, #3673e5 51%, #010027 100%);
  background: -moz-linear-gradient(to top left, #010027 0%, #000651 50%, #3673e5 51%, #010027 100%);
  background: linear-gradient(to top left, #010027 0%, #000651 50%, #3673e5 51%, #010027 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0px 3px 2px rgba(13, 2, 3, 0.36);
  
}

.Iam p {
  margin: 20;
  font-size: 28px;
  padding: 0;
  font-family: 'Arial', cursive; 
background: #010027;

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  
}


.Iam h2 {
  margin: 20;
  font-size: 28px;
  padding: 0;
  font-family: 'Arial', cursive; 
background: #0d6efd;

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  
}

---*/



 .studio .ribbon {

   position: relative;
   font-family: 'Oswald', sans-serif;
}
 .ribbon [class*="ribbon-"] {
   margin: 74px auto 0;
   transform-origin: 50% 50%;
   transform: rotate(-8.5deg);
   position: relative;
   z-index: 4;
   width: 260px;
   height: 56px;
}
 .ribbon [class*="ribbon-"] .inner {
  background: linear-gradient(rgba(1, 0, 39, 1), rgba(0, 6, 81, 1),rgba(12, 59, 147,1), rgba(1, 0, 39, 1));
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   display: block;
   width: 0;
   height: 100%;
   padding: 11px 0;
   font-size: 1.5em;
   text-shadow: 3px 3px 1px #001b47;
   position: relative;
   z-index: 2;
   transform: skewX(-9deg);
   transition: width 0.12s ease-in-out;
}
 .ribbon [class*="ribbon-"]:before {
   content: '';
   transform-origin: 0 0;
   transform: rotate(-17.25deg) skewX(-9deg) translateX(158px);
   display: block;
   width: 0;
   height: 100%;
   position: absolute;
   top: 0;
   left: 4px;
  background: linear-gradient(-39deg, #273b60, #abbfe4, #fff, #9fc0dd,#273b60 );
   z-index: -1;
   transition: all 0.12s ease-in-out 0.7s;
}
 .ribbon .ribbon-1 .inner {
   letter-spacing: 19px;
   font-weight: 700;
}
 .ribbon.active .inner {
   width: 100%;
}
 .ribbon.active .ribbon-1 .inner {
   transition-delay: 0.82s;
}
 .ribbon.active .ribbon-1:before {
   width: 1px;
   transform: rotate(-17.25deg) skewX(-9deg) translateX(0);
}
 .ribbon .ribbon-2 {
   z-index: 3;
     display: block;
   font-size: 40px;
   width: 420px;
   height: 137px;
   margin-top: 22px;
}
 .ribbon .ribbon-2 .inner {
   padding: 19px 0;
}
 .ribbon .ribbon-2 .inner:before, .ribbon .ribbon-2 .inner:after {
   content: '';
   position: absolute;
   top: 14px;
   left: 14px;
   right: 14px;
   bottom: 14px;
   background-size: 100%;
   opacity: 0;
   transition: opacity 0.3s ease-in-out 1.86s;
}
 .ribbon .ribbon-2 .inner:before {
   transform-origin: 50% 50%;
   transform: rotate(180deg);
}
 .ribbon .ribbon-2:before {
   width: 0;
   left: 11px;
   transform: rotate(-10.25deg) skewX(-9deg) translateX(451px);
   height: 38px;
   transition-delay: 0.94s;
}
 .ribbon.active .ribbon-2 .inner {
   transition-delay: 1.06s;
}
 .ribbon.active .ribbon-2 .inner:before, .ribbon.active .ribbon-2 .inner:after {
   opacity: 1;
}
 .ribbon.active .ribbon-2:before {
   width: 348px;
   transform: rotate(-10.25deg) skewX(-9deg) translateX(0);
}
 .ribbon .ribbon-3 {
   z-index: 2;
   font-size: 19px;
   width: 390px;
   height: 55px;
   margin-top: 14px;
}
 .ribbon .ribbon-3 .inner {
   color: #fff;
   padding: 10px 0;
}
 .ribbon .ribbon-3:before {
   width: 0;
   height: 47px;
   left: 11px;
   transform: rotate(-10.25deg) skewX(-9deg) translateX(387px);
   transition-delay: 1.18s;
}
 .ribbon .ribbon-3:after {
   content: '';
   transform-origin: 100% 100%;
   transform: rotate(-15.3deg) skewX(9deg) translateX(72px);
   display: block;
   width: 0;
   height: 45px;
   position: absolute;
   bottom: 0;
   right: 4px;
   background: #001b47;
   z-index: -1;
   transition-delay: 1.42s;
}
 .ribbon.active .ribbon-3 .inner {
   transition-delay: 1.3s;
}
 .ribbon.active .ribbon-3:before {
   width: 387px;
   transform: rotate(-10.25deg) skewX(-9deg) translateX(0);
}
 .ribbon.active .ribbon-3:after {
   width: 1px;
   transform: rotate(-15.3deg) skewX(9deg) translateX(0);
}
 .ribbon .ball {
   width: 440px;
   height: 290px;
   

   border-radius: 15px;
   padding: 25px 20px 0;
   text-align: center;
   color: #001b47;
   border: 0px solid #001b47;
   margin: -37px auto 0;
   position: relative;
   left: 0px;
   z-index: 1;
   transform-origin: 50% 50%;
   transform: rotate(-0.5deg);
}
 .ribbon .ball .ball-text {
   font-size: 30px;
   line-height: 1.5;
   text-align: left;
   display: block;
   width: 319px;
}
 .ribbon .ball .ball-text strong {
   font-size: 30px;
   font-style: italic;
}
 .ribbon .fadeLeft {
   opacity: 0;
   transform: translateX(-100%);
   transition: all 0.3s ease-in-out 1.56s;
   display: block;
}
 .ribbon .fadeRight {
   opacity: 0;
   transform: translateX(100%);
   transition: all 0.3s ease-in-out 1.56s;
   display: block;
}
 .ribbon .fadeIn {
   opacity: 0;
   transition: all 0.3s ease-in-out 1.42s;
   display: block;
}
 .ribbon.active .fadeLeft, .ribbon.active .fadeRight {
   opacity: 1;
   transform: translateX(0);
}
 .ribbon.active .fadeIn {
   opacity: 1;
}
 






#hero {

  width: 100%;
  padding-bottom: 80px;
  padding-top: 0px;
  margin: 0;
overflow: hidden;
background: #fff;
 /* background: linear-gradient(-39deg, #ec6f66, #ff9c00, #ff5e62, #42275a, #004e92,#000428 );
background: linear-gradient(-39deg, #fff, #000, #3b5181, #9fc0dd,#c8d4e2 );
  background-size: 600% 100%;
 /* animation: gradient 30s ease infinite;---*/
}







.bable i{
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-animation: 'screen_2'  infinite;
  animation: 'screen_2'  infinite;
  overflow: hidden;
}


.bable i:nth-child(1){
  top:20px;
  left:30px;
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(2,226,252,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #02e2fc;
  animation-duration: 25s;
}

.bable i:nth-child(2){
  top:420px;
  left:30px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(250,160,2,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #faa002;
  animation-duration: 41s;
}

.bable i:nth-child(3){
  top:550px;
  left:880px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(20,252,2,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #14fc02;
  animation-duration: 25s;
}

.bable i:nth-child(4){
  top:5px;
  left:1030px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(252,2,196,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #fc02c4;
  animation-duration: 24s;
}

.bable i:nth-child(5){
  top:280px;
  left:12px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(139,44,148,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #8b2c94;
  animation-duration: 25s;
}

.bable i:nth-child(6){
  top:550px;
  left:30px;
background: -webkit-radial-gradient(center, ellipse cover,  rgba(251,184,41,0.65) 0%,rgba(0,0,0,0) 100%);
box-shadow:0px 0px 5px 0px #FBB829; 
  animation-duration: 26s;
}

.bable i:nth-child(7){
  top:630px;
  left:50px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(195,255,104,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #C3FF68; 
  animation-duration: 45s;
}

.bable i:nth-child(8){
  top:20px;
  left:860px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,0,102,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #FF0066; 
  animation-duration: 25s;
}
.bable i:nth-child(9){
  top:896px;
  left:132px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,0,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #FFFF00; 
  animation-duration: 43s;
  z-index: -10;
}

.bable i:nth-child(10){
  top:578px;
  left:357px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,175,27,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #7FAF1B; 
  animation-duration: 24s;
}

.bable i:nth-child(11){
  top:380px;
  left:230px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(1,210,255,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #01D2FF; 
  animation-duration: 25s;
}

.bable i:nth-child(12){
  top:570px;
  left:1100px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(237,247,255,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #EDF7FF; 
  animation-duration: 26s;
}

.bable i:nth-child(13){
  top:600px;
  left:600px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,255,255,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #00FFFF; 
  animation-duration: 27s;
}

.bable i:nth-child(14){
  top:200px;
  left:520px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,255,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #0000FF; 
  animation-duration: 44s;
}

.bable i:nth-child(15){
  top:370px;
  left:500px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(16,225,228,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow:0px 0px 5px 0px #10e1e4; 
  animation-duration: 29s;
}


.bable i:nth-child(17){
  top:62px;
  left:330px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,234,232,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #FFEAE8;
  animation-duration: 24s;
}

.bable i:nth-child(18){
  top:0px;
  left:250px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,229,0,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #FFE500;
  animation-duration: 25s;
}

.bable i:nth-child(19){
  top:600px;
  left:180px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,102,153,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #FF6699;
  animation-duration: 26s;

}

.bable i:nth-child(20){
  top:987px;
  left:13px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(84,156,204,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #549CCC;
  animation-duration: 27s;
  z-index: -10;
}

.bable i:nth-child(21){
  top:120px;
  left:930px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(184,175,3,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #B8AF03;
  animation-duration: 28s;
}

.bable i:nth-child(22){
  top:80px;
  left:700px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(171,250,249,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #ABFAF9;
  animation-duration: 25s;
}

.bable i:nth-child(23){
  top:350px;
  left:720px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,15,255,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #7F0FFF;
  animation-duration: 22s;
}

.bable i:nth-child(24){
  top:997px;
  left:678px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(48,128,0,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #308000;
  animation-duration: 23s;
  z-index: -10;
}

.bable i:nth-child(25){
  top:714px;
  left:246px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,38,38,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #FF2626;
  animation-duration: 24s;
  z-index: -10;
}

.bable i:nth-child(26){
  top:0px;
  left:480px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(15,29,215,0.65) 0%,rgba(0,0,0,0) 100%);
box-shadow: 0px 0px 5px 0px #0F1DD7;
  animation-duration: 25s;
}

.bable i:nth-child(27){
  top:456px;
  left:1000px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(51,102,153,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #336699;
  animation-duration: 26s;
}

.bable i:nth-child(28){
  top:350px;
  left:865px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(70,172,255,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #46ACFF;
  animation-duration: 27s;
}

.bable i:nth-child(29){
  top:100px;
  left:100px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(222,4,5,0.65) 0%,rgba(0,0,0,0) 100%);
box-shadow: 0px 0px 5px 0px #DE0405;
  animation-duration: 28s;
}

.bable i:nth-child(30){
  top:1087px;
  left:722px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(77,254,21,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #4DFE15;
  animation-duration: 29s;
  z-index: -10;
}

.bable i:nth-child(31){
  width:200px;
  height:200px;
  top:795px;
  left:605px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(243,10,70,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #F30A46;
  animation-duration: 21s;
  z-index: -10;
}

.bable i:nth-child(32){
  top:234px;
  left:678px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(245,253,45,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #F5FD2D;
  animation-duration: 22s;
}

.bable i:nth-child(33){
  top:270px;
  left:1230px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(178,0,255,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #B200FF;
  animation-duration: 23s;
}
.bable i:nth-child(34){
  width:200px;
  height:200px;
  top:1126px;
  left:332px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(102,204,255,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #66CCFF;
  webkit-animation-duration: 24s;
  z-index: -10;
}

.bable i:nth-child(35){
  top:407px;
  left:83px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(20,243,175,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #14F3AF;
  animation-duration: 25s;
}

.bable i:nth-child(36){
  width:200px;
  height:200px;
  top:176px;
  left:297px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(100,245,102,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #64F566;
  animation-duration: 26s;
}

.bable i:nth-child(37){
  width:300px;
  height:300px;
  top:820px;
  right:10px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(236,218,65,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #ECDA41;
  animation-duration: 27s;
  z-index: -10;
}

.bable i:nth-child(38){
  top:500px;
  left:500px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,61,45,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #FF3D2D;
  animation-duration: 28s;
}


.bable i:nth-child(39){
  top:20px;
  right:26px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(74,73,235,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #4A49EB;
  animation-duration: 29s;
}

.bable i:nth-child(40){
  width:200px;
  height:200px;
  top:251px;
  left:1053px;
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,72,0,0.65) 0%,rgba(0,0,0,0) 100%);
  box-shadow: 0px 0px 5px 0px #FF4800;
  animation-duration: 40s;
}


@keyframes screen_2 {
  from {
    opacity: 0;
  }

  25%{
    opacity: 0.3;
    transform: scale3d(3, 3, 4);
  }

  50%{
    opacity: 0.75;
  }

  75%{
    opacity: 1;

  }

  to{
    opacity: 0;
  }
}






/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}



.section-bg {
  background: linear-gradient(-45deg, #e5e5e5, #f0f0f0, #fcfcfc, #f3f3f3, #e5e5e5, #f4f4f4);
  
  /*--background: linear-gradient(-45deg, #ffa800, #ffcc00, #ff7e00, #ffb80a);--*/
  background-size: 400% 300%;
  animation: gradient-section-bg 15s ease infinite;
}


@keyframes gradient-section-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #ff8200;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  font-weight: 400;
  width: 40px;
  height: 3px;
  background: #ff8200;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 20;
  text-align: justify;
  font-size: 18px;
  text-align: justify;
}
.o-nas p {
  font-size: 17px;
  text-align: justify;
  
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}
.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.cliens img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: 'Arial', sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}
.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 10px 50px 0 50px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #ff8200;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 20px;
  color: #848484;
}
.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.why-us .accordion-list {
  padding: 0 40px 60px 80px;
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.why-us .accordion-list a {
  color: #ff8200;
  display: block;
  position: relative;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.why-us .accordion-list span {
  color: #FFC108;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us .accordion-list p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: 'Arial', sans-serif;
}
.skills .content ul {
  list-style: none;
  padding: 0;
}
.skills .content ul li {
  padding-bottom: 10px;
}
.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}
.skills .content p:last-child {
  margin-bottom: 0;
}
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: 'Arial', sans-serif;
  color: #37517e;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#op-search {
 font-size: 12px;
}

.pagination .active span {

  background-color: #ff8200;
}

.pagination .active span:hover {

  background-color: #ffbf00;
  border-color: #b73333;
}

.pagination .li a {

  color: #b75e33;
}

.pagination .li span {

  color: #b75e33;
}





.form-control {
  font-size: 12px;
}

.margines {
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 1px 20px 40px;
  transition: all ease-in-out 0.4s;
  
}


.services .margines {
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 1px 20px 40px;
  transition: all ease-in-out 0.4s;
  
}

.footer .margines {
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 1px 20px 40px;
  transition: all ease-in-out 0.4s;
  
}
.contact .margines {
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 1px 20px 40px;
  transition: all ease-in-out 0.4s;
  
}

.services .icon-box {
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 1px 20px 40px;
  transition: all ease-in-out 0.4s;
  
}

#wymiary
{
font-size: 46px;
padding: 20px 35px 39px;
}

.services .icon-box img {

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

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}
.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 30px;
  transition: 0.5s;
  margin: 2px;
  border: 2px solid #cc7c2e;
  color: #000;
  background: #dbdbdb;
  border: 2px solid #fff;
  
}
.services .icon-box h4 a {
  color: #272d36;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 17px;
  margin-bottom: 0;
  text-align: justify;
}
.services .icon-box a {
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 0;
  text-align: justify;
}
.services .icon-box:hover {
  transform: translateY(-10px);
}
.services .icon-box:hover h4 a {
  color: ##ffa500;
}








.cta  {
  
  background: linear-gradient(rgba(1, 0, 39, 0.9), rgba(0, 6, 81, 0.9),rgba(12, 59, 147, 0.9), rgba(1, 0, 39, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 90px 0;


}


.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;

}

.cta h2 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
 -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg);

  display: inline-block;
  font-family: 'Kalam', sans-serif;
}

.cta h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-shadow: 2px 2px 8px #fff;
  font-family: 'Poiret One', cursive;
  text-align: center;
  -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg);

  display: inline-block;
}

.cta p {
  color: #fff;

}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.cta .cta-btn {
  box-shadow:inset 2px 2px 8px 0px #54a3f7;
  background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color:#007dc1;
  border-radius:42px;
  border:1px solid #124d77;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family: 'Arial', sans-serif;
  font-size:13px;
  padding:14px 64px;
  text-decoration:none;
  text-shadow:0px 1px 39px #154682;
}

.cta .cta-btn:hover {

  background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color:#0061a7;
}


@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}









/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: 'Arial', sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #0d6efd;
  color: #fff;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}
.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover {
  transform: translateY(-10px);
}
.team .member .member-info {
  padding-left: 30px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}
.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #47b2e4;
}
.team .member .social a:hover i {
  color: #fff;
}
.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 20px;
}
.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
  position: relative;
}


.box .ribbon1 {
    position: absolute;
    top: 50px;
    left: -10px;
    right: -10px;
}

.box .ribbon1::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #752201;
    width: 10px;
    height: 28px;
    -ms-transform: skewY(-135deg);
    -webkit-transform: skewY(-135deg);
    transform: skewY(-135deg);
    z-index: 1;
}

.box .ribbon1::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #752201;
    width: 10px;
    height: 28px;
    -ms-transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
    z-index: 1;
}

.box .ribbon1 h3 {
    background: #F0B7A1;
    background: -webkit-linear-gradient(to bottom right, #F0B7A1 0%, #8C3310 50%, #752201 51%, #BF6E4E 100%);
    background: -moz-linear-gradient(to bottom right, #F0B7A1 0%, #8C3310 50%, #752201 51%, #BF6E4E 100%);
    background: linear-gradient(to bottom right, #F0B7A1 0%, #8C3310 50%, #752201 51%, #BF6E4E 100%);
    color: #ffffff;
    padding: 10px 15px;
    font-size: 28px;
    font-weight: 300;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.55);

  
}

.box .ribbon2 {
    position: absolute;
    top: 50px;
    left: -10px;
    right: -10px;
}

.box .ribbon2::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #000;
    width: 10px;
    height: 28px;
   -ms-transform: skewY(-135deg);
    -webkit-transform: skewY(-135deg);
    transform: skewY(-135deg);
    z-index: 1;
}

.box .ribbon2::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #000;
    width: 10px;
    height: 28px;
    -ms-transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
    z-index: 1;
}

.box .ribbon2 h3 {
    background: #DBDBDB;
    background: -webkit-linear-gradient(to bottom right, #DBDBDB 0%, #A4A4A4 50%, #7C7C7C 51%, #c7c7c7 100%);
    background: -moz-linear-gradient(to bottom right, #DBDBDB 0%, #A4A4A4 50%, #7C7C7C 51%, #c7c7c7 100%);
    background: linear-gradient(to bottom right, #DBDBDB 0%, #A4A4A4 50%, #7C7C7C 51%, #c7c7c7 100%);
    color: #ffffff;
    padding: 10px 15px;
    font-size: 28px;
    font-weight: 300;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.55);

  
}



.box .ribbon3 {
    position: absolute;
    top: 50px;
    left: -10px;
    right: -10px;
}

.box .ribbon3::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #9C6628;
    width: 10px;
    height: 28px;
   -ms-transform: skewY(-135deg);
    -webkit-transform: skewY(-135deg);
    transform: skewY(-135deg);
    z-index: 1;
}

.box .ribbon3::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #9C6628;
    width: 10px;
    height: 28px;
    -ms-transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
    z-index: 1;
}

.box .ribbon3 h3 {
    background: #C7A869;
    background: -webkit-linear-gradient(to bottom right, #C7A869 0%, #FCCD4D 50%, #F8B500 51%, #FBDF93 100%);
    background: -moz-linear-gradient(to bottom right, #C7A869 0%, #FCCD4D 50%, #F8B500 51%, #FBDF93 100%);
    background: linear-gradient(to bottom right, #C7A869 0%, #FCCD4D 50%, #F8B500 51%, #FBDF93 100%);
    color: #ffffff;
    padding: 10px 15px;
    font-size: 28px;
    font-weight: 300;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.55);

  
}


.ribbons {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbons::before,
.ribbons::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbons span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}



.ribbon-bottom-right {
  bottom: -8px;
  right: -8px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0px;
  left: 8px;
}
.ribbon-bottom-right::after {
  top: 8px;
  right: 0;
}
.ribbon-bottom-right span {
  
 
  left: -15px;
  bottom: 30px;
  transform: rotate(-45deg);
}


.ribbonbest {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbonbest::before,
.ribbonbest::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #670000;
}
.ribbonbest span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #f50000;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 25px;
  color: #37517e;
  text-align: center;
}

.pricing h5 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 12px;
  color: #37517e;
  text-align: center;
}

.pricing h4 {
  margin-top: 60px;
  font-size: 38px;
  color: #37517e;
  font-weight: 300;
  font-family: 'Arial', sans-serif;
  margin-bottom: 25px;
  text-align: center;
}
.pricing h4 sup {
  font-size: 28px;
}
.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}
.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .buy-btn {
  align-items: bottom;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Arial', sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
  text-align: center;
}
.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}
.pricing .featured {
  border-top-color: #F85032;
  
}
.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}
.pricing .featured .buy-btn:hover {
  background: #23a3df;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;

}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  color: #ff8200;
  display: block;
  position: relative;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ff8200;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #6a2a06;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


.field {

 padding: 5px 10px 10px 10px;

 }

.contact .buy-btn {
  align-items: bottom;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #ff8200;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Arial', sans-serif;
  transition: 0.3s;
  border: 1px solid #ff8200;
  text-align: center;
}
.contact .buy-btn:hover {
  background: #ff8200;
  color: #fff;
}


.contact .info {
  border-top: 3px solid #ff8200;
  border-bottom: 3px solid #ff8200;
  padding: 15px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #ff8200;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffe6d4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #24241;
}


label.error{
color: red !important;
}

label.valid{
margin-left: 5px !important;
color: green !important;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}





.contact .buy-btn2 {
  align-items: bottom;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #ff8200;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Arial', sans-serif;
  transition: 0.3s;
  border: 1px solid #ff8200;
  text-align: center;
}
.contact .buy-btn2:hover {
  background: #ff8200;
  color: #fff;
}
}
.contact .featured .buy-btn2 {
  background: #47b2e4;
  color: #fff;
}
.contact .featured .buy-btn2:hover {
  background: #23a3df;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: linear-gradient(45deg, rgba(90,90,90,0.9), rgba(0,0,0,1));
  z-index: 997;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff8200;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ff8200;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #ffc107;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}



/*--------------------------------------------------------------
# zamawianie
--------------------------------------------------------------*/
.zamawianie {
   background: linear-gradient(rgba(1, 0, 39, 0.9), rgba(0, 6, 81, 0.9),rgba(12, 59, 147, 0.9), rgba(1, 0, 39, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 90px 0;
}

.zamawianie .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #00f0ff;
}
.zamawianie .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.zamawianie .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  font-weight: 400;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.zamawianie .icon-box {
  display: block;
  box-shadow: 0px 0 10Spx 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  transition: all ease-in-out 0.4s;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
    -webkit-filter: drop-shadow(5px 5px 5px #222222);
    filter: drop-shadow(5px 5px 5px #222222);
  }

.zamawianie .icon-box h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 30px;
  transition: 0.5s;
  margin: 2px;
  border: 2px solid #cc7c2e;
  color: #fff;
  background: #f0fdff;
  border: 2px solid #fff;
  }

.zamawianie .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}
.zamawianie .icon-box p {
  line-height: 24px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
 color: #fff;

}
.zamawianie .icon-box:hover {
  transform: translateY(-10px);
}
.zamawianie .icon-box:hover h4 a {
  color: #47b2e4;
}






























































/* Scrollbar Style */ 










.main-menu:hover, nav.main-menu.expanded {

width:250px;
overflow:hidden;
opacity:1;

}

.main-menu {
padding-top: 90px;
background:#F7F7F7;
position:fixed;
top:0;
bottom:0;
height:100%;
left:0;
width:35px;
overflow:hidden;
-webkit-transition:width .2s linear;
transition:width .2s linear;
-webkit-transform:translateZ(0) scale(1,1);
box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
  opacity:1;
   z-index: 995;
}

.main-menu>ul {
margin:7px 0;
 z-index: 995;
}

.main-menu li {
position:relative;
display:block;
width:250px;
  


}

.main-menu li>a {
position:relative;
width:255px;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#8a8a8a;
font-size: 13px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .14s linear;
transition:all .14s linear;
font-family: 'Strait', sans-serif;
border-top:1px solid #f2f2f2;
 

text-shadow: 1px 1px 1px  #fff;  
}



.main-menu .nav-icon {
  
position:relative;
display:table-cell;
width:50px;
height:32px;
text-align:center;
vertical-align:middle;
font-size:16px;

}

.main-menu .nav-text  {
   
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
font-family: 'Titillium Web', sans-serif;
}

.main-menu .share {
}



.main-menu .fb-like {

left: 180px;
position:absolute;
top: 15px;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
  
}

.no-touch .scrollable.hover {
overflow-y:hidden;

}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
  
}


/* Logo Hover Property */


.settings:hover, settings:focus {   
  background:url( https://s17.postimg.org/74cl7s05b/logo_hover.jpg);
  -webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

.settings:active, settings:focus {   
  background:url( https://s3.postimg.org/bqfooag4z/startific.jpg);
  -webkit-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
-moz-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
-o-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0; 
}


a:hover,a:focus {
text-decoration:none;
border-left:0px solid #F7F7F7;



}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
  
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
text-transform: uppercase;
}




/* Darker element side menu Start*/


.darkerli
{
background-color:#ededed;
text-transform:capitalize;  
}

.darkerlishadow
{
background-color:#ededed;
text-transform:capitalize;  
-webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
box-shadow:         inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
}


.darkerlishadowdown
{
background-color:#ededed;
text-transform:capitalize;  
-webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
box-shadow:         inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
}

/* Darker element side menu End*/




.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#ff8200;
text-shadow: 0px 0px 0px; 
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}


.filter-button
{
  box-shadow: 0px 0px 0px 0px #010500;
  background-color:#e0e0e0;
  border-radius: 28px;
  border:2px solid #ffb700;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-family:Arial;
  font-size: 12px;
  padding: 11px 24px;
  text-decoration:none;

}
.filter-button:hover
{
  background-color:#f0f0f0;
  color: black;

}
.btn-default:active .filter-button:active
{
    background-color: #ffb700;
    color: #ffb700;
}

.port-image
{
    width: 95%;
}

.gallery_product
{
     border-radius: 5px;
     margin-top: 5px;
     border: thin solid #d3d7da;
     padding: 20px 5px 5px;
     font-size: 15px;
}



.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}





/* DOWNLOAD BUTTON*/




.btn-slide, .btn-slide2 {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 200px;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    background: #fdfdfd;
    border: 2px solid #ffa500;
    margin: 10px;
    transition: .5s;
}

.btn-slide2 {
    border: 2px solid #efa666;
}

.btn-slide:hover {
    background-color: #0099cc;
}

.btn-slide2:hover {
    background-color: #ffa500;
}

.btn-slide:hover span.circle, .btn-slide2:hover span.circle2 {
    left: 100%;
    margin-left: -45px;
    background-color: #fdfdfd;
    color: #0099cc;
}

.btn-slide2:hover span.circle2 {
    color: #efa666;
}

.btn-slide:hover span.title, .btn-slide2:hover span.title2 {
    left: 40px;
    opacity: 0;
}

.btn-slide:hover span.title-hover, .btn-slide2:hover span.title-hover2 {
    opacity: 1;
    left: 40px;
}

.btn-slide span.circle, .btn-slide2 span.circle2 {
    display: block;
    background-color: #0099cc;
    color: #fff;
    position: absolute;
    float: left;
    margin: 5px;
    line-height: 42px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
}

.btn-slide2 span.circle2 {
    background-color: #ffa500;
}

.btn-slide span.title,
  .btn-slide span.title-hover, .btn-slide2 span.title2,
  .btn-slide2 span.title-hover2 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #30abd5;
    transition: .5s;
}

.btn-slide2 span.title2,
  .btn-slide2 span.title-hover2 {
    color: #efa666;
    left: 80px;
  }

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    color: #fff;
}












.filter-checkbox{
  margin-left: 50px
}
.filter-checkbox:first-child{
  margin-left:0
}