html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	margin-bottom:0;	
}

/* remember to define focus styles! */
:focus { 
outline: 0; 
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('inc_files/fonts/Bebas-Neue/bebasneue-bold.woff2') format('woff2'),
         url('inc_files/fonts/Bebas-Neue/bebasneue-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('inc_files/fonts/Bebas-Neue/bebasneue-regular.woff2') format('woff2'),
         url('inc_files/fonts/Bebas-Neue/bebasneue-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuebook';
    src: url('inc_files/fonts/Bebas-Neue/bebasneue-book.woff2') format('woff2'),
         url('inc_files/fonts/Bebas-Neue/bebasneue-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* --------------- remove apple's default styling --------------- */
	input[type="text"]{
		border-radius:0;
		padding:1px 0 1px 2px;
		-webkit-appearance: none;
	}
	
	input[type="button"],input[type="submit"],textarea{
		border-radius:0;
		-webkit-appearance: none;
	}
	
/* --------------- common input style --------------- */	
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="submit"],
	select,textarea{	
		border:0;
		margin:0;
		font-family: 'bebas_neueregular';
	}	
	
	::-webkit-input-placeholder {
		color:#060201;
	}
	:-moz-placeholder {
		color:#060201;
	}
	::-moz-placeholder {
		color:#060201;
	}
	:-ms-input-placeholder {  
		color:#060201;
	}
	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5{
	font-weight:normal;
}
p{	
	color:#060201;
}
a{
	text-decoration:none;
	color:inherit;
}
li{
	list-style-type:none;
}
hr{
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:1px solid #ddebea;
}
body{
	margin:0 auto;
	font-family: 'bebas_neueregular';
	font-weight:300;
	color:#060201;
}

/* --------------- common class --------------- */
#main-wrapper{
	margin:0 auto;
}
#content-wrapper{
	margin:0 auto;	
	position:relative;
	-webkit-background-size:100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size:100%;
	background-position: center bottom;
    background-repeat: no-repeat;
	padding-top: 119px;
	padding-bottom:139px;
}
#footer-wrapper{
	background-color:#494949;
	clear:both;
	overflow:hidden;
	color:#fff;
	padding: 30px 0 50px 0;
}
.page-width{
	width:1180px;
	margin:0 auto;
	position:relative;
}

/* --------------- banner wrapper --------------- */
#banner-wrapper{
	position:relative;
}
#mobile-banner{
	display:none;
	width:100%;
	height:auto;
}	
#home-banner li div{
	height:778px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
#banner-bottom{
	background-color:#539992;
	min-height: 337px;
	position:relative;
}
#banner-bottom .row{
	padding-top: 37px;
	width: 484px;
    position:absolute;
	right:0;
	top:-47px;
    background-color: #539992;
	 -moz-border-radius:14px 14px 0 0;
    -webkit-border-radius:14px 14px 0 0;
    border-radius:14px 14px 0 0;
    -khtml-border-radius:14px 14px 0 0;
}
#banner-bottom h3{
	font-size: 76px;
    color: #d7c5b4;
    text-align: center;
    line-height: 67px;
    border-bottom: 1px solid #a0c6c4;
    margin-bottom: 20px;
    padding-bottom: 23px;
    letter-spacing: 6px;
	margin-left:37px;
    margin-right:37px;
}
#banner-bottom h3 span{
	color:#fff;
}
#tel-number{
	font-size:36px;
}
#email-address{
	font-size:29px;
}
#banner-bottom p{
	color: #d7c5b4;
    text-align: center;
    line-height: 28px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
#banner-bottom p a{
	color:#fff;
}

#banner-text{
	position:absolute;
    top:0;
	z-index:9;
}
#logo{
	display: block;
    margin: 0 auto 68px auto;
    padding-top: 76px;
	height:auto;
}
#banner-text .row{
	width:579px;
	margin-left:80px;
	background-color: #fff;
	min-height: 1116px;
}
#banner-text h2{
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:36px;
	color:#c25585;
	line-height:36px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 7.5px;
	margin-bottom:50px;
}
#banner-text ul{
	margin: 0 18px;
}
#banner-text ul li{	
	position: relative;
    border-bottom: 1px solid #ddebea;
    padding-left: 13px;
    padding-bottom: 13px;
    padding-top: 18px;
}
#banner-text ul li p{
	font-size:38px;
	line-height:32px;
	letter-spacing: 3px;
	background-image:url(inc_files/images/list-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:56px;
}
#banner-text ul li span{
	display:block;
	color:#539992;
	font-family: 'bebas_neuebold';
	margin-top:2px;
}
#banner-text ul li a{
	position:absolute;
	right:0;
	bottom:4px;
	color:#539992;
	font-size:24px;
	font-family: 'bebas_neuebold';
	letter-spacing: 1.5px;
}
#banner-text ul li a::after {
    content: "";
    background-image: url(inc_files/images/arrow-icon.png);
    display: inline-block;
    margin-left:8px;
    vertical-align: middle;
    width:10px;
    height:17px;
}


#brand-new-section{
	background-image:url(inc_files/images/tr.png);
	width:1030px;
	margin:0 auto;
	padding:20px;
	overflow: hidden;
	 -moz-border-radius:0 0 14px 14px;
    -webkit-border-radius:0 0 14px 14px;
    border-radius:0 0 14px 14px;
    -khtml-border-radius:0 0 14px 14px;
}
#brand-new-section .text-block{
	float:left;
	width:48%;
}
#brand-new-section .text-block .row{
	padding-left: 40px;
}
#brand-new-section .text-block h1{
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:99px;
	color:#539992;
	line-height:80px;
	text-align:center;	
	padding-bottom: 41px;
    letter-spacing: 7.5px;
}
#brand-new-section hr{
	border-top:1px solid #e9c2d3;
	width:395px;
	display:block;
	margin:0 auto 28px auto;
}
#brand-new-section .text-block p{
	font-size: 46px;
    text-align: center;
    letter-spacing: 3.5px;
    line-height: 46px;
}
#brand-new-section .text-block span{
	font-size: 46px;
    text-align: center;
    color: #539992;
    display: block;
    font-family: 'bebas_neuebold';
    line-height: 39px;
    letter-spacing: 3.5px;
}

#brand-new-section .image-block{
	float:right;
	position:relative;
	width: 48%;
}
#brand-new-section .image-block img{
	width:100%;
	height:auto;
	display:block;
}
#brand-new-section .image-block a{
	position:absolute;
	background-color:#c25786;
	color:#fff;
	top: 50%;
	width:226px;
	height:72px;
	left:50%;
	margin-left:-113px;
	margin-top:-36px;
	line-height:72px;
	font-size:40px;
	text-align:center;
	 -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    -khtml-border-radius:18px;
}


/* --------------- footer wrapper --------------- */
#footer-wrapper a{
	color:#fff;
}
#footer-wrapper p{
	color:#fff;
	line-height:24px;
	letter-spacing:1.2px;
}
#footer-wrapper .row{
	width:1030px;
	margin:0 auto;
}

@media screen and (min-width:0px) and (max-width:1190px){
	.page-width{
		width:auto;
		margin-left:15px;
		margin-right:15px;
	}
	#banner-text .row{
		margin-left:0;
		width: 400px;
	}
	#banner-text ul li p {
		font-size: 24px;
		line-height: 26px;
	}
	#banner-text ul li a {
		font-size:16px;
	}
	#banner-bottom .row {
		width:400px;
		
	}
	#tel-number {
		font-size: 27px;
	}
	#email-address {
		font-size: 24px;
	}
	#brand-new-section .text-block h1 {
		font-size: 65px;
		line-height: 64px;
	}
	#brand-new-section .text-block p {
		font-size: 34px;
	}
	#brand-new-section .text-block span {
		font-size: 32px;
	}
	#banner-bottom h3 {
		font-size:50px;
		line-height: 57px;
	}
	#logo{
		width:280px;
		margin: 0 auto 38px auto;
		padding-top: 24px;
	}
}
@media screen and (min-width:0px) and (max-width:1040px){
	#brand-new-section {
		width:auto;
		margin-left:15px;
		margin-right:15px;
	}
	#footer-wrapper .row{
		width:auto;
		margin-left:15px;
		margin-right:15px;
	}

}

@media screen and (min-width:0px) and (max-width:768px){
	#mobile-banner{
		display:block;
	}
	#home-banner{
		display:none;
	}
}

@media screen and (min-width:0px) and (max-width:1024px){
	
}

@media screen and (min-width:0px) and (max-width:768px){
	#content-wrapper{
		padding-top:13px;
	}
	#banner-text{
		position:relative;
		left:0!important;
	}
	#banner-text h2{
		font-size:31px;
		margin-bottom: 10px;
	}	
	#banner-text .row{
		width:100%;
		padding-bottom: 35px;
	}
	
	#banner-bottom{
		min-height:auto;
		padding-bottom: 14px;
	}
	#banner-bottom .row{
		position:relative;
		top: 0;
		width:auto;
	}
	
	
	#brand-new-section .text-block .row {
		padding-left:0;
	}
	#brand-new-section .text-block {
		float: none;
		width: 100%;
	}
	#brand-new-section .image-block {
		float: none;
		width: 100%;
	}
	#brand-new-section .text-block h1 {
		font-size: 68px;
	}
	#brand-new-section .text-block p ,
	#brand-new-section .text-block span{
		font-size: 31px;
	}
}