@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 0px;
  
  /*background: url('../img/background6.jpeg');
  background-size: cover;*/
 
  
   background: white;
   /*background: #00D454;*/
  font-size: 14px;
     
  font-family: 'Roboto','Noto Sans', Quicksand, 'Open Sans', 'Lora', 'Roboto','Open Sans',Arial, sans-serif, 'Open Sans', 'Roboto';
  font-weight: 400;

  color: #222222; /*#373737;*/ /*#1f1f1f;*/
  line-height: 26px;
}



h1,
h2,
h3
{
  font-weight: 600;
  font-family: 'Roboto', 'Open Sans', 'Roboto','Noto Sans', Quicksand, Arial,'Open Sans','Roboto', 'Lora', Arial, sans-serif, 'Open Sans', 'Roboto', sans-serif;
  text-transform: uppercase;
 color: #222222; /*#373737;*/;
}


h4,
h5,
h6 {
  font-weight: 550;
  font-family: 'Roboto','Noto Sans', Quicksand, Arial,'Open Sans','Roboto', 'Lora', Arial, sans-serif, 'Open Sans', 'Roboto', sans-serif;
  /*color: #272727;*/
  color: #222222; /*#373737;*/; /*#1f1f1f;*/
  /*text-transform: uppercase;*/  
}



p {
    font-size: 14px;
    font-family: 'Roboto','Noto Sans',Quicksand,'Roboto', 'Open Sans', 'Lora', 'Roboto','Open Sans', Arial, sans-serif, 'Open Sans', 'Roboto', sans-serif;
    font-weight: normal;
   color: #222222; /*#373737;*/; /*#1f1f1f;*/   
   
}

a {    
    font-size: 14px;
    font-family: 'Roboto','Noto Sans',Quicksand,'Roboto', 'Open Sans', 'Lora', 'Roboto','Open Sans', Arial, sans-serif, 'Open Sans', 'Roboto', sans-serif;
    font-weight: normal;
    color: #222222; /*#373737;*/;
}

a:hover,
a:focus, a:link, a:active  {
  text-decoration: none;
  color: #008836;/*#2a95be;*/
}



hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

label
{
	/*font-family:  sans-serif, Arial;*/	
     font-size: 12px;
     color: #403f41;
    /*color: #808080;*/
     font-weight: 500;     	
}


.thumbnail {
border: 0;
}

td {font-weight: 500; font-size: 13px; font-family: 'Roboto',sans-serif, Arial;}

.thumbnail-label {	
   font-size: 10px;
  color: #008836;
   padding: 13px 5px;   
    top:0;
    left:3;
    position: absolute;   
	background: #ffffff;	
	border: 2px solid #f39c12;
	border-radius: 50px;
	width: 40px;    
}


.btn {
  border: 0;
  /*border-bottom-width: 3px;*/
  border-radius: 3px;
}

.btn-spinner {
  background: green;  
}
.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
  background: lightgreen;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #bf1d2c;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;  
}

ul.nostyle i {
  color: #45aed6;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/


/*.navbar .navbar-toggle {  
  border-radius: 0;
  border: 0; 
  background: rgba(255, 255, 255, 0);
}


.navbar .navbar-toggle:hover {background: rgba(255, 255, 255, 0);}
.navbar .navbar-toggle:open {background: rgba(255, 255, 255, 0);}
.navbar .navbar-toggle:active {background: rgba(255, 255, 255, 0);}
.navbar .navbar-toggle:visited {background: rgba(255, 255, 255, 0);}

.navbar .navbar-toggle .icon-bar {
  background-color: rgba(255, 255, 255, 1);
}*/


 .navbar-default { 	
  	border-radius: 0;
  	margin: 0px;  
  	padding: 2px 0px;
   background: #008836;
   /* -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);*/  
   
  }
  
  
  .navbar-default .navbar-nav > li > a {
    border: 0;
    color: rgba(255, 255, 255, 0.8);
    font: 'Roboto', sans-serif;
    background: #008836;
    /*font-weight: 600;
    text-transform: uppercase;*/
   font-size: 14px;
   /*font-family: Quicksand, Arial,'Open Sans', 'Roboto', sans-serif;*/
  
  }
  
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.open > a,
  .navbar-default .navbar-nav > li:hover > a,
  .navbar-default .navbar-nav > li:focus > a {
    /*background: transparent;*/
    /*padding-top: 25px;*/    
    /*border-top: 3px solid #cb2027;
  background-color: rgba(255, 255, 255, 0.1);
   background-color: #eeeeee;*/
  /*color: #cb2027;*/
   background: #008836;
   color: rgba(255, 255, 255, 1);
   /*background-color: #008836;*/
  }
  /*.navbar-default .dropdown-menu {
    padding: 0 0px;
    min-width: 220px;   
  
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }*/
 
 .headerline {
 	/*border: 20px solid #008836;*/
 	margin-top: 5px;
 	
 	padding: 1px 0px; 
 	
 	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: rgb(0,136,54); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(0,136,54) 0%, rgba(28,206,64,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(0,136,54) 0%,rgba(28,206,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(0,136,54) 0%,rgba(28,206,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008836', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
	background: #eeeeee;
	
 }

@media only screen and (max-width: 768px) {
	
	.logo{
		text-align: center;				
	}
	
	.header_typography{
		text-align: center; 	
	} 
	
	.loginbar_right {text-align: center; background: #222222; padding: 5px 30px;}
	.loginbar_left {text-align: center;  padding: 5px 30px;}
	
	.search_box {padding-bottom: 20px};
	
	.input_box {padding-bottom: 20px};
	
	 .navbar-default { background: rgba(255, 255, 255, 1);}
	
}


@media only screen and (min-width: 768px) {
  
  .logo{
		text-align: left; 
		padding: 10px 0px 10px 20px;	
		
	}
	
	.loginbar_right {text-align: right; background: #222222; padding: 5px 30px;}
	.loginbar_left {text-align: left;  padding: 5px 30px;}
	
	#searchbar > .navbar-form {
    width: 100%;
  }
  
  .navbar-left, .navbar-right {margin:0;padding:0;}  
  
  
  /*.navbar-default .dropdown-menu > li {
    border-bottom: 1px solid #bf1d2c;      
  }
  
  .navbar-default .dropdown-menu > li > a {    
    
    padding: 20px 25px;
    color: #000000;  
    background-color: rgba(255, 255, 255, 0.8);
          
  }
  
  .navbar-default .dropdown-menu > li:first-child > a {
    border-top: 30px;
    margin: 0;
  }  
  
  
  .navbar-default .dropdown-menu > li.active,
  .navbar-default .dropdown-menu > li.open,
  .navbar-default .dropdown-menu > li:hover {    
   border-left-color: #bf1d2c;
   background-color: rgba(255, 255, 255, 1);
   
  }
  .navbar-default .dropdown-menu > li.active > a,
  .navbar-default .dropdown-menu > li.open > a,
  .navbar-default .dropdown-menu > li:hover > a {
    color: #bf1d2c;    
    background-color: rgba(255, 255, 255, 1);
  }*/
 
}


#main-slider {
  overflow: hidden;
  /*margin-left: -14px;
  margin-right: -14px;*/
 /*margin-left: -15px;*/ 
 background: rgba(0, 0, 0, 0.5); 
}

#main-slider .item {
  height: 380px;
   /*height: 350px;*/
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 50px;  
  width: 100%;
  height: 100%;
  color: #fff;    
}
#main-slider .slider-inner h2 {
  margin-top: 110px;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 550;
  font-family: Quicksand, Arial,'Lora', 'Roboto', 'Lora', 'Roboto','Open Sans', Arial, sans-serif, 'Open Sans', 'Roboto', sans-serif;
}

#main-slider .slider-inner p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;  
  color: #fff;
  font-weight: 550;  
  font-family: Arial,'Lora', 'Roboto', 'Lora', 'Roboto','Open Sans', Arial, sans-serif, 'Open Sans', 'Roboto', sans-serif;
}

#main-slider .carousel-content{
	
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  /*background-color: #45aed6;*/
  background-color: green;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  /*background: #45aed6;*/
  background: #bf1d2c;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}


.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 13px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

.panel-red {
	 /*border: 0px solid #fff;*/
     border-radius: 0px;
    border: 1px solid #eeeeee;
    /*font-family: 'Open Sans', 'Roboto', sans-serif;*/
    font-size: 15px;
   font-weight: normal;
   /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
   background: rgba(255,255,255,1);
   
}


.panel-red > .panel-heading{
    /*border-color: #5cb85c;*/
    color: #000000;   
    font-size: 14px;
    /*font-family:  Arial, "Open Sans";
    font-weight: 550;*/
    /*background: #bf1d2c;*/
    
    /*background: #bf1d2c;*/
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
   
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);    
    /*border: 0px solid #fff;*/ 
    border-radius: 0px;
}


#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}

#animated-number strong {
  display: block;
  margin-bottom: 30px;
}

.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
/*#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}*/


/************************************************ADDED******************************************************/

.footer_section {
  background: #222222;

  /*font-family: 'Open Sans', 'Roboto', sans-serif;*/
  padding: 30px 20px 20px 20px ;  
}

.footer_section h4 {    
    color: rgba(255,255,255,0.9);
    line-height: 2;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-left: 5px;
    font-size: 20px;
 }

.footer_section p {    
    color: rgba(255,255,255,0.9);
    font-size: 13px;
}

.footer_section a {    
    color: rgba(255,255,255,0.9);
    font-size: 13px;
}

.footer_section a:link {
    color: #ffffff; text-decoration: none;
}

.social_icons a {
	color: #008836;
}

.copyright 
{
	/*padding: 10px 10px;
	background-color: #eee;*/		
	text-align: center;
	font-size: 11px;
}

.copyright p
{
	color: rgba(255,255,255,0.8);
    font-size: 12px;
}



.carousel {	
	border: 1px solid;
	border-color: white;
    border-radius: 5px 5px 0px 0px;
}

.carousel-caption{
      max-width: 100%;
      padding: 0px 0px;
      margin:0 auto;
      margin-bottom: 30px;
      text-align:center;
      background: rgba(255,255,255,0.1);
      
}

.carousel-caption h3, h5
{
	color: #ffffff;
}



.sidenote_section {
	padding: 30px 15px 20px 15px;
}


.slider_section {
	 margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.img-full {
    min-width: 100%;
}

.event_button {
	margin-top: 5px;
	padding: 8px 10px;
	font-size: 12px;	
	border-radius: 1px;	
	color: rgba(255,255,255,0.7);    
    border: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
	background: #bf1e2d; /* Old browsers */
	background: -moz-linear-gradient(top, #bf1e2d 0%, #7F131D 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bf1e2d 0%,#7F131D 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bf1e2d 0%,#7F131D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1e2d', endColorstr='#7F131D',GradientType=0 ); /* IE6-9 */
}

.event_button:hover,
.event_button:focus,
.event_button:active {
	color: rgba(255,255,255,1);    
    border: 0;
}


.search_button{
	border: 0;	
	padding: 11px 13px;	
}


.account_button {
	padding: 3px 0px;   
    border-radius: 3px;
    border: 2px solid  #ffffff; 
    background: rgba(255,255,255,0.0);  
    /*color: rgba(255,255,255,1);    
    background: #008836;*/
    width: 120px;
    
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	/*background: rgb(29,170,66); 
	background: -moz-linear-gradient(top, rgba(29,170,66,1) 0%, rgba(28,206,64,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(29,170,66,1) 0%,rgba(28,206,64,1) 100%); 
	background: linear-gradient(to bottom, rgba(29,170,66,1) 0%,rgba(28,206,64,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008836', endColorstr='#cccccc',GradientType=0 ); */
}	

.login_button {
	padding: 3px 0px;   
    border-radius: 3px;
    border: 2px solid  #ffffff;/*#008836;*/ 
    background: rgba(255,255,255,0.0);  
    /*color: rgba(255,255,255,1);    
    background: #008836;*/
    width: 80px;
    
    
}

.login_button:hover,
.login_button:focus,
.login_button:active,
.account_button:hover,
.account_button:focus,
.account_button:active{ 
 /*color: rgba(255,255,255,1);*/
 /*background: #008836;
 border: 0;*/
 border-top: 2px solid #f39c12;
}

.action_button {
	padding: 8px 10px;   
    border-radius: 3px;
       
    color: rgba(255,255,255,1);
    /*background: #2b3843;*/
    background: #008836;
    min-width: 120px;
    
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	/*background: rgb(0,136,54);
	background: -moz-linear-gradient(top, rgb(0,136,54) 0%, rgba(28,206,64,1) 100%); 
	background: -webkit-linear-gradient(top, rgb(0,136,54) 0%,rgba(28,206,64,1) 100%); 
	background: linear-gradient(to bottom, rgb(0,136,54) 0%,rgba(28,206,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008836', endColorstr='#cccccc',GradientType=0 );*/
     
}

.action_button:hover,
.action_button:focus,
.action_button:active {
 
 color: rgba(255,255,255,1);
}

.eventstatus
{
	color: #333 !important;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
	background: rgb(249,198,103);
	padding: 5px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
background: rgb(234,185,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */    

}

.donate_button {
	
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
	
	margin-top: 8px;
	padding: 10px 10px;
	border-radius: 2px;
    border: 0;   
    color: #333 !important;
    /*background: #3b5998;*/
    /*background: #4E718F;*/
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
background: rgb(249,198,103); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,198,103,1) 0%, rgba(247,150,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,ad1283+50,de47ac+100;Pink+3D */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
background: rgb(234,185,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */    
    	
    width: 250px;
    font-size: 16px;
	font-weight: 500;
	font-family: 'Open Sans','Roboto', 'Open Sans','Roboto',Arial, sans-serif, 'Open Sans', 'Roboto';
}

.jumbotron {
margin-top: 10px;
padding: 15px 15px;
	
}

.clear_button {
  background: rgba(255,255,255,0.0);
  color: #ffffff;
  border-radius: 2px;
  border: 2px solid;
  border-color: rgba(255,255,255,1);  
}
.clear_button:hover,
.clear_button:focus,
.clear_button:active {
  background: rgba(255,255,255,0.0);
  color: #ffffff;
  border: 2px solid;
  border-color: #bf1d2c;
}

.team_card
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 10px;
}

.team_section
{
	padding: 10px 10px;
}



.event_section
{
	padding: 10px 10px;
	margin: 0;
	background: rgba(255,255,255,0.0);
}

.event_entry
{
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
	background: rgba(238,238,238,0.5);
	border: 8px solid #fff;
	padding:15px;
	height: auto;	
}


.post_entry p
{
	font-size: 14px;
	
}

.post_entry a
{
	font-size: 13px;
}


.post_section
{	
	padding: 10px 10px;	
	margin: 0;	
	background: rgba(255,255,255,0.0);
}



.post_entry
{
	background: rgba(238,238,238,0.5);
	
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 10px;*/
	
	/*margin-left: 20px;
	margin-bottom: 15px;*/
	/*border-radius: 0px;
    border: 1px solid #eee;*/
    border: 8px solid #fff;
    
    padding:0px;    
    
    /*padding: 10px 10px;*/
	height: auto;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
	 
}

.post_text {
	padding: 10px 10px;
}

.post_entry img
{
	width:100%;
	height:250px; 
	padding: 0px;
	margin-bottom: 15px;
}

.post_entry p, a
{
	font-size: 13px;
}


.search_entry
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 10px;
	margin-left: 20px;
	margin-bottom: 15px;	
}




/*.disorders_section a {
	line-height: 15px;
	font-size: 13px;	
}*/

.disorders_section ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;   
}

.disorders_section li {
	
    display:inline;
    float: left;
}

.disorders_section li a {
    display: block;
    color: #008836;
    text-align: center;
    padding: 0px 5px;
    text-decoration: none;
    font-size: 13px;
}

.disorders_section li a:hover {
    /*background-color: #111111;*/
    font-size: 14px;
}

.reading_section a
{
	line-height: 15px;
	font-size: 13px;	
}

.reading_section
{
	background: rgba(238,238,238,0.5);
	padding: 10px 10px;
	margin-top: 25px;
}

.list-group-item
{
	font-size: 14px;
	/*font-family: 'Roboto', 'Open Sans', sans-serif;*/
	color: #1f1f1f;	
}

.memberfees h4
{
	line-height: 15px;
	font-size: 15px;
	font-weight: 600;
}

.memberfees p
{
	line-height: 20px;
	font-size: 15px;
}

.memberfees a
{
	margin-top: -7px;
	line-height: 1px;
	font-size: 12px;	
}


.text-red {
  /*color: #dd4b39 !important;*/
  color: #bf1e2d !important;  
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #008836 !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}


.modal {
	border-radius: 1px;
}

.modal-header {
  padding: 5px 10px;
  border: none;  
  /*background: #bf1d2c;*/   
  
}

.modal-body .form-group {
    
  /*background: white; */
  padding: 0px 15px;
  border-radius: 0px;
}

.modal-footer {
	border: none;
	border-radius: 0px;
	padding: 0px 0px;
}

.modal-title {
	color: #222222;
	padding: 10px 10px;	
	border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}

.pay_methods {
	vertical-align:middle;
  display: table-cell;
}

.container {
	
	padding: 0px 0px;		
}

.main_section {
    margin: 0px;
    padding: 10px 15px 20px 15px;
    /*background: #ecf0f5;*/
    min-height: 350px;
   
    background: rgba(255,255,255,1);
}

.topbar a {color: rgba(255,255,255,0.8);font-family: Roboto, sans-serif, Arial;font-size:13px;}


.input-group-addon { background-color: rgba(255,255,255,1);} 


.search_section a {font-family: Roboto, sans-serif, Arial;font-size:14px; padding: 10px 5px;}

.search_box {width: 100%; float: right; margin: 10px;}

.search_box input[type=text] {
    width: 400px;
    box-sizing: border-box;
    border: 2px solid #008836;
    border-radius: 10px;
    font-size: 15px;
    background-color: white;
    background-image: url('/shopz/public/img/searchicon2a.png');
    /*background-size: 5% auto;*/
    background-position: 10px 5px; 
    background-repeat: no-repeat;
    padding: 20px 20px 20px 45px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
     float: right; clear: both;
}

.search_box input[type=text]:focus {
    width: 100%;
}

.input_box {margin: 10px;}

.sponsorsearchresult {/*position:absolute; right: 17px; top: 60px; z-index:99;*/ margin-top:5px; width: 90%; max-width: 400px; background: #ffffff;}
.sponsorsearchresult a {font-size: 14px;padding: 0px 0px;}
.sponsorsearchresult a:hover {cursor: pointer; color: #000000;}
.sponsorsearchresult ul {list-style: none;padding-left:0;border: 1px solid #CCCCCC;	margin: 0;	text-align: left;}
.sponsorsearchresult ul li {padding: 5px 5px;}
.sponsorsearchresult ul li:hover {background: #CCCCCC;padding: 5px 5px;}

@media only screen and (min-width: 768px) {
.searchresult {position:absolute; right: 30px; top: 105px; z-index:99; width: 90%;  background: #ffffff;}
.topbar {background: #008836; color: rgba(255,255,255,0.9);  text-align: right; padding: 10px 20px;}
.search_section {padding: 20px 20px;margin-top: 0px; text-align: right;}

.before_nav { padding: 0px 10px; background: #ffffff; text-align: right;  height: auto;
/*-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);}*/   
}

@media only screen and (max-width: 768px) {
.searchresult {position:absolute; right: 30px; top: 105px; z-index:99; width: 100%; max-width: 350px; background: #ffffff;}
.topbar {background: #222222;color: rgba(255,255,255,1); background: #222222; text-align: center; padding: 15px 5px}
.search_section {padding: 20px 15px;margin-top: 0px; text-align: center;}

.before_nav { padding: 20px 5px; background: #ffffff; text-align: center;  height: auto;
/*-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);}*/

}


.searchresult a {font-size: 14px;padding: 0px 0px;}
.searchresult a:hover {cursor: pointer; color: #000000;}    
.searchresult ul {list-style: none;padding-left:0;border: 1px solid #CCCCCC;	margin: 0;	text-align: left;}
.searchresult ul li {padding: 5px 5px;}
.searchresult ul li:hover {background: #CCCCCC;padding: 5px 5px;}


.input-group-addon {
	background: #ffffff;		
}


.menu-divider {
	/*border-bottom: 2px solid #74F68F;*/
	border-bottom: 1px solid #008836;	
	margin-top: 5px;
	margin-bottom: 10px;
}

.header_typography {    
    padding: 5px 25px;
}


#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}


/*input, input[type="text"], input[type="email"], input[type="password"]{
   border-radius: 1px;    
    
}*/

.form-control:focus {
  border-color: #008836;
  
}

/*.form-control {
	padding: 20px 10px;
}*/

/*****************Product Quantity Control******************************/
/*.input-group span.input-group-btn,.input-group input,.input-group button{
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .input-group {
        position: relative;   
    }
    .input-group span.data-up{
        position: absolute;
        top: 0;
    }
    .input-group span.data-dwn{
        position: absolute;
        bottom: 0;
    }
    .form-control.text-center {
        margin: 34px 0;
    }
    .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
        margin-left:0;
    }*/


select.form-control {   
    border-radius: 0px;    
}

.amount {
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 15px 0px;
	 
}
.amount a
{	
	font-weight: 500;
	font-size: 18px;
    font-family: sans-serif, 'Open Sans', 'Roboto', sans-serif;  
    color: #a90000;	
}


.member_account p
{
	font-family: Arial, 'Open Sans','Roboto', sans-serif;
	font-size: 15px; 
}

.profile-picture {
  display: block;
  margin: 0 10px 10px 0;
  float: left;  
}
.profile-details { float: left; width: calc(100% - 50px - 10px); }

