@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700,700italic,400italic,300italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700&subset=latin,latin-ext);

body {
    overflow-x: hidden;
    font-family:Oxygen, Helvetica, Arial,sans-serif;
    color: #201409;
    font-weight: 400;
    padding:0;
    font-size: 16px;
    background-color: #fcfaf8; /*fdf8f2*/
}

.text-muted {
    color: #444;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #ae9a63;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ae9a63;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:Oxygen, Helvetica, Arial,sans-serif;
    font-weight: 400;
    color: #a67c00;
    font-weight: 300;
}
ul, li {
    padding: 0 ;
    margin: 0 ;
    list-style-type: none;
    line-height: 1.6;
    
}
ul.list li  {
    margin: 0 0 10px 0;
    
}
ul li i {
    color: #466d14;
    
}
.img-centered {
    margin: 0 auto;
}
.dark {
    color: #a67c00;
}
.gold {
    color: #8c7853;
}
.author {
    color: #336600;
    font-style: italic;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: 10px;
    
    
}
.triangle-border {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  border: 5px solid #dfe8d4;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.triangle-border.left {
  margin-left: 4px;
  
}
.triangle-border.left:before {
  top: 10px;
  bottom: auto;
  left: -30px;
  border-width: 15px 30px 15px 0;
  border-color: transparent #dfe8d4;
    
}
.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #dfe8d4 transparent;
  display: block;
  width: 0;
}
.triangle-border.left:after {
  top: 16px;
  bottom: auto;
  left: -21px;
  border-width: 9px 21px 9px 0;
  border-color: transparent #fff;
}
.triangle-border:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
 .logo {
        width: 75%;
    
}
.bg-light-gray {
    background-color:#f5ede5; /*ebe0d4*/
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family:Oxygen, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #ae9a63;
    border-radius: 3px;
    text-transform: uppercase;
    font-family:Oxygen, Helvetica, Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ae9a63;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ae9a63;
    color: #fff;
    background-color: #9a8753;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.md-margin {
    margin-bottom: 25px;
   
}
.lg-margin {
    margin-bottom: 60px;
   
}




.navbar-collapse {
    background-color: #a67c00;
   
    
    
}



.navbar-default {
    border-color: #a67c00;
    background-color: #201409;
/*
    background-image: url(../img/bg.png);
    background-repeat: repeat-y;
    background-position: center top;
*/
}

.navbar-default .navbar-brand {
    min-height: 110px;
    background-color:  #201409;
    padding: 10px 15px;
    
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
     background-color: #201409;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
    
}

.navbar-default .navbar-toggle {
    border-color: #ae9a63;
    background-color: #ae9a63;
    margin-top: 35px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color:#ae9a63;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family:Oxygen, Helvetica, Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    background-color: #ae9a63;
    border-radius: 3px;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
   background-color: transparent !important;
   color: #fff !important;
}
 
 
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0px;
}



section img {
    width: 100%;
    max-width: 100%;
    
}
.info-bar {
    width: 100%;
    height: 40px;
    background-color: #fdf8f2;
    
    
    
}
.navbar .info-list {
    padding-top: 10px;
    
}
.navbar .info-list li{
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #666;

}
.navbar .info-list li span {
    font-weight: 700;
    
}
.navbar .lang{
    padding-top:5px;
    float: right;
    margin-right: 20px;
    
}
.navbar .lang li{
    float: left;
    margin-left: 10px;


}
.navbar .lang li a{
   opacity: 0.5;

}
.navbar .lang li a:hover,
.navbar .lang li a.activ{
   opacity: 1;

}
.navbar-brand {
	position: relative;

}
.navbar-brand .logo_text{
	position: absolute;
	display: block;
	width: 150px;
	top: 38px;
	left: 125px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}


.navbar-brand .logo_text img{
	width: 100%;
	
}

.navbar-default.navbar-shrink .navbar-brand .logo_text{
	width: 52px;
	top: 73px;
	left: 40px;
   
}



.intro-heading{
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    width: auto;
    height: auto;
    min-height: 450px;
    background-size: cover;
    padding: 30px;
    
}
.intro-heading#slide_01{
	background-image: url(../img/slide_01.jpg);
    
}
.intro-heading#slide_02{
	background-image: url(../img/slide_02.jpg);
    
}
.intro-heading span{
   font-family:Oxygen, Helvetica, Arial,sans-serif;
    display: inline-block;
    padding: 10px;
    /*background-color: rgba(151, 133, 78, 0.7);*/
    font-weight: 300;
    text-transform: uppercase;
    
   
   
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
 opacity:0;  
 -webkit-animation:fadeIn ease-in 1;   
 -moz-animation:fadeIn ease-in 1;
 animation:fadeIn ease-in 1;
 -webkit-animation-fill-mode:forwards; 
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 
 -webkit-animation-duration:1s;
 -moz-animation-duration:1s;
 animation-duration:1s;
}
 
.fade-in.one {
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
}
 
.fade-in.two {
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
}
 
.fade-in.three {
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
}

.fade-in.four {
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
}


.intro-heading#slide_01 .line1{
   font-size: 44px;
    margin: 40px 20px 0 0;
    animation-delay: 0s;
    text-align: right;
    color: #201409;
    display: block;
    
    
}
.intro-heading#slide_01 .line2{
   font-size: 26px;
    margin: 20px;
    animation-delay: 1s;
    text-align: right;
    color: #201409;
    display: block;    
    
}

/*.intro-heading#slide_01 .line2 .reg{
    font-size: 18px;
    font-weight: 300;
    float: right;
    color: #201409;
    
}*/
.intro-heading#slide_01 .line3{
    font-size: 26px;
    margin:10px 20px;
    animation-delay: 2s;
    color: #201409;
    text-align: right;
    display: block;
}


/*.intro-heading#slide_01 .line3 span{
    margin: 0 0 0 20px;
    color: #ae9a63;
}*/

.intro-heading#slide_01 .line4{
    font-size: 26px;
    margin:10px 20px;
    animation-delay: 3s;
    color: #d9ceaf; /* gold ae9a63*/
    text-align: right;
    display: block; 
}



.intro-heading#slide_02 .line1{
   font-size: 40px;
    margin: 40px 0 0 0;
    animation-delay: 0s;
	color: #ae9a63;
	
    
    
}
.intro-heading#slide_02 .line2{
   font-size: 40px;
    margin: 20px 0;
    animation-delay: 1s;
    color: #ae9a63;
    
        
}

.intro-heading#slide_02 .line3{
    font-size: 44px;
    margin: 20px 0;
    animation-delay: 2s;
    
    
}

.intro-heading#slide_02 .line4{
    font-size: 44px;
    margin: 20px 0;
    animation-delay: 3s;
    
    
}


.intro-heading#slide_02 .line3 span{
    margin: 0 20px 0 0;
    color: #d9ceaf;
}



section {
    padding: 50px 0 20px 0 ;
    
}
section#intro {
  padding: 150px 0 0 0;
}

section h1.section-heading {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 36px;
}
section h2.section-subheading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
}

section#outplacement .container,
section#results .container {
	/*background-image: url(../img/circle.png);*/
	background-position: right 100px;
	background-repeat: no-repeat; 
	min-height: 450px;
 
}




.sub-section {
    padding: 50px 0;
    background: none;
}


.service-heading {
    margin: 15px 0 25px 0;
    text-transform: none;
    font-size: 22px;
}


.img-box {
   position: relative;
   background: #000;
   margin-bottom: 30px;
   text-align: center;
    
}
.img-box img {
    width: 100%;
    opacity: 1;
      
}

.img-box span {
    position: absolute;
    bottom:0;
    left: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    z-index: 10;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px #333;
    font-weight: 300;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5);
        
}




section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family:Oxygen, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family:Oxygen, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
   font-family:Oxygen, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
   font-family:Oxygen, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
    background: black;
    color: #666;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family:Oxygen, Helvetica, Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
   font-family:Oxygen, Helvetica, Arial,sans-serif;
    line-height: 40px;
}
footer .info-list {
    display: inline-block;
    margin: 20px;
    color: #666;
    
}


ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}



@media(min-width:1200px) {
   .navbar-default .navbar-brand {
       min-width: 330px;
    
   }
}



@media (min-width:768px) and (max-width:992px) {
    .navbar-right.info-list{
       display: none;
   
   }
    .navbar-nav {
      margin: 0 auto 0 auto !important;
   }
    .info-bar {
       height: 30px;
     }
    .navbar .lang {
       padding-top: 0px;
       margin-right: 50px;
}
}

@media  (max-width:768px) {
    .navbar-right.info-list{
       display: none;
   
   }
    .navbar-nav {
      margin-top: 0px;
   }
    .info-bar {
       height: 30px;
       background: transparent;
     }
    .navbar .lang {
       margin-right: 0px;
       float: left;
        
    }
    .navbar .lang li{
       margin: 0px 10px 0 0;
       float: left;
        
    }
    .img-box span {
      font-size: 24px;
    }
    
}


@media(min-width:768px) {
    .navbar-default {
        padding: 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        display: inline-block;
         height: auto;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }



    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    .navbar-nav {
        float: none;
        margin: 18px auto 0 auto;
        text-align: center;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .menu-bar {
       display: block;
    }
     section {
        padding: 100px 0;
        
    }
   section#intro {
        padding: 200px 0 0 0;
        
    }
    section h1.section-heading {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
    font-size: 700;
}
    section h2.section-subheading {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 40px;
}
    .logo {
        width: 19%;
    
}


}



@media(max-width:1200px) {
    #intro-heading{
     padding: 20px;
    
    }
    #intro-heading .line1{
     font-size: 30px;
     margin: 15px auto;
    }
    #intro-heading .line2{
      font-size: 26px;
      margin: 15px auto;
    }

    #intro-heading .line2 .reg{
    font-size: 9px;
     }
    #intro-heading .line3{
    font-size: 22px;
    margin: 15px;
    }

}
@media(max-width:768px) {
    #intro-heading{
     padding: 20px;
    
    }
    #intro-heading .line1{
     font-size: 26px;
     margin: 10px auto;
    }
    #intro-heading .line2{
      font-size: 22px;
      margin: 10px auto;
    }

    #intro-heading .line2 .reg{
    font-size: 9px;
     }
    #intro-heading .line3{
    font-size: 18px;
    margin: 10px;
    }
    
}

@media(max-width:400px) {
    #intro-heading{
     padding: 15px;
    
    }
    #intro-heading .line1{
     font-size: 20px;
     margin: 10px auto;
    }
    #intro-heading .line2{
      font-size: 16px;
      margin: 10px auto;
    }

#intro-heading .line2 .reg{
    font-size: 9px;
     }
#intro-heading .line3{
    font-size: 14px;
    margin: 10px auto;
    }

 
    
}

