
body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}  
  /* .container {
  padding: 80px 120px;
} */
.jumbotron {
  color: #fff;
  padding: 100px 25px;
  font-family: Montserrat, sans-serif;
  
  /* background-position:top center; */
  /* height: 750px; */
  /* background-repeat: no-repeat; */

}
.container-fluid {
  padding: 60px 50px;
}
.bg-grey {
  background-color: #f6f6f6;
}
.logo-small {
  color: green;
  font-size: 70px;
}
.logo {
  color: #F4D03F ;
  font-size: 200px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.item{
width:100%;
}


/* .carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #f4511e;
}
.carousel-indicators li {
  border-color: #f4511e;
}
.carousel-indicators li.active {
  background-color: #f4511e;
} */
/* .item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
} */
.panel {
  border: 1px solid #f4511e; 
  border-radius:0 !important;
  transition: box-shadow 0.5s;
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
  border: 1px solid #f4511e;
  background-color: #fff !important;
  color: #f4511e;
}
.panel-heading {
  color: #fff !important;
  background-color: #f4511e !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #f4511e;
  color: #fff;
}
.navbar {
  margin-bottom: 0;
  background-color:black;
  opacity:0.7;
  z-index: 9999;
  border: 0;
  font-size: 13px !important;
  line-height: 1.42857143 !important;
  /* letter-spacing: 1px; */
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  /* top: 40px; */
  min-height: 80px;
}
.navbar-brand {
padding: 30px 10px;
height: 80px;
line-height: 80px;
}
.navbar-toggle {
/* (80px - button height 34px) / 2 = 23px */
margin-top: 23px;
padding: 9px 10px !important;
}
.navbar li a, .navbar .navbar-brand {
  color: white !important;
  
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: green !important;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}
.dropdown-submenu:hover > a:after {
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
}
footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f4511e;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
.col-center {
  margin: 0 auto;
  float: none !important;
}
/* ---
.carousel {
  margin: 0px auto 60px;
  padding: 0 80px;
}
.carousel .item {
  text-align: center;
overflow: hidden;

}
.carousel .item h4 {
  font-family: 'Varela Round', sans-serif;
}
.carousel .item img {
  max-width: 100%;
display: inline-block;

} */
/* .carousel .item .btn {
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: #a177ff;
  padding: 6px 15px;
  margin-top: 5px;
}
.carousel .item .btn:hover {
  background: #8c5bff;
}
.carousel .item .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.carousel .thumb-wrapper {
  margin: 5px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);   
} */
/* .carousel .thumb-content {
  padding: 15px;
  font-size: 13px;
}
.carousel .carousel-control {
  height: 44px;
  width: 44px;
  background: none;	
  margin: auto 0;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel .carousel-control i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -19px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  font-weight: bold;
} */
/* .carousel .carousel-control.left i {
  margin-left: -3px;
}
.carousel .carousel-control.right i {
  margin-right: -3px;
}
.carousel .carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 4px;
  border-color: transparent;
}
.carousel-indicators li {	
  background: #ababab;
}
.carousel-indicators li.active {	
  background: #555;
} */
    /*=-footer-=*/
  footer {
  color: #fff;
  background-attachment: fixed;
      background-color:#222;
  background-image: url();
      background-size: cover;
      background-position: bottom;
          }
          footer p {
              color: #ccc;				
          }
     footer a {
              color: #ccc;				
          }
          .social-pet li {
              display: inline-block;
              margin-right: 10px;
          }
          .social-pet li a {
              height: 35px;
              width: 35px;
              border-radius: 50%;
              text-align: center;
              display: block;
              line-height: 35px;
              background-color: #3a5a95;
              color: #fff;
          }
          .social-pet li:nth-child(2) a {
              background-color: #57aced;
          }
          .social-pet li:nth-child(3) a {
              background-color: #dd4f43;
          }
          .social-pet li:nth-child(4) a {
              background-color: #6b27b2;
          }
          .social-pet li a:hover {
              background-color: #0141a2;
          }
          .social-pet li a:hover i {
              transform: rotate(360deg);
              -moz-transform: rotate(360deg);
              -webkit-transform: rotate(360deg);
          }
          .recent-post li {
              display: block;
              color: #ccc;
              margin-bottom: 25px;
          }
          .recent-post li label {
              float: left;
              border: 2px solid #ccc;
              padding: 1px 7px;
              text-align: center;
          }
          .recent-post li label span {
              color: #fff;
          }
          footer .input-group-addon {
              background-color: #0141a2;
              padding: 10px;
          }
          .f-address li {
              display: inline-block;
          }
          .f-address li i {
              color: #2995de;
              font-size: 18px;
          }
          .f-address li a {
              color: #ccc;
          }
          /*=-Copyright-=*/
          .copyright {
              background-color: #111;
              padding: 12px 0;
      font-size:14px;
          }
    /*=-footer-=*/
  footer {
              color: #fff;
              background-attachment: fixed;
              background-color:#222;
      background-image:;
              background-size: cover;
              background-position: bottom;
          }
          footer p {
              color: #ccc;				
          }
     footer a {
              color: #ccc;				
          }
          .social-pet li {
              display: inline-block;
              margin-right: 10px;
          }
          .social-pet li a {
              height: 35px;
              width: 35px;
              border-radius: 50%;
              text-align: center;
              display: block;
              line-height: 35px;
              background-color: #3a5a95;
              color: #fff;
          }
          .social-pet li:nth-child(2) a {
              background-color: #57aced;
          }
          .social-pet li:nth-child(3) a {
              background-color: #dd4f43;
          }
          .social-pet li:nth-child(4) a {
              background-color: #6b27b2;
          }
          .social-pet li a:hover {
              background-color: #0141a2;
          }
          .social-pet li a:hover i {
              transform: rotate(360deg);
              -moz-transform: rotate(360deg);
              -webkit-transform: rotate(360deg);
          }
          .recent-post li {
              display: block;
              color: #ccc;
              margin-bottom: 25px;
          }
          .recent-post li label {
              float: left;
              border: 2px solid #ccc;
              padding: 1px 7px;
              text-align: center;
          }
          .recent-post li label span {
              color: #fff;
          }
          footer .input-group-addon {
              background-color: #0141a2;
              padding: 10px;
          }
          .f-address li {
              display: inline-block;
          }
          .f-address li i {
              color: #F4D03F;
              font-size: 18px;
          }
          .f-address li a {
              color: #ccc;
          }
          /*=-Copyright-=*/
          .copyright {
              background-color: #111;
              padding: 12px 0;
      font-size:14px;
          }
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* THE FOLLOWING TEXT AIM TO CHANGE THE NAVABR BREAKPOINT  */


@media (max-width: 991px) {
.navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

    /* The following is under testing - not confirmed */
    /* background-color: black;
    opacity: 1 !important; */
    /* The above is under testing - not confirmed */
    
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;

}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.collapse.in{
    display:block !important;
}
}



/* THIS END THE NAVBAR BREAKPOINT CODES */

@media (min-width: 991px) {
.navbar-nav > li > a {
  /* (80px - line-height of 27px) / 2 = 26.5px */
  padding-top: 26.5px;
  padding-bottom: 26.5px;
  line-height: 27px;
}
}
@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }
}
@media screen and (max-width: 991px) {
  .myPadding{
    padding: 0px 0px !important;
  }
}
