#logo{/*-moz-transform: rotate(-10deg) scale(1);
-ms-transform: rotate(-10deg) scale(1);
-O-transform: rotate(-10deg) scale(1);
-webkit-transform: rotate(-10deg) scale(1);*/
border-radius:100%;
height:200px;
width:200px;
position:absolute;
z-index:300;
background:#fff;
margin-top:-60px;
margin-left:-100px;
padding:20px 20px 0px 0px;}

@media (max-width: 500px) {
#logo img{width:120px;
margin-top:50px;
margin-left:50px;
}
#logo {
    margin-top:-35px;
    height: 120px;
    width: 120px;
    margin-left: -100px;
}
#animation{height:200px;}
#slogan{font-size:17px;
margin-top:0px;
text-align:left;
margin-left:80px;}
}
@media (min-width: 500px) {
#logo img{width:150px;
margin-top:20px;
margin-left:30px;}

#logo {
    margin-top:-35px;
    height: 150px;
    width: 150px;
    margin-left: -100px;
}

#animation{height:220px;}
#slogan{font-size:17px;
margin-top:0px;
text-align:left;
margin-left:80px;}
}
@media (min-width: 768px) {
    #logo img{
        width:180px;
        margin-top:60px;
        margin-left:50px;
    }

    #logo {
        margin-top:-45px;
        height: 180px;
        width: 180px;
        margin-left: -180px;
    }

    #animation{height:380px;}
    #slogan{font-size:19px;
    margin-top:0px;
    margin-left:30px;
    position:absolute;}
}
@media (min-width: 992px) {
#logo img{width:200px;
margin-top:40px;
margin-left:30px;}

#logo {
    margin-top:-60px;
    height: 200px;
    width: 200px;
    margin-left: -145px;
}

#animation{height:390px;}
#slogan{font-size:23px;
margin-top:0px;
margin-left:50px;
position:absolute;}
}
@media (min-width: 1200px) {
    #logo img{width:200px;
    margin-top:40px;
    margin-left:10px;}

    #logo {
        margin-top:-60px;
        height: 200px;
        width: 200px;
        margin-left: -50px;
    }

    #animation{height:503px;}
    #slogan{font-size:27px;
    margin-top:5px;
    margin-left:40px;
    position:absolute;}
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: silver;
}
.item:nth-child(2) {
  background: silver;
}
.item:nth-child(3) {
  background: silver;
}
.item:nth-child(4) {
  background: silver;
}
.item:nth-child(5) {
  background: silver;
}
.item:nth-child(6) {
  background: silver;
}
.item:nth-child(7) {
  background: silver;
}
.item:nth-child(8) {
  background: silver;
}



.carousel-control {
  position: absolute;
  top: 87%;
  bottom: 7%;
  width: 0%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  left: 7%;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: 10%;
  right:auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top:20%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left:10%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right:10%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  margin-left: 0%;
  z-index: 25;
  width: 20%;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

a {
  color: #136fce;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #a94442;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-success > .panel-heading {
background:#098942;
color:#fff;
}
/*.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #ffffd1;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}*/

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align:middle;
  border-top: 1px solid #ddd;
}