*,
*:active,
*:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'sofia_problack';
    margin: 0;
    letter-spacing: .02em;
    line-height: 1;
}

h2 {
    font-size: 40px;
}

p {
    font-size: 14px;
    line-height: 1.4;
    font-family: 'sofia_prolight';
}

a {
    font-family: 'sofia_prolight'
}

a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
    color: inherit;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

picture {
    display: block;
}

.mobile-view {
    display: none !important;
}

.mobile-hidden {
    display: block !important;
}

.shoe-page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: black;
}

button {
    border: none;
    background: transparent;
    padding: 0;
}

video {
    max-width: 100%;
}

/******************
 KEYFRAMES
 *************************/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes frameSlide {
    from {
        -webkit-transform: translateY(110px);
        transform: translateY(110px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes frameSlide {
    from {
        -webkit-transform: translateY(110px);
        transform: translateY(110px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.frameSlide {
    -webkit-animation-name: frameSlide;
    animation-name: frameSlide;
}

@-webkit-keyframes frameSlideDown1 {
    from {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes frameSlideDown1 {
    from {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.frameSlideDown1 {
    -webkit-animation-name: frameSlideDown1;
    animation-name: frameSlideDown1;
}

@-webkit-keyframes frameSlideDown2 {
    from {
        opacity: 0;
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes frameSlideDown2 {
    from {
        opacity: 0;
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.frameSlideDown2 {
    -webkit-animation-name: frameSlideDown2;
    animation-name: frameSlideDown2;
}


/***************/

.section-shoe-1 {
    position: relative;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.cloud-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shoe/shoe-section1-cloud.png) left top no-repeat;
    -webkit-animation: bolttCloud 50s ease-in-out infinite;
    animation: bolttCloud 50s ease-in-out infinite;
}

@-webkit-keyframes bolttCloud {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -1600px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes bolttCloud {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -1600px 0;
    }
    100% {
        background-position: 0 0;
    }
}

.cloud-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cloud-bg-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: cloudMove;
    animation-name: cloudMove;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.cloud-bg-inner1,
.cloud-bg-inner3 {
    background: url(../images/shoe/cloud-left.png) no-repeat center -90px;
}

.cloud-bg-inner2 {
    background: url(../images/shoe/cloud-right.png) no-repeat center bottom;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    opacity: 0;
}

.cloud-bg-inner3 {
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
    opacity: 0;
}

@-webkit-keyframes cloudMove {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes cloudMove {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.section-shoe-1 h2 {
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 30px;
	letter-spacing: .05em;
}

.section-shoe-1 h2 span {
    display: block;
}

.section-shoe-1-header {
	margin-top: -20px;
    text-align: center;
    position: absolute;
	left: 18%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 5;
}

.section-shoe-1-header .read-more-new a {
    font-size: 20px;
    font-family: 'AvenirNext-CondRegular';
    color: #fff;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 0px 20px;
    line-height: 48px;
    display: inline-block;
}

.section-shoe-1-header .read-more-new a:before,
.section-shoe-1-header .read-more-new a:after {
    width: 100%;
}

.section-shoe1-video-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background: red;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 10;
    display: none;
}

.section-shoe2 {
	max-width: 1600px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
	padding-top: 70px;
    overflow: hidden;
}

.section-shoe2 .shoe-page-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 34.5%;
}

.section-shoe2 h2 {
    text-transform: capitalize;
    font-size: 36px;
}

.section-shoe2 h2 span {
    display: block;
}

.section-shoe2 picture {
    position: relative;
    z-index: 20;
}

.section-shoe2 picture img {
	display: block;
	margin-left: auto;
}

.section-shoe2 .mobile-view {
    text-align: center;
}

.section-shoe2 a {
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    margin-top: 40px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fd466f;
    background: -webkit-gradient(linear, left top, right top, from(#f95454),color-stop(66%, #fd466f),to(#fd466f));
    background: -webkit-linear-gradient(left, #f95454 0%,#fd466f 66%,#fd466f 100%);
    background: linear-gradient(to right, #f95454 0%,#fd466f 66%,#fd466f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95454', endColorstr='#fd466f',GradientType=1 );
    box-shadow: 0px 4px 10px -3px #fd466f;
    border-radius: 30px;
    width: 150px;
    padding: 10px 0px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

.section-shoe--3 {
    background-size: 96% auto;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-shoe--3 h2 {
    margin-bottom: 45px;
    text-transform: capitalize;
    font-size: 34px;
}

.section-shoe--3-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
}

.section-shoe--3-content {
    width: 25%;
    max-width: 350px;
}

.section-shoe--3-content h3 {
    text-transform: capitalize;
    font-size: 16px !important;
    font-family: 'sofia_proultra_light';
    margin-top: 30px;
    line-height: normal;
}

.section.section-shoe-4 {
    min-height: 650px !important;
    height: 100vh;
    max-height: 700px;
    padding-left: 0;
    padding-right: 0;
    background: #08090d;
    background: #000000;
}

.section-shoe4-slider-container {
    height: 100%;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.section-shoe4-slider-item {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.section-shoe4-content-left {
    /*padding-left: 14.375%;*/
    padding-left: 12.375%;
    position: relative;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out 0s;
    transition: opacity 1.5s ease-in-out 0s;
}

.flex-active-slide .section-shoe4-content-left {
    opacity: 1;
}

.section-shoe4-video-block {
    opacity: 0;
    width: 80%;
    height: 80%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    -webkit-transition: opacity .5s ease-in-out 0s;
    transition: opacity .5s ease-in-out 0s;
}

.flex-active-slide .section-shoe4-video-block {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .23s;
    transition: opacity .5s ease-in-out .23s;
}

.section-shoe4-video-block video {
    max-width: 100%;
    max-height: 100%;
}

.section-shoe-4 h2 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 1.15;
}

.section-shoe-4 h2 span {
    display: block;
}

.section-shoe-4 ul,
.section-shoe-4 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shoe4-left-text>p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    max-width: 500px;
    letter-spacing: .02em;
    position: relative;
    margin-bottom: 0;
}

.shoe4-left-text a {
	margin-top: 40px;
}

.shoe4-left-text>p.no-img:before {
    background: transparent;
}

.section-shoe4-content-left p+p {
    margin-top: 15px;
}

.section-4-shoe-right figure {
    /*margin: 150px 0 0 50px;*/
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

figure.section-4-shoe-fig2 {
    padding: 50px 0 0 70px;
}

figure.section-4-shoe-fig3 {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

figure.section-4-shoe-fig4 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#section-4-shoe-slider,
#section-4-shoe-slider .carousel-inner {
    height: 100%;
}

#section-4-shoe-slider .carousel-indicators {
    bottom: auto;
    top: 120px;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#section-4-shoe-slider .carousel-indicators li {
    border: none;
    width: 17px;
    height: 17px;
    margin: 0 1px;
    border-radius: 0;
    background: url(../images/shoe/carousel-indicator.png) no-repeat center;
    background-size: cover;
}

#section-4-shoe-slider .carousel-indicators li.active {
    background: url(../images/shoe/carousel-indicator-active.png) no-repeat center;
}

#section-4-shoe-slider .item:before,
#section-4-shoe-slider .item:after {
    content: '';
    display: table;
}

#section-4-shoe-slider .item:after {
    clear: both;
}

#section-4-shoe-slider .item {
    height: 100%;
}

.carousel-control-block {
    position: absolute;
    left: 200px;
    bottom: 200px;
}

.carousel-control-block a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #ce0c34;
    color: #000;
    margin: 0 7px;
}

.carousel-control-block a:hover,
.carousel-control-block a:active,
.carousel-control-block a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
}

.carousel-control-block span {
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 32px;
}

.section-shoe5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 40px;
}

.section-shoe5 h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: black;
}
.section-shoe5 p {
	font-size: 16px;
	width: calc(100% - 5%);
}
.section-shoe5 p > br {
	display: none;
}

.section5-content {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section5-left {
    width: 55%;
    min-height: 550px;
    position: relative;
}

.section-shoe5-video-block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section5-left video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.section5-right {
    width: 45%;
    padding-left: 40px;
}

.section5-right a {
	margin-top: 40px;
}

.section-shoe6 {
	background: #fff;
	padding-top: 130px;
	padding-bottom: 130px;
	overflow: hidden;
}

.section-shoe6 h2 {
	font-size: 38px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.section-shoe6-header {
	text-align: center;
	margin-bottom: 200px;
}

.section-shoe6-header p {
	font-size: 18px;
	
}

.section-shoe6-fig-block {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.shoe6-icons {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.shoe6-icons p {
	font-size: 16px;
	margin-top: 10px;
	letter-spacing: .02em;
	line-height: 20px;
}

.shoe6-speed {
	margin-top: -400px;
	margin-left: 10px;
}

.shoe6-cals {
	margin-top: -278px;
	margin-left: -294px;
}

.shoe6-acc {
	margin-top: -246px;
	margin-left: 338px;
}

.shoe6-stride {
	margin-top: -64px;
	margin-left: -395px;
}

.shoe6-workout {
	margin-top: -46px;
	margin-left: 405px;
}

.shoe6-pace {
	margin-top: 170px;
	margin-left: -356px;
}

.shoe6-distance {
	margin-top: 190px;
	margin-left: 338px;
}

.shoe6-icons.shoe6-running {
	margin-top: 416px;
	margin-left: 6px;
}

.section-shoe7 {
    padding-top: 60px;
    padding-bottom: 60px;
    /* background: #f4f4f4; */
    overflow: hidden;
}

.section-shoe7 .grid1-shadow {
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
}

.section-shoe-8 {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), color-stop(64.45%, #f4f4f4), color-stop(64.45%, #03111d), to(#03111d));
    background: -webkit-linear-gradient(#f4f4f4, #f4f4f4 64.45%, #03111d 64.45%, #03111d);
    background: linear-gradient(#f4f4f4, #f4f4f4 64.45%, #03111d 64.45%, #03111d);
}

.section-shoe-8>figure {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-shoe-8 h2 {
    color: #272727;
    margin: 0 0 15px;
}

.section-shoe-8 p {
    font-size: 16px;
    color: #272727;
    letter-spacing: .02em;
    margin: 0 0 35px;
}

.section-shoe-8-top {
    padding-top: 120px;
    text-align: center;
}

.section-shoe-8-top .app-img a {
    display: inline-block;
    margin: 0 30px;
}

.shoe-section10 {
	padding-bottom: 100px;
}

.shoe-section10 .shoe-page-container {
	width: 94%;
	max-width: 1415px;
	box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.29);
	padding: 20px;
	position: relative;
}

.shoe-section10-content {
	position: absolute;
	right: 6%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -32px;
}

.shoe-section10-content h2 {
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.shoe-section10-content p {
	font-size: 20px;
	margin-bottom: 80px;
}
.header9-left,
.header9-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header9-mid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.header9-mid:before {
    content: '';
    display: block;
    width: 96%;
    height: 2px;
    background: #aaaaaa;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* video loading */

.boltt-shoes-slider {
    position: relative;
    height: 100%;
}

.boltt-shoes-slider>ul.slides,
.boltt-shoes-slider>ul.slides>li {
    height: 100%;
}

.boltt-shoes-slider a:hover,
.boltt-shoes-slider a:hover {
    outline: none;
}

.boltt-shoes-slider .slides,
.boltt-shoes-slider .slides>li,
.boltt-shoes-slider .flex-control-nav,
.boltt-shoes-slider .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.boltt-shoes-slider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.boltt-shoes-slider .slides img {
    width: 100%;
    display: block;
    height: auto;
}

.boltt-shoes-slider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.no-js .boltt-shoes-slider .slides>li:first-child {
    display: block;
}

.boltt-shoes-slider .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.boltt-shoes-slider .flex-control-nav {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
}

.boltt-shoes-slider .flex-control-nav li {
    display: inline-block;
    margin: 0 3px;
}

.boltt-shoes-slider .flex-control-nav li a {
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
}

.boltt-shoes-slider .flex-control-nav li a.flex-active {
    background: #fff;
    width: 8px;
    height: 8px;
    position: relative;
    top: -1px;
    /* for center alignment with inactive anchor links */
}

.boltt-video-popup-container video {
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: none;
}

.close-btn {
    display: block;
    position: absolute;
    right: -45px;
    top: -6px;
    z-index: 10;
    opacity: .85;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 40px;
    height: 40px;
    background: url(../images/video-close-icon.svg) no-repeat center;
    background-size: cover;
}

.close-btn:hover {
    opacity: 1;
}

.boltt-video-popup-container {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    /*width: 90%;*/
    width: auto;
    height: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99992;
}

.boltt-video-popup-overlay {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99991;
}


/* .visible-desktop { display: block; } */

.visible-mobile {
    display: none;
}


/* video loading */

.section-common-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-page-common1 .section-common-container {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
}

.page-common1-content {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-common1-left {
    position: relative;
    width: 30%;
}

.page-common1-mid {
    width: 30%;
}

.page-common1-right {
    width: 30%;
}

.page-common1-content li {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-common1-content li+li {
    margin-top: 30px;
}

.page-common1-content li figure {
    width: 100%;
    margin-bottom: 18px;
}

.page-common1-content-right h4 {
    margin-bottom: 10px;
    font-size: 24px;
}

.page-common1-content-right p {
    font-size: 14px;
    line-height: 1.4;
}

.common-learn-btn {
    text-align: center;
    margin-top: 30px;
}

.common-learn-btn a {
    background: #f25454;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 6px 20px 6px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

/* Safari 4.0 - 8.0 */

.section-shoe2 h2 {
    position: relative;
    z-index: 99;
}

.shoe-wave-section {
    /*float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    position: absolute;
    right: 0;
    height: 100%;
}

.shoe-wave-section img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shoe-wave-section .wave0 {
    top: 40%;
    left: 40%;
    width: 20%;
    height: 20%;
    position: absolute;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}

.shoe-wave-section .wave1 {
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
    position: absolute;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}

.shoe-wave-section .wave2 {
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    position: absolute;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}

.shoe-wave-section .wave3 {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    position: absolute;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}

.shoe-wave-section .wave-outer {
    width: 900px;
    height: 900px;
    position: relative;
    /*    border: 1px solid #ccc;
    border-radius: 50%;*/
}

.shoe-wave-section .effect-wave {
    -webkit-animation: wave 12s linear infinite;
    animation: wave 12s linear infinite;
}

.grid-contnet + .grid-contnet {
	margin-top: 60px;
}



@-webkit-keyframes wave {
    0% {
        opacity: 0.4;
    }
    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes wave {
    0% {
        opacity: 0.4;
    }
    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .section-shoe6-header {
        text-align: center;
        margin-bottom: 0px;
    }
.shoe-section10 {
	padding: 0;
}

.shoe-section10 .shoe-page-container {
	width: 100%;
	padding: 0;
	position: relative;
	box-shadow: none;
}

.shoe-section10-content {
	position: relative;
	right: 0;
	top: -50px;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	margin-top: 0;
	text-align: center;
	background: white;
	width: 90%;
	margin: auto;
	padding: 15px;
	box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.1);
}

.shoe-section10-content h2 {
	font-size: 16px !important;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.shoe-section10-content p {
	font-size: 20px;
	margin-bottom: 20px;
}

.shoe-section10-content a {
	font-size: 14px;
}
.shoe-section10-content a:hover {
	background: white;
	color: black;
	box-shadow: 0px 4px 10px -3px #cccccc;
}

.section-shoe6-fig-block figure img {
	margin: auto;
}
.shoe6-icons {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
    border-right: solid 1px #ececec;
    min-height: 100px;
    padding: 0px 5px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shoe6-icons img {
	margin: auto;
	max-width: 45px;
}
.shoe6-icons p {
	font-size: 12px !important;
	letter-spacing: normal;
	line-height: normal;
	width: 100%;
	text-align: center;
}

.section-shoe6-icons{
    margin: 15px auto;
}
.shoe6-speed {
	margin-top: 0;
	margin-left: 0;
}

.shoe6-cals {
	margin-top: 0;
	margin-left: 0;
}

.shoe6-acc {
	margin-top: 0;
	margin-left: 0;
}

.shoe6-stride {
	margin-top: 0;
	margin-left: 0;
}

.shoe6-workout {
	margin-top: 0;
	margin-left: 0;
}

.shoe6-pace {
	margin-top: 0;
	margin-left: 0;
}

.shoe6-distance {
	margin-top: 0;
	margin-left: 0;
}

.shoe6-icons.shoe6-running {
	margin-top: 0;
	margin-left: 0;
}

    .shoe-wave-section {
        float: none;
        position: static;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
    .wave-outer {
        display: none;
    }
}

@media screen and (max-width:640px) {
    /*.section-shoe2 {
        height: 700px;
    }*/
}

@media screen and (max-width:360px) {
    /*.section-shoe2 {
        height: 500px;
    }*/
}

/* Grid Section Slider */


.grid1-mid figure {
	width: 360px;
	height: 676px;
	background: url(../images/shoe/section7-iphone-img.png) no-repeat center;
	background-size: cover;
	padding-top: 74px;
	padding-left: 45px;
	padding-right: 38px;
	margin: auto;
}


/* slider end */


/********************
 MEDIA QUERIES
 *************************/

@media only screen and (min-width:1401px) {
	
    .section-shoe-1 {
        max-height: none;
    }
    .section-shoe2 {
        /*height: 100vh;*/
        /*min-height: 650px;*/
        /*background: #f4f4f4;*/
    }
    .section-shoe2 picture img {
        display: block;
        margin-left: auto;
    }
	
	.section-shoe2 picture {
		padding-right: 120px;
	}
	
	.section-shoe--3-content h3 {
		font-size: 17px !important;
		margin-top: 35px;
	}
}

@media only screen and (max-width: 1400px) {
    .section {
        height: auto;
        /* min-height: 650px; */
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
}
/* 1400 End */

@media only screen and (max-width:1280px) {
    
    .section-shoe4-content-left {
        padding-left: 4%;
    }
}
/* 1280 End */


@media only screen and (max-width:1200px) {
    h2 {
        font-size: 36px;
    }
    .shoe-page-container {
        width: 94%;
    }
        
    .section-shoe2 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .section-shoe2 .shoe-page-container {
        padding-left: 3%;
        padding-right: 3%;
    }
    
    .shoe-wave-section {
        top: 50%;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    
    .shoe-wave-section .wave-outer {
        width: 650px;
        height: 650px;
    }
    
    .section-shoe4-video-block {
        width: 70%;
        height: 70%;
    }
    
    .section-shoe-4 h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    
    .shoe4-left-text > p {
        font-size: 15px;
    } 
    
    .shoe4-left-text a {
        margin-top: 30px;
    }
    
    .section-shoe5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .section-shoe5 h2 {
        font-size: 32px;
        letter-spacing: .18em;
        line-height: 1.15;
        margin-bottom: 25px;
    }
    
    .section5-right a {
        margin-top: 30px;
    }
}
/* 1200 End */

@media only screen and (min-width:768px) and (max-width:1200px) {
    
    .section-shoe-1 h2 {
        line-height: 1.25;
    }
    
    .section-shoe2 picture img {
        display: block;
        margin-left: auto;
    }
}
/* 768 to 1200 End */


@media only screen and (max-width:1024px) {
    
    h2 {
        font-size: 32px;
    }
    
    .section {
        background-attachment: scroll;
    }
    
    .cloud-bg-inner1,
    .cloud-bg-inner2,
    .cloud-bg-inner3 {
        background: none;
    }
    
    .cloud-bg1 {
        display: none;
    }
    
    .section-shoe4-content-left {
        padding-left: 0;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .section-shoe5 h2 {
        font-size: 30px;
    }
    
    .section-shoe--3 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .section-shoe--3 h2 {
        font-size: 28px;
        margin-bottom: 35px;
        /* letter-spacing: .15em; */
    }
    
    .section-shoe--3-content h3 {
        font-size: 18px;
        margin-top: 40px;
    }
}
/* 1024 End */

@media only screen and (max-width:800px) {
    
    h2 {
        font-size: 30px;
    }
    
    .shoe-wave-section {
        display: none;
    }
    
    .shoe-wave-section .effect-wave {
        -webkit-animation: none;
        animation: none;
    }
    .section-shoe-4 h2 {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .shoe4-left-text>p {
        max-width: 45%;
    }
    /*.section-shoe-3-bottom h3 {
        font-size: 28px;
    }*/
    .section-shoe4-video-block {
        width: 60%;
        height: 60%;
    }
    .section.section-shoe-4 {
        /*min-height: 550px !important;*/
        min-height: 500px !important;
        max-height: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-common1-content-right h4 {
        font-size: 20px;
    }
    
    .section-shoe5 h2 {
        font-size: 28px;
    }
    
    .section5-content-right p br {
        display: none;
    }
    
    .section-shoe--3 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .section-shoe--3-content h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
}
/* 800 End */

@media only screen and (min-width:767px) and (max-width:800px) {
    
    .section-shoe2 picture img {
        max-width: 60%;
    }
    
    .section5-left {
        left: -30px;
        min-height: 500px;
    }
}


@media only screen and (max-width:767px) {
    .mobile-view {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }

	.section-shoe-1 h2 span {
		display: inline;
	}
	
    .section-common2 h3,
    .section-common2 h2 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 15px;
    }
    .visible-desktop {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    h2 {
        font-size: 28px;
    }
    p {
        font-size: 16px;
    }
    .section-shoe-1 {
        background: transparent;
        padding: 54px 0 0;
        display: block;
        min-height: 100px !important;
        height: auto;
    }
    .section-shoe-1-header {
        width: 100%;
        padding-left: 15px;
		padding-right: 15px;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
    }
    
    
    .section-shoe2 {
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .section-shoe2 .shoe-page-container {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        line-height: 1.1;
        padding: 40px 0;
    }
    .mobile-shoe4-banner {
        background: #000;
        position: relative;
        padding: 35px 20px 35px;
        text-align: center;
        top: -1px;
    }
    .mobile-shoe4-banner h2 {
        color: #fff;
        margin: 0 auto 25px;
        max-width: 450px;
    }
    .mobile-shoe4-banner p {
        color: #fff;
        max-width: 450px;
        margin: 0 auto 20px;
    }
    .mobile-shoe4-banner img {
        max-width: 80%;
    }
    .section.section-shoe-4 {
        min-height: 100px !important;
        height: auto;
        padding-top: 15px;
    }
    .section-shoe4-content-left {
        margin-bottom: 15px;
    }
    .section-shoe4-slider-item {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
    .section-shoe4-content-left {
        text-align: center;
    }
    .section-shoe-4 h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .shoe4-left-text>p {
        max-width: 100%;
    }
    .section-shoe4-video-block {
        width: 70%;
        height: 70%;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none;
    }
    .section-shoe4-video-block {
        text-align: center;
    }
    .page-common1-left,
    .page-common1-mid,
    .page-common1-right {
        width: 100%;
        text-align: center;
    }
    .page-common1-mid figure {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .page-common1-mid figure img {
        width: 350px;
    }
    .section-shoe5 {
        padding-bottom: 40px;
    }
    .section-shoe5 h2 {
        text-transform: capitalize;
        letter-spacing: .02em;
        margin-bottom: 40px;
    }
    .section5-content picture {
        margin: 0 auto 80px;
    }
    .section5-right {
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-left: 0;
    }

    .section-shoe7 {
        background: #fff;
        padding-bottom: 0;
    }
	
    .header9-mid:before {
        width: 94%;
    }
	.section-shoe6 {
		padding-top: 50px;
		padding-bottom: 40px;
	}
    ..section-shoe--3 {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
        padding: 15px;
    }
    .section-shoe--3 h2 {
        font-size: 30px;
        /* letter-spacing: .02em; */
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    .section-shoe--3-content h3 {
        margin-top: 15px;
        font-size: 15px;
    }
    .section-shoe--3 .shoe-page-container {
    	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.1);
    	padding: 3em 0px;
    }
    .section-shoe--3-content-block {
        display: block;
        text-align: center;
    }
    .section-shoe--3-content-block img {
    	margin: auto;
    }
    .section-shoe--3-content {
        width: 100%;
        max-width: 155px;
        position: relative;
        margin: 0px auto 0px auto;
    }
    .section-shoe--3-content:nth-child(2) {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    .section3-mobile-header {
        width: 100%;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    .section3-mobile-header--one {
        left: 0;
        margin-top: 20px;
    }
    .section3-mobile-header--two {
        left: 0;
    }
    .section3-mobile-header--three {
        /* left: 110%; */
        margin-top: 10px;
    }
    .section-shoe--3-content:nth-child(1):after {
        content: '';
        display: block;
        width: 84px;
        height: 91px;
        background: url(../images/shoe/mobile-image/arr1.png) no-repeat center;
        background-size: cover;
        position: absolute;
        left: 20px;
        bottom: -90px;
        display: none;
    }
    .section-shoe--3-content:nth-child(1):before {
        content: '';
        position: absolute;
        right: -27px;
        top: 85px;
        display: none;
    }
    .section-shoe--3-content:nth-child(2):after {
        content: '';
        display: block;
        width: 58px;
        height: 110px;
        background: url(../images/shoe/mobile-image/arr2.png) no-repeat center;
        background-size: cover;
        position: absolute;
        left: 50px;
        bottom: -109px;
        display: none;
    }
    .section-shoe--3-content:nth-child(3):before {
        content: '';
        display: block;
        width: 16px;
        height: 25px;
        background: url(../images/shoe/mobile-image/circle2.png) no-repeat center;
        background-size: cover;
        position: absolute;
        right: -15px;
        bottom: 60px;
        display: none;
    }
	.grid1-mid figure {
		width: 280px;
		height: 600px;
		background-size: cover;
		padding-top: 65px;
		padding-left: 20px;
		padding-right: 16px;
		margin: auto;
	}
}


/* 767 End */

@media only screen and (max-width:500px) {
    .section-shoe-4 h2 {
        margin-bottom: 10px;
    }
    .section.section-shoe-4 {
        padding-bottom: 30px;
    }
    .section-shoe4-video-block {
        width: 90%;
        height: auto;
    }
    .section-shoe4-video-block video {
        max-width: none;
        max-height: none;
        width: 100%;
        height: auto;
        display: block;
    }
    .boltt-shoes-slider .flex-control-nav {
        bottom: -18px;
    }
    .section-shoe5-video-block {
        width: 75%;
    }
    .section-shoe5 {
        padding-bottom: 40px;
    }
    .section-shoe5 h2 {
        font-size: 26px;
	}
	
	.section-shoe--3 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
    .section-shoe--3 h2 {
        font-size: 22px;
    }
    .section-shoe--3-content {
        max-width: 150px;
    }
    .section-shoe--3-content h3 {
        font-size: 14px;
    }
    .section3-mobile-header--two {
        left: 0;
        margin-top: 10px;
    }
    .section3-mobile-header--three {
        /* left: 98%; */
    }
    .section-shoe--3-content:nth-child(1) {
        position: relative;
        left: 0;
    }
    .section-shoe--3-content:nth-child(2) {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    .section-shoe--3-content:nth-child(3) {
        /* margin: 0 0 0 50px; */
        /* padding-top: 30px; */
    }
	
	.section-shoe7 {
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* 500 End */

@media only screen and (max-width:375px) {
    .section {
        min-height: 460px;
    }
    .section-shoe2 h2 {
        font-size: 27px;
    }
    .section-shoe5 h2 {
        font-size: 24px;
    }
    .section5-right p br {
        display: none;
    }
}
/* 375 End */

@media only screen and (max-width:359px) {
    .shoe4-left-text>p {
        font-size: 15px;
    }
    .section-shoe2 h2 {
        font-size: 26px;
    }
    
    /*.section-shoe--3-content:nth-child(1) {
        left: 55px;
    }
    .section-shoe--3-content:nth-child(2) {
        -webkit-transform: translateX(-35%);
        transform: translateX(-35%);
    }
    .section-shoe--3-content:nth-child(3) {
        margin: 0;
    }
    .section-shoe--3-content:nth-child(1):after {
        left: -5px;
    }
    .section-shoe--3-content:nth-child(2):after {
        left: 25px;
    }*/
}
/* 359 End */
