/* NAVBAR CONTENT */
.navbarPc {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999;
    transition: all .1s ease;
}

.navbarInner {
    width: 80%;
    height: auto;
    position: relative;
    padding: 33px 0 0 0;
    margin: 0 auto;
    transition: all .1s ease;
}

.navbarLogo {
    width: 40%;
    height: auto;
    text-align: justify;
    float: left;
    padding: 0 0 0 0;
}

.shadow {
    -webkit-box-shadow: -3px 8px 45px -11px rgba(112,112,112,1);
    -moz-box-shadow: -3px 8px 45px -11px rgba(112,112,112,1);
    box-shadow: -3px 8px 45px -11px rgba(112,112,112,1);
}

.shadowOptions {
    background: #ffffff!important;
    background-color: #ffffff!important;
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2)!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2)!important; */
}

.navbarLogo img {
    max-width: 125px;
    height: auto;
    transition: all .1s ease;
}

.navbarList {
    width: 60%;
    height: auto;
    padding: 45px 0 0 0;
    float: left;
    transition: all .2s ease;
}

.navbarList a {
    font-family: 'CircularStd', serif;
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    transition: all .3s ease;
}

.navbarList a span {
    font-family: 'CircularStd', serif;
    color: #ea6c06;
}

.navbarList a i {
    position: absolute;
    right: -25px;
    bottom: 2px;
    font-size: 20px;
}

a.pageLink {
    position: relative;
    transition: all .3s ease;
    display: inline-block;
    top: -20px;
    margin: 0 0 0 50px;
}

a.pageLink:nth-child(1) {
  margin: 0 15px 0 0;
}

a.pageLink:nth-child(2) {
  margin: 0 15px 0 0;
}

a.pageLink:nth-child(3) {
  margin: 0 15px 0 0;
}

a.pageLink:nth-child(4) {
  margin: 0 15px 0 0;
}

a.pageLink:nth-child(6) {
  margin: 0 15px 0 0;
}

a.pageLink:nth-child(7) {
  margin: 0 0 0 15px;
}

a.pageLink::after {
    content: "";
    width: 0;
    height: 2px;
    background: #ea6c06;
    background-color: #ea6c06;
    position: absolute;
    transition: all .3s ease;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
}


a.pageLink:hover::after {
    width: 100%;
}

.dropdown-content {
    background: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .2s ease;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    transition: all .3s ease;
    padding: 14px 16px 0 0;
    transition: all .3s ease;
}

.dropdown-content li:hover {
    background: transparent;
    background-color: transparent;
}

.dropdown-content li:hover a , .dropdown-content li:hover span{
    background: transparent;
    background-color: transparent;
    color: #ea6c06!important;
}
/*  */

/* FOOTER */
.page-footer {
    padding-top: 50px;
    background: #e1e0e0;
    background-color: #e1e0e0;
}
.page-footer .footer-copyright {
    background-color: rgba(51,51,51,0.0);
}

.sedeAddress {
    width: 95%;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

.sedeAddress h6 {
    font-size: 16px;
    font-weight: 600;
    color: #020202;
}

.sedeAddress p {
    font-size: 15px;
    font-weight: lighter;
    color: #020202;
}

.sedeAddress a {
    font-size: 15px;
    color: #020202;
    position: relative;
    transition: all .3s ease-in-out;
}

.sedeAddress a::after {
    content: "";
    width: 95%;
    height: 1px;
    background: #020202;
    background-color: #020202;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-out;
}

.sedeAddress a:hover {
    color: #e97a21;
    font-weight: 600;
}

.sedeAddress a:hover::after {
    width: 100%;
    background: #e97a21;
    background-color: #e97a21;
}

.sedeAddress ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #020202;
    position: relative;
    transition: all .3s ease-in-out;
    line-height: 2;
}

.sedeAddress ul li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #020202;
    background-color: #020202;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease;
}

.sedeAddress ul li a:hover {
    font-weight: 500;
    color: #e97a21;
}
.sedeAddress ul li a:hover::after {
    width: 100%;
}

.sedeSocial {
    width: 95%;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

.sedeSocial h6 {
    font-size: 16px;
    font-weight: 600;
    color: #020202;
}

.sedeSocial p {
    font-size: 15px;
    font-weight: lighter;
    color: #020202;
}

.sedeSocial ul li {
    margin: 5px;
    display: inline-block;
}

.sedeSocial ul li a {
    font-size: 30px;
    color: #020202;
    transition: all .3s ease;
}

.sedeSocial ul li a:hover {
    color: #e97a21;
}

.copyrightRight {
    width: 60%;
    height: auto;
    float: right;
    text-align: left;
}

.copyrightRight p {
    font-size: 15px;
    color: #020202;
    font-weight: 500;
}
/*  */


/* NAVBAR RESPONSIVE */
.hamburgerBtn {
    width: auto;
    height: auto;
    padding: 15px 20px 15px 20px;
    background: #e97a21;
    font-size: 45px;
    line-height: 45px;
    color: #ffffff;
    position: fixed;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.51);
    transition: all .3s ease;
}

.hamburgerBtn:hover, .hamburgerBtn:active, .hamburgerBtn:focus {
    background-color: #e1e0e0;
    color: #e97a21;
}

.overlayResponsive {
    width: 100%;
    height: 100%;
    background: #000000;
    background-color: #000000;
    opacity: 0.5;
    position: fixed;
    z-index: 1000;
    display: none;
    cursor: pointer;
}

.responsiveFixed {
    width: 66%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    display: none;
}

.responsiveOutter {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.51);
    left: -200%;
}

.responsiveInner {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    position: relative;
    overflow: auto;
    background: #ffffff;
    background-color: #ffffff;
}

.barLeft {
    width: 50%;
    height: 100%;
    background: #e97a21;
    background-color: #e97a21;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.barRight {
    width: 50%;
    height: 100%;
    background: #e97a21;
    background-color: #e97a21;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.responsiveHeader {
    width: 100%;
    height: auto;
    padding: 33px 0 0 0;
    line-height: 0;
    overflow: hidden;
    text-align: center;
}

.responsiveHeader a img {
    max-width: 140px;
    height: auto;
}

.responsiveOptions {
    width: 85%;
    height: auto;
    margin: 0 auto;
    text-align: left!important;
    padding: 10% 0 0 0;
}

.responsiveOptions ul {
    line-height: 50px;
}

.responsiveOptions ul li {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 0;
    cursor: pointer;
}

.responsiveOptions ul li::after {
    content: "";
    width: 0;
    height: 2px;
    background: #000000;
    background-color: #000000;
    position: absolute;
    bottom: 3px;
    left: 0;
    transition: all .5s ease;
}

.responsiveOptions ul li a {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    cursor: none;
    transition: all .3s ease;
}

.responsiveOptions ul li:hover a {
    color: #e97a21;
}

.responsiveOptions ul li:hover::after {
    width: 33%;
    background: #e97a21;
    background-color: #e97a21;
}

.responsiveOptions ul.collapsible {
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.responsiveOptions ul.collapsible .collapsible-header {
    padding: 0 0 0 0;
    border-bottom: none;
    line-height: 50px;
}

.responsiveOptions ul.collapsible .collapsible-header span {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}

.responsiveOptions ul.collapsible .collapsible-body {
    padding: 1rem 1rem 0 1rem;
    border-bottom: none;
}

.closeResponsive {
    width: auto;
    height: auto;
    padding: 15px 20px 15px 20px;
    background: #ffffff;
    font-size: 45px;
    line-height: 45px;
    color: #e97a21;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
}

.closeResponsive:hover, .closeResponsive:active, .closeResponsive:focus {
    background: #e97a21;
    color: #ffffff;
}
/*  */
