@charset "utf-8";

/************************** Import Fonts and Icons *************************/
/* Animate */
@import url("animate.css");
@font-face {
    font-family: "BNarm";
    src: url("fonts/BNarm.eot");
    src: url("fonts/BNarm.woff") format("woff"),
    url("fonts/BNarm.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "BKoodak";
    src: url("fonts/BKoodakBold.eot");
    src: url("fonts/BKoodakBold.woff") format("woff"),
    url("fonts/BKoodakBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.BNarm {
	font-family: BNarm, Tahoma, Helvetica, sans-serif;
	color:#000;
}
.BKoodak {
	font-family: BKoodak, Tahoma, Helvetica, sans-serif;
	color:#000;
}

/************************* General Styles for Tags *************************/
body {
  font-family: BKoodak, Tahoma;
  font-size: 12pt;
  padding: 0;
  background: #eee url('../images/bkg.jpg') fixed center center no-repeat;
  /*background: #eee url('../images/bkg4.jpg') repeat;*/
  color: #333;  
}

@media (min-width: 768px) {
  body {				
		margin-top: 34px;
		padding-bottom: 30px;
  }
  .container {	
	width: 1000px;
  }
}

@media (min-width: 480px) {
  body {
		padding-top: 50px;
		padding-bottom: 30px;
  }
}

a {
  color: #0daebd;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;    
}

a:hover {
  text-decoration: none;
  color: #f90;
  outline: 0;
}

a:active, a:focus {
  outline: 0;
}

img {
 /* width: 100%;*/
}

p {
  color: #7b8897;
  font-size:14px;
  line-height:28px;
}

ul {
  padding: 0;
  list-style: none;
  font-size:14px;
  line-height:30px;  
}

ul li i {
  color: #2ac0c1;
}

/************************* Website Header *************************/
.navbar-toggle { margin-top:5px; }

.navbar{  
  background: #eee url('../images/bkg-menu.jpg') center center no-repeat;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: 0;
  -webkit-transition: padding 0.4s ease;
  -moz-transition: padding 0.4s ease;
  -ms-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}

.navbar-collapse {
  padding-right: 0;  
}

.navbar-nav>li { 
  border-top: 4px solid transparent; 
  text-align:center; 
  -webkit-transition: all 0.4s ease; 
  -moz-transition: all 0.4s ease; 
  -ms-transition: all 0.4s ease; 
  -o-transition: all 0.4s ease; 
  transition: all 0.4s ease; 
}

.navbar-nav>li:hover { 
  border-top: 4px solid #428bca;
  outline-color: red;
}

.navbar-nav>li>a{
  text-align: center;
  font-size:15pt;
  font-weight:bold;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
  color: #428bca;
}
.navbar-default .navbar-nav>li>a:hover  { 
  background: #f7fafb; 
  color: #f90; 
  border-bottom:0;
}

.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}

.dropdown-menu {
  border: 0;
  border-top: 4px solid #0daebd;
}

.navbar-nav>li.dropdown>ul { 
  text-align: left;
  border-radius: 0;
}

.navbar-nav>li>.dropdown-menu {
  padding: 0;
  border: 0;
  border-top: 4px solid #5bc0de;
  left: 0;
  right: auto;  
}

.dropdown-menu>li>a {
  line-height: 20pt; 
  color: #0daebd;  
  font-size: 15pt;
  text-align: right;
  direction: rtl;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #f60;
}

/*.navbar-nav > li > a{
	padding-left : 8px;
}*/
/************************  Go to top arrow ************************/
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  display: none;
  background: transparent url("../images/to-top.png") center center no-repeat;
  opacity: 1;
}

.scrollup i {
  color: #0daebd;
  text-align: center;
  display: block;
  line-height: 48px;
  font-size: 20px;
}

.scrollup:hover { 
  opacity: 0.6;
}

.box-shadow{
	margin-top:10px;
	margin-bottom:10px;
	background:#fff;
	border-radius:0;
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.09);
	box-shadow: 0 1px 0px rgba(0,0,0,0.09);
}
.block-title {
font-size: 18pt;
font-family: BNarm, Tahoma;
border-bottom: 1px solid #ddd;
padding: 0;
margin: 0;
padding-bottom: 11px;
margin: 20px 5px 15px 5px;
}
.block-title span {
border-bottom: 2px solid #428bca;
padding-bottom: 4px;
color: #428bca;
font-weight: bold;
}
.post-title {
font-size: 20pt;
font-family: BNarm, Tahoma;
border-bottom: 1px solid #ddd;
padding: 0;
margin: 0;
padding-bottom: 2px;
margin: 10px 5px 0 5px;
}
.post-title span {
border-bottom: 2px solid #aaa;
padding-bottom: 4px;
color: #428bca;
font-weight: bold;
}
.post-body {
font-size: 14pt;
text-align:justify;
direction:rtl;
font-family: BKoodak, Tahoma;
padding: 0;
margin: 10px 5px 50px;
}

.page-footer {
text-align:center;
padding:30px 0;
color:#adcce9;
background:#cff url('../images/bkg-footer.jpg') center center no-repeat;
}
