﻿@charset "UTF-8";
/* CSS Document */

/*------------------------ BODY ----------------------*/
body {
	border-top: 5px solid #000000;
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
}

/*------------------------ BASIC HYPERTEXT ----------------------*/
p {
	margin: 5px 0;
	line-height: 25px;
}

a {
	text-decoration: none;
	color: inherit;
	transition: color .5s ease;
}

strong {
	font-weight: bold;
}

.line {
	border-bottom:1px solid #D6D0C1;
}

img {
	border:0px;
}

.new_line {
	clear: both;
}

/*------------------------ HEADER SECTION ----------------------*/
header {
	position:relative;
	width:auto;
	max-width:900px;
	margin: 0 auto 20px auto;
}

	header .logo {
		/*margin: 17px 0 0 -11px;*/
		margin: 17px 0 13px -11px;
	}

header .social_media {
	position:absolute;
	margin: 21px 0 0 621px;
	
}

/*------------------------ NAVIGATION ----------------------*/
nav {
	position:absolute;
	right:0;
	bottom:0;
}
nav ul {
	list-style:none;
}

	nav ul li {
		display: block;
		float: left;
		/*padding: 3px 15px;*/
		padding: 3px 15px;
	}

nav ul li a {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	transition: all .25s ease;
	color: #cc3333;
}

nav ul li a:hover {
	color: #990000;
}

/*MOBILE MENU*/
#mobileMenu {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     display: none;
}

#mobileMenu ul li {
     display:block;
     background-color: #E56038;
     color: #fff;
     padding: 12px 0;
     letter-spacing: 0.1em;
     text-align: center;
     text-transform: uppercase;
     border-bottom: 1px solid #CC5836;
}

.toggleMobile {
     display: none;
}
/*------------------------ BANNER ----------------------*/
#slider_content1, #slider_content2, #slider_content3 {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width:350px;
	position:absolute;
	top:15%;
	left:15%;
	display:none;
	z-index:11;
}
#slider_content1 {
	display:block;
}
.container {
	width:auto;
	margin: 0 auto;
	position:relative;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3 {
	color:#EBE8DE;
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#333333;
	padding:10px 15px;
	border-radius: 15px 0 15px 0;
	display:inline-block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p {
	margin:0 0 30px 0;
	color:#4a463b;
	background-color:#EBE8DE;
	padding:10px 15px;
	border-radius: 5px;
}
/*------------------------ SPACER ----------------------*/
#spacer {
	width:auto;
	height:70px;
	background-color:#000000;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:27px;
}

#spacer p {
	margin-top:22px;
	width:auto;
	position:absolute;
	left:50%;
	margin-left:-250px;
}
/*------------------------ BANQUEST ----------------------*/
#banquets {
	width:auto;
	height:90px;
	/* height:25px; */
	background-color: #ffffff;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	color:#cc3333;
	font-size: 31px;
	/* padding-bottom:7px; */
	
}

#banquets p {
	margin-top:22px;
	width:auto;
	position:absolute;
	left:50%;
	margin-left:-520px;
}

#book_img_wrapper { 
	margin-left: auto;
	margin-right: auto;
}
/*------------------------ BOX CONTENT ----------------------*/
#boxcontent {
	width:auto;
	max-width:900px;
	margin:0 auto;
	padding:37px 0 45px 0;
	border-bottom: 1px solid #D6D0C1;
}

#boxcontent article {
	float:left;
	width:250px;
	margin-right:45px;
	font-size:14px;
}

#boxcontent article h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	margin-bottom:10px;
	margin-left:75px;
	color:#cc3333;
	font-weight:none;
}

#boxcontent article p {
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	margin-left:75px;
}
/*------------------------ BOX CONTENT II----------------------*/
#boxcontentII {
	width: auto;
	max-width: 900px;
	margin: 0 auto;
	padding: 37px 0 45px 0;
	border-bottom: 1px solid #D6D0C1;
}

	#boxcontentII article {
		float: left;
		/*width: 250px;*/
		margin-right: 45px;
		font-size: 7px;
		margin-left:27px;
	}

#boxcontentII  p {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	margin-left: 170px;
	font-size: 25px;
	color: #cc3333;
}


/*------------------------ BOOK URL ----------------------*/
#book_url_container {
	width:auto;
	max-width:900px;
	margin:0 auto;
	padding:30px 0 45px 27px;
}

#book_url_container a:link, book_url_container a:visited, book_url_container a:hover, book_url_container a:active {
	color:#cc3333;
	text-decoration: underline;
}

/*------------------------ MEET OUR CHEF ----------------------*/
#meet_chef {
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	width:auto;
	max-width:900px;
	margin:0 auto;	
	border-bottom: 1px solid #D6D0C1;
	padding-top:31px;
}

#meet_chef h2 {
	font-size:27px;
	color:#cc3333;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	padding-bottom: 11px;
}

#meet_chef p {
	font-size:16px;
	color:#333333;
}

/*------------------------ Photos ----------------------*/
#photos {
	/*line-height:25px;*/
	font-family: 'Open Sans', sans-serif;
	width:auto;
	max-width:900px;
	margin:0 auto;	
	border-bottom: 1px solid #D6D0C1;
	/*padding-top:31px;*/
	height:475px;
	
}

#photos h2 {
	font-size:27px;
	color:#cc3333;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	padding-bottom: 11px;
	padding-top:31px; 
}

/*------------------------ GALLERY ----------------------*/
#gallery {
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	width:auto;
	max-width:900px;
	margin:0 auto;	
	border-bottom: 1px solid #D6D0C1;
	/*padding-top:31px;*/
	
}

#gallery h2 {
	font-size:27px;
	color:#cc3333;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	padding-bottom: 11px;
	padding-top:31px; 
}

#gallery .youtube_media {
	float:left;
	margin-right:17px;
}

/*#gallery table, th, td {
	border: 0px;
	border-collapse: separate;
    border-spacing: 10px;
} */

/*------------------------ CHEF SERVICES----------------------*/
#fitness_meals {
	border-bottom: 1px solid #D6D0C1;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	width:auto;
	max-width:900px;
	margin:0 auto;
	padding-top:31px;
}

#fitness_meals h2 {
	font-size:27px;
	color:#cc3333;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	padding-bottom: 11px;
}

#fitness_meals p {
	font-size:16px;
	color:#333333;
}

ol {
  list-style: decimal;
  padding-left: 40px;
}

.red_url {
	color:#cc3333;
	text-decoration: underline;
	font-weight:bold;
}
/*------------------------ CONTACT US----------------------*/
#contact_us {
	border-bottom: 1px solid #D6D0C1;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	width:auto;
	max-width:900px;
	margin:0 auto;
	padding-top:31px;
}

#contact_us h2 {
	font-size:27px;
	color:#cc3333;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	padding-bottom: 11px;
}

#contact_us p {
	font-size:16px;
	color:#333333;
}

#contact_us table, th, td {
	border: 0px;
	border-collapse: separate;
    border-spacing: 10px;
} 

#contact_us .social_medial_contact {
	padding:17px 0 0 0px;
}

#service_location {
	width:672px;
	padding: 11px 0 17px 1px;
}

#service_map {
	float:left;
}

#service_list {
	float:right;
}


/*------------------------ FOOTER ----------------------*/
footer {
	position:relative;
	clear:both;
	width:auto;
	height:100px;
	background:#ffffff;
}

footer .wrapper {
	/*line-height:25px;*/
	margin: 0 auto;
	padding-top:30px;
	width:auto;
	max-width:900px;
	font-size:14px;
}

#copyright {
	background: #1D1D1D;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

#copyright .wrapper {
	font-family: 'Open Sans', sans-serif;
	padding-top:25px;
	color: #5e5e5e;
	font-size:14px;
	position:relative;
}

#copyright .wrapper .social {
	position:absolute;
	right:0;
	top:25px;
}

#copyright .wrapper .social a {
	transition: opacity .25s ease;
	opacity: 0.3;
	margin-left: 12px;
	display:block;
	float:left;
}

#copyright .wrapper .social a:hover {
	opacity: 0.7;
}

#copyright .wrapper a {
	color: #ABABAB;
}

#copyright .wrapper a:hover {
	color: #fff;
}

/*------------------------ CLEAR THE FLOATS BETWEEN THE PAGE SECTIONS ----------------------*/
.clear {
	clear:both;
}

.hidden {
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/*----------------------------------------------- MEDIA QUERIES -----------------------------------------------------------*/
#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p .responsive_button
{
	display:none;
}
/*------------------------ SLIDER ----------------------*/
@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3 {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2 {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}

/*-----------------------------------FOOTER MEDIA QUERY (Tablet)------------------------------------*/
@media (max-width: 915px)
{
        #boxcontent {
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;
			padding:11px 0 45px 91px;
			border-bottom: 1px solid #D6D0C1;
		}
		#boxcontent article
        {
                float: none;
                margin: 11px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
       
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
		
		header .logo {
			margin: 0;
			width:200px;
			height:165px;	
		}
		
		header .social_media {
			position:absolute;
			margin: 21px 0 0 365px;
	
		}
	
	#banquets {
			width:auto;
			height:90px;
			background-color: #ffffff;
			position:relative;
			font-family: 'Open Sans', sans-serif;
			color:#cc3333;
			font-size: 21px;
		}

		#banquets p {
			margin-top:22px;
			width:auto;
			position:absolute;
			left:50%;
			margin-left:-370px;
			text-align:center;
		}
	/*-------- MEET OUR CHEF ----------*/
		#meet_chef {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/
		}

		#meet_chef h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 5px;
		}
	
		.chef_image {
			width:300px;
			height:141px;
			margin-top: 15px;
		}
	/*-------- GALLERY ----------*/
		#gallery {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/

		}

		#gallery h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 5px;
		}
	
	/*--------FITNESS MEALS -----*/
		#fitness_meals {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/
		}

		#fitness_meals h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 5px;
		}
		/*---------CONTACT ---------*/
		#contact_us {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/
		}

		#contact_us h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 5px;
		}	
}

/*-----------------------------------HEADER AND NAVIGATION MEDIA QUERY (landscape)------------------------------------*/
@media (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:120px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 47%;
                top:100px;
                margin-left: -184px;
        }
        #spacer
        {
                height:70px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
	
	/*header img */
		header .logo {
			margin: 0;
			width:150px;
			height:124px;
			padding-left:5px;
			padding-top:5px;
			
		}
	    header .social_media {
			position:absolute;
			margin:21px 0 0 5px;
	
		}	 
	  #banquets {
			width:auto;
			height:90px;
			background-color: #ffffff;
			position:relative;
			font-family: 'Open Sans', sans-serif;
			color:#cc3333;
			font-size:21px;
		}

		#banquets p {
			margin-top:22px;
			width:auto;
			position:absolute;
			left:50%;
			margin-left:-300px;
			text-align:center;
		}
	/*-------- BOX CONTENT -----------*/
			#boxcontent {
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;
			padding:11px 200px 45px 0;
			border-bottom: 1px solid #D6D0C1;
		}

		#boxcontent article {
			float:none;
			width:250px;
			margin-right:45px;
			font-size:14px;
		}

		#boxcontent article h3 {
			font-family: 'Open Sans', sans-serif;
			font-size:18px;
			margin-bottom:10px;
			margin-left:75px;
			color:#cc3333;
			font-weight:none;
		}

	#boxcontentII {
		width: auto;
		/*max-width:900px;*/
		margin: 0 auto;
		padding: 11px 100px 45px 0;
		border-bottom: 1px solid #D6D0C1;
	}

		#boxcontentII article {
			float: none;
			/*width: 250px;*/
			margin-right: 45px;
			font-size: 14px;
		}

		#boxcontentII p {
			line-height: 25px;
			font-family: 'Open Sans', sans-serif;
			margin-left: 90px;
			font-size: 25px;
			color: #cc3333;
		}

	/*-------- MEET OUR CHEF ----------*/
		#meet_chef {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/
		}

		#meet_chef h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 7px;
		}
	
		.chef_image {
			width:300px;
			height:141px;
			margin-top: 15px;
		}
	
	/*-------- GALLERY ----------*/
	#gallery {
		line-height: 11px;
		font-family: 'Open Sans', sans-serif;
		width: auto;
		/*max-width:900px;*/
		margin: 0 auto;
		/*padding:10px 20px;*/
		padding: 11px 100px 0px 0;
		/*border-bottom: 1px solid #D6D0C1;*/
	}

		#gallery h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 7px;
		}
	/*--------FITNESS MEALS -----*/
		#fitness_meals {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/
		}

		#fitness_meals h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 7px;
		}
		/*---------CONTACT ---------*/
		#contact_us {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/
		}

		#contact_us h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 7px;
		}
	
}

/*---------------HW IPAD LANDSCAPE --------------*/
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

	header .social_media {
			position:absolute;
			margin:21px 0 0 470px;
	
		}	
}

/*--------------------- Iphone 7---------------------*/
@media (max-width: 500px)
{
        header {
            /*margin-top: 80px;*/
			margin-top: 5px;
            text-align: center;
			padding-bottom:27px;
        } 
		
		header .logo {
			margin: 0;
			width:200px;
			height:165px;
			
		}
	
	    header .social_media {
			position:absolute;
			margin: 21px 0 0 721px;
			display:none;
			visibility: false;
	
		}

		#banquets {
			width:auto;
			height:90px;
			background-color: #ffffff;
			position:relative;
			font-family: 'Open Sans', sans-serif;
			color:#cc3333;
			font-size: 21px;
		}

		#banquets p {
			margin-top:22px;
			width:auto;
			position:absolute;
			left:50%;
			margin-left:-200px;
			text-align:center;
		}
	/*---------- box content ---------- */
	
		#boxcontent {
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;
			padding:0px 41px 45px 0;
			border-bottom: 1px solid #D6D0C1;
		}
		
		#boxcontent article h3 {
			font-family: 'Open Sans', sans-serif;
			font-size:21px;
			margin-bottom:10px;
			margin-left:75px;
			color:#cc3333;
			font-weight:normal;
		}
	/*-------- MEET OUR CHEF ----------*/
		#meet_chef {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/
		}

		#meet_chef h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 61px;
		}
	
		.chef_image {
			width:300px;
			height:141px;
			margin-top: 15px;
		}
	
		/*-------- GALLERY ----------*/
		#gallery {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/

		}

		#gallery h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 61px;
		}
	
		/*--------FITNESS MEALS -----*/
		#fitness_meals {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/
		}

		#fitness_meals h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 61px;
		}
		/*---------CONTACT ---------*/
		#contact_us {
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
			width:auto;
			/*max-width:900px;*/
			margin:0 auto;	
			padding:10px 20px;
			/*border-bottom: 1px solid #D6D0C1;*/
		}

		#contact_us h2 {
			font-size:27px;
			color:#cc3333;
			font-family: 'Open Sans', sans-serif;
			font-weight:bold;
			padding-bottom: 11px;
			margin: 13px 0 5px 61px;
		}
	
		/*-------- Spacer ----------*/
        #spacer {
                height:auto;
                padding-bottom:15px;
        }
        /*-------- Footer ----------*/
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #cc3333;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
}

/*HWMS IPHONE LANDSCAPE */
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

	header .social_media {
				position:absolute;
				margin: 21px 0 0 721px;
				display:none;
				visibility: false;

			}

}


