.t3-footer p {
    margin-top: 7px;
    color: #fff;
}

.navbar-default{
	background: none;
	border: none;
}

.t3-footer p {
    margin-top: 7px;
}

.navbar-default .container{
	background: url(../../../images/header-background.jpg);
        max-height: 60px;
}

.btn.btn-primary.profile {
    background-color: transparent;
    border: medium none transparent;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    font-size:16px;
}

.btn.btn-primary.profile:hover {
  background-color: transparent;
  border: transparent;
  color: #0077bb;
}

.navbar-default .navbar-nav > li > a{
	color: #ffffff;
    font-family: roboto;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    width: 110px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: none;
	color: #FFFFFF;
}

.custom.home-section.disclaimer-section > div {
    margin-left: -15px;
    margin-right: -15px;
}

.nav > li {
    border-top: 1px solid #fff;
    display: block;
    margin: 16px 10px 0;
    position: relative;
}

.nav > li:hover {
    border-top-width: 4px;
	border-top-color: #000;
}

.nav li.active {
    border-top-width: 4px;
	border-top-color: #FFF;
}

.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > .active > a{
	padding-top: 7px;
}

.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #000000;
}

.t3-megamenu.animate.slide {
    text-align: center;
}

.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
}

.logohome{
    padding: 115px 0 15px;
}

.logohome p img{
	max-width: 100%;
	padding-bottom: 25px;
    -webkit-animation: bummer 2s;
    animation: bummer 2s;
    -webkit-transform: scale(0,0); 
    transform: scale(0,0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; /* Add this so that your modal doesn't 
                                      close after the animation completes */
}

@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1,1); 
    }
}

@keyframes bummer {
    100% {
        transform: scale(1,1); 
    }
}

.logohome a {
    color: rgb(118, 118, 118);
}

.t3-footer{
	background: none;
	border: none;
}

.t3-copyright{
	padding: 0 0 30px;
	border: none;
}

.t3-copyright .container {
    background: rgba(0, 0, 0, 0) url("../../../images/footer-background.jpg") repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
	line-height: initial;
    padding: 10px 0;
    max-height: 60px;
}

.t3-copyright a{
	color: #fff;
}

.border{
	border: 4px solid rgba(222, 221, 221, 1);
	box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.6);
	overflow: hidden;
	margin: 10px 0;
}

.border .col-md-9{
	padding-left: 0;
}

.border .siderbar-left {
    text-align: right;
}

.border .siderbar-left .date{
	text-align: center;
	color: #dedddd;
	padding-top: 15px;
}

.section-inner.product {
    margin: 10px -15px;
}

/*.product .acm-slideshow .item .desc{
	display: none;
}*/

.product .acm-slideshow .carousel-indicators {
    background: rgba(71, 70, 70, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 8px 0 0;
    width: 100%;
	display: none;
}

.product .acm-slideshow:hover .carousel-indicators{
	display: block;
}

.carousel-control{
	width: 10%;
}

.acm-slideshow .carousel-control .fa{
	font-size: 76px;
}

.border .siderbar-left {
    padding-left: 20px;
	padding-top: 20px;
    text-align: right;
}

.custom.archive-sidebar {
    padding-top: 50%;
}

.border .siderbar-left ul{
	text-align: left;
	list-style: none;
	font-weight: bold;
	color: #a0a09f;
}

.border .siderbar-left ul li{
	padding: 10px 0 12px;
}

.contactpage .row {
    margin: 10px -30px;
    padding: 0;
}

.contact-info {
    padding: 10px 0 0 0;
    margin-bottom: -25px;
}

.t3-mainnav .container {
    position: relative;
}

.custom.facebook-link {
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 2%;
    top: 30%;
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.video-caption {
    color: #fff;
    position: relative;
    z-index: 1000;
}

.title {
    font-size: 38px;
    position: absolute;
    text-align: center;
    top: -90px;
    width: 100%;
}

.profile {
    position: absolute;
    right: 21px;
    top: -65px;
}

.profile a{
  color: #FFF;
  text-decoration: underline;
  font-weight: 700;
}

.siderbar-left a {
    color: #50504f;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: none;
}

.siderbar-left a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

.profileslide .acm-slideshow .carousel-indicators {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 100%;
    left: 84%;
    top: 0;
    width: auto;
}

.product.profileslide .acm-slideshow .item .desc {
    font-size: 16px;
    padding: 10px 20px;
    text-align: left;
}

.slideshow-full .product.profileslide .acm-slideshow .item .desc {
    display: block;
    margin-bottom: -43px;
    text-align: center;
}

.slideshow-full .profileslide .carousel-inner {
    overflow: visible;
}

.acm-slideshow a.btn-primary {
    background-color: #fff;
    border: 2px solid #357ebd;
    border-radius: 35px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 15px;
    position: absolute;
    right: 46.5%;
    text-transform: none;
    top: 2%;
}

.acm-slideshow a.btn-primary:hover {
    background-color: #eee;
    border: 2px solid #0077bb;
}

.map-container {
    margin: 0 0 10px !important;
    padding: 0;
}

.custom.home-section {
    padding-bottom: 10px;
    padding-top: 10px;
}

.col-md-4.col-xs-12.home {
    padding-left: 0;
	padding-top: 4% !important;
}

.col-md-8.col-xs-12.home {
    padding-right: 0;
}

.home-text {
    font-size: 17px;
    padding-top: 15px;
    text-align: justify;
}

.custom .nav-tabs {
    text-align: center;
}

.custom .nav-tabs li a {
    border: medium none;
    color: #ccc;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  	margin-right: 0;
}

.custom .tab-content {
    overflow: hidden;
}

.custom .nav-tabs li.active, .custom .nav-tabs li.active:hover, .custom .nav-tabs li:hover{
  	border: none;
  	background: none;
}

.custom .nav-tabs li a:hover{
  	border: none;
  	padding-top: 10px;
  	background: none;
}

.custom .nav-tabs li {
    margin-left: 0;
  	margin-right: 0;
  	border: none;
  	float: none;
  	display: inline-block;
  	color: #ccc;
}

.custom .nav-tabs li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-weight: 700;
}

.facebook-link span {
    display: block;
    float: right;
    padding: 4px 0 0 5px;
}


@media screen and (max-width: 768px) {
	.border .siderbar-left {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
  .acm-slideshow a.btn-primary {
    right: 38%;
  }
}

@media screen and (max-width: 980px) {
  .t3-off-canvas-body .nav-pills > li > a:hover, .t3-off-canvas-body .nav-pills > li > a:focus {
    background-color: #428bca;
    color: #ffffff;
	}
  .t3-off-canvas-body .nav-pills > li:hover {
     border: none;
	}
  
  .t3-off-canvas-body .nav > li {
    margin: 5px 10px 0;
  }
  .t3-megamenu.animate.slide {
    display: none;
    text-align: center;
   }
}

@media screen and (max-width: 1024px) {
  .t3-megamenu.animate.slide {
    display: none;
    text-align: center;
   }  
  .col-md-8.col-xs-12.home {
    padding-left: 0;
  }
  .custom.archive-sidebar {
		padding-top: 0;
	}
  .imagediary > img {
    height: auto;
    width: 100%;
}
}