	#wrap {
		position: relative;
		background-color: #fff;
	}
	#header-top {
		padding: 12px 0;
		background-color: #ea6872;
		color: #fff;
	}
	
	#header-top h1,
	#header-top h2,
	#header-top h3,
	#header-top h4,
	#header-top h5,
	#header-top h6 { color: #fff; }
	
	#header { padding-top: 30px; }
	
	@media (min-width: 1024px) {
	
		.stuck {
			position: fixed !important;
			z-index: 1010;
			top: 0;
			width: 100% !important;
		}
		
		#header.stuck {
			padding: 10px 0;
			-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
					box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
			background: none repeat scroll 0 0 #fff !important;
		}
		
		#header.stuck #logo { max-width: 64%; }
		#header.stuck .sf-menu { margin-top: 10px; }
		
		#header.stuck .sf-menu .sf-mega,
		#header.stuck .sf-menu li.dropdown ul { margin-top: 10px; }
		
		#header.stuck #custom-search-form { top: 5px; }
		
		#header.stuck .sf-menu > li > a,
		#header.stuck .sf-menu > li.dropdown > a { padding-bottom: 15px; }
		
	}
	
	/* Logo */

	#logo { 
		display: block;
	}
	
	#logo img { display: block; }
		
	/* Menu basics */

	.sf-menu,
	.sf-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.sf-menu > li { float: left; }

	.sf-menu > li > a {
		position: relative;
		display: block;
	}
	
	.sf-menu .sf-mega,
	.sf-menu li.dropdown ul {
		position: absolute;
		z-index: 210;
		top: 100%;
		left: 0;
		display: none;
	}
	
	.sf-menu li.dropdown ul { padding: 0 15px; }
	
	.sf-menu li.dropdown { position: relative; }
	
	.sf-menu li.dropdown ul ul {
		top: -1px;
		left: 100%;
		border-radius: 7px;
		margin-left: 15px;
	}
	
	.sf-menu li:hover > .sf-mega,
	.sf-menu li.sfHover > .sf-mega,
	.sf-menu li.dropdown:hover > ul,
	.sf-menu li.dropdown.sfHover > ul { display: block; }

	/* Menu Skin */
	
	.sf-menu { 
		float: right;
		/*width: 100%;*/
		margin-top: 17px;
	} 
	
	.sf-menu a {
		display: block;
		padding: 10px 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		font: 14px 'Open Sans', Arial, sans-serif;
		font-weight: 300;
		color: #5e5e5e; 
		text-decoration: none;
	}
	
	.sf-menu > li > a span {
		padding: 7px 20px; 
		border-radius: 7px; 
	}
	
	.sf-menu li.dropdown a { padding: 10px 0; }
	.sf-menu li:last-child > a { border-bottom: none; }
	
	.sf-menu > li > a,
	.sf-menu > li.dropdown > a {
		padding: 6px 0 55px 0;
		border: none;
		color: #5e5e5e;
		font-size: 14px;
	}
	
	.sf-menu > li a i { margin-right: 5px; }
	
	.sf-menu > li.current > a,
	.sf-menu li.sfHover > a,
	.sf-menu a:hover,
	.sf-menu li.sfHover a:hover {
		color: #000;
		text-decoration: none;	
	}
	
	.sf-menu > li.current > a span,
	.sf-menu > li.current > a:hover span {
		background-color: #ea6872;
		color: #fff;
	}

	/**
 	 * 1. allow long menu items to determine submenu width
 	 */
	
	.sf-menu li.dropdown ul {
		min-width: 180px; /* 1 */
		border: 1px solid rgba(0, 0, 0, 0.1);	
		background-color: #fff;			
	}

	.sf-menu > li.dropdown > ul { border-radius: 7px; }
	
	.sf-menu > li.dropdown ul li a:hover { color: #ea6872; }
	
	.sf-menu > li.dropdown ul li a:before {
		position: relative;
		top: -1px;
		margin-right: 15px;
		font-family: 'iconfontcustom';
		font-size: 7px;
		content: "";
	}	
		
	/* mega menu dropdown */
	
	.sf-mega {
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 15px 0;
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 7px;
		background-color: #fff;
	}
	
	.sf-mega-section {
		float: left;
		min-width: 155px;
		width: 25%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 0 20px;
		border-right: 1px solid #efefef;
	}
	
	.sf-mega-section:last-child { border-right: none; }

	/* arrows */
	
	/* styling for both css and generated arrows */
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: 0;
		height: 0;
		width: 0;
		/* order of following 3 rules important for fallbacks to work */
		border: 5px solid transparent;
		border-top-color: rgba(0, 0, 0, 0.5);
		margin-top: -3px;
		content: "";
	}
		
	.sf-arrows > li > .sf-with-ul:focus:after,
	.sf-arrows > li:hover > .sf-with-ul:after,
	.sf-arrows > .sfHover > .sf-with-ul:after {
		border-top-color: rgba(0, 0, 0, 0.7); 
	}
	
	/* styling for right-facing arrows */
	
	.sf-arrows ul .sf-with-ul:after {
		border-color: transparent;
		border-left-color: rgba(0 ,0, 0, 0.5);
		margin-top: -5px;
		margin-right: -3px;
	}
	
	.sf-arrows ul li > .sf-with-ul:focus:after,
	.sf-arrows ul li:hover > .sf-with-ul:after,
	.sf-arrows ul .sfHover > .sf-with-ul:after {
		border-left-color: rgba(0, 0, 0, 0.7);
	}
	
	/* Mobile Menu  */
			
	#mobile-menu {
		z-index: 20;
		border-bottom: 1px solid #efefef;
		margin-bottom: 0;
	}
	
	#mobile-menu li {	
		display: block;
		margin: 0;
	}
		
	#mobile-menu > li > ul, 
	#mobile-menu > li > ul > li > ul {
		display: none;
		margin-left: 0;
	}
	
	#mobile-menu .sf-mega {
		display: none;
		padding: 0;
		border: none;
		margin: 0;
	}
	
	#mobile-menu .sf-mega-section {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	
	#mobile-menu .sf-mega-section ul { margin-left: 0; }

	#mobile-menu li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-top: 1px solid #efefef;
		color: #333;
		font-size: 13px;
		text-align: left;
		text-decoration: none;
	}
	
	#mobile-menu ul a { padding-left: 45px; }
	
	#mobile-menu ul li ul a  { padding-left: 65px; }
	
	#mobile-menu .mobile-menu-submenu-arrow {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 70px;
		border-left: 1px solid #efefef;
		color: #333;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow:hover { 
		background-color: #ea6872;
		color: #fff;
	}
	
	#mobile-menu li a:hover {}
	
	#mobile-menu { display: none; }
	
	/* Mobile menu trigger  */
				
	#mobile-menu-trigger { 
		float: right;
		display: none;
		margin-top: 17px;  
		color: #ea6872;
		font-size: 32px;
	}				

	/* Custom Search Form */
	
	#custom-search-form {
		position: absolute;
		top: 13px;
		right: 0;
		z-index: 15;
	}
	
	#custom-search-form + .sf-menu { 
		margin-right: 40px;
	}
	
	#custom-search-form #s {
		height: 40px;
		width: 34px;
		background: #fff url(../images/bg-search-2.png) no-repeat 6px 10px;
		border: none;
	    color: #333;
		border-radius: 3px;
	   
	}
	
	#custom-search-form #s:hover { cursor: pointer; }
	
	#custom-search-form #s.open {
	    padding-left: 30px;
	    border: 1px solid #999;
	}
	
	
/* #Content
   ========================================================================== */
   		
	#content { 
		min-height: 300px; 
		padding-bottom: 50px;  
	}

	/* Page Header */
	
	#page-header {
		padding: 35px 0;
		border-top: 1px solid #ea6872;
		border-bottom: 1px solid #ea6872;
		margin-bottom: 100px;
	}
	
	#page-header h3 {
		padding-top: 10px;
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	#page-header i {
		float: left;
		padding: 10px;
		border-radius: 10px;
		margin-right: 25px;
		background-color: #ea6872;
		color: #fff;
		font-size: 25px;
	}
	
	.bordered {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 30px 20px;
		border: 1px solid #d7d7d7;
		border-radius: 10px;
		margin-top: 75px;
	}
	
	.bordered p:last-child { margin-bottom: 0; }
	
	.bordered .img-align-left,
	.bordered .img-align-right { 
		float: none;
		display: block;
		margin: 0 auto 30px;
	}
			
/* #Footer
   ========================================================================== */		
		
	#footer {}
	
	#footer-top {
		padding: 40px 0; 
		background-color: #ea6872;
		color: #fff;
	}
	
	#footer-top h1,
	#footer-top h2,
	#footer-top h3,
	#footer-top h4,
	#footer-top h5,
	#footer-top h6 { color: #fff; }
	
	#footer-middle {
		padding: 20px 0; 
		background-color: #ebebeb; 
	}
	
	#footer-bottom {
		padding: 10px 0;
		background-color: #ea6872;
		color: #fff;
	}
	#footer-bottom a { color: #000; }
	
	.alternative #footer-middle { 
		background-color: #1d1d1d; 
		color: #fff;	
	}
	
	.alternative #footer-middle a { color: #fff; }
	
	.alternative #footer-bottom { 
		background-color: #181818;
		color: #ea6872;
	}
	
	.alternative #footer-bottom a { color: #fff; }
			
/* #Quotes
   ========================================================================== */
   
	/* Quotes Form */
  
	#quotes-form { 
		overflow: hidden; 
		margin-top: 60px; 
	}
	
	#quotes-form fieldset { margin: 0; }
	
	input.validation-error,
	textarea.validation-error,
	select.validation-error { border :1px solid #e1a1a1; }
	
	label.validation-error { 
		color: #b55454;
		display: block;
	}
	
	#quotes-form #formstatus {}
		
	#quotes-form textarea,
	#quotes-form input { border-radius: 0; }
	
	#quotes-form label {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 10px;
	}	 
	
	#quotes-form label i {
		margin-right: 5px;
		color: #ea6872;
		font-size: 16px;
		vertical-align: middle;
	}
	
	#quotes-form input,
	#quotes-form textarea { 
		display: inline-block;
		border-radius: 0;
		margin-bottom: 0;
	}
	
/* #Contact
   ========================================================================== */
   
	/* Contact Form */
  
	#contact-form { 
		overflow: hidden; 
		margin-top: 60px; 
	}
	
	#contact-form fieldset { margin: 0; }
	
	input.validation-error,
	textarea.validation-error,
	select.validation-error { border :1px solid #e1a1a1; }
	
	label.validation-error { 
		color: #b55454;
		display: block;
	}
	
	#contact-form #formstatus {}
		
	#contact-form textarea,
	#contact-form input { border-radius: 0; }
	
	#contact-form label {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 10px;
	}	 
	
	#contact-form label i {
		margin-right: 5px;
		color: #ea6872;
		font-size: 16px;
		vertical-align: middle;
	}
	
	#contact-form input,
	#contact-form textarea { 
		display: inline-block;
		border-radius: 0;
		margin-bottom: 0;
	}
	
/* #Page 404
   ========================================================================== */
 	
	h1.error {
		margin-top: 100px;
		margin-bottom: 0;
		color: #8e71b5;
		font-size: 172px;
		line-height: 172px;
		font-weight: 300;
		text-align: center;
	}
	
	h2.error {
		margin-bottom: 100px;
		font-size: 30px;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
	}
	
/* ==========================================================================
   #Responsive
   ========================================================================== */
   
/* #Large Display
   ========================================================================== */
   	
	@media (min-width: 1400px) {
		
		#wrap {}
		
		.bordered .img-align-right {
			float: right; 
			margin: -31px -21px -31px 30px; 
		}
		
		.bordered .img-align-left { 
			float: left;
			margin: -31px 30px -31px -21px; 
		}
		
	}

/* #Smaller then 1024px width
   ========================================================================== */
	
	@media (max-width: 1024px) {

		#wrap {}
		
		#header {}
		
		#content {}
		
		#footer {}
		
	}

/* #Tablet (Portrait)
   ========================================================================== */

	@media (min-width: 768px) and (max-width: 979px) {
		
		#wrap {}
		
		#header { padding-bottom: 30px; }
		
		#menu { display: none; }
		
		#mobile-menu-trigger { 
			display: block;
			margin-right: 10px;
		}
		
		#custom-search-form { right: 65px; }	
		
		#content {}
		
		#footer {}
		
	}
	
/* #Mobile (Portrait and Landscape )
   ========================================================================== */
	
	@media (max-width: 767px) {
	
		body { 
			background: none; 
			background-color: #fff; 
		}
		
		#wrap { border-top: 5px solid #ea6872; }
		
		#header-top { display: none; }
		
		#header { padding-bottom: 30px; }	
		
		#logo {}
		
		#menu { display: none; }
		
		#mobile-menu-trigger { 
			position: absolute;
			top: 7px;
			right: 10px;
			display: block;
			padding: 10px;
			margin-top: 0;
		}
		
		#custom-search-form { display: none; }
		
		#content {}
		
		#footer{}	

		.row { padding: 0 40px; }
		
		.row .row { 
			width: auto; 
			padding: 0; 
			margin: 0; 
		}
		
		p.last, 
		h1.last, 
		h2.last, 
		h3.last, 
		h4.last, 
		h5.last, 
		address.last, 
		ul.last, 
		ol.last { margin-bottom: 20px; }
		
		.text-right{ text-align: left; }

		/* Contact */
		
		#contact-form { margin-bottom: 50px; }
		
		/* Page 404 */
		
		h1.error { 
			font-size: 100px;
			line-height: 100px;
		}

	}
	
/* #Mobile ( Landscape )
  ========================================================================== */

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.row { padding: 0 40px; }
		
		#mobile-menu-trigger { right: 30px; }
		
	}	