html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
end of reset
*/
html {
	overflow-y: scroll;
}
body{
	display: inline-block;
	width: 100%;
}

#header {
	box-sizing: border-box;
	width: 100%;
	height: 600px;
	background-image: url(../media/design/banner_1.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}

#menu_bar {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 5px;
	position: fixed;
	z-index: 15;
}

.menu_bar_second {
	background-color: white;
	/*border-bottom: solid 1px #009D50;*/
}

.in,.collapsing {
	background-color: white;
	width: 300px !important;
	float: right !important;
	margin-top: 8px;
}

@media ( min-width : 1200px) {
	.in,
	.collapsing {
		background-color: white;
		width: 300px !important;
		float: right !important;
		border-bottom: solid 1px #009D50;
		border-left: solid 1px #009D50;
		margin-top: 8px;
	}
}

.in li,.collapsing li {
	
}

#nav_bar {
	float: right;
	line-height: 68px;
	margin: 10px;
	/* margin-left: 0px; */
	margin: 0px;
	padding: 10px;
}
@media ( max-width : 1279px) {
	#nav_bar {
		width: 100%;
		background-color:White;
	}
	#menu_bar {
		background-color: white;
		height: 88px;
	}
}

#nav_bar a {
	color: #4d4d4d;
	font-size: 28px;
	font-family: Arial;
	text-decoration: none;
	margin-left: 30px;
}

#nav_bar a:hover {
	color: #0f9e49;
}

#logo {
	float: left;
	margin-left: 30px;
}

#text_banner {
	margin-left: auto;
	margin-right: auto;
	padding-top: 206px;
}

#text_banner p {
	font-size: 68px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	color: #4d4d4d;
	font-style: italic;
	text-shadow: 0 1px 2px rgb(255, 255, 255);
}
#text_banner #small_font {
	font-size: 34px;
}


#text_banner #number {
	color: #0f9e49;
}

#body {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	display: table;
	z-index: 10;
	position: relative;
	background-color: white;
}

#body_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section_cont {
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

#kontakt {
}

.section_cont h1,
.between_image h1 {
	font-size: 68px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	color: #4d4d4d;
	font-style: italic;
	margin-bottom: 100px;
}
.between_image h1 {
		padding-top:60px;
	line-height:60px;
}

.section_cont .between_image h1 {
	line-height: 300px;
}

#avaleht {
	height: 400px;
	/* line-height: 400px; */
	/* text-align: -webkit-auto; */
	/* vertical-align: super; */
	display: table;
	vertical-align: middle;
	/* text-align: center; */
	position: relative;
	/* border: solid thin red; */
	text-align:center;
	padding-top:50px;
}

#avaleht .wrap,#kontakt .wrap,#teenused .wrap {
	display: table;
	/* display: block; */
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	/*width: 1100px;*/
}

.open_title {
	color: #0f9e49;
	font: italic bold 30px Arial;
}

.open_title:hover {
	text-decoration: none;
	color: #0f9e49;
}

.open_text {
	font: 18px Arial;
	color: #797b7d;
	margin-bottom: 70px;
	
}

#why_us {
	/* margin-top: 6%; */
	/* width:1100px; */
	/* line-height: 0px; */
	display: table-cell;
	/* position: static; */
	/* height: 100%; */
	vertical-align: middle;
}

#why_us .inner_wrap {
width: 300px;
    padding-top: 30px;
    text-align: center;
}

#teenused .inner_wrap {
	margin-bottom: 70px;
	color: #0f9e49;
	font-size: 40px;
}

#teenused .over_color {
	color: #0f9e49;
	font-weight: bold;
}

#teenused .over_color:hover {
	text-decoration: none;
}

.between_image {
width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center 300px;
}

#kontakt .wrap {
	padding-top: 50px;
}

#kontakt .wrap #left {
	
}


#kontakt .wrap input,#kontakt .wrap textarea {
	margin-bottom: 10px;
}

#kontakt .wrap input:focus,#kontakt .wrap textarea:focus {
	border-color: rgba(15, 158, 73, 0.44);;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#send_contact {
	float: right;
	background-color: #0f9e49;
}

.bold_text {
	font-weight: bold;
	color: #4d4d4d;
}

.bold_text:hover {
	text-decoration: none;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
	margin-top:150px;
	width: 100%;
}
.mark_icons{
	height:100px;
	background-repeat:no-repeat;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	background-size:cover;
	margin-bottom:15px;
}
	#right {
		border-left: solid thin #bfbfbf;
		width: 600px;
		display: table-cell;
	}
#hider {
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	background: rgba(255, 255, 255, 0.95);
	display: none;
	top: 0;
}

#pop_up_cont {
	text-align: center;
	border: solid thin #bcbcbc;
	background-color: white;
	display: inline-block;
	margin-top: 10%;
	position: relative;
	color: black;
	-webkit-box-shadow: 1px 7px 56px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 7px 56px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 7px 56px -9px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#pop_up_cont #close {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 13px;
	width: 13px;
	background-image: url(../images/remove.png);
	background-repeat: no-repeat;
	background-position: -13px 0px;
}











@media (max-width: 768px){/*phone*/
	.between_image h1 {
		font-size: 50px;
	}
	#text_banner #small_font {
		font-size: 20px;
	}
	#text_banner p{
		font-size: 34px;
	}
	#text_banner {
		width:auto;
	}
	#header{
	    height: 464px;
	    }
	.form-control{
	    margin-bottom: 5px;
	}
	#inputName{
		margin-top:30px;
	}
	#right{
		border:none;
		padding-left:15px ;
	}
	
}
@media (max-width: 1200px){ /*tab*/
	.form-control{
	    margin-bottom: 5px;
	}
	#inputName{
		margin-top:30px;
	}
	#right{
		padding-top:0px;
		padding-left: 50px;
	}
	
}
@media (max-width: 980px){ /*tab*/
	#right{
		padding-top:0px;
		padding-left: 15px;
		border:none;
	}
}
@media (min-width: 1200px){/*pc*/
	.container {
	    width: 1170px !important;
	}
	#right {
		border-left: solid thin #bfbfbf;
		width: 600px;
		display: table-cell;
		padding-left: 50px;
	}
	.form-control{
	    margin-bottom: 5px;
	}
	#inputName{
		margin-top:30px;
	}
}