/** Typography **/
.bosch {color: #204461;}

.bosch h1 {color: #204461;}

.bosch h2 {color: #204461;}

.bosch h3 {color: #204461;}



/** Nav bar effects **/
.nav-bar {
height: 20px;}


.nav-fade li {
display: inline-block;
transition: background .50s ease-in-out;
-moz-transition: background .50s ease-in-out;
-webkit-transition: background .50s ease-in-out;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #b5c6da !important;
margin-top: 5px;
padding-top: 3px;
padding-right: 8px;
padding-bottom: 3px;
padding-left: 7px; }

.nav-fade a:link {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 12px !important;
color: #204461 !important;
text-decoration:none !important;}

.nav-fade li:hover {
background: #ddd !important;}



.navbar2016 {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #1d547f !important;
	font-size: 12px !important;
  vertical-align: middle !important;
  line-height: normal !important;
}
	.navbar2016 a:link{
	color: #1d547f !important;
}

a.navbar2016:hover{
color:#265478 !important;
}


.boxed{max-width: 960px; margin:auto; position: relative;}

.spacer {
    margin-top: 50px; /* define margin as you see fit */
}

.spacer10 {margin-top: 10px;
margin-bottom: 10px;}

.spacer20 {margin-top: 20px;
margin-bottom: 20px;}

.spacer25 {margin-top: 25px;
margin-bottom: 25px;}


.spacer-bottom {
    margin-bottom: 10px; /* define margin as you see fit */
}


.panel-body {
	font-size: 14px;
}

/** BUTTONS **/
.btn-primary {
	color: #FFF !important;
	background-image: -moz-linear-gra…9), rgb(77, 116, 141));
	background-color: rgb(77, 116, 141);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}


a:hover{
	text-decoration: none;
}



.float-left {
	float: left;
}

.float-right {
	float: right;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/*
Free App template for Bootstrap 3
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com
Image placeholders: placemi.com
*/


.mt-100 {
    margin-top: 100px; 
}

.mt-15 {
    margin-top: 15px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-30 {
    margin-bottom: 100px;
}




.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}

.header {
    padding-top: 50px;
    background-color: #eee;
    overflow: hidden;
}
.footer {
    color: #887;
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content {
    position: relative;
    display: table;
    width: 100%;
    min-height: 100vh;
}
.pull-middle {
    display: table-cell;
    vertical-align: middle;
}

.btn {
    padding-left: 25px;
    padding-right: 25px;
}
.btn-circle {
    border-radius: 20px;
}

.input-group input {
    border: 0;
    box-shadow: none;
    padding-right: 30px;
}
.input-group input:focus,
.input-group input:active {
    outline: 0;
    box-shadow: none;
}
.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -18px;   
    border-radius: 20px;
}

.phone {
    position: relative;
    max-width: 263px;
    margin: 0 auto;
    padding: 65px 15px 55px;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #222;
    box-shadow: 20px 20px 40px #887;
}

/** Dropcaps **/
p.altdrop:first-letter, .dropcap-alt {
	float: left;
	background: #204461;
	color: #fff;
	font-size: 3.2em;
	padding: 10px 14px;
	margin-right: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: Bosch Office Sans, Arial, Helvetica, sans-serif;
}

.dropcap-circle {
	float: left;
	background: #204461;
	color: #fff;
	font-size: 2.1em;
	padding: 5px 10px;
	margin-right: 10px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	font-family: Bosch Office Sans, Arial, Helvetica, sans-serif;
}


.dropcap-fa {
	float: left;
	font-size: 2.1em;
	padding: 5px 10px;
	margin-right: 10px;
	font-family: Bosch Office Sans, Arial, Helvetica, sans-serif;
}



.highlight {
	background-color:#4d748d;
	color: #FFF;
	padding-right: 2px;
	padding-left: 2px;
}


/** Equalizer **/

.border {
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	border: 1px solid #e3e3e3;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.col-sm-2 p { padding: 10px;}


/** Bottom Button **/
.bottom-button {
	position: absolute;
	left:	0;
	right:    0;
	bottom:   0;
	float: none;
}


/** LINKS **/
.topnav {
	z-index: 99 !important;
}

a:link.topnav {
	text-decoration: none;
	color: #069 !important;
}
a:hover.topnav {color: red !important;}