@media (min-width: 992px) and (max-width: 1200px) {
    .about-title h2 {
        margin-left: 10px;
        font-size: 24px;
    }
    .single-progress-dec h3 {
        font-size: 16px;
    }
    .price-info h4 {
        font-size: 16px;
        margin-right: 8px;
    }
    #scrollUp {
        bottom: 55px;
    }
    .recent-area {
        height: 60px;
        width: 60px;
    }
    .sub input {
        width: 70%;
    }
	
	.bottom-advert {
		position: fixed;
		bottom: 0px;
		width: 728px;
		height: 97px;
		background-color: #000;
		left: 0px;
		display: block;
	}

	.bottom-advert-close {
		position: absolute;
		left: 727px;
		top: -15px;
		display: block;
	}	
	
	.tablet-hidden {
		display: none;
	}	
   
}

/*		Tablet Layout: 768px.
-----------------------------------------------------------------   */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 13px;
    }
    /* Menu area */
    
    .nonmobile-logo {
    	display: block;
    }
    .mobile-logo {
    	display: none;
    }
    
    .mobile-show {
    	display: none;
    }
    
    .mobile-hide {
    	display: block;
    }    
    
    .navbar-header {
        float: none !important;
    }
    nav.navbar {
        left: 0;
        position: absolute;
        right: 0;
        top: 2px;
        width: 100%;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border: 0;
        box-shadow: inset 0 1px 0 #FB5B21;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    ul.navbar-nav {
        border: 0 none;
        text-align: left;
        width: 100%;
        background-color: #1a1a1a;
    		width: 260px;
    }
    .navbar-nav li {
        display: block !important;
        float: none;
        padding: 4px !important;
        font-size: 18px;
    }
    ul.navbar-nav li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background-color: #FB5B21 !important;
        color: #fff !important;
    }
    .navbar-default .navbar-nav > li > a:hover {
        background-color: #FB5B21 !important;
        color: #fff !important;
    }
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #1a1a1a !important;
        color: #fff !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle {
        background-color: #FB5B21;
        border-color: #FB5B21;
    }
    .navbar-default .navbar-toggle:focus {
        background-color: #FB5B21;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: #FB5B21;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-brand {
        padding: 11px 15px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    .slider-table-cell h2 {
        font-size: 35px;
    }
    .slider-table-cell h3 {
        font-size: 20px;
    }
    .gym-title h2, .main-title h2 {
        font-size: 30px;
    }
    .about {
        margin-bottom: 30px;
    }
    .about-title i.fa {
        font-size: 26px;
    }
    .about-title h2 {
        font-size: 20px;
    }
    .sign-up-area {
        position: relative;
    }
    .sign-up-area::before {
        background-color: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        color: #fff;
    }
    .sign-up-area .gym-title h2, 
    .sign-up-left > p {
        color: #fff;
    }
    .gym-title h2 b, .main-title h2 b {
        color: #FB5B21;
        letter-spacing: 28px;
    }
    .main-title p {
    	padding: 20px 0 25px;
    }
    .single-project {
        width: 33.33%;
    }
    .iso-nav li {
        padding: 5px 15px;
    }
    .single-progress-dec {
        margin-bottom: 30px;
    }
    .single-video h2 {
        font-size: 30px;
    }
    .count-progress > span {
        font-size: 22px;
    }
    .single-progress-dec h3 {
        font-size: 16px;
    }
    .price-table {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .price-info {
        font-size: 22px;
    }
    .price-info h4 {
        font-size: 26px;
    }
    .newsletter-form h2 {
        font-size: 26px;
    }
    .single-client p {
        width: 80%;
    }
    #scrollUp {
        bottom: 55px;
    }
    .contact {
        border: 0;
    }
    .contact i.fa {
        font-size: 26px;
    }
    .contact a,
    .contact p {
        font-size: 13px;
    }
    .footer-heading {
        margin-bottom: 30px;
    }
    .recent-area {
        width: 105px;
    }
    .sub input {
        width: 80%;
    }
    .reserve-area {
        font-size: 12px;
    }
		.login-avatar-panel {
			display: none;
		}
		
		#mapselection .col-md-3 {
    	height: 382px;
    	width: 382px;
    	float: left;
    }
    
		#mapselection .map-container {
	    height: 367px;
	    width: 367px;
		}
		
		.section-padding {
			margin-top: 58px;	
		}
		.section-fillpage {
			height: calc(100vh - 118px);
		}
		
		.fixed-menu {
    	padding: 10px 0;
    }		   
    
    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
    	background-position: -2px -1px;
		}
		
		.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
		    background-position: -31px -2px;
		}
		
		.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
		    background-position: -62px -1px;
		}
		
		.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
		    background-position: -92px -1px;
		}
		
		.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
		    background-position: -242px -2px;
		}
		
		.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
			font-size: 10px;
		}
		

	.social-icon a {
		background-size: 100%;
		width: 32px;
		height: 32px;
		position: absolute;
		right: 41px;
		top: -2px;
		background-image: url(/images/discord.png);
	}		
	
	.bottom-advert {
		position: fixed;
		bottom: 0px;
		width: 728px;
		height: 97px;
		background-color: #000;
		left: 0px;
		display: block;
	}

	.bottom-advert-close {
		bottom: 98px;
		left: 728px;
		display: block;
	}	
	
	.tablet-hidden {
		display: none;
	}
	
	#poiLocation {
		width: 415px;
	}
}


/*		Mobile Layout: 320px.
------------------------------------------------------------   */

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
	
	#mapselection {
		margin-top: 10px;	
	}
    
    .nonmobile-logo {
    	display: none;
    }
    .mobile-logo {
    	display: block;
    	margin-top: 4px;
    }
    
    .mobile-show {
    	display: block;
    }
    
    .mobile-hide {
    	display: none;
    }        
    
		.map-name-container {
    	padding-top: 3px;  
    } 
    
		.home-map {
	    width: 143px;
	    height: 143px;
		}
		     
		.home-map .game-image {
    	width: 38px;
    }
    
    .col-sm-9 h1 {
			font-size: 22px;
			text-align: center;
			padding-bottom: 3px;
    }
    
    /* Menu area */
    .navbar-header {
	    float: none !important;
			padding-top: 3px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border: 0;
        box-shadow: inset 0 1px 0 #FB5B21;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    ul.navbar-nav {
        border: 0 none;
        text-align: left;
        width: 160px;
        background-color: #1a1a1a;
    }
    .navbar-nav li {
        display: block !important;
        float: none;
        padding: 4px !important;
        font-size: 18px;
    }
    
    ul.navbar-nav li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background-color: #FB5B21 !important;
        color: #fff !important;
    }
    .navbar-default .navbar-nav > li > a:hover {
        background-color: #FB5B21 !important;
        color: #fff !important;
    }
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #1a1a1a !important;
        color: #fff !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle {
        background-color: #FB5B21;
        border-color: #FB5B21;
        margin: -3px 12px 3px 0;
        padding: 6px 7px;
    }    
    
    .navbar-default .navbar-toggle:focus {
        background-color: #FB5B21;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: #FB5B21;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-brand {
        padding: 11px 15px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    .smooth-scroll {
        font-weight: 500;
        text-transform: uppercase;
    }
    .single-slider {
        height: 500px;
    }
    .slider-table-cell h2 {
        font-size: 20px;
    }
    .slider-table-cell h3 {
        font-size: 16px;
    }
    .slider-content .owl-dot {
        margin-right: 5px;
        display: inline-block;
    }
    .slider-content .owl-dots {
        top: unset;
        transform: translate(0);
        position: absolute;
        right: 0;
        width: 100%;
        bottom: 5%;
    }
    .gym-btn {
        padding: 5px 10px;
        font-size: 12px;
    }
    .gym-title h2, .main-title h2 {
        font-size: 22px;
    }
    .main-title p {
    	padding: 20px 0 25px;
    }    
		.form-content p {
    	text-align: center;    
    }
    .about-title h2 {
        font-size: 18px;
    }
    .about-title i.fa {
        font-size: 25px;
    }
    .gym-title h2 b, .main-title h2 b {
        color: #FB5B21;
        letter-spacing: 19px;
    }
    .sign-up-area {
        position: relative;
    }
    .sign-up-area::before {
        background-color: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        color: #fff;
    }
    .sign-up-area .gym-title h2,
    .sign-up-left > p {
        color: #fff;
    }
    .about {
        margin-bottom: 30px;
    }
    .video-btn {
        height: 50px;
        width: 50px;
    }
    a.video-btn i.fa {
        font-size: 26px;
    }
    .single-video h2 {
        font-size: 22px;
    }
    .class-info > h2 {
        padding: 10px;
        font-size: 18px;
    }
    .list-one {
        font-size: 13px;
    }
    .iso-nav ul {
        margin: 0;
        padding: 0;
    }
    .iso-nav ul li {
        border-radius: 0;
        width: 100%;
        margin: 0;
    }
    .single-project {
        width: 100%;
    }
    .single-progress-dec {
        margin-bottom: 50px;
    }
    .price-table {
        margin-bottom: 50px;
    }
    .price-info {
        font-size: 14px;
    }
    .price-info h4 {
        font-size: 16px;
    }
    .newsletter-form h2 {
        font-size: 20px;
    }
    .formnewsletter button {
        width: 108px;
        font-size: 12px;
    }
    .formnewsletter button.hvr-shutter-out-horizontal::before {
        border-radius: 0;
    }
    .single-client img {
        width: 30% !important;
    }
    .single-client p {
        width: auto;
    }
    .client-wraper .owl-dots {
        width: 100%;
    }
    .sent-button {
        font-size: 14px;
        padding: 5px 15px;
    }
    .contact {
        border: 0;
        margin-bottom: 30px;
    }
    .reserve-area {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
    .contact a {
        font-size: 14px;
    }
    .contact i.fa {
        font-size: 26px;
    }
    .count-progress > span {
        font-size: 20px;
    }
    .single-progress-dec h3 {
        font-size: 15px;
    }
    .formnewsletter {
        width: auto;
    }
    .formnewsletter input.form-control {
        width: 95%;
        font-size: 12px;
    }
    .single-client h3 {
        font-size: 14px;
    }
    #map {
        width: 100%;
        height: 300px;
    }
    #street {
        display: none;
    }
    .footer-heading h2 {
        margin-bottom: 20px;
    }
    .footer-heading {
        margin-top: 50px;
    }
    .recent-area {
        width: 86px;
    }
    .social-link {
			padding: 9px 0px 0px;
    }
    .sub input {
        width: 80%;
    }
		#map {
    	height: calc(100vh - 50px);
    	margin-top: 50px;
    }
		.login-avatar-panel {
			display: none;
		}		
		.reserve-area {
			padding: 4px 0;
		}
		#mapselection .col-md-3 {	
	    padding-right: 6px;
	    padding-left: 7px;
	    padding-top: 7px;
	    width: 100%;
	    height: 169px;
		}
		
		#mapselection .map-container {
	    height: 159px;
	    width: 100%;
	    box-shadow: unset;
	  }
	  
		.section-padding {
		    margin-top: 46px;
		}
		
		#mapselection .map-image {
	    background-size: 120%;
	    background-position: 50%;
	  }
	  
		.section-fillpage {
    	height: calc(100vh - 94px);
    }
   
    .mobile-hide {
    	display: none !important;
    }
    
    .mobile-show {
    	display: block;
    }    
    
		.fixed-menu {
	    padding: 5px 0;
	    padding-bottom: 3px;
    }
    
    #staticcoordinates {
    	display: none;
    }
    
    #menu {
    	box-shadow: -3px 0 5px #111, 0px 3px 5px #111;
		right: -310px;
    }
    
	#menuButton {
    	display: none;
  	}    
	
	.sidemenu-container {
		height: calc(100vh - 388px);
	}
  	
	.leaflet-top {
    	top: 50px;  	
    }
	
	.leaflet-draw, .measuring-control, .leaflet-control-color {
		display: none;
	}
	
	.footer-da-bottom.mobile-show .adsbygoogle {
		margin-left: 35px;
		padding-top: 2px;
	}
    
    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
    	background-position: 0px -1px;
		}
		
		.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
		    background-position: -30px 0px;
		}
		
		.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
		    background-position: -60px 0px;
		}
		
		.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
		    background-position: -90px 0px;
		}
		
		.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
		    background-position: -240px 0px;
		}
		
		.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
			font-size: 10px;
		}
		
		.footer-da-bottom {
			position: absolute;
			bottom: 0px;
			width: 100%;
			z-index: 2000;
			background-color: rgba(0, 0, 0, 0.3);
			height: 54px;
		}
		
		#locationInfoContainer {
			width: 350px;
			margin-left: -175px;
			margin-top: -215px;
			z-index: 2000;
		}
		
		#poiLocation {
			bottom: 55px;
			left: 0px;
			right: 0px;
			min-height: 200px;			
			border-top: 1px solid #333;
			box-shadow: -1px -2px 19px #222;
			width: calc(100vw);
			z-index: -100;
		}
		
		#poiLocation.active {
			
		}
		
		#poiLocation .poilocation-close i {
			right: -3px;
		}
		
	.social-icon a {
		background-size: 100%;
		width: 32px;
		height: 32px;
		position: absolute;
		right: 41px;
		top: -2px;
		background-image: url(/images/discord.png);
	}		
		
}	


/*		Wide Mobile Layout: 480px.
------------------------------------------------------------  */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo img {
        width: 150px;
    }
    #scrollUp {
        bottom: 90px;
    }

}
