/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section 
{
	padding: 80px 0px 80px 0px;
	text-align: center;
}
.section_heading
{
	text-align: left;
	color: #ffffff;
	font-size: 64px;
	line-height: 76px;
}
.section_description 
{
	text-align: left;
	margin: 10px 0px 10px 0px;
}
h1.section_heading 
{
	font-size: 64px;
	line-height: 70px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}
h2.section_heading 
{
	font-size: 46px;
	line-height: 56px;
	letter-spacing: 2px;
}
h3.section_heading 
{
	font-size: 20px;
	line-height: 24px;
}
h4.section_heading 
{
	font-size: 38px;
	line-height: 44px;
	text-align: center;
	letter-spacing: normal;
}
h5.section_heading 
{
	font-size: 28px;
	line-height: 34px;
	margin-top: 50px;
}
h6.section_heading 
{
	font-size: 26px;
	line-height: 30px;
}

/* Up to 550px */
@media only screen and (max-width: 550px) {
	h1.section_heading 
	{
		text-align: center;
	}
}

/* Section - Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.header 
{
	position: fixed;
	/*background-color: transparent;*/
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	top: 0px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	height: 169px;
	/*height: auto;*/
	box-sizing: border-box;
	/*transition: padding .4s ease, opacity .3s ease;*/
}
.section.header .navbar_logo
{
	float: left;
	left: 0px;
	text-align: left;
	top: 0px;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
	width: 340px;
	z-index: 502;
	transition: height .4s ease, opacity .3s ease;
	transition: width .4s ease, opacity .3s ease;
}
.section.header .navbar_logo img
{
	max-width: 100%;
	display: block;
}
/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}
/* Screens not wide enough for nav ----------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1265px) {
	.section.header
	{
		height: 137px;
	}
	.section.header .navbar_logo
	{
		width: 260px;
	}
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.section.header
	{
		height: 100px;
	}
	.section.header .navbar_logo
	{
		overflow: hidden;
		margin: 5px auto;
		width: 190px;
		/*height: 120px;*/
	}
}

/* Section - Header Padding (to push down content below the floating nav bar)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.header_padding 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 169px;
	/*transition: height .4s ease, opacity .3s ease;*/
	background-color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 1265px) {
	.section.header_padding 
	{
		height: 137px;
	}
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.section.header_padding 
	{
		height: 100px;
	}
}

/* Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu
{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*transition: margin-top .4s ease, opacity .3s ease;*/
}
.menu ul
{
	/*transition: height .4s ease, opacity .3s ease;*/
	margin-bottom: 0px;
	
}
.menu ul li
{
	float: left;
	display: inline;
	list-style: none;
	margin: 80px 0px 0px 30px;
}
.menu ul li a
{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	text-decoration: none;
	text-transform: uppercase;
}
.menu ul li a:hover
{
	color: #e13341;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.menu ul li a.active
{
	color: #e13341;
	border-bottom: none;
	text-decoration: none;
}

/* Screens not wide enough for nav ----------------------------------- */
@media only screen and (min-width: 1020px) and (max-width: 1120px) {
	.menu ul li
	{
		margin-left: 12px;
	}
	.menu ul li a
	{
        font-size: 14px;
		font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
	}
}

@media only screen and (min-width: 1121px) and (max-width: 1220px) {
	.menu ul li
	{
		margin-left: 16px;
	}
	.menu ul li a
	{
        font-size: 16px;
		font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
	}
}

@media only screen and (min-width: 1221px) and (max-width: 1450px) {
	.menu ul li
	{
		margin-left: 16px;
	}
	.menu ul li a
	{
        font-size: 16px;
		font-weight: 600;
        line-height: 20px;
        letter-spacing: 0px;
	}
}

@media only screen and (max-width: 1265px) {
	.menu ul li
	{
		margin-top: 62px;
	}
}

/* Responsive Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#responsive_menu_buttons
{
	position: absolute;
	right: 10px;
	top: 0px;
	display: none;
	z-index: 50;
	width: 36px;
	height: 32px;
	border: 1px solid #eee;
	background: #f5f5f5;
	color: #060607;
	padding: 5px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
}
#responsive_menu_buttons a
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #060607;
}
#responsive_menu_buttons a:hover
{
	text-decoration: none;
}
#responsive_menu_open_button
{
	display: block;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}
#responsive_menu_close_button
{
	display: none;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}

#responsive_menu 
{
	position: absolute;
	display: none;
	width: 100%;
	z-index: 50;
	background-color: #060607;
	padding-top: 120px;
	padding-bottom: 40px;
}

#responsive_menu select
{
	-moz-appearance: none;
}
#responsive_menu ul
{
	width: 80%;
	margin: 0px 0px 0px 0px;
	padding-left: 10%;
	padding-right: 10%;
	list-style: none;
}
#responsive_menu li
{
	display: inline;
	float: left;
	width: 100%;
	border-top: 2px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#responsive_menu ul li:first-child
{
	border-top: 3px solid #ffffff;
}
#responsive_menu ul li:last-child
{
	border-bottom: 4px solid #ffffff;
}
#responsive_menu li.top
{
	border-top: 3px solid #ffffff;
}
#responsive_menu li.bottom
{
}
#responsive_menu li span
{
	float: left;
	width: 40px;
}
#responsive_menu li a
{
	float: left;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
}
#responsive_menu li a#active_page
{
	font-weight: bold;
}
#responsive_menu li a:hover
{
	color: #555555;
}
/* Menu - Responsive  ---------------------------------- */
@media only screen and (max-width: 1020px) {
	#responsive_menu_buttons
	{
		display: inline;
	}
	#responsive_menu 
	{
		display: none;
		visibility: visible;
	}
	.menu
	{
		visibility: hidden;
		height: 0;
		display: none;
	}
}


/* Section - Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.hero
{
	padding: 0px 0px 0px 0px;
	/*background-color: #ebebeb;*/
}
.section.hero img
{
	filter: brightness(70%);	
}
.section.hero .slider-pro h2.sp-layer 
{
	font-size: 50px;
	line-height: 1.4;
	margin: 0;
    text-transform: uppercase;
}
.section.hero .slider-pro h2.sp-layer span
{
	font-size: 40px;
    text-transform: none;
}

.section.hero h2.section_heading
{
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
    text-align: center;
}
.section.hero h3.section_heading
{
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
    text-align: center;
}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.section.hero h2.section_heading
	{
		font-size: 40px;
		line-height: 46px;
	}
	.section.hero h3.section_heading
	{
		font-size: 30px;
		line-height: 36px;
	}
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.section.hero h2.section_heading
	{
		font-size: 30px;
		line-height: 36px;
	}
	.section.hero h3.section_heading
	{
		font-size: 20px;
		line-height: 26px;
	}
    .section.hero .slider-pro h2.sp-layer 
    {
        font-size: 30px;
        line-height: 1.4;
        margin: 0;
        text-transform: uppercase;
    }
    .section.hero .slider-pro h2.sp-layer span
    {
        font-size: 20px;
        text-transform: none;
    }
}

/* Section - Single Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.single_hero
{
	padding: 0px 0px 0px 0px;
	background-size: cover;
	background-position: center center;
	height: 300px;
}
.section.single_hero.beauty
{
	background-image: url(../images/single_heroes/beauty.jpg);
}
.section.single_hero.pardon
{
	background-image: url(../images/single_heroes/14212.jpg);
}
.section.single_hero.cocktail
{
	background-image: url(../images/single_heroes/cocktail_launch.jpg);
}
.section.single_hero.group
{
	background-image: url(../images/single_heroes/group.jpg);
}
.section.single_hero.nightclub
{
	background-image: url(../images/single_heroes/nightclub.jpg);
}
.section.single_hero .centre_vertically_container
{
	height: 500px;
}

@media only screen and (max-width: 1050px) {
	.section.single_hero
	{
		/*height: 300px;*/
	}
}
@media only screen and (max-width: 800px) {
	.section.single_hero
	{
		/*height: 200px;*/
	}
}
@media only screen and (max-width: 500px) {
	.section.single_hero
	{
		/*height: 125px;*/
	}
	.section.single_hero h1.section_heading
	{
		font-size: 40px;
		line-height: 46px;
	}
	.section.single_hero h4.section_heading
	{
	}
}
@media only screen and (max-width: 400px) {
	.section.single_hero
	{
		/*height: 115px;*/
	}
}


/* Section - Strap Line
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.strap_line
{
	padding: 20px 0px 20px 0px;
	background-color: #000000;
	overflow-x: hidden;
}
.section.strap_line h1
{
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.section.strap_line h4
{
	margin: 0px 0px 0px 0px;
}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.section.strap_line h1
	{
		font-size: 40px;
		line-height: 50px;
	}
}


/* Section - Pink Gradient
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.pink_gradient
{
	background-image: linear-gradient(#e13341, #000000);
}
.section.pink_gradient .image_container
{
}
.section.pink_gradient .image_container img
{
	max-width: 100%;
	display: block;
}
.section.pink_gradient h2.section_heading 
{
	color: #ffffff;
	text-align: left;
}
.section.pink_gradient p.section_description
{
	/*max-width: 60%;*/
}
.section.pink_gradient ul
{
	position: relative;
	list-style: none;
	text-align: left;
	margin-top: 60px;
	z-index: 2;
}
.section.pink_gradient ul li
{
	display: inline;
	margin-right: 20px;
}
.section.pink_gradient ul li a
{
}
.section.pink_gradient ul.bulleted_list
{
	list-style: square;
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
}
.section.pink_gradient ul.bulleted_list li
{
	display: list-item;
	margin: 6px 0px 6px 0px;
}
/* ---- Media Queries ---- */
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.section.pink_gradient
	{
		padding: 30px 0px 30px 0px;
	}
	.section.pink_gradient h2.section_heading
	{
		font-size: 44px;
		line-height: 50px;
		margin-top: 20px;
	}
	.section.pink_gradient .button
	{
		width: 100%;
	}
	
}


/* Section - Consultations 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.consultations
{
	background-color: #ffffff;
	overflow-x: hidden;
}
.section.consultations h2.section_heading
{
	color: #e13341;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 2px;
	text-align: left;
}
.section.consultations p.section_description
{
	color: #131314;
	width: 80%;
	padding-top: 20px;
}
.section.consultations img
{
	position: relative;
	top: 10px;
	width: 400px;
}
.section.consultations ul
{
	list-style: none;
	text-align: left;
	margin-top: 60px;
	z-index: 2;
}
.section.consultations ul li
{
	display: inline;
	margin-right: 20px;
}
.section.consultations p a
{
	color: #e13341; 
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.section.consultations p a:hover
{
	text-decoration: none;
	color: #ebebcd;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.section.consultations
	{
		padding: 30px 0px 30px 0px;
	}
	.section.consultations h2.section_heading
	{
		font-size: 44px;
		line-height: 50px;
		margin-top: 20px;
	}
	.section.consultations .button
	{
		width: 100%;
	}
	.section.consultations img
	{
		display: none;
	}
	.section.consultations p.section_description
	{
		width: 100%;
	}
}

/* Section - gift_certs 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.gift_certs
{
	background-color: #e13341;
	overflow-x: hidden;
}
.section.gift_certs h2.section_heading
{
	color: #ffffff;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 30px;
}
.section.gift_certs p.section_description
{
	color: #ffffff;
	padding-top: 20px;
}
.section.gift_certs .button
{
    margin-top: 50px;
}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.section.gift_certs
	{
		padding: 30px 0px 30px 0px;
	}
	.section.gift_certs h2.section_heading
	{
		font-size: 44px;
		line-height: 50px;
		margin-top: 20px;
	}
	.section.gift_certs .button
	{
		width: 100%;
	}
	.section.gift_certs p.section_description
	{
		width: 100%;
	}
}

/* Section - Home Page - Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.testimonials
{
	padding: 60px 0px 60px 0px;
	background-color: #f7f7f7;
}	
/* With Quotes */
#testimonial_container .testimonial-with-quotes {
	/* Remove Left Quote */
	/* Remove Right Quote */
}

#testimonial_container .testimonial-with-quotes blockquote
{
	border-right: none;
}
.section.testimonials .testimonial-with-quotes blockquote,
.section.testimonials .testimonial-with-quotes blockquote p
{
	color: #131314;
	font-style: normal;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px 40px 0px 40px;
}

.section.testimonials .testimonial-with-quotes blockquote:before {
	color: #e13341;
	display: block !important;
	left: 10px;
	top: 0;
	/*content: """;*/
	content: "\201c";
	font-family: 'Playfair Display', serif;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.section.testimonials .testimonial-with-quotes blockquote:after {
	color: #e13341;
	display: block !important;
	right: 10px;
	font-family: 'Playfair Display', serif;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	content: "\201d";
}
.section.testimonials .testimonial-author
{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	padding-top: 20px;
    color: #333333;
}
/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .section.testimonials .testimonial-with-quotes blockquote,
    .section.testimonials .testimonial-with-quotes blockquote p
    {
        font-size: 14px;
        line-height: 16px;
        padding: 0px 10px 0px 10px;
    }
    .section.testimonials .testimonial-author
    {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }
  
}

/* Section - Default Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.default_section
{
	background-color: #e13341;
	overflow-x: hidden;
}
.section.default_section h1.section_heading,
.section.default_section h4.section_heading
{
	text-align: left;
}
.section.default_section p.section_description
{
	color: #ffffff;
	width: 80%;
	padding-top: 20px;
}
.section.default_section p.section_description.intro
{
	font-size: 20px;
    line-height: 24px;
    
}
.section.default_section img
{
	position: relative;
	top: 20px;
	width: 400px;
}
.section.default_section ul
{
	list-style: none;
	text-align: left;
	margin-top: 60px;
	z-index: 2;
}
.section.default_section ul li
{
	display: inline;
	margin-right: 20px;
}
.section.default_section ul.bulleted_list
{
	list-style: square;
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
}
.section.default_section ul.bulleted_list li
{
	display: list-item;
	margin: 6px 0px 6px 0px;
}
.section.default_section p a
{
	color: #ebebcd; 
	text-decoration: underline;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.section.default_section p a:hover
{
	text-decoration: underline;
	color: #ffffff;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.section.default_section ul.leaders 
{
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    display: block;
}
.section.default_section ul.leaders li
{
    display: block;
    padding-right: 0px;
    margin-right: 0px;
    font-size: 20px;
    line-height: 24px;
}
.section.default_section ul.leaders li:before 
{
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}
.section.default_section ul.leaders span:first-child 
{
    padding-right: 0.33em;
    background: #e13341;
}
.section.default_section ul.leaders span + span 
{
    float: right;
    padding-left: 0.33em;
    background: #e13341;
    padding-right: 0.33em;

}
.section.default_section .price_list_container
{
	margin-right: 10%;
	margin-top: 20px;
	background-color: #00000010;
	border-radius: 8px;
}
.section.default_section .treatment_container
{
	display: flex;
	flex-wrap: wrap;
	padding: 12px 12px 12px 12px;
	margin-bottom: 2px;
}
.section.default_section .treatment_heading
{
	flex-basis: 90%;
	text-align: left;
}
.section.default_section .treatment_price
{
	flex-basis: 10%;
	text-align: right;
}
.section.default_section .treatment_heading,
.section.default_section .treatment_price
{
	font-size: 22px;
	line-height: 26px;
}

.section.default_section .treatment_price::before { 
    content: "\00a3"; /* Set the currency symbol */
    margin-left: 2mm; /* Add space before the symbol */
	vertical-align: middle;
}
.section.default_section .treatment_description
{
	flex-basis: 100%;
	text-align: left;
	margin-top: 8px;
}

@media only screen and (max-width: 500px) {
    .section.default_section h1.section_heading.reduce
    {
        font-size: 36px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1000px) {
    .section.default_section img
    {
        width: auto;
        max-width: 100%;
    }
   .section.default_section ul.leaders li
    {
        font-size: 14px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 350px) {
   .section.default_section ul.leaders li
    {
        font-size: 13px;
        line-height: 17px;
    }
    .section.default_section p.section_description
    {
        width: 100%;
    }
}
@media only screen and (min-width: 351px) and (max-width: 775px) {
    .section.default_section .container 
    {
        position: relative;
        width: 85%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box; 
    }
    .section.default_section .column,
    .section.default_section .columns 
    {
        width: 100%;
        margin-left: 0px;
        float: left;
        box-sizing: border-box; 
    }
    .section.default_section p.section_description
    {
        width: 100%;
    }

}

/* Section - Our Team Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.team_section
{
	background-color: #e13341;
	overflow-x: hidden;
}
.section.team_section .portrait
{
    display: inline-block;
    width: 100%;
    height: 300px;
    background-size: 100%;
    background-position: center top;
    overflow-x: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 1.2s ease-in-out;
    margin: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.section.team_section .portrait:hover
{
    background-size: 110%;
}

.section.team_section .name
{
    text-align: left;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
background-color: #000000;
}
.section.team_section .title
{
    text-align: left;
    color: #ffffff;
    /*border-bottom: 1px solid #ffffff;*/
    padding: 6px 10px 16px 10px;
    margin-bottom: 16px;
    background-color: #000000;
}
.section.team_section .flex_container_wrapped
{
	justify-content: center;
}
.section.team_section .flex_item_people
{
    flex: 0 0 31%;
    padding: 0px 1%;
}
.section.team_section .flex_item_people a
{
    text-decoration: none;
}

@media only screen and (min-width: 660px) and (max-width: 1010px) {
    .section.team_section .flex_item_people
    {
        flex: 0 0 48%;
        padding: 0px 1%;
    }
}
@media only screen and (max-width: 659px) {
    .section.team_section .flex_item_people
    {
        flex: 0 0 100%;
        padding: 0px 0%;
    }
}

/* Section - Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.contact
{
	background-color: #131314;
	overflow-x: hidden;
}
.section.contact h1.section_heading,
.section.contact h4.section_heading
{
	text-align: left;
}
.section.contact p.section_description
{
	color: #ffffff;
	width: 80%;
	padding-top: 20px;
}
.section.contact img
{
	position: relative;
	top: 20px;
	width: 400px;
}
.section.contact ul
{
	list-style: none;
	text-align: left;
	margin-top: 20px;
	display: block;
}
.section.contact ul li
{
	list-style: none;
	text-align: left;
	display: block;
}
.section.contact ul li a
{
	text-decoration: none;
	color: #e13341;
}
.section.contact ul li a:hover
{
	text-decoration: none;
	color: #ffffff;
}
/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .section.contact iframe
    {
        max-width: 100%;
    }
}


/* Section - Policy
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.policy
{
	background-color: #131314;
	overflow-x: hidden;
}
.section.policy h1.section_heading
{
    padding-bottom: 50px;
}
.section.policy h3.section_heading
{
    padding-top: 20px;
}
.section.policy ul
{
    margin-left: 20px;
    list-style-position: outside;
    list-style: square;
}
.section.policy ul li
{
    text-align: left;
}

/* Section - Footer 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.footer
{
	background-color: #333333;
}
.section.footer ul.big_links
{
	list-style: none;
}
.section.footer ul.big_links li
{
	display: inline-block;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.section.footer ul.big_links li .footer-icon
{
	margin-bottom: 10px;
}
.section.footer ul.big_links li .footer-icon img
{
	height: 35px;
}
.section.footer ul.big_links li .footer-icon.inline
{
	display: inline-block;
}
.section.footer ul.big_links li a
{
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
}
.section.footer ul.big_links li a:hover
{
	color: #e13341;
}
.section.footer ul.big_links li a i
{
	font-weight: 400;
}

.section.footer ul.small_links
{
	list-style: none;
}
.section.footer ul.small_links li
{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  	text-indent: -5px;
	color: #ffffff;
}
.section.footer ul.small_links li:nth-child(1):before
{
	content: "";
  	text-indent: -5px;
	padding-left: 0px;
	padding-right: 0px;
}
.section.footer ul.small_links li:before
{
	content: "-";
  	text-indent: -5px;
	padding-left: 10px;
	padding-right: 10px;
}
.section.footer ul.small_links li a
{
	color: #ffffff;
	text-decoration: none;
}
.section.footer ul.small_links li a:hover
{
	color: #e13341;
}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.section.footer
	{
		padding: 30px 0px 30px 0px;
	}
	.section.footer ul.big_links li
	{
		display: block;
		margin: 20px 0px 30px 0px;
	}
	.section.footer ul.small_links
	{
		margin-top: 20px;
	}
	.section.footer ul.small_links li
	{
		display: block;
	}
	.section.footer ul.small_links li:nth-child(1)
	{
		padding-bottom: 20px;
	}
	.section.footer ul.small_links li:before
	{
		content: "";
		text-indent: -5px;
		padding-left: 0px;
		padding-right: 0px;
	}
}


/* #Misc
=================================================================================================================== */
.centered
{
	text-align: center;
}

/* #Media Queries
=================================================================================================================== */

/* Bigger than 1000 */
@media (min-width: 1000px) {

}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
