
body, html {
    width: 100%!important;
    height: 100%!important;
}
body.inner_genres{
	height: auto!important;
    min-height: max-content!important;
}
header {
    width: 100%;
    height: 6rem;
    background-color: #FF7854;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10rem;
	z-index: 9999999999999999999999;
    position: relative;
}
#wrapper {
    display: flex;
    position: relative;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.sidebar-nav {   
font-family: 'Helvetica';	   
 font-size: 18px;}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.51);
}
#mainuser{
	position: relative;
    flex: 1 0 auto;
	background: #f8f8f8;
	display: table;
    height: calc(100vh - 110px);
}
.page{
	position: relative;
    flex: 1 0 auto;
	background: #f8f8f8;
	display: table;
    min-height: calc(100vh - 110px);
}
#mainuser .signup{
	vertical-align: middle;
    display: table-cell;
	padding: 20px;
}
.hamburger {
    display: none;
}
.line {
    width: 40px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
}
.line:nth-child(3) {
    margin-bottom: 0px;
}
.logo {
    font-size: 2.5rem;
    color: #fff;
}
.logo, .lang{
	height: 60px;
	width: 60px;
	cursor: pointer;
}
.logo img, .lang img{
	height: 100%;
	width: 100%;
}
.navigation {
    transition: all .6s ease-in-out;
}
.navigation ul {
    display: flex;
	margin: 0;
	padding: 0;
}
.navigation ul li {
    list-style: none;
    margin-right: 3rem;
}
.navigation ul li:last-child {
    list-style: none;
    margin-right: 0rem;
}
.navigation ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 2rem;
    width: 100%;
    padding: 2rem;
    display: inline-block;
    transition: all .3s ease;
}
.navigation ul li a:hover {
    color: #333232;
}
.navigation.active {
	left: 0;
	z-index: 9999;
	height: calc(100vh - 50px);
    position: fixed;
}
.lock-scroll {
    overflow: hidden;
}
.head-banner{
	display: table;
    height: calc(100vh - 35vh);
    background-image: url(/assets/img/home/background-shop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.head-banner .contentes{
	display: table-cell;
    vertical-align: middle;
	padding: 0 15px;
}
.head-banner .contentes .text{
	text-align: center;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
}
.input-group.md-form.form-sm.form-1 input{
	border: 1px solid #bdbdbd;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input {
	border: 1px solid #bdbdbd;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input.red-border {
	border: 1px solid #ef9a9a;
}
.input-group.md-form.form-sm.form-2 input.lime-border {
	border: 1px solid #cddc39;
}
.input-group.md-form.form-sm.form-2 input.amber-border {
	border: 1px solid #ffca28;
}
.form-group.gender{
	position: relative;
	display: flex;
}
.form-group.gender select{
	padding: 6px 25px 6px 0px!important;
}
.form-group.gender .fa-genderless{
	display: flex;
    padding: 0 15px 0 0;    
	align-items: center;  
	border-bottom: 1px solid #999;
	    left: 2px;
    position: relative;
}
#home-search {
    width: 100%;
    max-width: 790px;
	margin: 0 auto;
}
#home-search .inner-form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 34px;
    overflow: hidden;
}
#home-search .inner-form .input-field.first-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
#home-search .inner-form .input-field {
    height: 50px;
}
#home-search .inner-form .input-field.first-wrap .svg-wrapper {
    min-width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
#home-search .inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
	flex-grow: 1;
	outline: none;
}
#home-search .inner-form .input-field.second-wrap {
    min-width: 216px;
}
#home-search .inner-form .input-field.second-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: #191b1a;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 300;
	border: 5px solid #fff;
	border-radius: 0px 40px 40px 0px;
}
#home-search .inner-form .input-field input:hover, .s130 form .inner-form .input-field input:focus {
	box-shadow: none;
	outline: 0;
}
#home-search .inner-form .input-field.second-wrap .btn-search:focus {
	outline: 0;
	box-shadow: none;
}
.inner-body-book{
	margin-top: 50px;
}
.body-book .group .target{
    height: 150px;
    margin-bottom: 50px;
    border-radius: 5px;
    width: 100%;
	transition: transform .2s ease;
}
.body-book .group .target:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
	cursor: pointer;
}
.body-book .group .wanted{
	margin-bottom: 75px;
}
.body-book .group .rated{
	margin-bottom: 75px;
}
.body-book .group #hist-geo{
	background-image: url(/assets/img/category/asas.png);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.body-book .group #gjuhesi{
	background-image: url(/assets/img/category/gjuhesi-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.body-book .group #arts{
	background-image: url(/assets/img/category/arts.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.body-book .group #medical{
	background-image: url(/assets/img/category/Medical-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.body-book .group #shkenca_natyres{
	background-image: url(/assets/img/category/shkenca_natyres.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.body-book .group #social_sciences{
	background-image: url(/assets/img/category/social_sciences.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.body-book .group #feja{
	background-image: url(/assets/img/category/feja.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.body-book .group #psikologji{
	background-image: url(/assets/img/category/psikologji.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.body-book .group #referenca{
	background-image: url(/assets/img/category/referenca.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.body-book .group .cont {
	position: relative;
	text-align: center;
	color: white;
}
.body-book .group .cont img{
    width: 100%;
    height: 100%;
}
.body-book .group .centered {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
	padding: 10px 2px;
	background-image: url(/assets/img/category/filter.png);
}
.body-book .group .title {
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 60px;
	    margin-bottom: 0px;
}
.body-book .elements .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 60px;
	margin-bottom: 0px;
}
.body-book  .decor {
    background: #dad9d7;
    height: 2px;
    width: 60px;
    display: inline-block;
    position: relative;
    z-index: 1;
	vertical-align: middle;
}
.body-book .elements .decor2 {
    background: black;
    height: 1px;
    width: 60px;
    display: inline-block;
    position: relative;
    z-index: 1;
	vertical-align: middle;
}
.body-book .elements  .inner-form .input-field {
    height: 35px;
    width: 100%;
    position: relative;
}
.body-book .elements  .inner-form{
    margin-bottom: 40px;
}
.body-book .elements .inner-form .input-field .btn-search {
    width: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.body-book .elements .inner-form .input-field input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid #333333;
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 32px 10px 70px;
    font-size: 16px;
    color: #333333;
    border-radius: 10px;
    outline: none;
}
.body-book .elements.inner-form .input-field .btn-search svg {
    fill: #ccc;
    width: 30px;
    height: 30px;
    transition: all .2s ease-out, color .2s ease-out;
}
.body-book .elements svg:not(:root) {
    overflow: hidden;
}
.body-book .swiper-container {
	width: 100%;
	height: 100%;
}
.body-book .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	margin-right: 5px;
    width: 16%;
    display: block;
}
.body-book .swiper-slide {
	text-align: center;
	font-size: 14px;
	background: #fff;
    width: 16%;
    display: block;
}
.body-book .swiper-slide .book-title{
	color: black;
    font-size: 14px;
    font-weight: 600;
}
.body-book .swiper-slide img{
	width: 100%;
	object-fit: cover;
}
.home-slider-container .button-prev, .home-slider-container .button-next {
    background-image: none;
    height: 100%;
    top: 22px;
    width: 50px;
    max-width: 50px;
    left: 15px;
    outline: none;
    cursor: pointer;
}
.home-slider-container .button-prev::before {
    border-color: black;
    border-style: solid;
    border-width: .0925rem .0925rem 0 0;
    content: '';
    display: inline-block;
    height: 1.2625em;
    position: relative;
    vertical-align: top;
    width: 1.2625em;
    transition: border-width .4s linear;
    position: absolute;
    top: 35%;
    left: 5px;
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
	z-index: 999;
}
.home-slider-container .button-next::before {
    border-color: black;
    border-style: solid;
    border-width: .0925rem .0925rem 0 0;
    content: '';
    display: inline-block;
    height: 1.2625em;
    position: relative;
    vertical-align: top;
    width: 1.2625em;
    transition: border-width .4s linear;
    position: absolute;
    top: 35%;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: auto;
    right: 5px;
	z-index: 999;
}





#mainFooter{
	background-color: #FF7854;
	z-index: 99;
}
#mainFooter h4 {
    font-size: 15px;
	border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
#mainFooter .container{
	padding: 40px 0;
	color: #fff;
}
#mainFooter .container a{
	color: #fff;
}
#mainFooter .footer-copyright{
	padding: 15px 0;
    color: #fff;
}
#mainFooter .footer-copyright a{
    color: #fff;
}
/* CREATE USER */
.credencial{
	min-height: 100vh;
    height: 100%;
}
#top .name-header{
	font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: inherit;
}
#top .name-header p{
	margin-bottom: 0px;
}
#top  .sub-menu {
	display: none;
    width: 100%;
    margin: 0px;
}
#top  .sub-menu li{
	width: 100%;
    display: table;
    background-color: #FF7854;
	padding: 20px;
	position: relative;
    z-index: 999999;
}
#top  .sub-menu li a{
    color: #fff;
    font-size: 18px;
}
#top .lang .menu {
	display: contents;
    list-style-type: none;
}
.container.create {
	width: 900px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
}
.signup-content{
	display: flex;
    display: -webkit-flex;
}
.container.create  .signup-content {
    padding: 75px 0;
}
.container.create .signup-form {
    margin-left: 75px;
    margin-right: 75px;
    padding-left: 34px;
	width: 50%;
    overflow: hidden;
}
.container.create  .signup-image,.container.create  .signup-form,.container.create  .signup-image,.container.create  .signin-form,.container.create  .signin-image {
	width: 50%;
    overflow: hidden;
}
.container.create .signup-image {
    margin: 0 55px;
	margin-top: 45px;
    text-align: center;
}
.container.create .signup-form .form-title {
    margin-bottom: 40px;
    padding: 0;
    font-weight: bold;
    color: #222;
    font-size: 32px;
    color: #4e4b4b;
}
.container.create .register-form {
    width: 100%;
}
.container.create .register-form .form-group {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}
.container.create .register-form .form-group:last-child {
    margin-bottom: 0px;
}
.container.create .register-form input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #999;
    padding: 6px 30px;
    font-family: Poppins;
    box-sizing: border-box;
	outline: none;
    -webkit-appearance: unset !important;
}
.container.create .register-form input::placeholder {
	color: #ffb49f;
}
.container.create .register-form .form-submit {
    display: inline-block;
    background: #6dabe4;
    color: #fff;
    border-bottom: none;
    width: auto;
    padding: 15px 39px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}
.container.create .register-form .form-submit:hover {
    background: #4292dc; 
}
.container.create .register-form label{
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #222;
}
.container.create .register-form select{
    border: 1px solid #999;
    border-top: none;
    border-right: none;
    border-left: none;
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 25px;
	color: #ffb49f;
	cursor: pointer;
}
.container.create  img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.alert-dismissible.new-reader{
	display: none;
}
/* About Us */
.page{
	background-image: url(/assets/img/page/background_page.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.page.about-us{
	text-align: center;
}
.page .container .title{
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    padding-bottom: 20px;
    justify-content: center;
	text-align: center;
}

.page .container .title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    width: 30%;
    border-bottom: 6px double #FF7854;
	text-align: center;
    margin: 0 auto;
}
.page .container .text{
    font-size: 16px;
    color: #fff;
	padding-bottom: 30px;
}
#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }
.contact-us .box-icon{
	color: #ffffff!important;
    background-color: rgba(255,255,255,0.5);
	border-width: 2px!important;
    border-radius: 50%;
    transition: all ease-in .2s;
    display: inline-block;
    text-align: center;
	line-height: 98px;
    height: 100px;
    width: 100px;
	margin: 0 auto;
}
 .contact-us .box-icon:hover{
	background-color: #f3b4a4;
 }
.contact-us .box-icon svg{
	height: 48px;
    width: 48px;
	fill: currentColor;
	vertical-align: middle;
}
.contact-us .reference{
	color: #ffffff!important;
	font-size: 20px;
    font-weight: bold;
}
.contact-us .column-info{
	text-align: center;
}
.contact-us .info-with-text{
	margin-bottom: 40px;
}
/* My Profile */
.page-myprofile{
    position: relative;
    flex: 1 0 auto;
    background: #f8f8f8;
    display: table;
    height: calc(100vh - 110px);
}
.page.search{
    position: relative;
    flex: 1 0 auto;
    background: transparent;
    display: table;
    height: calc(100vh - 110px);
}
.page.search .genres_container{
    background: #fff;
	text-align: center;
	border-radius: 10px;
    display: grid;
}
.page.search .genres_container .category_headers{
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
}
.page.search .other_genres{
	text-align: initial;
}
.page.search .other_genres .button{
	text-align: center;
}
.inner_genres{
	background-image: url(/assets/img/view/flying_books.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.search_button{
	margin-bottom: 20px;
	border: none;
    margin-bottom: 20px;
    padding: 7px;
    border-radius: 5px;
    font-weight: 600;
}


/* Sidebar */
#sidebar-wrapper{
  z-index: 1;
    position: absolute;
    width: 0;
    height: 100%;
    overflow-y: hidden;
    background: #fff;
    opacity: 0.9;
    transition: all .5s;
    display: flex;
    box-shadow: 6px 0 15px -2px #888;
}

/* Main Content */
#page-content-wrapper{
	width: 100%;	
	transition:all .5s;
}

#menu-toggle{
	transition:all .3s;
	font-size:2em;
	color: black;
}
/* Change the width of the sidebar to display it*/
#wrapper.menuDisplayed #sidebar-wrapper{
  width:250px;
}

#wrapper.menuDisplayed .section-profile{
  padding-left:250px;
}

/* Sidebar styling */
.sidebar-nav{
	padding:0;
	list-style:none; 
	transition:all .5s;
	width:100%;
	text-align:center;
}

.sidebar-nav li{
	line-height:40px;  
	width:100%;
	transition:all .3s;
	padding:10px;
}

.sidebar-nav li a {
	  display:block;
	  text-decoration:none;
	  color:#000000;
}

.sidebar-nav li:hover a{
	color:#FF7854;
}

.main_content_tittle1{
	font-family:'Helvetica';
	font-weight:normal;
	font-size: 35px;
}
.main_content_tittle2{
	font-family:'Helvetica';
	font-weight:normal;
	font-size: 18px;
}
.main_content_my_lib label{
	font-family:'Helvetica';
	font-weight:normal;
	font-size: 15px;
	padding-top:20px;
	padding-bottom: 5px;
}

.main_content_my_lib {
    width: auto;
}

.month_book_row {
	display: grid;
	grid-template-columns: auto auto auto;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 0px;
}

.month_book_row .book_name {
	font-weight: bold;
	font-family:'Helvetica';
	font-size: 17px;
}

.month_book_row .book_author {
	font-weight: normal;
	font-family:'Helvetica';
	font-size: 15px;
	padding-top: 10px;
}
 .month_book_row .book_author label {
	 padding-top: 0px;	 
}
 
 .month_book_row .book1 {
	 padding: 10px;	 
}
 
 #janar.tabcontent {
	display: block;
}
 
 .sidebar-nav button {
	border: none;
    background-color: rgba(255,255,255,0.15);
	outline: none;
}
 .tab button.active {
    background-color: #ff7854;
}
 .main_content_my_lib .tab{
    display: block;
    background-color: rgba(255,255,255,0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
	padding-left: 20px;
    padding-right: 20px;
}
.huaz-lex {
	text-align: center;
}
.huaz-lex label{
	color: #ff7854;
    font-size: 15px;
    font-weight: 600;
	margin-bottom: 0;
    padding-bottom: 0px;
}
.header_main label{
	font-family: 'Helvetica';
    font-size: 32px;
    font-weight: normal;
	padding-bottom: 20px;
}

.book_name_prof{
	text-align:center;
	font-weight: bold;	
}

.book_author_prof{
	text-align:center;
}
.book_author_prof label{
	font-weight: normal;
}
 .book_prof img {
	width: 100%;
 }
 .book_prof {
    padding: 15px;
 }
 
 .header_second label {
	font-family: 'Helvetica';
    font-size: 19px;
    font-weight: normal;
	padding-bottom: 10px; 	 
 }
 
 .header_tab_prof label {
	font-family: 'Helvetica';
    font-size: 15px;
	font-weight: bold;
	padding:5px;
 }

.main_content {		
	height: auto;		
	width: auto;		
	display: block;	}	
	
.main_content label {		
	font-family: 'Helvetica';			
	font-size: 33px;		
	}

.header_main {
	font-weight: 500;
    font-size: 30px;
	font-family: 'Helvetica';
}

#monthtab {
    overflow: hidden;
    border: none;
    background-color: #f8f8f8;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
#profilerow{
	margin-bottom: 20px;
}

 .book_prof_bib img {
	width: 100%;
 }
 .book_prof_bib {
    padding: 8px	
 }

#bib.tabcontent1 {
	display: block;
 }
#huaz.tabcontent1 {
    display: none;
}
#gjoba.tabcontent1 {
    display: none;
}
#tedhena.tabcontent1 {
    display: none;
}

.more_btn_div {
    text-align: center;
	padding-bottom: 20px;
}

.show_more_btn {
	height: 45px;
    width: 150px;
    border: none;
    color: white;
    background-color: #ff7854;
}
#more {display: none;}
#more1 {display: none;}

.gjoba_container {	
	padding:30px;
}
.book_gjoba_month {
	text-align:center;
	padding-top:7px;
	font-family: 'Helvetica';
    font-size: 17px;
	font-weight: bold;
}
.book_gjoba_sasia {
	text-align:center;
	font-family: 'Helvetica';
    font-size: 17px;
	color:red;
	font-weight: bold;
	padding-bottom: 45px;
}
.gjoba_inner_container {
	background-color: #f8f8f8;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
	padding: 20px;
}
.book_gjoba_sasia label{
	padding-left:4px;
	padding-right:4px;
}
.book_gjoba_month label{
	padding-left:4px;
	padding-right:4px;
}
.show_more_btn1 {
	height: 45px;
    width: 150px;
    border: none;
    color: white;
    background-color: #ff7854;
}
.thedhena_container{
	padding-top: 35px;
    padding-bottom: 35px;
    background-color: #8080801a;
	padding-left: 35px;
    padding-right: 35px;
}
.user_avatar_contain{
	padding: 10px;
	text-align: center;
}
.user_input_contain {
	padding-top: 30px;
	padding-bottom: 30px;
}
#user_image_prof{
	width: 100%;
    max-width: 315px;
    max-height: 315px;
	background-image: url(/assets/img/view/Upload.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	min-width: 315px;
    min-height: 315px;
	border:none;
}
input[type=file]{
	padding:10px;
	background:rgba(255,255,255,0.15);
	width: 100%;
}
.user_info_contain {
	text-align: end;
}
.info-text-input{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    width: 70%;
    margin-left: 8px;
    height: 35px;
    border: none;
	padding: 5px;
}
.contact_us_map{
	padding-bottom: 30px;
}
.info-fusha{
	padding:5px;
}
.tedhenat_btn_div {
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.row_paginat{
	text-align: center;
	margin: 20px 0px;
}
.row_paginat a , .row_paginat b{
	font-size: 18px;
	padding: 0 10px;
}
.row_paginat .vl{
border-left: 2px solid black;
}

.info-fusha label {
	margin-bottom: 10px;
    font-weight: 300;
}

.tedhenat_btn{
	width: 33%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    border: none;
    background-color: #18a289;
    height: 35px;
    color: white;
}
.gjinia-text-input{
    display: inline-flex;
}
.gjinia_header_radio {

	padding-left: 5px;
    padding-right: 10px
}
.radio-label1 {
	font-weight: normal;
	padding-left:3px;
	padding-right:3px;
}
.lajmerime-field {
	background: white;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
    padding: 25px;
    text-align: center;
    font-size: 17px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 5px;
}
.lajmerime-field span{
	font-size: 20px;
    font-weight: bolder;
}
.lajmerime-field label{
	margin-top: 26px;
	font-weight: normal;
}
.shto_koment_btn {
   	height: 30px;
	width: auto;
	border: none;
	color: white;
	background-color: #17a288;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 12px;
	font-size:12px;
	padding-left:40px;
	padding-right:40px;
}
.checkbox_genres{
	list-style-type: none;
}
.checkbox_genres input{
	width: 18px;
    height: 18px;
    position: relative;
    vertical-align: sub;
	    margin: 7px 5px 0px;
}
.content-search{
	margin-top: 70px;
}
.page.search .content-search img{
	width: 70%;
    object-fit: cover;
}
.collapse-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
}

.collapse-open {
    display: none;
}

.collapse-painel {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .1s,
    visibility .3s,
    opacity .3s;
}

.collapse-open:checked ~ .collapse-painel {
    max-height: 100%;
    opacity: 100;
    visibility: visible
}

.collapse-list li {
    margin-bottom: 0;
}

.collapse-list .collapse-btn {
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    margin-bottom: 0;
    color: #000000;
    color: #000000;
    transition: background-color .2s ease;
    font-size: 16px;
    font-weight: bold;
}
#home-search-category label{
	cursor: pointer;
}
#author_bio_wrap 
{
    margin-top: 0px;  
    margin-bottom: 30px; 
    width: 100%; 
	height: 100%;
}
#author_bio_wrap p
{
    font-family: 'Helvetica';
    font-size: 14px;
    color: black;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.15);
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-color: white;
    padding: 10px;
    overflow: auto;
}



#author_bio_wrap_toggle 
{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #9E9E77;
    text-align: center;
    color: white;
    font-weight: bold;
    font-variant: small-caps;
    box-shadow: 2px 2px 3px #888888;
    text-decoration:none;
}

#author_bio_wrap_toggle:hover 
{
    text-decoration:none;
    border-top: 1px groove white;
    border-left: 1px groove white;
    border-bottom: 1px solid #7B7B78;
    border-right: 1px solid #7B7B78;
    color: #663200;
    background: #EBEBB3;
    box-shadow: 1px 1px 2px #888888;
}
.page.search .content-search .book_name{
	font-size: 16px;
    font-weight: bold;
	height: 44px;
	    margin-top: 10px;
}
.page.search .content-search .book_author{
	height: 20px;
	overflow: hidden;
}
.book_body_search{
	display: flex;
	margin-bottom: 30px;
}
.page.search .content-search .book1{
	margin-bottom: 10px;
}
.page.search .content-search .results_header{
	font-size: 16px;
    text-decoration: underline;
    color: black;
    font-weight: 300;
}
.page.search .content-search .results_header span{
	text-transform: uppercase;
    font-size: small;
    font-weight: 700;
}
.container.profile .content-myprofile{
	text-align: center;
    padding-top: 50px;
}
.container.profile .content-myprofile p{
	font-size: 20px;
	color: #FF7854;
    text-decoration: underline;
}
.container.profile .content-myprofile .book p{
	font-size: 18px;
	color: #FF7854;
    text-decoration: none;
}
.page-myprofile .tablinks1.active{
	width: 100%;
	border-bottom: 5px solid #FF7854;
	outline: none;
}
.log_out_menu_btn{
	display: none;
}
#profilerow .book img{
	width: 70%;
    object-fit: cover;
}
@media screen and (max-width: 1200px) {
	.container.create  {
		width: calc( 100% - 30px);
		max-width: 100%; 
	} 
}
@media screen and (min-width: 1024px) {
	.container.create  {
		max-width: 1200px; 
	} 
}
@media screen and (max-width: 992px) {
	#home-search .inner-form .input-field {
		height: 50px;
	}
	.info-text-input {
		width: 55%;
	}
}
@media only screen and (max-width: 900px) {
	.log_out_menu_btn{
		display: block;
	}
	.lang {
		display: none;
	}
	header {
		padding: 0 5rem;
	}
	.navigation {
		position: absolute;
		top: 6rem;
		left: -100%;
		width: 100%;
		height: 100%;
		background-color: #24252a;
	}
	.navigation ul {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		   padding: 40px;
	}
	.navigation ul li {
		width: 100%;
		text-align: center;
		margin-right: 0rem;
	}
	.navigation ul li a {
		display: block;
		font-size: 25px;
		text-transform: capitalize;
	}
	.navigation ul li a:hover{
		color: #FF7854;
	}
	.hamburger {
		display: block;
		cursor: pointer;
	}		
}
@media screen and (max-width: 767px) {
	
	
.page .container .title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    border-bottom: 6px double #FF7854;
	text-align: center;
    margin: 0 auto;
}
	
.lajmerime-field {
	margin-bottom: 25px;
}
	
	
.tedhenat_btn_div {
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-top: 25px;
	text-align: center;
}
	
.navigation ul li {
    list-style: none;
    margin-right: 0rem;
}	
	
#mainuser .signup {
    padding-top: 10px;
	padding-bottom: 10px;
}
#mainuser {
	padding-bottom: 30px;
}
	
.container.create {
	width: calc( 100% - 30px);
	max-width: 100%;
}
#top .name-header {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: inherit;
}

#home-search .inner-form .input-field.first-wrap .svg-wrapper {
	min-width: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
}
#home-search .inner-form .input-field.first-wrap svg {
	width: 26px;
	height: 26px;
	fill: #222;
}
#home-search .inner-form .input-field.second-wrap {
	    min-width: 80px;
}
#home-search .inner-form .input-field.second-wrap .btn-search {
	font-size: 13px;
}	
.container.create  .signup-content, .signin-content {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center; 
}
.container.create .signup-form {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    /* box-sizing: border-box; */
    padding: 0 20px; 
}
.container.create .signin-image {
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 50px;
   order: 2;
   -moz-order: 2;
   -webkit-order: 2;
   -o-order: 2;
   -ms-order: 2; 
}
.container.create .signup-form,.container.create .signup-image,.container.create .signin-form,.container.create .signin-image {
    width: auto; 
}
.container.create .social-login {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
	-ms-justify-content: center; 
}
.container.create .form-button {
    text-align: center; 
}
.container.create .signin-form {
   order: 1;
   -moz-order: 1;
   -webkit-order: 1;
   -o-order: 1;
   -ms-order: 1;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 30px; 
}
.container.create .form-title {
   text-align: center; 
}
.page .container .title {
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	padding-bottom: 20px;
	justify-content: center;
}
.contact-us .box-icon {
	color: #ffffff!important;
	background-color: rgba(255,255,255,0.5);
	border-width: 0px!important;
	border-radius: 0%; 
	transition: all ease-in .2s;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	height: 65px;
	width: 100%;
	margin: 0 auto;
}
.contact-us .box-icon svg {
	height: 40px!important;
	width: 40px!important;
}
.book_prof {
    padding: 5px;
}
.thedhena_container {
    padding: 10px;
}
.user_info_contain {
    text-align: end;
    padding: 4px;
}
.info-text-input {
	width: 60%;
}
.tedhenat_btn {
    width: 50%;
}
.user_input_contain {
    padding-top: 10px;
    padding-bottom: 20px;
}
#user_image_prof {
	min-width: 280px;
    min-height: 280px;
}
.head-banner .contentes .text {
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#home-search .inner-form {
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 34px;
    overflow: hidden;
    margin: 0 auto;
}
#home-search .inner-form .input-field {
    height: 40px;
}
}
#mainuser .signup {
    vertical-align: middle;
    display: table-cell;
    padding: 5px;
	padding-top: 30px;
}
.container.create .signup-content {
    padding: 5px 0;
}
#gender.form-control {
	border: 1px solid #999;
    border-top: none;
    border-right: none;
    border-left: none;
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 6px 25px;
    color: #ffb49f;
    cursor: pointer;
	background-color: #fff;
}

.lajmerime-field:nth-child(1) {
    margin: 0px 17px 0px 17px ;
}
.body-book .group .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}
.body-book .elements .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0px;
}
.body-book .group .target {
    height: 170px;
    margin-bottom: 30px;
    border-radius: 5px;
    width: 100%;
    transition: transform .2s ease;
	border: none;
}
.body-book .group .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
        margin-top: 30px;
    margin-bottom: 0px;
}
.body-book .group .wanted .title {
    margin-bottom: 10px;
}
.body-book .group .wanted {
    margin-bottom: 40px;
}
.body-book .group .rated .title {
    margin-bottom: 10px;
}
.body-book .group .rated {
    margin-bottom: 40px;
}
.book-title{
	padding-top: 8px;
}
.section_inner_books{
	padding: 30px;
}

}