.bg-theme-blue {
  background-color: #009cd5 !important;
}
.bg-theme-orange {
  background-color: #fea929 !important;
}
.bg-theme-yellow {
  background-color: #FEC02A !important;
}
.bg-theme-green {
  background-color: #31C3B0 !important;
}
.bg-theme-greenblue {
  background-color: #00BCD4 !important;
}
.bg-theme-red {
  background-color: #FF5252 !important;
}
.bg-theme-lemon {
  background-color: #96D81F !important;
}
.bg-theme-purple {
  background-color: #b251ff !important;
}
.txt-theme-black {
  color: #000 !important;
}
.txt-theme-white {
  color: #fff !important;
}
.txt-theme-orange {
  color: #fea929 !important;
}
.txt-theme-yellow {
  color: #FEC02A !important;
}
.txt-theme-green {
  color: #31C3B0 !important;
}
.txt-theme-greenblue {
  color: #00BCD4 !important;
}
.txt-theme-red {
  color: #FF5252 !important;
}
.txt-theme-lemon {
  color: #96D81F !important;
}
.txt-theme-purple {
  color: #b251ff !important;
}
.txt-theme-hover-orange:hover {
  color: #fea929 !important;
}
.txt-theme-hover-yellow:hover {
  color: #FEC02A !important;
}
.txt-theme-hover-green :hover {
  color: #31C3B0 !important;
}
.txt-theme-hover-greenblue:hover {
  color: #00BCD4 !important;
}
.txt-theme-hover-red:hover {
  color: #FF5252 !important;
}
.txt-theme-hover-lemon:hover {
  color: #96D81F !important;
}
.txt-theme-hover-purple:hover {
  color: #b251ff !important;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.container {
  width: 1170px;
  padding: 0;
  margin: 0 auto;
  direction: rtl;
}
.container.pages-content {
  padding: 15px ;
}
ul.list-inline {
  display: flex;
  flex-wrap: wrap;
}
ul.list-inline li {
  margin: 0 5px;
}
.theme-btn {
  display: inline-block;
  /*display: block;*/
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.theme-btn i {
  margin-left: 7px;
}
.theme-btn.theme-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.theme-btn.theme-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.theme-btn.theme-btn-glass {
  color: #333;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(200, 200, 200, 0.7);
}
.theme-btn.theme-btn-glass:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.fa-aparat {
  background: url('/images/nx.aparat-flat.png') no-repeat center center;
  background-size: contain;
  min-width: 18px;
  min-height: 18px;
  margin-top: 3px;
}
@media (max-width: 1350px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 1250px) {
  .container {
    width: 95%;
  }
}
.button {
  color: #fff;
  display: inline-block;
  background-color: #0056cc;
  padding: 6px 24px;
  margin: 5px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button:active {
  position: relative;
  top: 1px;
}
.button.orange {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border: 1px solid #ffaa22;
  color: #333333;
  text-shadow: 0px 1px 0px #ffee66;
}
.button.orange:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.button.red {
  box-shadow: inset 0px 1px 0px 0px #f5978e;
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  background-color: #f24537;
  border: 1px solid #d02718;
  text-shadow: 0px 1px 0px #810e05;
}
.button.red:hover {
  background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  background-color: #c62d1f;
}
.button.blue {
  box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
  background-color: #79bbff;
  border: 1px solid #84bbf3;
}
.button.blue:hover {
  background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
  background-color: #378de5;
}
.button.green {
  background-color: #44c767;
  border: 1px solid #18ab29;
  text-shadow: 0px 1px 0px #2f6627;
}
.button.green:hover {
  background-color: #5cbf2a;
}
.button.dark {
  box-shadow: 0px 0px 0px 2px #9fb4f2;
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  background-color: #7892c2;
  border: 1px solid #4e6096;
  color: #ffffff;
  text-shadow: 0px 1px 0px #283966;
}
.button.dark:hover {
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color: #476e9e;
}
.button.white {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #666666;
  text-shadow: 0px 1px 0px #ffffff;
}
.button.white:hover {
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  background-color: #f6f6f6;
}
.button.no_border {
  border: none;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .header-top {
  background-color: #48d1cc;
}
.header .header-top li {
  color: #fff;
}
.header .header-top li.disabled {
  color: #Faa;
}
.header .header-top li a {
  color: inherit;
}
.header .header-top li a i {
  position: absolute;
  margin-top: 5px;
}
.header .header-top li a span {
  margin-right: 22px;
}
.header .header-top .virtual-networks ul li {
  margin: 0 10px;
}
.header .header-middle {
  padding-top: 10px;
  background-color: #fcfcfc;
}
.header .header-middle .logo {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  margin-left: 40px;
}
.header .header-middle .top_phone_number i {
  color: #00BCD4;
}
.header .header-middle .narratives {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.header .header-middle .narratives P {
  text-align: left;
}
.header-nav {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding: 2px 0 0 12px;
  background-color: #f7a6f1;
  border-bottom: 2px solid #a10996;
  /*padding: 7px 0;*/
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.header-nav .container {
  display: flex;
  justify-content: space-between;
}
.header-nav ul.main-nav li {
  padding: 7px 7px 0 7px;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.header-nav ul.main-nav li a {
  color: #fff;
  align-items: center;
  display: flex;
}
.header-nav ul.main-nav li a .icon {
  display: inline-block;
  max-width: 50px;
  height: 50px;
}
.header-nav ul.main-nav li a .icon img {
  width: 100%;
}
.header-nav ul.nav-bigbutton {
  position: absolute;
  left: 0;
  margin-top: 5px;
  margin-left: -4px;
  /*display: flex;*/
}
.header-nav ul.nav-bigbutton li {
  /*margin: 0 5px;*/
}
.header-nav ul.nav-bigbutton li a {
  padding: 8px 10px;
  color: #fff;
  display: block;
  text-align: center;
  background-color: #FF5252;
}
@media (max-width: 500px) {
  .header .container {
    display: flex;
    justify-content: space-between;
  }
  .header .header-top {
    background-color: #FF5252;
  }
  .header .header-top li {
    color: #fff;
  }
  .header .header-top li.disabled {
    color: #Faa;
  }
  .header .header-top li a {
    color: inherit;
  }
  .header .header-top li a i {
    position: absolute;
    margin-top: 5px;
  }
  .header .header-top li a span {
    margin-right: 18px;
  }
  .header .header-middle {
    padding-top: 10px;
    background-color: #fcfcfc;
  }
  .header .header-middle .container {
    flex-wrap: wrap;
  }
  .header .header-middle .logo {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .header .header-middle .narratives {
    width: 100%;
    border-top: 1px dashed #ACACAC;
    padding: 10px 2px;
  }
  .header .header-middle .narratives P {
    text-align: right;
  }
  .header-nav {
    z-index: 100;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    padding: 0;
  }
  .header-nav .container {
    display: flex;
    justify-content: space-between;
  }
  .header-nav ul.main-nav {
    flex-wrap: nowrap;
  }
  .header-nav ul.main-nav li {
    padding: 3px;
    margin: 0;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
  }
  .header-nav ul.main-nav li a {
    color: #fff;
    align-items: center;
    display: flex;
  }
  .header-nav ul.main-nav li a .icon {
    display: inline-block;
    max-width: 40px;
    height: 40px;
  }
  .header-nav ul.main-nav li a .icon img {
    width: 100%;
  }
  .header-nav ul.main-nav li a .title {
    display: none;
  }
  .header-nav ul.nav-bigbutton {
    /*display: flex;*/
  }
  .header-nav ul.nav-bigbutton li {
    /*margin: 0;*/
  }
  .header-nav ul.nav-bigbutton li a {
    padding: 8px;
    color: #fff;
    display: block;
    text-align: center;
    background-color: #FF5252;
  }
}
#footer {
  background-color: #22222F;
  color: #ACACAC;
}
#footer .container {
  flex-wrap: wrap;
  display: flex;
}
#footer a {
  color: #ACACAC;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
}
#footer .title {
  padding: 5px  ;
  margin-bottom: 15px;
  display: inline-block;
}
#footer .col {
  margin: 20px 10px;
}
#footer .col.col1 {
  width: 20%;
}
#footer .col.col2 {
  width: 30%;
}
#footer .col.col3 {
  width: 50%;
}
#footer .col.school-details .title {
  border-bottom: 2px solid #96D81F;
}
#footer .col.school-details i {
  margin-left: 5px;
}
#footer .col.school-details li {
  padding: 7px 0;
}
#footer .col.useful-links {
  text-align: left;
}
#footer .col.useful-links .title {
  border-bottom: 2px solid #FEC02A;
}
#footer .col.useful-links ul li {
  border-bottom: 1px dashed #505050;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
#footer .col.useful-links ul li a:hover {
  color: #505050;
}
#footer .col.imprtant-files {
  text-align: center;
}
#footer .col.imprtant-files .title {
  border-bottom: 2px solid #b251ff;
}
#footer .col.imprtant-files ul li {
  border-bottom: 1px dashed #505050;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
#footer .col.imprtant-files ul li a:hover {
  color: #505050;
}
#footer .col.virtual-networks {
  text-align: center;
}
#footer .col.virtual-networks .title {
  border-bottom: 2px solid #00BCD4;
}
#footer .col.virtual-networks ul {
  width: 100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#footer .col.virtual-networks ul li a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 2px 7px;
  border: 1px solid #777777;
}
#footer .col.virtual-networks ul li a:hover {
  background-color: #777777;
  color: #fff;
}
.footer-bottom {
  padding: 10px 0;
  background-color: #11111A;
}
.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 630px) {
  #footer .container {
    text-align: center;
  }
  #footer .col.col1 {
    width: 90%;
  }
  #footer .col.col2 {
    width: 90%;
  }
  #footer .col.col3 {
    width: 90%;
  }
  #footer .col.useful-links {
    text-align: center;
  }
  #footer .col.imprtant-files {
    text-align: center;
  }
  #footer .col.virtual-networks {
    text-align: center;
  }
  .footer-bottom {
    padding: 10px 0;
    background-color: #11111A;
  }
  .footer-bottom .container {
    justify-content: space-around;
  }
}
.slider_wrapper {
  display: block;
  width: 100%;
}
.slider_wrapper ul li {
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
.slider_wrapper ul li img {
  width: inherit;
}
section.three-box {
  display: block;
}
section.three-box .row {
  margin-top: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
section.three-box .row .each-box {
  background-color: #fff;
  width: 30%;
  position: relative;
  color: #fff;
  padding: 20px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.three-box .row .each-box .icon-box {
  background-color: #888;
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  margin: 0 auto;
  height: 90px;
  width: 90px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.three-box .row .each-box .icon-box i {
  font-size: 48px;
  line-height: 90px;
  color: #fff;
}
section.three-box .row .each-box h3 {
  margin: 50px auto 15px auto;
  text-align: center;
  font-family: 'titr';
  font-weight: normal;
}
section.three-box .row .each-box h4 {
  text-align: left;
  font-weight: normal;
}
section.three-box .row .each-box p {
  text-align: justify;
  margin-bottom: 25px;
}
section.three-box .row .each-box a.theme-btn {
  display: table;
  margin: 0 auto;
}
section.last-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.last-news .news-item {
  width: 30% ;
  margin: 10px;
}
section.last-news .news-item .entry-header {
  width: 100%;
}
section.last-news .news-item .entry-header .entry-image {
  /*width: 300px;*/
  width: 100%;
  height: 270px;
  overflow: hidden;
}
section.last-news .news-item .entry-header .entry-image img {
  width: 100%;
  height: 100%;
}
section.last-news .news-item .entry-header .btm-bar {
  height: 7px;
  background-color: #fff;
  margin-bottom: 20px;
}
section.last-news .news-item .entry-meta {
  display: flex;
  margin-bottom: 10px;
}
section.last-news .news-item .entry-meta .entry-date {
  width: 50px;
  padding: 2px 4px;
}
section.last-news .news-item .entry-meta .entry-date li {
  text-align: center;
  display: block;
  width: 40px;
  color: #fff;
  /*                    margin: 5px 0;*/
  /*padding: 5px 0;*/
}
section.last-news .news-item .entry-meta .entry-date li.day {
  font-size: 16px;
  font-weight: bol;
  padding-bottom: 5px;
}
section.last-news .news-item .entry-meta .entry-date li.mount {
  font-size: 12px;
  border-top: 1px solid #FFF;
  padding: 5px 0;
}
section.last-news .news-item .entry-meta .entry-title {
  margin-right: 10px;
}
section.last-news .news-item .entry-meta .entry-title a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
section.last-news .news-item .entry-content p {
  text-align: justify;
}
section.last-news .news-item .entry-content .theme-btn {
  float: left;
}
section.last-gallery .last-gallery-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.last-gallery .last-gallery-content .gallery-block {
  width: 300px;
  height: 200px;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #cacaca;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.last-gallery .last-gallery-content .gallery-block .gallery-thumb img {
  width: 100% !important;
  max-width: 100%;
}
section.last-gallery .last-gallery-content .gallery-block:hover .overlay-shade {
  opacity: 0.5;
}
section.last-gallery .last-gallery-content .gallery-block:hover .gallery-title {
  margin-bottom: 50px;
}
section.last-gallery .last-gallery-content .gallery-block .overlay-shade {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out 0s;
  width: 100%;
}
section.last-gallery .last-gallery-content .gallery-block .overlay-shade.red {
  background-color: #ff412f;
}
section.last-gallery .last-gallery-content .gallery-block .overlay-shade.purple {
  background-color: #5d2999;
}
section.last-gallery .last-gallery-content .gallery-block .overlay-shade.green {
  background-color: #31c3b0;
}
section.last-gallery .last-gallery-content .gallery-block .overlay-shade.orange {
  background-color: #ffbb23;
}
section.last-gallery .last-gallery-content .gallery-block .overlay-shade.blue {
  background-color: #54b2ff;
}
section.last-gallery .last-gallery-content .gallery-block .overlay-shade.yellow {
  background-color: #e6ff50;
}
section.last-gallery .last-gallery-content .gallery-block .gallery-title {
  left: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-bottom: -100px;
  transition: 0.2s all ease-out;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.7);
  /*padding: 3px;*/
}
section.latest-books {
  background: url('/images/divider.jpg') center center repeat;
  padding: 15px;
  width: 100%;
}
section.latest-books .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.latest-books .book-item {
  width: 45%;
  margin: 10px;
  padding: 10px;
  /*display: flex;*/
  -webkit-border-radius: 15px 4px 10px 4px;
  -moz-border-radius: 15px 4px 10px 4px;
  border-radius: 15px 4px 10px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.latest-books .book-item .entry-image {
  float: right;
  margin-left: 15px;
}
section.latest-books .book-item .entry-image img {
  max-width: 130px;
}
section.latest-books .book-item .book_name {
  font-weight: bold;
  font-size: larger;
}
section.latest-books .book-item .book_abstract {
  margin-right: 10px;
  /*color:#fff;*/
  color: #22222F;
  text-align: justify;
  font-weight: normal;
  /*text-shadow:0px 0px 2px @theme-grey;*/
}
section.latest-books .book-item .theme-btn {
  float: left;
}
@media (max-width: 790px) {
  section.three-box .row {
    margin-top: -30px;
    justify-content: space-around;
    margin-bottom: 15px;
  }
  section.three-box .row .each-box {
    background-color: #fff;
    width: 90%;
    padding: 20px;
    margin-bottom: 40px;
  }
  section.last-news {
    justify-content: space-between;
  }
  section.last-news .news-item {
    width: 100% ;
    margin: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ACACAC;
  }
  section.last-news .news-item:last-of-type {
    border-bottom: none;
  }
  section.last-news .news-item .entry-header .entry-image {
    width: 300px;
    height: 270px;
    margin: 0 auto;
  }
  section.last-news .news-item .entry-meta .entry-title {
    margin-top: 15px;
    margin-right: 15px;
    font-size: 18px;
  }
  section.last-gallery .last-gallery-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.last-gallery .last-gallery-content .gallery-block {
    width: 45%;
    margin: 20px 0;
  }
  section.last-gallery .last-gallery-content .gallery-block:hover .overlay-shade {
    opacity: 0.5;
  }
  section.last-gallery .last-gallery-content .gallery-block:hover .gallery-title {
    margin-bottom: 20px;
  }
  section.last-gallery .last-gallery-content .gallery-block .gallery-title {
    margin-bottom: -100px;
    font-size: 16px;
  }
  section.latest-books {
    padding: 15px;
  }
  section.latest-books .container {
    justify-content: space-around;
  }
  section.latest-books .book-item {
    width: 90%;
    min-height: 150px;
    margin: 10px;
  }
  section.latest-books .book-item .entry-image {
    margin-left: 15px;
  }
  section.latest-books .book-item .book_abstract {
    margin-right: 10px;
  }
}
.video_page {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.video_page .aparat_feeder {
  width: 300px;
  margin: 20px;
}
.radio_page ul {
  width: 650px;
  margin: 0 auto;
  display: block;
}
.radio_page ul li.radio {
  direction: rtl;
  width: 600px;
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px dashed #AAA;
}
.radio_page ul li.radio div.dtl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 10px 0;
}
.radio_page ul li.radio div.dtl img {
  width: 100px;
  height: 100px;
  border: 1px solid #777;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radio_page ul li.radio div.dtl .radio_detail div {
  text-align: right;
  max-width: 500px;
  max-height: 50px;
  overflow: hidden;
}
.radio_page ul li.radio div.dtl .radio_detail div.title {
  font-size: 20px;
}
.radio_page ul li.radio div.dtl .radio_detail div.lable {
  margin: 10px 0 ;
  font-size: 14px;
}
.radio_page ul li.radio audio {
  width: 600px;
  border-radius: 90px;
  transform: scale(1.05);
}
.radio_page ul li.radio .radio_comment {
  text-align: justify;
}
.radio_page ul li.radio.first audio {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 650px) {
  .radio_page ul {
    width: 90%;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
  }
  .radio_page ul li.radio {
    width: 90%;
    padding: 10px 0;
    margin: 10px 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
  }
  .radio_page ul li.radio div.dtl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 10px 0;
  }
  .radio_page ul li.radio div.dtl img {
    width: 100px;
    height: 100px;
  }
  .radio_page ul li.radio div.dtl .radio_detail div {
    text-align: right;
    max-width: 500px;
    max-height: 50px;
    overflow: hidden;
  }
  .radio_page ul li.radio div.dtl .radio_detail div.title {
    font-size: 20px;
  }
  .radio_page ul li.radio div.dtl .radio_detail div.lable {
    margin: 10px 0 ;
    font-size: 14px;
  }
  .radio_page ul li.radio audio {
    width: 100%;
    border-radius: 90px;
    transform: scale(1.05);
  }
  .radio_page ul li.radio .radio_comment {
    text-align: justify;
  }
  .radio_page ul li.radio.first audio {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  }
}
#contact-us {
  align-content: space-around;
  flex-direction: row-reverse;
  display: flex;
}
#contact-us .call-us-form {
  width: 49%;
}
#contact-us .call-us-form form > span {
  color: #009cd5;
}
#contact-us .call-us-form form input[type=text],
#contact-us .call-us-form form input[type=password],
#contact-us .call-us-form form input[type=email],
#contact-us .call-us-form form input[type=color],
#contact-us .call-us-form form input[type=number],
#contact-us .call-us-form form input[type=date],
#contact-us .call-us-form form input[type=time],
#contact-us .call-us-form form textArea {
  color: #000;
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 10px;
}
#contact-us .call-us-form form input[type=text]:focus,
#contact-us .call-us-form form input[type=password]:focus,
#contact-us .call-us-form form input[type=email]:focus,
#contact-us .call-us-form form input[type=color]:focus,
#contact-us .call-us-form form input[type=number]:focus,
#contact-us .call-us-form form input[type=date]:focus,
#contact-us .call-us-form form input[type=time]:focus,
#contact-us .call-us-form form textArea:focus {
  box-shadow: 0 0 4px #3994f5;
  border: 1px solid #3994f5;
  background-color: #fffee6;
}
#contact-us .call-us-form form .select2 {
  display: block;
  margin-bottom: 10px;
}
#contact-us .call-us-form form .select2 .select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#contact-us .call-us-form form button.submit {
  min-width: 100px;
  margin: 7px auto;
  padding: 3px 30px;
  display: block;
  cursor: pointer;
  background-color: #3994f5;
  border: none;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#contact-us .call-us-form form button.submit:hover {
  background-color: #07488e;
}
#contact-us .call-us-form form button.submit.fa {
  margin-left: 7px;
  vertical-align: middle;
}
#contact-us .call-us-form form table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}
#contact-us .call-us-form .post-pm {
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 25px;
  line-height: 40px;
  color: #0077a2;
}
#contact-us .our-information {
  width: 49%;
}
@media (max-width: 616px) {
  #contact-us {
    flex-wrap: wrap;
  }
  #contact-us .call-us-form {
    width: 100%;
  }
  #contact-us .our-information {
    width: 100%;
    margin-top: 25px;
    padding: 25px 0;
    border-top: 3px solid #009cd5;
  }
}
#ebookLibrary .ebook_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ebookLibrary .ebook_header h1,
#ebookLibrary .ebook_header h2 {
  padding: 0 20px 0 50px;
  font-weight: normal;
  display: block;
  margin: 5px 0;
  clip-path: polygon(25px 0, 100% 0%, 100% 100%, 0% 100%);
}
#ebookLibrary .ebook_header h1 {
  font-size: 18px;
  width: 320px;
  background-color: #11ffa6;
}
#ebookLibrary .ebook_header h2 {
  font-size: 16px;
  width: 350px;
  background-color: #a9efff;
}
#ebookLibrary .ebook_header .filter_list {
  display: flex;
  flex-wrap: wrap;
}
#ebookLibrary .ebook_header .filter_list .filter_item {
  margin: 5px 10px ;
}
#ebookLibrary .ebook_header .filter_list .filter_item span {
  background-color: #dde;
  padding: 0 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ebookLibrary .ebook_header .filter_list .filter_item span a {
  margin-left: 7px;
  color: #000;
}
#ebookLibrary .ebook_header .filter_list .filter_item span.subject {
  background-color: #8FF;
}
#ebookLibrary .ebook_header .filter_list .filter_item span.ages {
  background-color: #d3f94c;
}
#ebookLibrary .ebook_header .filter_list .filter_item.invisible {
  display: none;
  visibility: hidden;
}
#ebookLibrary .main #modal_selected {
  background: rgba(0, 0, 0, 0.93);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  -ms-transition: 0.5s opacity ease;
  -o-transition: 0.5s opacity ease;
}
#ebookLibrary .main #modal_selected.selected {
  opacity: 0.95;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-transition: 0.1s opacity ease;
  -moz-transition: 0.1s opacity ease;
  -ms-transition: 0.1s opacity ease;
  -o-transition: 0.1s opacity ease;
}
#ebookLibrary .main #modal_selected.selected .selected_item {
  z-index: 1001;
  width: 50%;
  height: auto;
  display: flex;
}
#ebookLibrary .main #modal_selected .selected_item {
  background-color: #fff;
  position: fixed;
  display: none;
  width: 50%;
  margin: 0 auto;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ebookLibrary .main #modal_selected .selected_item section.detail {
  width: 30%;
}
#ebookLibrary .main #modal_selected .selected_item section.detail a.getfile {
  display: block;
}
#ebookLibrary .main #modal_selected .selected_item section.abstract {
  display: block;
  opacity: 1;
  z-index: 10003;
  padding: 10px;
  text-align: justify;
  font-size: 13px;
  width: 70%;
}
#ebookLibrary .main #modal_selected .selected_item:hover {
  -webkit-box-shadow: "none !important";
  -moz-box-shadow: "none !important";
  box-shadow: "none !important";
}
#ebookLibrary .main ul.list_of_books {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
#ebookLibrary .main ul.list_of_books li {
  margin: 10px 10px;
}
#ebookLibrary .main ul.list_of_books li:hover {
  -webkit-box-shadow: 0 0 15px #f9a61b;
  -moz-box-shadow: 0 0 15px #f9a61b;
  box-shadow: 0 0 15px #f9a61b;
}
#ebookLibrary .main .book_item,
#ebookLibrary .main .selected_item {
  width: 220px;
  height: 365px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #CCC;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
#ebookLibrary .main .book_item section.detail,
#ebookLibrary .main .selected_item section.detail {
  width: 220px;
  display: block;
  color: #005675;
}
#ebookLibrary .main .book_item section.detail h3,
#ebookLibrary .main .selected_item section.detail h3 {
  background-color: #009cd5;
  text-shadow: 1px 1px 4px #111;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ebookLibrary .main .book_item section.detail .image,
#ebookLibrary .main .selected_item section.detail .image {
  width: 100%;
  height: 220px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#ebookLibrary .main .book_item section.detail .filters,
#ebookLibrary .main .selected_item section.detail .filters {
  margin: 7px;
}
#ebookLibrary .main .book_item section.detail .filters a,
#ebookLibrary .main .selected_item section.detail .filters a {
  padding: 0 10px;
  color: #000;
  margin-left: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
#ebookLibrary .main .book_item section.detail .filters a:hover,
#ebookLibrary .main .selected_item section.detail .filters a:hover {
  background-color: #f9a61b !important;
}
#ebookLibrary .main .book_item section.detail .filters.subject a,
#ebookLibrary .main .selected_item section.detail .filters.subject a {
  background-color: #8FF;
}
#ebookLibrary .main .book_item section.detail .filters.ages,
#ebookLibrary .main .selected_item section.detail .filters.ages {
  margin-bottom: 12px;
}
#ebookLibrary .main .book_item section.detail .filters.ages a,
#ebookLibrary .main .selected_item section.detail .filters.ages a {
  background-color: #d3f94c;
}
#ebookLibrary .main .book_item section.detail a.getfile,
#ebookLibrary .main .selected_item section.detail a.getfile {
  display: none;
  margin: 10px auto;
}
#ebookLibrary .main .book_item section.detail .sts_box,
#ebookLibrary .main .selected_item section.detail .sts_box {
  justify-content: space-between;
  display: flex;
  background-color: #EEE;
  padding-top: 3px;
  bottom: 0;
}
#ebookLibrary .main .book_item section.detail .sts_box .statistics,
#ebookLibrary .main .selected_item section.detail .sts_box .statistics {
  display: inline-block;
  background-color: #EEE;
  padding: 0 7px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  overflow: hidden;
}
#ebookLibrary .main .book_item section.detail .sts_box .viewed,
#ebookLibrary .main .selected_item section.detail .sts_box .viewed {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ebookLibrary .main .book_item section.detail .sts_box .viewed:before,
#ebookLibrary .main .selected_item section.detail .sts_box .viewed:before {
  content: "\f06e";
  font-family: 'FontAwesome';
  margin: 0 7px;
}
#ebookLibrary .main .book_item section.detail .sts_box .downloaded,
#ebookLibrary .main .selected_item section.detail .sts_box .downloaded {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ebookLibrary .main .book_item section.detail .sts_box .downloaded:after,
#ebookLibrary .main .selected_item section.detail .sts_box .downloaded:after {
  content: "\f019";
  font-family: 'FontAwesome';
  margin: 0 7px;
}
#ebookLibrary .main .book_item section.detail .sts_box .more_btn,
#ebookLibrary .main .selected_item section.detail .sts_box .more_btn {
  padding: 2px 24px !important;
  transform: translateY(-7px);
}
#ebookLibrary .main .book_item section.detail .empty,
#ebookLibrary .main .selected_item section.detail .empty {
  display: none;
}
#ebookLibrary .main .book_item section.abstract,
#ebookLibrary .main .selected_item section.abstract {
  display: none;
  opacity: 0;
}
#ebookLibrary .main .selected_item {
  overflow: visible;
}
#ebookLibrary .main .selected_item .data-book {
  display: flex;
  width: 100%;
}
#ebookLibrary .main .selected_item .close_btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #FF0000;
  background-color: #fff;
  border: 1px solid #CCC;
  position: absolute;
  margin-top: -18px;
  margin-right: -15px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
#ebookLibrary .main .selected_item .close_btn:hover {
  background-color: #FF0000;
  color: #FFF;
}
#ebookLibrary .main .selected_item .more_btn {
  visibility: hidden;
  display: none;
}
@media (max-width: 1200px) {
  #ebookLibrary .main #modal_selected.selected .selected_item {
    width: 80%;
  }
}
@media (max-width: 616px) {
  #ebookLibrary .main #modal_selected.selected .selected_item {
    z-index: 1001;
    width: 95%;
    height: 95%;
    display: flex;
    position: absolute;
  }
  #ebookLibrary .main #modal_selected .selected_item {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    overflow-y: auto;
  }
  #ebookLibrary .main #modal_selected .selected_item section.detail {
    width: 100%;
  }
  #ebookLibrary .main #modal_selected .selected_item section.abstract {
    width: 100%;
  }
  #ebookLibrary .main ul.list_of_books li {
    margin: 10px 0;
  }
  #ebookLibrary .main .book_item,
  #ebookLibrary .main .selected_item {
    width: 90%;
    height: 365px;
  }
  #ebookLibrary .main .book_item section.detail,
  #ebookLibrary .main .selected_item section.detail {
    width: 100%;
  }
  #ebookLibrary .main .book_item section.detail .image,
  #ebookLibrary .main .selected_item section.detail .image {
    width: 100%;
    height: 220px;
    background-size: contain;
  }
}
#galleryGroupList {
  text-align: center;
  display: block;
}
#galleryGroupList ul {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
#galleryGroupList ul li {
  /*display: flex;*/
  align-items: center;
  cursor: pointer;
  /*width: 30px;*/
  margin: 1px;
  background-color: #00a8ff;
  padding: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#galleryGroupList ul li div.image {
  min-width: 150px;
  /*width: 150px;*/
  height: 150px;
  /*opacity: 0;*/
  border: none;
  margin-right: 5px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#galleryGroupList ul li div.title {
  /*flex: 0 0 30px;*/
  /*min-width: 0;*/
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
#galleryGroupList ul li div.title span {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #083871, -1px 1px 0 #083871, 1px -1px 0 #083871, -1px -1px 0 #083871;
}
#galleryGroupList.hide {
  display: none;
}
#backwardToGroups.hide {
  display: none;
}
/*.gallery ul li.active,
.gallery ul li:hover {
    width: 200px;
}*/
/*.gallery ul li.active div.image,
.gallery ul li:hover div.image {
    opacity: 1;
}*/
/*.gallery ul li:nth-of-type(1) {
    background-color: #f84828;
}
.gallery ul li:nth-of-type(2) {
    background-color: #f9800d;
}
.gallery ul li:nth-of-type(3) {
    background-color: #ffcc00;
}
.gallery ul li:nth-of-type(4) {
    background-color: #9cca00;
}
.gallery ul li:nth-of-type(5) {
    background-color: #00cf88;
}
.gallery ul li:nth-of-type(6) {
    background-color: #00a8ff;
}
.gallery ul li:nth-of-type(7) {
    background-color: #f7cac9;
}
.gallery ul li:nth-of-type(8) {
    background-color: #f7786b;
}
.gallery ul li:nth-of-type(9) {
    background-color: #dd4132;
}
.gallery ul li:nth-of-type(10) {
    background-color: #b18f6a;
}
.gallery ul li:nth-of-type(11) {
    background-color: #CF9C63;
}
.gallery ul li:nth-of-type(12) {
    background-color: #964F4C;
}
.gallery ul li:nth-of-type(13) {
    background-color: #F99471;
}
.gallery ul li:nth-of-type(14) {
    background-color: #CE879F;
}
.gallery ul li:nth-of-type(15) {
    background-color: #926AA6;
}
.gallery ul li:nth-of-type(16) {
    background-color: #58646D;
}
.gallery ul li:nth-of-type(17) {
    background-color: #203E4A;
}
.gallery ul li:nth-of-type(18) {
    background-color: #0F4C81;
}
.gallery ul li:nth-of-type(19) {
    background-color: #097988;
}
.gallery ul li:nth-of-type(20) {
    background-color: #00ABC0;
}
.gallery ul li:nth-of-type(21) {
    background-color: #7ACCB8;
}
.gallery ul li:nth-of-type(22) {
    background-color: #9cccb2;
}
.gallery ul li:nth-of-type(23) {
    background-color: #82b8dc;
}
.gallery ul li:nth-of-type(24) {
    background-color: #9DC3D4;
}
.gallery ul li:nth-of-type(25) {
    background-color: #C5C6C7;
}
.gallery ul li:nth-of-type(26) {
    background-color: #D2B49C;
}
.gallery ul li:nth-of-type(27) {
    background-color: #cfb38c;
}
.gallery ul li:nth-of-type(28) {
    background-color: #d8ae47;
}
.gallery ul li:nth-of-type(29) {
    background-color: #f6d258;
}
.gallery ul li:nth-of-type(30) {
    background-color: #fae03c;
}
.gallery ul li:nth-of-type(31) {
    background-color: #b93a32;
}
.gallery ul li:nth-of-type(32) {
    background-color: #ad5d5d;
}
.gallery ul li:nth-of-type(33) {
    background-color: #847A59;
}
.gallery ul li:nth-of-type(34) {
    background-color: #af9483;
}
.gallery ul li:nth-of-type(35) {
    background-color: #d1af94;
}
.gallery ul li:nth-of-type(36) {
    background-color: #efcec5;
}
.gallery ul li:nth-of-type(37) {
    background-color: #ef562d;
}
.gallery ul li:nth-of-type(38) {
    background-color: #d13076;
}
.gallery ul li:nth-of-type(39) {
    background-color: #0c4c8a;
}
.gallery ul li:nth-of-type(40) {
    background-color: #034f84;
}
.gallery ul li:nth-of-type(41) {
    background-color: #4c6a92;
}
.gallery ul li:nth-of-type(42) {
    background-color: #5587a2;
}
.gallery ul li:nth-of-type(43) {
    background-color: #91a8d0;
}
.gallery ul li:nth-of-type(44) {
    background-color: #92b6d5;
}
.gallery ul li:nth-of-type(45) {
    background-color: #97d5e0;
}
.gallery ul li:nth-of-type(46) {
    background-color: #98ddde;
}
.gallery ul li:nth-of-type(47) {
    background-color: #006e51;
}
.gallery ul li:nth-of-type(48) {
    background-color: #5c7148;
}
.gallery ul li:nth-of-type(49) {
    background-color: #79c753;
}
.gallery ul li:nth-of-type(50) {
    background-color: #88b14b;
}*/
#view_gallery {
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px ;
  margin-right: 50px ;
  padding: 10px;
}
#view_gallery .gallery_group_name {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#view_gallery .gallery_items {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 1px solid #083871;
  width: 150px;
  height: 150px;
  margin: 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  overflow: hidden;
  position: relative;
}
#view_gallery .gallery_items:before {
  content: '';
  position: absolute;
  opacity: 0.5;
  width: 350px;
  height: 70px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(45deg);
  transition: transform 0.5s;
}
#view_gallery .gallery_items:hover {
  -webkit-box-shadow: 0 0 15px #666;
  -moz-box-shadow: 0 0 15px #666;
  box-shadow: 0 0 15px #666;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transform: scale(1.5);
  z-index: 10;
}
#view_gallery .gallery_items:hover:before {
  transform: translate(-150px, 150px) rotate(45deg);
  transition: transform 0.5s;
}
#news_page {
  display: flex;
  direction: rtl;
  justify-content: space-between;
}
#news_page .news_list {
  width: 300px;
  margin: 0 10px;
}
#news_page .news_list ul li a {
  margin: 5px 0;
  /*padding: 5px;*/
  border-bottom: 1px dashed #AAA;
  width: 320px;
  display: inline-block;
}
#news_page .news_list ul li a div.headline {
  /*margin-right: 10px;*/
  display: flex;
  justify-content: space-between;
}
#news_page .news_list ul li a div.headline img {
  width: 50px;
  height: 50px;
  border: 1px solid #AAA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#news_page .news_list ul li a div.headline .news_link_title {
  font-size: 18px;
  width: 250px;
}
#news_page .news_list ul li a p.abs {
  font-size: 14px;
  color: #777;
}
#news_page .news_list ul li a div .news_link_title {
  font-size: 14px;
  color: #009cd5;
  display: block;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
#news_page .news_list ul li a:hover .news_link_title {
  color: #f9a61b;
}
#news_page .news_current {
  display: block;
  width: 800px;
}
#news_page .news_current .title {
  font-family: "titr";
  font-size: 22px;
  color: #009cd5;
}
#news_page .news_current .abs {
  padding: 10px;
  border: 1px dashed #009cd5;
  -webkit-border-radius: 10px 0 10px;
  -moz-border-radius: 10px 0 10px;
  border-radius: 10px 0 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#news_page .news_current .news_body img {
  max-width: 100%;
}
#news_page .news_current .detail {
  text-align: left;
}
#news_page .news_current .detail .writer {
  font-size: 14px;
}
#news_page .news_current .detail .date {
  font-size: 14px;
}
.pre_register_thembutton {
  position: fixed;
  left: -70px;
  bottom: -35px;
  padding-top: 5px;
  /*padding-right: 10px;*/
  width: 190px;
  height: 80px;
  text-align: center;
  transform: rotate(35deg) scale(1.7);
  z-index: 999;
  /*background-color: #fea929;*/
  background-color: #feef28;
  color: #000;
  clip-path: polygon(100% -5px, 2px -5px, 50% 100%);
  font-size: 12px;
  box-shadow: 1px 1px 8px #000;
}
h1.pre_register_title {
  font-size: 18px;
  color: #367bff;
  margin-bottom: 10px;
  text-align: center;
}
.welcome {
  text-align: justify;
  direction: rtl;
}
.welcome ul {
  list-style: circle;
  padding-right: 40px;
}
.welcome hr {
  color: #d0f2ff;
  border-top: 1px dashed #009cd5;
}
.welcome button {
  display: block;
  width: 300px;
  margin: 7px auto;
  cursor: pointer;
  background-color: #3994f5;
  border: none;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 7px 50px;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  box-shadow: #07488e 0 0px 0px 2px inset;
}
.welcome button:hover {
  box-shadow: #07488e 0 0px 0px 40px inset;
  color: yellow;
}
.welcome button#pre_edit {
  background-color: #ff3300;
  box-shadow: #e32e01 0 0px 0px 2px inset;
}
.welcome button#pre_edit:hover {
  box-shadow: #b02300 0 0px 0px 40px inset;
}
.welcome button#pre_result {
  background-color: #03af95;
  box-shadow: #097262 0 0px 0px 2px inset, 3px 2px 5px #777;
}
.welcome button#pre_result:hover {
  box-shadow: #097262 0 0px 0px 40px inset, 3px 2px 5px #555;
}
.formView,
.editformView,
.resultformView {
  display: none;
}
.pre_result {
  display: none;
}
#mfrm_result {
  display: block;
  margin: 20px auto;
  /*width: 700px;*/
}
#mfrm_result #result_border {
  margin: 20px auto;
  border: 2px solid #009cd5;
  box-shadow: 0 0 20px #009cd5;
  border-radius: 7px;
  padding: 20px;
}
#mfrm_result #result_border table td {
  padding: 10px 0;
}
#mfrm_result #result_border table span {
  padding: 3px 10px;
  border-radius: 5px;
}
#mfrm_result #result_border table span.pres_data {
  background-color: #eaf8fd;
  color: #004070;
  line-height: 50x;
  box-shadow: 2px 2px 5px #999;
}
#mfrm_result #result_border table span.getresult_ok {
  color: green;
}
#mfrm_result #result_border table span.getresult_nok {
  color: red;
}
#mfrm_result #result_border table span.pres_title {
  color: #004070;
}
.bloglist {
  display: flex;
  flex-wrap: wrap;
}
.bloglist a.item {
  display: flex;
  align-content: space-between;
  width: 300px;
  margin: 10px;
  padding: 10px;
  border: 2px solid #63B6FF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.bloglist a.item .profile img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 2px solid #50597b;
  -webkit-border-radius: 8em;
  -moz-border-radius: 8em;
  border-radius: 8em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bloglist a.item .detail {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dashed #63B6FF;
}
.bloglist a.item .detail div {
  color: #005675;
}
.bloglist a.item .detail div span {
  margin: 0 10px;
}
.bloglist a.item .detail .pagetitle {
  font-size: larger;
  color: #11A8AB;
}
.bloglist a.item .detail .counter {
  color: #63B6FF;
}
.bloglist a.item:hover {
  background-color: #63B6FF;
}
.bloglist a.item:hover .detail div {
  color: #FFF;
}
.bloglist a.item:hover .detail .pagetitle {
  color: #fff;
}
.bloglist a.item:hover .detail .counter {
  color: #fff;
}
.blogpage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogpage ._messages {
  width: 800px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.blogpage ._messages .post {
  margin: 10px auto;
}
.blogpage ._messages .post section {
  border: 1px solid #63B6FF;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blogpage ._messages .post section .picture {
  margin-bottom: 10px;
}
.blogpage ._messages .post section .picture img {
  max-width: 100%;
}
.blogpage ._messages .post section .title {
  color: #009cd5;
}
.blogpage ._messages .post section .message {
  text-align: justify;
}
.blogpage ._messages .post section .empty {
  display: none;
}
.blogpage ._messages .post .send_time {
  color: #63B6FF;
  font-size: 14px;
  text-align: left;
}
.blogpage ._blogger {
  width: 300px;
  margin: 10px;
}
.blogpage ._blogger .about_item {
  display: flex;
  background-color: #63B6FF;
  align-content: space-between;
  padding: 10px;
  border: 2px solid #63B6FF;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blogpage ._blogger .about_item .profile img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 2px solid #50597b;
  -webkit-border-radius: 8em;
  -moz-border-radius: 8em;
  border-radius: 8em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blogpage ._blogger .about_item .detail {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dashed #63B6FF;
}
.blogpage ._blogger .about_item .detail div {
  color: #fff;
}
.blogpage ._blogger .about_item .detail div span {
  margin: 0 10px;
}
.blogpage ._blogger .about_item .detail .bloggername {
  color: #fff;
}
.blogpage ._blogger .about_item .detail .pagetitle {
  font-size: larger;
  color: #fff;
}
.blogpage ._blogger .about_item .detail .counter {
  color: #fff;
}
.blogpage ._blogger .about_text {
  border: 2px solid #63B6FF;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
@media (max-width: 1350px) {
  .blogpage ._messages {
    width: 800px;
  }
}
@media (max-width: 1200px) {
  .blogpage ._messages {
    width: 700px;
  }
}
@media (max-width: 1000px) {
  .blogpage {
    display: flex;
  }
  .blogpage ._messages {
    width: 500px;
  }
}
@media (max-width: 790px) {
  .blogpage {
    display: block;
  }
  .blogpage ._messages {
    width: 100%;
  }
}
