/*!
Developed by Savang LTD
http://www.savang.com
*/

@font-face {
  font-family: Shabnam;
  src: url('../fonts/shabnam/Shabnam.eot');
  src: url('../fonts/shabnam/Shabnam.eot?#iefix') format('embedded-opentype'),
     url('../fonts/shabnam/Shabnam.woff') format('woff'),
     url('../fonts/shabnam/Shabnam.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: Shabnam;
  src: url('../fonts/shabnam/Shabnam-Bold.eot');
  src: url('../fonts/shabnam/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/shabnam/Shabnam-Bold.woff') format('woff'),
     url('../fonts/shabnam/Shabnam-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: Shabnam;
  src: url('../fonts/shabnam/Shabnam-Light.eot');
  src: url('../fonts/shabnam/Shabnam-Light.eot?#iefix') format('embedded-opentype'),
     url('../fonts/shabnam/Shabnam-Light.woff') format('woff'),
     url('../fonts/shabnam/Shabnam-Light.ttf') format('truetype');
  font-weight: 300;
}
body {
  background: #fff;
  margin: 0;
  font-size: 1rem;
  font-family: Shabnam, tahoma, sans, arial;
  color: #555;
  direction: rtl;
  text-align: right;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #00aeef;
  color: #fff;
}
::-moz-selection {
  background: #00aeef;
  color: #fff;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
a:hover,
a:focus {
  color: #00aeef;
  text-decoration: none;
}
.ltr {
  direction: ltr;
}
input,
select,
textarea {
  font-family: Shabnam, tahoma, sans, arial;
}
input.ltr,
select.ltr,
textarea.ltr {
  direction: rtl;
  text-align: right;
}
input.ltr:focus,
select.ltr:focus,
textarea.ltr:focus {
  direction: ltr;
  text-align: left;
}
textarea {
  resize: none;
}
.alert p,
.form-control-feedback p {
  margin: 0;
}
.section {
  position: relative;
  background: transparent;
  padding: 3rem 0;
}
.section.section-bottom-border {
  border-bottom: 1px solid #f1f1f1;
}
.section.section-bottom-padding-remove {
  position: relative;
  padding: 3rem 0 0 0;
}
.section.section-white {
  background: #fff;
}
.section.section-gray {
  background: #fafafa;
}
.section .section-header {
  position: relative;
  display: table;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.section .section-header span {
  display: block;
}
.section .section-header span:first-child {
}
.section .section-header span:last-child {
  font-size: 65%;
  color: #999;
}
.section.section-large-header .section-header {
  font-size: 1.8rem;
  font-weight: bold;
}
.section.section-large-margin-header .section-header {
  margin: 0 auto 3rem auto;
}
.section.section-gray-underline-header .section-header {
  padding: 0 0 0.5rem 0;
  border-bottom: 0.125rem solid #f1f1f1;
}
.section.section-red-underline-header .section-header {
  padding: 0 0 0.5rem 0;
  border-bottom: 0.125rem solid #00aeef;
}
.section.section-image-header .section-header img {
  height: 6rem;
  width: auto;
  padding: 0;
  border: 0;
}
.section .section-body {
  color: #777;
  word-wrap: break-word;
}
.section .section-body .more-button {
  margin: 1.5rem auto 0 auto;
  text-align: center;
}
hr.section-separator {
  margin: 3rem auto;
}
hr.section-separator.half-margin {
  margin: 1.5rem auto;
}
.article-item {
  position: relative;
}
.article-item .article-item-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-item .article-item-image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.article-item h3 {
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
  color: #333;
}
.responsive-article-item {
  position: relative;
}
.responsive-article-item .responsive-article-item-image {
  text-align: center;
  margin-bottom: 1rem;
}
.responsive-article-item .responsive-article-item-image img {
  width: 10rem;
  height: 10rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.responsive-article-item.responsive-article-item-fluid .responsive-article-item-image img {
  width: 100%;
  height: auto;
}
.responsive-article-item.responsive-article-item-circle .responsive-article-item-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.responsive-article-item .responsive-article-item-image span.fa {
  font-size: 10rem;
  line-height: 10rem;
  width: 10rem;
  height: 10rem;
}
.responsive-article-item .responsive-article-item-text {
  text-align: justify;
}
.responsive-article-item .responsive-article-item-text h3 {
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
  color: #333;
  text-align: center;
}
.responsive-article-item .responsive-article-item-text h4 {
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
  color: #333;
}
.responsive-article-item .responsive-article-item-text p:last-child {
  margin: 0;
}
.media-list {
  position: relative;
}
.media-list .media-list-item {
  text-align: center;
  padding: 0 1rem;
  margin: 0 0 2rem 0;
}
.media-list .media-list-item > a {
  display: block;
}
.media-list .media-list-item > img,
.media-list .media-list-item > a > img {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.media-list.media-list-circle .media-list-item > img,
.media-list.media-list-circle .media-list-item > a > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.media-list.media-list-image-transition .media-list-item:hover > img,
.media-list.media-list-image-transition .media-list-item:focus > img,
.media-list.media-list-image-transition .media-list-item:hover > a > img,
.media-list.media-list-image-transition .media-list-item:focus > a > img {
  -moz-box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.media-list.media-list-image .media-list-item .item-image {
  display: block;
  background: #f1f1f1;
  width: 100%;
  height: 10rem;
  line-height: 10rem;
  text-align: center;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.media-list.media-list-image .media-list-item > img,
.media-list.media-list-image .media-list-item > a > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.media-list.media-list-image .media-list-item > h3,
.media-list.media-list-image .media-list-item > a > h3 {
  margin: 0.6rem 0;
}
.media-list .media-list-item > span.fa,
.media-list .media-list-item > a > span.fa {
  font-size: 8rem;
  line-height: 8rem;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1rem;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.media-list.media-list-icon-transition .media-list-item:hover > span.fa,
.media-list.media-list-icon-transition .media-list-item:focus > span.fa,
.media-list.media-list-icon-transition .media-list-item:hover > a > span.fa,
.media-list.media-list-icon-transition .media-list-item:focus > a > span.fa {
  color: #00aeef;
}
.media-list .media-list-item > h3,
.media-list .media-list-item > a > h3 {
  margin: 0 0 0.6rem 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.media-list.media-list-title-transition .media-list-item:hover > h3,
.media-list.media-list-title-transition .media-list-item:focus > h3,
.media-list.media-list-title-transition .media-list-item:hover > a > h3,
.media-list.media-list-title-transition .media-list-item:focus > a > h3 {
  color: #00aeef;
}
.media-list .media-list-item > p,
.media-list .media-list-item > a > p {
  margin: 0 0 1rem 0;
  padding: 0;
  color: #999;
}
.media-list .media-list-item > p:last-child,
.media-list .media-list-item > a > p:last-child {
  margin: 0;
}
.media-list .media-list-item > p .btn,
.media-list .media-list-item > a > p .btn {
  color: #aaa;
  border-color: #aaa;
}
.media-list .media-list-item > p .btn:hover,
.media-list .media-list-item > p .btn:focus,
.media-list .media-list-item > a > p .btn:hover,
.media-list .media-list-item > a > p .btn:focus {
  background-color: #aaa;
  color: #fff;
  border-color: #aaa;
}
.side-nav-list {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.side-nav-list a {
  display: block;
  color: #777;
}
.side-nav-list a:hover,
.side-nav-list a:focus {
  color: #00aeef;
}
.center-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.center-nav-list li {
  display: inline;
}
.center-nav-list li + li::before {
  display: inline;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #00aeef;
  content: "|";
}
.center-nav-list a {
  display: inline;
  color: #777;
}
.center-nav-list a:hover,
.center-nav-list a:focus {
  color: #00aeef;
}
.item-nav-list {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-nav-list li {
  display: inline;
}
.item-nav-list li + li::before {
  display: inline;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #00aeef;
  content: ",";
}
.item-nav-list a {
  display: inline;
  color: #777;
}
.item-nav-list a:hover,
.item-nav-list a:focus {
  color: #00aeef;
}
#page-load-progress {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}
#page-load-progress #page-load-progress-bar {
  height: 0.125rem;
  float: left;
  width: 0%;
  background: #00aeef;
}
#captcha {
  position: relative;
}
#captcha #captcha_image {
  display: inline-block;
  width: 200px;
  height: 50px;
  vertical-align: middle;
}
#captcha #captcha_image img {
  width: 200px;
  height: 50px;
  vertical-align: middle;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
#captcha #captcha_refresh {
  display: inline-block;
  padding: 1rem;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#captcha #captcha_refresh:hover,
#captcha #captcha_refresh:focus {
  color: #00aeef;
  text-decoration: none;
}
#captcha #captcha_input {
  margin-top: 1rem;
}
#map-section {
  position: relative;
  height: 30rem;
  background: #fff;
}
#map-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#home-container {
  position: relative;
}
#main-container {
  position: relative;
}
#main-container-small {
  position: relative;
  background: transparent;
  width: 20rem;
  margin: 0 auto;
}
#header-top-section {
  position: relative;
  background: #333;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #aaa;
}
#header-top-section span.fa {
  width: 1.5rem;
  text-align: center;
  vertical-align: middle;
  color: #00aeef;
}
#header-top-section span.separator {
  color: #555;
  padding: 0 0.5rem;
}
#header-top-section a {
  color: #aaa;
}
#header-top-section a:hover,
#header-top-section a:focus {
  color: #00aeef;
}
#header-top-section #header-contact-info-section {
  width: 100%;
  display: none;
  position: relative;
  text-align: center;
}
#header-top-section #header-login-register-section {
  width: 100%;
  position: relative;
  text-align: center;
}
#header-offset-fix {
  margin-top: 0;
}
#header-section {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  z-index: 3;
}
#header-section:before,
#header-section:after {
  content: " ";
  display: table;
}
#header-section:after {
  clear: both;
}
#header-section #header-menu-section {
  display: none;
}
#header-section #popup-menu-section-show-button {
  float: right;
  display: block;
  margin: 0;
  line-height: 6rem;
  font-size: 2rem;
  text-align: center;
  color: #555;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#header-section #popup-menu-section-show-button:hover,
#header-section #popup-menu-section-show-button:focus {
  color: #00aeef;
}
#header-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#header-section ul:before,
#header-section ul:after {
  content: " ";
  display: table;
}
#header-section ul:after {
  clear: both;
}
#header-section ul > li {
  position: relative;
  display: block;
  float: right;
}
#header-section ul > li.left {
  float: left;
}
#header-section ul > li:last-child {
  margin-left: 0;
}
#header-section ul > li > a {
  display: block;
  font-size: 1.125rem;
  color: #444;
  padding: 0 1rem;
  height: 6rem;
  line-height: 6rem;
  border-bottom: 0.125rem solid transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#header-section ul > li > a#popup-search-section-show-button {
  color: #00aeef;
}
#header-section ul > li > span {
  display: block;
  font-size: 1rem;
  color: #ccc;
  padding: 0 1rem;
  height: 6rem;
  line-height: 6rem;
}
#header-section ul > li.active > a, 
#header-section ul > li > a:hover {
  background: #fafafa;
  border-color: #00aeef;
  color: #222;
}
#header-section ul > li ul {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: #fff;
  background: rgba(255,255,255,0.9);
  text-align: right;
  border-top: 0.125rem solid #ed474c;
  z-index: 100;
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
}
#header-section ul > li:hover > ul {
  display: block;
}
#header-section ul > li ul li {
  display: block;
  float: none;
  clear: both;
}
#header-section ul > li ul li a {
  line-height: 2rem;
  padding: 0 1rem;
  color: #444;
  display: block;
  min-width: 15rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#header-section ul > li ul li a:hover {
  background: #ededed;
  color: #222;
}
#header-section ul > li ul li ul {
  top: 0;
  right: 100%;
}
#header-offset-fix.scrolled {
  margin-top: 6rem;
}
#header-section.scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 6rem;
}
#header-section.scrolled #header-top-section {
  display: none;
}
#header-section.scrolled #header-logo-section {
  margin: 1rem 0;
}
#header-section.scrolled #header-logo-section #header-logo img {
  width: auto;
  height: 4rem;
}
#header-section.scrolled #popup-menu-section-show-button {
  margin: 0;
  line-height: 6rem;
}
#header-section.scrolled ul > li > a,
#header-section.scrolled ul > li > span {
  height: 6rem;
  line-height: 6rem;
}
#header-section-small {
  position: relative;
  margin: 4rem 0;
  text-align: center;
}
#header-section-small #header-logo-section {
  position: relative;
  text-align: center;
}
#home-slide-section {
  position: relative;
  background: #fafafa;
  height: 20rem;
}
#home-slide-section #home-slide-items {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home-slide-section #home-slide-items .slide-item {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
#home-slide-section #home-slide-items .slide-item img {
  display: block;
  width: 100%;
  height: auto;
}
#home-slide-section #home-slide-logo-section {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 1rem;
  z-index: 2;
}
#home-slide-section #home-slide-logo-section #home-slide-logo-section-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
#home-slide-section #home-slide-logo-section #home-slide-logo-section-content #home-slide-logo {
  display: block;
  margin: 0;
  text-align: center;
}
#home-slide-section #home-slide-logo-section #home-slide-logo-section-content #home-slide-logo img {
  max-height: 10rem;
  width: auto;
}
#home-slide-section #home-slide-logo-section #home-slide-logo-section-content #home-slide-title {
  display: block;
  margin: 1rem 0 0 0;
  color: #fff;
  text-shadow: 0 0.125rem 0 rgba(0,0,0,0.25);
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
}
#home-slide-section #home-slide-logo-section #home-slide-logo-section-content #home-slide-buttons {
  display: block;
  margin: 2rem 0 0 0;
  text-align: center;
}
#home-slide-section #home-slide-logo-section #home-slide-logo-section-content #home-slide-buttons .btn {
  width: 10rem;
  margin: 0.25rem;
}
#home-slide-section #home-slide-nav {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2rem 0;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#home-slide-section #home-slide-nav #home-slide-down-button {
  display: inline-block;
  background: transparent;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0.125rem 0 rgba(0,0,0,0.25);
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#home-slide-section #home-slide-nav #home-slide-down-button:hover,
#home-slide-section #home-slide-nav #home-slide-down-button:focus {
  background: #fff;
  color: #00aeef;
}
#page-title-section {
  position: relative;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#page-title-section.cycle {
  background-repeat: repeat-x;
}
#page-title-section #page-title-section-cycle {
  position: relative;
  height: 15rem;
  z-index: 2;
}
#page-title-section #page-title-section-content {
  padding: 3rem 0;
}
#page-title-section #page-title-section-content #page-logo {
  display: block;
  margin: 0;
  text-align: center;
}
#page-title-section #page-title-section-content #page-logo img {
  max-height: 7rem;
  width: auto;
}
#page-title-section #page-title-section-content #page-title {
  display: block;
  color: #fff;
  text-shadow: 0 0.125rem 0 rgba(0,0,0,0.25);
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 1.5rem auto 0 auto;
  text-align: center;
}
#page-title-section #page-title-section-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
#page-title-section #page-title-section-image img {
  display: block;
  width: 100%;
  height: auto;
}
#page-title-section #breadcrumb-section {
  position: relative;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
  z-index: 2;
}
#page-title-section #breadcrumb-section:before,
#page-title-section #page-title-section breadcrumb-section:after {
  content: " ";
  display: table;
}
#page-title-section #breadcrumb-section:after {
  clear: both;
}
#page-title-section #breadcrumb-section .breadcrumb {
  padding: 1.5rem 0;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 0.125rem 0 rgba(0,0,0,0.25);
}
#page-title-section #breadcrumb-section .breadcrumb span {
  color: #fff;
  text-shadow: 0 0.125rem 0 rgba(0,0,0,0.25);
}
#page-title-section #breadcrumb-section .breadcrumb a {
  color: #fff;
  text-shadow: 0 0.125rem 0 rgba(0,0,0,0.25);
}
#page-title-section #breadcrumb-section .breadcrumb li + li:before {
  color: #00aeef;
  text-shadow: 0 0.125rem 0 rgba(0,0,0,0.25);
}
#page-title-section #breadcrumb-section .breadcrumb li a.active {
  color: #00aeef;
  text-shadow: 0 0.125rem 0 rgba(0,0,0,0.25);
}
#popup-menu-section {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
}
#popup-menu-section #popup-menu-logo-section {
  padding: 2rem 0;
  text-align: center;
}
#popup-menu-section #popup-menu-logo-section #popup-menu-logo img {
  width: auto;
  height: 5rem;
}
#popup-menu-section #popup-menu-section-hide-button {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #444;
  border-bottom: 0.125rem solid #f1f1f1;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#popup-menu-section #popup-menu-section-hide-button:hover {
  border-color: #00aeef;
  color: #222;
}
#popup-menu-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#popup-menu-section ul > li {
  position: relative;
  display: block;
}
#popup-menu-section ul > li > a {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.25rem;
  text-align: center;
  color: #444;
  border-bottom: 0.125rem solid #f1f1f1;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#popup-menu-section ul > li > a:hover {
  border-color: #00aeef;
  color: #222;
}
#popup-search-section {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
}
#popup-search-section #popup-search-logo-section {
  padding: 2rem 0;
  text-align: center;
}
#popup-search-section #popup-search-logo-section #popup-search-logo img {
  width: auto;
  height: 5rem;
}
#popup-search-section #popup-search-section-hide-button {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #444;
  border-bottom: 0.125rem solid #f1f1f1;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#popup-search-section #popup-search-section-hide-button:hover {
  border-color: #00aeef;
  color: #222;
}
#popup-search-section #popup-search-form {
  display: block;
  position: relative;
}
#popup-search-section #popup-search-form input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 0.125rem solid #f1f1f1;
  padding: 0.5rem 1rem 0.5rem 3rem;
  font-size: 1.25rem;
  line-height: 3rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#popup-search-section #popup-search-form input:hover,
#popup-search-section #popup-search-form input:focus {
  border-color: #00aeef;
  color: #222;
}
#popup-search-section #popup-search-form #popup-search-submit {
  position: absolute;
  display: block;
  left: 0;
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 0.5rem 0.75rem;
  z-index: 2;
}
#main-search-form {
  display: block;
  position: relative;
  margin: 0 0 3rem 0;
}
#main-search-form input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 0.125rem solid #f1f1f1;
  padding: 0.5rem 1rem 0.5rem 3rem;
  font-size: 1.25rem;
  line-height: 3rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#main-search-form input:hover,
#main-search-form input:focus {
  border-color: #00aeef;
  color: #222;
}
#main-search-form #main-search-submit {
  position: absolute;
  display: block;
  left: 0;
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 0.5rem 0.75rem;
  z-index: 2;
}
#main-form-header-section {
  position: relative;
  margin-bottom: 2rem;
}
#main-form-header-section h1 {
  display: block;
  padding: 1rem;
  color: #222;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 0.25rem solid #f1f1f1;
}
#login-register-form-switch {
  position: relative;
  margin-bottom: 2rem;
}
#login-register-form-switch:before,
#login-register-form-switch:after {
  content: " ";
  display: table;
}
#login-register-form-switch:after {
  clear: both;
}
#login-register-form-switch a {
  float: right;
  display: block;
  padding: 0.75rem 1rem;
  width: 50%;
  color: #555;
  font-size: 1.125rem;
  text-align: center;
  border-bottom: 0.125rem solid #f1f1f1;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#login-register-form-switch a:hover,
#login-register-form-switch a:focus {
  border-color: #aaa;
}
#login-register-form-switch a.active {
  color: #222;
  border-bottom: 0.125rem solid #00aeef;
}
#login-register-forms #login-form,
#login-register-forms #register-form {
  display: none;
}
#footer-contact-section {
  position: relative;
  background: #00aeef;
  padding: 4rem 0;
  color: #fff;
  text-align: center;
}
#footer-contact-section h2 {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  font-weight: normal;
}
#footer-contact-section p {
  margin: 0;
}
#footer-contact-section .btn {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
#footer-contact-section .btn:hover,
#footer-contact-section .btn:focus,
#footer-contact-section .btn:active,
#footer-contact-section .btn.active {
  color: #00aeef;
  background-color: #fff;
}
#footer-section {
  position: relative;
  text-align: center;
}
#footer-section #footer-content-logo img {
  height: 10rem;
  width: auto;
  padding: 0;
  border: 0;
}
#footer-section #footer-content-section {
  position: relative;
  background: #333;
  color: #777;
  padding: 4rem 0;
}
#footer-section #footer-content-section .footer-content {
  margin-bottom: 2rem;
}
#footer-section #footer-content-section h3 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  color: #aaa;
  margin: 0 auto 1rem auto;
  padding: 0 0 0.5rem 0;
  border-bottom: 0.125rem solid #00aeef;
}
#footer-section #footer-content-section a {
  color: #777;
}
#footer-section #footer-content-section a:hover,
#footer-section #footer-content-section a:focus {
  color: #f1f1f1;
}
#footer-section #footer-content-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#footer-section #footer-content-section ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer-section #footer-content-section ul > li > a {
  display: block;
  background: transparent;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #777;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#footer-section #footer-content-section ul > li > a > span {
  display: block;
}
#footer-section #footer-content-section ul > li > a > span:last-child {
  color: #555;
}
#footer-section #footer-content-section ul > li > a:hover {
  color: #fff;
}
#footer-section #footer-content-section input[type=text] {
  border: 0;
  text-align: center;
}
#footer-section #footer-content-section span.fa {
  width: 1.5rem;
  text-align: center;
  vertical-align: middle;
  color: #00aeef;
}
#footer-section #footer-content-section #footer-logo-section {
  text-align: center;
  margin-bottom: 1rem;
}
#footer-section #footer-content-section #footer-contact-info-section p {
  margin: 0 0 1rem 0;
}
#footer-section #footer-copyright-section {
  background: #222;
  color: #555;
  padding: 2rem 0;
  vertical-align: middle;
}
#footer-section #footer-copyright-section #footer-copyright {
  text-align: center;
}
#footer-section #footer-copyright-section #footer-sign {
  text-align: center;
}
#footer-section #footer-copyright-section p {
  margin: 0;
}
#footer-section #footer-copyright-section a {
  color: #777;
}
#footer-section #footer-copyright-section a:hover,
#footer-section #footer-copyright-section a:focus {
  color: #f1f1f1;
}
#footer-section-small {
  position: relative;
  margin: 2rem 0;
  text-align: center;
}

/*!
Colors
*/
.main-color {
  color: #00aeef;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.gray {
  color: #999;
}

/*
Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) {
}

/*
Medium devices (tablets, 768px and up)
*/
@media (min-width: 768px) {
  .section {
    padding: 4rem 0;
  }
  .section.section-bottom-padding-remove {
    padding: 4rem 0 0 0;
  }
  .section .section-header {
    font-size: 2rem;
  }
  .section.section-large-header .section-header {
    font-size: 2rem;
  }
  .section.section-large-margin-header .section-header {
    margin: 0 auto 4rem auto;
  }
  .section.section-image-header .section-header img {
    height: 8rem;
  }
  .section .section-body .more-button {
    margin: 2rem auto 0 auto;
  }
  hr.section-separator {
    margin: 4rem auto;
  }
  hr.section-separator.half-margin {
    margin: 2rem auto;
  }
  .responsive-article-item .responsive-article-item-image img {
    width: 12rem;
    height: 12rem;
  }
  .responsive-article-item .responsive-article-item-image span.fa {
    font-size: 12rem;
    line-height: 12rem;
    width: 12rem;
    height: 12rem;
  }
  .responsive-article-item .responsive-article-item-image {
    margin-bottom: 0;
  }
  .responsive-article-item .responsive-article-item-text h3 {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
    text-align: justify;
  }
  .media-list .media-list-item {
    margin-bottom: 4rem;
  }
  #home-slide-section #home-slide-nav {
    display: block;
  }
  #main-container-small {
    width: 30rem;
  }
  #page-title-section #page-title-section-content {
    padding: 3.5rem 0;
  }
  #page-title-section #page-title-section-content #page-title {
    font-size: 2rem;
  }
  #page-title-section #page-title-section-cycle {
    height: 20rem;
  }
  #home-slide-section #home-slide-logo-section {
    left: auto;
    background: rgba(0,0,0,0.3);
    width: 20rem;
    height: 100%;
  }
  #home-slide-section #home-slide-logo-section #home-slide-logo-section-content #home-slide-logo img {
    max-height: 15rem;
  }
  #page-title-section #page-title-section-content #page-logo img {
    max-height: 10rem;
  }
  #main-search-form {
    margin: 0 0 3.5rem 0;
  }
  #footer-section #footer-copyright-section #footer-copyright {
    text-align: right;
  }
  #footer-section #footer-copyright-section #footer-sign {
    text-align: left;
  }
}

/*
Large devices (desktops, 992px and up)
*/
@media (min-width: 992px) {
  .section.section-large-header .section-header {
    font-size: 2.25rem;
  }
  .media-list.media-list-small .media-list-item > img,
  .media-list.media-list-small .media-list-item > a > img {
    width: 8rem;
    height: 8rem;
  }
  .media-list.media-list-small .media-list-item > span.fa,
  .media-list.media-list-small .media-list-item > a > span.fa {
    font-size: 8rem;
    line-height: 8rem;
    width: 8rem;
    height: 8rem;
  }
  .media-list .media-list-item > img,
  .media-list .media-list-item > a > img {
    width: 10rem;
    height: 10rem;
  }
  .media-list .media-list-item > span.fa,
  .media-list .media-list-item > a > span.fa {
    font-size: 10rem;
    line-height: 10rem;
    width: 10rem;
    height: 10rem;
  }
  #header-top-section #header-contact-info-section {
    width: 50%;
    display: block;
    float: right;
    text-align: right;
  }
  #header-top-section #header-login-register-section {
    width: 50%;
    display: block;
    float: left;
    text-align: left;
  }
  #footer-contact-section h2 {
    margin: 0 0 1.5rem 0;
  }
}

/*
Extra large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px) {
  .section {
    padding: 5rem 0;
  }
  .section.section-bottom-padding-remove {
    padding: 5rem 0 0 0;
  }
  .section .section-header {
    font-size: 2.125rem;
    margin: 0 auto 2.5rem auto;
  }
  .section.section-large-header .section-header {
    font-size: 2.5rem;
  }
  .section.section-large-margin-header .section-header {
    margin: 0 auto 5rem auto;
  }
  .section .section-body .more-button {
    margin: 2.5rem auto 0 auto;
  }
  hr.section-separator {
    margin: 5rem auto;
  }
  hr.section-separator.half-margin {
    margin: 2.5rem auto;
  }
  .responsive-article-item .responsive-article-item-text h3 {
    font-size: 1.9rem;
  }
  .media-list .media-list-item {
    margin-bottom: 5rem;
  }
  .media-list.media-list-image .media-list-item .item-image {
    height: 12rem;
    line-height: 12rem;
  }
  #header-section #header-menu-section {
    display: block;
  }
  #header-section #popup-menu-section-show-button {
    display: none;
  }
  #page-title-section #page-title-section-content #page-title {
    font-size: 2.125rem;
  }
  #footer-contact-section h2 {
    margin: 0 0 1.75rem 0;
    font-size: 1.85rem;
  }
  #footer-section {
    text-align: right;
  }
}

/*
Huge devices (large desktops, 1600px and up)
*/
@media (min-width: 1600px) {
  .section {
    padding: 6rem 0;
  }
  .section.section-bottom-padding-remove {
    padding: 6rem 0 0 0;
  }
  .section .section-header {
    font-size: 2.2rem;
    margin: 0 auto 3rem auto;
  }
  .section.section-large-header .section-header {
    font-size: 3rem;
  }
  .section.section-large-margin-header .section-header {
    margin: 0 auto 6rem auto;
  }
  .section .section-body .more-button {
    margin: 3rem auto 0 auto;
  }
  hr.section-separator {
    margin: 6rem auto;
  }
  hr.section-separator.half-margin {
    margin: 3rem auto;
  }
  .responsive-article-item .responsive-article-item-text h3 {
    font-size: 2rem;
  }
  .media-list .media-list-item {
    margin-bottom: 6rem;
  }
  .media-list .media-list-item > img,
  .media-list .media-list-item > a > img {
    width: 10rem;
    height: 10rem;
  }
  .media-list .media-list-item > span.fa,
  .media-list .media-list-item > a > span.fa {
    font-size: 10rem;
    line-height: 10rem;
    width: 10rem;
    height: 10rem;
  }
  .media-list.media-list-small .media-list-item > img,
  .media-list.media-list-small .media-list-item > a > img {
    width: 8rem;
    height: 8rem;
  }
  .media-list.media-list-small .media-list-item > span.fa,
  .media-list.media-list-small .media-list-item > a > span.fa {
    font-size: 8rem;
    line-height: 8rem;
    width: 8rem;
    height: 8rem;
  }
  .media-list.media-list-large .media-list-item > img,
  .media-list.media-list-large .media-list-item > a > img {
    width: 12rem;
    height: 12rem;
  }
  .media-list.media-list-large .media-list-item > span.fa,
  .media-list.media-list-large .media-list-item > a > span.fa {
    font-size: 12rem;
    line-height: 12rem;
    width: 12rem;
    height: 12rem;
  }
  #page-title-section #page-title-section-content {
    padding: 4rem 0;
  }
  #page-title-section #page-title-section-content #page-title {
    font-size: 2.2rem;
  }
  #main-search-form {
    margin: 0 0 4rem 0;
  }
  #footer-contact-section h2 {
    margin: 0 0 2rem 0;
    font-size: 1.9rem;
  }
  #footer-section #footer-content-section .footer-content {
    margin-bottom: 0;
  }
}
/*
*/
.invisible{
	 visibility: hidden;
}
.has_error ul.errors{
	list-style-type: square;
	color:red;
	clear:both;
}
.has_error label{
	color:red;
}
.has_error input,
.has_error textarea{
	border-color:red !important;
}
form ul{
	list-style:none;
}
.form_messages{
	font-size:13px;
	list-style-type: none;
	color:green;
	padding:1rem;
	background: #C3FDB8 none repeat scroll 0 0;
	-moz-border-radius:0.3rem; -webkit-border-radius:0.3rem; -khtml-border-radius:0.3rem; -o-border-radius:0.3rem; border-radius:0.3rem;
}
.form_errors{
	font-size:13px;
	list-style-type: square;
	color:red;
	padding:1rem;
	padding-right:2rem;
	background: #FFD067 none repeat scroll 0 0;
	-moz-border-radius:0.3rem; -webkit-border-radius:0.3rem; -khtml-border-radius:0.3rem; -o-border-radius:0.3rem; border-radius:0.3rem;
}
#share-section {
  position: relative;
  background: #fff;
  padding: 4rem 0;
  color: #00aeef;
  text-align: center;
}
#share-section p {
  margin:2rem 0;
}
