
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

body {
    background: #f9f9f9;
    font-family: 'Open Sans';
}


h1,h2,h3,h4 {
    font-weight: 700;
}

h2.title {
    font-weight: 600;
}


.breadcrumb {
    background: inherit;
}

.page_container {
    min-height: 30em;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 30px;
}

.wrap {
    /*margin-bottom: 4em;*/
}


.logo {
    padding-bottom: 0;
}

.header {
    padding: 1em 0 2em 0;
    /*border-bottom: 1px solid #ccc;*/
    /*margin-bottom: 2em;*/
    width: 100%;
    z-index: 99;
    background: #f9f9f9;
}


.navbar {
    margin-bottom: 0;
}


.menu_wrap {
    padding-top: 2em;
}

.menu_wrap .nav > li.current > a,
.menu_wrap .nav > li.current > a:hover {
    color: #d00b01;
}


#footer {
    border-top-color: #d00b01;
    background: #f9f9f9;
    padding-top: 0;
}

#footer a {
    font-style: normal;
}

.footer_bottom {
    background: inherit;
}


/*
.copyright {
    text-align: right;
}
*/

.planning span.img_icon {
    display:block;
    width:70px;
    height:70px;
    margin:0 auto 14px auto;
}

.planning span.icon1 {
    background-image:url(../img/icon1.png);
    background-position:left top;
    background-repeat:no-repeat;
}

.planning .span3:hover span.icon1 {
    background-position:left bottom;
}

.planning span.icon2 {
    background-image:url(../img/icon2.png);
    background-position:left top;
    background-repeat:no-repeat;
}

.planning .span3:hover span.icon2 {
    background-position:left bottom;
}

.planning span.icon3 {
    background-image:url(../img/icon3.png);
    background-position:left top;
    background-repeat:no-repeat;
}

.planning .span3:hover span.icon3 {
    background-position:left bottom;
}

.planning span.icon4 {
    background-image:url(../img/icon4.png);
    background-position:left top;
    background-repeat:no-repeat;
}

.planning .span3:hover span.icon4 {
    background-position:left bottom;
}

.planning {
    font-size: 0.7em;
}

.planning span.link_title {
    display:block;
    line-height:24px;
    font-size:20px;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:800;
    padding-bottom:8px;
    color:#313131;
}

.planning .span3:hover {
    cursor: default;
}

.table td {
    font-weight: 400;
    line-height: 1.5em;
}

.nowrap {
    white-space: nowrap;
}

.table .alignR,
.alignR {
    text-align: right;
}

small {
    font-weight: 400;
}

.table .alignC {
    text-align: center;
}

.bigtext {
    font-size: 220%;
}


@media all and (min-width: 980px) and (max-width: 1200px) {
    .bigtext {
        font-size: 180%;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .bigtext {
        font-size: 130%;
    }
}

@media all and (max-width: 414px) {

    .page_container {
	font-size: 1.2em;
    }

    .bigtext {
        font-size: 140%;
    }
}




