.show-phone-small, .show-phone, .page-footer .section.mini-navigation, .show-tablet, .show-desktop, .show-desktop-large {
  display: none !important;
}
@media (min-width: 1440px) {
  .show-phone-small.show-desktop-large, .show-phone.show-desktop-large, .page-footer .show-desktop-large.section.mini-navigation, .show-tablet.show-desktop-large, .show-desktop.show-desktop-large, .show-desktop-large.show-desktop-large {
    display: inherit !important;
  }
}
@media (max-width: 1439px) {
  .show-phone-small.show-desktop, .show-phone.show-desktop, .page-footer .show-desktop.section.mini-navigation, .show-tablet.show-desktop, .show-desktop.show-desktop, .show-desktop-large.show-desktop {
    display: inherit !important;
  }
}
@media (max-width: 991px) {
  .show-phone-small.show-tablet, .show-phone.show-tablet, .page-footer .show-tablet.section.mini-navigation, .show-tablet.show-tablet, .show-desktop.show-tablet, .show-desktop-large.show-tablet {
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  .show-phone-small.show-phone, .page-footer .show-phone-small.section.mini-navigation, .show-phone.show-phone, .page-footer .section.mini-navigation, .show-tablet.show-phone, .page-footer .show-tablet.section.mini-navigation, .show-desktop.show-phone, .page-footer .show-desktop.section.mini-navigation, .show-desktop-large.show-phone, .page-footer .show-desktop-large.section.mini-navigation {
    display: inherit !important;
  }
}
@media (max-width: 479px) {
  .show-phone-small.show-phone-small, .show-phone.show-phone-small, .page-footer .show-phone-small.section.mini-navigation, .show-tablet.show-phone-small, .show-desktop.show-phone-small, .show-desktop-large.show-phone-small {
    display: inherit !important;
  }
}

.hide-phone-small, .crumbs-container, .hide-phone, .page-footer .section.navigation, .hide-tablet, .hide-desktop, .hide-desktop-large {
  display: inherit;
}
@media (min-width: 1440px) {
  .hide-phone-small.hide-desktop-large, .hide-desktop-large.crumbs-container, .hide-phone.hide-desktop-large, .page-footer .hide-desktop-large.section.navigation, .hide-tablet.hide-desktop-large, .hide-desktop.hide-desktop-large, .hide-desktop-large.hide-desktop-large {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .hide-phone-small.hide-desktop, .hide-desktop.crumbs-container, .hide-phone.hide-desktop, .page-footer .hide-desktop.section.navigation, .hide-tablet.hide-desktop, .hide-desktop.hide-desktop, .hide-desktop-large.hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-phone-small.hide-tablet, .hide-tablet.crumbs-container, .hide-phone.hide-tablet, .page-footer .hide-tablet.section.navigation, .hide-tablet.hide-tablet, .hide-desktop.hide-tablet, .hide-desktop-large.hide-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-phone-small.hide-phone, .page-footer .hide-phone-small.section.navigation, .page-footer .section.navigation.crumbs-container, .hide-phone.crumbs-container, .hide-phone.hide-phone, .page-footer .section.navigation, .hide-tablet.hide-phone, .page-footer .hide-tablet.section.navigation, .hide-desktop.hide-phone, .page-footer .hide-desktop.section.navigation, .hide-desktop-large.hide-phone, .page-footer .hide-desktop-large.section.navigation {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .hide-phone-small.hide-phone-small, .crumbs-container, .hide-phone.hide-phone-small, .page-footer .hide-phone-small.section.navigation, .page-footer .section.navigation.crumbs-container, .hide-phone.crumbs-container, .hide-tablet.hide-phone-small, .hide-tablet.crumbs-container, .hide-desktop.hide-phone-small, .hide-desktop.crumbs-container, .hide-desktop-large.hide-phone-small, .hide-desktop-large.crumbs-container {
    display: none !important;
  }
}
/*----------------------------------------------------"layout/footer";/*----------------------------------------------------*/
.page-footer{
	width: 100%;
	background-color: #fff;
}
.page-footer .footer-info {
	padding: 50px 50px;
	max-width: 1200px;
	margin: 0 auto;	
	min-width: 320px;  
	color: #0061A1;
	font-size: 12px;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 300ms, opacity 300ms;
	-moz-transition: -moz-transform 300ms, opacity 300ms;
	transition: transform 300ms, opacity 300ms;
}

.page-footer ul {
    padding: 0;
  }
  
.page-footer a {
  color: #0061A1;
  text-decoration: none;
}
.page-footer a:hover {
  text-decoration: underline;
}
.page-footer .section.navigation ul {
  list-style: none;
}

.page-footer .section.navigation .submenu {
  padding: 0;
}

.page-footer .title, .page-footer .title1_old, .page-footer .title2_old, .page-footer .title3_old, .page-footer .title4_old, .page-footer .title5_old {
  font-weight: 300;
  color: #0061A1;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 0;
}
.page-footer .submenu li {
  margin: 20px 0;
}
.page-footer .section.navigation hr {
  margin: 0;
  width: 75px;
  border: 0 none;
  border-bottom: 1px solid #f7b726;
  display: inline-block;
}
.page-footer .section.mini-navigation {
  margin-bottom: 15px;
}
.page-footer .section.mini-navigation a {
  font-size: 11px;
}
.page-footer .section.mini-navigation hr {
  margin: 0;
  border-color: #404e57;
}
.page-footer .section.right-container {
  text-align: center;
  margin-top: 15px;
  color: #8a9094;
}
@media (min-width: 992px) {
  .page-footer .section.right-container {
    float: right;
  }
}
.page-footer .section.right-container a {
  color: #8a9094;
  text-decoration: underline;
}
.page-footer .section.right-container a:hover {
  color: #0061A1;
}
.page-footer .section.right-container .hover-ico {
  margin-left: 10px;
}
.page-footer .section.right-container .dropdown {
  text-align: left;
  background-color: transparent;
  margin-bottom: 15px;
  color: #0061A1;
  width: 190px;
}
.page-footer .section.right-container .social-links {
  margin-bottom: 15px;
}
.page-footer .section.right-container .social-links ul{
  padding:0;
}
.page-footer .section.right-container .social-links li {
  display: inline-block;
}
.page-footer .hover-ico {
  width: 31px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  transition: border 0.3s;
  border: 2px solid #59656d;
}
.page-footer .hover-ico img {
  position: relative;
  left: -2px;
  top: -2px;
}
.page-footer .copyright {
  color: #0061A1;
}

.page-footer .copyright a{
  color: #0061A1;
}

.content_1 {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding-right: 15px
}

.footer_1 {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */  
  background: #F8F8F8;
  padding: 5px;     
}

.navbar-nav>li>a {    
    background-color: #F8F8F8 !important;
}



/*
.page-footer .hover-ico:hover {
  border: 2px solid #0061A1;
}
.page-footer .hover-ico:hover img {
  position: relative;
  -webkit-animation: social-icons 0.3s;
  -moz-animation: social-icons 0.3s;
  animation: social-icons 0.3s;
  top: -2px;
  left: -33px;
}

@-webkit-keyframes social-icons {
  0% {
    top: -2px;
    left: -2px;
    border: 2px solid #59656d;
  }
  49.9% {
    top: -29px;
    left: -2px;
  }
  50% {
    top: 29px;
    left: -33px;
  }
  100% {
    top: -2px;
    left: -33px;
  }
}
@-moz-keyframes social-icons {
  0% {
    top: -2px;
    left: -2px;
    border: 2px solid #59656d;
  }
  49.9% {
    top: -29px;
    left: -2px;
  }
  50% {
    top: 29px;
    left: -33px;
  }
  100% {
    top: -2px;
    left: -33px;
  }
}
@keyframes social-icons {
  0% {
    top: -2px;
    left: -2px;
    border: 2px solid #59656d;
  }
  49.9% {
    top: -29px;
    left: -2px;
  }
  50% {
    top: 29px;
    left: -33px;
  }
  100% {
    top: -2px;
    left: -33px;
  }
}*/