@charset "UTF-8";
 @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Marko+One');
.home {
	background-image: url('/img/bg.jpg');
	background-repeat: repeat-x;
	background-size: auto 1000px;
	background-position: center -70px;
}

.slider{
    background-position: center -300px;
}

.inside {
	background-image: url('/img/bg-inside.jpg');
	background-repeat: repeat-x;
	background-size: auto 1000px;
	background-position: center -70px;
}

.main{
	background-color: #fff;
    padding: 120px 50px 20px;
    margin-top: -100px;
    z-index: 2;
	}
	
.navbar {
	padding-top: 60px;
	margin-bottom: 0px;
}
.nav a, .nav a:link, .nav a:visited {
	font-family: Oswald;
	padding: 10px 0px 10px 50px;
	color: #242b89;
	text-decoration: none;
	font-size: 22px;
	font-weight: 400;
}
.nav ul > li:first-of-type > a {
	padding: 10px 0px 10px 0px;
}
.nav li {
	float: left
}
.nav ul {
	list-style: none;
	float: right;
}
.logo img {
	width: 100%;
	height: auto;
}
.logo {
	padding: 0px 15px;
	margin-top: -20px;
}
.phone {
	float: right;
	color: #4465a9;
	font-family: Marko One;
	font-size: 30px;
	padding: 10px;
	margin-top:-25px;
	margin-bottom:25px;
}
.home-images img {
	max-width: 100%;
	height: auto
}
.nav ul > li > a:focus, .nav ul > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ec4600;
    text-shadow: 0px 0px 4px #fff;
}
.navbar-brand {
	height: auto!important;
	padding: 10px 0px;
}
.navbar-nav {
    padding: 0px;
}
.img-small {
	text-align: center;
	padding-bottom: 25px;
}
.img-small img {
	margin: 0 auto;
	max-width: 210px
}
.home2 {
	clear: left;
}
h1 {
	color: #3877be!important;
	font-family: Marko One;
	font-size: 32px;
}
h2 {
	color: #8f84a4!important;
	font-family: Marko One;
	font-size: 22px;
}
p, ul, li {
	font-family: 'Roboto', 'Tahoma', Arial;
	color: #333333;
	font-size: 18px;
}
.home section {
	padding: 10px 10px 60px;
}
footer {
	background-color: #242b89;
	color: #cdf1fd;
	padding: 40px 15px 50px;
	font-family: Roboto;
}
footer .demco {
	color: #fff;
	font-size: 145%;
}
footer a, footer a:link, footer a:visited {
	color: #FFFFFF
}
.sms {
	padding-top:30px;
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	margin-top: 0px;
    width: 94px;
}

.lists{
padding:17px 0px;
}

.btn.btn-primary {
    background: #ff4c00;
    border-color: #ff4f00;
}

.home-list{
padding-left:200px;	
}

.inside-images img{
	width:auto;
	margin-right:28px;
    max-height: 151px;
	}
	.inside-images{
	z-index:50;
    width: 1222px;
    margin: 0 auto;
    position: relative;
    text-align: center;
	}
	
	.inside-images img:last-of-type{
	margin-right:0px;
	}
	
	a, a:link, a:visited {
    color: #FF6F1A;
    text-decoration: none;
}

.carousel{
    color: #fff;
    font-family: Marko One;
    font-size: 48px;
	text-align:center;
	min-height:400px;
	text-shadow: 2px 2px 2px #3877be;
	width:85%;
	margin:0 auto;
}

.item.active, .item.left{
  display: flex!important;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none;
	color:#fff;
}

.carousel-indicators {
    bottom: -30px;
}


.carousel-control {
    width: 5%;
}
.slider section{
	margin-top:80px;
}

.carousel img{
max-width:100%;
height:auto;
}


 /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		
.inside-images {
    width: 1050px;
}
.inside-images img{
	    margin-right: 24px;
    max-height: 128px;
	}
	
	.nav a, .nav a:link, .nav a:visited {
    padding: 10px 0px 10px 31px;
    font-size: 21px;
}
.carousel{
    font-size: 42px;
	min-height:375px;
}

.slider{
    background-position: center -320px;
}

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		
		.carousel{
    font-size: 36px;
	min-height:370px;
	width:100%;
}

.slider{
    background-position: center -360px;
}
		.inside-images {
    width: 890px;
}
.inside-images img{
	    margin-right: 20px;
    max-height: 100px;
	}
	
	.phone {
    float: right;
    color: #4465a9;
    font-family: Marko One;
    font-size: 27px;
    padding: 10px;
    margin-top: -25px;
    margin-bottom: 10px;
}


.home > section > .home-images{
    margin-top: 40px;
}
.main {
    padding: 80px 50px 20px;
    margin-top: -60px;
}

.home-list {
    padding-left: 50px;
}


h1 {
    font-size: 28px;
}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		
		.inside-images {
    width: 100%;
}

	.carousel{
    font-size: 32px;
	width:100%;
	}
	
	.slider{
		background-position: center -300px;
	}

	.navbar-toggle {
		background-color: #c9e9ff;
	}

.navbar-toggle .icon-bar {
    background-color: #5f3479;
}


.nav li {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
}

.navbar-nav {
    float: right;
    clear: both;
}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		
		.inside-images {
    width: 100%;
}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		
		.inside-images {
    width: 100%;
}

    }