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: "Montserrat", sans-serif;
	font-size:18px;
	color:#333333;
	overflow-x: hidden;
	background:#F3F0ED;
}
/*------------------------------------*\
	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:#CFB786;
	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{
	color:#fff;
	font-size: 50px;
	line-height: 65px;
	font-family: "Playfair Display", serif;
}

h2{
	color:#2D4D5A;
	font-size: 50px;
	line-height: 65px;
	font-family: "Playfair Display", serif;
}
h3{
	
}
h4{
	
}
h5{
	
}
p{
	font-family: "Montserrat", sans-serif;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	color:#333333;
	margin-bottom:25px;
}
/************************** Page CSS********************/
.common-background-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button{
	font-size:22px;
	line-height:34px;
	font-weight:600;
	letter-spacing: 1.76px;
	color: #F3F0ED;
    border: 1px solid #2d4d5a;
    background-color: #2d4d5a;
	padding: 12px 35px 12px 35px;
    display: inline-block;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform:uppercase;
	min-width:275px;
	text-align:center;
}
.common-button:hover{
	border: 1px solid #2d4d5a;
	background-color: #876140;
	color:#fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link{
	font-family: 'Optima Bold';
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:hover{
	color: #d9a883;
	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;
}
:focus{
	outline: 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 *********************/