*{
	margin: 0;
	padding: 0;
	font-family: 'Abel', sans-serif;
}

body{
	background-color: #f9f9f9;
}
.pre-header{
	background-color: #1B1F28;
	height: 60px;
}

.pre-header .secondary-menu{
	list-style: none;
}

.main-nav .logo{
	padding-bottom: 15px;
}

.pre-header .secondary-menu li{
	display: inline-block;
	margin-left: 15px;
	float: right;
}

.pre-header .secondary-menu li a{
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 1;
	transition: 0.6s;
}

.pre-header .secondary-menu li a:hover{
	color: white;
}

.main-nav .main-menu{
	list-style: none;
	margin-top: 42px;
}

.main-nav .main-menu li{
	float: right;
	display: inline-block;
	margin-left: 15px;
}

.main-nav .main-menu li a{
	color: #767676;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 1;
	transition: 0.6s;
}

.main-nav .main-menu li a:hover{
	color: black;
	text-decoration: underline;
}

.main-nav .main-menu li a.active{
	font-weight: bold;
}

.main-nav img{
	margin-top: 10px;
}

.hero-section{
	background-image: url("../images/herowall.jpg");
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 115px;
}

.hero-section h1{
	color: white;
	text-transform: uppercase;
	font-size: 68px;
	margin-bottom: 20px;
}

.hero-section p{
	color: white;
	margin-bottom: 30px;
}

.hero-section a{
	background-color: #E70906;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	transition: 0.6s;
}

.hero-section a:hover{
	background-color: white;
	text-decoration: none;
	color: #1B1F28;
}

.services-section{
	padding-top: 100px;
	padding-bottom: 50px;
}

.services-section h3{
	text-align: center;
	background: -webkit-linear-gradient(#E70906, #920000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-section h2{
	text-align: center;
}

.services-section p{
	text-align: center;
}

.services-section .service-item{
	background-color: #1b1f28;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	color: #fff;
	text-align: center;
	padding-bottom: 120px;
	margin-top: 25px;
	transition: 0.6s;
}

.services-section .service-item:hover{
	background: rgb(2,0,36);
	cursor: pointer;
	margin-top: -10px;
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgb(27, 24, 24) 35%, rgb(48, 11, 10) 100%);
}


.services-section .service-item a{
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #fff;
	padding: 10px;
	margin: 15px;
}

.services-section .service-item a:hover{
	padding: 15px;
	transition:0.6s;
}

.services-section .service-item .serviceicon{
	width: 250px;
	height: 250px;
}

.empty-section{
	background-color: #1B1F28;
	background-size: cover;
	padding-top: 115px;
	padding-bottom: 115px;
}

.empty-section h1{
	color: white;
	text-align: center;
	font-style: italic;
}

.empty-section h3{
	margin-top: 25px;
	color: white;
	text-align: center;
}

.empty-section p{
	text-align: center;
	color: white;
	font-size: 12px;
}

.empty-section img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	margin-top: 25px;
}

.footerimg{
	padding-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.footerautor{
	padding-top: 20px;
}

.footerp{
	padding-top: 20px;
	text-align: center;
}

.footerkpu{
	padding-top: 20px;
	text-align: right;
}

.footericon{
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.compare-section{
	background-size: cover;
	padding-bottom: 115px;
	text-align: center;
}


ul {
    list-style-type: none;
}

.button {
    cursor: pointer;
    width: 300px;
    background-color: white;
    border: 1px solid #1B1F28;
    padding: 10px;
    color: #1B1F28;
	text-align: center;
    font-weight: bold;
	opacity: 1;
	transition: 0.6s;
}

.button:hover{
	-webkit-box-shadow: 0px -1px 13px 0px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    0px -1px 13px 0px rgba(50, 50, 50, 0.56);
	box-shadow:         0px -1px 13px 0px rgba(50, 50, 50, 0.56);
}

.listItem {
    background-color: white;
    border: 1px solid black;
    padding: 10px;
	opacity: 1;
	transition: 0.6s;
}

.listItem:hover {
    background-color: black;
    color: #fff;
    cursor: pointer;
}

.testicon{
	height: 50px;
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gunimg{
	height: 150px;
	width: 200px;
	margin-top: 25px;
}

.comparetable{
	margin-bottom: 50px;
	margin-top: 25px;
	width: 100%;
}

.comparetable tr, td{
	border-bottom: 1px solid black;
	cursor: pointer;
}

#comparisonLeft{
	margin-right: 5px;
}

#comparisonRight{
	margin-left: 5px;
}

.comparetable tr:nth-child(even){
	background-color: #f2f2f2;
}

.title{
	font-weight: bold;
	padding: 10px;
}

.description{
	padding: 10px;
	font-family: 'Roboto', sans-serif;
}

.compare-section .row{
	--bs-gutter-x: 0rem;
}

.listtable{
	margin-bottom: 50px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.listtable tr:nth-child(even){
	background-color: #f2f2f2;
}

/* *******************Style za Galeriju *********************** */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container-right, .slideshow-container-left{
  max-width: 500px;
  margin: auto;
	width: 50%;
	position: relative;
}


/* Hide the images by default */
.mySlidesFade, .mySlidesFadeR{
  display: none;
}

/* Next & previous buttons */
.prev, .next, .nextR, .prevR {
	color: #000000 !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next, .nextR {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #000000 !important;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/4 etc) */
.numbertext {
  color: #000000 !important;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot, .dotR{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover, .dotR:hover {
  background-color: #717171;
}

/* Fading animation */
.mySlidesFade, .mySlidesFadeR{
	-webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
	max-width: 500px;
	height: 370px;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.row {
	display: flex;
}

.column {
	flex: 50%;
  padding: 10px;
}

.services-section p {
	font-size: 20px;
	padding-top: 50px;
	margin: 0 50px;
}

.content-section {
	margin: auto;
	width: 50%;
	max-width: 1400px;
	text-align: center;
}
