/* 23. Responsive Styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 1910px){

}
@media only screen and (max-width: 1400px) {

}





@media only screen and (max-width: 991px) {

.navbar ul a {
	padding-left:  5px;
	padding-right:5px;
	padding-top:10px;

}

figcaption img
{
	width: 50px;
height: 50px;
	
}



}



@media only screen and (max-width: 800px) {
	


	
}



@media screen and (min-width: 768px) {


}


@media (min-width: 992px) {


}



@media screen and (max-width: 767px) {

.navbar ul a {
	padding: 10px 5px;


}

#rx-navbar-collapse {
	width:100%;
	margin:0;
	
}

.navbar-nav{
	    width: 100%;
    margin-right: 0;
    margin-left: 0;
	
}





li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(47, 47, 47, 0.8);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0px;
	
	text-align: center;
	
	
	
}

.barr h1 {
    font-size: 18px;
}


}


@media only screen and (max-width: 650px) {


#livre2{
	
	display:none;
}

#deco h2 {
    margin: 0px;
}

#deco {
padding-bottom:10px;
}

#livre3{
margin-top:10px !important;
text-align:center;
}

#livre3:hover {
    margin-top: 10px !important;
    text-align: center;
}


.carousel-inner {
	
	text-align:center;
}


#livre h2{
font-size:15px;
}

#livre .btn-primarye {
	
	margin-top:10px
}

#livre .btn-primarye:hover {
    margin-top: 10px;
}
	
.navbar ul a {
    transition: all 2s ease;
    background-position: top;
    padding-top: 0px;
    font-size: 500;
    color: #fff;
    text-transform: uppercase;
}

#menuFooter {
    bottom: 0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2f2f2f;
    background-color: rgb(47, 47, 47);
    background-color: rgba(47, 47, 47, 0.8);
    color: #fff;
}

#logo2 {
	display:none;
}

.nav pull-right{
	
	float:inherit;
	
}
#logo {
	height: 50px;
}

	
}

@media only screen and (max-width: 480px) {
	
}