.indicator{
	position: fixed;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 18px;
}
.indicatorContent{
}
/****************************************
-- Navbar
****************************************/
.navbar{
	z-index: 1;
	margin-bottom: 0px !important;
	height: 50px;
	position: absolute;
	/*background-color: #204d74;*/
}
.navbarItemContainer {
	margin-top: 20px;
	color: #ffffff;
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
	background: rgba(0, 0, 0, .35);
	padding: 3px 15px 3px 15px;
	border:0px solid #000000;
	border-radius:25px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.navbar .container {
	/*background-color: #a94442;*/
}
.navbarItemContainer {
	opacity: 0.9;
}
.topLogo {
	padding-top: 10px;
}
/****************************************
-- Yhteydenotto sivupalkki
****************************************/
.contact {
	background-color: #5FB43E;
	height: 180px;
	width: 40px;
	position: fixed;
	z-index: 1000;
	top: 100px;
	right: 0px;
}
.contactText {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	width: 180px;
	height: 40px;
	position: absolute;
	bottom: 70px;
	left: -70px;
	text-transform: uppercase;
}
.totalTxt {
	left: -80px;
	position: relative;
	width: 60px;
}
.totalTxt > div {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	font-family: Impact,'Roboto',sans-serif;
	font-weight: bold;
	font-size: 96px;
	line-height: 40px;
	color: #dbdcdc;
	text-align: left;
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: -200px;
	left: 0px;
	text-transform: uppercase;	
}
.contactText a{
	color: #ffffff;	
}
.contactText a:hover{
	text-decoration: none;
}
.shop {
	top: 300px;
}
.shopText {
	/*background: url('../img/shop_way_uusi.png');*/
	line-height: 0;
}
/****************************************
-- Carousel
****************************************/
.carouselRow{
	position: relative;
	margin-top: -50px;
	z-index: -1000;
}
.carousel .item{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}
/*.carousel .item img{*/
/*width: 100%;*/
/*position: relative;*/
/*top: -25%;*/
/*}*/
/****************************************
-- Menudiv
****************************************/
.menuContainer {
	background-color: #5fb43d;
	margin-top: -120px;
}
/* Top */
.menuItemTopLeft, .menuItemTopRight {
	height: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 48px;
	color: #ffffff;
	background-color: #5fb43d;
	text-align: center;
	cursor: pointer;
}
.menuItemTopRight {
	font-size: 15px;
	line-height: 50px;
}
.menuItemTopSelected {
	background-color: #6bcd46;
}
.menuDropdownButton{
	height: 50px;
	color: #ffffff;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.menuDropdownList{
	width: 200px;
	border-radius: 0px;
	border: none;
	margin-top: 0px;
	background-color: #5fb43d !important;
}
@media (max-width: 767px) {
	.menuItemTopLeft{
		font-size: 16px;
	}
}
/* Mid */
.menuMid {
	height: 85px;
	background: #6bcd46;
}
.menuTextInput {
	width: 100%;
	height: 50px;
	font-family: 'Roboto', sans-serif;
	color: #818181;
	margin-top: 17px;
	padding-left: 17px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border: medium none;
	float: left;
}
.feedbackRow .menuTextInput, #suggestModalForm .menuTextInput {
	background-color: #A7DBB3;
}
.menuButton:not(old){
	height: 50px;
	width: 100%;
	border: medium none;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	background-color: #396d25;
	float: right;
	margin-top: 17px;
}
.cancelButton:not(old){
	height: 50px;
	width: 100%;
	border: medium none;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	background-color: #999999;
	float: right;
	margin-top: 17px;
}
.searchElement .col-xs-2 {
	padding-right: 5px;
	padding-left: 5px;
}
.searchElement .col-xs-10 {
	padding-right: 5px;
	padding-left: 10px;
}
@media (max-width: 767px) {
	.menuItemTopLeft{
		font-size: 16px;
	}
}
/* Bot */
.menuBot {
	height: 145px;
}
.menuBotItem{
	width: 12.5%;
	margin-top: 24px;
	float: left;
	text-align: center;
}
.menuBotItem img{
	width: 70px;
	height: 70px;
}
.menuBotItemText{
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
.menuBotItemText{font-size: 12px;}
}
/* Modal */
#suggestModal {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
#suggestModal .modal-header {
	background-color: #5fb43d;
	color: #ffffff;
	border-bottom: none;
}
#suggestModal .modal-body {
	background-color: #6bcd46;
}
#suggestModal .modal-footer {
	background-color: #5fb43d;
	border-top: none;
}
#suggestModal .modal-footer input{
	margin-top: 0px;
}
.modalDivider {
	border-bottom: 1px solid white;
	height: 10px;
	margin: 10px 0;
}
.modalTextArea {
	resize: none;
	height: 100px;
	padding-top: 10px;
}
.modalContact {
	padding-top: 5px;
	padding-bottom: 5px;
}
.modalRadios input[type=checkbox]:not(old){
	width: 28px;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.modalRadios  label{
	padding-left: 15px;
}
.modalRadios input[type=checkbox]:not(old) + label{
	display  : inline-block;
	margin-left  : -30px;
	padding-left : 40px;
	padding-right : 17px;
	background   : url('../img/radio.png') no-repeat 0 0;
	line-height  : 30px;
}
.modalRadios input[type=checkbox]:not(old):checked + label{
	background-position : 0 -30px;
}
.modalSubmitConfirmation{
	height: 20px;
	text-align: left;
	margin-bottom: 10px;
	display: none;
}
.modalSubmitConfirmation h1{
	float: left;
	margin-top: 0px;
}
.g-recaptcha {
	margin-top: 15px;
}
/****************************************
-- Main Content
****************************************/
.mainContent {
	background: #f4f4f6;
}
.mainContentRow {
	background: #f4f4f6;
}
.line {
	height: 68px;
	width: 100%;
	/*display: inline-block;*/
	position: relative;
	overflow: hidden;
	/*z-index: 8;*/
	/*background-color: #575654;*/
}
.line:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	transform: skewY(-2deg);
	/*background-color: #f4f4f6;*/
	top: -50%;
	/*z-index: -2;*/
	left: 0;
}
.line2 {
	background-color: #575654;
}
.line2:after {
	background-color: #f4f4f6;
}
.line1{
	background: url("../img/line1.png") no-repeat center top;
	height: 84px;
	margin-top: -84px;
}
.line1BG {
	background-color: #f4f4f6
}
.line2BG {
	background-color: #575654;
}
.line3 {
	background-color: #434343;
}
.line3:after {
	background-color: #575654
}
/****************************************
-- Locations div
****************************************/
.locationsDiv {
	background: #575654;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding-top: 20px;
}
.locationsDiv dl{
	margin-bottom: 5px;
}
.locationsDiv dt{
	text-transform: uppercase;
	color: #a4a4a4;
	cursor: pointer;
}
.locationsDiv dd{
	color: #ffffff;
	display: none;
}
.locationsDiv a{
	color: inherit;
}
/****************************************
-- Bottom div
****************************************/
.bottomDiv {
	background: #434343;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding-top: 20px;
	color: #6bcd45;
}
.bottomDiv dt{
	text-transform: uppercase;
}
.bottomDiv a{
	color: inherit;
}
/****************************************
-- Footer
****************************************/
.footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #434343;
	border-top: 1px solid #575654;
	color: #FFF;
	font-family: "Roboto Slab",serif;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}
.footerText{
	background-color: #434343;
	background-color: blue;
	min-height: 105px;
	font-family: "Roboto Slab",serif;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
}
/****************************************
-- Media queries
****************************************/
@media (max-width: 767px) {
	.menuDivContainer{
		/*padding-left: 0px !important;*/
		/*padding-right: 0px !important;*/
	}
	.menuBotItem {
		margin-top: 16px;
	}
	.menuBotItem img{
		width: 35px;
		height: 35px;
	}
	.menuBotItemText{
		font-size: 6px;
	}
	.menuBot {
		height: 80px;
	}
	.bottomDiv {
		font-size: 12px;
	}
	.menuContainer {
		margin-top: 0px;
	}
	.menuItemTopLeft{
		font-size: 16px;
	}
	.itemText {
		font-size: 12px !important;
	}
	.line3:after {
		background-color: #f4f4f6;
	}
	.footerText{
		background: #434343 url("../img/footerLogo.png") no-repeat center 90%;
		padding: 15px 0px 100px;
	}
}
.objlnk a,.objlnk a:link, .objlnk a:visited, .objlnk a:hover, .objlnk a:active {
	color: #6bcd46;
	cursor: pointer;
	font-size: 14px;
	line-height: 100%;
	vertical-align: middle;
}