/*
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

br {
    /*content: " ";
    display: block;
     margin: 1em;*/
    /*line-height: 0.1; 
    content: " "*/
}

.overlayfep-container {
    position: relative;
    display: block;
    overflow: hidden;
}

    .overlayfep-container:hover .overlayfep,
    .overlayfep-container:hover .overlay-links {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.overlayfep {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
/*.overlayfep a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 26px;
	color: #e84c3d;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}*/


/*.overlayfep a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}*/


a.fepImageLink {
    background: url(../images/fep_logo_144X81.png) no-repeat top left;
    display: block;
    width: 230px;
    height: 76px;
    text-indent: -9999px; /* hides the link text */
    /*color:transparent;*/
}

.alert-fep-cookie-orange {
    color: #fff;
    background-color: #ff9d5d;
}

.btn-fep-cookie-orange {
    color: #fff;
    background-color: #FF6501;
    border-color: #FF6501;
}

    .btn-fep-cookie-orange:focus,
    .btn-fep-cookie-orange.focus {
        color: #fff;
        background-color: #ff9d5d;
        border-color: #FF6501;
    }

    .btn-fep-cookie-orange:hover {
        color: #fff;
        background-color: #ff9d5d;
        border-color: #FF6501;
    }

.alert-fep-cookie-blue {
    color: #fff;
    background-color: #8199b1;
}

.btn-fep-cookie-blue {
    color: #fff;
    background-color: #033364;
    border-color: #033364;
}

    .btn-fep-cookie-blue:focus,
    .btn-fep-cookie-blue.focus {
        color: #fff;
        background-color: #8199b1;
        border-color: #033364;
    }

    .btn-fep-cookie-blue:hover {
        color: #fff;
        background-color: #8199b1;
        border-color: #033364;
    }

.big-icon {
    font-size: 300%;
}

.container-fluid-fep {
    margin: 0 auto;
    width: 100%;
}


@media (max-width: 950px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.shadowFepColor {
    -moz-box-shadow: 0 0 20px 15px rgba(3,51,100,0.7);
    -webkit-box-shadow: 0 0 20px 15px rgba(3,51,100,0.7);
    box-shadow: 0 0 20px 15px rgba(3,51,100,0.7);
    color: white;
    background-color: rgba(3,51,100,0.7);
}

/*html, body {
      margin: 0;
      width: 100%;
      height: 800px;
}*/
