

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800,800i');

body{
	font-family: 'Open Sans', sans-serif;
    color:#000000;
    padding-top: 60px;
}
p{
    line-height: 160%;
    letter-spacing: .01em;
    color:#898989;
}
h1{
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    padding: 40px 20px 20px 20px;
    font-weight: 800;
    font-size: 60px;
    font-style: italic;
    letter-spacing: 6px;
}
h2{
    text-align: center;
    text-transform: uppercase;
    padding: 40px 20px 20px 20px;
    font-weight: 800;
    font-size: 50px;
    font-style: italic;
    letter-spacing: 6px;
}
.divider{
    height: 1px; background-color:white; float: left; width: 100%
}
.grey{
	background-color: #dddddd;
}
/** nav **/

.navbar{
	height: 72px;
    background: #1e1e1e !important;
}
.navbar-brand{
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 800;
    color: white!important;
    font-style: italic;
}

.navbar-nav>li {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    color: white!important;
}
.navbar-nav>li>a {
	padding-top: 26px;
	padding-bottom: 26px;
    padding-left:20px;
    padding-right:20px;
}


/****** boxes *******/

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon > .image > img {     width: 80%;    margin-top: -20px;}
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: #FFF; border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: #FFF; border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
.box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }
.w70{width:70%}
.h60{height:60%;}
.w30{
    width:30%!important;
}

#intro-header{
	padding:40px 20px;
    background-color: #ebebeb;
}
#intro-header h1{

}

/******** main content *********/
#main-steps{
	padding: 40px 0;
    background-color: #dddddd;
    background-size: cover;
}

#main-steps h2{
    color: white;
}
#steps-wrapper{
    margin-top: 60px;
}
#main-steps-wide{
    overflow: auto;
}
#main-steps-wide .step{
        background-color: #1e1e1e !important;
        text-align: center;

}
#main-steps-wide .step.dark{
        background-color: #1a1a1a !important;
}
.step-wrapper{
    margin: 80px 0;
}
.step-image{
    text-align: center;
}
.step-image img{
    height: 100px;
}
.step-title{
        margin-top: 20px;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: 800;
    color: white!important;
    font-style: italic;
    text-transform: uppercase;
}
.step-desc{
    margin-top: 20px;
    color: white;
    padding: 0 26px
}

#trainers h2{
    color: white;
}

#trainer-wrapper{
    padding: 0px 60px 0;
    margin-bottom: 0px;
    overflow: auto;
}
.trainer-profile{
    margin:80px 0 0 0;
    color:white;
    float: left;
    width: 100%;
}
.trainer-name{
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}
.trainer-bio{
    margin-top: 20px;
}

.fullscreenbanner .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.3);
}
#trainers-wide{
    overflow: auto;
    background-color: white;
}
.trainer-wrapper-wide{
    margin-top:40px;
    background-color: #ebebeb;
    margin-bottom: 10px;
    overflow: auto;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -5px) rotate(0.01deg);
    -o-transform: translate(0, -5px) rotate(0.01deg);
    -ms-transform: translate(0, -5px) rotate(0.01deg);
    transform: translate(0, -5px) rotate(0.01deg);
    -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.trainer-image{
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}
.text-wrapper{
    padding: 60px 60px!important;
}
.btn-green{
    background: #63B76C;
    padding: 20px 40px;
    color: white;
    border-radius: 30px;
    text-transform: uppercase;
    min-width:200px;
    border:none;
}
.btn-green:hover{
    text-decoration: none;
    font-weight: 800;
    color: white;
}
.forced-12{
    font-size: 16px!important;
}

/*====================================
=            contact page           =
====================================*/
#contact-page{
    padding:40px 20px;
    background-color: #ebebeb;
}
#contact-page p{
    text-align: center;
    margin-bottom: 20px;
}
.header{
    font-size: 24px!important;
    letter-spacing: 0!important;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}
.c-form #ripple-load, .c-form #sent-success, .c-form #sent-error {
      display: none;
      margin-top: 20px; }
.c-form .contact-me {
  margin: 0 -15px;
}
.c-form .contact-me p {
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}
.c-form .contact-me p input {
  font-size: 24px;
  font-weight: 900;
}
.c-form .contact-me p input:not([type="submit"]) {
  font-style: italic;
  padding: 20px 50px 20px 30px;
}
.c-form .contact-me p input[type="submit"] {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 60px auto 30px;
}
@media only screen and (max-width: 768px) {
  .c-form .contact-me p input[type="submit"] {
    margin: 60px auto 0;
  }
}
.c-form .contact-me p textarea {
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
}
.c-form .contact-me p i {
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 21px;
  right: 33px;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-form .contact-me p:hover i,
.c-form .contact-me p.focus i {
  display: inline-block;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-form .contact-me p .your-message + i {
  top: 29px;
}
.c-form .contact-me p:nth-child(1),
.c-form .contact-me p:nth-child(2),
.c-form .contact-me p:nth-child(3) {
  display: block;
  float: left;
  width: 33.33333333%;
}
@media only screen and (max-width: 767px) {
  .c-form .contact-me p:nth-child(1),
  .c-form .contact-me p:nth-child(2),
  .c-form .contact-me p:nth-child(3) {
    width: 100%;
  }
}
.c-form .contact-me p:nth-child(4) {
  clear: both;
}
.c-form .contact-3 p:nth-child(1),
.c-form .contact-3 p:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 667px) {
  .c-form .contact-3 p:nth-child(1),
  .c-form .contact-3 p:nth-child(2) {
    width: 100%;
  }
}
.c-form .contact-3 p:nth-child(3) {
  margin-bottom: 60px;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  .c-form .contact-3 p:nth-child(3) {
    margin-bottom: 35px;
  }
}
.c-form .contact-3 p:nth-child(3) *:not(i) {
  width: 100%;
}
.c-form .contact-3 p:nth-child(4) input {
  background: #252525;
  margin-left: 0;
}
@media only screen and (max-width: 667px) {
  .c-form .contact-3 p:nth-child(4) input {
    margin-bottom: 0;
  }
}
.c-form .contact-3 p:nth-child(4) input:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(37, 37, 37, 0.5);
  box-shadow: 0px 10px 40px 0px rgba(37, 37, 37, 0.5);
}

/*=====  End of contact form  ======*/



/*=================================
=            Preloader            =
=================================*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    z-index: 1001;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper {
    visibility: hidden;
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {

    -webkit-transition: all 0.3s 0.3s ease-out;
            transition: all 0.3s 0.3s ease-out;
}
.loaded #loader-wrapper {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);

        -webkit-transition: all 0.3s 0.6s ease-out;
                transition: all 0.3s 0.6s ease-out;
}

.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}

/*=====  End of Preloader  ======*/

/*=========================================
=            training packages            =
=========================================*/
#intro-banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    line-height: 400px;
    text-align: center;
    position: relative;
}
#intro-banner.training-packages{
    background-image: url('/img/bolton-personal-trainer.jpg');
}
#intro-banner h1{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: #FFFFFF!important;
  z-index: 2;
  position: relative;
}
#intro-banner .banner-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
}
#training-packages{
    padding:40px 20px;
    background-color: #ebebeb;

}
#package-wrapper, #online-package-wrapper{
    margin-top: 60px;
}
.package{
    background: #fff;
    max-width: 420px;
    margin-bottom: 35px;
    padding: 0 15px;

    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -5px) rotate(0.01deg);
    -o-transform: translate(0, -5px) rotate(0.01deg);
    -ms-transform: translate(0, -5px) rotate(0.01deg);
    transform: translate(0, -5px) rotate(0.01deg);
    -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    text-align: center;
}
.online-package{

    max-width: 800px;

}
.package .package-title{
    color: #898989;
    font-size: 30px;
    margin-bottom: 32px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    padding-top: 40px;
    margin-bottom: 40px;

}
.package .package-price{
    color: #63B76C;
    font-size: 60px;
    font-weight: 300;
    min-height: 62px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.package .package-price span{
    color: #252525;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-top: 4px;
    text-transform: uppercase;
}
.package .package-description{
    margin-bottom: 50px;
    padding:0 20px;
}
.package .package-description p:nth-child(even){
  background:#fefefe;
}
.package .package-signup{
    margin-bottom: 50px;

}
/*=====  End of training packages  ======*/

/*=======================================
=            online coaching            =
=======================================*/

#intro-banner.online-coaching{
    background-image: url('/img/personal-trainers.jpg');
}

/*=====  End of online coaching  ======*/

/*======================================
=            client results            =
======================================*/

#results-wrapper{
  margin-top: 20px;
}
#client-results-page .results-wrapper{
    background: #ebebeb;
    overflow: auto;
    margin:0 0 0 0;

}
#client-results-page .results-wrapper #gallery .ug-thumb-image{
    /*height: 244px!important;*/
}
#client-results-page .results-wrapper #gallery .ug-thumb-wrapper, #client-results-page .results-wrapper #gallery .ug-thumb-overlay{
    /*height: 265px!important;*/
}
#client-results-page .results-wrapper .client{
  min-height: 450px;
  display: inline;
  padding:0;
  margin:0;
  float: left;
  background-repeat: no-repeat;
}
.results-wrapper h2{
    font-size: 30px;
    text-align: left;
    margin-left: -20px;
}
.results-wrapper h3{
    margin-top: -10px;
}
#client-results-page .results-wrapper .story{
    padding: 0 80px 40px 80px;
}
#client-results-page .results-wrapper .story-switch {
    float: right!important;
    background-color: white;
}

#client-results-page .results-wrapper .before, #client-results-page .results-wrapper .after{

    text-align: center;
    padding-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 20px 20px 20px;
    font-weight: 800;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 6px;
    color: white;
}
#client-results-page .results-wrapper div:nth-child(1){

}


/*=====  End of client results  ======*/

/*==============================
=            footer            =
==============================*/

footer{
   background: #1e1e1e !important;
   color: white!important;
   padding:20px 0;

}
footer #wundle{
  text-align: right;
}

footer a{
  color:white!important;
}

/*=====  End of footer  ======*/












