@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';

body{
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 300;
	scroll-behavior: smooth;
	overflow-y: scroll;
}

.fa.fa-30{
	width: 20px;
	text-align:center;
}

.text-center > .col-md-2{
	float: initial;
}

.se-customers{
	margin-top: 22px;
	margin-bottom: 22px;
}
.se-customers > div{
	height: 35px;
	vertical-align: middle;
}
.se-customers img{
	max-height: 35px;
	max-width: 100px;
}


.navbar-static-top {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.navbar-brand {
	padding: 0px;
	padding-left: 15px;
}


.navbar-nav a{
	color: #6b6e80;
	font-size: 15px;
	font-weight: 400;
	transition: all .2s linear;
}
.navbar-nav li.active a,
.nav > li > a:hover, 
.nav > li > a:focus{
	background: none;
	color: rgba(50,62,79,1);
}


.title-lg > span {
display: inline-block;
position: relative;
padding: 0 20px 15px;
border-bottom: 1px solid #e9e9e9;
font-weight: 400;
}


/* ===== Contact Info ===== */
.contact-info {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.contact-info > li {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}
.contact-info .fa {
  float: left;
  margin-top: 10px;
  font-size: 28px;
}
.contact-info-content {
  overflow: hidden;
  margin-left: 45px;
}
.contact-info-content .title {
  font-weight: 400;
  margin-bottom: 0;
}
.contact-info-content .description {
  font-size: 13px;
}
/* ===== Contact Us Form ===== */
@media (max-width: 767px) {
  .form-control.form-control_xs-margin {
    margin-bottom: 15px;
  }
}




.well2{
	background: #f9f9f9;
	border: 0px;
	
	box-shadow: none;
}








#_container > .container > .row > .col-md-10{
	margin-top: 20px;
}



.se-footer{
	background: #0d0e0f !important;
    padding: 30px 0px;
    color: #ccc;
}
.se-footer a{
	color: #ccc;
    border-bottom: 1px dashed #666;
    text-decoration: none;
}
.se-footer a:hover{
	border-bottom: 1px solid #fff;
}
.se-footer strong{
	color: #eee;
}
.footer-logo {
    margin-bottom: 15px;
}



.srl-masthead{
        background: rgba(50,62,79,1);
        padding-top: 50px;
        padding-bottom: 50px;
}
.srl-masthead h1{
        color: white;
}
.srl-masthead h3{
        color: #ccc;
        font-weight: 400;
}
/**/

html, body {
        height: 100%;
}
#_container {
        min-height: 100%;
        position: relative;
}
#page {
        padding-bottom: 100px;
}
#footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 15px;
}

.pop {
	cursor: pointer;
}
.modal-image {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}


label.required:after { content:" *"; color: red; }

h1{
	margin-top: 20px;
}

.hr-header{
	margin: 0px;
}




.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

