body
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-style: normal;

}    

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
    font-style: normal;
	font-size: 2.5rem;
    line-height: 3rem;
    color: rgba(0,0,0,0.87);
	text-transform:uppercase;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
    font-style: normal;
	font-size: 1.8rem;
    line-height: 3rem;
	text-transform:uppercase;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
    font-style: normal;
	font-size: 2.8125rem;
    line-height: 3rem;
}
.page-wrapper {
	padding-top: 74px;
}
.intro {

	font-weight: 900;
	font-size: 1.5rem;
}

.intro-mobile {

	font-weight: 400;
	font-size: 1rem;
	font-style:italic;
    color: rgba(0,0,0,0.6);	
}
.btn {
    border-radius: 0px;
}

.navbar {
    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #f1f1f1!important;
}

.megamenu-item {
	color: rgba(0,0,0,.5);	
}
.nav-item {
	text-transform:uppercase;
	color: rgba(0,0,0,.5);
	margin: .2em 0.3em;
    font-weight: 600;
    padding: 0;
    transition: color .2s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,0,0,.5);
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background-color: #f1f1f1!important;
  border: none;
  width: 100%;
}

.megamenu-item {
	color: rgba(0,0,0,.5);	
}

.megamenu-link {
	color: rgba(0,0,0,.5);
}

.section-subtitle {
    color: rgba(0,0,0,0.87);
    line-height: 1.5rem;
    font-weight: 400;
    font-size: 1rem;
}

/* Main Page Sport categories */
.img-wrapper {
    position: relative;
}
.bg-light {
    background-color: #f1f1f1!important;
}
.bg-gray {
	background-color: #666;
}
.bg-red {
	background-color:#FF0000;
}
.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.img-overlay:before {
  content: '';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: calc(50% - 1.5rem); //24px is font size of H1 I assume 
}

/* hide/show elements on mobile */
.desktop-element {
	display:none;
}
@media (min-width: 450px) {
.mobile-element {
	display:none;
}
.desktop-element {
	display:block;
}
}

.no-list {
    list-style: none;
}
.gray {
	color: #eee;
	padding:10px;
}
#main-footer .info {
    text-align: justify;
    color: #afb0b1;
}

#main-footer {

    background-color: #ececec;
	
}

#main-footer h5 {
    font-size: 1.5rem;
    color: #767676;
    font-weight: 500;
    margin-top: 30px;
	text-transform:uppercase;
}

#main-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#main-footer a {
    color: #767676;
    text-decoration: none;
}
#main-footer .second-bar {

    text-align: center;
	background-color: #fff;
}

#main-footer .second-bar a {
	
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;

}

#main-footer .twitter:hover {
    color: #00aced;
}
#main-footer .facebook:hover {
    color: #00aced;
}
#main-footer .instagram:hover {
    color: #dc3545;;
}
.product-name {
	font-size: 1rem;
    color: #000;
    font-weight: 800;
	text-transform:uppercase;
}



.product-name a {
	text-decoration: none;

	
}
a:hover {
	text-decoration: none;
    color:#dc3545;
	
}

.our-teams {
	 background-image: url(../images/our-teams-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.our-teams-paintball {
	 background-image: url(../images/our-teams-paintball-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-white {
    color: #dc3545;
    background-color: #fff;
    border-color: #fff;
}


.product-header {
	font-size: 1.5rem;
	line-height: 2rem
}
.product-subheader {
	padding-top:1rem;
	font-size: 0.9rem;	
	color:#606060;
	text-transform: uppercase;
}
.product-header-price {
	color: #999999;
    font-size: 1.5rem;
    margin-right: 1rem;
}
.card {
	border: none;
}
.card-header {
	background-color: #fff;
	padding-left: 0.5rem;
	border-top: 1px solid rgba(0,0,0,.125);	
	border-bottom: none;

}
.card:last-child {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.product_desc {
	line-height: 1.6rem;
}

.product_desc ul {
padding-left:1.3rem;
}
.product_desc ul li {
padding-bottom: 0.5rem;
}
.product_desc_header {
	font weight: 500;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.product-collapse-header {
	text-transform: uppercase;
	font-weight: 600;
	color: #000;	
	font-size: 1rem;
	padding-left: 1.2rem;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.nav-pills .nav-link.active {
    background-color: #007bff!important;

}
.nav-pills .nav-link {
    border-radius: 0;
}
.nav-pills a {
    background-color: #e6e6e6!important;
	color:#000;
}



.accordion .card-header:after {
font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
font-family: "Font Awesome 5 Free"; font-weight: 900;	
    content: "\f067"; 
}

/* The heart of the matter */
.testimonial-group > .row {
  overflow-x: auto;

  
}
.testimonial-group > .row > .col-sm-4 {
  display: inline-block;
  float: none;

}

/* Decorations */
.col-sm-4 { padding-bottom: 20px; padding-top: 18px; }


.more-products-wrapper {
	position:relative;

}

.more-products-control-prev {
left:0;
}
.more-products-control-next {
right:0;
}


.more-products-control-next, .more-products-control-prev {
	position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #000;
    text-align: center;
    opacity: .5;
	z-index:50;
}
.more-products-control-prev:hover, .more-products-control-next:hover {
opacity: .6; 
}

/* karuzela na stronie produktu */

.carousel-indicators li {
	margin-right: 0;
	margin-left: 0;
}

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.9;
}
.button-caurosel {
	border: 0;
	background-color: transparent;
}
.product-slide-arrow {
	color:#000;
	opacity: .5;
}
.color-blue {
    color: #007bff;
}
.hto-title {
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600!important;
    color: #000;
}
.hto-description {
    padding-top: 15px;
    font-style: italic;
}

/* Reviews */
.write-review {
	font-size: 0.9rem;
	color: #999;

}

.write-review a {

	color: #666;
	text-decoration:underline;
}

.write-review a:active {
	color: #999;
}
.write-review a:hover {
	color: #000;
}

.modal-header {
    border-bottom: 0;

}
.modal-footer {
    border-top: 0;
}
.review-modal-header {
	text-transform: uppercase;
	font-weight: 600;
	font-size:1.5rem;
	color:#000;
	
}

.review-modal-prodcut {
	font-size:1rem;
	color:#000;

	
}
.review-modal-prodcut a {
	text-decoration:underline;
	color:#000;
	
}
.write-review-star-rating {
	direction: rtl;

}



.review-form {
    width: 100%;

	
}

.review-form legend h4, h5 {

	text-transform: uppercase;
	margin-bottom: 1rem;
	color:#000;
	font-size:0.6rem;
	font-weight: 600;
}

.review-form input[type="radio"] {
    display: none;
}

.write-review-star-rating:not(:checked) label:before {
font-family: "Font Awesome 5 Free"; font-weight: normal;	
    content: "\f005";
		font-size: 1.5rem;

}

.write-review-star-rating input:checked ~ label:before {
font-family: "Font Awesome 5 Free"; font-weight: 900;	
    content: "\f005";
		font-size: 1.5rem;

}

.write-review-star-rating input:hover ~ label:before {
font-family: "Font Awesome 5 Free"; font-weight: 900;	
    content: "\f005";
		font-size: 1.5rem;

}



.write-review-fit-rating {

    margin-bottom: 3rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;	
}

div.write-review-fit-rating label {
    margin: 0 0.5rem;
    font-size: 0.6rem;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    flex-basis: 0;
    flex: 1 1 auto;
    color: #999999;


}

div.write-review-fit-rating:not(:checked) label:before {
    content: '';
    display: block;
    height: 0.4rem;
    background-color: #e9e9e9;
    margin-bottom: 0.5rem;
}

div.write-review-fit-rating input:checked+label:before {
    content: '';
    display: block;
    height: 0.4rem;
    background-color: #009ACE;
    margin-bottom: 0.5rem;
}

div.write-review-fit-rating input:hover+label:before {
    background-color: #009ACE;
}

/**/
.write-review-length-rating {

    margin-bottom: 3rem;
    display: inline-flex;	
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;	
}

div.write-review-length-rating label {
    margin: 0 0.5rem;
    font-size: 0.6rem;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    flex-basis: 0;
    flex: 1 1 auto;
    color: #999999;


}

div.write-review-length-rating:not(:checked) label:before {
    content: '';
    display: block;
    height: 0.4rem;
    background-color: #e9e9e9;
    margin-bottom: 0.5rem;
}

div.write-review-length-rating input:checked+label:before {
    content: '';
    display: block;
    height: 0.4rem;
    background-color: #009ACE;
    margin-bottom: 0.5rem;
}

div.write-review-length-rating input:hover+label:before {
    background-color: #009ACE;
}

/**/
.write-review-comfort-rating {

    margin-bottom: 3rem;
    display: inline-flex;	

    flex-wrap: wrap;
    justify-content: center;
    width: 100%;	
}

div.write-review-comfort-rating label {
    margin: 0 0.5rem;
    font-size: 0.6rem;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    flex-basis: 0;
    flex: 1 1 auto;
    color: #999999;


}

div.write-review-comfort-rating:not(:checked) label:before {
    content: '';
    display: block;
    height: 0.4rem;
    background-color: #e9e9e9;
    margin-bottom: 0.5rem;
}

div.write-review-comfort-rating input:checked+label:before {
    content: '';
    display: block;
    height: 0.4rem;
    background-color: #009ACE;
    margin-bottom: 0.5rem;
}

div.write-review-comfort-rating input:hover+label:before {
    background-color: #009ACE;
}
#reviewSuccess {
	display:none;
}

.green {
	color:#32CD32;
}
.rreview-container {
	font-size: 0.9rem;
	margin-bottom:2rem;
	
}
.rreview-container h4 {
	padding-top:1rem;
	font-size: 0.8rem;
	font-weight: 800;
	margin-bottom:0;

	
}

.rreview-score {
    margin: 0.8rem 0 1.5rem;
    float: left;
    width: 100%;
	display: flex;
	color: #999999;
	font-size:0.8rem;
}
.rreview-container span:before {
    content: '';
    display: block;
    background: #e3e3e3;
    width: 100%;
    height: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
}
.rreview-score span {
    flex: 1;

    text-align: center;
    position: relative;
    padding-top: 0.8rem;
	margin-right: 0.3rem;
}
.rreview-score span.active-data:before {
    background: #009ace;
}

.review-body {
	color: #666;
	font-size:0.9rem;
	
}

.review-body h4 {
	padding-top:1rem;
	font-size: 0.9rem;
	font-weight: 900;	
	padding-bottom:0.9rem;	
	color:#000;

}
.vertical-pills a {
    background-color: #fff!important;
	font-weight:300;

}
.bg-light a {
	    background-color: #f1f1f1!important;
}

.country_selector {
	list-style:none;
	background-color: rgba(255, 255, 255, 0.7);

}
.country_selector a {
color:#000;

}
.world {
	 background: url(../images/world.jpg) no-repeat center ;


}

.nav_item_spacing {
    padding-right: .5rem;
    padding-left: .5rem;	
}
.nav_country_selector  {
    padding-right: .5rem;
    padding-left: .5rem;
}

.nav_country_selector a {
	color: rgba(0,0,0,.5);
	
}
.nav_country_selector a:hover {
	color: rgba(255,0,0,.5);
	
}
/* Product Page Tabs */

.design_tab_inner {
	text-align:center!important;
	text-shadow: 1px 1px 2px black;
}
.design_tab_bannner {
	height:300px;
	background-image: url(../images/order-custom-design-banner-mobile.jpg);
    background-size: cover;
    background-position: center;
	color: #fff;
	align-items: center;
	display:flex;
	justify-content: center;
	padding:1em;
}

@media screen and (min-width: 600px) { /* wyswietla jeżeli większe niż 600*/ 
.design_tab_bannner { 
	height:300px;
	background-image: url(../images/order-custom-design-banner.jpg);
    background-size: cover;
    background-position: center;
	color: #fff;
	align-items: center;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding:2em;
	
}
.design_tab_inner {
	text-align:right!important;
}

}

.text-divider{margin: 1em 0; line-height: 0; text-align: center;}
.text-divider span{background-color: #fff; padding-left: 1em; padding-right: 1em;}
.text-divider:before{ content: " "; display: block; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #f7f7f7;}

.qa_question {
	font-weight: 900;
	font-size: 1.2rem;
	margin-bottom:0.5rem!important;
	line-height:2rem;
	
}

.qa_answer {
	font-style: italic;
}

/* Top Button */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 60px; /* Place the button at the bottom of the page */
  right: 0px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(0,0,0,.4); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 16px; /* Some padding */


}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* Social Bar */
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  right:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook_ico {
  background-color: rgba(59,89,152,.7); /* Set a background color */
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.instagram_ico {
  background-color: rgba(218,47,126,.7); /* Set a background color */
  color: white;
}
.messenger_ico {
  background-color: rgba(0, 153, 255,.7); /* Set a background color */
  color: white;	
}
/* Comparison tables */
.comparison_features {
	color: #767676;
}

.product-price-from {
	color:#767676;
	font-size: 0.8rem;
}
.product-price-comparison {
	color: #000;
	font-size: 1.5rem;
}

/* facebook chat */
.fb-livechat, .fb-widget {
	display: none
}
.ctrlq.fb-close {
	position: fixed;
	right: 24px;
	cursor: pointer
}

.fb-widget {
	background: #fff;
	z-index: 2;
	position: fixed;
	width: 360px;
	height: 435px;
	overflow: hidden;
	opacity: 0;
	bottom: 0;
	right: 24px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)
}
.fb-credit {
	text-align: center;
	margin-top: 8px
}
.fb-credit a {
	transition: none;
	color: #bec2c9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 0;
	font-weight: 400
}
.ctrlq.fb-overlay {
	z-index: 0;
	position: fixed;
	height: 100vh;
	width: 100vw;
	-webkit-transition: opacity .4s, visibility .4s;
	transition: opacity .4s, visibility .4s;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .05);
	display: none
}
.ctrlq.fb-close {
	z-index: 4;
	padding: 0 6px;
	background: #365899;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	margin: 8px;
	border-radius: 3px
}
.ctrlq.fb-close::after {
	content: 'x';
	font-family: sans-serif;
}

.red_warning {
	background-color: red;
	color: #fff;
	
}