/* ====================
  Small Media Screens
  ================== */

@media screen and (max-width: 993px) {
    .about{
        height:3000px !important;
    }
}
    @media screen and (max-width: 1200px) {
    .topnav a /*:not(:first-child)*/ {
        display: none;
    }

        .topnav a.icon {
            /*float: right;*/
            display: block;
        }
}

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

  .nav.responsive {position: relative;}
   .nav.responsive a.icon {
     position: absolute;;
     right: 0;
     top: 0;
   }
   .nav.responsive a {
     float: none;
     display: block;
     text-align: left;
   }
  #myTopnav{
    width: 30%;
    float: right;
    border-radius: 5px;
  }

}
 

@media screen and (max-width: 500px){
    .Slider{
        margin-top: 20%;
    }
	.marathon-box{
		margin-left: 1% !important;
		margin-right: 1% !important;
		padding: 15px 0;
	}
	.inner-slider-image{
    height: auto !important;
		margin-bottom: -20% !important;
	}
	.logo{
		margin-top: -10% !important;
	}
	.marathon-overview{
		margin-bottom: 8% !important;
		-moz-margin-bottom: 8% !important;
		-webkit-margin-bottom: 8% !important;
	}
	.range{
		margin-top: 8% !important;
		-moz-margin-top: 8% !important;
		-webkit-margin-top: 8% !important;
	}
}

@media screen and (max-width: 1200px){
	.side-icons{
			display: none;
		}
	.teams{
		display: relative;
	}
	.marathon-overview{
		margin-left: 5% !important;
		margin-right: 5% !important;
		}
    .marathon-box {
        margin-bottom: 5%;
        clear: right !important;
		margin-left: 1% !important;
		margin-right: 1% !important;
    }
    #sideCarousel {
        margin-bottom: 5%;
    }
	.inner-slider-image{
		height: auto !important;
	}
    .overview {
        background-image: none !important;
        /*height: 1500px !important;*/
    }
    .overview-wrapper{
        /*height: auto !important;*/
		/*-moz-height: auto !important;
		-webkit-height: auto !important;
        margin-bottom: -20% !important;*/
		background: none;
    }
	.overview-area{
		margin-bottom: -70% !important;
	}
	.our-range{
		margin-top: 20% !important;
	}
    .teams{
        margin-top: 5% !important;
    }
	.range{
		margin-top: 8% !important;
	}
}
@media screen and (max-width: 1200px){
    .range-title{
        margin-top: 5%;
    }
    .about{
        background-image: none;
        background: rgba(0, 0, 0, 0.1);
        height: auto !important;
    }
}
@media screen and (max-width: 1200px){
	.range{
		margin-top: 20%;
	}
}

