.cf, .page-trace {
  *zoom: 1;
}
.cf:before, .page-trace:before, .cf:after, .page-trace:after {
  content: "";
  display: table;
}
.cf:after, .page-trace:after {
  clear: both;
}

.facebook-icon {
  background-image: url(../img/sprites.png);
  background-position: 0px 0px;
  width: 37px;
  height: 37px;
}

.google-icon {
  background-image: url(../img/sprites.png);
  background-position: -37px 0px;
  width: 37px;
  height: 37px;
}

.skype-icon {
  background-image: url(../img/sprites.png);
  background-position: 0px -37px;
  width: 37px;
  height: 37px;
}

.youtube-icon {
  background-image: url(../img/sprites.png);
  background-position: -37px -37px;
  width: 37px;
  height: 37px;
}

* {
  font-family: Arial, sans-serif;
}

b, strong {
  font-weight: bold !important;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

html, body {
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

body {
  direction: rtl;
}

.site-wrapper {
  background: #fff;
  width: 100%;
}

.site-header-wrapper {
  background: url("../img/header-bg.png") 0 0 repeat-x;
}
.site-header-wrapper .site-header {
  max-width: 1280px;
  margin: 0 auto;
}
.site-header-wrapper .site-header .top-line {
  height: 57px;
}
.site-header-wrapper .site-header .top-line .menu {
  width: 70%;
  float: right;
}
.site-header-wrapper .site-header .top-line .social {
  width: 30%;
  float: left;
}
.site-header-wrapper .site-header a.logo-line {
  display: block;
  text-decoration: none;
  height: 203px;
  background: url("../img/logo.png") 100% 0 no-repeat;
}
@media (max-width: 780px) {
  .site-header-wrapper .site-header a.logo-line {
    height: 100px;
    background: url("../img/logo320.jpg") 100% 50% no-repeat;
  }
}

.site-menu-wrapper .site-menu {
  max-width: 1280px;
  margin: 0 auto;
}

.site-content-wrapper .site-content {
  max-width: 1280px;
  margin: 0 auto;
}
.site-content-wrapper .site-content .page-content {
  padding: 0 10px;
}

.site-footer-wrapper {
  background: #ccc;
}
.site-footer-wrapper .site-footer {
  max-width: 1280px;
  min-height: 250px;
  margin: 0 auto;
  padding: 0 10px;
}
.site-footer-wrapper .site-footer .menu {
  width: 80%;
  float: right;
}
.site-footer-wrapper .site-footer .social {
  width: 20%;
  float: left;
}

ul.primary-menu {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}
@media (max-width: 780px) {
  ul.primary-menu {
    display: none;
    position: fixed;
    width: 75%;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #000;
    border-right-style: none;
    border-radius: 5px 0 0 5px;
    background: #fff;
    z-index: 999;
    top: 50px;
  }
  ul.primary-menu.opened {
    display: block;
  }
}
ul.primary-menu > li {
  display: block;
  float: right;
  position: relative;
}
@media (max-width: 780px) {
  ul.primary-menu > li {
    float: none;
    border-bottom: 1px solid #777;
  }
}
ul.primary-menu > li.current_page_item > a {
  color: #000;
  background: #11696a;
  background: -moz-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #11696a), color-stop(100%, #18bcbd));
  background: -webkit-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -o-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -ms-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: linear-gradient(to right, #11696a 0%, #18bcbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11696a', endColorstr='#18bcbd', GradientType=1 );
  box-shadow: 0 10px 20px -5px #777;
}
@media (max-width: 780px) {
  ul.primary-menu > li.current_page_item > a {
    background: #18bcbd;
    box-shadow: none;
  }
}
ul.primary-menu > li > a {
  display: block;
  height: 42px;
  text-decoration: none;
  color: #65696c;
  font-weight: bold;
  padding: 15px 20px 0 20px;
  position: relative;
}
ul.primary-menu > li > a:hover {
  color: #fff;
  background: #11696a;
  background: -moz-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #11696a), color-stop(100%, #18bcbd));
  background: -webkit-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -o-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -ms-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: linear-gradient(to right, #11696a 0%, #18bcbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11696a', endColorstr='#18bcbd', GradientType=1 );
}
@media (max-width: 780px) {
  ul.primary-menu > li > a:hover {
    background: #18bcbd;
    color: #000;
  }
}
ul.primary-menu > li:hover > ul {
  display: block;
}
ul.primary-menu > li > ul {
  display: none;
  position: absolute;
  width: 250px;
  top: 56px;
  right: 0;
  border: 1px solid #777;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 9999;
  border-bottom-style: none;
}
@media (max-width: 780px) {
  ul.primary-menu > li > ul {
    display: block;
    position: static;
    top: 0;
    width: 100%;
    border: none;
    border-top: 1px solid #777;
  }
}
ul.primary-menu > li > ul > li {
  float: none;
  border-bottom: 1px solid #777;
}
ul.primary-menu > li > ul > li.current_page_item > a {
  color: #fff;
  background: #11696a;
  background: -moz-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #11696a), color-stop(100%, #18bcbd));
  background: -webkit-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -o-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -ms-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: linear-gradient(to right, #11696a 0%, #18bcbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11696a', endColorstr='#18bcbd', GradientType=1 );
}
@media (max-width: 780px) {
  ul.primary-menu > li > ul > li.current_page_item > a {
    background: #18bcbd;
    color: #000;
  }
}
ul.primary-menu > li > ul > li > a {
  display: block;
  text-decoration: none;
  color: #65696c;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
@media (max-width: 780px) {
  ul.primary-menu > li > ul > li > a {
    padding: 10px 40px 10px 10px;
  }
}
ul.primary-menu > li > ul > li > a:hover {
  color: #fff;
  background: #11696a;
  background: -moz-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #11696a), color-stop(100%, #18bcbd));
  background: -webkit-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -o-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: -ms-linear-gradient(left, #11696a 0%, #18bcbd 100%);
  background: linear-gradient(to right, #11696a 0%, #18bcbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11696a', endColorstr='#18bcbd', GradientType=1 );
}
@media (max-width: 780px) {
  ul.primary-menu > li > ul > li > a:hover {
    background: #18bcbd;
    color: #000;
  }
}

ul.footer-menu {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}
ul.footer-menu li {
  display: block;
  width: 20%;
  margin: 10px 0 0 10px;
  float: right;
}
ul.footer-menu li.current_page_item a {
  color: #000;
}
@media (max-width: 780px) {
  ul.footer-menu li {
    width: 40%;
  }
}
ul.footer-menu li a {
  display: block;
  text-decoration: none;
  color: #777;
  position: relative;
}
ul.footer-menu li a:hover {
  color: #000;
}

.home-sub-pages {
  margin: 50px 0 50px 0;
}
.home-sub-pages a.sub-page {
  display: block;
  width: 30%;
  float: right;
  text-decoration: none;
  margin: 0 0 20px 5%;
  color: #000;
}
.home-sub-pages a.sub-page:nth-child(3n+0) {
  margin: 0 0 20px 0;
}
@media (max-width: 780px) {
  .home-sub-pages a.sub-page {
    width: 100%;
    float: none;
  }
  .home-sub-pages a.sub-page:nth-child(3n+0) {
    margin: 0 0 0 0;
  }
}
.home-sub-pages a.sub-page .image img {
  width: 100%;
}
.home-sub-pages a.sub-page .title {
  color: #0c6666;
  font-size: 1.4em;
  font-weight: bold;
}
.home-sub-pages a.sub-page .summary {
  color: #666;
}

.sub-pages {
  margin: 50px 0 50px 0;
}
.sub-pages a.sub-page {
  display: block;
  width: 30%;
  float: right;
  text-decoration: none;
  margin: 0 0 20px 5%;
  color: #000;
}
.sub-pages a.sub-page:nth-child(3n+0) {
  margin: 0 0 20px 0;
}
@media (max-width: 780px) {
  .sub-pages a.sub-page {
    width: 100%;
    float: none;
  }
  .sub-pages a.sub-page:nth-child(4n+0) {
    margin: 0 0 0 0;
  }
}
.sub-pages a.sub-page .image img {
  width: 100%;
}
.sub-pages a.sub-page .title {
  color: #0c6666;
  font-size: 1.4em;
  font-weight: bold;
}
.sub-pages a.sub-page .summary {
  color: #666;
}
.sub-pages a.sub-page-l1 {
  display: block;
  width: 23%;
  float: right;
  text-decoration: none;
  margin: 0 0 20px 2.66%;
  color: #000;
  min-height: 600px;
}
.sub-pages a.sub-page-l1:nth-child(4n+0) {
  margin: 0 0 20px 0;
}
@media (max-width: 780px) {
  .sub-pages a.sub-page-l1 {
    width: 100%;
    float: none;
  }
  .sub-pages a.sub-page-l1:nth-child(4n+0) {
    margin: 0 0 0 0;
  }
}
.sub-pages a.sub-page-l1 .image img {
  width: 100%;
}
.sub-pages a.sub-page-l1 .title {
  color: #0c6666;
  font-size: 1.4em;
  font-weight: bold;
}
.sub-pages a.sub-page-l1 .summary {
  color: #666;
}

.footer-forms {
  border: 1px solid #c6c6c6;
  background: #f6f4f5;
  padding: 20px;
  margin: 50px 10px;
}
.footer-forms .register-form {
  width: 45%;
  float: right;
}
@media (max-width: 780px) {
  .footer-forms .register-form {
    width: 100%;
    float: none;
  }
}
.footer-forms .contact-form {
  width: 45%;
  float: left;
}
@media (max-width: 780px) {
  .footer-forms .contact-form {
    width: 100%;
    float: none;
  }
}

.social a {
  display: block;
  float: left;
  text-decoration: none;
  margin: 10px 10px 0 10px;
}

.page-trace {
  margin: 30px 0;
}
@media (max-width: 780px) {
  .page-trace {
    margin: 10px;
  }
}
.page-trace ul.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.page-trace ul.breadcrumbs li {
  float: right;
  color: #a3a3a3;
  font-weight: normal;
}
.page-trace ul.breadcrumbs li a {
  text-decoration: none;
  color: #a3a3a3;
}
.page-trace ul.breadcrumbs li.separator {
  width: 40px;
  background: url("../img/trace-arrow.png") no-repeat 50% 50%;
}
.page-trace ul.breadcrumbs li.item-current {
  color: #a3a3a3;
}

.page-title {
  color: #696b6a;
  font-size: 1.8em;
  margin: 10px 0;
  font-weight: bold;
}
@media (max-width: 780px) {
  .page-title {
    margin: 0 10px;
  }
}

.footer-form .row {
  margin: 0 0 20px 0;
  background: #fff;
}
.footer-form .row.row-transp {
  background: transparent;
}
.footer-form .row .title {
  width: 30%;
  float: right;
}
.footer-form .row .title label {
  display: block;
  padding: 5px 10px 0 0;
}
.footer-form .row .field {
  width: 70%;
  float: left;
}
.footer-form .row .field .textfield {
  border: 1px solid #fff;
  padding: 5px;
  background: #fff;
}
.footer-form .row .field .textfield input {
  background: transparent;
  width: 95%;
  margin: 0;
  padding: 0;
  border-style: none;
  outline-style: none;
}
.footer-form .row .field .textarea {
  border: 1px solid #fff;
  padding: 5px;
  background: #fff;
}
.footer-form .row .field .textarea textarea {
  background: transparent;
  width: 95%;
  margin: 0;
  padding: 0;
  border-style: none;
  outline-style: none;
}
.footer-form .row .checkbox input {
  margin: 0 0 0 10px;
}
.footer-form .row .button {
  width: 150px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  margin: 0 auto 0 0;
  font-size: 1.5em;
  cursor: pointer;
  background: #11696a;
  background: -moz-linear-gradient(left, #11696a 0%, #17bdbd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #11696a), color-stop(100%, #17bdbd));
  background: -webkit-linear-gradient(left, #11696a 0%, #17bdbd 100%);
  background: -o-linear-gradient(left, #11696a 0%, #17bdbd 100%);
  background: -ms-linear-gradient(left, #11696a 0%, #17bdbd 100%);
  background: linear-gradient(to right, #11696a 0%, #17bdbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11696a', endColorstr='#17bdbd', GradientType=1 );
  border-radius: 10px;
}

.footer-info {
  height: 100px;
  background: url("../img/footer-logo.png") no-repeat 100% 100%;
  position: relative;
  margin: 50px 10px;
}
@media (max-width: 780px) {
  .footer-info {
    height: 150px;
  }
}
.footer-info .info {
  font-size: 2em;
  line-height: 1;
  color: #aaa;
  position: absolute;
  bottom: 0;
  right: 180px;
}
@media (max-width: 780px) {
  .footer-info .info {
    right: 10px;
    font-size: 1.3em;
    top: 0;
    bottom: auto;
  }
}

.mobile-menu-icon {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 0;
  background: #fff url("../img/mobile-menu.png") 50% 50% no-repeat;
  border: 1px solid #000;
  border-right-style: none;
  border-radius: 5px 0 0 5px;
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 780px) {
  .mobile-menu-icon {
    display: block;
  }
}

@media (max-width: 780px) {
  div#pgacscontblock {
    width: 250px !important;
    height: 300px !important;
    overflow-y: scroll !important;
    display: block;
  }

  div#pgacscont {
    display: block !important;
  }

  div#pgacscontitems1 {
    width: 100% !important;
    float: none !important;
    border-left-style: none !important;
  }

  div#pgacscontitems2 {
    width: 100% !important;
    float: none !important;
    border-left-style: none !important;
  }

  div.pgacsmenuitem {
    padding: 5px 40px 5px 5px !important;
    background-position: 220px 50% !important;
  }
}

/*# sourceMappingURL=screen.css.map */
