/*  SALONKI14 STYLESHEET */
/*    www.salonki14.fi   */

@charset "UTF-8";

body {
	background-color: 		#fff;	
	color:					#333;
	font-size: 				14px;
	line-height: 			20px;
	font-family:			font-family: 'Open Sans', sans-serif !important;
}

.navbar2 {
	width: 					100%;
	z-index: 				200;
	position: 				fixed;
	top: 					0px;
	padding: 				0px;
	color: 					#333;
}

#header_menu {
	width: 					auto;
	color: 					#333;
	background: 			transparent;
	border-bottom: 			#CCC 1px solid;
	overflow:				auto;
	font-family: 			font-family: 'Open Sans', sans-serif !important;
}

#header_menu > div {
	text-align: 			left;
	float: 					none;
	font-weight:			bold;
}

#header_menu > div:first-child {
	padding: 				0px;
	line-height: 			20px;
}

#header_menu div.full {
	display: 				none;
}

#header_menu > div:hover, #header_menu div.active {
	background: 			#c8dd69;
}

#header_menu div i {
	vertical-align: 		middle;
	padding-bottom: 		2px;
}

.onlyinmobile {
	display: 				inline;	
}

@media only screen and (min-width: 525px) {	
	#header_menu div {
		float: 				left;
	}
	
	#header_menu > div:nth-child(1) {
		display: 			none;
	}
	
	#header_menu div.full {
		display: 			block;
	}
	
	.onlyinmobile {
		display:			none;	
	}
}

@media only screen and (min-width: 960px) {
	#header_menu div a {
		padding: 			0 20px;
		line-height: 		60px;
	}
}

a {
	color:					#0C9;
	text-decoration:		none;
	font-size:				inherit;
}

h1 {
	font-size: 				30px;
	line-height: 			40px;
	font-family: 'Courgette', cursive;
	color: 					#333;
	margin-top: 			0px;
}

h2 {
	font-size: 				20px;
	line-height: 			30px;
	font-family: 'Courgette', cursive;
	color: 					#333;
	font-weight: 			normal;
	margin-top: 			0px;
}

h3 {
	font-size: 				20px;
	line-height: 			20px;
	font-family: 'Courgette', cursive;
	color: 					#888;
}

h4 {
	font-size: 				20px;
	line-height: 			30px;
	font-family: 			font-family: 'Open Sans', sans-serif !important;
	color: 					#333;
	font-weight: 			bold;
	margin-bottom: 			20px;
}

div.clear {
	clear:					both;
}

.header {
	width:					100%;
	background: 			#fff;
}

.header_content {
	margin:					0 auto;
	width:					100%;
}

#header_contact div a {
	padding: 				0;
	line-height: 			inherit;
}

#header_menu {
	width: 					auto;
	color: 					#333;
	overflow: 				auto;
}

#header_menu > div {
	text-align: 			left;
	float: 					none;
	font-weight:			700;
}

#header_menu > div:first-child {
	padding: 				0 10px;
	line-height: 			2.5em;
}

#header_menu div.full {
	display:				none;
}

#slider {
	overflow:hidden;
	min-height:150px;
	max-height:150px;
	width:100%;
	height:150px;
	border-bottom:3px solid rgba(255,255,255,1);
}

#page {
	min-height:200px;
	width:100%;
}

.page_content_full {
	width:100%;
	height:100%;
	background-color: transparent;
}

.page_content_box_full {
	margin:0 auto;
	margin-bottom:0px;
	width:100%;
	background-color: transparent;
}

.page_content_box_full div {
	padding:0 10px;
	overflow: auto;
}

.page_content_box_full div:first-child {
	padding-top: 5px;
	border-top: none;
}

.leftcolimage img {
	display: none;
	width: 300px;
	margin: 18px 15px 5px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#page_content {
	margin:0 auto;
	width:100%;
	height:100%;
}

#page_content hr {
	margin:30px auto;
	width:100%;
	height:1px;
	border:none;
	border-bottom:1px solid rgba(57,59,58,1);
	background-color:rgba(123,124,124,1);
	color:rgba(123,124,124,1);
	text-align:center;
}

.page_content_box, .page_content_box_half, .page_content_box_third, .page_content_box_two_third {
	margin: 0px;
	padding: 0px;
	width:100%;
}

.page_content_box div, .page_content_box_half div {
	padding:40px 20px;
}

.page_content_box input:not([type="radio"]):not([type="checkbox"]),.page_content_box textarea {
	width:100%;
	color:#000;
	color:rgba(0,0,0,1);
}

.page_content_box_half input:not([type="radio"]):not([type="checkbox"]),.page_content_box_half textarea {
	width:100%;
	color:#000;
	color:rgba(0,0,0,1);
}

.page_content_box label {
	cursor:pointer;
}

.page_content_box_half label {
	cursor:pointer;
}

#footer {
	position:relative;
	margin-top:-9px;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	border-top:3px solid rgba(255,255,255,1);
	background:inherit;
}

#footer_content {
	margin:0 auto;
	width:100%;
}

#footer_buttons {
	float:none;
	width:100%;
	text-align:center;
}

#footer_buttons img {
	margin-right:.5em;
}

#footer_menu {
	float:none;
	margin-top:10px;
	width:100%;
	text-align:center;
}

#footer_menu a {
	padding:0 5px;
	line-height:1.4em;
}

#header_menu a {
	padding: 				0 10px;
	line-height: 			70px !important;
	font-family: 			font-family: 'Open Sans', sans-serif !important;
	border-right: 			none;
}

.desktop {
	display:				none;
}

.mobile_phone {
	display:				inline;
}

@media only screen and (min-width: 525px) {	
	iframe {
		width: 95%;
		height: auto;
		margin: 0px;
		padding: 0px;	
	}

	#header_menu div {
		float: left;
	}
	
	#header_menu > div:nth-child(1) {
		display: none;
	}
	
	#header_menu div.full {
		display: block;
	}
}

@media only screen and (min-width: 768px) {

	.desktop {
		display:				inline;
	}
	
	.mobile_phone {
		display:				none;
	}

	#header_menu a {
		padding: 				0 10px;
		line-height: 			70px !important;
		font-family: 			font-family: 'Open Sans', sans-serif !important;
		border-right: 			#CCC solid 1px;
	}
	
	.page_content_box {
		float:					left;
		margin-left:			2%;
		width:					32%;
	}
	
	.page_content_box_half {
		float:					left;
		margin-left:			1%;
		width:					47%;
		margin-right: 			15px;
	}
	
	.page_content_box_third {
		float:					left;
		margin-left:			1%;
		width:					31%;
		margin-right: 			15px;
	}
	
	.page_content_box_two_third {
		float:					left;
		margin-left:			1%;
		width:					63%;
		margin-right: 			15px;
	}
	
	.page_content_box:nth-child( 3n + 1 ) {
		margin-left:			0;
	}

	#footer_buttons {
		float:					left;
		width:					30%;
	}
	
	#footer_menu {
		float:					right;
		margin-top:				5px;
		width:					65%;
		text-align:				right;
		font-size:				.9em;
		line-height:			1.8em;
	}
	
	#footer_menu a {
		padding:				0 20px;
	}
}

@media only screen and (min-width: 960px) {
		
	.header_content {
		width:					960px;
	}
		
	#header_menu div a {
		//padding: 				0 20px;
		line-height: 			60px;
	}	
	
	.page_content_box_full {
		width:					960px;
	}
	
	.page_content_box_full div {
		padding:				0;
	}
	
	.leftcolimage img {
		width: 					420px;
		margin-right: 			65px;
		margin: 				0;
		margin-right: 			50px;
		-webkit-border-radius: 	0;
		border-radius: 			0;
	}

	#page_content {
		width:					960px;
	}
	
	#footer_content {
		width:					960px;
	}
}

#contact_form{ width:95%; padding:20px; border: 1px solid #DDD;border-radius: 5px; color: #666666; background:#FAFAFA; margin-right: auto; margin-left: auto;}
#contact_form label{display: block; margin-bottom:5px;}
#contact_form label span{float:left; width:200px; color:#666666; margin-top: 5px; margin-bottom: 5px;}
#contact_form input{height: 25px; border: 1px solid #DBDBDB; border-radius: 3px; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; margin-bottom: 5px; color: #666; width: 95%; }
#contact_form textarea{border: 1px solid #DBDBDB; border-radius: 3px; padding-left: 5px; padding-top: 10px; color: #666; height:100px; width: 95%; }
.submit_btn { border: 1px solid #D8D8D8; padding: 5px 15px 5px 15px; color: #8D8D8D; text-shadow: 1px 1px 1px #FFF; border-radius: 3px; background: #F8F8F8; float: left;}
.submit_btn:hover { background: #ECECEC;}
.success{ background: #bff494;padding: 10px; margin-bottom: 10px; border: 1px solid #0075bb; border-radius: 5px; font-weight: normal; }
.error{ background: #FFDFDF; padding: 10px; margin-bottom: 10px; border: 1px solid #FFCACA; border-radius: 5px; font-weight: normal;}

#contact_form {
	background: transparent;
	border: 0;	
	padding: 0px;
}

.page_content_full {
	background-size: cover;	
	background-position: center;
}

.caption {
	border: 2px solid #DBDBDB; border-radius: 20px; color: #666; width: 80%; overflow: hidden; padding: 0px; margin-top: 10px;
}

.caption p {
	margin: 0px;	
	padding: 0px;
}

.page_content_full {
	background-position: top center;
}

.scrolldown {
	position: fixed; 
	bottom: 0px; 
	z-index: 10000; 
	width: 100%; 
	height: 60px; 
	color: #666; 
	text-align: center;
	font-size: 22px;
	visibility: visible;
	line-height: 60px;
	background-image: url(../images/scrollfade.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header_menu_mini_opener:hover {
	cursor:				pointer;	
	height: 			60px;
	line-height: 		60px;
}

.responsive-image {
	max-width: 100%;
	height: auto;	
}

.header a {
	font-family: 		font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 		-5px !important;
	color: 				#333;
	text-decoration: 	none;
}

.header a:hover {
	font-family: 		font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 		-5px !important;
	color: 				#333;
	text-decoration: 	none;
}

.header:hover {
	cursor: pointer;	
}

.feature-icon {
	color: 				#c8dd69;
	font-size: 			102px !important;
	line-height: 		102px !important;	
}

.readeasy {
	background-color: 	#dfee9d;	
}

.pricelist_service {
	font-weight: 		bold;	
}

a div:hover {
	background-color: 	#c8dd69;	
}

.header {
	background:				transparent;	
}

#header_menu {
	background: 			#fff;	
}

#header_menu a {
	font-size: 				16px;	
	line-height: 			60px !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #d7aac2 !important;
	border: 0 !important;
}

@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 26px !important;	
	}
	h2 {
		font-size: 18px !important;	
	}
	h3 {
		font-size: 20px !important;	
	}
	.feature-icon {
		font-size: 			50px !important;
		line-height: 		50px !important;	
	}
}