@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: "Roboto",sans-serif;
}



header {
	width:100%;
	 background:rgba(245,245,245,0.8);	
	 height:60px;
	 position:fixed;
	 z-index:100;
}
h1.navbar-brand, h1.navbar-brand a {
	display:block;
	height:46px;
	width:168px;
	margin:0;
}
h1.navbar-brand {
	margin-top:8px;
}
h1.navbar-brand a {
	background:url(../img/logo.png) no-repeat;
	text-indent:200%;
	overflow:hidden;
	white-space:nowrap;
}

.navbar-default {
    background-color: none transparent;
    border-color: transparent;
}
.navbar-default {
    background-color: transparent;
}
.navbar {
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
	font-family: "Roboto",sans-serif;
	font-weight:400;
	font-size:16px;
}
.navbar-nav > li > a {
    padding:0 15px;
}
.navbar-nav > li > a {
    line-height: 40px;
}


#owl-demo .item{
    padding: 0px;
    margin: 0;
    color: #FFF;
    text-align: center;
	width:100%;
	min-height:664px
    }

#owl-demo .item img {
	display:block;
	margin:0 auto;	
}

/** SECTIONS **/

.gray {
	width:100%;
	
	margin:20px 0 0;
	background: -webkit-linear-gradient(270deg,rgba(234,234,234,1.00) 0%,rgba(250,250,250,1.00) 100%);
	background: -moz-linear-gradient(270deg,rgba(234,234,234,1.00) 0%,rgba(250,250,250,1.00) 100%);
	background: linear-gradient(180deg,rgba(234,234,234,1.00) 0%,rgba(250,250,250,1.00) 100%);
}

.graylt {
	width:100%;
	margin:20px 0 0;
	background:rgba(246,246,246,1.00);
	padding:40px 0;
}
.white {
	padding:50px 0;
}


.gray .container {
	padding: 80px 0;
	min-height:550px;
	background:url(../img/sketch1.png) no-repeat 0 10px;
	margin-bottom:40px;	
}

.quote {
	border-bottom:	
}

footer {
	width:100%;
	min-height:60px;
	padding:30px 0;	
}

/** TEXT STYLES **/

p, li {
	font-family: "Roboto",sans-serif;
	font-weight:300;
	font-size:16px;
	
	
}

p {
	line-height:1.6;
	margin-bottom:20px;
	text-align:justify;
}

li {
	line-height:1.5;
	margin-bottom:10px;
}

p.lead {
	font-size:	24px;
	line-height:2;
}
blockquote p {
	font-family: "Roboto",sans-serif;
	font-size:22px;
	font-weight:100;
	font-style:italic;
	line-height:36px;	
}
footer p {
	font-size:11px;	
}
h2 {
	color:#0a2d6d;
	font-size:38px;
	font-weight:100;
	font-family: "Roboto",sans-serif;
	letter-spacing:-0.04em;
}

h3 {
	color:#0a2d6d;
	font-size:36px;
	font-weight:100;
	font-family: "Roboto",sans-serif;
	letter-spacing:-0.04em;
}

h4 {
	color:#0a2d6d;
	font-size:26px;
	font-weight:300;
	font-family: "Roboto",sans-serif;
	letter-spacing:-0.03em;
	margin-left:20px;
}


.blue {
	color:#0a2d6d;
}


@media all and (max-width: 480px) and (min-width: 320px) {

#owl-demo .item {
	 min-height: 200px;
 	width: 100%;
}
.gray .container {
	padding: 40px 0;
	min-height:550px;
	background: none;
	margin-bottom:30px;	
}
}