/* To overwrite the bootstrap default and make the page scale to the edge */
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

/* To modify the NAVBAR */

.nav {
	padding:2px;
}

.navbar-inverse {
	background-color: #3C98CC;
    border-color: #080808;
	font-weight: normal;
	min-height: 50px; 
	font-size: 15px;
	margin-bottom: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border-color: #333;
	border-width: 0 0 1px;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color:#dbdbdb;
	background-color:#3C98CC;
}

.navbar-header {
	margin-left:0px;
	margin-right:0px;
}
.navbar-fixed-top {
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030;
    border-width: 0 0 1px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand-logo {
    fill: white;
    width: 25px;
    height: 25px;
}

.navbar-toggle {
	border-bottom-color: black;
    border-color: #080808;
}




/** Other Stuff **/
.product-personal {
    min-height: 85px;
	color: white;
	background-color:#276092;
    font-weight: 500;
	text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
	margin: 20px;
}
	
.product-commercial {
    min-height: 85px;
	color: white;
	background-color:#4597CB;
    font-weight: 500;
	text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
	margin: 20px;
}

.product-about {
    min-height: 85px;
	font-weight: 500;
    padding: 20px;
	margin: 20px;
}

.product-marketing {
    min-height: 85px;
	color: #363a35;
	background-color:white;
    font-weight: 500;
	text-align: center;
	padding: 20px;
	margin: 20px;
}

.icon-wrapper {
	height: 9.5em;
    line-height: 190px;
    width: 100%;
	}
.product-feature {
    min-height: 85px;
	text-align: center;
    padding: 10px;
	margin: 10px;
}
.product-icon {
	margin: auto;
	display: block
	}
.feature-title {
	color:#4597CB
}
.hashtab {
	padding: 50px 0 80px 0;
}

.bgimage {
	background-image: Url('../../img/1280_300.png');
	background-position: center;
	background-size: cover;
	height: 300px;
	border: none;
}
.mkttag {
	background-color: #4597CB;
	color: #fff;
	text-align: center;
}
.content {
    background-color: #4597CB;
	color: #fff;
	padding: 30px;
}
.smallicon {
	max-width: 36px;
	max-height: 36px;
	margin: 0 auto;
	display: iniline-block;
	padding-right: 5px;
}
.start-number {
    height: 130px;
    width: 130px;
    background-color: #4597CB;
    line-height: 130px;
    text-align: center;
    color: white;
    border-radius: 80px;
    font-size: 102px;
    font-size: 6.375rem;
    margin: auto;
    border-style: solid;
	border-width: 5px;
	border-color: black;
}
.start-tutorial-opener {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-left: 50px;
	margin-top: 60px;
}
.start-tutorial {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


.container-fix {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	}
	
	.container-fix-start {
	padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
	margin-top:100px;
	}
.body {
	
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.row {
	margin-top:60px;
}
.footer {
	background-color:#363a35;
	color: #dbdbdb;
	text-align: center;
}
.post {
	margin-top:60px;
}
.col-xs-12-footer{
	margin-top: 20px;
}
.product img {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 75px;
	height: 75px;
}

.product-icon {
	width: 50px;
	height: auto;
	float: left;
	margin: 0 15px 5px 0;
}
.home-page {
	background-color: #5C6670;
	color: #fff;
	text-align: center;
}
.home-page-text {
	min-height: 250px;
	padding: 60px;
	}
.home-page-heading {
	font-size:60px;
	font-weight:600;
}

.background-grey {
	background-color:#5C6670;

}
.home-icon {
	height: 150px;
    width: 150px;

}