@font-face {
	font-family: 'im_fell_it';
	src: url("../assets/fonts/FeENit27C.otf") format("opentype");
}

@font-face {
	font-family: 'im_fell';
	src: url("../assets/fonts/FeENrm28C.otf") format("opentype");
}
@font-face {
	font-family: 'Open Sans', sans-serif;
}


html, body{
	font-family: 'Open Sans';
	font-size: 17px;
}

body{
	background-image: url('../assets/imagenes/bg.png');
}

#wrapper_admin{
	font-family: 'Open Sans';
}

#main_container{
	margin-top: 20px;
}

.hearder_banners{
	margin-bottom: 20px;
}


.header_container{
	width: auto;
	display: inline-block;
}col-md-12

.main_header_container{
	width: 800px;
}

.header_img_container{
	border: 1px solid black;
	width: 100%;
}

.social_networks, .shop_header{
	height: 30px;
	padding: 5px;
	margin: 10px 0px;
	text-align: right;
}

.social_networks img, .shop_header img{
	height: 100%;
	cursor: pointer;
	margin-left: 5px;
}

.shop_header > a > img{
	border: 0px;
}

#login_btn, #logout_btn, #account_btn{
	/*color: #aea799;*/
	color: #800000;
}
.navbar-collapse{
	padding-left: 0px;
}


.menu_btn{
	background-color: white;
	text-align: center;
	border: 1px solid black;
	border-bottom: 0px;
	font-family: 'im_fell';
	color: black;
	padding: 5px;
}

#menu, #submenu{
	font-family: 'im_fell';
	width: 100%;
	padding-right: 0px;
	display: inline-block;
	float: left;
}

#submenu > ul{
	padding-right: 0px;
}

#menu .nav, #submenu .nav, #menu_xs .nav{
	width: 100%;
}

#menu > .nav > li, #submenu > .nav > li{
	background-color: white;
	width: 14.2857%;
	text-align: center;
	border: 1px solid black;
	border-right: 0px;
}

#menu_xs > .nav > li{
	background-color: white;
	width: 100%;
	text-align: center;
	border: 1px solid black;
	border-right: 0px;
}

#menu > ul > li:last-of-type, #submenu > ul > li:last-of-type, #menu_xs  > ul > li:last-of-type{
	border: 1px solid black;
}

#menu li > a, #submenu li > a, #menu_xs li > a{
	font-size: 20px;
}

#menu ul.dropdown-menu li > a, #submenu ul.dropdown-menu li > a, #menu_xs ul.dropdown-menu li > a{
	font-size: 14px;
}

#menu li:hover, #submenu li:hover{

}

#menu li:hover > a, #submenu li:hover > a, #menu_xs li:hover > a{
	color: white;
}



.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .dropdown > li > a:hover{
	background-color: #AFA79A;
}

.dropdown-menu > li > a:hover{
	background-image: none;
	background-color: #AFA79A;
}



.shop_headline{
	width: 100%;
	height: 42px;
	background-color: white;
	border: 1px solid black;
	display: inline-block;
	margin-bottom: 10px;
}

#search{
	width: 100%;
	height: 42px !important;
	background-color: white;
	border: 1px solid black;
	display: inline-block;
}

#search input{
	width: 80%;
	height: 40px !important;
	margin-left: 5%;
	border: 0px;
}

#search img{
	padding: 8px;
	height: 90%;
	margin-top: -38px !important;
}


.navbar-nav > li > a{
	padding: 10px 7px;
	color: black;
}

.separator{
	padding: 0px 15px;
}

.subheader_container{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer{
	text-align: right;
	border-top: 1px solid gray;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer_text a{
	color: black;
}

.catalog_entry{
	margin-bottom: 20px;
	height: 315px;
}

.catalog_entry2{
	margin-bottom: 20px;
	min-height: 315px;
}

.item-instance{
	display: none;
}

.catalog_entry img{
	max-height: 248px;

}


/*
	Product view
*/
.product_left_bar{
	text-align: right;
}

.product_title, .product_author, .product_description, .product_author, .about_author, .author_books{
	display: block;
	margin-bottom: 10px;
}

.product_title{
	color: #77819c;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.search_title{
	color: #77819c;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 25px;
}

.author a{
	color: #827e72;
	font-size: 16px;
}

.author_books{
	color: #827e72;
}


.about_author{
	text-transform: uppercase;
	font-weight: bold;
}

.product_details_box{
	border-left: 1px solid #a9a5a2;
}

#product_extras{
	border-top: 0px solid #a9a5a2;
	display: none;
}

.user_details_box{
	min-height: 250px;
}

#user_details{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a9a5a2;
}
#product_details hr{
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #a9a5a2;
}

.user_url{
	text-align: right;
	margin-top: 20px;
}

.bold_title{
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #827e72;
}

.underline{
	border-bottom: 1px solid #a9a5a2;
}

.boxed{
	padding-top: 5px;
	padding-bottom: 15px;
}
.boxed:first-of-type{
	padding-top: 20px;
}

textarea{
	min-height: 150px;
}


/* Fix for multiple submenus */
.dropdown-menu>li /* To prevent selection of text */
{   position:relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left-color:#fff;
    box-shadow:none;
}
.right-caret:after,.left-caret:after{
	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left:5px;
}

.right-caret:after{   border-left: 5px solid #ffaf46; }
.left-caret:after{   border-right: 5px solid #ffaf46; }

#subtext, #description {
	overflow:scroll;
	max-height:300px;
}

#abc_list{
	font-family: 'im_fell';
	font-size: 20px;
}

.abc_list a{
	color: #AFA898;
}

.abc_list a{
	color: #AFA898;
}

#abc_list .selected_letter{
	color: #A73437;
}

.abc_list p{
	display: inline-block;
}


#abc_list{
    text-align: justify;
    padding-left: 20px;
}
#abc_list:after {
    content: '';
    display: inline-block;
    width: 100%;
}
#abc_list:before {
    content: '';
    display: block;
    margin-top: -1.25em;
}
#abc_list > li {
    color: #AFA898;
    display: inline-block;
    margin-right: -.25em;
    font-size: 1em/1.8;
    /* padding: .65em 1em; */
    padding: .45em .6em;
    position: relative;
    top: 1.25em;
}


.author_list{
	color: black;
}
a.author_book{
	font-size: 16px;
	display: block;
}

.carousel-control.left, .carousel-control.right{
	background-image: none;
}

.left.carousel-control > span{
	margin-left: -100px;
}

.right.carousel-control > span{
	margin-right: -100px;
}

.carousel-indicators{
	margin-bottom: -40px;
}

.carousel-indicators > li{
	background-color: #AFA898;
}

.carousel-indicators > li.active{
	background-color: #AFA898;
}

.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.news_list > h4{
	display: inline-block;
}

.news_date{
	display: inline-block;
	font-size: 12px;
	color: gray;
}

.fonca_inba_conaculta{
	margin-top: 100px;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.item > .row > div:last-of-type{
	height: 250px;
	/*overflow: scroll;*/
}

.link_title, .link_author{
	font-size: 14px;
}
.link_title{
	color: #827e72;
}

.link_author{
	color: #77819c;
	font-style: italic;
}


/* SIMPLECART STYLES */
.total_header{
	display: inline-block;
}

.table,
.simpleCart_items table {
	background: rgba(76, 175, 80, 0.0) !important;
}


.incrementf{
	font-size: 45px !important;
}

.simpleCart_total, .title, .simpleCart_shipping, .simpleCart_grandTotal{
	display: inline-block;
}

.title{
	font-weight: bold;
}

#total > .title{
	font-size: 1.3em;
}

#paypal{
	margin-top: 20px;
}

#dollar_val{
	display: none;
	margin-bottom: 10px;
}


.fa-stack{
	color: #aea799;
}

#toggle_navbar_xs span{
	color: #aea799;
}

.navbar-default{
	background-color: transparent;
	background-image: none;
}
#usr_functions{
	text-align: right;
}
#usr_functions a{
	padding-right: 20px;
}
#reg_form{
	margin-top: 20px;
}

#paraisomedia_container{
	margin: 10px 0px;
	padding: 5px;
}

.navy_title{
	text-align: center;
}

.navy_author{
	font-size: 0.8em;
	font-weight: bold;
}
.navy_date{
	padding-left: 15px;
	font-size: 0.8em;
	font-style: italic;
}

.sub_head_navy{
	font-size: 0.8em;
	text-align: right;
}

.navy_title_through{
	text-align: center;
	text-decoration:line-through;
}







hr{
	border-color: #ccc -moz-use-text-color -moz-use-text-color
}

.highlight_date{
	color: red;
}

.legal_docs{
	font-size: 12px;
}

.root_navy{
	margin-bottom: 30px;
}

.subnavy{
	margin-bottom: 10px;
	margin-top: 10px;
}
.product_name{
	font-style: italic;
	font-size: 1em;
	max-height: 110px;
	min-height: 110px;
	height: 110px;
}

.error_login{
	font-weight: bold;
	color: #800000;
	text-align: center;
}

.error_pading{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-radius: 10px 10px 10px 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #A73437;
}


.login_b{
	text-align: center;
}

.gracias{
	text-align: center;
}


.img_autor{
	max-width: 247px !important;
	max-height: 384px !important;
}

.carousel-inner > .item > img{
	height: auto !important;
}

.seguirComprando{
	padding-bottom: 15px;
}

.aimg{
	width: 100%;
	height: auto;
	/* width: 900px; */
	/* height: 250px !important; */
}




#errornick {
	color: #800000 !important;
}


.divnick p{
	margin-top: 80px;
	text-align: center;
}



#slider-carousel > .item > img{
	max-height: none !important;
}

#slider-carousel2 > .item > img{
	max-height: none !important;
}

.gastos{
	font-size:.8em;
}
