/* www.RAZHIA.com */
/* fonts */
@font-face{font-family:Vazir;src:url(../fonts/Vazir-FD.eot);src:url(../fonts/Vazir-FD.eot?#iefix) format('sahel-opentype'),url(../fonts/Vazir-FD.woff) format('woff'),url(../fonts/Vazir-FD.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:Vazir;src:url(../fonts/Vazir-Bold-FD.eot);src:url(../fonts/Vazir-Bold-FD.eot?#iefix) format('sahel-opentype'),url(../fonts/Vazir-Bold-FD.woff) format('woff'),url(../fonts/Vazir-Bold-FD.ttf) format('truetype');font-weight:700;font-style:bold}@font-face{font-family:yekanBold;font-style:normal;font-weight:400;src:url(../fonts/YekanBakh-Bold-ED.woff) format('woff')}

/* icons */
.small_icon {
    width: 32px;
    height: 32px;
    float: right;
}

.location_icon {
    background: transparent url('../img/location_filled_16px.png') no-repeat right;
}

.tell_icon {
    background: transparent url('../img/phone_filled_16px.png') no-repeat right;
    margin-top:-5px;
}

/* styles */
* {
    font-family: Vazir;
    font-size: 1rem;
    direction: rtl;
    transition: 0.3s;
}

*::selection {
    background: #D4A54D;
    color: #fff;
}

*::-moz-selection {
    background: #D4A54D;
    color: #fff;
}

body,
html {
    padding-top: 6px;
    padding-bottom: 45px;
    font-family: Vazir;
    background: #000000;
}

a {
    color: #464646;
}

a:hover {
    color: #D4A54D;
}

a:focus {
    color: #464646;
}

a:active {
    color: #464646;
}

a:visited {
    color: #464646;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.fl {
    float: left
}

.fr {
    float: right
}

.container {
    max-width: 1080px;
    position:relative
}

.sidebar_menu ul li:hover {
    background: #D4A54D;
    color: #000;
}

.sidebar_menu ul a{
    text-decoration: none;
}

.sidebar_menu ul li {
    list-style: none;
    background: #222;
    color: #aaa;
    padding: 6px 10px;
    margin: 0px 16px 8px;
    border-radius: 5px;
    font-weight: bold;
}

.logo {
    width: 100%;
    height: 420px;
    background: #000000 url("../img/razhia_barber_academy_logo.jpg") no-repeat center;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    margin: 0 auto;
	background-size:100%;
}

.th_list {
    width: 100%;
    height: 420px;
    background: #000000 url("../img/th_list.jpg") no-repeat center;
    margin-bottom: 20px;
    background-size: 100%;
    position: absolute;
    margin: 0 auto;
}

.content_100 {
    width: 100%;
    position: relative;
    height: 420px;
}

.w100 {
    width: 100%;
}

.p0 {
    padding: 0px
}

.m0 {
    margin: 0px
}

.sidebar_menu .title {
    padding: 0 20px;
    font-family: yekanBold;
    font-size: 24px;
    color: #fff;
}

.title_font {
    font-family: yekanBold;
    font-size: 26px;
    color: #D4A54D;
}

.content .title {
    padding: 0 10px;
    font-family: yekanBold;
    font-size: 32px;
    color: #D4A54D;
    border-right: 0px #D4A54D solid ;
}

.space-10 {
    width: 100%;
    height: 10px;
}

.space-20 {
    width: 100%;
    height: 20px;
}

.space-30 {
    width: 100%;
    height: 30px;
}

.content {
    margin-top: 10px;
    padding: 10px 30px 30px;
    font-size: 16px;
    color:#000;
    background: #fff;
    text-align: justify;
    line-height: 30px;
}

.lnkr {
    padding: 0 16px;
    width: 50%;
    float: left;
}

.contact {
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.callus {
    background: darkgreen;
    color:white;
    position: fixed;
    font-size: 20px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 15px;
    z-index: 10000;
    text-align: center;
    text-shadow: 1px 1px 1px #206d08;
    background: #299a0b; /* Old browsers */
    background: -moz-linear-gradient(top,  #299a0b 0%, #206d08 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #299a0b 0%,#206d08 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #299a0b 0%,#206d08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#206d08',GradientType=0 ); /* IE6-9 */
}