/* General Demo Style */

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@font-face{
font-family:bbc-nassim-bold;
src:url(../font/bbc-nassim-bold.eot);
src:url(../font/bbc-nassim-bold.eot#iefix) format('eot'),
url(../font/bbc-nassim-bold.woff) format('woff'),
url(../font/bbc-nassim-bold.ttf) format('truetype');
font-weight:400;font-style:normal
}
body {
    font-weight: 300;
    font-size: 15px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;
	  font-family: bbc-nassim-bold !important;
	  direction:rtl;
}

a {
	color: #555;
	text-decoration: none;
}

.container-grid {
	width: 100%;
	position: relative;
}
