ul li, li {
 //list-style: none;
}
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body, html {
	height:100%;
	width:100%;
	float:left;
	margin-top:0px;
	font-family: 'Raleway', sans-serif;
}
body {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
ul {
	list-style:none;
	margin: 0px;
}
a {
	text-decoration:none;
	cursor:pointer;
	color:#000;
transition:ease .3s;
}
a img {
	border:none;
	outline:none;
}
img {
	max-width:98%;
	vertical-align:middle
}
.clr {
	clear:both;
	float:none;
}
.clr:after, .row:after, .afclr:after {
	clear:both;
	float:none;
	content:"";
	display:block
}
:focus {
	outline:none;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.wellcome-head {
    text-align: center;
	    font-size: 15px;
    font-family: serif;
	    padding: 40px 0px;
}
.wellcome-head h5{
	font-size: x-large;
}
.compliance-links{
	    position: relative;
    display: inline-flex;
    width: 100%;
}
span.footer-links {
    width: 50%;
    position: relative;
}
.main-footer {
    background: #000;
    font-family: sans-serif;
    font-weight: 500;
	/*padding-bottom: 25px;*/
}
.compliance-head{
	color: #fff;
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
	    margin-right: 20px;
	
}
span.footer-links li {
    color: #555;
	width: 225px;
    height: 10px;
	
}
.contactus-address {
    color: #555;
}
ul.social{
    float: right;}
ul.social li {
    float: left;
    padding: 12px 3px;
    margin-top: 25px;
}
li.facebook a {
    background: #286090;
    padding: 12px 16px;
    border-radius: 100%;
}
li.twitter a {
    background: #00adee;
    padding: 12px 16px;
    border-radius: 100%;
}
li.google-plus a {
    background: #dc4b3c;
    padding: 12px 16px;
    border-radius: 100%;
}
li.pinterest a {
    background: #ce1f28;
    padding: 12px 16px;
    border-radius: 100%;
}
ul.social li a {
    font-size: 14px;
    color: #f2f2f2;
    line-height: 25px;
}
.cpy-right p{
    float: right;
	color: #555;
}
.products-sample{
	padding: 0px 0px;
}
.col-left {
    float: left;
}
.col-right{
	float: right;
    display: inline-block;
    position: relative;
 
}
@media screen and (min-width:767px) {
	.half-product1 {
    padding-bottom: 1.2em;
}
.col-right{
	float: right;
    display: inline-block;
    position: relative;
    /* bottom: -70px; */
    top: 80px;
}
}
@media screen and (max-width:767px) {
	.half-product1 {
    padding-bottom: 1em;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
    height: 350px;
}
	.col-left {
    float: none;
    text-align: center;
}
.col-right {
    float: none;
    
    text-align: center;
    width: 100%;
}
.img-responsive {
    left: 0;
    right: 0;
    margin: 0 auto;
}
}
@media screen and (max-width:478px) {
	.half-product1 {
    padding-bottom: 0.7em;
}
}

