

/* Put your custom styles here */

body, header, navbar
{
    color: white;
    background-color: #1a1a1a;
}

p
{
    color: white;
}

.navbar
{
    border-radius: 0px;
    min-height: 100px !important;
    border: none !important;
}

.well
{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #161616;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.p_dark
{
    color: #4a4a4a;
}

.p_bold
{
    font-weight: bold;
}

.navbar-brand
{
    height: 100px;
    padding: 15px 15px 0px 15px;
    font-size: 18px;
    line-height: 20px;
    margin: 30px auto 30px auto;
    width: 100%;
}

.navbar-header
{
    margin: 0 auto 0 auto;
    width: 100%;
}

.custom-navbar
{
    background-color: #1a1a1a;
    height: 145px;
}

.img-center
{
    position: relative;
    display: block;
    margin: 0 auto 0 auto !important;
}

.logo_brand_image
{
    height: 70px;
}

.form-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #4a4a4a;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control
{
    border: 1px solid #000;
    color: #F0F0F0;
    font-size: 14px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.form-control:focus
{
    border-color: #FFF;
    color: #FFF;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-group.focus .form-control,
.form-control:focus
{
    border-color: #FFF;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn
{
	
    color: #FFF;
    padding: 10px 20px;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    background-color: #4a4a4a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	
}

.btn-lg
{
	
    padding: 16px 26px;
    font-size: 16px;
	
}

button:hover
{
	
    text-decoration: none;
    color: #999 !important;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}

.form_text_area
{
	
    width: 100%;
    height: 200px;
    background-color: #4a4a4a;
    border: none;
    font-size: 14px;
    line-height: 1.467;
    padding: 8px 12px;
    color: rgb(200,200,200) !important;
	
}

.form_text_area:focus {
    border-color: #FFF;
    outline: 0;
	border-color: #FFF;
    color: #FFF;
    outline: 0;
    border: 1px solid #FFF;
	
	-webkit-box-shadow: inset 0px 1px 1px 1px #FFF;
    -moz-box-shadow: inset 0px 1px 1px 1px #FFF;
    box-shadow: inset 0px 1px 1px 0px #FFF;
	color: #FFF !important;

    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.footer_bg_color
{
    background: #1a1a1a;
}

.svg_background_1
{
	
    background-repeat: no-repeat;
    background-origin: 100px 100px;
    background-position: 19vw 0;
    background-size: 50%;
    padding-top: 0px !important;
    margin-top: 0px !important;
	
}


.slider_section
{
    padding: 0;
    margin: 0;
}

.slider_container
{
    width: 100%;
    min-width: 100%;
}

a {
		text-decoration:underline;
		color: #555;
}