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

@font-face {
    font-family: '../fonts/Gotham Book';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBook.woff2') format('woff2'),
        url('../fonts/GothamBook.woff') format('woff'),
        url('../fonts/GothamBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.content h1.h1, 
.content h2.h2, 
.content h3.h3, 
.content h4.h4, 
.content h5.h5,
 .proboxinner  a
{ font-family:"Gotham Book", sans-serif;   color:#75a340; text-transform:uppercase; position:relative;  }

.content h2.h2 { font-size:44px;}

 .proboxinner  a{ font-size:21px}
.content h4.h4.reverse { background:#385715; color:#fff; margin:0 0 10px 0; padding:10px}
 
.content h2.h2:after { 
background:  linear-gradient(
      to left, 
      #385715 0%,
      #385715  50%,
      #385715 100%
    )
    left 
    bottom
    rgba(255,255,255,0.00)    
    no-repeat; 
  background-size:100% 2px ;}
.content  h3.h3:after {content:" "; width:50px;  position:absolute; left:0; bottom:-5px; height:5px; 
background:  linear-gradient(
      to left, 
         #385715 0%,
      #385715  50%,
      #385715 100%
    )
    left 
    bottom
    rgba(255,255,255,0.00)    
    no-repeat; 
  background-size:100% 2px ;}
  
.btn.bluegrad
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#385715+0,6b9739+100 */
background: #385715; /* Old browsers */
background: -moz-linear-gradient(top, #385715 0%, #6b9739 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #385715 0%,#6b9739 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #385715 0%,#6b9739 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385715', endColorstr='#6b9739',GradientType=0 ); /* IE6-9 */
	}
	
	
 .language, .abovefooter
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#385715+0,6b9739+100 */
background: #385715; /* Old browsers */
background: -moz-linear-gradient(left, #385715 0%, #6b9739 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #385715 0%,#6b9739 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #385715 0%,#6b9739 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385715', endColorstr='#6b9739',GradientType=1 ); /* IE6-9 */

	}
 .textcontent a{ color:#385715} 
.textcontent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.textcontent li {
  padding-left: 1em; 
  text-indent: -.7em;
}

.textcontent li::before {
  content: "• ";
  color: #385715;  
}

p, li { font-size:17px;}


 .nav-tabs > li > a { border:none; padding:5px 20px; background-color:#6b9739 ; color:#fff; border-radius:25px; font-family:"Gotham Book", sans-serif;   font-size:19px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ background-color:#385715; border:none; color:#fff;  }

.container.content { background:url(../img/vidicare-bg.png) no-repeat bottom right;}