.clear {
  width: 100%;
  height: 0px;
  clear: both; }

.hide_desktop {
  display: none; }

@media screen and (max-width: 990px) {
  .hide_mobile {
    display: none; }

  .hide_desktop {
    display: block; } }
img {
  max-width: 100%;
  height: auto; }

body {
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.9px;
  color: #9b9b9b;
  letter-spacing: 1.5px; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
button:focus,
button:active {
  outline: none !important; }

.btn-primary {
  background-color: #612d88;
  border-color: #612d88; }

.btn-primary:hover {
  background-color: #2a143b;
  border-color: #2a143b; }

.btn-default {
  border-color: #612d88;
  color: #612d88;
  font-weight: 700; }

/*

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    font-weight: 800;
    color: $fiolet;
}

.navbar,
.navbar-default,
.navbar-default .navbar-nav>li>a {
    background-color: transparent;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    color: $fiolet;
}
*/
.header_div {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 120px; }




.header_div_tagline {
  text-align: center; }
  .header_div_tagline h2 {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.8); }

.main_form {
  padding: 0px; }
  .main_form .form-control {
    border-radius: 0px;
    height: 40px; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em; }

.main_form_l {
  padding-bottom: 10px; }
  .main_form_l select {
    border-radius: 0px !important; }

.main_form_r {
  padding-bottom: 10px; }

.main_form_b {
  padding-top: 10px;
  text-align: center; }

.main_form_btn {
  background-color: #612d88;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.5px;
  width: 240px;
  max-width: 100%; }

.main_form_btn:hover {
  background-color: #2a143b;
  color: #fff; }

.menu_bar_container {
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  min-height: 60px;
  animation-name: navbar_anime_close;
  animation-duration: 1s;
  padding-top: 10px;
  padding-bottom: 10px; }
  .menu_bar_container .menu_btn_holder {
    top: 12px; }

.menu_bar_container_big {
  min-height: 120px;
  animation-name: navbar_anime_open;
  animation-duration: 1.5s;
  padding-top: 30px; }
  .menu_bar_container_big .menu_btn_holder {
    top: 30px; }

@keyframes navbar_anime_close {
  from {
    min-height: 120px; }
  to {
    min-height: 60px; } }
@keyframes navbar_anime_open {
  from {
    min-height: 60px; }
  to {
    min-height: 120px; } }
.menu_bar_inner_container {
  width: 1400px;
  max-width: 100%; }

.menubar_column_2 {
  text-align: center;
  padding: 0px; }
  .menubar_column_2 img {
    width: 300px;
    max-width: 100%; }

@media screen and (max-width: 990px) {
  .menubar_column_2 {
    padding: 0px;
    text-align: left !important; }
    .menubar_column_2 img {
      width: 200px;
      max-width: 100%; } }
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
  background-color: transparent;
  font-weight: 800;
  color: #612d88; }

.navbar-nav > li > a {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #612d88; }

.navbar-nav > li > a:hover {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #612d88; }

.menu_btn_holder {
  position: fixed;
  right: 20px;
  z-index: 9999; }

.mobile_menu_btn {
  background-color: #612d88;
  border: none;
  padding: 10px; }
  .mobile_menu_btn i {
    font-size: 30px;
    color: #fff; }

.categorys_holder_title {
  text-align: center;
  padding-bottom: 20px; }
  .categorys_holder_title h2 {
    font-size: 30px;
    font-weight: 400;
    color: #612d88; }

.categorys_list {
  padding: 0px; }
  .categorys_list a:hover {
    text-decoration: none; }

.category_box {
  padding: 10px; }

.category_box_iner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px; }
  .category_box_iner span {
    width: 100%;
    text-align: center; }
    .category_box_iner span img {
      height: 60px;
      width: auto; }
    .category_box_iner span h3 {
      color: #fff;
      font-weight: 400;
      font-size: 20px; }

.box_fiolet {
  background-color: #612d88; }

.box_fiolet:hover {
  background-color: #2a143b; }

.box_greay {
  background-color: #4c4d4f; }

.box_greay:hover {
  background-color: #1a1a1b; }

.single_category_top_holder {
  background-color: #612d88; }

.single_category_top {
  min-height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("../img/head.jpg");
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #612d88; }

.single_category_top_icon {
  height: 80px;
  float: left;
  margin-right: 20px; }

.single_category_top_text {
  float: left;
  font-size: 50px;
  font-weight: 400;
  color: #fff; }

.events_list {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 600px; }
  .events_list a:hover {
    text-decoration: none; }

.li_single_event {
  background-color: #eaebec;
  margin-bottom: 20px;
  padding: 0px; }

.li_single_event:hover {
  background-color: #cfd2d4; }

.li_single_event_image {
  padding: 0px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .li_single_event_image img {
    width: 100%;
    opacity: 0; }

@media screen and (max-width: 780px) {
  .li_single_event_image {
    display: none; } }
.li_single_event_text {
  min-height: 200px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .li_single_event_text span {
    width: 100%; }
  .li_single_event_text h2 {
    font-weight: 400;
    color: #612d88;
    font-size: 30px;
    margin-top: 0px; }
  .li_single_event_text p {
    color: #000;
    font-size: 14px;
    font-weight: 400; }
  .li_single_event_text a {
    color: #612d88;
    font-size: 16px;
    font-weight: 400; }
  .li_single_event_text a:hover {
    text-decoration: none; }

.single_page_header {
  min-height: 250px;
  background-color: #612d88;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .single_page_header h2 {
    color: #fff;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 40px; }

.single_page_content {
  color: #4c4d4f;
  padding-bottom: 40px;
  min-height: 500px; }

.contact_page_form {
  width: 400px;
  max-width: 100%;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .contact_page_form .btn-primary {
    width: 120px; }
  .contact_page_form .form-control {
    background-color: #dbdbdb;
    font-size: 18px;
    padding: 20px; }
  .contact_page_form textarea.form-control {
    padding: 10px; }

.green_box_info_icns_holder {
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 8px; }

.green_box_info_icns {
  padding: 2px; }

.green_box_2 {
  background-color: #eff4e2;
  padding: 10px;
  margin-bottom: 2px; }
  .green_box_2 img {
    width: 40px; }
  .green_box_2 a {
    color: #612d88;
    font-weight: 700; }
  .green_box_2 a:hover {
    text-decoration: none; }

@media screen and (min-width: 1200px) {
  .green_box_info_icns_1 {
    padding-left: 0px; }

  .green_box_info_icns_3 {
    padding-right: 0px; } }
.comment_list_holder_title {
  padding-left: 0px; }
  .comment_list_holder_title h3 {
    color: #612d88; }

.single_comment {
  border: 1px solid #cecece;
  margin-bottom: 10px;
  padding: 10px;
  color: #612d88; }
  .single_comment p {
    font-size: 15px; }

.single_post_content_holder {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 500px; }

.single_post_content {
  padding-bottom: 40px;
  min-height: 200px;
  color: #4c4d4f; }
  .single_post_content h6 {
    font-size: 13px; }
  .single_post_content p {
    color: #4c4d4f; }

.news_title {
  min-height: 100px;
  background-color: #612d88;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center; }

.news_title_container h2 {
  color: #fff;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 40px;
  padding: 0px;
  margin: 0px; }

.post_index_container {
  padding-top: 40px;
  min-height: 620px; }
  .post_index_container a:hover {
    text-decoration: none; }

.single_post_item {
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .single_post_item h2 {
    color: #612d88; }
  .single_post_item p {
    color: #4c4d4f; }
  .single_post_item h6 {
    color: #4c4d4f; }

.pagination span {
  padding: 10px;
  background-color: #612d88;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 5px;
  padding-bottom: 5px; }
.pagination a {
  padding: 10px;
  background-color: #7c3aae;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 5px;
  padding-bottom: 5px; }
.pagination a:hover {
  background-color: #612d88; }

.footer {
  background-color: #612d88;
  min-height: 60px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .footer a {
    color: #fff;
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px; }

.back_button_holder {
  text-align: center; }

@media screen and (max-width: 980px) {
  .header_div {
    min-height: 200px;
    padding-top: 10px;
    padding-bottom: 30px; }

  .header_div_tagline h2 {
    font-size: 25px; } }

/*# sourceMappingURL=style.css.map */
