/* ================================
   GENERAL
=================================== */
section {
 margin-top: 70px;
}



/* ================================
   TOP BANNER INFO 
=================================== */


section.ban-info {
	background: #2C82C9;
	margin: 0;
	border-bottom: solid 5px #4ca5ef; 
}
nav.banner-info {margin-top: 10px;}

nav.banner-info > ul > li {
	display: inline;
	margin-top: 10px;
	font-family: 'Roboto';
	font-size: 12px;
	color: #fff;
	text-align: center;

}
nav.banner-info > ul > li:after {
    content: "";
    width: 1px;
    display: inline-block;
    height: 10px;
    position: relative;
    background: #fff;
    margin: 0 7px;
}

nav.banner-info > ul > li > a {
	text-decoration: none;
	color: #fff;
}

nav.banner-info > ul > li.last:after {
	content: "";
	width: 0;
}
/* ================================
   NAVBAR MENU
=================================== */

ul.mega-menu {
    min-width: 700px;
    padding: 0;
}

@media only screen and (max-width: 500px) {
    ul.mega-menu {
    min-width: 200px;
}
}


div.mm-style > ul > li {
    margin-right: 0;
    padding-bottom: 7px;
    border-bottom: dotted 1px #8bcafe ;
    padding-top: 7px;
    color: #fff;
    padding-left: 3px;
}


div.mm-style > ul > li:hover {
    background-color: rgba(139,202,254,0.6);
}
div.mm-style > ul > li > a {
    color: #fff;
    text-decoration: none;
}
ul {
    list-style: none;
}

body > div.row > div > nav {
    border-radius: 0;
    
}

body > div.row > div > nav > div {
    background-color: #2C82C9;
}
#bs-example-navbar-collapse-1 > ul > li > a {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    background-color: #0664b2 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #0664b2 !important;
}

#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul {
    background-color: #0664b2;
    border: none;
}

h1.titlu-menu {
    font-family: 'Oswald';
    font-size: 16px;
    color: #fff;
    text-align: center;
}
div.menu-footer {
    background-color: #124773;
    bottom: 0;
    padding: 10px 15px;
}

hr.style-one {
    margin-right: 10px;
    margin-left: 10px;
     border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(50, 146, 226, 0), rgba(50, 146, 226, 0.75), rgba(50, 146, 226, 0));

}
#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul > li:nth-child(3) {
    padding: 10px 15px;
}

span.mm-link > a {
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: 500;
}
/* ================================
  GALERIE
=================================== */

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}


/* ================================
  FOOTER
=================================== */
section.footer-one {
    background-color: #124773;
    padding-bottom: 30px;
}
section.footer-two {
    background-color: #033258;
    margin-top: 0;

}

ul.list-footer > li {
    color: #fff;
    padding-top: 5px;
}
ul.list-footer > li > a {
    text-decoration: none;
    color: #b9dfff;
    font-size: 12px;
}
.title-footer > h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    text-align: center;
}

ul.custom-list-2 > li {
    list-style-image: url(../../../images/2.png);
    margin-right: 4px;
    font-size: 13px;
    color: #c6e3fb;
}

ul.custom-list-2 {
    margin-top: 20px;
}
ul.contact-list > li {
    color: #b9dfff;
    padding-top: 7px;
    font-family: 'Roboto';
    font-weight: 500;
}
ul.contact-list > li > i {
    color: #8bcafe;
    margin-right: 5px;
}
ul.contact-list {
    margin-left: 5px;
    margin-top: 13px;
}
ul.utile > li > a {
    font-family: 'Roboto';
    text-decoration: none;
    color: #c6e3fb;
}
ul.utile{
    margin-left: 50px;
    margin-top: 20px;
}

span.footer-tags {
    color: #c6e3fb;
    font-size: 12px;
    font-family: 'Roboto';
    padding: 4px 5px;
    background-color: #15568b;
    text-align: center;
    margin-left: 3px;
    cursor: pointer;
   
}

body > section:nth-child(9) > div > div > div.row > div.col-md-3 > div > a.left.fa.fa-chevron-left,.fa-chevron-right {
    background-color: #4ca5ef;
    border-radius: 0px;
    border: 0;
}
body > section:nth-child(9) > div > div > div.row > div.col-md-3 > div > a.left.fa.fa-chevron-left:hover {
    background-color: #2C82C9;
    border-radius: 0px;
    border: 0;
}
body > section:nth-child(9) > div > div > div.row > div.col-md-3 > div > a.right.fa.fa-chevron-right:hover {
    background-color: #2C82C9;
    border-radius: 0px;
    border: 0;
}