/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */
 
 :focus {
    outline: none !important;
}

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width:1200px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  
}

@media (max-width:1199px) {

#dropdownhidden {
	  display:none;
  }	
.dropdown {
    width: 100%;
    height: 39px;
}
	
.dropdown-content {
    position: absolute !important;
    left: 150px;
    top: -50px;
}
	
}


@media (max-width:308px) {
	
.logo {
	padding:0 0 0 2px !important;
}

}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
}

section {
  /*border-bottom: 1px solid #999;*/
  text-align: center;
  padding: 100px 0 0;
  height: 800px;
  width: 100%;
}

h1 {
  margin-bottom: .5em;
}

p {
  width: 90%;
  margin: 0 auto;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #000;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  height: 100px;
}

#slidertop {
    text-align: center;
    margin: 50px 0 50px 0;
    height: 800px;
    width: 100%;

}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 85px;
  padding: 0 20px;
  color: #fff;
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 1200px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top:none;
  text-decoration: none;
  background: #000;
  padding: 0.8em 1em;
  color:#fff;
  width: 100%;
  float: left;
  
}

.nav-collapse a:active, .nav-collapse .active a {

    background: #000;
}

.header a:hover, a:focus {
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color: #299a47 !important;
}

@media screen and (min-width: 1200px) {
  .nav-collapse a {
    border-left: none;
    padding: 2.42em 1.2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
	font-weight: bold;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 1200px) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 55px;
  float: right;
  margin-top:13px;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font-size:50px;
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 50px;
  content: "\78"; /* Close icon */
}

.slider_section {
	width: 100%;
	/*margin-left: 15%;
	margin-right: 15%;*/
}

#threedivisions {
	padding-bottom:50px;
}

.slidertop {
	width:200px;
	height:200px;
}


@media (max-width:340px) { 

.ft-box {
	height:370px !important;
}
}

.map-section {
	height:auto !important;
	float:left;
	width:100%;
	margin-bottom: 50px;
	}
	
.mapouter {
	width:100% !important;
}

.gmap_canvas {
	width:100% !important;
}

.btnreachus {
background: #299a47 !important;
color: #fff;
font-size: 14px !important;
border-radius: 5px !important;
padding: 8px 10px;
border:1px solid #c6baba05  !important;
}

.btnreachus:hover {
	background: #6660 !important;
	color:#299a47 !important;
	border:1px solid #299a47 !important;
}

@media (max-width:991px) {
	
.form-group {
    margin-bottom: 20px !important;
}
	
}

@media (max-width:900px) {

.home-section {padding: 140px !important;}

}

@media (max-width:875px) {

.home-section {padding: 100px !important;}

}

@media (max-width:775px) {

.home-section {padding: 50px !important;}

}

@media (max-width:675px) {

.home-section {padding:50px 30px !important;}

}

@media (max-width:575px) {
	
.home-section {padding:50px 10px !important;}	
	
}

@media (max-width:500px) {
	
.home-section {padding:50px -2px !important;}
.text-center {width: 100% !important;padding-right: 20px !important;}	
	
}

.logoforrest {
	margin-top:16px;
}

@media (max-width:1199px) {
	
.ft-box {height: 360px !important;}	
	
}

@media (max-width:991px) {
	
.ft-box {height: 470px !important;}	
	
}

@media (max-width:900px) {
	
.ft-box {padding: 14px 5px!important; height:500px !important;}
.slider_section {width: 100%;margin-left:0;margin-right:0;}	
#ourclients {margin-bottom: 50px !important;}
#ourbassociate {margin-bottom: 50px !important;}
.ft-box p {font-size: 15px !important;}
.ft-box h4 {font-size: 18px !important;}
	
}

@media (max-width:875px) {
	
.ft-box { height:490px !important;}	
	
}

@media (max-width:767px) {
	
.ft-box {height: 340px !important; padding: 14px !important;}
.ft-box h4 {font-size: 23px !important;}
.ft-box p {font-size: 16px !important;}
	
	
}

@media (max-width:420px) {
	
.ft-box {height: 360px !important;}	
	
}

@media (max-width:370px) {
	
.ft-box {height: 380px !important;}	
	
}

@media (max-width:325px) {
	
.ft-box {height: 390px !important;}	
	
}

#stephan {
background-image: url(../media/bg/1cc.jpg);
width: 100%;
height: 100%;
top: 0px;
left: 0px;
color: transparent;
border-bottom: 1px solid white;
background-size: cover;
background-position:50% 50%;
background-repeat: none;
padding: 0 !important;
}

@media (max-width:690px) {
	
#stephan {background-position:20% 10%;}
.blockquote-title {	background-color: #000000a6 !important;}
}

#ourbassociate {
	height:auto !important;
	margin-bottom:120px;
}

#ourclients {
	height:auto !important;
	margin-bottom:120px;
}

.sports_section {
	height:auto;
	background-image:url("../images/sportsinfrastructurebgsecond.jpg");
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	/*background-attachment: fixed;*/
}

.sports_sectioninfra {
	height:auto;
	/*background-image:url(../images/sportsinfrastructurebgsecond.jpg);*/
	background-color: #000000d6;
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	/*background-attachment: fixed;*/
}

.sportsheading {
	float:left;
	width:100%;
	text-align: center;
    margin-top: 100px;
}

.sportscontent {
    width: 100%;
    margin-top: 100px;
    float: left;
	margin-bottom:100px;

}
.sportssixcontents {
	height:300px;
	padding:0 !important;
	border:10px solid #00000005;
	border-radius: 20px;
}

.img_sectionsports {
	float:left;
	width:100%;
	height:50%;
	background-image:url(../images/bg1.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.img_sectionsports2 {
	float:left;
	width:100%;
	height:50%;
	background-image:url(../images/bg2.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
 
.img_sectionsports3 {
	float:left;
	width:100%;
	height:50%;
	background-image:url(../images/bg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position: bottom center;*/
}

.img_sectionsports4 {
	float:left;
	width:100%;
	height:50%;
	background-image:url(../images/bg4.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.img_sectionsports5 {
	float:left;
	width:100%;
	height:50%;
	background-image:url(../images/bg5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img_sectionsports6 {
	float:left;
	width:100%;
	height:50%;
	background-image:url(../images/bg6.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.img_sectionsports7 {
	float:left;
	width:100%;
	height:50%;
	background-image:url(../images/bg7.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.img_sectionsports8 {
	float:left;
	width:100%;
	height:50%;
	background-image:url(../images/squash.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.img_sectionsports9 {
	float:left;
	width:100%;
	height:50%;
	background-image:url(../images/bg9.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.img_sectionsportssecondpage {
	float:left;
	width:100%;
	height:50%;
	background-image:url("../images/bgsportssecond/fffff.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.img_sectionsports2secondpage {
	float:left;
	width:100%;
	height:50%;
	background-image:url("../images/basketball.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
 
.img_sectionsports3secondpage {
	float:left;
	width:100%;
	height:50%;
	background-image:url("../images/bgsportssecond/sss.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position: bottom center;*/
}

.img_sectionsports4secondpage {
	float:left;
	width:100%;
	height:50%;
	background-image:url("../images/bgsportssecond/ff.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.img_sectionsports5secondpage {
	float:left;
	width:100%;
	height:50%;
	background-image:url("../images/bgsportssecond/jj.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.img_sectionsports6secondpage {
	float:left;
	width:100%;
	height:50%;
	background-image:url("../images/athletic.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.img_sectionsports7secondpage {
	float:left;
	width:100%;
	height:50%;
	background-image:url("../images/hockey.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.img_sectionsports8secondpage {
	float:left;
	width:100%;
	height:50%;
	background-image:url("../images/bg8.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.img_sectionsports9secondpage {
	float:left;
	width:100%;
	height:50%;
	background-image:url("../images/boxcricket.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}


.content-sectioncontent {
	float:left;
	width:100%;
	height:50%;
}

.heading_contentsection {
	width:100%;
	text-align:center;
	background-color: #000000b3;
	height: 100%;
	padding: 0 10px 0 10px;
}

.far {
	color:#FFF;
	font-size:30px;
	margin:10px;
}

.paracuesports {
	color:#000;
}

.paracuesportstab {
	font-family: 'Roboto', sans-serif;
	color:#000;
}

.sidebarcuesports {
	color:#000 !important;
}

.flooringtopbg {
	width:100%;
	height:350px;
	background-image: url("../images/stock img/flooring1.jpg");
	background-repeat:no-repeat; 
}

.cuetopbg {
	width:100%;
	height:350px;
	background-image: url("../images/banners/tablesportsbanner1.jpg");
	background-repeat:no-repeat;
	background-size: cover;
}


#flooringheading {
	padding:200px 0;
}

.aboutcolor {
	background-color:#FFF !important;
}

@media (min-width:768px) and (max-width:1024px) {
	
/*.product-grid li {
    max-width: 48% !important;
}*/
	
.custom {
    width: 100% !important;
}

.product-image {
	max-width:100% !important;
}

.product-bottom {
	max-width:100% !important;
}	
}

/*@media (max-width:767px) {

.sidechangeleft {
	float:left !important;
}

.sidechangeright {
	float:right !important;
}*/

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tabcontent1 {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tabcontent2 {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.productscue {
	padding:0 !important;
	height:auto;
}

.allproducts {
	width:100%;
	height:auto;
	float:left;
	margin-bottom: 40px;
	font-family: 'Roboto', sans-serif;
}

.allproducts h2 {
	font-size: 23px;
	margin-bottom: 30px;
}

.productscueimage {
    height: auto;
    border: 1px solid #66666669;
    padding: 0;
    border-radius: 8px;
}

.productscuecontent {
	height:auto;
	font-size: 14px;
}

.productsbody {
	width:100%;
	background-color:#000;
}

.twoproducts {
	width:80%;
	float:left;
	margin-top:30px;
	/*margin-bottom:100px;*/
	margin-left:10%;
	margin-right:10%;
}

.productone {
	width:25%;
	float:left;
	background-color:#333;
}

.producttwo {
	width:25%;
	float:left;
	background-color:#060;
}

@media (max-width:700px) { 

.twoproducts {
	width:100%;
	margin-left:0;
	margin-right:0;
}
.productscuecontent {
    margin-top: 10px;
}
/*.product-image img {width: 100% !important;}*/ 
.isotope-item img  {width: 100% !important; height:100% !important;}
}

@media (max-width:443px) {
	
.tab button {
	font-size:14px !important;
}

}

.cuelist {
	width: 100% !important;
	float: left;
}

.sidebar {
	border: 1px solid #00000054;
    border-radius: 9px;
    box-shadow: #00000061 -5px 4px 13px -2px;
	margin-bottom: 30px;
}

.spare {
	height: auto !important;
}

.spare img {
	width: 100% !important;
}

.maintenance li:hover {
	background:#299a4700 !important; 
}

.maintenance li {
	/*width: 300px !important;*/
	list-style-type: circle !important;
	margin-left: 20px !important;
}

.repairheading {
	margin-bottom: 40px;
	text-align: center;
}

#gameroom {
	/*width: 100% !important;*/
	margin-bottom: 200px;
	float: left;
	/*height: auto !important;*/
}

#services {
	width: 100% !important;
	margin-bottom: 300px;
}

.custom {
	position: relative;
	overflow: hidden;
	/*height: auto !important;*/
	width: 100% !important;
}

.sidechangingleft {
	float: left !important;
}

.sidechangingright {
	float: right !important;
}

#more {display: none;}

.kidsslidersection {
	float: left;
	/*width: 100%;
	overflow: hidden;*/
	padding-right: 0 !important;
	padding-left: 0 !important;
	display: contents;
}

.buttonforenquiry {
	/*width: 20%;
	margin-left: 33%;
    margin-right: 47%;*/
	margin-top: 40px;
}

.buttonforenquiry a {
    color: #fff !important;
    padding: 0.6em 1.5em !important;
    border: 0px !important;
    border-radius: 6.6% !important;
	text-decoration: none !important;
	background-color:#299a47;
}

.buttonforenquiry a:hover {
    background-color:white;
    color:black !important;
    text-decoration: none;
    padding: 0.5em 1.4em;
	border: 1px solid black !important;
    transition: .3s ease-in-out;
}
/*------------------------------------------------------------dropdown-------------------------------------------------*/
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  /*padding: 0.8em 1em !important;*/
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/*.dropdown-content a:hover {background-color: #ddd;}*/

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

/*------------------------------------------------------------dropdown-------------------------------------------------*/

.slideroverflow {
	overflow: hidden !important;
}

.artturfcontent987 {
	width: 100%;
	overflow: hidden;
	height: auto; 
}

.darkblue {
	color: white;
    font-size: 20px !important;
    font-weight: 900;
    background-color: #00000091;
}

.listwidth {
	width: 100% !important;
}

.panel-title a:before {
	content: "\f101";
	font-family: FontAwesome;
	display: inline-block;
    color: black;
	margin-right: 10px;
}

.footerimage {
	width: 200px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bannerrow {
	margin-left: -15px;
    margin-right: -15px;
	display: -webkit-box;
}

.phonenumberheader {
	font-family: sans-serif;
	font-weight: 500 !important;
    display: inline-block;
    font-size: 1.6rem !important;
    letter-spacing: 0.02em;
}

.iconsflooring h3 {
    display: none;
}

@media (max-width:809px) {
.social-links li {margin: 10px 0px 0 0 !important;}
}

@media (min-width:768px) and (max-width:919px) {
.fot-title {font-size: 12px !important; margin-top: 30px;}
.x-hover-box li a {font-size: 13px;}
}


.js .nav-collapse-0.opened{max-height:275px !important}


.projectwrapper {
	margin-bottom: 100px;
}

.projects {
    /* margin: 10px 0; */
    padding: 0;
    border: 10px solid #ffffff00;
}

.projects .slide-desc {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	left: 0px;
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	opacity: 0;
	overflow: hidden;
}

.projects .slide-desc h3 {
    float: right;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    width: 66%;
    position: relative;
	display: none;
}

.projects:hover .slide-desc {
    opacity: 1;
}

.customegame {
	width: 100% !important;
}

li.isotope-item.custom.customegame {
    width: 100% !important;
}

@media (max-width:767px) {
	.customimageone {
    margin-bottom: 30px;
}
}

#totopflooring {
    display: block;
    width: 100px;
    position: relative;
    top: 120px;
}

@media (max-width:767px){
	#totopflooring {
    display: block;
    width: 100px;
    position: relative;
    top: 800px;
}
}

#totoptable {
    display: block;
    width: 100px;
    position: relative;
    top: -170px;
}

@media (max-width:767px){
	#totoptable {
    display: block;
    width: 100px;
    position: relative;
    top: 1350px;
}
}


