@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#232628; 
	overflow: hidden-y;
	font-family: 'Open Sans';
}
a:link {
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a img { border: none; 
}

#whitebg {
	background-color:#ffffff;
	padding:30px 0px 30px 0px;
}

#maintenancebg {
	 background: url(../../images/special_bg.png);
	padding:30px 0px 30px 0px;
}

#logobg {
	border-top: thin solid #000000;
	padding:5px 0px 5px 0px;
	background-color:#232628;
}

#menubg {
	background-color: rgba(255,255,255,0.8);
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	box-shadow: 0px 1px 5px #1f0504;
}

.header-address {
    position: relative;
}

.header-address .address {
	color:#c2c3c4;
	font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
	font-weight:600;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.fa1 {
	color:#cc6119;
	text-align:center;
	font-size:25px;
	margin:10px 10px 0px 0px;
	padding:6px 10px 10px 10px;
	border:2px solid #cc6119;
	border-radius: 50px;
	height:40px;
	width:40px;
}

.service2 {
	color:#c2c3c4;
	font-size: 21px;
    line-height: 18px;
    text-transform: uppercase;
	font-weight:600;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.service {
	color:#cc6119;
	font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
	font-weight:600;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	letter-spacing:0.05em;
}


#topmenubg {
	background-color: rgba(59,29,17,0.9);
	padding:8px 0px 7px 0px;
}


#contentbg {
	background-color: rgba(5,16,34,1);
	padding:0px 5% 50px 5%;
	margin: 0px 0px 0px 0px;
	position:relative;
	z-index:0;
}


/*header */

            .jssorb21 {
                position: absolute;
            }
            .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                position: absolute;
                /* size of bullet elment */
                width: 19px;
                height: 19px;
                text-align: center;
                line-height: 19px;
                color: white;
                font-size: 12px;
                background: url(../../images/b21.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb21 div { background-position: -5px -5px; }
            .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
            .jssorb21 .av { background-position: -65px -5px; }
            .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

            /* jssor slider arrow navigator skin 21 css */
            /*
            .jssora21l                  (normal)
            .jssora21r                  (normal)
            .jssora21l:hover            (normal mouseover)
            .jssora21r:hover            (normal mouseover)
            .jssora21l.jssora21ldn      (mousedown)
            .jssora21r.jssora21rdn      (mousedown)
            */
            .jssora21l, .jssora21r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(../../images/a21.png) center center no-repeat;
                overflow: hidden;
            }
            .jssora21l { background-position: -3px -33px; }
            .jssora21r { background-position: -63px -33px; }
            .jssora21l:hover { background-position: -123px -33px; }
            .jssora21r:hover { background-position: -183px -33px; }
            .jssora21l.jssora21ldn { background-position: -243px -33px; }
            .jssora21r.jssora21rdn { background-position: -303px -33px; }
   
 /* end of header */
 
 
 .carousel-caption1 {
	  right: 0;
	  top: 12%;
	  left: 8%;
	  z-index: 10;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  color: #fff;
	  position: absolute;
	  overflow: hidden;
}

.carousel-caption1 h1 {
	color:#FFFFFF;
	width:100%;
	font-size:44px;
	font-weight:100;
	line-height:1.5em;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-family: 'Open Sans';
	margin:0px 0px;
	margin-top:9%;
	border-bottom:none;
	text-align:left;
	padding:0px 0px;
}

.carousel-caption1 h2 {
	color:#FFFFFF;
	width:100%;
	font-size:27px;
	font-weight:100;
	line-height:1.5em;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-family: 'Open Sans';
	margin:0px auto;
	margin-top:0;
	border-bottom:none;
	text-align:left;
	padding:0px 0px;
}


header {
 	 -webkit-transition: all 0.4s ease;
	 transition: all 0.4s ease;
	 
}
        
header.sticky {
    position: fixed;
	height: 110px; 
	width: 100%;
	z-index:1000;
	top:0px;
	/*background: rgba(0,0,0,.8) !important;*/
	box-shadow: 0px 1px 5px #1f0504;
}
.padding {
	margin:115px 0px 0px 0px;
}

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

header {
 	 -webkit-transition: all 0.4s ease;
	 transition: all 0.4s ease;
	 
}
        
 header.sticky {
    position: static;
	height: 120px; 
	width: 100%;
	/*background: rgba(40,70,0,1) !important;*/
	z-index:1000;
}
.padding {
	margin:10px 0px 0px 0px;
}
}


.ul2 li {
	font-family: 'Open Sans';
	font-size:16px;
	color:#ffffff;
	line-height:1.6em;
	padding:0px 0px 15px 30px;
	margin:0px 30px 0px -30px;
	background-image: url(../../images/tick.png);
	background-repeat:no-repeat;
	list-style-type: none;
	text-align:left;
	font-weight:100;
	background-position: left 10%;
}

.ul3 li {
	font-family: 'Open Sans';
	font-size:14px;
	color:#ffffff;
	line-height:1.6em;
	padding:0px 0px 10px 0px;
	margin:0px 30px 0px -20px;
	/*background-image: url(../../images/tick.png);
	background-repeat:no-repeat;*/
	list-style-type: circle;
	text-align:left;
	font-weight:100;
	background-position: left 10%;
}

.ul4 li {
	font-size:14px;
	color:#55555;
	line-height:1.6em;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px -40px;
	list-style-type: none;
}

li.enabled:before {
	content:"\f00c";
	font-family:FontAwesome;
	color:#DF4A43;
	display: inline-block;
    font-weight: 400;
    line-height: 1;
    margin-right: 8px;
}

li.disabled:before {
	content:"\f00d";
	font-family:FontAwesome;
	color:#74777c;
	display: inline-block;
    font-weight: 400;
    line-height: 1;
    margin-right: 8px;
}

h1 {
	color:#2f2f2f;
	font-size:30px;
	font-weight:600;
	margin:0px 0px;
	padding:0px 0px 10px 0px;
	margin:145px 0px 0px 0px;
	text-align:center;
}

h2 {
	color:#555555;
	font-size:18px;
	font-weight:600;
	margin:40px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	text-align:center;
	text-transform:uppercase;
}

h3 {
	color:#ffffff;
	font-size:30px;
	font-weight:600;
	margin:0px 0px;
	padding:0px 0px 10px 0px;
	margin:40px 0px 0px 0px;
	text-align:center;
}

p {
	color:#333333;
	font-size:14px;
	font-weight:400;
	font-family: 'Open Sans';
	margin:0px 0px;
	padding:0px 0px;
	line-height:1.6em;
	text-align:center;
}


.copyright {
	color:#888888;
	font-size:13px;
	font-weight:400;
	font-family: 'Open Sans';
	margin:0px 0px;
	padding:10px 0px 5px 0px;
	line-height:1.5em;
	text-align:center;
}

.copyright a{
	color:#888888;
}

.copyright a:hover{
	color:#6c98e1;
}

 /* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

@media only screen and (max-width: 768px) {
.navbar-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
}

@media only screen and (max-width: 480px) {
.navbar-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
	/* -- About Club Section */
	.about-box {
		max-width: 272px;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module p:last-child {
  margin-bottom: 0;
}

section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


section.module.parallax h1 {
	color:#ffffff;
	font-size:35px;
	font-weight:500;
	font-family: 'Open Sans';
	margin:0px 0px;
	padding:170px 0px 20px 0px;
	text-align:center;
	margin:0px 0px;
	/*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}

section.module.parallax h3 {
	color:#ffffff;
	font-size:35px;
	font-weight:500;
	font-family: 'Open Sans';
	margin:0px 0px;
	padding:100px 0px 50px 0px;
	text-align:center;
	margin:0px 0px;
}

section.module.parallax p {
	color:#ffffff;
	font-size:15px;
	font-weight:100;
	font-family: 'Open Sans';
	margin:0px 0px 100px 0px;
	padding:0px 0px 0px 0px;
	line-height:1.6em;
	text-align:center;
}

section.module.parallax-1 {
  background-image: url("../../images/01.jpg");
}

section.module.parallax-2 {
  background-image: url("../../images/location.jpg");
}

section.module.parallax-3 {
  background-image: url("../../images/section02.jpg");
}

section.module.parallax-4 {
  background-image: url("../../images/section03.jpg");
}


/* of form */
.form {
	font-size: 12px;
	color: #2f2f2f;
	border: 1px solid #e1e1e1;
	padding:19px 15px 19px 15px;
	height: 45px;
	width:100%;
	background-color:#ffffff;
	/*-moz-border-radius: 5px;
	border-radius: 5px 0px 0px 5px;*/
	margin: 0px 0px 20px 0px;
	font-weight:300;
	outline:none;
}

.formadd {
	font-size: 12px;
	color: #2f2f2f;
	border: 1px solid #e1e1e1;
	padding:19px 15px 19px 15px;
	height: 110px;
	width:100%;
	background-color:#ffffff;
	/*-moz-border-radius: 5px;
	border-radius: 5px 0px 0px 5px;*/
	margin: 0px 0px 20px 0px;
	font-weight:300;
	outline:none;
}

.buttonform {
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #e1e1e1;
	padding:0px 15px 19px 15px;
	height: 35px;
	width:100%;
	background-color:#ffffff;
	/*-moz-border-radius: 5px;
	border-radius: 5px 0px 0px 5px;*/
	margin: 0px 0px 20px 0px;
	font-weight:300;
	outline:none;
	padding-bottom: 0px;
	/*background-image: url(images/submitbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}

.formbtn {
	color: #ffffff;
	font-size:16px;
	padding:0px 8px 0px 8px;
	width:113px;
	height:42px;
	font-weight:600;
	background-color:#efc23c;
	margin:0px 0px -13px 0px;
	/*-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;*/
	text-transform:uppercase;
	outline:none;
	border: thin solid #efc23c;
    transition: width 1s;
    -webkit-transition: width 1s;
}


.formbtn:hover {
	width: 135px;
	color: #efc23c;
	background-color:#ffffff;
	border:thin solid #ffffff;
	cursor:pointer;
	font-weight:bold;
	/*background-image: url(images/submitbgo.gif);*/
}


::-webkit-input-placeholder {
   color: #B5BBBD;
}

:-moz-placeholder { /* Firefox 18- */
   color: #B5BBBD;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #B5BBBD;  
}

:-ms-input-placeholder {  
   color: #B5BBBD;  
}


.form::-webkit-input-placeholder {
   color: #B5BBBD;
}

.form:-moz-placeholder { /* Firefox 18- */
   color: #B5BBBD;  
}

.form::-moz-placeholder {  /* Firefox 19+ */
   color: #B5BBBD;  
}

.form:-ms-input-placeholder {  
   color: #B5BBBD;  
}

input:required:invalid, input:focus:invalid {
    background-image: url(../../images/validn.gif);
    background-position: right;
    background-repeat: no-repeat;
	padding-right: 50px;
  }
  input:required:valid {
    background-image: url(../../images/valido.gif);
    background-position: right;
    background-repeat: no-repeat;
	padding-right: 20px;
	-webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -ms-transition: all .75s ease;
  -o-transition: all .75s ease;
  transition: all .75s ease;
  }

/* end of form */


/*social media*/
.social-networks li{
	color:#47687e;
	font-family: 'Open Sans';
	font-size: 12px;
	list-style-type: none;
	display:inline;
	padding:0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.social-networks a {
	color:#ffffff;
	border:thin solid #ffffff;
	padding:4px 12px 4px 12px;
	margin:0px 5px 0px 0px;
	-webkit-border-radius: 0 0 4px 4px;
  	-moz-border-radius: 0 0 4px 4px;
  	border-radius: 4px 4px 4px 4px;
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	transition: all 1s ease;
	background-color:#47687e;
}

.social-networks a:hover{
	background-color:#286090;
	color:#ffffff;
	border:thin solid #dddddd;
	
}


 #header-social-icons { 
	/*float: right; 
	background-color:#393737;
	border-radius:50px;	
	padding:5px 5px 5px 5px;
	width:150px;*/
}
#header-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header-social-icons ul li {
    float: left;
    display: inline-block;
}
#header-social-icons ul li:last-child {
}
#header-social-icons ul li a {
    width: 34px;
    display: block;
    color: #ccc;
    line-height: 34px;
    text-align: center;
    -webkit-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
	border-radius:50px;	
}
#header-social-icons ul li a:hover { color: #ffffff; }

a.twitter:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #46C0fb; }
a.facebook:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #4863ae; }
a.google-plus:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #dd4b39; }
a.youtube-play:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #cc181e; }
a.pinterest:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #bd2126; }
a.linkedin:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #0077b5; }


.container-gal {
      max-width: 100%;
      margin: 0 0;
    }
    .gallery1 {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .gallery1 li {
      float: left;
      margin: 0px 0px 0px 0px;
    }


span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../../images/focus.png) center center no-repeat;
	cursor: pointer;
	height: 100%;
	width: 270px;
	margin:auto 0px;
	padding:0px 0px 0px 0px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	background-color:#000000;
}



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(249, 192, 23, 1) url(../../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.colored-separator .last-short {
    width: 16px;
}

.colored-separator .first-long, .colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 5px;
    -moz-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    border-radius: 2px;
    background-color: #cc6119;
}
.colored-separator .first-long {
    margin-right: 3px;
}
.stm-base-background-color {
    background-color: #cc6119 !important;
}
 
* {
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}

Inherited from div.colored-separator.text-center
.colored-separator {
    text-align: center;
    vertical-align: top;
    font-size: 0;
}

.text-center {
    text-align: center;
}


#yellowbg {
	background-color: rgba(250,182,55,0.9);
	padding:20px 20px 20px 20px;
	min-height:600px; 
}

#yellowbg2 {
	background-color: rgba(250,182,55,0.9);
	padding:20px 20px 20px 20px;
}


#redbg {
	background-color: rgba(255,72,72,0.9);
	padding:20px 20px 20px 20px; 
	min-height:600px;
}

.subhead {
	color:#ffffff;
	font-size:30px;
	font-weight:600;
	margin:0px 0px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
}

.subheadbalck {
	color:#2f2f2f;
	font-size:20px;
	font-weight:600;
	margin:0px 0px;
	padding:0px 0px 10px 0px;
	margin:50px 0px 20px 0px;
	text-align:center;
}

hr {
	border-top: 1px solid #444444;
}