@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

.spacer-5{
	height: 5px;
} 
.spacer-10{ 
	height: 10px;
}
.spacer-15{
	height: 15px;
}
.spacer-20{
	height: 20px;
}
.spacer-25{
	height: 25px;
}
.spacer-27{
	height: 27px;
}
.spacer-30{
	height: 30px;
}
.spacer-50{
  height: 50px;
}
.spacer-70{
  height: 70px;
}
.spacer-100{
  height: 100px;
}

.fb_iframe_widget iframe { width: 69px !important; height: 20px !important; }
.fb_iframe_widget * { vertical-align: top!important; }

body {
	color: #5a5a5a;
	font-family: 'Lato', sans-serif;
}
.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon{
  width: 200px;
  background-color: #e81018;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: white;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.sticky{
  position: fixed;
}
.search-box{
	position: absolute;
	top:38%;
	right: 24%;
	background:transparent;
	height: 45px;
	border-radius: 50px;
	padding: 8px;
}
.search-box ::placeholder {
  color: white;
  opacity: 1; 
}
.search-box:hover{
	background:#989696;
}
.search-box:hover .search-txt{
	width: 250px;
	padding: 0 6px;
	background-color:#989696;

}
.search-box:hover .search-btn{
	background:#989696;
	color: white;
}
.search-btn{
	color:black;
	float: right;
	width: 40px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	align-items: center;
	border:none;
}

.search-txt{
	border:none;
	outline: none;
	background: none;
	float: left;
	padding: 0;
	color:#fff;
	font-size: 14px;
	line-height: 30px;
	width: 0;
	transition: width 400ms;
	border-radius: 50px;

}
.search-btn:hover{
	background-color: transparent;
	text-decoration: none;
	color: white;
}
.navi{
	background-color: white;
	border: none;
}
.navi .navbar-nav li a{
	color: black;
	text-transform: uppercase;
	/*font-weight: bold;*/
}
.navi .navbar-nav>.active>a, 
.navi .navbar-nav>.active>a:focus{
	color: black;
	background-color: transparent;
}
.navi .navbar-nav>.active>a:hover{
  color: #ed1c24;
  background-color: transparent;
}
.navi .navbar-nav{
	/*display: inline-block;*/
	/*float: none;*/
	vertical-align: top;
	font-size: 10px;
	margin-top: 5%;
	font-weight:bold;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navi .navbar-nav>.active>a::before{
     content:"";
    border-right: 1px solid black;
    height: 20px;
    position: absolute;
    margin-left: 85%;
    margin-top: 3%;
}
.navbar-brand .sports-and-fitness-logo{
	width: 160px;
	height: 80px;
}
.req-edition{
	font-size: 10px;
	color: #ed1c24 !important;
	margin-top: -17%;
    text-align: left;
  /* border-left: 1px solid lightgray; */
}
.req-edition:hover{
  color:black !important;
}
.req-edition:before{
    content:"";
    border-left: 1px solid lightgray;
    height: 55px;
    position: absolute;
    margin-left: -10%;
}
.subscribe-word{
    font-weight: bold;
    font-size:11px;
}
.get-magazine{
    color: #a29a9a !important;    
}
.search {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80px;
    height:80px;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.5);
    border-radius:4px;
    transition:width .5s;
    overflow:hidden;
}
.search.active {
    width:600px;
}
.search input {
    position:absolute;
    top:10px;
    left:10px;
    width:calc(100% - 90px);
    height:60px;
    border:none;
    outline:none;
    font-size:36px;
    padding:0 10px;
    color:#666;
    
}
.search.active .icon {
    background:#ff355a;
}
.icon {
    position:absolute;
    top:10px;
    right:10px;
    width:60px;
    height:60px;
    cursor:pointer;
    transition:.5s;
    border-radius:4px;
}
.search.active .icon:before {
    content:'';
    position:absolute;
    top:7px;
    left:13px;
    width:18px;
    height:30px;
    background:transparent;
    border:none;
    border-right:2px solid #fff;
    border-radius:0;
    transition:.5%;
    transform:rotate(45deg);
}
.search.active .icon:after {
    content:'';
    position:absolute;
    top:20px;
    left:13px;
    width:18px;
    height:30px;
    background:transparent;
    border:none;
    border-right:2px solid #fff;
    border-radius:0;
    transition:.5%;
    transform:rotate(-45deg);
}
.icon:before {
    content:'';
    position:absolute;
    top:12px;
    left:12px;
    width:18px;
    height:18px;
    background:transparent;
    border:2px solid #262626;
    border-radius:50%;
    transition:.5%;
}
.icon:after {
    content:'';
    position:absolute;
    top: 19px;
    left:30px;
    /*top:25px;
    left:35px;*/
    width:18px;
    height:18px;
    background:transparent;
    border-left:2px solid #262626;
    border-radius:0;
    transform:rotate(-45deg);
    transition:.5%;
}
.header-social, .header-social:hover{
	color: black;
	text-decoration: none;
	font-size: 15px;
}
.magazine-slogan{
	color: black;
	font-size: 12px;
}

.ad-home{
	width: 100%;
	height: 200px;
}
.swiper-container {
	width: 100%;
	height: 100vh;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.main-slider .slider-bg-position {
	background-size: cover!important;
	background-position: center center!important;
}
.main-slider .swiper-button-prev{
	left: 120px;
}
.main-slider .swiper-button-next{
	right: 120px;
}
.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
	background-image: none!important;
	color: #fff;
	width: 34px;
	height: 36px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
}
.main-slider h2 {
	color: #fff;
	font-size: 54px;
	line-height: 59px;
	padding: 0 19%;
	text-transform: uppercase;
}
.main-slider .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: rgba(255,255,255,0.9)
}
.main-slider .swiper-pagination-bullet-active {
	background: #0297ff
}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{
	-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;
	flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;
	display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:
	-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;bottom:7%;width:27px;height:44px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}


.rectangle-title{
	width: 300px;
  	height: 40px;
  	background-color: #ea5050;
  	position: absolute;
  	top: 50px;
  	left: 120px;
}
.left-line{
	width: 112px;
    height: 447px;
    border-left: 2px solid #ea5050;
    position: absolute;
    left: 120px;
    top: 12%;
}
.bottom-line{
	width: 300px;
    height: 550px;
    border-bottom: 2px solid #ea5050;
    position: absolute;
    left: 120px;
    bottom: 189px;
}
.right-line{
	width: 380px;
  	height: 447px;
    border-right: 2px solid #ea5050;
    position: absolute;
    left: 40px;
    top: 12%;
}
.trending{
	text-align: center;
	line-height: 2.5;
	color: white;
	text-transform: uppercase;
}
.frame {
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	bottom: 200px;
	color: white;
	position: absolute;
	width: 20%;
	text-align: left;
	left: 150px;
}
.head-read-more{
    color: black;
    background-color: white;
    border: none;
    position: absolute;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    top: 74%;
    border-radius: 0px;
}
.head-read-more a, .head-read-more a:hover{
    color: black;
    text-decoration: none;
}
.paragraph-1{
	top: 290px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 13px;
}
.paragraph-2{
	font-size: 25px;
	font-weight: bold;
	bottom: 200px;
}
.paragraph-1, .paragraph-2{
	color: white;
	position: absolute;
	width: 20%;
	text-align: left;
	left: 150px;	
}
.slider-side-text{
	color: white;
	position: absolute;
	bottom: 15%;
	width: 15%;
	right: 140px;
	font-size: 12px;
	text-align: left;
	display:none;
}
.rectangle-latest{
	width: 200px;
  	height: 40px;
  	background-color: black;
  	position: absolute;
  	/*left: 24px;*/
}
.latest{
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 5%;
}
.latest-bottom-line{
	width: 100%;
    height: 40px;
    border-bottom: 2px solid black;
    /*margin-left: 15px;*/
}
.tv-schedule{
	width: 361px;
	height: 200px;
}
.show-name{
	color: #ea5050;
	font-style: italic;
	text-transform: uppercase;
	text-align: left;
	padding-top: 20px;
	font-size: 15px;
	margin-left: 15px;
}
.show-info{
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-left: 15px;
	width: 335px;
}
.show-info:hover{
     color: #ea5050;  
}
.news-box{
	background-color: black;
	width: 361px;
	height: 300px;
	margin-left: 15px;
}
.tv-info{
	color: white;
	width: 300px;
	text-align: left;
	font-size: 13px;
	margin-left: 15px;
	max-height: 80px;
	min-height: 80px;
}
.article-info{
  color: black;
  font-weight: bold;
  width: 300px;
  text-align: left;
  font-size: 15px;
  margin-left: 15px;
  max-height: 50px;
  min-height: 50px;
}
.article-desc{
  color: black;
  width: 300px;
  text-align: left;
  font-size: 13px;
  margin-left: 15px;
  max-height: 80px;
  min-height: 80px;
}
/*.article-desc{
	max-height: 100px;
}*/
a:hover{
	text-decoration: none;
}
.author{
	text-align: left;
	margin-left: 15px;
	color: white;
}
.social-media{
	text-align: left;
	margin-left: 30px;
}
.social-media a, .social-media a:hover{
	color: black;
	text-decoration: none;
	font-size: 18px;
}
.fb_button{
   background-color: transparent;
   border: none;
   color: black;
}
.news-border{
	border-bottom: 2px solid black;
	width: 361px;
	margin-left: 15px;
}
.header-article-img{
	width: 100%;
	height: 85vh;
}
.header-rectangle{
	width: 100%;
	height: 120px;
	margin-top: -10.5%;
	background-color: #0000008c;
}
.fitness-page-head{
	color: white;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding-top: 2%;
}
.suggest-img{
	width: 320px;
	height: 200px;
}
.suggest-border{
	border-bottom: 2px solid black;
	width: 320px;
	margin-left: 14px;
}
.request-edition, .request-edition:hover{
	/*color: #ed1b23;*/
	color: #ea5050;
	text-decoration: underline;
	font-size: 13px;
}
.request-edition-btn, .request-edition-btn:hover{
    background-color: white;
    color: #353434;
    border: none;
    height: 35px;
    width: 220px;
    margin-bottom: 5%;
    /* border: 1px solid gray; */
}
.request-edition-btn a{
    color: #353434;
    font-weight: bold;
}
.request-edition-title{
	color: black;
	font-size: 20px;
}
.inputBox{
	position: relative;
	box-sizing: border-box;
	margin-top: 5%;
}
.inputBox .input{ 
	position: relative;
	width: 100%;
	height: 25px;
	background: transparent;
	border: none;
  	outline: none;
  	color: black;
	font-size: 16px;
  	border-bottom: 1px solid black;
}
.article-author, .article-date{
	font-size: 13px;
	color: black;
	font-style: italic;
	margin-left: -5%;
}
.page-title{
	font-weight: bold;
	color: black;
	font-size: 18px;
}
.submit-btn, .submit-btn:hover{
	color: black;
	background-color: transparent;
	border: 1px solid black;
	width: 200px;
	height: 50px;
}
#flexiselDemo3 {
    display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    height: 400px;
    /*background-color: lightblue;*/
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    height: 200%;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center; 
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%; 
    height: 200%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:150%;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    margin-top: 10px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:0px 8px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 85%;
    transform: translateY(-50%); 
    font-size: 22pt;
    font-weight: bold;
    color: black; 
    background-color: transparent;
    border: 2px solid black;
    text-align: center;    
}
.nbs-flexisel-nav-left {
    left: 10px;
}
.nbs-flexisel-nav-left:before {
    content: "<";    
}
.nbs-flexisel-nav-left.disabled {
    opacity: 2;
}
.nbs-flexisel-nav-right {
    right: 10px;    
}
.nbs-flexisel-nav-right:before {
    content: ">";
}
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.signup-section{
	background-color: #353434;
	height: 192px;
}
.input-group{
	border: 1.5px solid white;
}
.input-group .email-input{
	background-color: transparent;
	border: none;
	color: white;
}
.input-group-addon{
	background-color: transparent;
	border: none;
}
.input-group-addon button{
	color: white;
}
.form-group .control-label{
	color: white;
	font-size: 12px;
}
.suggest-col{
	background-color: black;
	margin-left: -15px;
	height: 257px;
}
.show-name-suggest{
	color: #ea5050;
	font-style: italic;
	text-transform: uppercase;
	text-align: left;
	padding-top: 25px;
	/*padding-top: 175px;*/
	font-size: 17px;
	margin-left: 10px;
}
.show-desc-suggest{
	color: white;
	font-size: 15px;
	text-align: left;
	margin-left: 10px;
	width: 70%;
}
.detail-image{
	width: 100%;
	height: 257px;
}
.show-info-suggest{
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-left: 10px;
	width: 70%;
}
.show-info-suggest:hover{
    color: #ed1c24;
}
    
.fashion-section{
	background-image: url('../images/fashion.png');
	height: 340px;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% 100%;
}
.footer-content{
	background-color: #353434;
	color: white
}
.footer-link, .footer-link:hover{
	color: white;
	text-decoration: none;
}
.footer-social, .footer-social:hover{
	color: white;
	text-decoration: none;
	font-size: 20px;
}
/*.footer-headline{
	border-top: 0.5px solid #979797;
	width: 103%;
	position: absolute;
}*/
.article-inner-img img{
	max-width: 100%;
}
.headersublink, .headersublink:hover{
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
.footer-sublink, .footer-sublink:hover{
	color: #979797;
	font-size: 11px;
	text-decoration: none;
}
.form-control{
	background-color: transparent;
	border-radius: 0px;
	border: 1px solid white;
}
.control-label{
	font-size: 13px;
	font-weight: normal;
}
.subscribe-btn, .subscribe-btn:hover{
    background-color: transparent;
	border-radius: 0px;
	text-transform: uppercase;
	border: 1px solid white;
	margin-top: 29px;
	margin-left: -25px;
	color: white;
}
.copyright{
	font-size: 14px;
}
/*------ fitness Page -------*/
.head-container{
	background-image: url('../img/working-out-gym.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% 100%;
}
.commuters-text{
	color: #706f6f;
	font-size: 16px;
}
.side-social-media{
	color: black;
}
.side-social-media a i{
	color: black;
	font-size: 16px;
}
.author-name{
	font-weight: bold;
}
.by{
	font-size: 14px;
	font-weight: normal;
}
.article-head{
	font-weight: bold;
	font-size: 36px;
}
.article-text{
	font-size: 17px;
	color: black;
}
.adv-1:after{
    content:"";
    border-bottom: 1px solid red;
    height: 55px;
    position: absolute;
    margin-top: 10%;
}
.mid-text{
	font-style: italic;
	font-size: 17px;
}
.sub-article-title{
	font-size: 17px;
	font-weight: bold;
}
.article-link, .article-link a{
	font-size: 17px;
	color: red;
}
.article-link a{
	text-decoration: underline;
}
.article-sub-text{
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
}
.netflix-video{
	width: 450px;
	height: 250px;
}
.piano-img{
	width: 150px;
	height: 150px;	
}
.side-text{
	font-weight: bold;
	font-size: 15.7px;
}
.piano-bottom-line{
	border-bottom: 1px solid;
	width: 370px;
	position: absolute;
	height: 170px;
}
.suggest-carousel .nbs-flexisel-inner .nbs-flexisel-nav-left,
.suggest-carousel .nbs-flexisel-inner .nbs-flexisel-nav-right {
    padding:0px 8px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 60%;
    transform: translateY(-50%); 
    font-size: 22pt;
    font-weight: bold;
    color: black; 
    background-color: transparent;
    border: 2px solid black;
    text-align: center;    
}
.more-btn, .more-btn:hover{
	border: 2px solid black;
	background-color: transparent;
	color: black;
	border-radius: 0px;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
}
/*------- bmw Page ----*/
.bmw-container{
	background-image: url('../img/BMW-MY19-MSeries-M5-Sedan-Highlight-09.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.jeep-container{
	background-image: url('../img/jeep-renegade-interior--10.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-size: 100% 100%;	
}
.ktm-container{
	background-image: url('../img/KTM-1290-SUPER-ADVENTURE-S_Action-02.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;	
}
.levante-container{
	background-image: url('../img/_OR_5012.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.mini-cooper-container{
	background-image: url('../img/damImage.narrow.960w.j_1515333947264.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.nürburgring-container{
	background-image: url('../img/18b8e20a98f87524d754b76c7567177b.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.kempinski-container{
	background-image: url('../img/10.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.jw-marriott-container{
	background-image: url('../img/Mandara-Spa-Couples-Suite.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.cairo-marriott-container{
	background-image: url('../img/Saray Spa (2).jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.mena-house-container{
	background-image: url('../img/Mena-House-Spa-095.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.grand-nile-container{
	background-image: url('../img/Jacuzzi-Close-up.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.semiramis-container{
	background-image: url('../img/Semiramis-Spa-Themal-Area.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.safir-container{
	background-image: url('../img/IMG-20150721-WA0001.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.premedion-container{
	background-image: url('../img/Premedion-Dermio-Care-Facial.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.cleo-container{
	background-image: url('../img/20170927-09270234-2.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.cascades-container{
	background-image: url('../img/Aqua-Tonic-3.jpg');
	height: 100vh;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
}
.amr-hussein-container{
	background-image: url('../img/amr-hussein-2.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.hassan-gabr-container{
	background-image: url('../img/hassan-gabr-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.mahmoud-fekry-container{
	background-image: url('../img/mahmoud-fekry-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.mahmoud-ezz-container{
	background-image: url('../img/mahmoud-ezz-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.omar-el-sheikh-container{
	background-image: url('../img/omar-el-sheikh-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.tohamy-container{
	background-image: url('../img/tohamy-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.eman-container{
	background-image: url('../img/eman-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.mostafa-shaaban-container{
	background-image: url('../img/shaaban-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.khatab-container{
	background-image: url('../img/khatab-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.reem-container{
	background-image: url('../img/reem-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.hagras-container{
	background-image: url('../img/hagras-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.golf-container{
	background-image: url('../img/golf-1.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.health-fundamentals-container{
	background-image: url('../img/180282-OWMGLS-102.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.run-container{
	background-image: url('../img/ODUD8X0.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.steroid-container{
	background-image: url('../img/athlete-barbell-body-949126.jpg');
	height: 100vh;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.place-name{
	font-size: 17px;
}
.place-name,.address-name, .place-sub-title{
	color: rgb(220, 66, 123);
}
.place-sub-title{
	font-size: 17px;
	font-weight: bold;
}
.spa-website:hover, .article-text:hover{
	text-decoration: none;
}
.builder-title{
	font-size: 17px;
	font-weight: bold;
}
.actor-article{
	color: rgb(31, 73, 125);
	font-size: 17px;
}
.actor-text{
	background-color: yellow;
	font-size: 17px;
}
.actor-team{
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}
.mid-text-celebrety{
	font-style: italic;
	font-size: 17px;
}
.actor-list {
  list-style-type: none;
  font-size: 17px;
}
.actor-list li:before {
  content: '-';
  position: absolute;
  margin-left: -20px;
  font-size: 17px;
}
.article-list-title{
	font-size: 17px;
	text-decoration: underline;
}
.builder-title-underline{
	font-size: 17px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
.green-article-title{
	color: #028002;
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
}
.run-title{
	color: black;
	font-weight: bold;
	font-size: 25px;
}
.bytes-title{
	font-size: 22px;
	font-weight: bold;
}
.piano-img, .piano-bottom-line, .side-text, .writer{
	display: none;
}
.mobile-adv{
	display: none;
}
.pagination li a, .pagination li a:hover{
	color: black;
}
.pagination .active a, .pagination .active a:hover{
	background-color: black;
	border: 1px solid black;
}
hr{
  display: none;
  border-top: 1px solid black;
}
.cover-img{
	width: 100%;
	height: 500px;
	position:relative;
}
.cover-rectangle{
    width: 89.6%;
    position:absolute;
    background-color: #ed1d248f;
    margin-top: -32.9%;
    margin-left: 1.3%;
    height: 95px;
}
.cover-title{
    color: white;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding-top: 2%;    
}
.terms-link, .terms-link:hover{
    color: black;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  color: #fff;
  background-color:red;
}
.suggested-mobile-articles{
    display:none;
}
@media only screen and (min-device-width : 320px)
and (max-device-width: 374px){
	.search-box{
	    top: 17px;
	    right:17px;
    }
    .corner-ribbon.sticky{
        display:none;
    }
	.navi .navbar-toggle{
        margin-top: 10%;
        float: left;
        margin-left: 15px;
      }
      .navi .navbar-nav>.active>a::before{
          display:none;
      }
      .navi .navbar-brand{
          padding: 22.5px 29px;
      }
    .navbar-brand .sports-and-fitness-logo{
		margin-top: 8%;
		width: 100px;
		height: 50px;
	}
      .navbar-default .navbar-toggle{
        margin-top: 13%;
      }
      .req-edition{
        margin-top: -2%;
        text-align: center;
      }
      .header-social{
        margin-top: -6%;
      }
      .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border: none;
      }
    	.piano-bottom-line{
    		width: 250px;
    	}
    	.rectangle-title{
    		left: 43px;
    		width: 250px;
    	}
      .carous-text p{
        font-size: 15px;
      }
      .swiper-container{
          margin-top: -16%;
      }
      .swiper-slide{
        margin-top: 0%;
        height: 85%;
      }
      .swiper-button-next, .swiper-button-prev{
          bottom: 22%;
      }
	.left-line{
		left: 42px;
		top: 18%;
		height: 50%;
	}
	.right-line{
		left: -27.2%;
		top: 18%;
		height: 50%;
	}
	.bottom-line{
		bottom: 31.9%;
		left: 42px;
		width: 250px;
	}
	.frame {
		bottom: 45%;
		color: white;
		position: absolute;
		width: 70%;
		text-align: left;
		left: 60px;
	}
	.slider-side-text{
		width: 61%;
		right: 15px;
	}
	.header-article-img{
		height: 45vh;
		margin-top: 10%;
	}
	.header-rectangle{
		margin-top: -41.3%;
	}
	.fitness-page-head{
		font-size: 19px;
		padding-top: 8%;
	}
	.commuters-text{
		font-size: 12px;
	}
	.tv-info{
	    width: 295px;    
    }
    .nbs-flexisel-nav-left{
        left: 25px;
    }
     .nbs-flexisel-nav-right{
        right: 25px;
    }
    .suggested-article-carousel{
        display:none;    
    }
    .rectangle-latest{
	    left: 0px;
	}
	.latest-bottom-line{
	    width: 104%;
	}
    .suggested-mobile-articles{
        display:block;
    }
    .suggest-row{
        margin-bottom: 5%;
    }
    .suggest-img{
        width: 125px;
        height: 125px;
        margin-left: -15px;
    }
    .suggested-article-box{
        background-color: black;
    	width: 195px;
    	height: 125px;
    	margin-left: -24px;
    }
    .suggested-article-name{
    	color: #ea5050;
    	font-style: italic;
    	text-transform: uppercase;
    	text-align: left;
    	padding-top: 10px;
    	font-size: 8px;
    	margin-left: 15px;
    }
    .suggested-article-info{
    	color: white;
    	font-weight: bold;
    	font-size: 8px;
    	text-align: left;
    	margin-left: 15px;
    	width: 165px;
    }
    .suggested-article-info:hover{
         color: #ea5050;  
    }
    .suggested-article-descrip{
    	color: white;
    	width: 165px;
    	text-align: left;
    	font-size: 8px;
    	margin-left: 15px;
    	max-height: 80px;
    	min-height: 80px;
    }
     .suggested-article-author{
    	text-align: left;
    	margin-left: 15px;
    	color: white;
    	font-size: 8px;
    	margin-top: -40%;
    }
	.adv-2{
		display: none;
	}
	.mobile-adv{
		margin-bottom: 50px;
		margin-top: -20%;
		display: block;
	}
	.fashion-section{
		height: 128px;
	}
	.footer-sublink, .headersublink{
		font-size: 10px;
	}
	.footer-link, .footer-social{
		font-size: 10px;
	}
	.suggest-col{
		margin-left: 15px;
		width: 290px;
		margin-top: 0%;
	}
	.show-desc-suggest{
		width: 95%;
		font-size: 14px;
	}
	.show-info-suggest{
		width: 100%;
		font-size: 16px;
	}
	.adv-1{
	    width: 100%;
	    height: 100%;
	}
  hr{
    display: block;
  }
  .news-box, .tv-schedule{
      width: 310px;
  }
  .news-box{
      margin-left: 5px;
  }
  .show-info{
      width: 300px;
  }
  .news-border{
      width: 310px;
      margin-left: 5px;
  }
  .subscribe-btn{
		margin-top: 46px;
	}
	  .cover-img{
      height:360px;
  }
  .cover-rectangle{
      margin-top:-39%;
      width:87.5%;
      margin-left:1.6%;
  }
}
@media only screen and (min-device-width : 375px)
and (max-device-width: 767px) {
	.search-box{
	    top: 20px;
	    right:17px;
    }
    .corner-ribbon.sticky{
        display:none;
    }
	.navi .navbar-toggle{
        margin-top: 10%;
        float: left;
        margin-left: 15px;
    }
     .navi .navbar-nav>.active>a::before{
          display:none;
      }
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: white;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border: none;
	}
	.navbar-brand .sports-and-fitness-logo{
		margin-top: 3%;
		width: 120px;
        height: 55px;
	}
	.navi .navbar-brand{
	    padding: 22.5px 45px;
	}
  .req-edition{
    margin-top: 0%;
    text-align: center;
  }
  .header-social{
    margin-top: -5%;
  }
  .swiper-container{
      margin-top: -13%;
  }
  .swiper-slide{
    margin-top: 0%;
    height: 70%;
  }
  .swiper-button-next, .swiper-button-prev{
      bottom: 35%;
  }
  .carous-text p{
    font-size: 20px;
  }
	.rectangle-title{
		left: 55px;
		width: 265px;
	}
	.left-line{
		left: 55px;
		top: 15%;
		height: 50%;
	}
	.right-line{
		left: -16%;
		top: 15%;
		height: 50%;
	}
	.bottom-line{
		bottom: 34.5%;
		left: 55px;
		width: 265px;
	}
	.frame {
		bottom: 250px;
		color: white;
		position: absolute;
		width: 60%;
		text-align: left;
		left: 75px;
	}
	.paragraph-1, .paragraph-2{
		width: 70%;
		left: 45px;
	}
	.paragraph-2{
		bottom: 295px;
	}
	.slider-side-text{
		width: 40%;
		right: 35px;
	}
	.page-section{
	    margin-top: -55%;
	}
	.news-box{
		margin-left: 7px;
	}
	.news-border{
		margin-left: 7px;
	}
	.nbs-flexisel-nav-left{
	    left:50px;
	}
	.nbs-flexisel-nav-right{
	    right:50px;
	}
	.rectangle-latest{
	    left: 0px;
	}
	.latest-bottom-line{
	    width: 104%;
	}
	.show-info-suggest{
		width: 97%;
		font-size: 15px;
	}
	.suggest-col{
		margin-left: 15px;
		width: 345px;
		margin-top: 0%;
	}
	.show-desc-suggest{
		width: 90%;
	}
	.suggested-article-carousel{
	    display:none;    
    }
    .suggested-mobile-articles{
        display:block;
    }
    .suggest-row{
        margin-bottom: 5%;
    }
    .suggest-img{
        width: 150px;
        height: 150px;
        margin-left: -15px;
    }
    .suggested-article-box{
        background-color: black;
    	width: 226px;
    	height: 150px;
    	margin-left: -22px;
    }
    .suggested-article-name{
    	color: #ea5050;
    	font-style: italic;
    	text-transform: uppercase;
    	text-align: left;
    	padding-top: 10px;
    	font-size: 10px;
    	margin-left: 15px;
    }
    .suggested-article-info{
    	color: white;
    	font-weight: bold;
    	font-size: 10px;
    	text-align: left;
    	margin-left: 15px;
    	width: 200px;
    }
    .suggested-article-info:hover{
         color: #ea5050;  
    }
    .suggested-article-descrip{
    	color: white;
    	width: 200px;
    	text-align: left;
    	font-size: 10px;
    	margin-left: 15px;
    	max-height: 80px;
    	min-height: 80px;
    }
    .suggested-article-author{
    	text-align: left;
    	margin-left: 15px;
    	color: white;
    	font-size: 10px;
    	margin-top: -30%;
    }
	.footer-headline{
		width: 98%;
	}
	.fashion-section{
		height: 160px;
	}
	.footer-form{
		height: 240px;
		margin-top: 35px;
	}
	.footer-social{
	    font-size: 16px;
	 }
	.copyright{
		font-size: 10px;
	}
	.netflix-video{
		width: 300px;
		height: 220px;
	}
	.piano-bottom-line{
		width: 329px;
	}
	.subscribe-btn{
		margin-top: 46px;
	}
	.header-article-img{
		height: 35vh;
		margin-top: 7%;
	}
	.header-rectangle{
		margin-top: -27.3%;
		height: 95px;
	}
	.fitness-page-head{
		font-size: 19px;
		padding-top: 6%;
	}
	.adv-1{
	    width: 100%;
	    height: 100%;
	}
	.adv-2{
		display: none;
	}
	.mobile-adv{
		margin-bottom: 20%;
		margin-top: -15%;
		display: block;
	}
	.footer-link{
		font-size: 13px;
	}
    hr{
        display: block;
    }
     .cover-img{
      height:460px;
  }
  .cover-rectangle{
      margin-top:-33.3%;
      width:89%;
      margin-left:1.2%;
  }
}
@media only screen and (min-device-width : 360px)
and (max-device-width: 374px) {
	.navbar-default .navbar-toggle {
        margin-top: 10%;
    }
	.navbar-brand .sports-and-fitness-logo{
        margin-top: 5%;
    }
    .navi .navbar-brand{
        padding: 22.5px 40px;    
    }
  .req-edition{
      text-align: center;
  }
  .swiper-slide{
    margin-top: 2%;
  }
  .rectangle-title{
		left: 40px;
		width: 265px;
	}
	.left-line{
		left: 40px;
		top: 15%;
		height: 300px;
	}
	.right-line{
		left: -21%;
		top: 15%;
		height: 300px;
	}
	.bottom-line{
		bottom: 160px;
		left: 40px;
		width: 265px;
	}
	.frame {
		bottom: 220px;
		color: white;
		position: absolute;
		width: 65%;
		text-align: left;
		left: 55px;
	}
	.swiper-button-next, .swiper-button-prev{
	    bottom: 19%;
	}
	.slider-side-text{
		width: 65%;
		right: 0px;
	}
	.page-section{
	    margin-top: -20%;
	}
	.header-rectangle{
		margin-top: -36.3%;
	}
	.fitness-page-head{
		font-size: 20px;
		padding-top: 8%;
	}
	.suggest-col{
		margin-left: 15px;
		width: 330px;
		margin-top: 0%;
	}
	.show-desc-suggest{
		width: 95%;
	}
	.news-box, .news-border{
	    margin-left: 25px;
	}
	.suggest-img{
	    width:140px;
	}
	.suggested-article-box{
	    width: 220px;
	    margin-left: -25px;
	}
	.suggested-article-info, .suggested-article-descrip{
	    width: 175px;
	}
	.suggested-article-author{
	    margin-top: -31%;
	}
	.subscribe-btn{
		margin-top: 46px;
	}
}
@media only screen and (min-device-width : 411px)
and (max-device-width: 736px) {
	.navbar-brand .sports-and-fitness-logo{
		margin-top: 5%;
	}
	.navi .navbar-brand{
	    padding: 22.5px 50px;
	}
	.search-box{
	    top: 23px;
	    right: 5%;
	}
	.rectangle-title{
		left: 60px;
		width: 280px;
	}
	.left-line{
		left: 60px;
		top: 13%;
		height: 55%;
	}
	.right-line{
		left: -9.7%;
		top: 13%;
		height: 55%;
	}
	.bottom-line{
		bottom: 32%;
		left: 60px;
		width: 280px;
	}
	.frame {
		bottom: 40%;
		color: white;
		position: absolute;
		width: 65%;
		text-align: left;
		left: 80px;
	}
	.slider-side-text{
		width: 55%;
		right: 15px;
	}
	.swiper-slide{
        margin-top: 0%;
        height: 80%;
     }
    .swiper-button-next, .swiper-button-prev{
          bottom: 26%;
     }
	.page-section{
	    margin-top: -35%;
	}
	.header-rectangle{
		margin-top: -31.3%;
	}
	.suggest-col{
		width: 92.7%;
	}
	.news-box{
	    margin-left: 27px;   
    }
    .news-border{
        margin-left: 27px;
    }
    .nbs-flexisel-nav-left{
	    left:40px;
	}
	.nbs-flexisel-nav-right{
	    right:40px;
	}
	 .suggest-img{
        width: 165px;
        height: 150px;
    }
    .suggested-article-box{
    	width: 249px;
    	margin-left: -23px;
    }
	.footer-social{
	    font-size: 16px;
	 }
	 .cover-rectangle{
      margin-top:-30.2%;
      width:90.3%;
      margin-left:1.2%;
  }
}
/*@media only screen and (min-device-width : 1024px)
and (max-device-width: 1366px) {
	.rectangle-title{
		width: 400px;
	}
	.trending{
		left: 40%;
	}
	.left-line{
		left: 11.8%;
		top: 6%;
		height: 60%;
	}
	.right-line{
		left: 13.6%;
		top: 6%;
		height: 60%;
	}
	.bottom-line{
		bottom: 34%;
		left: 11.8%;
		width: 399px;
	}
	.frame {
		bottom: 37%;
		color: white;
		position: absolute;
		width: 33%;
		text-align: left;
		left: 15%;
	}
	.slider-side-text{
		width: 30%;
		right: 15px;
	}
	.header-article-img {
	    height: 55vh;
	    margin-top: 1%;
	}
	.header-rectangle{
		margin-top: -12.5%;
	}
	.fitness-page-head{
		font-size: 26px;
		padding-top: 4%;
	}

}*/

@media only screen and (min-device-width : 1280px)
and (max-device-width: 1500px) {
    .search-box{
    	right: 19%;
    }
    .rectangle-title{
    	width: 300px;
      	height: 40px;
      	background-color: #ea5050;
      	position: absolute;
      	top: 70px;
      	left: 120px;
    }
    .left-line{
    	width: 112px;
        height: 380px;
        top: 13%;
    }
    .bottom-line{
    
        bottom: 219px;
    }
    .right-line{
    	width: 380px;
      	height: 380px;
        top: 13%;
    }
    .frame {
    	bottom: 270px;
    }
    .fashion-section{
        height: 320px;
    }
    .subscribe-btn{
    	margin-top: 29px;
    	margin-left: -25px;   
    }
    .cover-img{
        position: relative;
        height: 400px;
    }
    .cover-rectangle{
        width: 87.5%;
        position:absolute;
        background-color: #ed1d248f;
        margin-top: -39%;
        margin-left: 1.5%;
        height: 95px;
    }
    .footer-form .control-label{
        font-size: 12px;
    }
}
@media only screen and (min-device-width : 1358px)and (max-device-width:  1415px) {
    .search-box{
    	right: 21%;
    }
}
@media only screen and (min-device-width : 1280px)
and (max-device-width: 1500px) {
    .search-box{
    	right: 19%;
    }
}
@media only screen and (min-device-width : 768px)
and (max-device-width: 1023px) {
	.footer-form{
		margin-top: 35px;
	}
	.signup-section{
		width: 100.7%;
	}
	.left-line{
		left: 15.8%;
		top: 8%;
		height: 60%;
	}
	.right-line{
		left: 5.1%;
		top: 8%;
		height: 60%;
	}
	.bottom-line{
		bottom: 32%;
		left: 15.8%;
		width: 297px;
	}
	.frame {
		bottom: 35%;
		color: white;
		position: absolute;
		width: 33%;
		text-align: left;
		left: 19%;
	}
	.slider-side-text{
		width: 45%;
		right: 15px;
	}
	.news-box{
		margin-left: 7px;
	}
	.suggest-col{
		margin-left: 15px;
		width: 720px;
	}
	.show-desc-suggest{
		width: 98%;
		font-size: 19px;
	}
	.show-info-suggest{
		width: 98%;
		font-size: 22px;
	}
	.fashion-section{
		height: 345px;
	}
	.footer-headline{
		width: 98%;
	}
	.navbar-brand .sports-and-fitness-logo{
		margin-top: 0%;
	}
  .navi .navbar-nav{
    margin-top: 0%;
  }
  .navi .navbar-brand{
      padding: 22.5px 200px;
  }
  .navbar-header {
    	float: none;
  }
  .search-box{
	top: 35%;
    right:70px;
 }
  .navi .navbar-toggle{
    display: block;
    margin-top: 9%;
    float: left;
    margin-left: 15px;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
   .navbar-collapse.collapse.in {
      display: block !important;
      float: none;
  }
  .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
  }
  .navbar-nav>li {
      float: none;
      text-align: center;
  }
  .navbar-brand{
  	margin-bottom: 15px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
  }
  .req-edition{
      text-align: center;
      margin-top: -2%;
  }
  .swiper-slide{
    margin-top: 2%;
  }
  .header-article-img {
    height: 55vh;
    margin-top: 5%;
	}
	.header-rectangle{
		margin-top: -16.5%;
	}
	.fitness-page-head{
		font-size: 26px;
		padding-top: 4%;
	}
	.adv-1{
	    width: 100%;
	    height: 100%;
	}
	.adv-2{
		display: none;
	}
	.mobile-adv{
		margin-bottom: 50px;
		margin-top: -3%;
		display: block;
	}
	.subscribe-btn{
		margin-top: 29px;
	}
	.detail-image{
		height: 410px;
	}
	.copyright{
	    text-align: center;
	}
  hr{
    display: block;
  }
  .cover-img{
      height:475px;
  }
  .cover-rectangle{
      margin-top:-32.5%;
      width:90%;
  }
}
