/* =========================================
    Default Theme
    ----------------------------------------
    Fonts: Raleway & Open Sans
    ----------------------------------------
    Colors:
        FRESH:               #4ABDAC
        VERMILLION:          #f46f4b
        SUNSHINE:            #F7B733
        WHITE:               #FFF
		WHITE SMOKE:		 #F4F4F4
        CLEAN:               #DFDCE3
		GREY: 				 #939393
============================================ */
/* =========================================
                Html, Body
============================================ */
html,
body {
	height: 100%;
}

body {
	color: #939393;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}
p {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}

section {
	background: #fff;
	overflow: hidden;
	z-index: -1
}

/* =========================================
                Preloader
============================================ */
#preloader {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#status {
	background-image: url(../img/preloader/preloader.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
}

/* =========================================
                Content Boxes
============================================ */
.content-box-lg {
	padding: 120px 0;

}

.content-box-md {
	padding: 100px 0;
}

.content-box-sm {
	padding: 90px 0;
}


/* =========================================
                Navigation
============================================ */
.navbar {
	background: #f8896b;
	padding: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;

}

.site-nav-wrapper {
	padding: 0 85px;
}

.navbar-brand {
	padding: 10px 0;
	height: 100%;
	width: 50%;
}

.navbar-header {
	height: 60px;
	vertical-align: middle;
}

.navbar-brand img {
	height: 100%;
}

ul.navbar-nav > li > a {
	font-family: "Raleway", sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
	background: none;
	color: #f4c613;
}

div.collapse.navbar-collapse {
	padding-top: 7px;
}

div.container-nav {
	margin-right: 0;
}



/* =========================================
                Home
============================================ */
#home {
	background: none;
	height: 100%
}

#home-bg-video {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	background: url("https://vimeo.com/327305309") no-repeat;
	background-size: cover;
}

#home-overlay {
	background-color: rgba(80, 217, 229, 0.44);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#home-content {
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
}

#home-content-inner {
	display: table-cell;
	vertical-align: middle;
}

#home-heading h1 {
	color: #fff;
	font-size: 35px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
}

#home-heading h1 span {
	color: #F7B733;
	font-weight: 500;
}

/* =========================================
                Services
============================================ */
#services-tabs ul {
	margin-bottom: 40px;
}

#services-tabs ul li {
	padding: 5px 30px;
}

#services-tabs ul li a {
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	color: #939393;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0;
	text-decoration: none;
}

/* Tab active state */
#services-tabs ul li.r-tabs-state-active a {
	color: #f46f4b;
	font-weight: 700;
	border-bottom: 3px solid #f46f4b;
	padding-bottom: 5px;
	-webkit-transition: border-color 300ms linear;
	transition: border-color 300ms linear;
}

#services-btn a.btn.btn-general.btn-fresh {
	padding-bottom: 12px;
	margin: 0 auto;
}

div#services-btn {
	max-width: 100%;
	text-align: center;
}

.services-tab .col-md-6 {
	padding: 0;
}

.services-tab img {
	width: 100%;
	margin: 0 auto;
}

.services-tab .tab-bg {
	background: #F4F4F4;
	padding: 59px 30px;
	min-height: 471px;
}

.services-tab h2 {
	font-size: 48px;
	color: #4ABDAC;
	margin-bottom: 20px;
	font-weight: 100;
}

.services-tab h3 {
	font-size: 28px;
	margin-bottom: 30px;
}

.services-tab p {
	line-height: 24px;
	margin-bottom: 30px;
}

/* =========================================
               Bio
============================================ */
#bio {
	background-color: #F4F4F4;
}


#bio h2 {
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
	margin: auto;
	padding: 0;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	position: relative;
	width: 100%;

}

.bio-bottom {
	cursor: pointer;
	display: block;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: relative;
}

.bio-bottom img {
	margin: 0 auto;
	width: 100%;
	height: 100%;

}


.img-overlay {
	position: absolute;
}

div.bio-bottom {
	display: flex;
	align-items: center;
  	justify-content: center;
}

a.btn-bio {
	padding: 10px 16px;
    font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	border: 2px solid #fff;
}

/* =========================================
                Statement
============================================ */
#statement {
	background: url("../img/PT1.jpg") no-repeat fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#statement .content-box-lg {
	background: rgba(0, 0, 0, 0.5);
}

#statement .container {
	margin-right: auto;
	margin-left: auto;

}

#warrior-statement h2 {
	color: #fff;
	font-size: 28px;
	line-height: 45px;
}

#warrior-statement p {
	font-size: 15px;
	color: #f46f4b;
}


/* =========================================
                Transform
============================================ */
#transform {
	background-color: #fff;
}


#transform h2 {
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
	margin: auto;
	padding: 0;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	position: relative;
	width: 100%;

}

.transform-bottom {
	cursor: pointer;
	display: block;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: relative
}

.transform-bottom img {
	margin: 0 auto;
	width: 100%;
	height: 100%;

}

.transform-bottom a {
	font-weight: 300;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	color: white;
}


a.text-transform {
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	position: absolute;
	text-align: center;

}



/* =========================================
               Contact
============================================ */
#contacts {
	background-color: #F4F4F4;
	display: flex;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	padding: 30px;
}

ul.contact {
	list-style: none;
	padding: 0;
}

ul.contact li {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	height: 100%;
}

ul.social-list li a:hover {
	color: #fff;
	border-color: transparent;
}

.contact-info {
	flex-basis: 25%;
	flex-shrink: 0;
	flex-grow: 0;
}

i.fa.fa-size-adjust {
	margin: 0;
	padding: 5px;
}

div.contact-info {
	vertical-align: middle;
}



/* =========================================
               Social Icons
============================================ */
ul.social-list {
	padding: 0;
}

ul.social-list li {
	display: inline-block;
	padding: 0;
}

ul.social-list li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	color: #75777c;
	border: 1px solid #75777c;
	text-align: center;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
	background: #a439dd;
	
	border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
	background: #3b5998;
	border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
	background: #00aced;
	border-color: transparent;
}


/* =========================================
                Footer
============================================ */
footer {
	background: #212226;
	padding: 30px;

}

footer p {
	color: #fff;
	line-height: 20px;

}

footer p span {
	color: #F7B733;
}


/* =========================================
                Buttons
============================================ */
.btn-general {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 300px;
	text-transform: uppercase;
	margin: 0 6px;
	padding: 12px 36px 12px 36px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn-home {
	color: #f46f4b;
	border: 2px solid #f46f4b;
	margin-top: 3%;

}

.btn-home:hover,
.btn-home:focus {
	color: #fff;
	background-color: #f46f4b;
	border: 1px solid #f46f4b;
}

.btn-fresh {
	color: #fff;
	border: 1px solid #4ABDAC;
	background-color: #4ABDAC;

}

.btn-fresh:hover,
.btn-fresh:focus {
	color: #fff;
	background-color: #f46f4b;
	border: 1px solid #f46f4b;
}

/* =========================================
                Arrow Down
============================================ */
#arrow-down {
	position: absolute;
	left: 50%;
	bottom: 20px;
	color: #fff;
	font-size: 32px;
	width: 32px;
	height: 32px;
	text-align: center;
	margin: -16px;
	z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
	color: #f46f4b;
}


/* =========================================
                feature divider
============================================ */
.feature_divider {
	width: 60%;
	margin: auto auto 50px auto;
	display: block;
	border: 0;
	border-color: #aaaaaa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	position: relative;
}

/* =========================================
                Story area
============================================ */

.story_area {
	position: relative;
	z-index: 20;
	padding-top: 20px;
}
.story_area > ul {
    box-sizing: border-box;
    display: table;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.story_area > ul:before {
    background: #fae1e4 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: calc(50% - 1px);
    position: absolute;
    top: 0;
    width: 2px;
}
.story_area > ul > li {
    overflow: hidden;
    position: relative;
}
.story_area > ul > li:nth-child(2n+1) .single_story_wrapper {
    float: right;
    width: 47%;
}
.story_area > ul > li:nth-child(2n) .single_story_wrapper {
    float: left;
    width: 47%;
}
.story_area > ul > li .story-sub-big {
    background-color: #f8896b;
    border-radius: 33px;
    color: #fefefe;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    left: calc(50% - 45px);
    line-height: 33px;
    position: absolute;
    text-align: center;
    width: 92px;
}
.story_content_wrapper {
    background-color: #4ABDAC;
    margin-top: 58px;
    margin-bottom: 55px;
    padding: 10px;
    display: table;
    position: relative;
}
.story_area > ul > li:nth-child(2n+1) .story_content_wrapper {
    border-radius: 0 108px 108px 0;
}
.story_area > ul > li:nth-child(2n) .story_content_wrapper {
    border-radius: 180px 0 0 180px;
}
.story_area > ul > li:nth-child(2n+1) .story_text {
    text-align: left;
}
.story_text {
    color: #fefefe;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    padding-bottom: 5px;
    padding-left: 10px;
    vertical-align: middle;
    width: calc(100% - 161px);
    font-family: 'Poppins', sans-serif;
}
.story_text h3 {
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 14px;
    padding-top: 8px;
    text-transform: uppercase;
}
.story_text h3 a {
    color: #fefefe;
}
.story_img {
	display: table-cell;
	float: right;
	padding-top: 1px;
}
.story_area > ul > li:nth-child(2n+1) .story_img img {
	border-radius: 0 50px 50px 0;
	padding: 20px;
}
.story_area > ul > li:nth-child(2n) .story_img img {
	border-radius: 50px 0 0 50px;
	padding: 20px;
}
.story_area > ul > li:nth-child(2n) .story_text {
    padding-right: 0;
}

.story-sub-sm {
    padding-right: 30px;
    position: absolute;
    top: 55%;
    color: #f8896b;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.story_area > ul > li:nth-child(2n+1) .story-sub-sm {
    padding-right: 30px;
    right: 50%;
}
.story_area > ul > li:nth-child(2n) .story-sub-sm {
    padding-left: 30px;
    left: 50%;
}
.story_content_wrapper:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fae1e4;
    border: 2px solid #4ABDAC;
    top: 60%;
}
.story_area > ul > li:nth-child(2n+1) .story_content_wrapper:before {
    left: -40px;
}
.story_area > ul > li:nth-child(2n) .story_content_wrapper:before {
    right: -39px;
}
.story_content_wrapper::after {
    border-bottom: 20px solid transparent;
    border-right: 50px solid #4ABDAC;
    bottom: 8px;
    content: "";
    position: absolute;
    -webkit-transform: rotate(21deg);
    transform: rotate(21deg);
    z-index: -1;
}
.story_area > ul > li:nth-child(2n+1) .story_content_wrapper:after {
    left: -45px;
}
.story_area > ul > li:nth-child(2n) .story_content_wrapper:after {
    border-left: 50px solid #4ABDAC;
    border-right: medium none transparent;
    bottom: 10px;
    right: -43px;
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
}
.story_img > img {
    width: initial;
}
.story_area > ul > li:nth-child(2n) .story_text {
    float: right;
    padding-right: 0;
    width: calc(100% - 160px);
}
.story_area > ul > li:nth-child(2n) .story_img {
    display: table-cell;
    float: left;
    padding-top: 1px;
    vertical-align: middle;
}

/* This code is for hover */

.single_story_wrapper:hover .story_content_wrapper:before {
    border: 2px solid #f8896b;
}
.single_story_wrapper:hover .story_content_wrapper {
    background-color: #f8896b;
}
.single_story_wrapper:hover .story_content_wrapper:after {
    border-right: 50px solid #f8896b;
}
.story_area > ul > li:nth-child(2n) > .single_story_wrapper:hover .story_content_wrapper:after {
    border-left: 50px solid #f8896b;
}

	/* transition */
.story_content_wrapper:after ,.story_content_wrapper, .story_content_wrapper:before {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}

/* =========================================
                workout clips
============================================ */

.nw-video-container {
	padding-top: 20px;
	background: #F4F4F4;
}

.nw-video {
	border: 1px solid #e6e6e6;
	padding: 5px;
}

.nw-video-frame {
	transition: width 2s, height 2s;
}

.nw-video-frame:hover {
	height: 300px;
}

.nw-row {
	margin-bottom: 10px;
}

.label-text {
	font-family: "Raleway", sans-serif;
	font-weight: 200;
	color: #fefefe;
	background-color: #F7B733;
	border-radius: 0;
}