/********************************
     - TEMPCORE CLASSES -
********************************/

.navbar-default .navbar-nav > li > a {
	font-size:12px;
}

header.header3 .navbar-default .navbar-nav > li:hover > a, header.header3 .navbar-default .navbar-nav > li > a.active {
    color: #000;
}

header.header3 .navbar-default .navbar-nav > li:hover > a span, header.header3 .navbar-default .navbar-nav > li > a.active span {
    background: none repeat scroll 0 0 #e9ad29;
    height: 7px;
}

#container{
  padding-top: 110px;
}

.up-footer{
    background-color:#000;
    color:#FFF;
}

.footer-line{
    background-color:#000;
}
.footer-line a{
    color: #e9ad29;
}
.footer-line a:hover{
    color:#e9ad29;
}

.contact-info-list li i {
    color: #e9ad29;
}
.contact-info, #contact-form{
    margin-top:30px;
}

#contact-form input[type="submit"], .comment-form input[type="submit"] {
    background-color: #e9ad29;
}

.float-input span i {
    border: 1px solid #e9ad29;
    color: #e9ad29;
}

#contact-form input[type="text"]:focus + span i, .comment-form input[type="text"]:focus + span i {
    background: none repeat scroll 0 0 #e9ad29;
}

.contact-info-list li{
    margin-right: 10px;
}
.map{
    margin-bottom: 10px;
}

.choose-tempcore{
    border-bottom: 0;    
}

.tempcore-features{
    padding-bottom:30px;
}

.tempcore-features li span {
    background: none repeat scroll 0 0 #fff;
    border-radius: 26px;
    display: inline-block;
    float: left;
    height: 52px;
    margin-right: 20px;
    text-align: center;
    width: 52px;   
}

.tempcore-features li span i {
    color:#e9ad29;
}

#contact-form .message.success, .comment-form .message.success {
    color: #919191;
}

#contact-form .message.error, .comment-form .message.error {
    color: #919191;
}
ul.footer-social-icons li a i {
    font-size: 20px;
}
ul.footer-social-icons li a {
    border-radius: 0;
    width: 85px;
}

/*******************************
      - CUSTOM CLASSES - 
*******************************/

.fullwidth-header{
  background-color: #000;
  text-align: center;
  background-image: url('../images/backgrounds/001.jpg');
  background-size: 100%;
  background-position: center center;
}

.banner_header{
  margin: 0 auto;
}

.brand-banner{
  margin: 150px 0;
  width: 70%;
}

.newsletter{
    background-color: #e9ad29;
}

.newsletter label {
    color: #FFF;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 40px 0;
}

*:before, *:after {
    box-sizing: border-box;
}

input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 300;
    width:100%;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.newsletter button {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    box-shadow: none;
    color: #FFF;
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 300;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    text-shadow: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    border-radius:0;
    width:100%;
}

.subscribe-email, .btn{
    line-height:50px;
    margin:30px 0;
    padding: 0 20px;    
}

.btn:hover{
    color:#e9ad29;
}
.black{
    background-color:#000;
}
.black h1, .black h4{
    color:#FFF;    
}

.anchor{
    position: relative;
    top:-68px;
    display: block;
    height: 0;
    width:0;    
}

.left-img h1{
    margin-bottom: 25px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 10px;
}
.map{
	height: 350px;
}
.text-facebook{
    font-size:14px;
    color:#FFF;
    text-align: right;
}

/*******************************
      - GENERAL ELEMENTS - 
*******************************/

a{
    text-decoration:none;
    color:#202020;
}
a:hover{
    text-decoration:none;
    color:#000;    
}  
    
@media (max-width: 767px){
    #container{
        padding-top: 64px;
    }
}