/***********************************************************
 *
 * Project name: 	Vesper
 * Decription: 	A Paramour Designs Layout
 * Author: 		Paramour Designs
 * Link:		http://www.paramourdesigns.com/
 * Version:		1.00
 *
 ************************************************************/
 
/************************************************************
 *
 * -----------------
 * TABLE OF CONTENTS
 * -----------------
 *
 *  01. FONTS
 *
 *  02. GENERAL STYLES
 *     	- SECTIONS
 *     	- BUTTONS
 *
 *  03. PRELOADER
 *		- CURTAINS
 *		- MENU GRID
 *		- CONTENT
 *
 *  04. CSS3 ANIMATIONS
 *
 *  05. HOME SECTION
 *		- SOCIAL ICONS
 *
 *  06. PORTFOLIO
 *
 *  07. ABOUT US
 *
 * 	08. SERVICES
 *
 *	09. CONTACT
 *
 ************************************************************/
 
/************************************************************
 *                    01. FONTS
 ************************************************************/

 /* FONTS ARE INCLUDED AND REFERENCED FROM SEPARATE FILE 'FONTS.CSS' FOR LOGICAL AND READABILITY REASONS */
 
 
/************************************************************
 *                    02. GENERAL STYLES
 ************************************************************/

html {
    -webkit-font-smoothing: antialiased;
	font-family: 'Antic Slab', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

ul {
        list-style: disc;
        font-family: 'Antic Slab', sans-serif;
        color: #000;
        text-align: left;
    }

ol {
        font-family: 'Antic Slab', sans-serif;
        color: #000;
        text-align: left;
        -webkit-padding-start: 20px;
    }

ol li { 
        margin-bottom:8px;
}

/*                CURTAINS                  */

@media (max-width: 767px) {
	
	#mobile-menu {
		display: visible;
		/*width: 30px;
		height: 30px;*/
		background-color: transparent;
		position: absolute;
		top: 35px;
		right: 35px;
		/*left: 35px;*/
		z-index: 1000;
		/*border: 1px solid #EF2D56;*/
		/*padding: 2px 4px;*/
		cursor: pointer;
		color: #EF2D56;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
	}
	#mobile-menu p {padding: 5px;margin: 0px;float: left;}
	
	#mobile-menu span {
		font-size: 20px;
		line-height: 24px;
		color: #EF2D56;
		border: 1px solid #EF2D56;
		width: 30px;
		height: 30px;
		padding: 2px 4px;
		float: right;
	}

	/*ul.menu-mob {position: absolute;top: 38px;right: 0px;left: 0px;background: #ef2d56;padding: 10px;margin: 0px;font-family: "Playfair Display",sans-serif;display: none;}
	ul.menu-mob li {display: block;clear: both;}
	ul.menu-mob li a {display: block;color: #fff;padding: 5px 0px;}
	ul.menu-mob li a:hover {text-decoration: none;color: #fc0;}
	ul.menu-mob li a span {color: #fff !important;float: none !important;border: 0px !important;padding: 0px !important;height: auto !important;width: 35px !important;display: inline-block;vertical-align: middle;}*/

	#curtain-left-half {
		position: fixed;
        overflow: hidden;
		
        z-index: 10;
		top: 0px;
		left: 0px;
        
		width: 100%;
		height: 100vh;
        
		background-color: #fafafa;
        background-image: url("../img/backgrounds/bg-main-001.jpg");
        background-size: cover;
        
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
	}

	#curtain-right-half {
		position: fixed;
        z-index: 10;
		top: 0%;
		left: 0px;
		width: 100%;
		height: 100vh;
		background-color: #fafafa;
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
		display: none;
	}
	
	.curtain-left-hidden {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.curtain-right-hidden {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
	
}

@media (min-width: 768px) {

	#mobile-menu {
		display: none;
		width: 0px;
		height: 0px;
		position: absolute;
	}

	#curtain-left-half {
		position: fixed;
        z-index: 10;
		top: 0px;
		left: 0px;
		width: 50%;
		height: 100vh;
		background-color: #fafafa;
        background-image: url("../img/backgrounds/bg-main-001.jpg");
        background-size: cover;
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
	}

	#curtain-right-half {
		position: fixed;
        z-index: 10;
		top: 0px;
		left: 50%;
		width: 50%;
		height: 100vh;
		background-color: #fafafa;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;

	}
	
	.curtain-left-hidden {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.curtain-right-hidden {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	
}

.curtain-left-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ****** NEW ****** */
.curtain-right-overlay {
    width: 100%;
    height: 100%;
	position: absolute
}
/* ****** NEW ****** */

@media (max-width: 767px) {
	.curtain-left-overlay {	
		/*border: 30px solid #fff;*/
		border: 0px solid #fff;
	}
	
	/* ****** NEW ****** */
	.curtain-right-overlay {	
		border: 0px solid #fff;
		/*border: 30px solid #fff;*/
	}
	/* ****** NEW ****** */
}

@media (min-width: 768px) {
	.curtain-left-overlay {	
		border-top: 30px solid #222;
		border-right: 0px solid #222;
		border-bottom: 30px solid #222;
		border-left: 30px solid #222;
	}
	
	/* ****** NEW ****** */
	.curtain-right-overlay {	
		border-top: 30px solid #222;
		border-left: 0px solid #222;
		border-bottom: 30px solid #222;
		border-right: 30px solid #222;
	}
	/* ****** NEW ****** */
}

.menuItem {
    overflow:hidden;
    position: relative;
}

.menuItem .menu-item-bg {
    width: 100%;
	height: 100%;
	/* ****** NEW ****** */
    //-webkit-transform: scale(1);
    //-ms-transform: scale(1);
    //transform: scale(1);
    //transition: all 1s linear 0s;
	/* ****** NEW ****** */
}

.menuItem:hover .menu-item-bg {
	/* ****** NEW ****** */
    //-webkit-transform: scale(1.2);
    //-ms-transform: scale(1.2);
    //transform: scale(1.2); 
	/* ****** NEW ****** */	
}

/*                MENU GRID                  */

.menuItem1x2 {
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
}

.menuItem2x1 {
	width: 100%;
	height: 50%;
	text-align: center;
}

.menuItem2x2 {
	width: 50%;
	height: 50%;
	float: left;
	text-align: center;
}

.menuItem3x1 {
	width: 100%;
	height: 33%;
	text-align: center;
}

.menuItem3x1:nth-of-type(2) {
	height: 34%;
	background-color: #fff;
}

.menuItem5x1 {
	width: 100%;
	height: 20%;
	text-align: center;
}

.menu-item-overlay {
    position:absolute;
    top:0px;
    left:0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
    background-color: rgba(0,0,0,0.3);
	cursor: pointer;
	/* ****** NEW ****** */
	transition: all 0.2s linear 0s;
	/* ****** NEW ****** */
}

/* ****** NEW ****** */
.menu-item-overlay:hover {
	background-color: rgba(0,0,0,0.5);
}
/* ****** NEW ****** */

/* ****** NEW ****** */
.menu-item-overlay:hover  > div h1 {
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);  
}

.menu-item-overlay:hover  > div span{
	-webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);  
}
/* ****** NEW ****** */

/* ****** NEW ****** */
/*
@media (max-width: 767px) {
	.menuItem2x2:nth-of-type(1) .menu-item-overlay{
		border-top: 30px solid #fff;
		border-right: 0px solid #fff;
		border-bottom: 0px solid #fff;
		border-left: 30px solid #fff;
	}
	
	.menuItem2x2:nth-of-type(2) .menu-item-overlay{
		border-top: 30px solid #fff;
		border-right: 30px solid #fff;
		border-bottom: 0px solid #fff;
		border-left: 0px solid #fff;
	}
	
	.menuItem2x2:nth-of-type(3) .menu-item-overlay{
		border-top: 0px solid #fff;
		border-right: 0px solid #fff;
		border-bottom: 30px solid #fff;
		border-left: 30px solid #fff;
	}
	
	.menuItem2x2:nth-of-type(4) .menu-item-overlay{
		border-top: 0px solid #fff;
		border-right: 30px solid #fff;
		border-bottom: 30px solid #fff;
		border-left: 0px solid #fff;
	}
}

@media (min-width: 768px) {
	.menuItem2x2:nth-of-type(1) .menu-item-overlay{
		border-top: 30px solid #fff;
		border-right: 0px solid #fff;
		border-bottom: 0px solid #fff;
		border-left: 0px solid #fff;
	}
	
	.menuItem2x2:nth-of-type(2) .menu-item-overlay{
		border-top: 30px solid #fff;
		border-right: 30px solid #fff;
		border-bottom: 0px solid #fff;
		border-left: 0px solid #fff;
	}
	
	.menuItem2x2:nth-of-type(3) .menu-item-overlay{
		border-top: 0px solid #fff;
		border-right: 0px solid #fff;
		border-bottom: 30px solid #fff;
		border-left: 0px solid #fff;
	}
	
	.menuItem2x2:nth-of-type(4) .menu-item-overlay{
		border-top: 0px solid #fff;
		border-right: 30px solid #fff;
		border-bottom: 30px solid #fff;
		border-left: 0px solid #fff;
	}
}
*/
/* ****** NEW ****** */

.menu-item-overlay > div{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
}

@media (max-width: 991px) {

	.menu-item-overlay  span.icon {
		color: #fff;
		display: block;
		width: 48px;
		height: 48px;
		padding-top: 12px;
		font-size: 24px;
		border-radius: 50%;
		background-color: rgba(0,0,0,0.4);
		margin: 0px auto;
		/* ****** NEW ****** */
		transition: all 0.2s linear 0s;
		/* ****** NEW ****** */
	}

	.menu-item-overlay  h1 {
		color: #ffffff;
		margin: 0px;
		padding: 8px 0px 0px 0px;
		/*font-size: 24px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;*/		
		font-size: 18px;
		font-weight: 500;
		font-family: "Playfair Display",sans-serif;
		font-style: italic;
		/* ****** NEW ****** */
		transition: all 0.2s linear 0s;
		/* ****** NEW ****** */
	}
}

@media (min-width: 992px) {
	.menu-item-overlay  span.icon {
		color: #fff;
		display: block;
		width: 70px;
		height: 70px;
		padding-top: 16px;
		font-size: 36px;
		border-radius: 50%;
		background-color: rgba(0,0,0,0.4);
		margin: 0px auto;
		/* ****** NEW ****** */
		transition: all 0.2s linear 0s;
		/* ****** NEW ****** */
	}

	.menu-item-overlay  h1 {
		color: #ffffff;
		margin: 0px;
		padding: 12px 0px 0px 0px;
		font-size: 18px;
		font-weight: 500;
        font-style: italic;
		font-family: 'Playfair Display', sans-serif;
		/* ****** NEW ****** */
		transition: all 0.2s linear 0s;
		/* ****** NEW ****** */
	}
}
	
#item-portfolio .menu-item-bg {
    background-image: url("../img/backgrounds/bg-portfolio.jpg");
	background-size: cover;
	background-position: top center;
}

#item-aboutUs .menu-item-bg {
    background-image: url("../img/backgrounds/bg-aboutUs.jpg");
	background-size: cover;
	background-position: top center;
}

#item-services .menu-item-bg {
    background-image: url("../img/backgrounds/bg-services.jpg");
	background-size: cover;
	background-position: top center;
}

#item-contact .menu-item-bg {
    background-image: url("../img/backgrounds/bg-contact.jpg");
	background-size: cover;
	background-position: top center;
}

#item-BookingEnquiries .menu-item-bg {
    background-image: url("../img/backgrounds/bg-aboutUs.jpg");
	background-size: cover;
	background-position: top center;
}
    
/*                CONTENT                  */

@media (max-width: 767px) {

	#content {
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-color: #fafafa;
		position: relative;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.1;
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
	}

	#content section.title-area {
		width: 100%;
		padding: 100px 0px 50px;
		background-color: #191b1d;
		color: #fff;
	}

	#content section.body-area {
		width: 100%;
		padding: 96px 0px;
		background-color: #fff;
		border-bottom: 1px solid #e8e8e8;
	}

	#content section.title-area h1 {
		font-size: 36px;
		font-weight: 700;
		font-family: 'Playfair Display', sans-serif;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 6px;
		margin: 24px 0px;
	}

	#content section.title-area h1 span {
		color: #EF2D56;
	}

	#content section.title-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #EF2D56;
		margin: 24px auto;
	}
	
	#content h2 {
		font-size: 30px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		letter-spacing: 2px;
		margin: 0px 0px 24px;
		text-transform: uppercase;
		color: #191b1d;
	}

	#content h2 span{
		color: #EF2D56; 
	}

	#content section.title-area h4 {
		color: #fff;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		margin: 24px 0px;
	}

	#content section.body-area h3 {
		font-size: 30px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		color: #191b1d;
		letter-spacing: 6px;
		margin: 0px;
		text-align: center;
	}

	#content section.body-area h3 span {
		color: #EF2D56;
	}

	#content section.body-area  p.paragraph{
		color: #000;
		font-family: 'Antic Slab', sans-serif;
		font-weight: 300;
		font-size: 14px;
		line-height: 1.6;
		margin: 0px 0px 16px 0px;
		text-align: justify;
	}

	#content section.body-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #EF2D56;
		margin: 24px auto;	
	}

	#content section.body-area div.skill {
		position: relative;
		text-align: left;
		color: #191b1d;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
	}

	#content section.body-area div.skill span.skill-title {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
	}

	#content section.body-area div.skill span.skill-value {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
		position: absolute;
		top: 0;
		font-size: 12px;
	}

	#content section.body-area div.progress {
		height: 1px;
		background-color: #fafafa;
		margin-bottom: 24px;
	}
	#content section.body-area div.progress-bar {
		background-color: #EF2D56;
		box-shadow: none;
	}
}

@media (min-width: 768px) {

	#content {
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-color: #fafafa;
		position: relative;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.1;
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
	}

	#content section.title-area {
		width: 100%;
		padding: 120px 0px 60px;
		background-color: #191b1d;
		color: #fff;
	}

	#content section.body-area {
		width: 100%;
		padding: 96px 0px;
		background-color: #fff;
		border-bottom: 1px solid #e8e8e8;
	}

	#content section.title-area h1 {
		font-size: 60px;
		font-weight: 700;
		font-family: 'Playfair Display', sans-serif;
		color: #fff;
		text-transform: uppercase;
		margin: 24px 0px;
	}

	#content section.title-area h1 span {
		color: #EF2D56;
	}

	#content section.title-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #EF2D56;
		margin: 24px auto;
	}
	
	#content h2 {
		font-size: 48px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		letter-spacing: 2px;
		margin: 0px 0px 24px;
		text-transform: uppercase;
		color: #191b1d;
	}

	#content h2 span{
		color: #EF2D56; 
	}

	#content section.title-area h4 {
		color: #fff;
		font-family: 'Playfair Display', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 15px;
		text-align: center;
		margin: 24px 0px;
	}

	#content section.body-area h3 {
		font-size: 36px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		color: #191b1d;
		letter-spacing: 6px;
		margin: 0px;
		text-align: left;
	}

	#content section.body-area h3 span {
		color: #EF2D56;
	}

	#content section.body-area  p.paragraph{
		color: #000;
		font-family: 'Antic Slab', sans-serif;
		font-weight: 300;
		font-size: 14px;
		line-height: 1.6;
		margin: 0px 0px 16px 0px;
		text-align: justify;
	}

	#content section.body-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #EF2D56;
		margin: 24px 0px 0px 0px;	
	}

	#content section.body-area div.skill {
		position: relative;
		text-align: left;
		color: #191b1d;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
	}

	#content section.body-area div.skill span.skill-title {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
	}

	#content section.body-area div.skill span.skill-value {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
		position: absolute;
		top: 0;
		font-size: 12px;
	}

	#content section.body-area div.progress {
		height: 1px;
		background-color: #fafafa;
		margin-bottom: 24px;
	}
	#content section.body-area div.progress-bar {
		background-color: #EF2D56;
		box-shadow: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#content h2 {
		font-size: 30px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		letter-spacing: 2px;
		margin: 0px 0px 24px;
		text-transform: uppercase;
		color: #191b1d;
	}

	#content h2 span{
		color: #EF2D56; 
	}

	#content section.title-area h4 {
		color: #fff;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		margin: 24px 0px;
	}

	#content section.body-area h3 {
		font-size: 30px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		color: #191b1d;
		letter-spacing: 6px;
		margin: 0px;
		text-align: center;
	}

	#content section.body-area h3 span {
		color: #EF2D56;
	}

	#content section.body-area  p.paragraph{
		color: #000;
		font-family: 'Antic Slab', sans-serif;
		font-weight: 300;
		font-size: 14px;
		line-height: 1.6;
		margin: 0px 0px 16px 0px;
		text-align: justify;
	}

	#content section.body-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #EF2D56;
		margin: 24px auto;	
	}

	#content section.body-area div.skill {
		position: relative;
		text-align: left;
		color: #191b1d;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
	}

	#content section.body-area div.skill span.skill-title {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
	}

	#content section.body-area div.skill span.skill-value {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
		position: absolute;
		top: 0;
		font-size: 12px;
	}

	#content section.body-area div.progress {
		height: 1px;
		background-color: #fafafa;
		margin-bottom: 24px;
	}
	#content section.body-area div.progress-bar {
		background-color: #EF2D56;
		box-shadow: none;
	}
}



@media (max-width: 767px) {
	.closed {
		position: absolute;
		top: -50px;
		right: 50%;
		margin-right: -20px;
		width: 40px;
		height: 100px;
		background-color: #EF2D56;
		color: #fff;
		opacity: 0;
		text-align: center;
		padding-top: 40px;
		font-size: 12px;
		z-index: 100;
		cursor: pointer;
	}
}

@media (min-width: 768px) {
	.closed {
		position: absolute;
		top: -50px;
		right: 30%;
		margin-right: -20px;
		width: 40px;
		height: 100px;
		background-color: #EF2D56;
		color: #fff;
		opacity: 0;
		text-align: center;
		padding-top: 40px;
		font-size: 12px;
		z-index: 100;
		cursor: pointer;
	}
}

.is-visible {
	-webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
	opacity: 1 !important;
}

.itemContent {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	text-align: center;
	color: #ffffff;
	display: none;
	position: relative;
}

.showContent {
	display: block;
}

@media (min-width: 768px) {
	.left-content {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 40%;
		height: 100%;
	}

	.lc-overlay {
		position:absolute;
		top:0px;
		left:0px;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-color: rgba(0,0,0,0.4);
	}

	.lc-overlay > div {
		//position: relative;
		//top: 50%;
		//-webkit-transform: translateY(-50%);
		//-ms-transform: translateY(-50%);
		//transform: translateY(-50%);	
	}

	.lc-overlay > div h2{
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 60px;
	}

	.right-content {
		width: 60%;
		height: 100%;
		margin-left: 40%;
		position: relative;
	}

	.right-content > div {
		//position: relative;
		//top: 50%;
		//-webkit-transform: translateY(-50%);
		//-ms-transform: translateY(-50%);
		//transform: translateY(-50%);	
	}
}

@media (max-width: 767px) {
	.left-content {
		display: none;
	}
	
	.lc-overlay {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 96px 0px;
		text-align: center;
		background-color: rgba(0,0,0,0.6);
	}
	
	.lc-overlay > div {
		position: relative;
	}

	.lc-overlay > div h2{
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 36px;
		margin: 0px auto;
		line-height: 1;
	}
	
	.right-content {
		width: 100%;
		margin: 0px auto;
		position: relative;
	}
}


/************************************************************
 *                    03. PRELOADER
 ************************************************************/

#preloader {
    background-color: #232323;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
	text-align: center;
}

@media (max-width: 767px) {
	#preloader img.logo {
		width: 60px;
		height: auto;
		margin-top: 18px;
	}	
}

@media (min-width: 768px) {
	#preloader img.logo {
		width: 100px;
		height: auto;
		margin-top: 24px;
	}
}

#preloader-content {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 60px;
    right: 0px;
    margin: auto;
    -moz-user-select: none;
}

.sk-folding-cube {
	margin: 20px auto;
	width: 60px;
	height: 60px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
	
	border-top-left-radius: 50%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	}		 
}

@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	}
}

/************************************************************
 *                    04. HOME SECTION
 ************************************************************/

/*                SOCIAL ICONS              */
 
@media (max-width: 991px) {

	#home-wrapper {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0px auto;
		text-align: center;
		padding: 0px 10px;
	}
	
	#home-wrapper h1 {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 20px;
	}
	
	#home-wrapper h1 span{
		color: #EF2D56;
	}
	
	#home-wrapper h2 {
		padding: 0px 24px;
		color: #fff;
		font-family: 'Playfair Display', sans-serif;
		font-weight: 500;
		font-size: 14px;
	}
	
	#logo {
		margin: 0px auto;
		/*width: 50px;*/
		max-width: 100%;
	}
	
	div.social {
		width: 100%;
		margin: 16px auto 0px;
		position: absolute;
		bottom: 0px;
	}

	ul.social {
		list-style: outside none none;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}

	li.social {
		display: inline-block;
		margin: 0px 4px;
		border: 0px none;
		width: 24px;
		height: 24px;
	}

	li.social a {
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		padding: 4px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	a:active, a:focus {
		outline: none;
	}

	li.social:hover a {
		color: #EF2D56;
	}
}
 
@media (min-width: 992px) {

	#home-wrapper {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0px auto;
		text-align: center;
		padding: 0px 24px;
	}
	
	#home-wrapper h1 {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 20px;
	}
	
	#home-wrapper h1 span {
		color: #EF2D56;
	}
	
	#home-wrapper h2 {
		color: #fff;
		font-family: 'Playfair Display', sans-serif;
		font-weight: 500;
		font-size: 15px;
	}
	
	#logo {
		margin: 0px auto;
		/*width: 100px;*/
		max-width: 100%;
	}
	
	div.social {
		width: 100%;
		margin: 16px auto 0px;
		position: absolute;
		bottom: 0px;
	}

	ul.social {
		list-style: outside none none;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}

	li.social {
		display: inline-block;
		margin: 0px 8px;
		width: 36px;
		height: 36px;
	}

	li.social a {
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		line-height: 24px;
		padding: 6px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	a:active, a:focus {
		outline: none;
	}

	li.social:hover a {
		color: #EF2D56;
	}
}

@media (max-width: 767px) {
	#content p.value {
		font-family: 'Montserrat', sans-serif;
		font-weight: 900; 
		font-size: 24px; 
		line-height: 1; 
		color: #232323;
	}

	#content p.time-unit {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700; 
		font-size: 10px; 
		color: #232323;
		line-height: 1; 
	}
}

@media (min-width: 768px) {
	#content p.value {
		font-family: 'Montserrat', sans-serif;
		font-weight: 900; 
		font-size: 72px; 
		line-height: 1; 
		color: #232323;
	}

	#content p.time-unit {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700; 
		font-size: 16px; 
		color: #232323;
		line-height: 1; 
	}
}
/************************************************************
 *                    06. PORTFOLIO
 ************************************************************/

.lc-portfolio {
	background-image: url("../img/backgrounds/bg-portfolio.jpg");
	background-size: cover;
	background-position: top center;
}
 
.right-content h1 {
	margin: 48px auto 24px;
}

.right-content p {
	margin: 24px auto;
}

.right-content div.portfolio-item {
	padding: 0px;
}

.right-content div.portfolio-item {
	position: relative;
}

.right-content div.portfolio-item div.portfolio-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 20px solid transparent;
	background-color: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}

.right-content div.portfolio-item div.portfolio-overlay div.vertical-center {
	position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 60px;
    margin: -15px 0 0 -35px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.right-content div.portfolio-item div.portfolio-overlay:hover div.vertical-center {
	opacity: 1;
}

.right-content div.portfolio-item div.portfolio-overlay:hover{
	background-color: rgba(0,0,0,0.5);
	border: 10px solid #fff;
}

.right-content div.portfolio-item  img {
	width: 100%;
}

.mfp-title, .mfp-counter {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px !important;
	font-weight: 500;
	text-transform: uppercase;
}

#subscribe-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #EF2D56;
	color: #fff;
	background-color: #EF2D56;
	padding: 14px 56px;
	letter-spacing: 4px;
	border-radius: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin: 24px 0px;
}

#subscribe-button span {
	font-size: 32px;
}

#subscribe-button:hover {
	opacity: 0.8;
}

#subscribe-button:active, #subscribe-button:focus {
    outline: none;
}

.form-control + .underscored {
	width: 0px;
	height: 2px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: #EF2D56;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.form-control:focus + .underscored {
	width: 100%;
}

@media (max-width: 767px) {
	#subscribe-form {
		width: 70%;
		text-align: center;
		margin: 0px auto;
		position: relative;
	}
	
	#subscribe-info-label {
		width: 100%;
		height: 20px;
		background-color: transparent;
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 10px;
		font-weight: 400;
		color: #333;
	}

	#subscribe-form input[type="email"].form-control {
		margin: 0px auto;
		width: 100%;
		text-align: center;
		background-color: transparent;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		border-radius: 0px;
		box-shadow: none;
		color: #191B1D;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 700;
		height: auto;
	}
}

@media (min-width: 768px) {
	#subscribe-form {
		width: 60%;
		text-align: center;
		margin: 0px auto;
		position: relative;
	}
	
	#subscribe-info-label {
		width: 100%;
		height: 20px;
		background-color: transparent;
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}

	#subscribe-form input[type="email"].form-control {
		margin: 0px auto;
		width: 100%;
		text-align: center;
		background-color: transparent;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		border-radius: 0px;
		box-shadow: none;
		color: #191B1D;
		font-family: 'Montserrat', sans-serif;
		font-size: 45px;
		font-weight: 700;
		height: auto;
	}
	
	#subscribe-form input[type="email"].form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #DDD;
	}
		
	#subscribe-form input[type="email"].form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #DDD;
	}
		
	#subscribe-form input[type="email"].form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #DDD;
	}
		
	#subscribe-form input[type="email"].form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #DDD;
	}
		
	#subscribe-form input[type="email"].form-control:placeholder-shown { /* Standard Pseudo-class */
		color: #DDD;
	} 
}

#subscribe-overlay {
	position: fixed; 
	top: 0px; 
	left: -5000px; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
	background-color: rgba(255,255,255,0.99); 
	z-index: 10000; 
	opacity: 0;
	-webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform 0.5s, opacity 0.5s;
	box-sizing: border-box;
	border: 30px solid transparent;
	background-image: url("../img/backgrounds/bg-main-001.jpg");
}

#subscribe-overlay div.inner {
	width: 100%;
	height: 100%;
	background-color: #FFF;
}


#subscribe-overlay div.closed {
	position: relative;
	margin: 0px auto;
	top: -100px;
	left: 0px;
	width: 40px;
	height: 100px;
	background-color: #EF2D56;
	color: #FFFFFF;
	opacity: 1;
	text-align: center;
	padding-top: 40px;
	font-size: 12px;
	z-index: 100;
	cursor: pointer;
}

.show-sub-overlay {
	opacity: 1 !important;
	-webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

#subscribe-overlay div.content {
	position: relative;
    top: 50%;
    margin-top: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	
	text-align: center;
}

/************************************************************
 *                    07. ABOUT US
 ************************************************************/

 .lc-aboutUs {
	background-image: url("../img/backgrounds/bg-aboutUs.jpg");
	background-size: cover;
	background-position: top center;
}

 .lc-BookingEnquiries {
	background-image: url("../img/backgrounds/bg-aboutUs.jpg");
	background-size: cover;
	background-position: top center;
}
 
 .team img {
	width: 100%;
	height: auto;
 }
 
 #team-carousel {
	margin: 0px auto;
	position: relative;
 }
 
 #team-carousel div.profile-info {
	padding: 0px 15px 15px 0px;
 }
 
 div.inner {
	position: relative;
	cursor: pointer;
 }
 
 div.item div.legend {
	height: 80px; 
	width: 100%; 
	border: 1px solid #e8e8e8; 
	padding: 20px;
	background-color: #fff; 
	text-transform: uppercase;
 }
 
 #team-carousel div.item div.legend h4 {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 6px 0px;
	letter-spacing: 2px;
	color: #191b1d;
	text-align: center;
 }
 
  div.item div.legend p {
	font-size: 12px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	margin: 0px 0px 6px 0px;
	letter-spacing: 2px;
	color: #8c939a;
 }
 
 div.inner div.info {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.5s ease 0s;
 }
 
 div.inner div.info:hover {
	opacity: 1;
 }
 
 #team-carousel div.info {
	padding: 70% 15%;
 }
 
 #team-carousel h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0px;
 }
 
 #team-carousel p.info {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 24px;
 }

 #team-carousel .owl-controls {
    position: absolute;
    right: 0px;
	top: 0px;
    width: 30px;
    height: 0px;
    color: #000;
    bottom: 0px;
}

#team-carousel .owl-nav{
	margin: 0px auto;
	width: 30px;
}

#team-carousel .owl-prev {
	float: left;
	height: 80px;
	padding: 30px 6px;
	content: "\f177";
	background-color: #000;
	color: #FFF;
	width: 30px;
}

#team-carousel .owl-next {
	float: right;
	height: 80px;
	padding: 30px 6px;
	content: "\f178";
	background-color: #000;
	color: #FFF;
	width: 30px;
}

@media (max-width: 767px) {
	#team-carousel {
		width: 298px;
	}
	
	#team-carousel div.item{
		width: 298px;
	}
}

@media (min-width: 768px) and (max-width: 1919px) {
	#team-carousel {
		width: 264px;
	}
	
	#team-carousel div.item{
		width: 264px;
	}
}

@media (min-width: 1920px)  {
	#team-carousel {
		width: 540px;
	}
	
	#team-carousel div.item{
		width: 264px;
	}
}

@media (min-width: 2440px) {
	#team-carousel {
		width: 816px;
	}
	
	#team-carousel div.item{
		width: 264px;
	}
}

.progress {
	height: 2px;
}

.progress-bar {
	background-color: #000;
}

#content-aboutUs h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	text-align: left;
	color: #000;
}

#content-BookingEnquiries h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	text-align: left;
	color: #000;
}

/************************************************************
 *                    08. SERVICES
 ************************************************************/
 
.lc-services {
    background-image: url("../img/backgrounds/bg-services.jpg");
    background-size: cover;
    background-position: top center;
}
 
 div.services-info {
	position: relative;
	padding-left: 60px;
	margin: 24px 0px 36px;
	min-height: 40px;
	overflow: hidden;
	text-align: left;
 }
 
 div.services-info span {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #EF2D56;
	font-size: 30px;
 }
 
 div.services-info h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-size: 13px;
	color: #191B1D;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 2px;
 }
 
 div.services-info p {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #6D747C;
	margin: 0px;
	line-height: 1.4
 }

@media (min-width: 600px) {
	#services-carousel {
		width: 360px;
	}
}

@media (min-width: 1167px) {
	#services-carousel {
		width: 720px;
	}
}

@media (min-width: 1827px) {
	#services-carousel {
		width: 1080px;
	}
}

@media (min-width: 2440px) {
	#services-carousel {
		width: 1464px;
	}
}

/************************************************************
 *                    09. CONTACT
 ************************************************************/
.lc-contact {
    background-image: url("../img/backgrounds/bg-contact.jpg");
    background-size: cover;
    background-position: top center;
}

.map-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px auto;
	text-align: center;
	padding: 0px 24px;
}

.map-divider {
	background-image: url("../img/backgrounds/bg-map.jpg");
}
 
#map {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#map-overlay {
	position: fixed; 
	top: 0px; 
	left: -5000px; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
	background-color: rgba(255,255,255,0.99); 
	z-index: 10000; 
	opacity: 0;
	-webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform 0.5s, opacity 0.5s; 
	box-sizing: border-box;
	border: 30px solid #fff;
}

#map-overlay div.closed {
	position: relative;
	margin: 0px auto;
	top: -100px;
	left: 0px;
	width: 40px;
	height: 100px;
	background-color: #EF2D56;
	color: #FFFFFF;
	opacity: 1;
	text-align: center;
	padding-top: 40px;
	font-size: 12px;
	z-index: 100;
	cursor: pointer;
}

.show-map-overlay {
	opacity: 1 !important;
	-webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

#map-overlay div.content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#map-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #EF2D56;
	color: #fff;
	background-color: #EF2D56;
	padding: 14px 56px;
	letter-spacing: 4px;
	border-radius: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin: 24px;
	text-transform: uppercase;
}

#map-button:hover {
	opacity: 0.8;
}

#map-button:active, #map-button:focus {
    outline: none;
}

/*                FORM 		              */

#content section.body-area div.divider.center{
	margin: 24px auto;
}

#contactForm {
	margin: 48px auto 0px;
}

#contactForm .form-group {
	margin-bottom: 0px;
	position: relative;
}

#contactForm input[type="email"].form-control, #contactForm input[type="text"].form-control {
	color: #191b1d;
	margin: 0px auto 24px;
	width: 100%;
	text-align: left;
	padding: 18px 24px;
	height: 55px;
	background-color: transparent;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	box-shadow: none;
	border: 1px solid #e7e7e7;
	border-radius: 0px;
}

#contactForm textarea.form-control {
	color: #191b1d;
	margin: 0px auto 24px;
	width: 100%;
	text-align: left;
	padding: 18px 24px;
	background-color: transparent;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	box-shadow: none;
	border: 1px solid #e7e7e7;
	border-radius: 0px;
}

#contactForm input[type="email"].form-control:focus, #contactForm input[type="text"].form-control:focus, #contactForm textarea.form-control:focus {
	border-color: #EF2D56;
}

#contactForm button[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #EF2D56;
	color: #fff;
	background-color: #EF2D56;
	padding: 14px 56px;
	letter-spacing: 4px;
	border-radius: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin: 0px auto;
	text-transform: uppercase;
}

#contactForm button[type="submit"]:hover {
	opacity: 0.8;
}

#contactForm-result {
	position: absolute;
	bottom: 0px;
	right: 0%;
	width: 100%;
	height: 50px;
	background-color: #EF2D56;
	color: #fff;
	font-size: 24px;
	padding: 12px;
	opacity: 0;
}

@media (max-width: 767px) {
	div.contact-item  {
		margin-bottom: 4px;
	}
}

div.contact-item   {
	padding: 35px 20px;
	text-align: center;
	//position: relative;
}

div.contact-item > span {
	font-size: 46px;
	color: #191B1D;
}

#content section.body-area div.contact-item > div.divider {
	margin: 24px auto;
}

div.contact-item h4 {
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #191B1D;
	text-transform: uppercase;
	margin: 24px 0px;
	letter-spacing: 2px;
}

div.contact-item div.contact-info p{
	font-family: "Raleway",sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #6D747C;
	margin: 0px;
	line-height: 1.4;
	text-align: center;
}

div.icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFF;
	text-align: left;
	line-height: 24px;
	background-color: #000;
	padding: 10px;
	font-size: 20px;
	border-radius: 5px;
	text-align: center;
}

div.contact-description {
	margin-bottom: 1px;
	color: #777;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}

div.contact-info {
	font-size: 14px;
	font-weight: 300;
}

div.contact-infos {
	margin: 48px auto 0px;
}





/* width : 1200px ----------- */
@media only screen and (max-width : 1200px),
only screen and (max-device-width : 1200px){

	#content section.body-area h3 {font-size: 28px;}
}

/* width : 930px ----------- */
@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){

	#content section.title-area h1 {font-size: 50px;}
}

/* width : 767px ----------- */
@media only screen and (max-width : 767px),
only screen and (max-device-width : 767px){
	
	.menuItem2x2 {width: 100%;height: 25%;}
	.menu-item-overlay h1 {font-family: "Playfair Display",sans-serif;font-size: 18px;font-style: italic;font-weight: 500;}
	#content section.body-area {padding: 30px 0px;}
	#content section.title-area {padding: 50px 0px 20px 0px;}
	#content section.title-area h4 {line-height: 24px;}
	#content section.title-area h1 {font-size: 36px;}
	.closed {height: 50px;padding-top: 18px;}
}

/* width : 420px ----------- */
@media only screen and (max-width : 420px),
only screen and (max-device-width : 420px){

	#content section.title-area h1 {font-size: 20px;}
	#subscribe-button {padding: 14px 35px;}
}