html,body{
    margin:0;
}

.clear
{
    clear:both;
}

.container{
    max-width:960px;
    margin: 0 auto;
    min-width: 460px;
}

.info_bar{
    position: fixed;
    height:35px;
    width:100%;
    z-index: 200;
    background-color: #C20000;
    color:#fff;
    font-family: 'Lato',sans-serif;
    font-size:13px;
}

.info_bar img{
    height:20px;
    position:relative;
    top:5px;
    padding-right:3px;
}

.info_bar a{
    color: white;
    text-decoration: none;
}

.info_bar a:hover{
    text-decoration: underline;
}


.info_bar_1{
    width:calc(33% - 30px);
    float:left;
    padding-top:8px;
    padding-left:20px;
    text-transform: uppercase;
}
.info_bar_2{
  /*  width:33%;*/
    float:right;
    text-align: center;
    padding-top:2px;
    padding-right:10px;
}
.info_bar_3{
   /* width:calc(33% - 20px);*/
    float:right;
    text-align: right;
    padding-top:2px;
    padding-right:50px;
}

.nav_bar{
    height: 50px;
    width:100%;
    padding-top:35px;
}

img.logo{
    width:60px;
    margin-top:0px;
    position: relative;
    right:-15px;
}

.logo{
    float:left;
    width:25%;
}

.nav_bar_right{
    display: none;
    width:0;
}

.nav_links{
    float:right;
    z-index: 100;
    text-transform: uppercase;
    font-size:16px;
}

.link{
    margin:10px 0;
    float:left;
    padding:10px 20px;
    font-family: 'lato', sans-serif;
    border: 0;
    
}

.link a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.link a:hover{
    text-decoration: none;
    color: red;
    font-weight: bold;
}

.link:last-of-type{
    border-bottom: none;
    padding-right:10px;
}


.jumbotron{
    background: url(../images/hero.jpg);
    background-size: cover;
    height: 755px;
    font-family: 'Abril Fatface', cursive;
    color: white;
}

.jumbotron_text{
    background: rgba(0, 0, 0, 0.6);
    margin:0 auto;
    padding:2%;
    width:85%;
    max-width:1300px;
    font-size:70px;
    text-align: center;
    position:relative;
    font-weight: lighter;
    top:170px;
}


h2{
    font-family: 'Abril Fatface', cursive;
    text-align: center;
    font-size: 38px;
    font-weight: 100;
}

h4{
    font-family: 'Abril Fatface', cursive;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 0;
}

h3{
    font-weight: 400;
    text-transform: uppercase;
    font-size:21px;
    
}


.services_container{
    float:left;
    width:100%;
    color:white;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-align: center;
    margin-top:20px;
    padding:20px 0;
}


.first_service{
    float:left;
    width:33%;
    background: rgba(202,8,9,0.95);
    padding:40px 0;
}

.second_service{
    float:left;
    width:34%;
    background: rgba(166,15,15,0.95);
    padding:40px 0;
}

.third_service{
    float:left;
    width:33%;
    background: rgba(202,8,9,0.9);
    padding:40px 0;
}

.service_illustration
{
    text-align: center;
    padding:60px 0;
}

.picture_container{
    text-align: center;
    margin:0 auto;
}

.service_illustration img{
    text-align: center;
    height:180px;
}



.philosophy{
    padding: 20px 0;
}

p{
    font-family: 'Raleway', sans-serif;
    padding:30px;
    font-size:15px;
    width:600px;
    margin:0 auto;
}

.red_seperator{
    width:200px;
    margin:0 auto;
    border-bottom: solid 2px red;
}


.working_with_you{
    margin-top:70px;
    width:100%;
    color:white;
    font-family: 'Raleway', sans-serif;
    background: url(../images/working_with_you_mq_bg.jpg);
    background-size: cover;
}

.red_gradient_overlay{
    padding:30px 0;
    padding-top:10px;
    background:linear-gradient(rgba(106, 0, 0, 0.95),rgba(194, 0, 0, 0.95));
}

.working_with_you_step{
    float:left;
    width:25%;
    text-align: center;
}

.working_with_you_step img{
    height:116px;
    text-align: center;
    padding-bottom: 10px;
    padding:10px 40px;
    float:left;
}

.steps_illustration_container{
    max-width:1600px;
    margin:100px auto;
}


.empty_spacer, .line_spacer{
    height:65px;
    width:calc((100% - 185.5px) / 2);
    float:left;
    /*border-bottom: solid 1px white;*/
}


.line_spacer{
    border-bottom: solid 1px white;
}


.contact{
    background: url(../images/contact_hq_bg.jpg);
    background-size: cover;
    padding:20px;
    padding-bottom: 40px;
}

.contact_form_container{
    width:800px;
    margin:60px auto;
    background: rgba(255, 255, 255, 0.90);
    border:solid 1px #C8C8C8;
   /* text-align: center;*/
    padding-bottom:60px;
    
}

.contact_form_container input[type='text'], textarea{
    width:80%;
    margin:0 auto;
    padding:8px;
    margin:8px;
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    border:solid 1px #C8C8C8;
}


.contact_form_container textarea{
    height: 100px;
}

.contact_us_social{
    float:left;
    width:260px;
    padding-left:40px;
}

.contact_us_form{
    float:left;
    width: 500px;
    text-align: center;
}

.contact_form_container input[type='submit']{
    width:150px;
    text-transform: uppercase;
    background-color: #D90000;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    border:none;
    padding:10px;
    font-size: 12px;
    float:right;
    margin-right:45px;
}

.contact_form_container input.error, textarea.error{
    border:solid 1px red;
}

.contact_us_links{
    float:left;
    font-family: 'Lato',sans-serif;
    padding:8px 0;
}


.contact_us_links:first-of-type{
    padding-top:0;
}


.contact_us_links a{
    text-decoration: none;
    color: #3B3B3B;
}

.contact_us_links a:hover{
    text-decoration: underline;
}

.contact_us_links img{
    height:35px;
    padding-right:10px;
    position: relative;
    top: 12px;
}


footer{
    background: #D90000;
    color: white;
    font-family: Lato, sans-serif;
    width:100%;
    padding:20px 0;
    text-align: center;
    font-size:13px;
    padding-bottom: 20px;
}

.footer_links{
    padding:5px 0;
    }

.footer_links a{
    color:white;
    text-decoration: none;
    padding:5px;
}


/*
#software_implementation img {
    transition: 0.5s;
    height:180px;

}

#software_implementation img:hover{
    -webkit-animation-name: hide; /* Safari 4.0 - 8.0 */
  /*  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
 /*   animation-name: hide;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

@keyframes hide {
    from { height : 180px; }
    to { height : 0px; }
    
    
}
*/
.services_container p{
    display: none;
    text-align: left;
    width:54%;
    margin:0 auto;
    padding-top:80px;
    height:194px;
    font-size:18px;
}

.form-error{
    float:right;
    color:red;
    font-family: Raleway, sans-serif;
    font-size:small;
    /*position:relative;
    top:-48px;
    right:50px;*/
}

#errorCont{
    border:solid 1px red;
    margin-bottom:10px;
    background-color: red;
    color: white;
    font-family: Raleway, sans-serif;
    width:80%;
    margin-left:40px;
    padding:8px;
}

.success{
    background-color: #A7FFB7;
    margin-top:20px;
    width:72%;
    margin-left:40px;
    margin-right:40px;
}

.failure{
    background-color: #FFAFA7;
    margin-top:20px;
    width:72%;
    margin-left:40px;
    margin-right:40px;
}