*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	margin:0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	outline:none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus{
	outline:none;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoheavy';
    src: url('../fonts/lato-heavy-webfont.eot');
    src: url('../fonts/lato-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-heavy-webfont.woff2') format('woff2'),
         url('../fonts/lato-heavy-webfont.woff') format('woff'),
         url('../fonts/lato-heavy-webfont.ttf') format('truetype'),
         url('../fonts/lato-heavy-webfont.svg#latoheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('http://magicpin.in/deals/fonts/lato-light-webfont.eot');
    src: url('http://magicpin.in/deals/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://magicpin.in/deals/fonts/lato-light-webfont.woff2') format('woff2'),
         url('http://magicpin.in/deals/fonts/lato-light-webfont.woff') format('woff'),
         url('http://magicpin.in/deals/fonts/lato-light-webfont.ttf') format('truetype'),
         url('http://magicpin.in/deals/fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff'),
         url('../fonts/lato-medium-webfont.ttf') format('truetype'),
         url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/lato-semibold-webfont.eot');
    src: url('../fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('../fonts/lato-semibold-webfont.woff') format('woff'),
         url('../fonts/lato-semibold-webfont.ttf') format('truetype'),
         url('../fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'latomedium';
	font-size:14px; text-align:justify;
	color:#9b9b9b;
}
input,select,textarea,form{
	font-family: 'latomedium';
}
*:focus, * {
    outline: 0;
}
a:focus, img:focus{
	outline:none;
}
ol{margin:10px 15px;}
.container{ padding:10px 15px;}

h2, h3 {
    color: #21d8de;
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
h3{font-size: 14px;}
.hd-tc{margin:10px 0;}
img{
	max-width:100%;
}
.sub-heading{
	font-family: 'latobold';
	font-weight:normal;
	color:#337ab7;
}
.sub-heading-bx{
	font-family: 'latoregular';
	font-weight:normal;
	color:#9b9b9b;
	margin-left:2%;
}
.sub-heading-bx h4{
	color: #21d8de;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.sub-heading-bx li{margin-left:2%;}