[canvas=container],
[off-canvas] {
    /*padding: 10px 20px;*/
}

[class*=js-] {
    cursor: pointer;
}

body { font-family: "Apparata-Light" !important; }
h1, h2, h3, h4, h5, h6, stong , b{ font-family: "Apparata-Bold" !important; }

.hyphenate {
 -ms-word-break: break-all;
     word-break: break-all;

     // Non standard for webkit
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.side_image {
  position: absolute;
  margin-top: 10%;
  right: 0;
}

.color_blue{
	color:#00ADEE;;	
}

.color_blue_light{
	color:#00ADEE;	
}
.color_black{
	color:#231F20;
}

.color_black_dark{
	color:#000000;
}

.color_grey_dark{
	color:#807E82;
}

.color_grey_medium{
	color:#6D6E70;
}
.color_pink{
	color:#EB008B
}

.heading_blue{
	font-family:'Apparata-Light';
	font-size:18px;

}

.heading_grey_small{
	/*color:#6D6E70;*/
	color:#000;
	font-family:'Apparata-Light';
	font-size:14px;
	margin-top:-10px;
}

.products_heading{
	/*margin-bottom:15px;*/
	padding-left:5px;
	font-family:'Apparata-Bold';
	font-size:22px;
}

.products_container{
	width:846px;
	display:inline-block;
	margin-top:18px;
	font-family:'Apparata-Bold';
}

.product{
	display:inline-block;
	width:228px;
	font-family:'Apparata-Bold';
	font-size:14px;
}

.products_block_center{
	/*margin-left:72px;
	margin-right:72px;*/
}

.product_desc_l1
{
	/*margin-top:-8px;*/
	color:#00ADEE;
}

.product_desc_l2
{
	/*margin-top:-17px;*/
	color:#231F20;
}

.product_desc_l3
{
	/*margin-top:-17px;*/
}

.product_desc_l4
{
	/*margin-top:-17px;*/
	margin-bottom:28px;
}

.product_image{
	margin-top:0px;	
}
.products_clear
{
	
}






.shadow {
	-moz-box-shadow: 0 0 30px 5px #999;
	-webkit-box-shadow: 0 0 30px 5px #999;
}