/* GLOBAL STYLES
-------------------------------------------------- */

font-family: 'Handlee', cursive;
font-family: 'Alegreya', serif;


body {
  padding-bottom: 0px;
  
}

h1	{
  font-family:Alegreya; 
  font-size:40px;
  color: #47605B;
}

h2	{
  font-family:Alegreya; 
  font-size:30px;
  color: #FFF;
}


h3	{
  font-family:Alegreya;
  font-size:20px;
  color: #47605B;
}

h4	{
  font-family:Alegreya;
  font-size:40px;
  color: #FFF;
}


p {
	font-family:Handlee;
	font-size:18px;
	color: #FFF;
}

p1 {
	font-family:Handlee;
	font-size:18px;
	color: #47605B;
}

p2 {
	font-family:Handlee;
	font-size:18px;
	color: #47605B;
}

p3 {
	font-family:Handlee;
	font-size:14px;
	color: #47605B;
}

.logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.button, .btn btn-info, btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary, .active, .open .dropdown-toggle.btn-primary, .collapse, {

  background-color: #666;
  border-color: #47605B;
  color: #666; 
 }

.btn {
  background-color: #FFF;
  border-color: #47605B;
  color:#47605B; 
}

a {
    color: #999;
    background-color: #FFF;
    border-color: #999; /*set the color you want here*/
}
a:hover, .footer a:focus, .footer a:active,{
    color: #47605B;
    background-color: #FFF;
    border-color: #47605B; /*set the color you want here*/
}


/*NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
	position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important; 
    padding-bottom:0 !important;
    height: 26px;
}
.navbar {min-height:26px !important;}


.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-default {
  border-top: 2px solid #49625D;    
  border-bottom: 2px solid #49625D;
  border-left: 2px solid #49625D;
  border-right: 2px solid #49625D;
  font-family:Alegreya;
  font-size:20px;
} 

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




/* CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 100%;
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}

/* ABOUT
-------------------------------------------------- */
.colored-block {
  width: 100%;
  color: #fff;
  border-style: solid;
  border-top: thick double #49625D;
  }
  
.green { 
  background:#77A19B;
  padding-bottom:20px;
}


.green li {
	font-size:14px;
	color: #FFF;
}
.btn:hover {
	background-color: transparent;
  border-color: #82987E;
  color: #FFF;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 
{ 
  padding-top:20px;
  margin-bottom: 20px;
  text-align: center;
}
  
 .marketing img
{ 
  border-top: 2px solid #49625D;    
  border-bottom: 2px solid #49625D;
  border-left: 2px solid #49625D;
  border-right: 2px solid #49625D;
}

.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.col-lg-4 a:hover {
	color: #666;
}

.marketing a {
    color: #999;
    background-color: #FFF;
    border-color: #999; /*set the color you want here*/
	text-decoration:none;
}
.marketing a:hover, .a:focus, .a:active,{
    color: #47605B;
    background-color: #FFF;
    border-color: #47605B; /*set the color you want here*/
	text-decoration:none;
}




/* OUR PRODUCTS
-------------------------------------------------- */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  padding-bottom: 30px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border: 2px solid #FFF;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: #49625D;
  border: 1px solid #FFF;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 7px;
  border: 2px solid #49625D;
  margin: 50px 0 0 0;
  background-color: #49625D;
  border: 1px solid #FFF;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}




/* FOOTER
-------------------------------------------------- */ 
 .footer a {
    color: #999;
    background-color: #FFF;
    border-color: #999; /*set the color you want here*/
}
.footer a:hover, .footer a:focus, .footer a:active,{
    color: #47605B;
    background-color: #FFF;
    border-color: #47605B; /*set the color you want here*/
}


/* SOCIAL MEDIA
-------------------------------------------------- */
.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	float:right;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
 background-color: #D3D3D3;   
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 768px) {
h4 {
    font-size: 2em;
}

h1 h2, h3, h5 {
    font-size: 1em;
}

p, p1, p2, p3, p4 {
    font-size: 1em;
}

.logo {
 display:none;
}

.navigation .navbar-brand {
  background: url("../Images/Home Page/logo.png") center / contain no-repeat;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}



/* Carousel base class */
.carousel {
  height: 15em;
  margin-bottom: 0;
  margin-top: 40px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 15em;
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}

.social-network
	{display:none;
}

}

@media (min-width: 768px) {
           	
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    float: right;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 50px;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }


  .featurette-heading {
    font-size: 50px;
  }
  
.icon-circle {
	padding-right: 60px;
}  
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }

.icon-circle {
	padding-right: 200px;
}    

}
