@charset "UTF-8";

/* Layout (global rules for all sizes) */

body {margin:0; padding: 0;}


/* Layout Medium Screens */

.cont {
	
	clear: both;
	overflow:auto;
	padding: 40px 40px 140px;
	
}

footer {
	background-color:#f2f2f2;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	border-top:#ccc 1px solid;
	border-bottom:#f2f2f2 40px solid;
	
	/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;	
}
}

/* Footer style */

li{
	display: inline-block;
	padding: 15px;

}


li + li:before {
    display:none;
}



/* images start */

.iphone {
	display:none;
    
}

.img1 { /* Apple Store */
	box-sizing: border-box;
	background-size: 120px 40px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/mobile/appStore.jpg); 
}

.img2 {
	box-sizing: border-box;
	background-size: 120px 40px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/mobile/googlePlay.jpg); 
}


	

.greybox {
    background: url(../images/mobile/oblique_box_bg.gif) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: .5px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    color:#ed008c; 
    font-family: 'Muli';font-weight: normal;  
    font-size: 1rem;
    text-align:center;
    line-height:100%;
    position: relative;
    height: 90px;
}

/* images end */


/* Columns layout */

div.centered      { width: 100%; padding: 5px;}
div.columns       { width: 100%;  margin: 0 auto;}

div.col1   { display: none;}
div.col2   { width: 300px; height: 450px; float: left;}
div.clear         { clear: both; width: 100%; height: 40px; border-bottom:1px #ccc dotted; }
div.columns2      { width: 100%;  margin: 0 auto;}
div.columns2 div   { width: 50%; height: 100px; float: left;}



@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	/* rules go here */

}





