@import url(https://fonts.googleapis.com/css?family=Muli:400,300);


body {
  padding-top: 10px;
  overflow-x:hidden; 
  font-family: "Muli",sans-serif;
  font-size: 14px;
  background-color: #fafafa;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

@media (max-width: 480px){
  .marquee {
  height: 100px;
 
}
}

@media (min-width: 480px){
  .marquee {
  height: 200px;
 
}
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.btn {
 
  border-radius: 1px;
  border-color: transparent;

}


.navbar {border-radius: 0;
z-index: 10;
}

.marquee {
  overflow: hidden;
}

.ver {
  height: 50px;
  width: 200px;
}

.panel {
    margin-bottom: 21px;
    background-color: #FFF;
    border: 1px transparent;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

a:hover {
    color: #dc1f1f;
    text-decoration: none;
}

.footer {
color: #dadada;
background: #dc1f1f;
padding: 20px 0 30px;
}

.twitter-hover, .email-hover, .facebook-hover, .youtube-hover, .phone, .email, .fax, .twitter, .youtube, .facebook, .phone-hover, .fax-hover{
  background: url('sprites.svg') no-repeat; 
  padding-top: 10px;
  margin-right: 10px;
}

#twitter a:hover{
  background-position: -163px 0;
  width: 40px;
  height: 40px;
}

#email a:hover{
  background-position: -82px 0;
  width: 40px;
  height: 40px;
}



#youtube a:hover{
  background-position: -206px 0;
  width: 40px;
  height: 40px;
}

#phone a{
  background-position: -52px -41px ;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: inline-block;
}

#email a{
  background-position: -97px -41px ;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: inline-block;

}

#fax a{
  background-position: -6px -41px ;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: inline-block;
}

#twitter a{
  background-position: -188px -41px ;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: inline-block;
}

#youtube a{
  background-position: -232px -41px ;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: inline-block;
}

#facebook a{
  background-position: -143px -41px ;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: inline-block;
}

#facebook a:hover{
  background-position: -123px 0;
  width: 40px;
  height: 40px;
}

#phone a:hover{
  background-position: -41px -1px ;
  width: 40px;
  height: 40px;
}

#fax a:hover{
  background-position: 0 0;
  width: 40px;
  height: 40px;
}

.copyright {
  text-align: center;
  background-color: #17232f;
  padding: 10px;
  bottom: 0;
  position: relative;
  color: #fff;
  margin-bottom: 0px;
}

.btn-login {
  border-color: #16a388;
  border-width: 1px;
  background-color: #149C82;
  color: white;
}

.btn-login:hover {
  border-color: #fff;
  border-width: 1px;
  background-color: #149C82;
  color: #dc1f1f;
}

.panel-title, .btn {

font-size: 14px;

}

@media(min-width:767px) and (max-width: 992px){

body {
  font-size: 12px;
} 
.nav > li > a {
position: relative;
display: block;
padding: 0px 7px;

}
.navbar-nav > li > a {
padding-top: 18.5px;
padding-bottom: 18.5px;
}

.nav > li > .btn-default {
  font-size: 12px;
}

}


.content {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 20px;
}

.img-frame {
  background-color: #fbfbfb;
  padding: 10px;
  margin: 0px 12px 8px 0px;
  box-shadow: 0px 2px 2px rgba(128, 128, 128, 0.2);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #7B8A8B;
    white-space: nowrap;
    font-size: 13px;
}

.dropdown-menu > li > a:hover {
    
    transition:  0.5s;
 
}
