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-size: 18px;
	line-height: 28px;
	font-weight:400;
	color: #333333;
	font-family: 'Montserrat'; 
	overflow-x: hidden;
	background:#F3F0ED;
}
body,html{
	overflow-x: hidden;
}
/*------------------------------------*\
	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:#E8D8AF;
	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-family: "Playfair Display", serif;
	font-weight:400;
	font-size:100px;
	line-height:116px;
	color:#fff;
}

h2{
	font-family: "Playfair Display", serif;
	font-weight:400;
	font-size:56px;
	line-height: 70px;
	color: #2D4D5A;
	text-transform: capitalize;
	margin-bottom:35px;
	position: relative;
	padding-bottom: 35px;
}
h2:after{
	position:absolute;
	bottom:0px;
	left:0px;
    width:123px;
    height:3px;
    background: #876140;
    content:'';
}
h3{

}
h4{
	
}
h5{
	
}
p{
	font-family: 'Montserrat'; 
	font-size: 18px;
	line-height: 28px;
	font-weight:400;
	color: #333333;
	margin-bottom:20px;
}
/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw !important;
	left:50%;
	position:relative;
}
.common-background-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button {
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 34px;
    color: #F3F0ED;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #2D4D5A;
    padding: 10px 25px 10px 25px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1px;
    text-align: center;
	min-width:260px;
}
.common-button:hover{
	background-color: #E8D8AF;
	color:#F3F0ED;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}

/*************************** Pagination css*********************/
.pagination {
    width: 100%;
	text-align:center;
	display:block
}
.pagination ul{
	padding:0px;
	margin:0px;
}
.pagination ul li{
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:17px;
	color:#212020;
	margin:0px 10px;
}
.pagination ul li a{
	color:#212020;
	font-weight:300;
}
.pagination ul li a:hover{
	color:#85CBF8;
}
/*************************** End:Pagination css *********************/