/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

@font-face {
    font-family: 'beINNormal';
    src: url('../fonts/beINNormal.eot');

    src: url('../fonts/beINNormal.woff') format('woff'), /* Modern Browsers */ url('../fonts/beINNormal.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/beINNormal.svg#GE_SS_Two_Light') format('svg'); /* Legacy iOS */
}

body {
    min-width: 320px;
    overflow-x: auto;
    background: #fff;
    color: #5e3812;
    direction: rtl;
    font: 15px 'beINNormal', sans-serif;
    line-height: 1.6em;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

a, .color-red {
    color: #d30031;
}

a:hover, a:focus, .active-link, .color-yellow {
    color: #ff8b00;
}

.color-dark-yellow {
    color: #de8229;
}

.color-gray {
    color: #898989;
}

a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

label {
    margin-top: 5px;
    font-weight: 100;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #df8126;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #df8126;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #df8126;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #df8126;
}

input:not([type='submit']), select, textarea {
    padding: 9px 10px;
    display: block;
    width: 100%;
    height: 41px;
    background: #fff;
    color: #5e3812;
    font-weight: 100;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 0;
}

select {
    background: #fff url("../images/caret.png") no-repeat 10px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

option {
    padding: 0 10px;
    border: 0;
}

textarea {
    height: 170px;
    resize: none;
}

input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin: 0 0 0 5px;
}

a, input, select, textarea, button, .social a .fa, .yellow-box {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

table {
    width: 100%;
}

p.clearfix {
    margin-bottom: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-align-right, .text-align-left {
    text-align: center;
}

/*--------------------------------------
*********** BTNS ***********
--------------------------------------*/

.btn {
    border-radius: 6px;
    border: 0;
    font-size: 16px;
    padding: 10px 28px !important;
}

.btn.btn-small {
    padding: 10px 15px 8px !important;
    line-height: 1em;
    margin-right: 5px;
}

.btn-block {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.fa.right-fa {
    margin-left: 5px;
}

.fa.left-fa {
    margin-right: 5px;
}

.btn-grad, .bg-grad {
    background: #5c0078; /* Old browsers */
    background: -moz-linear-gradient(left, #5c0078 0%, #ff0000 50%, #fea803 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5c0078 0%, #ff0000 50%, #fea803 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5c0078 0%, #ff0000 50%, #fea803 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c0078', endColorstr='#fea803', GradientType=1); /* IE6-9 */
}

.btn-grad:hover, .btn-grad:focus {
    background: #5c0078;
}

.btn-grad, .btn-grad:hover, .btn-grad:focus {
    color: #fff;
}

/*--------------------------------------
*********** BOX ***********
--------------------------------------*/

.div-padding {
    padding: 30px 0;
}

.box {
    background: #fff;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.box h3 {
    margin: 10px 0 5px;
}

.box span {
    display: inline-block;
    margin: 10px 0 0;
}

.box p {
    margin: 0;
}

.box img {
    width: 100%;
}

.bordered-box {
    border: 1px solid #e5deb7;
}

.shadow-box {
    background: #fff;
    box-shadow: 0 0 16px 0 #f2e898;
}

.shadow-box .box {
    background: #fdfcec;
}

.shadow-box input:not([type='submit']), .shadow-box select, .shadow-box textarea {
    background: #f8f4ce;
    border: 1px solid #fbdac1;
}

.inner-box {
    padding: 15px;
}

.yellow-box {
    background: #de822b !important;
    color: #fff;
}

.yellow-box h1 {
    margin: 15px 0;
}

.yellow-box img {
    width: 100%;
    height: 155px;
}

.yellow-box:hover {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -o-transform: scale(1.04, 1.04);
}

/*--------------------------------------
*********** HEADER ***********
--------------------------------------*/

.min-header {
    background: #f9f4ca;
    padding: 10px 0;
}

.min-header a, footer a {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 12px;
}

footer a, footer a:hover, footer a:focus, .yellow-box a, .yellow-box a:hover, .yellow-box a:focus {
    color: #fff;
}

.min-header .social a {
    width: 35px;
    height: 35px;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 2px 5px 0 0;

    background: #fea803;
    background: -moz-linear-gradient(top, #fea803 0%, #ff0000 50%, #5c0078 100%);
    background: -webkit-linear-gradient(top, #fea803 0%, #ff0000 50%, #5c0078 100%);
    background: linear-gradient(to bottom, #fea803 0%, #ff0000 50%, #5c0078 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea803', endColorstr='#5c0078', GradientType=0);
}

.min-header .social a:hover {
    color: #fff;
    background: #5c0078;

    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.min-header .social a:hover .fa {
    transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
}

.border-div {
    height: 11px;
    background: url("../images/line.png") repeat-x;
}

/*--------------------------------------
*********** START NAV ***********
--------------------------------------*/

nav.navbar {
    position: relative;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 10px 0;
}

.navbar-header {
    color: #fff;
}

.nav > li > a {
    background-color: transparent;
    color: #fff;
}

.nav > li > a.active, .nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
    color: #fff;
}

.navbar-toggle {
    padding: 0;
    color: #fff;
    margin: 15px 0 0;
    float: left;
}

.navbar-header {
    padding: 0 15px;
}

.dropdown-menu {
    margin: 0;
    background-color: #F9F4CA;
    text-align: center;
    border: 0;
    border-top: 4px solid #D30031;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
}

/*--------------------------------------
*********** HEADER ***********
--------------------------------------*/

header {
    padding: 100px 0 70px;
}

header p {
    margin-top: 30px;
    line-height: 2em;
}

/*--------------------------------------
*********** HOME ***********
--------------------------------------*/

.off-white-bg {
    background: #f9f4cc;
}

.header-with-line-bg {
    margin-bottom: 30px;
}

.header-with-line-bg h1 {
    margin-bottom: -10px;
    padding-right: 5px;
}

.owl-slider {
    direction: ltr;
    text-align: right;
}

.owl-slider .item {
    border-bottom: 1px solid #f9f4ca;
    padding-bottom: 15px;
    margin: 0 10px 30px;
}

.owl-slider .item img {
    width: 100%;
}

.t-b-border-box {
    border-bottom: 1px solid #ca9074;
    border-top: 1px solid #ca9074;
    padding: 15px 0 0;
    margin: 15px 0 20px;
}

.fa.small {
    color: #8b1e23;
}

.margin-top {
    margin: 24px 0;
}

/**  Radio button Style  **/

.radio-holder {
    font-weight: 100;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.radio-holder span {
    vertical-align: middle;
    margin-right: 8px;
}

.radio-holder .radio-icon {
    width: 13px;
    height: 13px;
    line-height: 7px;
    display: inline-block;
    border: 1px solid #d4d4d4;
    background: #fff;
    text-align: center;
}

.radio-holder input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-holder .radio-icon:after {
    content: '';
    background: #fff;
    width: 7px;
    height: 7px;
    display: block;
    margin: 2px;
}

.radio-icon, .radio-holder .radio-icon:after {
    border-radius: 50%;
}

.radio-holder input[type="radio"]:checked + .radio-icon {
    border-color: #ff8b00;
}

.radio-holder input[type="radio"]:checked + .radio-icon:after {
    background: #ff8b00;
}

/******/

.border-bottom {
    border-bottom: 1px solid #97122f;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

footer {
    padding: 25px 0 10px;
    color: #fff;
}

footer p {
    margin: 15px 0;
}

.counter {
    margin-right: 10px;
}

.counter i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    padding: 2px 4px;
    line-height: 1em;
    background: #000;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 0 1px 0 0;
    position: relative;
    overflow: hidden;
    font-size: 20px;
}

.counter i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.breadcrumb {
    background: transparent;
    border-bottom: 1px solid #fdd7b3;
    padding: 0;
}

.breadcrumb li {
    padding: 8px 5px;
}

.breadcrumb li:first-child {
    border-left: 1px solid #fdd7b3;
    padding: 8px 15px;
    font-size: 18px;
    margin-left: 5px;
}

.breadcrumb > li + li::before {
    display: none;
}

.fa.small {
    font-size: 10px;
}

.panel {
    background: #e1e1e1;
    color: #282828;
    border-radius: 8px;
    overflow: hidden;
}

.panel .box {
    background: #f3f3f3;
    border: 1px solid #cfcfcf;
}

.panel table {
    border-radius: 8px;
}

.panel-heading {
    background: #9e0049;
    color: #fff;
}

.panel-heading a {
    color: #fff;
}

.color-purple {
    color: #9e0049;
}

.panel table th {
    background: #21282e;
    color: #fff;
    text-align: right;
}

.panel table .img-holder {
    background: #de8229;
    color: #fff;
}

.panel table, .panel table a {
    color: #892022;
}

/*--------------------------------------
*********** START MEDIA ***********
--------------------------------------*/

@media (min-width: 768px) {

    .no-padding {
        padding: 0 !important;
    }

    .text-align-right {
        text-align: right;
    }

    .text-align-left {
        text-align: left;
    }

    .navbar-nav > li, .navbar-header {
        float: right;
    }

    .navbar-header {
        padding: 0;
    }

    .nav > li > a {
        padding: 33px 13px;
    }

    .navbar-collapse {
        padding: 0;
    }

    .dropdown-menu {
        text-align: right;
    }

    .dropdown-menu > li > a {
        padding: 8px 10px;
        color: #5e3812;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        padding-right: 15px;
    }

    .nav > li > a:hover, .nav .open > a:hover {
        transform: scale(1.15, 1.15);
        -webkit-transform: scale(1.15, 1.15);
        -moz-transform: scale(1.15, 1.15);
        -ms-transform: scale(1.15, 1.15);
        -o-transform: scale(1.15, 1.15);
    }

    header {
        background: url("../images/home-main-bg.png") no-repeat top right;
        background-size: 39% auto;
    }

    footer p {
        margin: 15px 0 0;
    }

}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.sharebox {
    text-align: left;
    direction: ltr;
    margin-bottom: 20px;
}
.sharebox span {
    height: 25px !important;
}
#stcpDiv{
    left: 0px !important;
}

#element_to_pop_up{
    direction: rtl;
    background-color: #fff;
    margin: 0 auto;
    display: table;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #CCC;
    left:40% !important;
}

.leaf{
    margin: 0px auto;
    display: table;
    height: 100px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 15px 10px 10px;
}

.leaf_parent{
    background: transparent url("../../images/icons/2.png") no-repeat scroll 0% 0% / 100% 100%;
}

.leaf_last{
    display: inline;
    float: left;
}

.leaf_first{
    display: inline;
    float: right;
}

.leaf_border{
    border-top: 30px solid #613813;
    min-height: 30px;
    margin: 0 auto;
    width: 5px;
}

.leaf a{
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.root{
    height: 100%; ;
    min-height: 700px;
    background: transparent url("../../images/icons/1.png") no-repeat ;
    background-position: 50% 0%;
    background-size: auto 100%;
    padding-top: 25px;
}

.branch{
    height: 150px;    
}

.level{
    border-top: 5px solid #613813;
    float: right;
    margin: 0px auto;
    display: table;
    height: 60px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.leaf_3{
    background: transparent url("../../images/icons/3.png") no-repeat scroll 0% 0% / 100% 100%;
}
.leaf_4{
    background: transparent url("../../images/icons/4.png") no-repeat scroll 0% 0% / 100% 100%;
}
.leaf_5{
    background: transparent url("../../images/icons/5.png") no-repeat scroll 0% 0% / 100% 100%;
}
.leaf_6{
    background: transparent url("../../images/icons/6.png") no-repeat scroll 0% 0% / 100% 100%;
}
.leaf_7{
    background: transparent url("../../images/icons/7.png") no-repeat scroll 0% 0% / 100% 100%;
}
.leaf_8{
    background: transparent url("../../images/icons/8.png") no-repeat scroll 0% 0% / 100% 100%;
}