/* COLORS
 rood: e53517
 d-rood: a02510
*/

@import url("opensans/opensans-regular.css");
@import url("opensans/opensans-light.css");
@import url("opensans/opensans-extrabold.css");
@import url("font-awesome/font-awesome.css");

html, body{
	height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: 'opensans_regular', Arial, sans-serif;
    color: #333;
    background-color: #FFF;

    font-size: 14px;
    line-height: 1.5;
}

h1{ font-size:26px; }
h2{ font-size:20px; }
h3{ font-size:18px; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'opensans-extrabold', Arial, sans-serif;
    font-weight: 700;
    color:#333;
}

span{ display:inline-block;}

.inset{ margin:0px 0px 15px 0px; }
.inset1{ margin:0px 0px 15px 35px; }
.inset2{ margin:0px 0px 15px 70px; }

p {
    font-size: 14px;
    line-height: 1.5;
}


a {
    color: #e53517;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #a02510;
    cursor:pointer!important;
}

b, strong{
	font-family: 'opensans-extrabold', Arial, sans-serif;
}