
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px;
	padding:0px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
	background-image:url('../images//books-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
/*------------------------------------*\
	FONT RESET
\*------------------------------------*/
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:300;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a{
	color:#AA9985;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
a:hover{
	text-decoration:none;
}
 
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*--- QUOTES ---*/
blockquote{
	margin:0 60px 0 45px;
	border-left:5px solid #ccc;
	padding-left:10px;
	text-indent:-0.4em;
}
blockquote b{
	display:block;
	text-indent:0;
}

img{ 
	max-width:100%; 
	height:auto
}
/************************** FONTS CSS********************/
h1{
	font-weight: 500;
	font-size: 60px;
	line-height: 70px;
	color:#fff;
	margin-bottom: 15px;;

}

h2{
	font-size: 40px;
    line-height: 50px;
    color: #d40210;
    margin-bottom: 12px;
    font-weight: 600;
	font-family: "Playfair Display", serif;
}
h3{
	font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 500;

}
h4{
	
}
h5{
	
}
p{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #000;
	margin-bottom:30px;
}
/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.common-background-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display:inline-block;
	background: #d40210;
	color:#FFFFFF;
	border:0px;
	border-radius:5px;
	padding:20px 30px;
	padding-right:47px;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-button:after{
	content:url('../images/small-button-star.png');
	position: absolute;
    right: 17px;
    top: 16px;
    transform: scale(0.65);
}
.common-button:hover{
	color: #fff;
    background-color: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.boder-button{
	background-color: transparent;
}
.common-link{
	font-family: "muli",sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 10%;
	text-transform: uppercase;
    color: #231F1B;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	position: relative;
    border-left: 3px solid #A69F94;
    border-right: 3px solid #A69F94;
    padding-left: 6px;
    padding-right: 6px;
	padding-bottom: 1px;
}
.common-link::after{
	position: absolute;
	content: '';
    right: -24px;
    top: 0px;
	width: 19px;
	height: 19px;
	background-image: url('../images/common-link-arrow.png');
	background-repeat: no-repeat;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;

}
.common-link:hover{
	color: #8B6456;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-link:hover:after{
    transform: rotate(45deg);
    top: -2px;
		transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
.listing-style{
	margin:0px;
	padding:0px;
	list-style:none;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-next, 
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius:100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d40210;
    background-color: #fff;
    font-weight: bold;
}
