body{
    font-family: Roboto, sans-serif !important;
}
a:hover{
    text-decoration: none;
}
.clear{
    clear: both;
}
.topbar{
    background: #e20613;
    padding: 10px 30px;
    min-height: 80px;
}
.logo{
    padding-top: 10px;
}
.logo img{
    max-height: 70px;
}
.track-middle{
    text-align: center;
}
.track-middle img{
    display: none;
}
.top-menu{
    padding-top: 14px;
}
.top-menu>ul{
    float: right;
}
.top-menu>ul>li{
    display: inline;
    float: left;
}
.top-menu>ul>li>a{
    display: block;
    padding: 16px 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 300 !important;
}
.main-header{
    height:400px;
    position: relative;
    background: url("assets/images/main-header.jpg") center center no-repeat;
    background-size: cover;
}
.main-header-inside{
    height: 200px;
    position: relative;
    background: url("assets/images/main-header.jpg") center center no-repeat;
    background-size: cover;
}

.main-menu-home{
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-menu-inside{

}

.main-menu { 
    background: rgba(28,86,161,1);
	padding: 15px; 
    color: #FFF;
    font-size: 16px;
	text-align: center;
	width: 100%;
}

.main-menu a { 
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
    padding: 20px 0 16px;
}

.nav-collapse li { 
	display: inline;
	padding: 10px;
	padding: 10px 40px;
}

.sub-menu { 
    background: rgba(28,86,161,1);
	padding: 15px; 
    color: #FFF;
    font-size: 11px;
	text-align: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 25px;
}

.sub-menu a { 
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
    padding: 0px;
}

.sub-menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.nav-collapse2 ul { 
	margin: 0;
}

.nav-collapse2 li { 
	display: inline;
	padding: 5px;
}

/*
.main-menu{
    width: 100%;
	padding-top: 10px; 
	padding-bottom: 10px;
    background: rgba(28,86,161,1);
}
.main-menu ul, .main-menu ul>li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu ul>li{
    width: 20%;
    position: relative;
    display: inline;
    float: left;
}
.main-menu ul>li>a{
    display: block;
    padding: 20px 0 16px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}
*/

.header-text{
    /* position: absolute;
    top:30%;
    left: 0;*/
	padding-top: 10%;
    width: 100%;
}

@media (min-width: 1024px) { 
	.header-text{
	    padding-top: 5% !important;
	}
}

.header-text-inside {

}
.header-text h3, .header-text-inside h3{
    color: #FFF;
}
.header-text h3{
    text-align: center;
    font-size: 50px;
}
.header-text-inside h3{
    padding-top: 40px !important;
    font-size: 35px;

}
.header-services{
    padding: 50px 0 40px;
}
.header-services ul>li{
    display: inline;
    float: left;
    width: 13%;
    text-align: center;
    height: 145px;
    overflow: hidden;
    -webkit-border-radius:180px !important;;
    -moz-border-radius:180px !important;;
    border-radius:180px !important;

    margin-right: 10px !important;
}
.header-services ul>li img{
    width: 100%;
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
    margin-top: -40px;
}
.header-services ul>li:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.header-services ul>li:last-child{
    margin-right:0 !important;
}
.header-services a.find-out-more{
    color: #2158a4;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 40px 0 0px;
    font-size: 18px;
    font-weight: 300;
}
.home-promo-texts{
    width: 75%;
    padding: 0 0 10px;
    margin: 30px auto 30px;
    text-align: center;

}
.home-promo-texts h3{
    font-weight: bold;
    padding: 0 0 10px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
}
.home-promo-texts div>p{
    /* width: 148px;
    float: left; */
	padding-top: 30px;
	padding-left: 15%;
	padding-right: 15%;
    color: #8b8b8a;
    font-size: 21px;
    margin-bottom: 2px;
    text-align: center;
}
.single-p{
    width: 100% !important;
    font-weight: 300;
}
.home-promo-texts div>p:last-child{
    text-align: center;
}
.home-promo-text{
    border-bottom: 1px solid #e20613;
    display: inline-block;
    padding: 10px;
	padding-top: 20px;
	min-height: 130px;
}
.available-services{
    padding: 0px 0 50px;
}
.available-services ul>li{
    width: 20%;
    float: left;
    height: 220px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* .available-services ul>li .service-circle{
    width: 60%;
    margin: auto;
    height: 160px;
    position: relative;
}
.available-services ul>li .service-circle i{
    position: absolute;
    left: 19%;
    top: 46px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
    border: 2px solid #064e9a;
    font-size: 44px;
    text-align: center;
    line-height: 75px;
    color: #064e9a;
}
.available-services ul>li h4 {
    position: absolute;
    left: 0;
    top: 152px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #064e9a;
}
*/ 
.service-circle{
    /*background: #dddddd;*/
	margin: 20px;
	text-align: center;
}
.service-circle i{
    width: 80px;
    height: 80px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
    border: 2px solid #064e9a;
    font-size: 44px;
    text-align: center;
    line-height: 75px;
    color: #064e9a;
}
.service-text h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #064e9a;
}
.screens{
    padding: 0 0 50px;
    text-align: center;
}
.footer-container{
    background: #434a4d;
    padding: 50px 0 10px;
}
.footer-menu {
	padding-bottom: 20px;	
}
.footer-menu a{
    display: block;
    padding: 2px 0;
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
}
.footer-contact {
    font-size: 13px;
    color: #FFF;
	text-align: right;
}	
.footer-contact span {
	display: block;
}
.subscribe-box{
    max-width: 100%;
    margin: auto;
}
.subscribe-box form{
    padding: 8px 20px;
    position: relative;
    background: #FFF;
}
.subscribe-box input[type=text]{
    width: 100%;
    border: 0;
    font-size: 16px;
}
.subscribe-box input[type=submit]{
    position: absolute;
    right: 0;
    top:0;
    width: 140px;
    background: #e20613;
    height: 100%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-size: 16px;
    font-weight: 300;
}
.footer-links{
    padding-top: 30px;
}
.footer-links a{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 10px 20px 10px 0;
}
.footer-copy{
    padding: 20px 0 0;
    font-size: 12px;
    color: #a9bbc5;
	text-align: center;
}
.content-container{
    background: #c6c6c5;
    margin: 50px 0;
}
.left-panel{
    background: #e30513;
    padding: 50px 50px 20px;
    color: #FFF;
}
.left-panel p{
    font-size: 16px;
    font-weight: 300;
}
.left-panel h3{
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0;
}
.left-panel h2{
    font-size: 30px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 0;
}
.left-panel .left-section{
    padding-bottom: 20px;
}
.main-content{
    padding: 40px;
}
.main-content p{
    padding: 0;
    font-size: 16px;
    color: #1c1c1b;
}
.get-quote-container{
    margin-top: 80px;
    margin-bottom: 40px;
}
.get-quote-container a, .ssj-input-container input[type=submit]{
    color: #FFF;
    display: block;
    background: #2258a4;
    width: 170px;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border: 0;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
.quote-form-container{

}
.ssj-input-container{
    padding-bottom: 16px;
}
.ssj-input-container input[type=text],.ssj-input-container input[type=password], .ssj-input-container textarea{
    background: #FFF;
    border: 0;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding: 14px 20px;
    font-size: 16px;

}
.ssj-input-container input[type=submit]{
    padding: 16px 0;
    font-weight: 300;
}
.login-buttons input[type=submit]{
    float: right;
}
.login-buttons{
    padding-top: 20px;
}
.login-buttons a{
    display: block;
    text-align: right;
    float: right;
    padding: 30px 0 0;
    color: #FFF;
    font-size: 16px;
}
.login-content{
    background: #424a4d;
    padding: 40px;
}
.login-content-container .left-panel{
    height: 336px;
}
.login-content-container .right-panel, .login-content-container{
    height: 330px;
    overflow: hidden;
}
.login-content-container{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.service-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-list>li{
    list-style: none;
    width: 23%;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.service-list>li:nth-child(4n){
    float: right;
    margin-right: 0;
}

.service-list>li h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    text-align: left;
    background: #e20613;
    margin: 0;
    color: #FFF;
}
.service-list>li h3 a{
    color: #FFF;
}
.service-list-menu, .service-list-menu>li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-list-menu>li a{
    color: #FFF;
    font-size: 16px;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.bullet-list-container ul{
    margin-left: 30px;
}
.bullet-list-container ul>li{
    font-size: 14px;
}
.bullet-list-container h2{
    color: #e20613;
    font-size: 30px;
    font-weight: 300 !important;
    margin: 0;
    padding: 0 0 16px;
}
.bullet-list-container h3{
    color: #000;
    font-size: 18px;
    font-weight: 700 !important;
    margin: 0;
    padding: 0 0 16px;
}
.bullet-list-container h1{
    font-size: 36px;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 0 0 20px;
}
.header-services-list li {
	margin-bottom: 10px;
}

.service-list2 .asset-image img {
	width: 100% !important;
	border: 0;
}

.service-list2 h3{
	padding: 10px;
    background: #e20613;
    color: #FFF;
}

.service-list2 h3 a{
    color: #FFF;
}

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 575px and below) */
@media (max-width: 575px) { 
	
	.nav-collapse li { 
		display: block;
		padding: 10px 0px;
	}
	
	.footer-contact span {
		padding: 2px 5px;
	}
	
}

/* Medium devices (tablets, 767px and below) */
@media (max-width: 767px) { 
	
	.nav-collapse li { 
		padding: 10px 15px;
	}
	
}

/* Large devices (desktops, 991px and below) */
@media (max-width: 991px) { 
	
	.nav-collapse li { 
		padding: 10px 20px;
	}
	
	.home-promo-texts h3 { 
	    padding: 10px 0px
	}
	
	.footer-menu a{
		display: inline-block;
		padding: 10px 10px;
	}
	
	.footer-contact { 
		text-align: center;
	} 
	
	.footer-contact span {
		display: inline-block;
		padding: 10px 10px;
	}
	
	.footer-links { 
		padding-bottom: 10px;
		text-align: center;
	}
	
}

/* Extra large devices (large desktops, 1200px and below) */
@media (max-width: 1200px) { 

	.nav-collapse li { 
		padding: 10px 30px;
	}
	
}