/*!
Theme Name: Weight Training Fitness Facility
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weight-training-fitness-facility
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Weight Training Fitness Facility is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

.menu-toggle {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/****************************************/
/************ Paradise CSS *************/
/**************************************/

body {
	font-family: 'Roboto';
	margin: 0 !important;
}
article#post-6 {
	margin-bottom: 0;
}
.site-title {
	display: none;
}
.site-description {
	display: none;
}
.evolve274  {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	overflow:hidden;
}
.evolve274 .envolve-inner{
	position: relative;
	background-position: 100% 100% !important;
	background-size: 60% 100% !important;
}
.evolve274 .evolve-img img {
	object-fit: contain;
	width: 100%;
	height: 100vh;
	object-position: bottom right;
}
.entry-title {
	display: none;
}
.entry-content {
	margin: 0;
}
header#masthead {
	position: fixed;
	z-index: 9999;
	padding: 40px 45px;
	width: 100%;
	top: 0;
}
.sociali-icons ul {
	padding: 0;
	margin: 0;
	text-align: right;
}
.sociali-icons ul li {
	display: inline-block;
	padding: 3px 26px;
}
.sociali-icons ul li a {
	color: #fff;
}
.sociali-icons ul li a i {
	font-size: 25px;
}
nav#site-navigation {
	display: none;
}
.sociali-icons ul li:nth-child(n+1) {
	padding-right: 0;
}
.evolve274  .evolve-con-outr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 150px;
	max-width: 680px;
}
.evolve274 .evolve-con-outr .evolve247-title {
	font-family: 'Changa One', cursive;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-size: 130px;
	line-height: normal;
}
.evolve-con p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.evolve-btn ul {
	padding: 0;
	margin: 0;
}
.evolve-btn ul li {
	display: inline-block;
	padding: 10px;
	border: 3px solid #fff;
	margin-right: 20px;
	width: 200px;
	text-align: center;
}
.evolve-btn ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Roboto';
	text-transform: uppercase;
}
.evolve-btn {
	padding: 15px 0 0;
}
.arrow-outr {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 70px;
	z-index: 999;
}
.arrow-outr a {
	display: block;
}
.arrow-outr p.aarow-circle {
	width: 26px;
	height: 47px;
	border: 2px solid #fff;
	margin: auto;
	border-radius: 35px;
	text-align: center;
}
.arrow-dwn i {
	color: #fff;
	font-weight: 600;
}
.arrow-outr p.aarow-circle span {
	width: 2px;
	height: 10px;
	background: #fff;
	display: block;
	margin: 5px auto;
}
.navigation-list {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
	z-index: 9;
}
.navigation-list ul {
	padding: 0;
	margin: 0;
}
.navigation-list ul li {
	list-style: none;
	position: relative;
}
.navigation-list ul li a {
	display: block;
	width: 11px;
	height: 11px;
	margin: 25px 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.navigation-list ul li a.active, .navigation-list ul li a:hover {
	background: #fff;
}
.evolve274  .evolve-img {
	float: right;
	width: 100%;
	z-index: -1;
}
.evolve-img .vc_column-inner {
	padding:  0 !important;
}
.evolve-con-outr .vc_column-inner {
	padding-top: 0 !important;
}
.evolve-img img {
	height: auto;
}
.evolve-img .wpb_single_image.vc_align_right {
	margin-bottom: 0 !important;
}
.evolve274  .wpb_raw_code.wpb_content_element.wpb_raw_html {
	margin-bottom: 0 !important;
}
.evolve274 .vc_column-inner {
	padding-top: 0 !important;
}
#contact .footer_title {
	font-size: 74px;
	font-family: 'Changa One', cursive !important;
	color: #fff;
	font-style: italic !important;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.con-form .sociali-icons h4 {
	font-family: 'Changa One', cursive !important;
	font-size: 44px;
	line-height: 32px;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 0;
}
.con-form input {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	height: 40px;
	width: 100%;
	color: #fff;
	padding: 0 10px;
	font-family: "Roboto";
}
.con-form input::placeholder {
	color: #fff;
	font-size: 14px;
	font-family: "Roboto";
}

.con-form input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
	width: 100% !important;
}
.con-form  input.wpcf7-form-control.wpcf7-submit {
	background: #fff;
	height: 40px;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Roboto';
	text-transform: uppercase;
	line-height: 40px;
	border: none;
}
.con-form  input.wpcf7-form-control.wpcf7-submit:hover {
	background: #d71921;
	color: #ffffff;
	transition: 0.3s ease-in-out;
}
.con-form p {
	margin: 0;
}
.con-form .wpcf7-checkbox span {
	margin: 0 10px 0 0;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto';
	padding: 0 0 0 3px;
}
.con-form .wpcf7-checkbox span:last-child {
	margin-right: 0;
}
.con-form span.wpcf7-form-control.wpcf7-checkbox {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.visit-us-con h5 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px;
	font-family: 'Roboto';
}
.loc {
	padding: 0;
	margin: 0;
}
.loc li, .loc li a {
	list-style: none;
	padding: 8px 0 0;
	color: #fff;
	font-size: 15px;
	vertical-align: top;
}
.loc li i {
	color: #d71921;
	vertical-align: top;
}
.days {
	padding: 10px 0 1px;
}
.days p {
	margin-bottom: 5px;
	font-size: 15px;
}
.visit-us iframe {
	height: 187px;
	width: 100%;
}
.days h6 {
	font-weight: 600;
}
.copy-ryt {
	text-align: center;
	padding: 100px 0 0;
}
.copy-ryt p {
	color: #fff;
	font-size: 15px;
	margin: 0;
}
.con-form .sociali-icons ul {
	text-align: right;
	width: 100px;	
}
form.wpcf7-form {
	width: 85%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	color: #fff;
	margin: 6px 0;
	max-width: 100%;
}
.con-form .sociali-icons {
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
	width: 85%;
}
.con-form .sociali-icons ul li {
	padding: 0;
	margin-left: 20px;
}
.con-form .sociali-icons ul li:first-child {
	margin-left: 0;
}
.con-form .sociali-icons ul li a {
	display: block;
}
.con-form .sociali-icons ul li i {
	font-size: 39px;
}
.con-form .sociali-icons ul li a:hover i {
	color: #d71921;
	transition: 0.3s ease-in-out;
}
#our-philosphy {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px;
	color: #fff;
	font-family: 'Roboto';
}
#our-philosphy .back-home a,
#our-philosphy .back-home button {
	background: transparent !important;
	color: #fff !important;
	font-weight: 600 !important;
	border: 2px solid #fff !important;
	border-radius: 0 !important;
	padding: 12px 35px !important;
}
.site-info {
	display: none;
}
article#post-97 {
	margin-bottom: 0;
}
.mobile-design {
	display:none;
}
.flexslider_gallery ul.slides li img {
	background-color: white;
}
.flexslider_gallery ul.slides li img {
	max-width: 100%;
	width: 100%;
}
.flexslider_gallery_thumbnail li:before {
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
}
.flexslider_gallery_thumbnail li {
	position: relative;
	cursor: pointer;
}
li.flex-active-slide:before {
	display: none;
}
.flexslider_gallery .flex-direction-nav {
	display: none !important;
}
.flexslider_gallery_thumbnail a.flex-prev.flex-disabled,
.flexslider_gallery_thumbnail a.flex-next.flex-disabled {
	opacity: 1 !important;
	z-index: 0;
}
.com-fitness .evolve-btn ul li:hover {
	background: #fff;
}
.com-fitness .evolve-btn ul li:hover a {
	color: #f4d00c;
	text-decoration: none;
}
.con-form span.wpcf7-list-item-label:before {
	position: absolute;
	content: "";
	border: 2px solid #fff;
	height: 16px;
	width: 16px;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.con-form input[type=checkbox] {
	visibility: hidden;
	width: 0;
	height: 0;
	position: absolute;
}
#our-philosphy .back-home a:hover, #our-philosphy .back-home button:hover {
	background: #fff !important;
	color: #f4d00c !important;
}
.con-form input:focus {
	color: #fff;
	outline: none;
}
.arrow-outr a img:focus {
	outline: none;
}
.our_philosphy_content h2 {
	font-style: italic;
	font-weight: 900;
	font-family: 'Changa One', cursive;
	font-size: 116px;
	line-height: 86px;
	margin-bottom: 20px;
}
.copy-ryt a {
	color: #fff;
}
.vc_btn3-container.default_btn a.vc_btn3 {
	width: 200px;
	padding: 0 10px;
	font-weight: bold;
	border: 3px solid #fff;
	margin-right: 20px;
	text-transform: uppercase;
	height: 46px;
	line-height: 42px;
}
a:focus {
	outline: none;
}
.evolve-img figure, .evolve-img .vc_single_image-wrapper {
	width: 100%;
}
.evolve-con p {
	margin-bottom: 15px;
}
ul.loc li {
	padding-left: 30px;
	position: relative;
}
ul.loc li i {
	position: absolute;
	left: 0;
	top: 9px;
	font-size: 21px;
}
.days h6 {
	margin: 0;
	text-transform: capitalize;
}
.visit-us iframe {
	height: 200px;
}
.flexslider_gallery {
	height: calc(100vh - 170px);
}
.flexslider_gallery_thumbnail {
	height: 170px;
}
.flexslider_gallery_thumbnail ul.slides li {
	box-shadow: 0 0 2px #ffffff;
	border-top: 1px solid #868686;
}
.flexslider_gallery_thumbnail ul.slides li img {
	width: 100%;
}
.flexslider_gallery ul.slides li img {
	height: calc(100vh - 170px);
	object-fit: cover;
	object-position: bottom right;	
}
form.wpcf7-form p {
	margin-bottom: 15px;
}
span.check_label {
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px;
	display: block;
}
.con-form .wpcf7-checkbox label {
	padding-left: 20px;
	position: relative;
}
.con-form .wpcf7-checkbox label:before {
	content: "";
	height: 16px;
	width: 16px;
	border: 2px solid #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
}
.con-form input:checked + label:after {
	content: "";
	height: 8px;
	width: 8px;
	display: inline-block;
	position: absolute;
	left: 4px;
	top: 6px;
	background-color: #ffffff;
}
span.hover-text {
	color: #fff;
	font-size: 13px;
	display: block;
	width: 80px;
	margin-left: 15px;
	position: absolute;
	left: 3px;
	top: -4px;
	opacity: 0;
	text-transform: uppercase;
}
.navigation-list ul li:hover span.hover-text {
	opacity: 1;
	transition: 0.3s ease-in-out;
}
h2.hide_heading {
	display: none;
}
.site-branding {
	cursor: pointer;
}
.mob-menu {
	z-index: 9;
}
.mob-menu-nav {
	z-index: 9999;
}
.sociali-icons ul li a:hover {
	color: #d71921;
	transition: 0.3s ease-in-out;
}
body .flex-direction-nav a:before {
	content: "\f104";
	font-family: fontAwesome;
}
body .flex-direction-nav a.flex-next:before {
	content: "\f105";
	font-family: fontAwesome;
}
.sbmt_btn {
	position: relative;
}
.sbmt_btn span.ajax-loader {
	position: absolute;
	top: 10px;
}
div.wpcf7-mail-sent-ok, 
body .wpcf7-validation-errors, 
body .wpcf7-acceptance-missing {
	color: #ffffff;
	width: 100%;
	margin: 20px 0;
	border: 2px solid #d71921;
}
.our_philosphy_content  {
	max-width: 700px;
	margin: auto;
}
.our_philosphy_content p {
	margin-bottom: 15px;
}
.con-form input::placeholder {
	text-transform: uppercase;
}
#contact .animation_section {
	height: auto !important;
}
body .flex-direction-nav a {
	border-radius: 0;
	background-color: #d71921;
}
a.gallery_close i {
	color: #ffffff;
	padding: 10px 14px;
	background-color: #d71921;
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: normal;
	z-index: 3;
}
a.gallery_close i:hover, a.gallery_close i:focus {
	color: #d71921;
	background-color: #ffffff;
	transition: 0.3s ease-in-out;
}
body .flex-direction-nav .flex-prev {
	left: 15px;
}
body .flex-direction-nav .flex-next {
	right: 15px;
}
.fifth-sec {
	padding: 60px 150px 0;
}
.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.48);
	display: none;
}
.loader img {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}
body.loading .loader {
	display: block;
}
#main2 {
	left: 0;
	overflow-y:hidden;
}
.page {
	margin: 0;
}
.flexslider_gallery ul li a {
	display: block;
}
footer.entry-footer {
	display: none;
}
/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #262626;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #262626;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background:#262626;
}
.fancybox-container {
	background: #00000066 !important;
}
body .fancybox-thumbs {
	background: transparent;
}
.secnd-s {
    display: none;
}
/*****fancybox*****/
@media all and (min-width: 200px) {
  body  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  body  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
body .fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
    margin: auto;
}
}

/*************************************************/
/***************** Responsive *******************/
/***********************************************/
@media screen and (min-width:1800px) {
	.con-form > .vc_column-inner > .wpb_wrapper {
    float: right;
    width: 735px;
}
}

@media screen and (min-width:1601px) {
	#contact .footer_title {
		font-size: 98px; 
	}
	.visit-us {
		max-width: 600px;
	}
	.evolve274 .evolve-con-outr {
		position: absolute;
		left: 185px;
	}
	.con-form .sociali-icons h4 {
		font-size: 62px;
		line-height: 48px;
	}
	.con-form .sociali-icons ul li i {
		font-size: 50px;
	}
	body.page-id-382 .fifth-sec {
		padding: 60px 165px 150px;
	}
	body.page-id-382 .copy_right_row {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	body.page-id-382 #contact .contact_columns {
		position: initial;
	}
	body.page-id-382 .copy-ryt {
		padding: 0 15px;
	}
}

@media screen and (max-width:1600px) {
	/*.overflow_visible{overflow:visible !important}*/
	/*#contact{height:auto !important}*/
}


@media screen and (min-width:1400px){
	.evolve274 .evolve-img img {
		object-fit: contain;
	}
	.evolve274  .wpb_raw_code.wpb_content_element.wpb_raw_html {
		margin-bottom: 0;
	}
	#247gym .vc_column-inner {
		padding-top: 0;
	}
}
@media screen and (max-width:1300px){
	#contact .footer_title {
		font-size: 51px;
		margin-bottom: 12px;
	}
	.con-form .sociali-icons h4 {
		font-size: 38px;
	}
}
@media screen and (max-width:1200px){
	.con-form h4 {
		font-size: 34px !important;
		line-height: 26px;
	}
	.con-form .sociali-icons ul li i {
		font-size: 28px;
	}
	.evolve274 .evolve-con-outr .evolve247-title {
		font-size: 96px;
		margin: 0;
	}
	.copy-ryt {
		padding: 60px 0 0;
	}
	.con-form .sociali-icons {
		width: 100%;
	}
	form.wpcf7-form {
		width: 100%;
	}
	.fifth-sec {
		padding: 60px 60px 0 150px;
	}
}
@media screen and (min-width:767px) and (max-width: 991px)
{
.visit-col.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}
}
@media screen and (min-width:768px) and (max-width:1200px){

	.con-form .sociali-icons h4.evolve247-title {
		width: auto;
		padding: 0 14px 0 0;
	}
	.evolve-con p {
		font-size: 14px;
	}
}

@media screen and (max-width:1023px){
	.evolve274 .evolve-con-outr {
		width: 100%;
		z-index: 1;
		max-width: 600px;
	}
	.evolve-con p {
		text-shadow: 1px 1px 3px #565656;
	}
	.our_philosphy_content h2 {
		font-size: 76px;
		line-height: 58px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.mob-inner.mob-gym {
		background-position: 100% 50%;
	}
	.mob-evo .mob-inner {
		background-position: top;
	}
	.visit-us-con h5 {
		font-size: 16px;
	}
	#contact .vc_col-sm-6 {
		width: 100%;
	}
}

@media screen and (min-width:768px) {

	.mobile_image {
		display: none;
	}
}

@media screen and (max-width:767px) {

	body.page-id-382 .desktop {
		display: block !important;
	}
	body.page-id-382 .evolve274 .evolve-con-outr {
		text-align: center;
		position: initial;
		transform: initial;
		padding: 40px 0;
	}
	body.page-id-382 #boxing .evolve-con-outr,
	body.page-id-382 #evo-fit .evolve-con-outr {
		max-width: 90%;
	}
	body.page-id-382 #evolve247 .evolve-con-outr {
		padding: 90px 0 20px;
	}
	body.page-id-382 .evolve274 {
		height: auto !important;
		min-height: auto !important;
	}
	body.page-id-382 .evolve274 .evolve-con-outr .evolve247-title {
		text-align: center !important;
		font-size: 48px;
		margin-bottom: 5px;
	}
	body.page-id-382 .evolve-con-outr .vc_btn3-container.vc_btn3-inline {
		display: block;
	}
	body.page-id-382 .evolve274 .evolve-img {
		position: absolute;
		bottom: 0;
	}
	body.page-id-382 .evolve274 .evolve-img img {
		height: auto;
		width: auto;  
	}
	body.page-id-382  .secnd-sec.evolve274 .evolve-img img {
		height: 100vh;
		height: fit-content;   /*** For Chrome ***/
		width: 100%;  
	}	
	body.page-id-382 #evolve247 .evolve-img {
		top: auto;
	}
	body.page-id-382 #evolve247 .evolve-img img {
		width: 100%;
	}
	.arrow-outr {
		display: none;
	}
	.desktop_image {
		display: none;
	}	
	.mob-inner {
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: contain;
	}
	.mob-evo .mob-inner {
		background-position: center;
		background-size: 100%;
	}
	.mobile-design {
		background-repeat: no-repeat;
		background-size: cover;
		display:block;
	}
	.mobile-design .vc_column-inner {
		padding-top: 0 !important;
	}
	.mobile-design .evolve-con-outr.container {
		padding: 60px 15px;
		float: none;
	}
	.mobile-design h2 {
		font-size: 52px !important;
		font-family: 'Changa One', cursive !important;
		color: #fff;
		font-style: italic !important;
		text-transform: uppercase;
		margin-bottom: 12px;
		text-align: center !important;
	}
	.mobile-design p {
		text-align: center;
		font-size: 14px;
	}
	.mobile-design .evolve-btn li {
		display: inline-block;
		margin:10px 0;
		text-align:center;
		width:50%;
	}
	.desktop {
		display:none !important;
	}
	header#masthead {
		padding: 30px 15px;
	}
	.site-header .container-fluid {
		position: relative;
	}
	.navigation-list {
		display: none;
	}
	.evolve-btn {
		text-align: center;
	}
	#contact .footer_title {
		font-size: 42px !important;
	}
	.fifth-sec {
		padding: 50px 15px 0;
	}
	.con-form span.wpcf7-list-item.last {
		width: 57% !important;
	}
	.visit-us-con h5 {
		margin: 20px 0;
	}
	.loc li i {
		width: 5%;
	}
	.copy-ryt {
		padding: 0;
	}
	.con-form .sociali-icons {
		width: 100%;
		margin-bottom: 30px;
	}
	.visit-us {
		margin: 15px 0 0;
	}
	.visit-us h4 {
		margin-bottom: 0 !important;
	}
	.our-phy .evolve247-title {
		font-size: 42px !important;
	}
	#our-philosphy {
		padding: 80px 24px 40px;
	}
	.vc_btn3-container.default_btn a.vc_btn3 {
		margin-right: 0;
	}
	.mobile-design.mob-evo .evolve-con-outr.container {
		padding-top: 80px;
	}
	form.wpcf7-form {
		width: 100%;
	}
	div#contact h2 {
		text-align: center !important;
	}
	.visit-us-con {
		margin-bottom: 30px;
	}
	.visit-us-con h5 {
		margin: 0 0 20px;
	}
	/*
	body {
	overflow: scroll !important;
	overflow-x: hidden !important;
}*/
	.copy-ryt p {
		font-size: 14px;
		margin: 0;
	}
	.our_philosphy_content h2 {
		font-size: 56px;
		line-height: 44px;
	}
	.flexslider_gallery {
		height: auto;
	}
	.flexslider_gallery_thumbnail {
		height: auto;
		clear: both;
	}
	.flexslider_gallery ul.slides li img {
		height: initial;
	}
	.flexslider_gallery_thumbnail ul.slides li img {
		width: 100px;
	}
	.flexslider_gallery_thumbnail ul.slides li {
		width: 100px !important;
	}
	.flex-control-nav {
		opacity: 0;
		height: 0;
		overflow: hidden;
	}
	body .flex-direction-nav a {
		width: 30px;
		height: 30px;
		top: 20px;
	}
	body .flex-direction-nav a:before {
		font-size: 21px;
		width: 30px;
		line-height: 30px;
	}
	a.gallery_close i {
		padding: 7px 11px;
	}
	#main2 {
		top: 50% !important;
		transform: translateY(-50%);
	}
	.mobile_image figure.wpb_wrapper.vc_figure {
		text-align: center;
	}
	header#masthead {
    display: block !important;
}
	/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}
/*****header*********/
.mob-menu-nav nav#site-navigation button {
		border: none;
		background: transparent;
		display: inline-block;
		padding: 4px 0 0;
	}
	.site-header nav button i {
		color: #fff;
		font-size: 22px;
	}
	.menu-menu-1-container {
		position: absolute;
		width: auto;
		left: 15px;
		right: 15px;
		top: 45px;
	}
	nav#site-navigation {
		display: block;
	}
	.sociali-icons {
		display: none;
	}
	button.menu-toggle:focus {
		outline: none;
	}
  .mob-menu-nav {
    position: fixed !important;
    z-index: 1;
    right: 0;
    width: 100% !important;
    max-width: 100%;
   }
/*	header#masthead {
    position: absolute;
}*/
	nav#site-navigation {
    text-align: right;
    padding: 0 3% 0 0;
}
	.main-navigation .nav-menu {
		background: #202120;
		width: 100%;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: -1;
		transition: .1s ease-in-out !important;
	}
	.active_menu .main-navigation .nav-menu {
		padding: 80px 15px 15px;
		height: 100vh;		
	}
	.main-navigation ul li {
		display: inline-block;
		width: 100%;
		margin: 2px 0;
		float: none;
	}
	.main-navigation ul li a {
		color: #ffffff;
		font-family: 'Changa One', cursive;;
		font-size: 36px;
		font-style: italic;
	}
	header#masthead.active_menu {
		padding: 0;
		transition: all .2s ease-in-out;
	}
	.active_menu i.fa.fa-bars {
		color: #ffffff;
	}
	.active_menu i.fa.fa-bars:before {
		content: "\f00d";
	}	
	.active_menu .mob-menu {
		z-index: -1;
	}
	.main-navigation ul .yellow a {
		color: #fed507;
	}
	.main-navigation ul .skyblue a {
		color: #66d2fb;
	}
	.main-navigation ul .red a {
		color: #d82836;
	}
	.main-navigation ul .green a {
		color: #93dd30;
	}
	.main-navigation ul .facebook_mobile,
	.main-navigation ul .insta_mobile {
		width: auto;
		margin: 5px 10px;
	}
	.active_menu nav#site-navigation button {
		padding: 30px 15px;
	}
	header#masthead {
    position: absolute;
}
.mob-menu {
    z-index: 0;
}
/**end****/
}


@media screen and (min-width:577px) and (max-width:766px){

	.loc li i {
		width: 10%;
	}
	.loc li, .loc li a {
		font-size: 13px;
	}
	.days h6 {
		font-size: 13px;
	}
	.visit-us {
		margin: 0;
	}
	body.page-id-382 .evolve274 .evolve-con-outr {
		height: 700px;
		align-items: center;
		display: flex;
	}
	body.page-id-382 #evolve247 .evolve-img {
		top: 0;
	}
  header#masthead {
    position: absolute;
}
}

@media screen and (max-width:576px) {

	body.page-id-382 #evolve247 .evolve-img {
		top: 100px;
		width: 106%;
	}
	.mob-evo .mob-inner {
		background-size: 110%;
	}
	.con-form .sociali-icons h4.evolve247-title {
		width: 100%;
	}
	.mobile-design .evolve-btn li {
		width: 100%;
	}
	.mob-menu-nav nav#site-navigation button {
		border: none;
		background: transparent;
		display: inline-block;
		padding: 4px 0 0;
	}
	.site-header nav button i {
		color: #fff;
		font-size: 22px;
	}
	.menu-menu-1-container {
		position: absolute;
		width: auto;
		left: 15px;
		right: 15px;
		top: 45px;
	}
	nav#site-navigation {
		display: block;
	}
	.sociali-icons {
		display: none;
	}
	button.menu-toggle:focus {
		outline: none;
	}
	.con-form h4 {
		font-size: 30px !important;
	}
	.con-form .sociali-icons ul li {
		margin-left: 10px;
	}
	.our_philosphy_content h2 {
		font-size: 42px;
		line-height: 34px;
		margin-bottom: 10px;
	}
.mob-menu-nav {
    position: fixed !important;
    z-index: 1;
    right: 0;
    width: 100% !important;
    max-width: 100%;
}
	header#masthead {
    position: absolute;
}
	nav#site-navigation {
    text-align: right;
    padding: 0 10px 0 0;
}
	.main-navigation .nav-menu {
		background: #202120;
		width: 100%;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: -1;
		transition: .1s ease-in-out;
	}
	.active_menu .main-navigation .nav-menu {
		padding: 80px 15px 15px;
		height: 100vh;		
	}
	.main-navigation ul li {
		display: inline-block;
		width: 100%;
		margin: 2px 0;
		float: none;
	}
	.main-navigation ul li a {
		color: #ffffff;
		font-family: 'Changa One', cursive;;
		font-size: 36px;
		font-style: italic;
	}
	header#masthead.active_menu {
		padding: 0;
		transition: all .2s ease-in-out;
	}
	.active_menu i.fa.fa-bars {
		color: #ffffff;
	}
	.active_menu i.fa.fa-bars:before {
		content: "\f00d";
	}	
	.active_menu .mob-menu {
		z-index: -1;
	}
	.main-navigation ul .yellow a {
		color: #fed507;
	}
	.main-navigation ul .skyblue a {
		color: #66d2fb;
	}
	.main-navigation ul .red a {
		color: #d82836;
	}
	.main-navigation ul .green a {
		color: #93dd30;
	}
	.main-navigation ul .facebook_mobile,
	.main-navigation ul .insta_mobile {
		width: auto;
		margin: 5px 10px;
	}
	.active_menu nav#site-navigation button {
		padding: 30px 15px;
	}
	.site-branding img {
		width: 180px;
	}
	/*.site-header.fix_header .site-branding {
		opacity: 0;
	}*/
	.custom_animation {
		max-width: 300px !important;
		margin: 10px auto !important;
	}
}

@media screen and (min-width:420px) and (max-width:500px){

	#boxing  .evolve-img, #evo-fit .evolve-img  {
		float: none;
		width: 76%;
		z-index: -1;
		margin: auto;
		left: 0;
		right: 0;
	}
}
@media screen and (min-width:500px) and (max-width:577px){
	.evolve-img {
		margin: auto;
		left: 0;
		right: 0;
	}
	#evo-fit .evolve-img {
		float: none;
		width: 59%;
	}
	#boxing  .evolve-img {
		float: none;
		width: 56%;
	}
}
