@charset  "utf-8";

@font-face {
    font-family: 'RRF';
    src: url(../fonts/RRF.woff) format("woff");
	src: url(../fonts/RRF.woff2) format("woff");
    src: url('../fonts/RRF.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RRF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	text-decoration: none !important;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
	font: 14px/25px 'RRF','Myriad Pro', Tahoma;
}
body{
    background: #f9fafa;
    direction: rtl;
    font: 14px/25px 'RRF','Myriad Pro', Tahoma;
	color: #555;
}
html,body{
    width: 100%;
    height: 100%;
}
li{
    list-style: none;
}
:focus{
    outline: 0;
}
a{
	 outline: 0;
}
.navbar-default {
    border-color: rgba(34,34,34,.05);
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.navbar-brand{
  margin-top: -10px;
}
.navbar-default .navbar-header .navbar-brand {
    color: #f18200;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #f18200;
}
.nav>li{
    float: right;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    font-size: 13px;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f18200;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f18200!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f18200!important;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #ffaa00;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
        box-shadow: 1px 1px 5px #999;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #444;
		transition: all .2 ease-in-out;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f18200!important;
    }
}
.navbar-default{
	border: transparent;
}
.navbar-nav>li>a{
	padding-top: 40px;
	padding-bottom: 40px;
}
.navbar-default.affix .nav > li>a:hover{
	background-color: rgba(255, 255, 255, 0.3);
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.header{
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

.header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 45px
}

.header .header-content .header-content-inner hr {
    margin: 30px auto;
    width: 30%;
    border-color: #f18200;
}

.header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    .header {
        min-height: 100%;
    }

    .header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    .header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.single{
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.single .header-content {
    position: relative;
    width: 100%;
    padding: 250px 15px 50px 15px;
    text-align: center;
}

.single .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 45px
}

.single .header-content .header-content-inner hr {
    margin: 30px auto;
    width: 30%;
    border-color: #f18200;
}

.single .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    color: rgba(255,255,255,.7);
}
