﻿.footer {border-top: 1px solid #e5e5e5;color: #fff;padding: 30px 0;background-color: #3e3e4a;}
.footer a{color: #fff;}
.footer .icons i{font-size: 30px;color:#00a971;line-height: 50px}
.footer .icons a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #f1f2f2;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}
.navbar{min-height: 70px;}
.navbar-toggle{    margin-top: 18px;    margin-right: 15px;    margin-bottom: 18px;}
.navbar-nav>li>a{line-height: 40px;}
.navbar .nav > li .dropdown-menu { 
 margin: 0; 
} 
.navbar .nav > li:hover .dropdown-menu { 
 display: block; 
}
.contents{min-height: 700px;}
li {
    list-style-type: none;
}

@media screen and (min-width: 768px){
	.carousel-caption {
	    right: 20%;
	    left: 20%;
	    top:30%;
	    padding-bottom: 30px;
	}
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{width:100%;}

