body {
  background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #ed1846;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #ed1846;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
}

i {
	margin: 7px;
	/*color: #ed1846; */
}


/* HeaderWrap */
#headerwrap {
	/* background: url(../img/bg01.jpg) no-repeat center top; */
	background-color: #ed1846;
	margin-top: -20px;
	/*padding-top:200px;*/
	background-attachment: relative;
	background-position: center center;
	/*min-height: 650px;*/
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}

@media (max-width: 991px) {
    #headerwrap h1 {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
	.centered {
	    text-align: justify;
	}
}

.btn-primary, 
.pagination>.active>a,
.pagination>.active>span {
	background-color: #ed1846;
	border-color: #D5002E;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>a:active,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>.active>span:active {
	background-color: #D7153F;
	border-color: #BD0029;
}

select.form-control {
	font-size: 14px;
}

.leave-some-space {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	address {
		display: inline-block;
		margin-left: 27px;
	}
	p.address {
		text-align: center;
	}
}

a.remove-line {
	position: absolute;
	margin-left: -20px;
	margin-top: -4px;
	z-index: 10;
}

a.remove-line[target-line="0"] {
	display: none;
}

div.g-recaptcha {
	overflow-x: auto;
	margin-top: 14px;
	min-height: 81px;
}

input.form-control, select.form-control {
  font-weight: normal;
}
