@import url(../../../../css);

body { 
	font-family: 'Open Sans', Arial, Helvetica, Trebuchet MS, sans-serif; 
	background-color: #ffffff;
	font-size: 16px; 
	line-height: 27px; 
	color: #2d2d2d;
}
a {
	color: #954033; 
	font-weight: 400; 
	font-style: normal;
}
a:focus, a:hover {
	color: #ab6459; 
	text-decoration: none;
}
p {
    margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', Arial, Helvetica, Trebuchet MS, sans-serif;
	font-weight: 600;
	color: #1c1b2b;
	line-height: normal;
}
h1 {
	font-weight: 500;
}
h1, h2 {
	margin-top: 0px;
	text-transform: uppercase;
}
h3, h4 {
	color: #ab6459;
}
.ingress {
	font-family: 'Raleway', Arial, Helvetica, Trebuchet MS, sans-serif;
	color: #29424a; 
	font-weight: 400; 
	font-size: 22px; 
	line-height: 36px;
}
.white {
	color: #ffffff;
}
footer {
	background-color: #3a525a; 
	color: #ffffff;
}
footer a {
	color: #ffffff;
}
.padding-pieni {	
	padding-left: 9px;
	padding-right: 9px;
}

/* HEADER/NAVBAR
------------------------------------------------------------------------------------------*/

nav {
	color: #404040;
}
.navbar-default {
	background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	color: #404040; 
	text-decoration: none; 
	font-size: 17px;
	font-family: 'Raleway', Arial, Helvetica, Trebuchet MS, sans-serif;
	font-weight: 500;
}
.navbar-nav > li > a {
    padding-bottom: 7px;
    padding-top: 6px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ab6459;
}
.navbar-default .navbar-nav > .active > a {
	background-color: #ab6459; 
	color: #ffffff; 
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #ab6459; 
	color: #ffffff; 
}
.navbar .navbar-nav {
	margin-top: 20px;
}
.navbar-toggle {
	background-color: transparent; 
	border: none; 
	padding: 7px 7px;
	margin-top: 21px; 
	margin-left: 5px;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ab6459; 
	width: 30px; 
	height: 3px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #ab6459;
    color: #ffffff;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0px; 
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ab6459;
}
.dropdown-menu {
	background-color: #e4e4e4; 
	border: 0px solid rgba(0, 0, 0, 0.15); 
	border-radius: 4px; 
	box-shadow: none; 
	padding: 0px 0px; 
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05); 
	font-size: 16px;
}
.dropdown-menu > li > a {
	padding: 6px 10px; 
	font-weight: 400; 
	color: #2d2d2d; 
	text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #ab6459;
}

/* KUVALINKKI
------------------------------------------------------------------------------------------*/

.kuvalinkkiteksti {
    padding-bottom: 6px;
    padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.etusivu-pikalinkit {
	background: url('../images/bg_kuvalinkit.png') repeat top left #d7d7d7;
    padding-bottom: 7px;
    padding-top: 40px;
}
.etusivu-pikalinkit .container {
    padding-left: 21px;
    padding-right: 21px;
}
.link-text {
    color: #1c1b2b;
    font-family: 'Raleway', sans-serif; 
    font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
}
.img-link {
    display: block;
    overflow: hidden;
    text-align: center;
	border: solid 1px #ffffff;
	background-color: #ffffff;
	padding-bottom: 17px;
}
.img-link .img-content {
    overflow: hidden;
}
.img-link .img-content img {
    transform: scale(1.01);
    transition: all 0.5s ease-in-out 0s;
}
.img-link:hover .img-content img {
    transform: scale(1.1);
}
.img-link .img-content::after {
    bottom: 0;
    content: "";
    left: 15px;
    right: 15px;
    top: 0;
}
.img-link .text-content {
    background-color: transparent;
	text-align: center;
    color: #ffffff;
    padding: 13px 6px 8px 6px;
    transition: all 0.5s ease-in-out 0s;
}
.img-link .img-content img {
    max-width: 100%;
    transform: scale(1.01);
    transition: all 0.5s ease-in-out 0s;
}
.no-margin {
    margin-left: 0;
    margin-right: 0;
}

/* BUTTON
------------------------------------------------------------------------------------------*/
.btn-primary {
	background-color: #ab6459; 
	font-size: 16px; 
	color: #ffffff; 
	border-color: #ab6459; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top: 5px; 
	padding-bottom: 7px; 
	border-radius: 3px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #f3d9a4; 
	border-color: #f3d9a4; 
	color: #2d2d2d; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}

/* btn-info normaali
------------------------------------------------------------------------------------------*/
.btn-default {
	background-color: #ab6459; 
	font-size: 16px; 
	color: #ffffff; 
	border-color: #ab6459; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top:5px; 
	padding-bottom:7px; 
	border-radius: 3px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-default:hover, .btn-default:focus {
	background-color: #f3d9a4; 
	border-color: #f3d9a4;
	color: #2d2d2d; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}

/* btn-info normaali nega
------------------------------------------------------------------------------------------*/
.btn-success { 
	background-color: #ffffff; 
	font-size: 16px; 
	color: #ab6459; 
	border-color: #ab6459; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top: 17px; 
	padding-bottom: 17px; 
	border-radius: 3px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-success:hover, .btn-success:focus {
	background-color: #ab6459; 
	border-color: #ab6459; 
	color: #ffffff;
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}

/* btn-info iso nega painike
------------------------------------------------------------------------------------------*/
.btn-info { 
	background-color: #ffffff; 
	font-size: 28px; 
	color: #ab6459; 
	border-color: #ab6459; 
	padding-left: 23px; 
	padding-right:23px; 
	border-radius: 3px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-info:hover, .btn-info:focus {
	background-color: #ab6459; 
	border-color: #ab6459; 
	color: #ffffff; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}
.btn {
	font-family: 'Open Sans', Verdana, Helvetica, Trebuchet MS, sans-serif; 
	font-weight: 400; 
	text-align: center; 
	border: 0px solid transparent;
}

/* warning
------------------------------------------------------------------------------------------*/
.btn-warning {
	color: #ffffff; 
	background-color: #ab6459; 
	padding-top: 9px; 
	padding-bottom: 9px; 
	padding-right: 18px; 
	padding-left: 18px; 
	border: 0px solid #ffffff;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	font-family: 'Raleway', sans-serif; 
	text-transform: uppercase;
	font-size: 22px;
}
.btn-warning:hover {
	background-color: #954033; 
	border-color: #954033; 
	color: #ffffff;
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.btn-warning:focus {
	background-color: #954033; 
	border-color: #954033; 
	color: #ffffff; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}
.btn {
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border-radius: 0px;
}

/* SLIDE VAIHTUMINEN
------------------------------------------------------------------------------------------*/

.carousel-indicators {
    bottom: 0px;
}
.carousel-caption {
	left: 0px; 
	right: 0px;
	top: 20%;
	padding-top: 0px; 
	padding-bottom: 0px; 
	position: absolute;
	z-index: 200; 
	text-align: right;
	margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.carousel-caption p {
	display: inline; 
	font-weight: 400; 
	padding-top: 0px; 
	padding-bottom: 0px;
    text-shadow: 0 0px 2px rgba(0,0,0,.1);
	color: #303030;
	font-family: 'Raleway', sans-serif; 
}
.slogan-01-bg {
	margin-bottom: 12px;
	padding: 15px 0px 15px 21px;
	text-align: right;
}
.slogan-02-bg {
	margin-bottom: 12px;
	padding: 1px 0px 5px 21px;
	text-align: right;
}


/* @MEDIA
------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
body {
	margin-top: 68px; 
}
.navbar-header {
	height: 63px;
}
.navbar .navbar-nav {
	margin-top: 0px;
}
.navbar-brand {
	padding: 4.5px 5px 14.5px 15px;
	width: 250px; 
	margin-top: 12px;
	float: left;
}
.margin-bottom {
	margin-bottom: 20px;
}
h1 { 
	font-size: 28px;
	line-height: 38px;
}
h2 { 
	font-size: 26px;
	line-height: 36px;
}
.ingress {
	font-size: 19px; 
	line-height: 32px;
}
.link-margin-bottom {
	margin-bottom: 15px;
}
.text-box-text {
	font-size: 25px;
}
.link-text {
	font-size: 21px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ab6459;
}
}
/* 768
------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
body {
	margin-top: 68px;
}
.navbar-header {
	height: 63px;
}
.navbar-brand {
	padding: 24.5px 15px 24.5px 15px; 
	width: 150px; 
	margin-top: -3px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 13px;
	text-transform: uppercase;
}
.link-margin-bottom {
	margin-bottom: 30px;
}
.link-text {
	font-size: 28px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-nav {
	margin-top: 16px;
}
.carousel-caption {
	top: 25%;
	width: 720px;
}
.slogan-01 {
	color: #1c1b2b !important;
	font-size: 22px; 
	line-height: 35px;
	background-color: rgba(243, 217, 164, 0.7);
	text-transform: uppercase;
	font-weight: 600 !important;
	padding-top: 17px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	padding-bottom: 17px !important;
}
.slogan-02 {
	color: #ffffff !important;
	font-size: 18.3px; 
	line-height: 30px;
	font-weight: 300 !important;
	background-color: #3a525a;
	padding-top: 4px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	padding-bottom: 7px !important;
}
}

/* 992
------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
body {
	margin-top: 88px; 
}
.navbar-header {
	height: 63px;
}
.navbar-brand {
	padding: 24.5px 15px; 
	width: 300px; 
	margin-top: -8px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
}
h1 {
	font-size: 40px;
}
.link-text {
	font-size: 22px;
}
.navbar-right {
    float: right !important;
}
.navbar .navbar-nav {
	margin-top: 15px;
}
.slogan-01 {
	font-size: 25px; 
	line-height: 35px;
}
.slogan-02 {
	font-size: 20.8px; 
	line-height: 30px;
	font-weight: 300;
}
.carousel-caption {
	top: 38%;
	width: 940px;
}
}
/* 1200
------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
body {
	margin-top: 68px;
}
.navbar-header {
	height: 63px;
}
.navbar-brand {
	padding: 24.5px 15px; 
	width: 300px; 
	margin-top: -8px;
}
.navbar .navbar-nav {
	margin-top: 15px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 17px;
}
.link-text {
	font-size: 26px;
}
.slogan-01 {
	font-size: 27px; 
	line-height: 37px;
}
.slogan-02 {
	font-size: 22.5px; 
	line-height: 32px;
	font-weight: 400;
}
.carousel-caption {
	top: 42%;
	width: 1140px;
}
}