/*!
 * Temal OUT LET page for Kukola.fi
 * Copyright 2018 Valtteri Henttinen
 */

body {
	background-color: #E8E8E8;
	font-family: 'Roboto', sans-serif;
}

.gallery-title
{
	font-size: 36px;
	color: #2E7FB3;
	text-align: center;
	font-weight: 500;
	margin-bottom: 30px;
}

.filter-button
{
    font-size: 18px;
    border: 1px solid #2E7FB3;
    border-radius: 5px;
    text-align: center;
    color: #2E7FB3;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #2E7FB3;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #2E7FB3;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

























.row {
	overflow: hidden !important;
}

header {
	background-color: #FFFFFF;
}
#logo {
	margin: 0 auto;
	width: 90%;
	background-image: url(../img/temal-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	min-height: 30px;
	height: 121px;
}

.kukolafi a {
	color: #000000 !important;
}
.kukolafi a:hover {
	color: #0062FB !important;
	text-decoration: none;
}

@media (min-width: 576px) {
   .container {
     max-width: 570px;
  }
}
@media (min-width: 768px) {
  .container {
  max-width: 758px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.container-fluid {
	padding-left: 9%;
	padding-right: 9%;
}

.secondary-title {
	color: #494949;
}

.tuote-div {
	margin-bottom: 45px;
	position: relative;
}
.tori {
	position: absolute;
	background-image: url(../../img/tori.png);
	top: 10px;
	right: 16px;
	width: 80px;
	height: 24px;
	z-index: 999;
}
.card-body {
	padding-bottom: 0;
}
.tuote-div .card {
	border-color: #232323;
	margin-left: -2%;
	margin-right: -2%;
	position: relative;
}
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
	border-bottom: solid #232323 1px;
}

ol.bjqs-markers {
	position: absolute;
	left: 40%;
	right: 40%;
	top: 89%;
}
ol.bjqs-markers li {
	background-color: rgba(255,255,255,0.85);
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 50%;
}
ol.bjqs-markers li:hover {
	background-color: #FFFFFF;
}
ol.bjqs-markers li a {
	font-size: 1.2em;
}
ol.bjqs-markers li a:hover {
	text-decoration: none;
}
.active-marker {
	color: #0084FF;
}
.card-title {
	font-size: 1.3em;
}
.card-title a {
	color: #2890FF;
}
.puoli {
	float: left;
}

.vanha-hinta {
	font-size: 1.2em;
	font-weight: bold;
	color: #989898;
	text-decoration: line-through;
	margin-right: 10px;
}
.nyk-hinta {
	font-size: 1.6em;
	line-height: 0.8em;
	font-weight: bold;
	color: #2890FF;
}
	
footer {
	background-color: #363839;
	color: #AAAAAA;
}
