body {
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    font-family: ptyekan, Tahoma;
    direction: rtl;
    background: #eaeaea;
}
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

input, textarea, select {
    outline: none;
    padding: 11px 25px;
    font-family: ptyekan, Tahoma !important;
    text-align: right;
}

input[type=submit]{
    text-align: center;
}

@font-face {
    font-family: 'ptyekan';
  src: url("../fonts/YekanWeb-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face{
    font-family:"BNazanin";
    src:url("../fonts/BNazanin.eot?#") format('eot'),url("../fonts/BNazanin.woff") format('woff'),url("../fonts/BNazanin.ttf") format('truetype');
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

.wrap {
    margin: 0 auto;
    width: 1200px;
    max-width: 96%;
    position: relative;
}
/*header {
    display: block;
    width: 100%;
    height: 278px;
    background-color: #ffffff;
    font-family: ptyekan;
    font-weight: 100;
    border-bottom: 1px solid #e6e6e6;
    background: url("../images/bg-gradient.jpg") repeat-x;
    background-color: white;
}
header nav{
    position: relative;
    margin-top: 0;

}*/
header .right , header .nav{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-nav--fixed .nav{
    position: fixed;
    top:0;
    right:0;
    z-index: 9999;
    left:0;
}
.main-nav--fixed .nav .topNavSearch{
    top:6px;
    display: none;
}
.main-nav--fixed .nav .right{
        margin: 0;
    border-radius: 0;
}
header .logoTitle{
    float: right;
    font-size: 24px;
    margin-top: 49px;
    margin-right: 31px;
    color: #2959a1;
    font-weight: normal;
}
header .responsiveLogo{
    display: none;
}
header .livetime{
    position: absolute;
    top: 86px;
    left: -20px;
    color: black;
    font-size: 14px;
    font-family: ptyekan;
}

header .timeInput{
    background: transparent;
    padding: 0 !important;
    border: none;
    margin-right: 7px;
    font-size: 14px;
    margin-left: -11px;
}
header .livetime i{
    padding-right: 5px;
    top: 2px;
    position: relative;
}
header .livetimeFix{
    top: 111px !important;
    direction: ltr !important;
    font-family: arial;
    margin-left: 24px;
}

/*
header li {
    display: block;
    list-style: none;
    position: relative;
    width: 100%;
    border-right: 2px solid #ffffff;
    border-left: 1px solid #3F6CB2;
    border-bottom: none;
    border-right: none;
    font-family: ptyekan, Tahoma;
    font-weight: 100;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
header li li {
    border: none;
}

header li li:hover:after {
    content: "\A";
    position: absolute;
    right: 0;
    top: 37%;
    width: 0;
    height: 0;
    border-right: 7px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

header li:hover a {
    color: #234d8e;
}

header ul li ul {
    display: inline-block;
    float: right;
    position: relative;
    color: black;
    padding: 0;
}

header ul li ul {
    width: 137px;
}*/

header .right {
    float: right;
    width:100%;
    background: -webkit-linear-gradient(#4371BA, #164081);
    background: -o-linear-gradient(#4371BA, #164081);
    background: -moz-linear-gradient(#4371BA, #164081);
    background: linear-gradient(#4371BA, #164081);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 3px solid #3F6CB2;

}

header .right > li {
    display: block;
    float: right;
    height: 50px;
    padding-top: 12px;
    width: auto;
    padding: 0 17px;
    position: relative;
    line-height: 50px;
    font-size: 13px;
    text-align: center;
}
header .right > li li{
      width: 100%;
      line-height: 20px;
}
header .right > li:before {
    content: "\A";
    position: absolute;
    top: -9px;
    right: 40%;
    width: 0;
    height: 0;
    border-top: 10px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

header .right > li:hover {
    background: #4877C3;
}
header .right > li:first-child:hover{
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -o-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}
header .right > li:hover:before {
    top: -1px;
}

header .right li li a{
    padding: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
header .right li:hover a {
    color:white;
    display: block;
}
header .right li:hover li a{
    color: black;
}
header .right li:hover li a:hover{
    background: #21B5B7;
    padding-right: 14px;
    color: white;
}
header .left {
    float: left;
    /*width: 20%;*/
    top: 11px;
    position: relative;
    margin-top: 125px;
}

header .left li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-top: 12px;
    margin-right: 7px;
    background-color: #21b5b7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
header .right > li a{
    color: white;
}
header .left li:hover {
    background-color: #1a9294;
}

header .left li a {
    display: block;
    color: white;
}

header .left li i {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
}

/*header ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
*/
header img {
    /*width: auto;*/
    /*height: 205px;*/
    /*float: right;*/
    /*margin-left: 10px;*/
}

.search {
    width: 100%;
    height: 70px;
    background-color: #2e2e2e;
    display: none;
    float: right;
    margin-bottom: 30px;
}

.search form {
    margin: 0 auto;
    width: 1200px;
    margin-top: 5px;
    direction: rtl;
}

.search form input {
    width: 90%;
    height: 60px;
    outline: none;
    float: right;
    background: rgba(255, 255, 255, 0.3);
    text-align: right;
    border: none;
    color: #ffffff;
    font-size: 26px;
}

.search form button {
    width: 10%;
    height: 60px;
    outline: none;
    float: right;
}

.search form button i {
    font-size: 26px;
}

.container {
    margin: 0 auto;
    width: 1200px;
    text-align: right;
    max-width: 96%;
}

.container .ads {
    float: right;
    width: 200px;
    margin-top: 26px;
    margin-bottom: 11px;
    text-align: center;
}


.top-left-margin{
    margin-top: -15px !important;
}
.container .m-right {
    float: right;
    width: 200px;
    margin-top: 20px;
}

input[type="button"]{
    text-align: center;
}
.container .m-right .poll input[type="submit"] , .pollForm input[type="submit"]{
    margin-top: 20px;
    margin-bottom: 10px;
    color: white;
    font-family: ptyekan, Tahoma;
    outline: none;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(#72BB90, #559E73);
    background: -webkit-linear-gradient(#72BB90, #559E73);
    background: -o-linear-gradient(#72BB90, #559E73);
    background: -moz-linear-gradient(#72BB90, #559E73);
    margin-right:5px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.container .m-right .poll input[type="submit"]:hover{
    background: #559E73;
}

.container .m-right .poll input[type=radio] {
    background-color: #234d8e;
}

.container .m-right .r-top {
    height: 56px;
    line-height: 56px;
    padding: 20px 0;
    color: white;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    font-size: 14px;
    font-family: ptyekan, Tahoma;
    position: relative;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    background: -webkit-linear-gradient(#A8ADAA, #747B77);
    background: -o-linear-gradient(#A8ADAA, #747B77);
    background: -moz-linear-gradient(#A8ADAA, #747B77);
    background: linear-gradient(#A8ADAA, #747B77);
}

.container .m-right .r-top i {
    float: right;
    position: absolute;
    top: 0;
    right: 3%;
    width: 40px;
    line-height: 56px;
    text-align: center;
    border-left: 1px solid rgba(164, 177, 187, 0.43);
    font-size: 19px !important;
}
.container .m-right .sidebarTitle{
    position: absolute;
    top: 0px;
    right: 53px;
    color: white;
}
.container .m-right .sidebarDentalGroupsTitle{
    position: absolute;
    top: 0px;
    right: 10px;
    color: white;
}

.container .m-right .r-bottom {
    background-color: white;
    margin-bottom: 25px;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
}
.container .m-right .catRb{

}
.container .m-right .r-bottom img{
    max-width: 100%;
    padding: 2px 8px;
}
.container .m-right .r-bottom img:first-child{
    margin-top: 7px;
}
.container .m-right .r-bottom a {
    color: black;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    padding-right: 15px;
}

.container .m-right .r-bottom a:hover {
    color: #234d8e;
}

.container .m-right .r-bottom ul {
    margin: 0;
    padding: 0;
}
.toggle1 > a , .toggle2 > a , .toggle3 > a{
    font-weight: bold;
}
.toggle ul{
    display: none;
    margin: 0;
    padding: 0;
}
.container .m-right .r-bottom li {
    direction: rtl;
    font-size: 13px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 4px;
    padding-right: 18px;
}

.container .m-right .r-bottom li:hover{
    background: red;
}
.container .m-right .r-bottom ul> li {
    position: relative;
}
.container .m-right .r-bottom li:hover{
    background-color: #f0f0f0;
}
.container .m-right .r-bottom li li:hover{
    background-color: #21b5b7;
}
.container .m-right .r-bottom li li a:hover{
    color: white !important;
}
.container .m-right .r-bottom ul ul {
    background: white;
    position: relative;
    margin-right: -13px
}
.container .m-right .r-bottom li li {
    direction: rtl;
    font-size: 13px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 2px;
    padding-right: 30px;
    font-weight: 100;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    padding: 2px;
    padding-right: 30px;
    /*text-shadow: 0 1px 2px gray;*/

}
.container .m-right .r-bottom li li a{
    color:rgb(133, 139, 136);
    display: inline-block;
    width: 90%;
    height: 100%;
}
.container .m-right .r-bottom li:last-child{
    border-bottom: none;
}
.container .m-right .r-bottom li:hover:before {
    color: #234d8e;
}

.container .m-right .r-bottom li:before {
    content: '\f0d9';
    font-family: FontAwesome;
    padding-left: 7px;
    color: #5A97C3;
    position: absolute;
}
.container .m-right .catRb{
    overflow: hidden;
}
.container .m-right .catRb li:before{
    content: '\f0d9';
    font-family: FontAwesome;
    color: #21B5B7;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #E6E6E6;
    text-align: center;
    bottom: 0;
    padding-right: 11px;
    padding-left: 11px;
    padding-top: 4px;
    background-color: rgba(239, 239, 239, 0.69);
}
.container .m-right .catRb li li:before{
    background: transparent;
    color: black;
}
.container .m-right .catRb ul ul{
    margin-right: 10px;
}
.container .m-right .catRb li{
    background: -webkit-linear-gradient(#fff,#FBFBFB );
    background: -o-linear-gradient(#fff, #FBFBFB);
    background: -moz-linear-gradient(#fff, #FBFBFB);
    background: linear-gradient(#fff, #FBFBFB);
}
.container .m-right .catRb li li{
    background: transparent;
}
.container .m-right .catRb a{
    padding-right: 18px;
}
.container .m-right .r-bottom li a {
    color: black;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.container .m-right .r-bottom li a:hover {
    /*color: #ffffff;*/
}

.container .m-center {
    float: right;
    width: 800px;
    margin-top: 40px;
}
.container .m-centerFix{
    margin-top: 20px;
}
.container .m-center .cycle-slideshow {
    display: block;
    min-width: 800px;
    overflow: hidden;
}

.container .m-center .cycle-slideshow img {
    margin-left: 4px;
}

.container .m-center .row {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /*display: table;*/
}
.table{
    display: table !important;
}
.container .m-center .row2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container .m-center .item {
    margin: 0;
    padding: 0;
}

.container .m-center .item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.container .m-center .i-right {
    display: inline-block;
    width: 30%;
    float: right;
}

.container .m-center .i-right img {
    float: right;
    height: 100px;
}

.container .m-center .i-left {
    display: inline-block;
    width: 56%;
    padding-right: 5px;
}

.container .m-center .i-left .h2 {
  background: none repeat scroll 0 0 #e9f2ff;
  direction: rtl;
  /*font-family: ptyekan;*/
  font-size: 14px;
  padding: 2px 9px;
  font: bold 19px/1.2em 'b nazanin','BNazanin' !important;
}

.container .m-center .i-left .p {
    font-size: 11px;
    font-weight: 100;
    direction: rtl;
    line-height: 1.6em;
    font-family: tahoma;
    margin-top: 7px;
}

.container .m-center .i-left a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    color: #244f92;
}

.container .m-center .i-left a:hover {
    color: #234d8e;
}

.container .m-center .box {
    margin: 0 auto;
    display: block;
    width: 760px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 40px;
    padding-bottom: 14px;
    margin-bottom: 47px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.container .m-center .box h2{
    font-weight: 100;
    font-size: 18px;
    text-shadow:2px 2px black;
}
.container .m-center .box .htwoFullBook{
    text-shadow:none;
    border-bottom: 1px solid rgb(231, 231, 231);
    padding-bottom: 6px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFFFFF), color-stop(100%, #F2F2F2));
    background-image: -moz-linear-gradient(#FFFFFF, #F2F2F2);
    background-image: -webkit-linear-gradient(#FFFFFF, #F2F2F2);
    background-image: linear-gradient(#FFFFFF, #F2F2F2);
    padding-right: 14px;
    padding-left: 14px;
}
.container .m-center .box .htwoFullBook i {
  margin-left: 7px;
  position: relative;
  top: 1px;
}



/*start*/
 .container .m-center .box .r-top {
    background-color: #1e88c9;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    color: white;
    font-weight: 700;
    width: 180px;
    margin: 0 auto;
    position: absolute;
    top: -20px;
    right: 10%;
    font-family: ptyekan, Tahoma;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.container .m-center .box .r-top i {
    float: right;
    padding-right: 7px;
    padding-top: 10px;
    padding-left: 7px;
    font-size: 20px;
}
/*end*/

.container .m-center .box .news-box {
    width: 50%;
    float: right;
    margin: 0 auto;
    display: inline-block;
}

.container .m-center .box .news-box .pic {
    float: right;
    width: 30%;
}

.container .m-center .box .news-box .post-title {
    float: right;
    width: 70%;
    padding-right: 7px;
    padding-left: 40px;
    height: 40px;
}

.container .m-center .box .news-box .post-title p {
    font-size: 12px;
}

.container .m-center .box .news-box .post-title a {
    color: black;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.container .m-center .box .news-box .post-title a:hover {
    color: #234d8e;
}

.slider {
    margin-top: 20px;
    background-color: #ffffff;
}

.slider .left {
/*    width: 100%;*/
    max-height: 300px;
    overflow: hidden;
    display: block;
    position: relative;
}
.slider .left .sliderItem{
    width: 100%;
}

.slider .left img {
    width: 100%;
    display: block;
    height: auto;
    margin:0 auto;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -o-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
}

.slider .left .cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 9999;
    bottom: -5px;
    left: 0px;
    position: absolute;
}

.slider .left .cycle-pager span {
    font-size: 50px;
    width: 30px;
    height: 20px;
    display: inline-block;
    color: #234d8e;

}

.slider .left .cycle-pager span.cycle-pager-active {
    color: #ffffff;
}

.slider .left .cycle-pager > * {
    cursor: pointer;
}

.sliderItem .cycle-overlay {
    background: rgba(0,0,0,0.4);
    color: rgba(255,255,255,0.8);
    padding: 15px 15px;
    position: absolute;
    top: 100%;
    height: 100px;
    font-size: 25px;
    width: 40%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}
.sliderItem:hover .cycle-overlay{
    top: 51%;
}

.sliderItem .cycle-overlay span {
    display: block;
    text-align: center;
    font-size: 21px;
}

.sliderItem .cycle-overlay span:nth-child(2) {
    font-size: 16px;
    padding-top: 8px;
}

.sliderItem .cycle-overlay a {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.sliderItem .cycle-overlay .moreInfo {
    border: 1px dotted #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    color: #fff;
    z-index: 99999;
    margin: 10px auto;
    display: block;
    width: 50%;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.sliderItem .cycle-overlay .moreInfo:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-margin {
    margin-top: 20px;
}

.bestseller {
    width: 100%;
    margin-top: 30px;
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 20px;
    border-top: 3px solid #234d8e;
    text-align: right;
}

.bestseller .top-title {
    width: 160px;
    height: 40px;
    position: absolute;
    top: -80px;
    right: 0;
    line-height: 40px;
    z-index: 9999999;
}

.bestseller .top-title h2 {
    background: #234d8e;
    color: #ffffff;
    text-align: center;
    font-family: ptyekan;
    font-weight: 700;
}

.bestseller .top-title i {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

.bestseller .bx-wrapper .bx-prev {
    left: 30%;
}

.bestseller .bx-wrapper .bx-next {
    right: 32%;
}


.clearfloat {
    line-height: 0;
    width: 100%;
    height: 1px;
    clear: both;
}

#new-item .item {
    margin: 3px;
}

#new-item .item img {
    display: block;
    width: 100%;
    height: auto;
}

.jcarousel-2row {
    position: relative;
    overflow: hidden;
}

.jcarousel-2row ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-2row li {
    float: right;
    display: inline-block;
}

.jcarousel-wrapper {
    width: 100%;
    text-align: right;
}

.jcarousel {
    position: relative;
    width: 97%;
    margin: auto;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel[dir=rtl] li {
    display: inline-block;
    width: 187px !important;
    vertical-align: top;
}

.jcarousel[dir=rtl] li span {
    float: right;
}

.jcarousel[dir=rtl] li img {
    display: block;
    width: 100%;
}
.imageContainer{
    position: relative;
    width: 140px;
    min-height: 173px;
    background: rgba(0,0,0,0.03);
    border: 1px solid #E4E4E4;
}
.bookTitle{
    font-weight: 100;
    margin-top: 4px;
    width: 140px;
    text-align: center;
    border: 1px solid #E4E4E4;
    padding: 3px;
    min-height: 65px;
    background: #FCFAFA;
    font-size: 11px;
    line-height: 2em;
}
.imageOverlay{
    position: absolute;
    top: 0px;
    right: 0;
    left: 2px;
    bottom: 0px;
    background: rgba(0,0,0,0);
    transition: all,0.7s, ease-in-out;
    -o-transition: all,0.7s, ease-in-out;
    -ms-transition: all,0.7s, ease-in-out;
    -moz-transition: all,0.7s, ease-in-out;
    -webkit-transition: all,0.7s, ease-in-out;
}
.imageContainer:hover .imageOverlay{
    background: rgba(35,77,144,.9);
}
.imageContainer:hover .textOverlay{
    top: 0;
    visibility: visible;
}
.textOverlay{
    color: white;
    text-align: right;
    padding: 22px 8px;
    position: absolute;
    top:50px;
    transition: all,.7s, ease-in-out;
    -o-transition: all,.7s, ease-in-out;
    -ms-transition: all,.7s, ease-in-out;
    -moz-transition: all,.7s, ease-in-out;
    -webkit-transition: all,.7s, ease-in-out;
    visibility: hidden;
    font-size: 14px;
}
.textOverlay a{
    color: white;
}
.jcarousel[dir=rtl] ul {
    margin: 0;
    padding: 0;
    margin-right: 1px;
}

.jcarousel-2row[dir=rtl] li {
    float: right;
    margin: 0;
    width: 369px !important;
}

.jcarousel-2row[dir=rtl] li > span {
    margin-bottom: 7px;
}

.jcarousel-2row[dir=rtl] li span {
    float: right;
}

.jcarousel-2row[dir=rtl] li img {
    float: right;
    width: 120px;
    height: auto;
    border: 1px solid #E4E4E4;
}

.jcarousel-pagination {
    text-align: center;
    margin-top: 20px;
}

.jcarousel-pagination a {
    background-color: #21B5B7;
    border-radius: 0;
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999900px;
    margin-left: 5px;
}

.jcarousel-pagination .active {
    background-color: #265639;
}

.jcarousel-control-next , .poll-next{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 0;
    font-size: 40px;
    z-index: 8888;
    background: rgba(33, 181, 183, .7);
    color: white;
    width: 40px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all,.7s, ease-in-out;
    -o-transition: all,.7s, ease-in-out;
    -ms-transition: all,.7s, ease-in-out;
    -moz-transition: all,.7s, ease-in-out;
    -webkit-transition: all,.7s, ease-in-out;
}
.slider .next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 0;
    font-size: 40px;
    z-index: 8888;
    background: rgba(33, 181, 183, .7);
    color: white;
    width: 40px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all,.7s, ease-in-out;
    -o-transition: all,.7s, ease-in-out;
    -ms-transition: all,.7s, ease-in-out;
    -moz-transition: all,.7s, ease-in-out;
    -webkit-transition: all,.7s, ease-in-out;
}
.jcarousel-control-next:hover , .slider .next:hover , .poll-next:hover{
    background: rgba(0,0,0,.7);
    color: white;
}
.jcarousel-control-prev , .poll-prev {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 0;
    font-size: 40px;
    z-index: 8888;
    background: rgba(33, 181, 183, .7);
    color: white;
    width: 40px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all,.7s, ease-in-out;
    -o-transition: all,.7s, ease-in-out;
    -ms-transition: all,.7s, ease-in-out;
    -moz-transition: all,.7s, ease-in-out;
    -webkit-transition: all,.7s, ease-in-out;
}
.slider .prev {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 0;
    font-size: 40px;
    z-index: 8888;
    background: rgba(33, 181, 183, .7);
    color: white;
    width: 40px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all,.7s, ease-in-out;
    -o-transition: all,.7s, ease-in-out;
    -ms-transition: all,.7s, ease-in-out;
    -moz-transition: all,.7s, ease-in-out;
    -webkit-transition: all,.7s, ease-in-out;
}
.jcarousel-control-prev:hover , .slider .prev:hover , .poll-prev:hover{
    background: rgba(0,0,0,.7);
    color: white;
}
.controlBtnFix{
    margin-top: 7px;
}

.jcarousel {
    position: relative;
}

.jcarousel i {
    font-size: 20px;
    background: rgb(85, 158, 115);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 2px solid black;
}
.jcarousel i:hover{
    background: #25834b;
}
.jcarousel-footer {
    width: 1120px;
    margin: 0 auto;
}

.jcarousel-footer li {
    margin-left: 1px;
}

.copy {
    font-family: arial;
    /*direction: ltr;*/
    font-size: 12px;
}

.copy .pt {
    display: block;
    background: url("../images/ptc.png") no-repeat;
    color: white;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    padding: 0 0 0 25px;
    transition: all,0.2s, ease-in-out;
    -o-transition: all,0.2s, ease-in-out;
    -ms-transition: all,0.2s, ease-in-out;
    -moz-transition: all,0.2s, ease-in-out;
    -webkit-transition: all,0.2s, ease-in-out;
}

.copy:hover .pt {
    transition: all,0.2s, ease-in-out;
    -o-transition: all,0.2s, ease-in-out;
    -ms-transition: all,0.2s, ease-in-out;
    -moz-transition: all,0.2s, ease-in-out;
    -webkit-transition: all,0.2s, ease-in-out;
    background-position: 0 -16px;
    color: #15b1d9;
}

.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}

.tooltipster-default .tooltipster-content {
    font-family: ptyekan;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: auto;
    overflow: visible;
    pointer-events:none;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

/*# sourceMappingURL=style.css.map */


.hover-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hover-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6b98dd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-to-left:hover, .hover-to-left:focus, .hover-to-left:active {
  color: white;
}
.hover-to-left:hover:before, .hover-to-left:focus:before, .hover-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footerCopyText{font-size: 14px;margin-bottom: 20px;}
.topNavSearch {
  left: 11px;
  position: absolute;
  top: 17px;
}
.searchButton{
    left: -5px;
    position: absolute;
    top: -4px;
    border: none;
    background: transparent;
    cursor: pointer;
}
.searchButton:before{
    position: absolute;
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    left: 19px;
    top: 15px
}

.topNavSearch i{
    font-size: 18px;
}
.searchInput {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  border: medium none;
  border-radius: 5px;
  text-align: right;
  text-align: right;
  width: 150px;
  height: 38px;
}
.loginInput{
    width: 90%;
    margin: 5px auto;
    height: 37px;
    text-align: right;
    padding: 0 7px;
}
.loginInput:first-child{
    margin-top: 10px;margin-bottom: 7px;

}
.centerLogin{text-align: center;}
.loginBtn {
    cursor: pointer;
    margin: 5px;
    padding: 3px 0;
    width: 90%;
}

.remember{
    text-align: right;
    font-size: 12px;
    display: block;
    width: 35%;
    float: right;
    font-weight: bold;
}
.forget{
    display: block;
    font-size: 12px;
    text-align: right;
    width: 100%;
    float: right;
}
.forget a{
    color: #234d8e !important;
}
.namad{
    margin-bottom: 14px;
    margin-right: 10px;
    display: inline-block;
    width: 80% !important;
    height: auto !important;
}


/*Full Book*/

.container .m-center .box .ContentFullBook{
    font-size: 14px;
    color: rgb(89, 89, 89);
    padding-top: 10px;
    position: relative;
}
.bookListDetail {
    position: absolute;
    bottom: 11px;
    right: 124px;
    background: #21B5B7;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.bookListDetail:hover{
    background: #0B7A7C;
}
.ContentFullBook > img {
    float: right;
    height: auto;
    margin-left: 2%;
    width: 35%;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    margin-top: 11px;
}
.ContentFullBook .bookImage {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    height: auto;
    margin-right: 2px;
    margin-top: 11px;
    width: 92%;
}
.container .m-center .boxFullBook{
    padding-top: 10px !important;
    margin-bottom: 20px;
}
.box.boxFullBook.categoryItems {
    float: right;
    margin-right: 21px;
    width: 46%;
    height: 56px;
    line-height: 8px;
}
.box.boxFullBook.categoryItems .fa.fa-caret-left {
  padding-left: 2px;
  position: relative !important;
  top: 1px;
}
.container .m-center .box .ContentFullBook .detailFix{
    margin-top: 20px;
    width: 100%;
}
.container .m-center .box .ContentFullBook .FullBookDetail{
    padding-top: 2px;
    height: 37px;
}
.container .m-center .box .ContentFullBook .FullBookDetail span{
    position: relative;
    top: 10px;
}
.container .m-center .box .ContentFullBook .FullBookDetail i{
    float: right;
    margin-top: 7px;
    margin-left: 10px;
    background: #21b5b7;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.breadcrumb ul{
    margin: 0;
    padding: 0;
    direction: rtl;
}
.breadcrumb li{
    list-style: none;
    padding-right: 11px;
    margin-left: 14px;
    float: right;
    font-size: 13px;
    position: relative;
    padding-top: 4px;
}
.breadcrumb li a{
    color: gray;
}
.breadcrumb li:before{
    content: "\f0d9";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 7px;
    color: gray;
}
.heightBreadcrumb{
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.105) !important;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.105) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.105) !important;
}
.container .m-center .box .hTwoListBook{
    text-shadow:none;
    margin-bottom: 10px;
    font-size: 14px;
}
.container .m-center .box .hTwoListBookFix {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
  float: right;
  font-size: 14px;
  margin-bottom: 10px;
  padding-right: 8px;
  text-shadow: none;
  width: 85%;
  padding-bottom: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.container .m-center .box .hTwoListBook i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.container .m-center .box .noShadow{
    text-shadow:none;
}
.fullImage{
    width: 100%;
    margin: 40px auto;
    margin-bottom: 10px;
}

.fullImage .thumbnails img{
    width: auto !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 7px;
    margin-left: 5px;
}

.container .m-center .box .ContentFullBook .listBookImage{
    float: right;
    width: 30%;
    margin-left: 20px;
    min-height: 165px;
}
.container .m-center .box .ContentFullBook .listBookImageWidthFix{
    width: 12% !important;
}
.container .m-center .box .ContentFullBook .listBookImage img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
}
.container .m-center .box .ContentFullBook .listBookPrice{
    font-size: 12px;
}
.container .m-center .box .ContentFullBook .listBookPrice i{
    float: right;
    padding-left: 10px;
    padding-top: 5px;
    color: rgb(33, 181, 183);
}
.container .m-center .box .ContentFullBook .listNewsDate{
    color: rgb(33, 181, 183);
    display: block;
    font-size: 10px;
}
.container .m-center .box .ContentFullBook .listNewsDate i{
    padding-left: 4px;
}
.signUplabel{
    display: block;
    margin: 7px 0;
    color: rgb(158, 158, 158);
}
.signUpForm{
    width: 70%;
    margin: auto;
}
.signUpForm input{
    width: 100%;
}
.signUpForm input[type=submit]{
    margin: 10px 0;
    cursor: pointer;
}
.formTopText{
    margin-bottom: 20px;
    display: block;
}
.accordContent {
    display: none;
    background: rgb(81, 115, 169);
    color: white;
    border-radius: 5px;
    font-size: 13px;
    padding: 7px;
}

.container .m-center .box .ContentFullBook .accordion .accordHeader{
    cursor: pointer;
    padding: 7px 13px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(236, 236, 236);
}
.container .m-center .box .ContentFullBook .accordion .accordHeader:before{
    content: "\f0d9";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 13px;
    color: gray;
}
.container .m-center .box .ContentFullBook .videoBox{
    width: 49%;
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
    background: black;
    color: white;
    padding-bottom: 10px;
    position: relative;
}
.container .m-center .box .ContentFullBook .videoBox img {
  width: 100%;
  height: auto;
}
.container .m-center .box .ContentFullBook .videoBox .videoIcon {
    position: absolute;
    right: 114px;
    top: 50px;
    width: 33%;
    opacity: .5;
}
.container .m-center .box .ContentFullBook .videoBox:nth-child(2n){
    margin-left: 0;
}
.container .m-center .box .ContentFullBook .videoContainer{
    margin: 20px 0;
}
.container .m-center .box .videoTitle a{
    text-shadow:none;
    padding: 0 7px;
    color: white;
    font-size: 14px;
}
.fullBookTopSection{
    margin-bottom: 40px;
}

.listBookhalf{
    width: 46% !important;
    float: right !important;
    margin-left: 21px!important;
    margin-right: 21px !important;
}
.listBookhalf:nth-child(2n-1){
    margin-left: 0 !important;
}
.jwplayer{
    height: 400px !important;
}
.form {
    width: 442px;
    padding: 10px;
    margin-top: 10px;
}

.form label {
    width: 140px;
    float: right;
    min-height: 1px;
}

.form label .required {
    color: #ef3035;
}

.form .commentElement {
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
}

.form .commentElement .cmfcValidationV1ErrorMessageBoard {
    margin-right: 170px;
}

.form .commentElement input:not([type="radio"]):not([type="checkbox"]), .form .commentElement select, .form .commentElement textarea {
    border: 1px solid #cbdce6;
    font-family: ptyekan;
    padding: 6px 5px;
    float: right;
    width: 216px;
    height: 38px;
    direction: rtl;
}

.form .commentElement input:hover, .form .commentElement select:hover, .form .commentElement textarea:hover {
    -webkit-box-shadow: 0 0 2px 1px #d7e6ff;
    -moz-box-shadow: 0 0 2px 1px #d7e6ff;
    box-shadow: 0 0 2px 1px #d7e6ff;
}

.form .commentElement select {
    width: 252px;
    float: none;
}

.form .commentElement select option {
    padding: 0 10px;
}

.form .commentElement textarea {
    width: 252px;
    height: 100px;
}

.form .commentElement .captchaEl a {
    border: 1px solid #ddd;
    position: relative;
    height: 38px;
    width: 63px;
}

.form .commentElement i {
    border: 1px solid #cbdce6;
    text-shadow: 1px 1px #fff;
    background: #e5edf2;
    text-align: center;
    border-left: none;
    line-height: 38px;
    margin-top: 0;
    float: right;
    height: 38px;
    width: 36px;
    color: #21B5B7;
}

.form .commentElement .button {
    padding: 5px 10px;
    background: rgb(33,181,183);
    color: white;
    width: 251px !important;
    text-align: center;
    font-size: 16px !important;
    cursor: pointer;
    line-height: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
}
.form .commentElement .signUp{
    margin-right: 140px;
    height: 34px;
}
.loginpageForget{
    margin-right: 140px;
}
.form .commentElement .button:hover {
    background: rgb(0, 124, 126);
}

.form .captchaEl input {
    width: 153px;
}

.form .captchaEl a {
    position: absolute;
    display: block;
    float: right;
    height: 38px;
    width: 100px;
    right: 369px;
}
.form .captchaEl img {
    position: absolute;
    display: block;
    height: auto;
    margin: auto;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.cmfcValidationV1ErrorMessageBoard {
    color: #ef3035;
    font-size: 13px;
}
.errorBox, .messageBox {
    color: #ef3035;
    padding: 7px;
    font-size: 13px;
}
.errorBox:before, .messageBox:before {
    float: right;
    content: "\f057";
    margin: 0 0 0 7px;
    font-family: fontawesome;
}
.messageBox {
    color: #5cb85c;
    padding: 7px;
}
.messageBox:before {
    content: "\f14a";
}
.map{
    margin: 20px 0;
}
.fullImage{
    width: 100%;
    margin: 40px auto;
    margin-bottom: 10px;
}
.fullImage .thumbnails img{
    width: auto !important;
}
.paging {
    list-style: none;
    padding: 10px 0;
    margin: 0 0;
    text-align: center;
    background-color: #fff;
    margin:30px;
}
.paging li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 27px;
}
.paging li a {
    display: block;
    height: 100%;
    line-height: 27px;
    background-color: #fff;
    color: #333;
}
.paging li a:hover {
    background-color: #f5f5f5;
}
.paging li.active {
    color: #fff;
    background-color: #21B5B7;
    border-color: #109193;
}
.paging li i {
    position: relative;
    top: 1px;
}

.container .m-center .FullBookImage{
    width: 37%;
    float: right;
}
.container .m-center .box .ContentFullBook .detail{
    width: 50%;
    float: right;
}
.basketNumber{
    position: absolute;
    top: 26px;
    color: white;
    left: -5px;
    line-height: 20px;
    background: rgb(0, 115, 116);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.basketPageContainer {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
.basketPageContainer .basketItem {
    display: block;
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #B1B6B3;
    border-radius: 3px;
    background: #fcfcfc;
    margin-top: 20px;
}
.basketPageContainer .basketItem .productImage {
    display: block;
    width: 110px;
    height: 153px;
    float: right;
    padding: 5px;
    margin: 0;
    border-radius: 2px;
    background: #FFF;
}
.basketPageContainer .basketItem .productDetails, .basketPageContainer .basketItem .finalPrice, .basketPageContainer .basketItem .removeFromBasket {
    display: block;
    width: 300px;
    max-width: 90%;
    float: right;
    padding: 10px;
    margin: 0 10px 0 0;
    border: none;
    background: none;
}
.basketPageContainer .basketItem .finalPrice, .basketPageContainer .basketItem .removeFromBasket {
    width: auto;
    min-width:100px;
}
.basketPageContainer .basketItem .finalPrice .basketTitle {
    font-size: 14px;
    text-align: center;
    color: rgb(47, 87, 152);
}
.basketPageContainer .basketItem .removeFromBasket {
    float: left;
}
.basketPageContainer .basketItem .removeFromBasket .basketTitle {
    font-size: 14px;
    text-align: center;
    color: rgb(47, 87, 152);
}
.basketPageContainer .basketItem .finalPrice .priceLargeTag {
    display: block;
    float: none;
    padding: 10px 9px;
    margin: 0;
    border: none;
    border-radius: 4px;
    background: rgba(226,230,239,1);
    color: black;
    font-size: 20px;
    text-align: center;
}
.basketPageContainer .basketItem .removeFromBasket .removeFromBasketButton {
    display: block;
    height: 90px;
    line-height: 47px;
    float: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 4px;
    background: none;
    color: #f85536;
    font-size: 14px;
    text-align: center;
}
.basketPageContainer .basketItem .removeFromBasket .removeFromBasketButton a {
    color: #f85536;
}
.basketPageContainer .basketItem .basketTitle {
    display: block;
    line-height: 30px;
    padding: 0 0 7px 0;
    margin: 0 0 10px 0;
    border: none;
    background: none;
    color: rgb(133, 43, 153);
    font-size: 22px;
}
.basketPageContainer .basketItem .productDetails .detailsRow {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
}
.basketPageContainer .basketItem .productDetails .detailsRow:nth-child(even) {
    height: 46px;
    line-height: 46px;
}
.basketPageContainer .basketItem .productDetails .detailsRow span {
    color: #888;
    margin: 0 0 0 10px;
}
.basketPageContainer .basketItem .productDetails .detailsRow select {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0;
    border: none;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(133, 43, 153, 0.5);
}
.basketPageContainer .basketPaymentRow {
    display: block;
    height: 60px;
    padding: 10px;
    margin: 10px 0 0 0;
    border: 1px solid rgba(226, 230, 239, 1);
    border-radius: 3px;
    background: #FFF;
    position: relative;
}
.basketPageContainer .basketPaymentRow:last-child{
    background: rgb(226, 230, 239);
}
.basketPageContainer .basketPaymentRow .price {
    display: block;
    height: 56px;
    line-height: 40px;
    float: right;
    margin: 0;
    border: none;
    background: none;
    font-size: 16px;
    color: rgb(93, 102, 96);
}
.basketPageContainer .basketPaymentRow .go {
    display: block;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    background: none;
    left: 23px;
    bottom: -1px;
}
.basketPageContainer .basketPaymentRow .go a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 50px;
    margin: 10px 7px 10px 0;
    border: none;
    border-radius: 60px;
    background-color: #4E6DB3;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    font-size: 18px;
    text-align: right;
    box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.4),inset 0 1px 0 0 rgba(255,255,255,0.9),inset 0 -2px 2px 0 rgba(0,0,0,0.4),inset 0 -1px 0 0 rgba(0,0,0,0.9);
    opacity: 0.8;
}
.basketPageContainer .basketPaymentRow .go a:hover {
    opacity: 1;
}
.fieldntitle{
    direction: ltr;
}
.fieldntitle .fieldAbsoluteTitle{
    width: 130px;
    display: inline-block;
    font-size: 14px;
}
.loginRegisterForm span{
    display: inline-block;
    margin: 5px 0;
}
.loginRegisterForm span img{
    float: right;
}
.loginRegisterForm .fieldntitle{
    display: block;
    margin: 5px 0;
}
.mrFix{
    margin-right: 20px;
}
.mainLoginFix{
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
}
.purpleTitle {
    margin: 40px 0 10px;
}
.editBtn{
    padding: 0 10px;
    background: rgb(107, 133, 191);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: white;
    border-radius: 5px;
    position: absolute;
    top: 3px;
    right: 10px;
}
.stepBtn{
    padding: 5px 10px;
    background: rgb(33,181,183);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: white;
    border-radius: 5px;
    width: 170px;
    text-align: center;
    margin-left: 20px;
    font-size: 16px !important;
    border-right: 3px solid #000;
}
.personalOrder{
    border: 1px solid rgba(128, 128, 128, 0.27);
    padding: 5px;
    border-radius: 5px;
    font-size: 13px !important;
    margin-bottom: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.personalOrder:nth-child(2n-2){
    background: rgba(221, 221, 221, 0.27);
}
.personalOrder:hover{
    border: 1px solid rgba(128, 128, 128, 0.5);
}

.userOrders span,.userPoint-info span{
    width:14%;
    float: right;
    display:block;
    line-height: 37px;
    position: relative;
    text-align: center;
}
.userOrders span.orderStatus{
    width: 12%;
}
.userOrders span.orderDate{
    width: 17%;
}
.orderPaymentDetails {
    width: 16% !important;
}
.orderPrice{
    width: 9% !important;
}
.pollSentences{
    background: rgba(128, 128, 128, 0.09);
    border-radius: 5px;
    padding: 4px;
    font-size: 12px;
}
.orderContainer .row {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(132, 139, 135, 0.32);
    border-left: 1px solid rgba(132, 139, 135, 0.32);
    background: #FFF;
}
.orderContainer .row.headRow {
    background: #EFF5FF;
    border-top: 1px solid rgba(132, 139, 135, 0.32);
    margin-top: 10px;
}
.orderContainer .row .quadric {
    display: table-cell;
    line-height: 40px;
    width: 20%;
    padding: 0 15px;
    margin: 0;
    font-size: 13px;
    border-right: 1px solid rgba(132, 139, 135, 0.32);
    background: none;
}
.orderContainer .row .quadric {
    color: #888;
}
.orderContainer .row.headRow .quadric {
    color: #222;
    font-size: 16px;
}
.orderContainer .row.spaceRow {
    border-top: 1px solid rgba(133, 43, 153, 0.2);
    border-bottom: 1px solid rgba(133, 43, 153, 0.2);
    border-left: 1px solid rgba(133, 43, 153, 0.2);
    border-right: none;
}
.logincolorFix{
    background: rgb(236, 242, 255) !important;
}
.loginRegisterForm {
    display: block;
    padding: 10px 0;
    margin: 0;
    border: none;
    background: none;
    position: relative;
    width: 500px;
    max-width: 100%;
}
.loginRegisterForm .fieldntitle {
    display: block;
    width: 312px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    border: none;
    background: none;
}
.loginRegisterForm .fieldntitleFix{
    width: 400px;
    margin-top: -30px;
}
.loginRegisterForm input.text, .loginRegisterForm select, input.niceTextField, textarea, select.niceSelectTag, select.long {
    display: block;
    width: 304px;
    height: 30px;
    padding: 5px;
    margin: 5px auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background: none;
    text-align: right;
    font-family: Tahoma;
    max-width: 100%;
    direction: rtl;
}
textarea {
    display: block;
    height: auto;
    min-height: 100px;
    float: none;
    margin: 10px 0;
    font-size: 12px;
    max-width: 100%;
}
select.niceSelectTag {
    margin: 5px 0;
}
.loginRegisterForm input.text.small, input.niceTextField.small {
    display: inline-block !important;
    width: 180px;
    vertical-align: top;
    max-width: 100%;
}
.loginRegisterForm select {
    display: inline-block !important;
    width: 145px;
    vertical-align: middle;
    max-width: 100%;
    padding: 0;
    padding-right: 2px;
}
.loginRegisterForm select.fullWidthSelect, select.niceSelectTag {
    display: block;
    height: 40px;
    width: 310px;
    max-width: 100%;
}

.hideSendToOther{
    display: none;
}
.noneFloat {
    text-align: right;
    float: left !important;
    width: 230px !important;
    top: -4px;
    position: relative;
    direction: rtl;
}
.strike {
    text-decoration: line-through;
    position: relative !important;
    top: 0 !important;
}
.postalCodeIconFix{
    margin-top: 5px !important;
}
.h2Container{
    position: relative;
}
.topTitleBg{
    background: rgb(226, 230, 239);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    line-height: 43px;
}
.totalVotes{
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    background: rgb(226, 230, 239);
}
.step3labelFix{
    float: none !important;
    margin-left: 14px;
}
.bankTypeTable{
    margin: auto;
    margin-top: 30px;
    direction: rtl;
}
.bankTypeTable td{
    padding-left: 20px;
}
.fieldAbsoluteTitleFix{
    margin-right: 40px;
}
.fieldntitleFix0{
    width: 280px !important;
}
.offlineModeTable {
  margin: auto;
  margin-top: 30px;
  direction: rtl;
}
.offlineModeTable td{
    padding-left: 20px;
}
.lastBtn{
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 50px;
    margin: 10px auto;
    border: none;
    border-radius: 60px;
    background-color: #4E6DB3;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    font-size: 18px;
    text-align: right;
    box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.4),inset 0 1px 0 0 rgba(255,255,255,0.9),inset 0 -2px 2px 0 rgba(0,0,0,0.4),inset 0 -1px 0 0 rgba(0,0,0,0.9);
    opacity: 0.8;
    cursor: pointer;
    margin-top: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.lastBtn:hover{
    background: #335899;
}
#myAjaxLiContent_step1,#myAjaxLiContent_step2,#myAjaxLiContent_step3,#myAjaxLiContent_step4{
    z-index: 99999999;
}
.fullWidthFix{
    width: 100% !important;
    margin-bottom: 40px;
}
.userOrders .tooltipText {
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 645px;
    z-index: 99999;
    height: auto;
    visibility: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
}
.tooltipTextWidthFix{
    width: 450px !important;
}
.userOrders .tooltipText .profileTooltipRow{
    background: rgb(121, 128, 124);
    width: 100%;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
    border-bottom: 1px solid rgb(184, 184, 184);
    z-index: 999;
}
.userOrders .tooltipText .profileTooltipRow:first-child{
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background: rgb(53, 53, 53);
}
.userOrders .tooltipText .profileTooltipRow:last-child{
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    -o-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.userOrders .tooltipText:after{
    content: "\A";
    position: absolute;
    top: -5px;
    right: 35px;
    z-index: 99999999999999;
    width: 0;
    height: 0;
    border-bottom: 10px solid rgb(53, 53, 53);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.orderDetails:hover .tooltipText:after{
    top: -9px;
}
.orderPaymentDetails:hover .tooltipText:after{
    top: -9px;
}
.userOrders .tooltipText .profileTooltipRow .tooltipBlock{
    display: inline-block;
    float: right;
    width: auto;
    width: 78px;
    text-align: center;
}
.userOrders .tooltipText .profileTooltipRow .tooltipBlockWidthFix{
    width: 175px !important;
}

.userOrders .tooltipText .profileTooltipRow .tooltipBlock:last-of-type {
    border-left: none;
}
.orderDetails:hover .tooltipText{
    visibility: visible;
    opacity: 1;
}
.orderPaymentDetails:hover .tooltipText{
    visibility: visible;
    opacity: 1;
}
.orderDetails, .orderPaymentDetails {
    cursor: pointer;
}
.paymentBtn{
    background: rgb(33, 181, 183);
    padding: 5px 7px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}
.paymentBtn i{
    font-size: 18px;
    margin-right: 7px;
    margin-top: 9px;
    position: relative;
    top: 3px;
}
.paymentBtn:hover{
    background: rgb(20, 152, 153);
}
#addToBasketButtonTopContent{
    float: right;
    width: 170px;
    background: rgb(33, 181, 183);
    border-radius: 5px;
    margin-right: -40px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-top: 30px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}
#addToBasketButtonTopContent a{
    color: white;
}
#myAjaxLiContent_addToBasketButtonTopContent {
    z-index: 99999999;
}

#addToBasketButtonTopContent i{
    margin-left: 7px;
}
#addToBasketButtonTopContent:hover{
    background: rgb(16, 134, 136);
}
.offlineRow select{
    width:100px;
    display: inline-block;
}
.noPaddingRight a{
    padding-right: 0 !important;
}
.bold{
    font-weight: bold;
}
.boldColor{
    background: rgb(213, 213, 213);
}

.jwplayer{
    width: 100% !important;
    margin-top: 40px !important;
}
.jwvideo {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.jwvideo iframe,
.jwvideo object,
.jwvideo embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.center{text-align: center;}
.priceBookDif {
  color: #11888a !important;
  font-weight: bold !important;
}
.priceBookDifMain{
    font-size: 16px;
}
.newDisPrice{
    color: inherit !important;
}
a.downloadBtn {
    background: rgb(33,181,183);
    color: white;
    padding: 6px 15px;
    display: inline-block;
    margin-top: 19px;
    border-radius: 3px;
    border-bottom: 3px solid rgb(23,163,165);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 7px;
}
.downloadBtn i{
    margin-left: 10px;
}
.dlNumber {
    display: inline-block;
    color: black;
    font-size: 14px;
    background: rgba(0,0,0,.07);
    padding: 6px 15px;
    display: inline-block;
    margin-top: 19px;
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,.1);
}
.dlNumber i{
    margin-left: 10px;
    color: rgb(132, 132, 132);
}
.hTwoListBookFixMargin{
    margin-bottom: 20px !important;
}

.downloadBtn:hover{
    background: rgb(100, 212, 213);
}
.dlBtnFixPosition{
    position: absolute;
    left: 0;
    bottom: 3px;
}
.r-bottomFZFix li{
    font-size: 12px !important;
}
.heightAuto{
    height: auto !important;
}
.webgozar img{height: auto !important;float: left;}
.authorsName{
    clear: both;
    margin-right: 40px;
    display: block;
    margin-bottom: 12px;
}
input#shippingWay2 , input#shippingWay3{
  top: 2px;
  position: relative;
}


/* ------------------ EDIT*/

#captchaImage{
    cursor: pointer;
}


.popup {
    z-index: 30002;
    /*display: none;*/
    position: fixed;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.popup--visible{
    display: block;
    
}
.popup__backdrop {
  position: fixed;
      top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.popup__header {
  padding: 10px 20px;
  border-bottom: 1px solid #eaeaea;
}
.popup__content {
  height: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.popup__content__in {
  margin: auto;
  width: 900px;
  max-width: 80%;
  max-height: 94vh;
  overflow: auto;
  position: relative;
  z-index: 2;

}
.popup__content__in--smaller {
  width: 600px;
}
.popup__content__in--tiny {
  width: 400px;
}
.popup__content__in--auto {
  width: auto;
}
.popup__content .popup__close--inner{
    width: 30px;
    height: 30px;
    padding: 8px;
    right: 0;
    border-radius: 50%;
    background: #747B77;
    top: 0;
    margin: 6px;
}
.popup__close--inner svg{
    width: 100%;
    height: 100%;
}

@media (max-width: 39em) {
  .popup__content__in {
    max-width: 96%;
  }
}
.popup__body {
  padding: 20px;
}
.popup__footer {
  padding: 10px 20px;
  justify-content: center;
  border-top: 1px solid #eaeaea;
}
.popup__footer .button, .popup__footer .line-button {
  margin: 1px 3px;
}
.popup__footer .button.mr-auto, .popup__footer .mr-auto.line-button {
  margin-right: auto;
}
.popup__close {
    right: 20px;
    height: 20px;
  position: absolute;
}


.img-responsive{
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
header .right > li.outer-link{
        background: #21b5b7;
}

.pos-r{
    position: relative;
}
.sidebar-slider-arrow{
    left:10px;
    top: 0;
    position: absolute;
}

.marquee{
    overflow: hidden;
    margin:0 5%;
}
.marquee ul{
   display: flex;
    padding: 15px 20px 0;
}
.js-marquee-wrapper:after{
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.marquee ul li{
    margin-left: 60px;
    direction: rtl;
    display: flex;
    list-style: none;
    align-items: center;
}
.marquee ul li a{
    color: inherit;
}
.marquee span{
    color: #3265B3;
    margin-left: 3px;
}

.closable-banner{
    position: relative;
    margin-bottom:25px;
    border-radius: 10px;
    overflow: hidden;
}

.closable-banner__close{
    width:20px;
    margin:3px;
    position: absolute;
    height: 20px;
    background: #fff;
    border:none;
    cursor: pointer;
}
.closable-banner__close svg{
    width:100%;
    height: 100%;
}
.closable-banner img{
    width:100%;
    display: block;
    height: auto;
}
.footer ul li{
    position: relative;
    list-style: none;
}

.footer ul li:before {
    right: 0;
    width: 7px;
    height: 7px;
    content: "";
    margin: 11px 0 0 5px;
    position: absolute;
    background: #00a153;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.footer ul li a {
    display: block;
    padding: 4px 16px 4px 0;
}
.footer a{
    color: inherit;
}
.webgozar p a img{
    display: block;
}

.onload-banner {
    display: none;
}

.footer {
    color: #fff;
    padding:12px 0;
    background: #2e3743;
}
.footer a.footer__contact{
    display: block;
    margin-top: 20px
}
.footer .icon{
    width: 32px;
     fill: #00a153;
    height: 32px;
}
.footer__contact{
    padding-right: 30px;
    position: relative;
}
.footer i {
    right: 0;
    font-size: 20px;
    vertical-align: middle;
    width: 20px;
    color: #00a153;
    text-align: center;
    position: absolute;
}


.footer__title{
    margin-bottom: 15px;
    border-bottom: 1px solid #00a153;
    padding-bottom: 15px;
}
.footer .wrap{
    display: flex;
    padding:10px 0 0;
}
.footer__col{
    flex-grow:1;
    max-width: 40%;
    padding-left: 30px;
}
.footer__col--address{

}
.footer__logo{
}
.footer__logo img{
    width: 125px;
    height: auto;
    display: block;
    margin-right: 10px
    /*background: #fff;*/
    /*border: 2px solid #FFF;*/
    /*border-radius: 2px;*/
}
.footer__col:last-child{
    padding-left: 0;
}

/*.footer__col:last-child{
    max-width: 90px;
    padding:45px 0 0 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}*/

.footer__logos{
        display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    margin-top: 14px;
    align-items: center;
}
.footer__col .copy{
    margin-top: auto;
    text-align: center;
}

.footer .webgozar{
    display: flex;

}


.footer .social{
    margin-top: 30px;
}
.footer .social a{
    display: inline-flex;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
}
.footer .footer-list{
    padding-left: 20px;
}
.footer .footer-list li{
    list-style: none;
}

.footer .footer-list li a{
        display: block;
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 6px;
    margin-left: 10px;
    text-align: center;
}
.footer__bottom{
    margin-top: 15px;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer__bottom .text{
    font-size: 12px;
}
.hdnTxtAr{
    display: none;
}

.pos-r{
    position: relative;
}
.header{
    background: #eaeaea;
    position: relative;
    padding:3px 0 45px;
}
.header .wrap{
    padding-right: 186px;
}
.top-menu{
    display: flex;
    position: static;
}
.top-left{
    top: 12px;
    display: flex;
    position: absolute;
    left: 0;
    align-items: center;
}
.header .main-nav{
    display: none;
    right: 0;
    left: 0;
    z-index: 202;
    position: absolute;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .main-nav.first-site--fixed{
    position: fixed;
    top: 0;
    z-index: 30001;
}
.header .main-nav--visible{
    display: block;
}
.header .main-nav .menu{
    display: flex;
}


ul.menu li {
    list-style: none;
    text-align: center;
    position: relative;
}
ul.menu li a{
    display: block;
    padding:13px 11px;
    color: #fff;
}
ul.menu li a:hover{
    background: rgba(255,255,255,0.1);
}
.show-second-menu:hover #second-site{
 display: block;
}



.header .main-nav .dropdown{
    position: absolute;
    background: #eaeaea;
    top: 100px;
    right: 0;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.header .main-nav li:hover .dropdown{
        top: 45px;
    right: -2px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 202;
}
.header .main-nav .dropdown li a{
    text-align: right;
    color: inherit;
    font-size: 0.9em;
        -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .main-nav .dropdown li a:hover{
    opacity: 0.8;
}
.header .main-nav .dropdown li{
    border-bottom: 1px solid #d0d0d0;
}
.header .main-nav .dropdown li:last-child{
    border-bottom:none;
}
.header__logo{
    z-index: 30001;
    background: #fff;
    padding: 4px;
    display: flex;
    right: 0;
    align-items: center;
    justify-content: center;
    top: -3px;
    width: 183px;
    height: 106px;
    position: absolute;
}
.header__logo img{
    width:auto;
    height: auto;
    display: block;
}

.blue-bg {
    background: #1e88c9;
}
.green-bg{
    background: #00a153;
}
.blue {
    color: #1e88c9;
}
.green{
    color: #00a153;
}
.header__top{
    display: flex;
    padding-top: 3px;
    align-items: center;
    position: relative;
}
.header .right-text{
left: 100%;
    top: 69px;
    margin-left: 10px;
    position: absolute;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    z-index: 3;
}
.mr-auto{
    margin-right: auto
}
.search-box{
    width: 300px;
    margin-right: 15px;
    background: #fff;
    display: flex;
    align-items: center;
        max-width: calc(100% - 50px);
}
.search-box i {
    width: 27px;
    text-align: center;
}
.search-box__input{
    background: none;
    border: none;
    width: calc(100% - 64px);
    padding: 3px;
}
.search-box__btn{
    padding: 8px 11px;
    border:none;
    color: #fff;
    width: 37px;
    text-align: center;
}
.menu-tab {
    width: 115px;
    text-align: center;
    color: #fff;
    padding: 0 19px;
    display: block;
    line-height: 58px;
    font-family: inherit;
    border: none;
    margin-right: 3px;
    position: relative;
    border-radius: 7px 7px 0 0;
}
.menu-tab:after{
    height:5px;
    right: 0;
    left:0;
    bottom:0;
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.1);
}
#second-site{
    position: absolute;
    z-index: 202;
    bottom: 0;
    right: 0;
    left: 0;
}


.d-block{
    display: block;
}
.header .show-menu{
    display: none;
}
.poll-item , .poll-buttons{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.poll-item h3{
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
}
.poll-item .checkbox{
    margin: 5px;
}
.poll-item .checkbox input{
    display: inline-block;
    vertical-align: middle;
}
.poll-result-item {
    width: 100%;
    display: flex;
    margin: 6px 0;
    align-items: center;
}
.poll-result-item__progress{
    width: 30%;
    height: 10px;
    background: #eee;
    margin-right: auto;
    direction: ltr;
    border-radius: 3px;
    overflow: hidden;
}
.poll-result-item__progress__bar{
    height: 100%;
    background: rgba(33,181,183,1);
}
.pollSentences {
    margin-left: 10px;
    width: 60px;
    text-align: center;
}
.container .poll-slider .cycle-slideshow{
    min-width: 0;

}
@media screen and (max-width: 1200px) {
    .wrap{width: 96%;}
    .container{width: 96%;}

    .container .m-right{width: 16%;}
    .container .m-center{width: 68%;}
    .container .m-center .box{width: 96%;}
    .container .ads{width: 16%;}
    .jcarousel-2row[dir="rtl"] li{width: 329px !important;}
    .jcarousel[dir="rtl"] li{width: 210px;}
    .topNavSearch{display: none;}
    header .timeInput{margin-left: 0;}
    header .logo{display: none;}
    header .responsiveLogo{display: block;}
    header .responsiveLogo img {height: auto;position: absolute;top: 39px;width: 18%;}
    header .left {top: -78px;}
    header .livetime {display: none;}
    header .right > li::before{display: none;}
    .listBookhalf{width:45% !important;}
    .scBook{overflow-x: scroll;}
    .fixWidthRes{width: 980px;}
    .container .m-center .FullBookImage {width: 100%;}
    .container .m-center .box .ContentFullBook .detail {width: 100%;}
}
@media screen and (max-width: 980px){
    .jcarousel-2row[dir="rtl"] li{width: 310px !important;}
    .container .m-center .box .ContentFullBook .listNewsDate{width: 120px;}
    .basketPageContainer .basketItem .finalPrice, .basketPageContainer .basketItem .removeFromBasket {width: 100%;}
    .basketPageContainer .basketItem .removeFromBasket {float: right;}




    /* Search*/

    header{
        height: 300px;
    }
    .topNavSearch{
        top: 70px;
        left: 0px;
        display: block;
    }
    .searchInput{
        background: #e1e1e1;
        width: 300px;
    }
    .footer .wrap{
        flex-flow: wrap;
    }
    .footer__col{
        width: 50%;
        max-width: initial;
    }



}
@media screen and (max-width: 800px){
    header .right > li {font-size: 12px;width: 108px;}
    .container .m-right .r-bottom a {font-size: 12px;}
    footer .right img{height: 80px;}
    footer .center h4{font-size: 11px;}
    footer .center .info {font-size: 11px;}
    header li{font-size: 12px;}
    .container .m-right{width: 100%;}
    .container .m-right .sidebarTitle{right: 72px;}
    .container .m-center{width: 100%;}
    .responsiveNone{display: none;}
    footer .right{width: 30%;}
    footer .center{width: 30%;}
    footer .left{width: 30%;}
    .container .m-right .r-bottom img{max-width: 100%; margin: auto; }
    footer{height: auto;}
    header .right > li{width: auto;border-bottom: 1px solid #3f6cb2;}

    /* Search*/
    .topNavSearch{
        left: 5px;
    }
    .header{
        padding: 0;
    }
    .header .top-menu{
        display: none;
        background: #f7f7f7;
    }
    .header .wrap{
        padding: 0;
        width: 100%;
        min-width: 100%;
    }
    .header .header__logo ,.header .top-left{
        position: static;
        width: 100%;
    }
    .header .header__logo img{
        height: 60px;
        height: auto;
        margin:0 auto;
    }
    .top-left{
        padding:10px 15px;
    }
    .top-left a{
        margin-right: 0;
    }
    .search-box{
        margin-right: auto;
    }


    .header .show-menu{
        border: none;
        position: absolute;
        display: block;
        background: none;
        font-size: 35px;
        color: #1e88c9;
        padding: 10px 2%;
        top: 6px;
        height: 55px;
        top: 0;
        bottom: 52px;
        margin: auto;
    }
    .top-menu__item{
        width: 50%;
    }
    .menu-tab{
        width: 100%;
        margin-right: 0;
        border-radius: 0;
    }
    .header .main-nav , #second-site , .header .main-nav.first-site--fixed{
        position: static;
        background: none;
    }
    .header .main-nav .menu{
        display: block;
        
    }
    .header .main-nav .menu li a{
        color: #606060;
        font-size: 0.9em;
    }
    .header .main-nav .menu li{
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #e0e0e0;
    }
    #second-site{
        display: block;
    }
    #first-site{
        border-left: 1px solid #e0e0e0;
    }


}
@media screen and (max-width: 768px){
    .right li ul{display: none;}
    .heightBreadcrumb{height: auto;}
}
@media screen and (max-width: 640px){
    footer{height: auto; padding: 14px;}
    footer .right{width: 96%;}
    footer .center{width: 96%;}
    footer .left{width: 96%;}
    /*header .left{width: 50%;}*/
    header .left{margin-top: 88px;top: -53px;}
    .listBookhalf {width: 92% !important;}
    .slider{
        box-shadow: 0 2px 5px rgb(0 0 0 / 18%);
    border-radius: 10px;
    overflow: hidden;
    }
    .sliderItem .cycle-overlay{
        position: static;
        background: #fff;
        color: #000;
        height: auto;
        width: 100%;
        padding:15px 40px;
    }
        .slider .next , .slider .prev{
        top: auto;
        bottom: 0;
        background: none;
        color: #000;
        height: 55px;
        line-height: 55px;
    }
    .sliderItem .cycle-overlay span{
        font-size: 17px;
    }
    .footer .footer__bottom{
            flex-direction: column;
    }
    .footer .footer__bottom .text{
        margin:5px 0;
        text-align: center;
    }

}
@media screen and (max-width: 600px){
    .bookImage {width: 100%;height: auto;}
    .loginRegisterForm .form{
        max-width: 100%;
        margin: 0 auto;
        width: 285px;
    }
    .loginRegisterForm .form label{
        width: 100%;
        margin-bottom: 5px;
    }
    .loginRegisterForm .form label:empty{
        margin-bottom: 0;
    }
    .loginRegisterForm .form .commentElement .signUp{
        margin-right: 0;
    }
    .loginRegisterForm .loginpageForget{
        margin-right: 0;
    }
    
}
@media screen and (max-width: 480px){
    header .responsiveLogo img {top: 32px;width: 34%;right: 12px;}
    .container .m-center .box .ContentFullBook .listBookImageWidthFix{width: 32% !important;}


    /* Search*/
    .topNavSearch{
        top: 120px;
    }



}

@media screen and (max-width: 440px){
     .footer__col{
        width: 100%;
        padding:20px;
     }
     .footer__col:last-child{
        padding:20px;
     }
     .footer__logos {
        justify-content: center;
     }
}


@media screen and (max-width: 414px){

    /* Search*/
    .searchInput{
        width: 385px;
    }
    header .left li{
        margin-right: 4px;
    }


}



@media screen and (max-width: 360px){
    .form{width: 100%;}
    .container .m-center .box .ContentFullBook .videoBox{width: 100%;}
    .container .m-center .box .ContentFullBook .videoBox .videoIcon {right: 100px;top: 40px;}
    .form label{width: 100%;}
    .form .captchaEl a {right: 116px;top: 26px;}
    .container .m-center .box .ContentFullBook .listBookImage {width: 38%;}
    .basketPageContainer .basketPaymentRow:last-child {height: 120px;}
    .basketPageContainer .basketItem .productImage {float: none;margin: auto;}
    .productDetails {text-align: center;}
    .noneFloat {width: 365px !important;}
    .form .commentElement .signUp{margin-right: 0;}
    header .right > li {width: 50%;}
    footer .left{text-align: center;margin-top: 20px;}
    .webgozar img{float: none;}


    /* Search*/
    header{
        height: 460px;
    }
    .searchInput{
        width: 335px;
    }
    .topNavSearch{
        top: 270px;
    }


}

@media screen and (max-width: 320px){

    .searchInput{
        width: 295px;
    }

}

.blue-bg {
    background: #00a153;
}
.green-bg{
        background: #1e88c9;
}

.container .m-center .box .r-top{
    background: #00a153;
}

.sideBarNews .newsTitle {
    font-weight: 100;
    padding-top: 7px;
    font-size: 11px;
    margin-right: 4px;
}

.sideBarNews .newsBody {
    font-size: 11px;
    font-weight: 100;
    direction: rtl;
    line-height: 1.6em;
    font-family: tahoma;
    margin-top: 7px;
    margin-right: 4px;

}
.sideBarNews .newsImage a {
  padding-right: 0 px !important;
}

@media screen and (max-width: 800px) {
    .sideBarNews .newsImage a img{
        max-width: 100%;
    }   
}


.sideBarNews .newsTitle {
    font-weight: 100;
    padding-top: 7px;
    font-size: 11px;
    margin-right: 0px;
    margin-left: 3px;
}

.sideBarNews .newsBody {
    font-size: 11px;
    font-weight: 100;
    direction: rtl;
    line-height: 1.6em;
    font-family: tahoma;
    margin-top: 7px;
    margin-right: 15px;
    margin-left: 3px;

}
.sideBarNews .newsImage a {
    padding-right: 0 px !important;
    position: relative;
    text-align: center;
}
