#header{
	/*background-color: #f5f5f5;*/
	box-shadow: 0 1px 4px #aaaaaa;
	background: url("../img/IMG_5961.jpg") no-repeat center center fixed;
	/*background-repeat: no-repeat;*/
    background-size: cover;
    color: #ffffff;
}

a, body{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: rgb(33, 64, 118);
	font-weight: 300;
	font-size: 16px;
}

h1{
	font-size: 40px;
	font-weight: 300;
}

h2{
	font-weight: 300;
	line-height: 1.0715;
	font-size: 30px;
}

h3{
	font-size: 32px;
}

.panel-service article{
	padding-top: 20px;
}

.panel-service h3{
	font-weight: 400;
	margin-bottom: 15px;
	color: #01d79f;
}

.panel-service h3 .no{
	color: #b3c5e3;
}

#main h2{
	padding-top: 30px;
}

.logo{
	padding-top: 10px;
}

.intro-block{
	padding-top: 100px;
}

.intro-block p{
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 45px;
}

.big-btn{
	margin-bottom: 80px;
	font-size: 26px;
	padding: 19px 40px;
	line-height: 32px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #01d79f;
	border-color: transparent;
}

.big-btn:hover{
	background-color: #2cb88c;
}

.panel-service img{
	width:100%;
	height: 300px;
}

.mainlogo{
	font-size: 30px;
}