@charset "utf-8";
@font-face {
    font-family: 'BYekan';
    src:url('../fonts/BYekan.eot?#') format('eot'),    
          url('../fonts/BYekan.woff') format('woff'),
          url('../fonts/BYekan.ttf') format('truetype'); 
}
body {
	font-family: BYekan;
}
/* Navbar
-------------------------------------------------- */
#navbar {
	background-color: #f6f6f6;
	color: #7f7f7f;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	height: 30px;
	width: 100%;
	padding-bottom: 8px;	
}

/* Header
-------------------------------------------------- */
#header {
	border-bottom: 6px solid #c1272d;
}
#logo {
	background: url('../img/logo.png');
	width: 162px;
	height: 50px;
	overflow: hidden;
	text-indent: 9999px;
	display: block;
	margin-top: 31px;
}
#menu {
	font-family: BYekan;
	font-size: 16px;
	margin-top: 60px;
	margin-bottom: 6px;
}
#menu li a {
	color: #363636;
	margin: 0 3px;
	padding: 10px 16px;
	text-decoration: none;
}
#menu li a:hover, li a.active {
	color: #fff;
	background: #c1272d;
	border-radius: 8px 8px 0 0;
}
/* Slider
-------------------------------------------------- */
#slider {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #ffffff;
	background-image: url("../img/slide_bg.jpg");
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	border-bottom: 6px solid #9e1a1f;
	width: 100%;
}
#slider img {
	float: left;
}
#slider h2 {
	float: right;
	font-family: BYekan;
	margin-top: 78px;
	color: #c1272d;
	font-size: 38px;
	font-weight: 400;
	line-height: 53px;
	text-align: right;
}
#slider p {
	float: right;
	font-family: BYekan;
	margin-top: 35px;
	font-size: 17px;
}
/* Service
-------------------------------------------------- */
#service {
	color: #fff;
	font-family: BYekan;
	background-color: #c1272d;
	padding: 35px 0 60px;
}
#service h2 {
	font-family: BYekan;
	font-size: 29px;
}
#service p {
	font-family: tahoma;
	font-size: 14px;	
	line-height: 27px;
}
#service i {
	border: 2px solid #fff;
	border-radius: 50%;
	float: right;
	margin: 23px -46px 0 0;
	padding: 6px;
}

/* Packs
-------------------------------------------------- */
#packs {
	padding: 40px 0 50px;
}
.white {
    color: white;
}

.btn-lg {
    font-size: 38px;
    line-height: 1.33;
    border-radius: 6px;
}

.box > .icon {
    text-align: center;
    position: relative;
}

.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 7px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #efefef;
    vertical-align: middle;
}

.box > .icon:hover > .image {
    border: 2px solid #c1272d;
}

.box > .icon > .image > i {
    font-size: 40px !important;
    color: #fff !important;
}

.box > .icon:hover > .image > i {
    color: white !important;
}

.box > .icon > .info {
    margin-top: -24px;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}

    .box > .icon > .info > h3.title {
        color: #c1272d;
        font-weight: 500;
		font-family: BYekan;
    }

    .box > .icon > .info > p {
        color: #222;
        line-height: 1.5em;
        margin: 20px;
		font-family: Tahoma;
    }

.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
    color: #222;
}

.box > .icon > .info > .more a {
    color: #c1272d;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
    color: #000;
    padding: 6px 8px;
    border-bottom: 4px solid black;
}

.box .space {
    height: 30px;
}

/* Start
-------------------------------------------------- */
#start {
	background: #2d3032;
	color: #fff;
	padding: 40px 0 50px;
	width: 100%;
}
#start h2 {
	font-family: BYekan;
	line-height: 46px;
	font-size: 22px;
	margin-top: 10px;
}
#start h3 {
	color: #c1272d;
}

/* Theme
-------------------------------------------------- */
#themes {
	padding: 40px 0 50px;
	width: 100%;
}
#themes .themes {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-top: 12px;
	padding-bottom: 12px;
	z-index: 290;
}
#themes h3 a {
	color: #c1272d;
	font-family: BYekan;
	font-size: 17px;
}
#themes p {
	font-family: Tahoma;
	font-size: 12px;
}
#themes .tbox img {
	width: 100%;
	border: 1px solid #ddd;
}

/* Foot
-------------------------------------------------- */
#foot {
	width: 100%;
	color: #fff;
	font-family: BYekan;
	background-color: #c1272d;
	padding: 6px 0 16px;
	border-top: 6px solid #9e1a1f;
}
#foot h3 {
	font-family: BYekan;
	font-size: 17px;
}
.reg-btn {
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 19px;
	margin: 7px auto 0;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}
.reg-btn:hover {
	color: #000;
	border-color: #000;
	text-decoration: none;
}
/* Footer
-------------------------------------------------- */
#footer {
	width: 100%;
	color: #fff;
	font-family: BYekan;
	padding: 15px 0 20px;
	background-color: #2d3032;
	height: 250px
}
#footer h3 {
	font-family: BYekan;
	font-size: 15px;
}

#f-about a {
  float: right;
  padding: 20px 0 10px;
  width: 100%;
}
#f-about p {
  color: #ddd;
  font-size: 13px;
  line-height: 19px;
  text-align: justify;
}
#f-menu a {
  color: #ddd;
  font-size: 13px;
}

/* Pages
-------------------------------------------------- */
#page {
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: Tahoma;
	min-height: 500px;
}
#page h2{
	font-family: BYekan;
}
#page strong {
	font-weight: bold;
	font-family: BYekan;
	font-size: 17px;
}
#rules {
  text-align: justify;
  line-height: 23px;
}
#navmenu a {
  color: #333;
  font-family: BYekan,Tahoma;
  font-size: 12px;
}

/* Slider
-------------------------------------------------- */
#slide {
  display: none
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
  color:red;
}

/* Others
-------------------------------------------------- */
.r2l {
	text-align: right;
	direction: rtl;
}
.l2r {
	text-align: left;
	direction: ltr;
}
.error-message {
  color: red;
  font-size: 12px;
  margin: 5px 0 3px;
}
#menu li a.active {
  color: #fff;
}
::-moz-selection {
       background-color: #c1272d;
       color: #FFF;
}
::selection {
       background-color: #c1272d;
       color: #FFF;
}