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

@font-face {
    font-family: 'AW Conqueror Didot';
    src: url('../fonts/AWConquerorDidot-Light.eot');
    src: url('../fonts/AWConquerorDidot-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AWConquerorDidot-Light.woff2') format('woff2'),
        url('../fonts/AWConquerorDidot-Light.woff') format('woff'),
        url('../fonts/AWConquerorDidot-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

.content h1.h1, 
.content h2.h2, 
.content h3.h3, 
.content h4.h4, 
.content h5.h5,
 .proboxinner  a
{ font-family:"AW Conqueror Didot", sans-serif;   color:#c78a30; text-transform:none; position:relative; }

 .proboxinner  a{ font-size:21px}
.content h4.h4.reverse { background:#c78a30; color:#fff; margin:0 0 10px 0; padding:10px}
 
.content h2.h2:after { 
background:  linear-gradient(
      to left, 
      #c78a30 0%,
      #c78a30  50%,
      #c78a30 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, 
         #c78a30 0%,
      #c78a30  50%,
      #c78a30 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/#c78a30+0,eabc7c+100 */
background: #c78a30; /* Old browsers */
background: -moz-linear-gradient(left, #c78a30 0%, #eabc7c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c78a30 0%,#eabc7c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c78a30 0%,#eabc7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78a30', endColorstr='#eabc7c',GradientType=1 ); /* IE6-9 */
	}
  .language, .abovefooter
  
  {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c78a30+0,eabc7c+100 */
background: #c78a30; /* Old browsers */
background: -moz-linear-gradient(left, #c78a30 0%, #eabc7c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c78a30 0%,#eabc7c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c78a30 0%,#eabc7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78a30', endColorstr='#eabc7c',GradientType=1 ); /* IE6-9 */
	}
 
 .textcontent a{ color:#c78a30}
.textcontent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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


 .nav-tabs > li > a { border:none; padding:5px 20px; background-color:#eabc7c ; color:#fff; border-radius:25px; font-family:"AW Conqueror Didot", sans-serif; font-size:19px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ background-color:#c78a30; border:none; color:#fff;  }
