@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

body {
	font-family: 'Nunito', sans-serif;
}
.wrapper{
font-family: 'Nunito', sans-serif;
border: 1px solid rgba(0,0,0,0.3);
    border-radius: 30px;
    max-width: 1140px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.bg{
	background-image: url("../img/bg_b.jpg");
    background-repeat: repeat-y;
}

.bg_heder{
	color: #fff;
    background-image: url("../img/bg_heder.jpg");
    background-repeat: no-repeat;
    min-height: 604px; 

	font-family: 'Nunito', sans-serif;
}

.btn {	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;  
  width:150px;
}
.btn:hover {
  border: solid #000 1px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.btnlong {	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;  
  width:550px;
}
.btnlong:hover {
  border: solid #000 1px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.cta{
	margin-top: 25px;
color: #fff;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
border-radius: 30px;
background-color: #000;
font-size: 20px;
width: 150px;
height: 50px;
border: 0px;
}
.cta:hover{
	 -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;  
}
.bg_1{
	color: #000;
    background-image: url("../img/bg1.jpg");
    background-repeat: no-repeat;
    font-family: 'Nunito', sans-serif;
}

.bg_g{
	background-image: url("../img/bg_g.png");
    background-repeat: repeat-x;	
}

.bg_2{
	color: #000;
    background-image: url("../img/bg2.jpg");
    background-repeat: no-repeat;
    font-family: 'Nunito', sans-serif;
}

.footer{
	background-color: #000;
	color: #fff;
	border-radius: 0px 0px 30px 30px;
	
}

.hr{
	height: 2px;
	width: 1000px;
	background-color: #fff;
}