@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v11/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
#footer .container {
	max-width: 1120px;
	margin: 0px auto;
	position: relative;
}

#footer .container2{
  display: block;
  padding: 0 15px;
}

#footer .content {
	width: 100%;
	min-height: 450px;
	float: left;
	/*background: rgba(0,0,0,0.5); */
	 position: relative;
	 margin-top: 44px;
	 margin-bottom: 23px;
}

#footer .footer_text {
    color: #ccc;
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 195px;
    position: relative;
    text-align: center;
    width: 100%;
}
#footer .footer_text a {
  color: #CCC;
}
#footer {
  background: #3399FF;
  height: 35px;
  width: 100%;
  padding: 10px 0px;
  color: #FFF;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
p.col4{
  width: 40%;
  float: Left;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px !important;
}
p.col4 a.nbut{
  font-weight: 400 !important;
}
#footer p.fontsize{
  font-size: 15px !important;
  padding-top: 9px !important;
} 
@media (max-width:768px){
  #footer {
  height: auto;
}
}
.container2{
  display: block;
  padding: 0 15px;
}

#footer p {
  padding-top: 5px;
  font-size: 18px;
  float: left;
  margin: 0;
}
#footer .align_right {
	float: right !important;
	text-align: right;
}
#footer .align_left a {
  float: left !important;
  text-align: left;
}
#footer .align_right a {
	font-style: italic;
	font-weight: 400;
	color: #FFF;
	font-size: 16px;
}
#footer .align_left a {
	font-style: italic;
	font-weight: 400;
	color: #FFF;
	font-size: 16px;
	margin-right: 10px;
}
#footer a.skipanc{
  margin: 0;
  padding: 0;
  top: -3px;
  position: relative;
}
#footer .button {
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 20px !important;
  margin-left: 15px;
  padding: 3px 25px 5px;
  text-decoration: none;
}
#footer .bullet {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  margin: 0 5px;
  position: relative;
  top: -2px;
  width: 13px;
}
#footer .active {
	background: #FFF;
}
#footer .footer_nav {
	margin: 0 auto;
    position: relative;
    text-align: center;
    top: 11px;
    width: 300px;
}
#footer .footer_nav a {
  color: #FFF;
  text-decoration: none;
  font-size: 29px;
}
@media(max-width:767px) {
  #footer .rightarea {
          float: right;
          height: 100%;
          text-align: right;
          width: 100%;
  }
  #footer p {
          float: none;
          font-size: 22px;
          padding-top: 15px;
          text-align: center;
  }

  #footer .footer_nav {
          height: 50px;
          margin: 0 auto;
          position: relative;
          text-align: center;
          top: 20px;
          width: 100%;
  }
  #footer .align_right {
          float: none !important;
          left: -20px;
          margin: 10px 0;
          position: relative;
          top: 0px;
  }
  #footer .col3 {
          width: 100%;
          float: Left;
  }
  p.col4{
    width: 100% !important;
    text-align: center !important;
  }
  
}

@media(min-width:768px){
  #footer .container {
          padding: 0 15px;
  }
  #footer .col3 {
          width: 33%;
          float: Left;
  }
  
}


