/*************************/
/* CSS TIEDOTOT
/*************************/
	@import "style-products.css";
	@import "style-header.css";
	@import "style-cart-process.css";
	@import "responsive.css";
	@import "megamenu.css";
	@import "style2.css";
	@import "style-elements.css";


/*******************
/** BASICS *********
*******************/

@media (min-width: 769px){
	.container {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
		max-width: 100%;
	}
}


@media (min-width: 1490px) {
	.container {
		width: 1400px;
		max-width: 100%;
	}

}

/*@media (min-width: 1500px) {
	.container {
		width: 1400px;
	}

}*/

.some-slider-control-wrapper {
	height: 100%;
	position: absolute;
	width: 40px;
	display: block;
	top: 0;
	text-align: center;
}
.slider-control-left {
  left: -45px;
}
.slider-control-right {
	right: -45px;
}

.some-slider-control-wrapper-inner {
	height: 100%;
	width: 100%;
	display: table;
}

.checkout_bank input[type="image"] {
	width: 100%;
}

.some-slider-control {
	vertical-align: middle;
	display: table-cell;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

.fa.social-slider-arrow {
    font-size: 40px;
}


	.social-slider-column {
	    padding: 0 10px;
	}

	.content.main-content {
		padding-top: 235px;
	}

	.page-text-area {
		padding: 100px 20%;
	}

	.page-cta-area {
		margin-top: 10%;
		margin-bottom: 10%;
	}

	.white-page-text {
		color: #fff;
		margin-bottom: 60px;
	}

	.white-page-text h1, .white-page-text h2 {
		color: #fff;
	}

	.dark-image-area .text-container {
		color: #fff;
	}

	.dark-image-area .text-container h3 {
		color: #fff;
		font-size: 40px;
		line-height: 1.3em;
	}

	.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}

	.admin-page-settings i {
	    color: #353436;
	}

	.forgotten_password {
	    cursor: pointer;
	}

	.register-container .forgotten_password {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.profile .control-label {
	    font-size: 15px;
	    font-weight: 600;
	}

	.the-main-content.nav-on-left {
		float: right;
		padding-top: 25px;
	}

	.main-content-wrapper {
		background: #fff;
		margin-bottom: 30px;
	}

	.the-main-content {
		padding-top: 0;
	    padding-left: 18px;
		padding-right: 18px;
	    margin-right: 0;
	   	padding-bottom: 90px;

	}

	.left-main-nav  {
		 background: transparent;
		 padding-top: 25px;
		 padding-bottom: 10%;
	}

	img {
		max-width: 100%;
	}

	.page-text-image {
		margin: 20px 0;
	}

	.dark-image-area {
		padding: 75px 0;
	}

	.border-left {
		border-left: 1px solid #f2f2f2;
	}

	.grey-divider {
		  border-top: 1px solid #dcdcdc;
		  margin-top: 20px;
		  margin-bottom: 10px;
		  margin-top: 45px;
	}

	.divider {
		border-top: 1px solid #dcdcdc;
		margin-left: 15px;
		margin-right: 15px;
	}

	img.subpage-image {
		padding: 0;
		margin-bottom: 30px;
		padding-left: 0;
		margin-top: -40px;
	}


/*******************
/** MARGIN  PADDING *********
*******************/


	.nopadding {
		padding-right: 0 ;
		padding-left: 0 ;
	}

	.nopadding-left{
		padding-left: 0 !important;
	}


	.nopadding-right{
		padding-right: 0 !important;
	}

	.nomargin {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.margin-20 {
		margin-top: 20px;
	}

	.margin-15 {
		margin-top: 15px;
	}

	.margin-5 {
		margin-top: 5px;
	}

	.margin-10 {
		margin-top: 10px;
	}

	.margin-30 {
		margin-top: 30px;
	}

	.margin-40 {
		margin-top: 40px;
	}

	.margin-50 {
		margin-top: 50px;
	}

	.margin-bottom-100 {
		margin-bottom: 10%;
	}

	.margin-bottom-50 {
		margin-bottom: 50px;
	}

	.margin-bottom-25 {
		margin-bottom: 25px;
	}

	.margin-116 {
		margin-top: 116px;
	}

	.margin-162 {
		margin-top: 162px;
	}

	.text-center  {
		text-align: center;
	}

	.text-left  {
		text-align: left;
	}

	.text-right  {
		text-align: right;
	}

	.right {
		float: right;
	}

	.left {
		float: left;
	}

	.clear {
		clear: both;
	}

	.page-section-bottom {
		margin-bottom: 40px;
	}


/*******************
/** FOOTER *********
*******************/

	.footer-brand {
		display: none;
	}

	footer {
	  /*width: 1170px;*/
	  margin: 0 auto;
	  padding: 0 0;

	}

	footer h3 {
	font-size: 14px;
	font-weight: 400;
	  margin-top: 6px;
	  margin-bottom: 3px;
	}

	footer .red-arrow-link {
		font-weight: 400;
		font-size: 12px;
	}

	.sub-footer{
	  background: #353436023;
	  padding-top: 20px;
	  padding-bottom: 16px;
	}

	.footer-container {
	  background: #353436;
	  padding-bottom: 60px;
	  padding-top: 50px;
	}


	.sub-footer-payment {
	  margin-right: 5px;
	}

	.footer-block-container {
		background: #fff;
		padding: 65px 0;
		border-top: 1px solid rgb(146, 146, 146);
	}

	.footer-content h2 {
	    font-weight: 600;
	    color: #fff;
	    font-size: 22px;
	    margin-bottom: 20px;
	}

	a.footer-button {
		border: 1px solid #fff;
		padding: 10px 15px;
		margin-right: 10px !important;
	}


	.two-buttons {
		text-align: right;
	}

	.social-links {
		text-align: center;
	}

	.social-slider-desc {
	    min-height: 150px;
			word-break: break-word;
	}

	.footer-links {
		font-weight: 600;
		text-align: right;
		margin-top: 30px;
	}

	.footer-links.footerlinks-2 {
		margin-top: 10px;
	}

	.footer-logo {
		margin-bottom: 25px;
	}

	.footer-links a {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
}

	.maksutavat {
	  margin-top: 10px;
	  margin-right: 10px;
	}

	.sub-help-logo {
	  margin-top: -10px;
	}

	.footer-newsletter-botton {
		float: left;
		margin-top: -36px;
	}

	img.payment-img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}

	.maksutavat-footer {
		background: transparent;
		padding: 35px 0 40px;
		display: none;

	}

	img.atflow-logo-link {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 120px;
		margin-top: 20px;
	}

	.footer-social-container {
		background: #353436;
		padding: 20px;
		text-align: center;
	}

	.footer-container h2 {
		font-size: 22px;
		margin-top: 16px;
		font-weight: 600;
		line-height: 1.2;
		color: #353436;
	}

	.footer-social-container i {
		font-size: 20px;
		margin-right: 5px;
		border: 2px solid;
		padding: 14px 15px;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		color: #fff;
	}

	.footer-column-1 {
		text-align: center;
	}

	.footer-column-2 {
		text-align: center;
		margin-top: 39px;
	}


	.footer-contact i {
		font-size: 22px;
		margin-left: 10px;
		margin-top: 10px;
	}

	.copyright-text p {
		color: #353436;
	}

	.copyright-text a {
		color: #fff;
	}

	.copyright-text a:hover {
		color: #a0a0a0;
	}

	.copyright-text {
		text-align: center;
		background: #ececec;
	}

	.copyright-text p {
		color: #222;
		font-size: 15px;
	 margin-bottom: 0;
}

.copyright-text a {
	color: #222;
	font-size: 15px;
}

.copyright-text-area {
	padding: 20px 0;
}



/* Social slider */

	.social-slider-outer {
		z-index: 9;
		position: relative;
		margin-top: -5%;
		padding: 0 15px;
		background: #fff;
    padding-top: 25px;
		padding-bottom: 35px;
	}

	.social-slider-outer .item {
		outline: none;
	}

	img.social-slider-img {
		min-height: 285px;
		max-height: 285px;
		width: 100%;
		object-fit: cover;
		filter: brightness(70%);
		-webkit-filter: brightness(70%);
		-moz-filter: brightness(70%);
		-o-filter: brightness(70%);
		-ms-filter: brightness(70%);
	}

	a.left.social-slider-carousel-control, a.right.social-slider-carousel-control {
		display: block;
		color: #000;
	}

	.social-like-holder {
		position: relative;
		z-index: 3;
		margin-top: -35px;
		margin-left: 20px;
		margin-bottom: 55px;
	}

	.social-slider-img-area {
		position: relative;
	}

	.video-post-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
	}

	.video-post-indicator-inner {
		display: table;
		height: 100%;
		width: 100%;
	}

	.video-post-icon {
		display: table-cell;
		vertical-align: middle;
		font-size: 65px;
	}

	.social-channel-indicator {
		position: absolute;
		z-index: 4;
		top: 15px;
		text-align: right;
		right: 20px;
	}

	i.fa.social-slider-icon {
		font-size: 22px;
		color: #fff;
	}

	i.fa.social-slider-icon:hover {
		color: #61c2d7;
	}

	.social-slider-likes {
		float: left;
		margin-right: 15px;
		color: white;
		pointer-events: none;
	}

	.social-slider-likes a {
		color: #fff;
	}

	.social-slider-likes a:hover {
		color: #61c2d7;
	}

	.social-slider-likes i {
		margin-right: 3px;
	}

	span.social-slider-carousel-left:before {
		font-family: FontAwesome;
		content: "\f104";
	}

	span.social-slider-carousel-right:before {
		font-family: FontAwesome;
		content: "\f105";
	}

	.social-slider-carousel-control.left {
		left: -25px !important;
		top: 30% !important;
	}

	.social-slider-carousel-control.right {
		right: -25px !important;
		top: 30% !important;
	}

	@media screen and (min-width: 769px) {
		.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
			font-size: 50px;
			color: rgba(0, 0, 0, 0.5);
		}
	}

	.social-slider-desc a {
		margin-right: 5px;
	}

/* Call to action -värillinen */

.call-to-action-color {
    background: #E22F24;
    text-align: right;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.call-to-action-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-right: 50px;
}

.carousel-category-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-category-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.carousel-category-title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.carousel-category-title h1 {
	color: white;
}

.cta-color-button-holder {
    margin-top: 30px;
    float: left;
}

.cta-color-button-holder .cta2-button {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
}

.cta-color-button-holder .cta2-button:hover {
    border: 2px solid #fff;
    color: #353436;
    background: #fff;
}

.default-button {
    padding: 12px 30px;
}



/*Back to top nappi*/

	#return-to-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.7);
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 100;
	}

	#return-to-top i {
		color: #fff;
		margin: 0;
		position: relative;
		left: 16px;
		top: 13px;
		font-size: 19px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#return-to-top:hover {
		background: rgba(0, 0, 0, 0.9);
	}

	#return-to-top:hover i {
		color: #fff;
		top: 5px;
	}

/* OSTOSKORIIN LISÄÄMISEN ILMOITUS */

.added-to-cart-notification {
	display: none;
	position: fixed;
    top: 5px;
    right: 20px;
    background: #fff;
    padding: 15px 15px 50px 15px;
    z-index: 9999;
    max-width: 350px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}

img#cart-notification-area-image {
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    max-width: 300px;
}

.notification-text-area {
    text-align: center;
}

span#cart-notification-area-product-manufacturer {
		font-size: 16px;
		display: block;
		text-transform: initial;
		font-weight: 400;
		display: none;
}

span#cart-notification-area-product-name {
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #222;
    text-transform: none;
    margin-bottom: 15px;
    display: block;
		word-break: break-word;
}



.close-notification-button {
    float: right;
    padding: 1px 5px 0px 5px;
    background: white;
    margin: -3px -11px 0px 0px;
    color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 22px;

}

.btn.close-notification-button:hover {
    color: rgba(0, 0, 0, 0.5);
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
}


.notification-text {
    font-weight: 400;
		color: #777;
}

.notification-text-added {
    margin-bottom: 30px;
	font-size: 16px;
}


/*********************
YLEISET LOMAKETYYLIT
*********************/

	input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
		background-color: rgba(118, 191, 90, 0.5) !important;
		background-image: none;
		color: rgb(0, 0, 0);
	}

	label.control-label {
		font-weight: 400;
	}

	textarea#message {
		height: 200px;
		margin-bottom: 20px;
	}

	.form-group {
		margin-bottom: 15px;
	}

	::-webkit-input-placeholder {
	   color: #1b1b1b;
	}

	:-moz-placeholder { /* Firefox 18- */
	   color: #1b1b1b;
	}

	::-moz-placeholder {  /* Firefox 19+ */
	   color: #1b1b1b;
	}

	:-ms-input-placeholder {
	   color: #1b1b1b;
	}

	input[type=radio], input[type=checkbox] {
		margin: 4px 8px 0 0;
	}

	/* Log in modaali */

	.modal-content {
		background-color: transparent;
	}

/*******************
/** ETUSIVU *********
*******************/

/**
* Karuselli
*/

/**
* Slider
*/

	.owl-caption1 {
		left: 0;
		right: 0;
		bottom: 0;
		text-align: left;
		text-shadow: none;
		/* position: absolute; */
		color: #ffffff;
	}

	.owl-theme .owl-controls .owl-page span {
		border-radius: 50%;
		background: #fff !important;
		height: 15px !important;
		width: 15px !important;
		opacity: 0.5 !important;

	}


	.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
		border-radius: 50%;
		background: #fff !important;
		height: 15px !important;
		width: 15px !important;
		opacity: 1 !important;
	}

	.owl-item img {
		display: block;
		height: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}


	.product-card-carousel .owl-item {
		float: none;
	}

	div#owl-pictures-main {
		position: absolute;
		top: 20%;
		left: 2%;
	}

	.product-card-carousel .owl-item img {
		background: #fff;
	}

	.owl-theme .owl-controls {
		text-align: center;
		background:none;
		margin-top: -5px;
		height: 30px;
	}

	.owl-pagination {
		margin-top: 8px;
	}

	.carousel-control.left {
		right: auto;
		left: -15px;
		top: 50%;
		background:none;
		display: none;
	}

	.carousel-control.right {
		left: auto;
		right: -15px;
		top: 50%;
		background: none;
		display: none;
	}

	.carousel-control {
		color: #fff;
		top: 40%;
		color: #4b4b4b;
		bottom: auto;
		padding-top: 4px;
		width: 30px;
		height: 30px;
		text-shadow: none;
		opacity: 1;
	}



	/*.owl-buttons {
	    display: none;
	}*/


/* Some slidet	 */


.social-slider-bg-overlay {
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25%;
		background: rgba(12, 12, 12, 0.15);
}

.social-slider-bg {
    height: 600px;
}

.social-slider-bg-text-container {
    position: relative;
    height: 100%;
    display: table;
}

.social-slider-bg-text-box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    /*text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);*/
    text-align: left;
}

.social-slider {
    background: #ececec;
    z-index: 7;
    position: relative;
    padding-bottom: 50px;
}

.social-slider-bg-title {
    color: #222;
		margin-top: 15px;
		font-style: italic;
		font-size: 38px;
}

.social-slider-bg-text {
		color: #222;
		font-size: 18px;
		font-weight: 300;
		margin-top: 25px;
}

.social-slider-bg-icons i {
    color: #111;
    font-size: 28px;
    margin-right: 20px;
		opacity: 0.9;
}

.social-slider-bg-icons i:hover {
    color: #777;
		opacity: 1;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-slider-bg-icons {
    margin-top: 30px;
}




/**
* CTA kuva-alue 3 vierekkäin
*/

.cta-bg-3-column-text-box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;

	padding-left: 60px;
    padding-right: 60px;
}

a.cta-bg-3-column-link, .cta-bg-3-column-text-box a {
    color: #fff;
	font-weight: 400;
}

.cta-bg-3-column-text-box a:hover {
    color: #dcdcdc !important;
}

.cta-bg-3-column-link a, .cta-bg-3-column-link p {
	font-weight: 400;
}

.cta-bg-3-column-img {
    text-align: center;
    color: #fff;
    height: 335px;
    margin-bottom: 25px;
}

.cta-3-column-1-container {
    position: relative;
    height: 100%;
    display: table;
    width: 100.2%;
    z-index: 3;
    background: rgba(118, 191, 90, 0.9);
}

.cta-3-column-1-container:hover {
    background: rgba(118, 191, 90, 0.8);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cta-3-column-2-container {
    position: relative;
    height: 100%;
    display: table;
    width: 100.2%;
    z-index: 3;
    background: rgba(13, 83, 167, 0.90);
}

img.cta-cart {
    opacity: 0.5;
}

.cta-3-column-2-container:hover {
    background: rgba(13, 83, 167, 0.80);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cta-3-column-3-container {
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
    z-index: 3;
    background: rgba(1, 59, 118, 0.90);
}

.cta-bg-img-row {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.cta-3-column-3-container:hover {
    background: rgba(1, 59, 118, 0.80);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h3.cta-bg-3-column-title {
    font-size: 28px;
    font-weight: 600;
	color: #fff;
}

p.cta-bg-3-column-text {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 1.3em;
    padding-left: 50px;
    padding-right: 50px;
}


/**
* CTA kuva-alue
*/

.cta-bg-img-img {
    text-align: left;
    color: #fff;
    height: 410px;
    margin-bottom: 25px;
}


a.cta-bg-img-img-link {
    text-decoration: none;
}

.cta-bg-img-container {
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
    z-index: 3;
    background: rgba(12, 12, 12, 0.35);
}

.cta-bg-img-container:hover {
    background: rgba(0, 0, 0, 0.45);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cta-bg-img-text-box {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    padding-left: 40px;
    padding-right: 0;
    padding-bottom: 35px;
}

.add-banner-fw {
    padding: 7% 0;
}

.cta-bg-img-title {
    text-transform: uppercase;
    font-weight: 300;
	color: #fff;
}

.cta-bg-img-heading {
    width: 80%;
    font-weight: 600;
	color: #fff;
}

/**
* CTA kuva-alue ja painike
*/

.cta-bg-img-button-row {
    margin: 15px 0 40px;
}

.cta-bg-img-button-img {
    text-align: left;
    color: #fff;
    height: 853px;
    margin-bottom: 25px;
	height: 942px;
}

a.cta-bg-img-button-link {
    text-decoration: none;
}

.cta-bg-img-button-container {
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
    z-index: 3;
    background: rgba(34, 34, 34, 0.5);
}

.cta-bg-img-button-text-box {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
}

.cta-bg-img-button-title {
    font-weight: 100;
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cta-bg-img-button-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
	text-shadow: 0 0 9px rgba(89, 93, 89, 0.7);
	color: #fff;
}

.website-cta-button {
    color: #fff;
    border-color: #61c2d7;
    margin-top: 15px;
}

a.cta-bg-button {
    background-color: #0d53a7;
    border-radius: 17px 0 17px 0;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 45px;
    text-align: center;
    text-decoration: none;
	border: 2px solid #0d53a7;
}

.cta-bg-img-button-heading {
    font-weight: 600;
    font-size: 54px;
    color: #fff;
}

.cta-bg-img-button-number {
    margin-top: 20px;
}

a.cta-bg-button:hover, a.cta-bg-button:focus {
    background-color: transparent;
    border-radius: 17px 0 17px 0;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 45px;
    text-align: center;
    text-decoration: none;
	border: 2px solid #fff;
}



/**
* Tervetuloa teksti
*/


	.welcome-text {
		padding-top: 35px;
    	padding-bottom: 45px;
	}

	.welcome-text-left p {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.welcome-text-left h1 {
	    text-transform: uppercase;
    	font-size: 26px;
    	margin-bottom: 20px;
	}

	.welcome-text-right {
	    padding-right: 30px;
	    padding-left: 0;
	}

	.welcome-text-right h3 {
	    font-size: 18px;
	}

	.welcome-text-left h3 {
	    display: none;
	}

/* Palvelut */


.services {
    margin-bottom: 75px;
}

.service-background-img {
    height: 200px;
}

.service-button {
    padding: 10px 25px;
    background: #353436;
    color: #fff;
}

.service-button:hover {
    background: #E22F24;
    color: #fff;
}

.service-text-center .button-holder {
    margin-top: 40px;
}

.service-text-center p {
    font-size: 16px;
}

.service-text-center {
    margin-top: 8px;
    padding-left: 25px;
}

img.service-icon {
    margin-top: 35px;
}



/**
* Korostetut otsikot
*/

	.highlight-title-container {
	  margin-bottom: 0;
	}

	.highlight-title-container h2 {
		color: #353436;
		margin: 0;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.4;
	}


	.h2-hl-container {
		text-transform: uppercase;
	}

	span.h2-hl {
		text-transform: none;
		font-weight: 400;
	}

	.h2-hl-container {
		margin-top: 40px;
	}

	.main-title h1 {
	    border-top: 1px solid #a7a7a7;
	    padding-top: 60px;
	    margin-bottom: 50px;
	    font-size: 25px;
	}

	.staff-fw {
		padding-bottom: 60px;
	}

	.staff-h2-container {
		margin-top: 15px;
	}

/* Kuvapankki*/


.photo-item{
  width: 280px;
  padding: 15px;
}

.photobank-fw {
    margin-bottom: 30px;
	margin-left: -15px;
}

.media-bank {
    background: #f2f2f2;
    margin: 75px 0 -100px;
    padding: 40px 0 100px;
    background: #f2f2f2;
}

.photobank-container {
    background: #fff;
    padding: 20px 20px 5px;
    margin-bottom: 25px;
   /*  box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); */
   border: 1px solid #dcdcdc;
}

p.photo-download-link {
    margin-top: 10px;
	font-style: italic;
}

img.photo-item-image {
	margin-bottom: 10px;
}

img.photo-item-image:hover {
	opacity: 0.6;
    -ms-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}




/**
* Yhteistyökumppanit
*/


	.company-logo-container {
		min-height: 100px;
		padding-left: 0;
	}

	.logo-container {
		margin-top: 3%;
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.company-logo-container {
		position: relative;
		height: 130px;
		text-align: center;
	}

	.company-logo-container img {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	img.company-logo:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

	/*.company-logo {
	  margin: 0 auto 5px auto;
	}*/

	.company-logo-container span {
	    display: none;
	}


/* Facebook feed */

.sm-container {
    font-family: inherit;
    font-size: 18px;
    color: #1b1b1b;
}

.sm-filter-container, a.sm-scrollToTop.sm-large-icon {
    display: none !important;
}

.sm-container .sm-card-container .sm-card .sm-card-header .sm-date {
    color: #0d53a7;
}

.sm-container .sm-grid-card .sm-card-header {
    text-align: left;
}

.sm-container .sm-card-container .sm-card .sm-card-header {
    background-color: #fff;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.sm-container .sm-card .sm-card-inner {
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 20px 0 20px;
    position: relative;
}

.sm-container .sm-card-container .sm-card .sm-card-inner {
    border-color: #dcdcdc;
}

.sm-container .sm-card-container .sm-card {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}

.sm-container .sm-card-container .sm-card .sm-card-inner .sm-card-footer .sm-like-box .sm-like {
    border-color: #e8e8e8;
    color: #1b1b1b;
    font-size: 16px;
    padding: 5px;
}

.sm-container .sm-card-container .sm-card .sm-share-facebook, .sm-container .sm-card-container .sm-card .fa-facebook-square {
    color: #013b76;
}

.sm-container .sm-card .sm-card-inner .sm-card-body .sm-message {
    border-left: none;
    padding-left: 0;
	margin-bottom: 15px;
}

.sm-container .sm-card .sm-card-inner .sm-card-footer .sm-like-box .sm-like {
    border-bottom: none;
}

.sm-container a {
    color: #1b1b1b;
    font-weight: 700;
    margin-top: 10px;
}

.sm-container .sm-card-container .sm-card .sm-card-header .sm-btn {
   display: none;
}

.sm-container .sm-card .sm-card-header {
    padding: 15px 20px 0;
}

a.load-more-fb-feed {
    background-color: #0d53a7;
    border-radius: 17px 0 17px 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 45px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #0d53a7;
    margin-right: 25px;
    margin-bottom: 20px;
}

a.load-more-fb-feed:hover, a.load-more-fb-feed:focus {
    background-color: transparent;
    border-radius: 17px 0 17px 0;
    color: #1b1b1b;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 45px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #0d53a7;
    margin-right: 25px;
    margin-bottom: 20px;
}


/**
* Ajankohtaista
*/


	.ajankohtaista-container {
		border-left: 1px solid #f2f2f2;
	  padding-left: 32px;
	}

	.ajankohtaista-container h1 {
	  margin-left: -14px;
	  margin-bottom: 15px;
	}

	.ajankohtaista-container p {
	  color: #353436;
	}

	p.date {
	  font-weight: 400;
	  color: #F28D20;
	}

	.ajankohtaista-info a {
	  /*color: #353436;;*/
	}

	.article-title {
		color: #353436;
		font-weight: 600;
	}

	.article-title:hover {
		color: black;
		font-weight: 700;
	}

	.article-readmore {
		float: right;
		font-weight: 500;
		color: #6B6B6B;
	}

	.article-readmore:hover{
		color: #B2E555;
	}

	.ajankohtaista-info a a {
	    float: right;
	    color: #A2A0A0;
	    font-weight: 400;
	}

	span.date {
	    float: left;
	    color: #969494;
	}

	.ajankohtaista-info {
	    margin-right: 3%;
			padding: 0 2px;
	    padding-bottom: 6px;
	    margin-bottom: 12px;
	    -webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	    border-bottom: solid 1px #f2f2f2;

			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-osx-font-smoothing: grayscale;


	}

	.ajankohtaista-info:hover {
	    box-shadow: 0 2px 0 #B2E555;
	    border-bottom-color: white;
			transform: translateY(-2px);
	}

	.fp-ajankohtaista-img {
			margin-bottom: 8px;
	}



/*******************
/** SIVUPALKKI *********
*******************/

	.product-sidebar-category-22 {
		display: none;
	}

	.sidebar-container-area {
		background-color: #fff;
		border-left: none;
		border-right: none;
	    padding: 13% 8%;
		margin-top: 40px;
	}

	.sidebar-facebook i {
		background: #353436;
		width: 40px;
		height: 40px;
		padding: 12px 0 0 18px;
		font-size: 18px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		color: #fff;
	}

	.sidebar-facebook i:hover, .sidebar-facebook i:focus {
		background: #1b1b1b;
	}

	.sidebar-facebook {
		margin-top: 20px;
	}

	.sidebar-container-area-2 {
		margin-top: 40px;
	}

	.footer-social i {
		font-size: 22px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		color: #61c2d7;
	}

	.footer-social i:hover {
		color: #fff;
	}



/**
* ostoskori
*/

	.cart-area {
		background: #F28D20;
		height: 50px;
	}

	.cart-area i {
		color: #fff;
		font-size: 30px;
		margin-top: 30%;
	}

	.cart-icon {
		margin-top: 18px;
	}

	.cart-content-area {
		border: 1px solid #f2f2f2;
		padding: 25px 15px;
		margin-bottom: 20px;
	}

	.cart-area h1:lang(en){
		margin-top: 9px;
	}

	.cart-area h1 {
		color: #ffffff;
		font-size: 20px;
		margin-top: 16px;
		font-weight: 400;
		line-height: 1.2;
		text-transform: none;
	}

	.cart-categoryObj-value {
		display: inline-block;
		min-width: 110px;
		font-weight: 300;
		font-size: 16px;
	}

	i.fa.fa-cog {
		margin-top: 5px;
	}

	.cart-categoryObjProperty-title {
		display: inline-block;
		min-width: 60px;
		font-weight: 400;
		font-size: 16px;
	}

	.cart-categoryObj-title {
		display: inline-block;
		min-width: 100px;
		font-size: 17px;
		font-weight: 400;
	}

	.cart-categoryObj {
		margin: 2px 0;
		font-weight: 300;
	}

	.cart-categoryObj-color {
		float: left;
	}

	.product-count {
		max-width: 50px;
		min-width: 50px;
		border-radius: 0;
		border: 1px solid #dcdcdc;
		font-size: 15px;
	}

	.change-property,
	.change-property-cart {
		float: right;
	}

	.cart-price {
		font-size: 18px;
		font-weight: 600;
	}

	span#totalprice {
		font-size: 32px;
		color: initial;
		margin-top: 5px;
		display: block;
	}

	.cart-stock-text {
	    font-size: 16px;
	}
	.remove-icon {
	    margin-right: 5px;
	}

	.modal-cart-table .fa-pencil {
    font-size: 16px;
    margin-top: 5px;
    display: block;
}

#unconfirm_vouchercode {
    float: right;
    margin: 15px 0;
    background: #222;
    border-radius: 0;
}

#unconfirm_vouchercode:hover {
    background: #777;
}

.voucher_name {
    text-align: right;
}

/**
* kieli, valuutta, maa
*/

	.fp-select-container {
	  margin: 15px 0;
	}

	.fp-select-title {
	   margin-top: 10px;
	   font-weight: bold;
	}

	.grey-input-area {
		border-bottom: 1px solid #ccc;
		height: 40px;
		border-left: none;
		border-top: none;
		border-right: none;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: none;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		font-size: 16px;
		color: #777;
		font-weight: 300;
	}

	option {
	  background-color: #f2f2f2;
	  border: none;
	  outline: none !important;
	}


	option.selected:checked {
		 background-color: #e10066 !important;
	}


	/*
	option:checked {
		 background-color: #e10066 !important;
	}
	*/

	.form-control:focus {
	  border-color: #222;
	  outline: none;
	  box-shadow: none;
	}


/**
* Kieliselectit
*/

	button.langmenu {
	   outline: none;
	   border: none;
	   width: 100%;
	   padding-top: 10px;
	   text-align: right;
	}

	.langmenu {
		background-color: #ffffff;
		background-position: 150px 16px;
		background-repeat: no-repeat;
		outline: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-size: inherit;
	}

	.langmenu:after {
		position: relative;
		margin-left: 5px;
		content: "\f107";
		color: #353436;
		font-size: 16px;
		font-family: 'FontAwesome';
	}

	.flag-image {
		height: 18px;
		margin-right: 10px;
		margin-top: -2px;
	}

	a.change-language-link img {
		height: 18px;
		margin-right: 10px;
		margin-top: -2px;
	}








/**
* Tekstitaulukko tyyli
*/

.text-container td {
	padding: 5px 10px;
}

.text-container td {
    border-color: #dcdcdc;
}

/**
* Tiedostolistaus
*/

.filelist {
    padding: 0;
}

li.filelist-menu-list-item {
    list-style: none;
	margin-bottom: 8px;
}

li.filelist-menu-list-item:before {
    font-family: FontAwesome;
	content: "\f016";
	color: #48a44c;
    margin-right: 10px;
}

ul.filelist-menu-list {
    -webkit-padding-start: 0;
	margin: 20px 0;
}

.filelist a {
	text-decoration: underline;
}

.filelist a:hover, .filelist a:focus {
	color: color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.text-container a {
	text-decoration: none;
}

.text-container a:hover, .text-container a:focus {
	color: color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/**
* Blogi
*/

	.fp-blogi-post-image {
	  margin-bottom: 10px;
	  height: 100%;
	  width: 100%;
	}

	.fp-blogi-post-image:hover {
		opacity: 0.6;
		-ms-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}

	.fp-blogi-post-container {
	  margin-bottom: 15px;
	}
    
    .fp-blogi-post-container img {
        height: auto !important;
    }


/**
* Facebook
*/

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	  width: 100% !important;
	}

	iframe {
		max-width: 100%;
	}





/*******************
/** 404, ONNISTUNUT/EPÄONNISTUNUT TILAUS *********
*******************/

.error-page, .order-info-page {
    padding-top: 115px;
    padding-bottom: 115px;
}

.page-button-area {
    margin-top: 40px;
}

.order-info-button-left {
    margin-right: 20px;
}

/*Yläreunan kirjaudu sisään -kenttä */

.login-area-button button {
    background: #777;
		border-color: #777;
}

.login-area-button button:hover {
    background: #fff;
		color: #222;
}

.profile-title-area {
    margin-bottom: 25px;
}

.profile-title {
    font-size: 26px;
}

/*******************
/** HAKU *********
*******************/

	.search-heading-row h1 {
		margin-bottom: 10px;
	}

	.search-heading-row {
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.search-number {
	  text-transform: lowercase;
	   color: #777;
	}

	div#all-products {
		margin-top: 40px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.search-select1 {
	    margin-right: 10px;
	    border-bottom: 1px solid rgb(146, 146, 146);
		height: 40px;
		border-left: none;
		border-top: none;
		border-right: none;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: none;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		font-size: 15px;
		color: #777;
		font-weight: 300;
		margin-left: -15px;
		border-radius: 0;
	}

	.select-search {
	  margin-bottom: 20px;
	}

	.page-search {
	  max-width: 539px;
	}


	/* select#brandSearch,
	select#propertySearch,
	select#sortSearch,
	select#pagination-items-per-page {
		margin-left: -15px;
	} */


	.search-page {
		padding: 100px 0;
	}

	.search-category-container {
		margin-bottom: 8%;
	}

	a#reset_search {
		margin-left: 40px;
		margin-top: -15px;
	}

	.search-row {
		margin-top: 25px;
	}

	.search-products-row p {
		padding-left: 15px;
	}

	.category-page-search {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.form-control.search-page {
	    font-size: 15px!important;
	}

/*******************
/** YHTEYDENOTTOLOMAKE *********
*******************/

	.form-horizontal .control-label {
	  text-align: left;
	}

	.huolto-title {
	  margin-top: 30px;
	}

	.huollonvaraus {
		margin-bottom: 30px;
	}

	.contact-form-row {
		padding: 10px 0 15px;
	}

	.site-desc-container {
		margin-bottom: 100px;
	}

	.grey-fw {
		padding-top: 40px;
	}

	.contact-form-control {
		width: 100%;
		max-width: 100%;
	}

	textarea.contact-form-control{
		height: 260px;
		margin-bottom: 20px;
		padding-top: 15px;
	}

	.page-contact-form {
		margin-top: 7%;
		margin-bottom: 7%;
		padding-left: 10%;
		padding-right: 10%;
	}

	.page-contact-form h3 {
		margin-bottom: 30px;
	}

	.page-contact-text {
		margin-bottom: 10%;
	}

	input.contact-form-control {
		margin-bottom: 20px;
	}

	.form-horizontal.contact-form .form-group {
    margin-left: -15px;
}


/*******************
/** GOOGLE KARTTA *********
*******************/

	.place-card.place-card-large {
		display: none !important;
	}

	.maps {
		margin-bottom: -125px;
	}

	.login-control {
		display: none !important;
	}

	iframe#map {
		width: 100%;
		height: 500px;
		margin-bottom: -100px;
		border: 0;
	}


/*******************
/** HENKILÖSTÖ *********
*******************/

	.staff-info {
		margin-bottom: 25px;
	}
	.staff-info p {
		 margin: 0;
		line-height: 1.6;
		width: 70%;
	}

	h3.staff-name {
		width: 70%;
	}

	.staff-phone-title {
		font-weight: bold;
	}

	.phone-number {
	  padding-left: 15px;
	}

	.staff-image {
	  margin-bottom: 10px;
	}


	.staff-box {
		background: #fff;
		padding: 10px 25px 25px;
		/* box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); */
		border: 1px solid #dcdcdc;
		min-height: 185px;
	}

	.staff-image {
		margin-bottom: 0;
		height: 165px;
		position: absolute;
		right: 20px;
		bottom: 1px;
	}

	p.staff-title {
		font-style: italic;
	}

	p.staff-name {
		font-size: 18px;
		font-weight: 600;
	}

	h2.staff-heading {
		margin-bottom: 10px;
	}



/*******************
/** LEIVÄNMURUT *********
*******************/

	.breadcrumb {
	  background-color: transparent;
	  font-size: 14px;
	  margin-bottom: 0;
	  padding: 8px 0;
	}

	.breadcrumb-row {
		background: #fff;
		padding: 10px 0;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
		z-index: 1;
		position: relative;
		margin-top: 20px;
		border-top: 1px solid #eaeaea;
	}

/*******************
/** MITTATAULUKKO *********
*******************/

	th.title-table.mitta-title {

	}

	div#responsive-table-2 {
	  margin-top: 50px;
	  margin-bottom: 20px;
	}



/************************
TAULUKKO
************************/

	.respo-table{
		width: 100%;
	}

	tbody {
		border: 1px solid #dcdcdc;
	}

/*******************
/** UUTISLISTAUS *********
*******************/

	.news-category{
		background-color: #fff;
		border-radius: 17px 0 17px 0;
		border: 1px solid #000;
		margin: 0 10px 0 0;
		font-size: 18px;
		font-style: italic;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		display: inline-block;
		padding: 6px 12px;
	}

	.news-category.active{
		background-color: #0d53a7;
		border-radius: 17px 0 17px 0;
		border: 1px solid #0d53a7;
		margin: 0 10px 0 0;
		font-size: 18px;
		font-style: italic;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		display: inline-block;
		padding: 6px 12px;
		color: #fff;
	}

	p.small.news-category {
		font-size: 18px;
		border: 2px solid rgba(0, 0, 0, 0.5);
		padding: 2px;
		border-radius: 0;
		margin: -10px 0 0 0;
		font-style: normal;
		display: block;
		cursor: auto;
	}
	.news-list-filters-row {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	a.news-filter {
		background-color: #fff;
		border-radius: 17px 0 17px 0;
		border: 1px solid #000;
		margin: 0 10px 0 0;
		font-size: 14px;
		font-style: italic;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		display: inline-block;
		padding: 6px 12px;
	}

	a.news-filter:hover {
		background-color: #f2f2f2;
		border-radius: 17px 0 17px 0;
		border: 1px solid #000;
		margin: 0 10px 0 0;
		font-size: 14px;
		font-style: italic;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		display: inline-block;
		padding: 6px 12px;
	}

	a.active-news-filter {
		background-color: #0d53a7;
		border-radius: 17px 0 17px 0;
		border: 1px solid #0d53a7;
		margin: 0 10px 0 0;
		font-size: 14px;
		font-style: italic;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		display: inline-block;
		padding: 6px 12px;
		color: #fff;
	}

	.pagination>li>a, .pagination>li>span {
	  color: #3f3e3e;
	  border: none;
	}

	.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	  color: white;
	  background-color: #e10066;
	  border-color: #e10066;
	}

	.fp-blogi-post-container h2 {
		text-transform: none;
		margin-bottom: 15px;
		margin-top: 0;
		font-size: 28px;
	}

	h1.news2-heading {
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}

	.fp-blogi-post-container h2:hover {
		color: #777;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.fp-blogi-post-container2 {
	  padding-top: 10px;
	}

	#newslist a {
		color: #353436;
	}


	.sidebar-newslist {
		padding-top: 20px;
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 20px;
	}


	 .small.news-date {
		 font-size: 16px;
     color: #222;
     font-weight: 400;
     margin-bottom: 5px;
	}

	p.small.news-category {
		margin-top: -10px;
		font-size: 18px;
		border: 2px solid rgba(0, 0, 0, 0.5);
		padding: 2px;
		display: none;
	}

	/*.news-date-column {
		text-align: center;
		width: 110px;
		margin-right: 20px;
	}*/

	.blog-image-container {
		margin-top: 40px;
	}

	.sidebar-newslist a {
		color: #353436;
	}

	.sidebar-newslist a:hover, .sidebar-newslist a:focus {
		color: #353436;
	}

	.news-list-container {
	    margin: 35px 0;
	    padding: 0 20%;
	}

	.news-list-container-single {
	    margin: 100px 0;
	    padding: 0 20%;
	}

	.news-categories {
		margin-bottom: 40px;
		margin-top: 30px;
	}

	.news-button-holder {
		margin-top: 15px;
	}

	.go-back-button-holder {
	    margin-top: 30px;
	}







/*******************
/** UKK *********
*******************/


	p.toggle-faq {
	  font-size: 15px;
	  padding-top: 11px;
	  margin-bottom: 10px;
	}

	.toggle-faq {
		padding: 20px 15px;
    margin-bottom: 10px;
    font-weight: 600;
    background: #ececec;
		font-size: 21px;
		margin-top: 0;
	}

	.toggle-background {
		background: #ffffff;
		padding: 20px 15px;
	}

	.toggle-image {
	    margin: 15px;
	    vertical-align: top;
	}

	.question-icon {
		/* float: left;
		padding-left: 20px;
		margin-right: 30px;
		padding-top: 10px;
		color: #61c2d7; */
		display: none;
	}

	.toggle-row.page-text-area {
		margin-top: 0;
	}






/* Table scrollbar 	 */


table::-webkit-scrollbar {
	    width: 3px;
	    background: #777;
	}

table::-webkit-scrollbar-track {
	    border-radius: 0;
	    background: #dedede;
	}

table::-webkit-scrollbar-thumb {
	    border-radius: 3px;
	    background: #999;
	}

/*******************
/** OMA PROFIILI *********
*******************/

/**
* Henkilötiedot
*/



	.register {
		padding: 7% 0 10%;
	}

	.register-accept-terms {
		margin-left: -15px;
	}

	.register-button-holder {
		margin-top: 40px;
	}


	.register-form-row {
		margin-top: 30px;
	}

	.error-field{
		background: #ec7f7f !important;
	}

	.profile {
	  margin-bottom: 15px !important;
	}

	#ajaxloader{
	  position: fixed;
	  width: 33px;
	  left: 55%;
	  top: 30%;
	  z-index: 100;
	  opacity: .8;
	  display: none;
	  background: rgba(255,255,255,0.8);
	  border-radius: 18px;
	  -webkit-box-shadow: 0 0 10px 20px rgba(255,255,255,1);
	  -moz-box-shadow: 0 0 10px 20px rgba(255,255,255,1);
	  box-shadow: 0 0 10px 20px rgba(255,255,255,1);
	}

	input.missing_required, a.missing_required, select.missing_required, textarea.missing_required{
		color: inherit;
		padding-bottom: 10px;
		border-bottom: 5px solid red;
	}

	.pagination {
		text-align: left;
		display: block;
		margin-top: 50px;
	}

	.pagination {
		border-radius: 0;
		display: inline-block;
		padding: 0 20%;
	}

	.pagination .current-page {
	    color: #777;
	    font-weight: 600;
	    border-bottom: 2px solid #777;
	}

	a.pagination-page {
		color: #777;
	}

	.search-page .pagination {
	    padding: 0 0 0 15px;
	}


	#share-buttons img{
		width: 35px;
	}


	a#profile-userdetails {
		pointer-events: visible;
		cursor: auto;
	}

	a#profile-orderdetails {
		pointer-events: visible;
		cursor: auto;
	}

	.share-button-area p {
		float: left;
		margin-right: 10px;
		margin-top: 6px;
		font-weight: 300;
	}

	.profile-form {
		margin-top: 15px;
	}

	ul.profile-tab {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.nav>li>a:hover, .nav>li>a:focus {
		text-decoration: none;
		background-color: transparent;
		border: none;
		outline: none;
		margin-bottom: 0;
		margin-top: 0;
		line-height: 1em;
	}

	.order-details-table {
		margin-top: 15px;
	}

	.profile-page {
		padding-top: 7%;
		padding-bottom: 10%;
	}

	.news-ingress-column.news-column h2 {
	    font-size: 36px;
	    margin-bottom: 20px;
	}

	.fullwidth-news-hr {
	    border-top: 1px solid #eaeaea;
	}


/**************************
TUOTEHALLINTA
**************************/

	.tab-content.hallinta {
		margin-top: 20px;
	}

	/* inputit */

	input#lang_FI, input#lang_EN, input#lang_RU, input#lang_ES {
		margin-top: 7px;
	}

	span#calender_btn {
		height: 50px !important;
		background: transparent;
		border: none;
	}

	span.glyphicon.glyphicon-pencil {
		font-size: 22px;
		margin-top: 10px;
	}

	form#product-management-phase-1 {
		margin-top: 30px;
		padding-top: 30px;
		padding-left: 0;
		border-top: 1px solid #dcdcdc;
	}

	li.select2-search.select2-search--inline {
		padding: 0;
		margin-top: -10px;
		margin-left: -15px;
		padding-left: 10px;
	}

	.management-add-product .form-control {
		margin-bottom: 15px;
		padding-left: 10px;
	}


	.management-add-product h2 {
		margin-bottom: 20px;
	}

	input#image-uploader-filebutton {
		margin-left: 15px;
		margin-top: 25px;
	}

	.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    height: 40px;
    box-shadow: none;
    font-size: 17px;
    color: initial;
    font-weight: 400;
    border: 1px solid rgb(27, 27, 27);
    transition: none;
    border-radius: 0;
    background: #fff;
    text-transform: uppercase;
    padding-right: 20px;
    max-width: 400px;
	}

	.management-phase-form-group .control-label {
		margin-top: 0;
		line-height: 0;
		font-size: 16px;
		font-weight: 600;
	}

	span#select2-selection_production_country-container {
		height: 40px;
		box-shadow: none;
		font-size: 17px;
		color: initial;
		font-weight: 400;
		border: 1px solid rgb(27, 27, 27);
		transition: none;
		border-radius: 0;
		background: #fff;
		text-transform: uppercase;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 400px;
		padding: 6px 12px;
	}

	.select2-container--default .select2-selection--multiple {
		cursor: text!important;
		min-height: 40px;
		box-shadow: none;
		font-size: 17px;
		color: initial;
		font-weight: 400;
		transition: none;
		border-radius: 0!important;
		background: #fff;
		text-transform: uppercase;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 400px;
		padding: 6px 12px !important;
		border: 1px solid rgb(146, 146, 146);
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		display: none !important;
	}

	.select2-container--default .select2-selection--single {
		background-color: transparent !important;
		border: none !important;
		border-radius: 0 !important;
	}

	.checkbox-lang {
		margin-left: -20px;
	}


	.management-dashboard-row {
		padding: 75px 0 125px;
	}

	.management-dashboard-button-holder {
		margin-top: 60px;
	}

	.management-button {
		margin-right: 30px;
	}

	.website-button.management-button:hover {
	    background: #777;
	}

	.management-add-product {
		padding: 100px 0;
	}

	.management-phase-form-group {
		margin: 15px 0;
	}

	textarea#shortdesc_langid_1 {
		height: 150px;
	}

	.management-phase-form-group .radio-inline input[type=radio], .management-phase-form-group .checkbox input[type=checkbox], .management-phase-form-group .checkbox-inline input[type=checkbox] {
		top: 11px !important;
	}

	.management-phase-column {
		padding: 0;
		margin-top: 40px;
	}

	.longDescOveerride {
		margin-top: 10px;
	}

	.management-button-holder {
		margin-top: 40px;
		text-align: right;
	}

	.management-phase-form-group .radio label, .checkbox label {
		font-weight: 300;
	}


	.management-product-list {
		padding: 100px 0;
	}

	.management-product-list-add-product {
		margin-bottom: 30px;
	}

	.alert-warning {
		color: #fff;
		background-color: #222;
		border-color: #222;
		border-radius: 0;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.management-phase-button:hover {
	    background: #777;
	}

	.management-phase-button {
		border: none;
	}

	.management-product-list label {
	    font-size: 15px;
	    font-weight: 600;
	}

	.management-product-list .form-horizontal .form-group {
	    margin-left: 0;
	}

	.management-phase-form-group .control-label {
	    padding-top: 15px;
	}


	.management-phase-form-group .checkbox input[type=checkbox] {
		top: 0 !important;
	}

	.management-phase-form-group .checkbox.checkbox-lang {
	    padding-top: 0;
	}

	.website-button.right.nexttab {
	    border: none;
	}

	.website-button.right.nexttab:hover {
	    background: #777;
	}

	.website-button.right.prevtab {
	    border: none;
	}

	.website-button.right.prevtab:hover {
	    background: #777;
	}

	li.select2-selection__choice {
	    font-size: 15px;
	}

	.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	    padding: 0px 0px;
	}

	.select2-container--default .select2-selection--multiple .select2-selection__choice {
	    margin-top: 2px!important;
	}

	.management-phase-form-group .images-color-information {
	    margin: 25px 0 15px;
	}

	div#vaihe2 .form-group {
	    margin-left: 0;
	    padding-left: 0;
	    margin-top: 10px;
	    padding-right: 15px;
	}

	.propertiesList {
	    padding-right: 15px;
	}


/* ==========================================================================
   PRODUCT MANAGEMENT SYSTEM - CUSTOM CSS
  ========================================================================== */

#product-management-phase-1 .lang-label{
    padding-right: 5px;
}

#product-management-phase-1 .checkbox{
    border: 0;
}

#product-management-phase-3 .checkbox{
    border: 0;
}

.lang_selection{
    margin-left: 0px !important;
}

.flag-icon{
    margin-left: 0px;
}

.thumb-disabled {
    filter: opacity(0.3);
    -webkit-filter: opacity(0.3);
    -moz-filter: opacity(0.3);
    -o-filter: opacity(0.3);
    -ms-filter: opacity(0.3);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.feature-list-item {
    background-color: #ececec;
    margin: 5px;
    padding: 5px;
}
.image-list {
    display: block!important;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    border-bottom-style: dashed;
    padding-bottom: 5px;
    padding-top: 5px;
    display: none!important;
}

.features-images-activate {
    opacity: 1;
    display: block!important;
    padding-bottom: 20px;
    margin-top: -30px;
    padding-top: 35px;
}

.image-list.feature-images-list.features-images-activate {
	border-bottom: none;
	border-bottom-style: none;
}

#ui-datepicker-div{
    z-index: 25 !important;
}

.modal-backdrop {
    z-index: -1;
}


#product-edit-list-table{
    width: 100%;
    border-collapse: collapse;
    margin: 30px 15px;
	display: block;
    overflow: auto;
	padding-right: 15px;
}

#product-edit-list-table thead{
    border: 1px solid #656565;
}

#product-edit-list-table thead th{
    padding: 10px;
		font-size: 15px;
}

#product-edit-list-table tbody{
    border: 1px solid #656565;
}

.product-select-column{
    text-align: center;
}

#pages-container{

}

.select2-container--default .select2-search--inline .select2-search__field {
    text-transform: initial;
}


#pages-container ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#pages-container ul li{
    float:left;
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 6px 12px;
    margin-right: 8px;
    margin-top: 8px;
    cursor: pointer;
}

#pages-container ul li:hover{
    background: #a1a1a1;
    color: #fff;
}

.toggle-page{
    background: #e10066;
    color: #fff;
}

.product-row{
    height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #656565;
}

#product-edit-list-table .main-product{
    background: rgba(72, 164, 76, 0.43);
}

#product-edit-list-table .sub-product{
    background: rgba(65, 169, 16, 0.44);
}

#product-edit-list-table .nofamily{
    background: rgba(169, 16, 26, 0.44);
}

.product-type-color-main{
	background: rgba(72, 164, 76, 1);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
}

.product-type-color-sub{
    background: rgba(65, 169, 16, 0.44);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
}

.product-type-color-nofamily{
    background: rgba(169, 16, 26, 0.44);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
}

.product-type-text{
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.phase4-button-holder {
    margin-top: 60px;
}

.management-part-three {
    padding: 0;
    margin-top: 40px;
}

.management-part-three h4 {
    font-family: 'Roboto';
    text-transform: initial;
    font-size: 16px;
    font-weight: 600;
}

.management-part-three span.glyphicon.glyphicon-pencil {
    margin-top: 0;
}

.shortdesc_btn.btn-toggle-modal.website-button {
	border: none;
}

.website-button.nexttab.addproduct-btn {
	border: none;
	margin-right: 15px;
}

.website-button.nexttab.addproduct-btn:hover {
	background: #777;
}

.website-button.right.prevtab:hover {
    background: #777;
}

input#form_execute_mass_action.website-button {
    margin-top: 25px;
}

.product-insert {
    background-color: #cdcdcd;
}

.product-default{
    background-color: rgba(255, 252, 24, 0.25)
}

.product-update{
    background-color: rgba(244, 122, 0, 0.61);
}

.product-remove{
     background-color: rgba(255, 24, 25, 0.80);
 }


.product-results-colors{
    display: inline-block;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.warning-message{
    display: none;
}


/* tuotteet-tarjous */


.title-and-ingress {
    padding: 0 20% 45px;
}

.h2-ingress-title {
	margin-bottom: 20px;
	font-size: 32px;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

.imgupload-row {
    margin-top: 20px;
}

.imgupload-row .column {
    margin-bottom: 20px;
}

input[type="button" i] {
    border: none;
}

.menu-column {
    margin-bottom: 10px;
}

.menu-item-children-depth-1-item-link:after {
    position: relative;
    padding: 0 10px 0 5px;
    content: "\f105";
    color: #777;
    font-size: 18px;
    font-family: 'FontAwesome';
    font-weight: 100;
}

.cart-notification-area .website-button {
    margin-top: 15px;
}


/**************************
KATEGORIASIVU
**************************/

	/* img.newest-image {
		border: 1px solid #f2f2f2;
	} */

	/* Muut säädöt */
	.sidebar-offcanvas{
		z-index: 5;
	}


/*******************
/** FIREFOX *********
*******************/

@-moz-document url-prefix() {
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    outline: none;
}
}


/*******************
/** IE *********
*******************/
/***************************
IE10
***************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
ul.sub-menu {
    margin-left: -40px;
}

ul.pdf-list {
    margin-left: -40px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    outline: none;
}
}


/*
preloader
*/
        /* Preloader */
      #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 99;
        z-index: 9999;
        }
      #status {
					width: 240px;
					height: 500px;
					position: absolute;
					left: 50%;
					top: 50%;
					background-repeat: no-repeat;
					background-position: center;
					margin: -250px 0 0 -120px;
					background-size: contain;
					-moz-animation: imageAnimation normal 2s infinite ease-in-out;
					-webkit-animation: imageAnimation normal 2s infinite ease-in-out;
					-ms-animation: imageAnimation normal 2s infinite ease-in-out;
					animation: imageAnimation normal 2s infinite ease-in-out;
        }


				@-moz-keyframes imageAnimation {
				  0% { opacity:1; }
				  50% { opacity:0; }
				  100% { opacity:1; }
				}
				@-webkit-keyframes imageAnimation {
					0% { opacity:1; }
					50% { opacity:0; }
					100% { opacity:1; }
				}
				@-ms-keyframes imageAnimation {
					0% { opacity:1; }
					50% { opacity:0; }
					100% { opacity:1; }
				}
				@keyframes imageAnimation {
					0% { opacity:1; }
					50% { opacity:0; }
					100% { opacity:1; }
				}
