@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body{

	background: #000;
	color: #fff;


	font-family: 'Open Sans', sans-serif;
height: 100vh;


}
ul{
	list-style: none;
	padding-left: 0;

}
ul li {
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 48px 15px 40px;
	margin-right: 10px;
	background-image: url(../images/button-2.png);
	background-position: center;
	background-repeat: no-repeat;
}
ul li a{
	color: #fff;
}
ul li:hover a{
	color: #06d6e9;
	text-decoration: none;
}
h2{
	font-weight: 700;
}
.body{
	padding: 0 96px;
	position: absolute;
	margin-right: 180px;
}
#content{
	margin-top: 76px;
	background: #0e2c44;
}
#main-content{
	margin-top: 35px;
}
.home{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+9,012238cc+71 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #000000 9%, #012238cc 71%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #000000 9%,#012238cc 71%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #000000 9%,#012238cc 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#012238cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 25px;
	border-radius: 15px;
	margin-right: 5px;
	height: 382px;
	overflow: auto;
}
.home li {
	list-style: none;
	margin-bottom: 20px;
}
.home li span{
	margin-left: 10px;
	font-size: 18px;
	font-weight: 700;
}
.home h2{
	margin-bottom: 25px !important;
	display: inline-block;
}
.home span a{
	color: #fff;
	text-decoration: none;
}
.home img{
	border: 6px solid #014273;
	border-radius: 4px;
	margin-right: 20px;
}
.home p{
	font-size: 13px;
}

#profile .home img,#contact .home img,#stocklist .home img,#homepage img{
	border:0px;
	margin: 0px;
	border-radius: 0px;
}
#homepage img{
    border-radius:2px;
}
#profile span{
	color: #06d6e9;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
}
#navbar{
	margin-top: 25px;
}
#main-content .row {
	margin: 0 !important;
}
#myVideo{
	position: fixed;
	top: 130px;
	left: 92px;
}

.mms {
	background: rgb(1,70,122);
	background: -moz-linear-gradient(-45deg, rgba(1,70,122,1) 0%, rgba(1,78,135,1) 33%, rgba(1,85,146,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(1,70,122,1) 0%,rgba(1,78,135,1) 33%,rgba(1,85,146,1) 100%);
	background: linear-gradient(135deg, rgba(1,70,122,1) 0%,rgba(1,78,135,1) 33%,rgba(1,85,146,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01467a', endColorstr='#015592',GradientType=1 );
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 700;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 25%;
	float: left;
	margin-bottom: 5px;
}
.mms2 {
	background: rgb(52,52,53);
	background: -moz-linear-gradient(-45deg, rgba(52,52,53,1) 0%, rgba(58,58,59,1) 33%, rgba(68,69,69,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(52,52,53,1) 0%,rgba(58,58,59,1) 33%,rgba(68,69,69,1) 100%);
	background: linear-gradient(135deg, rgba(52,52,53,1) 0%,rgba(58,58,59,1) 33%,rgba(68,69,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343435', endColorstr='#444545',GradientType=1 );
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px 100px 5px 15px;
	font-size: 12px;
	font-weight: 700;
	width: 75%;
	float: left;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
hr{
	border-top: 0.5px solid #354754;
}
#back{
	float: right;
	margin-top: 35px;
	font-weight: 700;
	margin-right: 25px;
}

input,textarea{
	width: 100%;
	border-radius: 6px;
}
#send input{
	width: 10%;

	float: right;

	background: transparent;

	border: 0;

	text-transform: uppercase;

	font-weight: 700;

	color: #06d7eb;
}
textarea{
	height: 80px;
}
#contact .home .row{
	font-size: 13px;
	color: #06d7eb;
}
#home_sidebar{
	color: #06d7eb;
	font-weight: 700;
	    overflow: hidden;
}
#home_sidebar h3{
    color:#fff;
    font-weight:700;
}
#navbar2{
	display:none;
}
#footer{text-align:center;margin-top:8px;margin-right: 75px;}
#footer a {    color: #06d7eb;}


@media only screen and (max-width: 600px) {
	.body {
		padding:0;
		overflow:auto;
		height:100%;
	}
	#content{
		margin-top:10px;
	}
	#myVideo {
		position: fixed;
		top: 110px;
		left: -100px;
		width: 640px;
	}
	.home {
		padding: 15px;
		height: 320px;
		width: 332px;
		margin-bottom: 10px;
	}
	#enquire .home{height:388px;}
	.home p {
		font-size: 11px;
	}
	.home h2 {
		margin: 10px 0;
		margin-bottom: 5px !important;
	}
	#home_sidebar{
		overflow: auto;
	}
	#navbar2{
		display: block;
		z-index: 99999999999999;
		top: 130px;
	}
	#navbar{

		display:none;
	}
	ul li {
		font-size: 11px;
		margin-right: 8px;
		background-size: 53px 25px;
		padding: 10px;
	}
	#send input{width:16%;}
	#back {
		float: unset; 
		margin-right: 0px; 
		margin-left: 39%;
	}
	#machines .home img{
		border:0px;
		width: 25% !important;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	#contact .home .col-md-3{
		text-align: left !important; 
	}
	#contact .home .col-md-6{
		margin: 0 !important;
	}
	#stocklist .home,#contact .home,#machines .home {
		height: 400px;
	}
	#footer{
	text-align: left;
    margin-top: 8px;
    margin-bottom: 25px;
        font-size: 11px;
    margin-left: 19px;
	    
	}
	#contact .col-md-8 img{
	    margin-left:0px !important;
	}
}

@media only screen and (max-width: 1400px){
    
    #content{margin-top:5px;}
}
@media only screen and (max-width: 1315px){ul li{margin-right:5px;}}