a:link { 
  text-decoration: none; 
} 


.navbar-custom { background-color:#C4C4C4;}



.navbar-nav > li{

  padding-left:22px;

  padding-right:22px;

}



.nav-link {color: #003300 !important;

           font-size:20px;
		   text-decoration: none;

		   }

.nav-link:hover {color: #909 !important;
text-decoration: none;}



.nav-item > a:hover {

  color: #909 !important;
  text-decoration: none;

}



.nav-item > a:active {

  color: #909 !important;
  text-decoration: none;

}



.dropdown {

  position: relative;

  display: inline-block;

}



.dropdown-content {

  display: none;

  position: absolute;

  background-color: #f1f1f1;

  min-width: 200px;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

  z-index: 1;

}



.dropdown-content a {

  color: black;

  padding: 8px 10px;

  text-decoration: none;

  display: block;

  float:center;

}



.dropdown-content a:hover {background-color: #ddd;
text-decoration: none;}



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



a:link { text-decoration:none; color:#000;
}

a:hover {

  text-decoration: none;

  color:#909 !important;

}

a:visited {

  text-decoration: none;

  color:#000;

}









 .navbar-nav > .active > a {

  color: #909 !important;    

}





/* SHIFT */



/*nav.shift ul li a {

  position:relative;

  z-index: 1;

}

nav.shift ul li a:hover {

  color: #91640F;

}

nav.shift ul li a:after {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  margin: auto;

  width: 100%;

  height: 1px;

  content: '.';

  color: transparent;

  background: #909;

  visibility: none;

  opacity: 0;

  z-index: -1;

}

nav.shift ul li a:hover:after {

  opacity: 1;

  visibility: visible;

  height: 100%;

}

*/



.subscribe-area {

background-image: linear-gradient(to top, #C600C6 0%, #6F006F 100%);

/*background-image:url(images/stones-perfect-balance_1048-2404.jpg);

 background-repeat: no-repeat; /* Do not repeat the image */

  /*background-size: cover; *//* Resize the background image to cover the entire container */

}





.pb-50 {

    padding-bottom: 50px;

}

.pt-70 {

    padding-top: 70px;

}



.mb-15 {

    margin-bottom: 15px;

}



.subscribe-text h4 {

    font-size: 15px;

    font-weight: 700;

    color: #fff;

    letter-spacing: 5px;

}

.subscribe-text h2 {

    color: #fff;

    font-size: 34px;

    font-weight: 300;

    margin-bottom: 0;

    margin-top: 6px;

}

.subscribe-wrapper {

    overflow: hidden;

}

.mb-15 {

    margin-bottom: 15px;

}

.subscribe-form {

}

.subscribe2-wrapper .subscribe-form input {

    background: #fff;

    border: 1px solid #fff;

    border-radius: 30px;

    color: #000 !important;

    display: inline-block;

    font-size: 15px;

    font-weight: 300;

    height: 57px;

    margin-right: 17px;

    padding-left: 35px;

    width: 70%;

    cursor: pointer;

}

 

.subscribe2-wrapper .subscribe-form button {

    background: #ffff;

    border: none;

    border-radius: 30px;

    color: #4b5d73;

    display: inline-block;

    font-size: 18px;

	margin-top:7px;

    font-weight: 400;

    line-height: 1;

    padding: 18px 46px;

    transition: all 0.3s ease 0s;

}

.subscribe2-wrapper .subscribe-form button i {

    font-size: 18px;

    padding-left: 5px;

}



.overline-reveal {

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  position: relative;

  overflow: hidden;

  &:before {

    content: "";

    position: absolute;

    z-index: -1;

    left: 0;

    right: 0;

    top: 0;

    background-color: #2980b9;

    height: 4px;

    -webkit-transform: translateY(-4px);

    transform: translateY(-4px);

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

  }

  &:hover:before {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }



.footer {
	text-decoration:none;
	 color:#000;
	 line-height:35px;
	}