
body {
  font-family: "Inter", sans-serif;  
  color: #333;
  font-size: 0.875rem;
  letter-spacing: 0.0125rem; 
  line-height: 1.2;
  background-color: #EDF3F3;
}


a {
  color: #1c3253;
  text-decoration: none;
  -webkit-transition: .15s color;
  -o-transition: .15s color;
  transition: .15s color;
}
a:hover {
  color: #1e628d;
  text-decoration: none;
}

.dot {
  background-color: #ff4c60;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
}



/*--------------------- 
-----HEADER------------
----------------------*/ 
#header {}


/*--------------------- 
-----SITE HEADER NAVIGATION------------
----------------------*/
#header #header-navigation {}
#header #header-navigation navbar { 
  background-color: #fff;
}
#header nav.navbar { }
#header nav.navbar ul.navbar-nav { }
#header nav.navbar ul.navbar-nav li.nav-item { }
#header nav.navbar ul.navbar-nav li.nav-item a.nav-link,
#header nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle { 
  display: block;
  font-family: "Inter", sans-serif;
  color: #333;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  padding: 10px 15px;
}
#header nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover,
#header nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:hover { 
  color: #ff4c60;
}

/* Dropdown */
#header nav.navbar ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
 
  margin-top: 0.125em;
}
#header nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
  background-color: #1E628D;
  border: 1px solid #164E71;
  padding: 0;
  min-width: 250px;
  font-family: "Inter", sans-serif;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .015em;
  text-transform: uppercase;
  color: #fff;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#header nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li {
  display: block;
  overflow: hidden;
}
#header nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a {
  display: block;
  color: #fff;
  padding: 10px 15px;
}
#header nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a:hover {
  color: #fff;
  background-color: #164E71;
}


/*--------------------- 
-----SITELOGO, SITENAME, SITETAG------------
----------------------*/
#header .navbar-brand  .logo-shape {
  position: relative;
  display: inline-block;
}
#header .navbar-brand .site-logo img.logo {
  width: 40px !important;
  height: auto !important;
  margin: 5px !important;
}
#header .navbar-brand .site-name {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #000;
  font-size: .85rem;
  line-height: 1;
  text-transform: uppercase; 
  padding: 10px 10px 4px 50px; 
}
#header .navbar-brand .site-tag {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: .65rem;
  line-height: 1;
  text-transform: uppercase; 
  padding: 0 10px 0 50px;   
}


/*--------------------- 
-----HEADER MULTILAN DROPDOWN------------
----------------------*/
#header ul.multilan { 
  margin: 0 20px 0.5rem 20px;
  padding: 0;
  display: inline-block;
  list-style: none;
}
#header ul.multilan > li > ul.dropdown-menu {
  background-color: #1E628D;
  border: 1px solid #164E71;
  padding: 9px 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#header ul.multilan > li > ul.dropdown-menu > li {
  font-family: "Inter", sans-serif;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .015em;
  text-transform: uppercase;
  color: #fff;
}
#header ul.multilan > li > ul.dropdown-menu > li a {
  color: #fff;
  font-weight: 600;
}
#header ul.multilan > li > ul.dropdown-menu > li a:hover,
#header ul.multilan > li > ul.dropdown-menu > li a.active {
  color: #fff;
  background-color: #164E71;
}
#header ul.multilan > li > ul.dropdown-menu > li a.active:before {
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  content: "\f00c";
  margin-right: 10px;
  color: #02ff02;
  vertical-align: middle;
}
#header ul.multilan > li.nav-item > a img,
#header ul.multilan > li > ul.dropdown-menu > li a img {
  width: 20px;
  height: auto;
  margin-right: 5px; 
}



/*--------------------- 
-----PAGE NAME ROW------------
----------------------*/
.page-title { 
  padding: 40px 0;
  background-color: #d8e6f1;
  background-image: url(images/tablet.png);
  background-repeat: no-repeat;
  background-position: left center;
  /*
  -o-background-size:50% auto;
  -webkit-background-size:50% auto;
  -moz-background-size:50% auto;
  background-size:50% auto;
  */
}
.page-title .content-pagename { 
  overflow: hidden;
}
.page-title .content-pagename span { 
  font-family: "Inter", sans-serif;
  font-size: 5.25rem;
  line-height: 1.2;
  font-weight: 600;  
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1f3557;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

@media (max-width: 992px) { 
  .page-title .content-pagename span { 
    font-size: 3.25rem;
  }
}

.page-title .content-breadcrumb { 
  overflow: hidden;
  padding: 0;
  margin: 0; 
}
.page-title .content-breadcrumb .breadcrumb-item + .breadcrumb-item::before { 
  color: #bebebe;
}
.page-title .content-breadcrumb span { 
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #7f8893;
  font-size: 1.25rem;
  text-transform: uppercase;
  list-style-type: none;
}


/*--------------------- 
-----PAGE CONTENT------------
----------------------*/
.page-content {
  padding-top: 60px;
}


/*--------------------- 
-----NEWS - DEFAULT------------
----------------------*/
.default-news { }
.default-news-item { 
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.default-news-item .default-news-image-main {
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.default-news-item .default-news-image-main img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.default-news-item:hover .default-news-image-main img {
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.default-news-item .default-news-content {
  padding: 15px 30px;
}
.default-news-item .default-news-category {
  padding: 15px 0 0 0;
}
.default-news-item .default-news-category a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  color: #9fb3c2;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #9fb3c2;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.default-news-item .default-news-category a:hover {
  color: #ff4c60;
  border-color: #ff4c60;
}
.default-news-item .default-news-title h2 { 
  font-family: "Cabin", sans-serif; 
  font-size: 1.9rem;
  color: #4b4870;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .015em; 
  padding: 12px 0 6px 0;   
}
.default-news-item .default-news-summary {
  font-family: "Inter", sans-serif;
  color: #3C4857;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.default-news-item .default-item-read-more {
  margin-bottom: 0;
}
.default-news-item .default-item-read-more span.btn-read-more-icon {
  position: relative;
  display: block;
  overflow: hidden;
  background-image: url(images/arrow-right.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1e628d;
  width: 40px;
  height: 40px; 
  font-family: "Cabin", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: lowercase;
  padding: 5px 10px;
  -o-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out; 
  transition: width 0.5s ease-in-out;
}
.default-news-item .default-item-read-more span.btn-read-more-icon span {
  display: none;
  -o-transition: display 0.5s ease-in-out;
  -ms-transition: display 0.5s ease-in-out;
  -moz-transition: display 0.5s ease-in-out;
  -webkit-transition: display 0.5s ease-in-out; 
  transition: display 0.5s ease-in-out;
}
.default-news-item .default-item-read-more:hover span.btn-read-more-icon {
  background-color: #1e628d;
  width: 180px;
  -o-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out; 
  transition: width 0.2s ease-in-out;
  background-position: center right 20px;
  color: #fff;
  text-decoration: none;
}
.default-news-item .default-item-read-more:hover span.btn-read-more-icon span {
  display: inline-block;
  color: #fff;
  padding-right: 25px;
  -o-transition: display 0.5s ease-in-out;
  -ms-transition: display 0.5s ease-in-out;
  -moz-transition: display 0.5s ease-in-out;
  -webkit-transition: display 0.5s ease-in-out; 
  transition: display 0.5s ease-in-out;
}
.default-news-item .default-news-info { 
  font-family: "Inter", sans-serif;
  color: #888;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.1;
  padding: 15px 30px;
  background-color: #edf3f3;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.default-news-item .default-news-date { }
.default-news-item .default-news-author { }
.default-news-item .default-news-comments { }
.default-news-item .default-news-hits { }


/*--------------------- 
-----NEWS EXTEND - DEFAULT------------
----------------------*/
.view-item { 
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.view-item .view-item-image { 
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -50px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.view-item .view-item-image img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.view-item .view-item-content { 
  padding: 30px 30px 0 30px;
}
.view-item .view-item-category {
  padding: 15px 0;
}
.view-item .view-item-category a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  color: #9fb3c2;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #9fb3c2;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.view-item .view-item-category a:hover {
  color: #ff4c60;
  border-color: #ff4c60;
}
.view-item .view-item-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: #242424;
  line-height: 1.2;
  letter-spacing: .015em;
  text-transform: uppercase; 
  margin: 0;
  padding: 0 0 20px 0;
}
.view-item .view-item-info { 
  font-family: "Cabin", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #9bacb7;
  line-height: 1.2;
  letter-spacing: .015em;
  margin: 0;
  padding: 0 0 20px 0;
}
.view-item span.view-item-author,
.view-item span.view-item-date,
.view-item span.view-item-comments,
.view-item span.view-item-hits {
  padding: 0 10px 0 0;
}
.view-item span.view-item-author img {
  margin-right: 5px;
}
.view-item .lead.view-item-summary {
  font-weight: 600;  
}
.view-item .view-item-body { }
.view-item .view-item-images { }
.view-item .view-item-images img { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.view-item .view-item-extended { }
.view-item .view-item-videos { }
.view-item blockquote {
  position: relative;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-style:italic;
  padding: 30px 0;
  width: 100%;
  z-index: 1;
  margin: 20px 0;
  border-top: 2px solid #f15a23;
  border-bottom: 2px solid #f15a23;
}
/* Blockquote right double quotes */
.view-item blockquote:after {
  position: absolute;
  content: '"';
  color: #f15a23;
  font-size: 10rem;
  line-height: 0;
  bottom: -43px;
  right: 30px;
}
.view-item .view-item-rate { 
  font-family: "Cabin", sans-serif;
  line-height: 1.7;
  letter-spacing: .015em;
  font-size: .8em;
  color: #7f8b92;
  font-weight: 400;
  margin: 20px 15px 0 40px;
}
.view-item .view-item-rate .e-rate-news { 
  display: inline-block; 
  width: auto !important;
  margin: 0 15px;
}
.view-item .view-item-rate .e-rate-news img { display: inline-block; }
.view-item .view-item-rate .e-rate-news img:first-child { padding-left: 5px; }
.view-item .view-item-rate .e-rate-votes-news { 
  display: inline-block; 
  width: auto !important;
}
.view-item .view-item-tags { 
  margin: 0 15px 0 5px;
}
.view-item .view-item-tags a.news-tag { 
  display: inline-block;
  margin: 0.15rem;
  padding: 5px 15px; 
  border: 1px solid rgba(0, 0, 0, 0.125);
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Cabin", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}
.view-item .view-item-tags a.news-tag:hover { 
  color: #fff;
  background-color: #ff4c60; 
}
.view-item .view-item-options { 
}
.view-item .view-item-options .social-share-icons { }
.view-item .view-item-options .social-share-icons > .btn-group { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.view-item .view-item-options .social-share-icons > .btn-group a {
  display: inline-block;
  background: transparent;
  border: none;
  margin: 0.15em;
  padding: 0;
  position: relative;
}
.view-item .view-item-options .social-share-icons > .btn-group a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  background: #9bacb7;
  -webkit-transition: all 265ms ease-out;
  -o-transition: all 265ms ease-out;
  transition: all 265ms ease-out;
}
.view-item .view-item-options .social-share-icons > .btn-group a > i[class*=" e-social-"] {
  font-size: 0.9rem;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 12px;
  -webkit-transition: all 265ms ease-out;
  -o-transition: all 265ms ease-out;
  transition: all 265ms ease-out;
}
.view-item .view-item-options .social-share-icons > .btn-group a:hover:before {
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 265ms ease-in;
  -o-transition: all 265ms ease-in;
  transition: all 265ms ease-in;
}
.view-item .view-item-options .social-share-icons > .btn-group a:hover > i[class*=" e-social-"] {
  -ms-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  color: #9bacb7;
  background: #9bacb7;
  -webkit-background-clip: text;
  -webkit-transition: all 265ms ease-in;
  -o-transition: all 265ms ease-in;
  transition: all 265ms ease-in;
}


/*--------------------- 
-----NEWS VIEW PAGINATION------------
----------------------*/
.view-item-pagination { 
  background-color: #edf3f3; 
  padding: 0 30px;
  margin: 0 -30px;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.view-item-pagination ul.news-view-pagination {
  margin: 0;
  padding: 20px 0;
}
.view-item-pagination ul.news-view-pagination > li.page-item {
  list-style: none;
}
.view-item-pagination ul.news-view-pagination > li.page-item > a {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  text-decoration: none;
  list-style: none;
}


/*--------------------- 
-----RELEATED NEWS ITEMS------------
----------------------*/
.related-news-box {

}
.related-news-box h4.related-news-caption { 
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #242424;
  line-height: 1.2;
  margin-bottom: 3px;
  padding: 15px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-left: 5px solid #FF4C60;
}

.related-news-items { 
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.related-item { 
  margin-bottom: 10px;
}
.related-item .related-news-image { 
  position: relative;
  display: block;
  overflow: hidden;
  height: 150px;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.related-item .related-news-image img { 
  width: 100%;
  height: auto;
  o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.related-item:hover .related-news-image img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.related-item h4.related-news-title { 
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.related-item .related-news-category { 
  position: absolute;
  top: 10px;
  left: 0;
  padding: 6px 20px;
  color: #fff;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .015em;
  background-color: #293139;
}



/*--------------------- 
-----MAIN MENU STYLE------------
----------------------*/
.main-menubox { 
  margin: 0 0 20px 0;
}
.main-menubox h4.main-menubox-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #242424;
  line-height: 1.2;
  margin-bottom: 3px;
  padding: 15px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-left: 5px solid #FF4C60;
}
.main-menubox .main-menubox-content {    
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.main-menubox .main-menubox-content ul { padding-left: 0; }



/*--------------------- 
-----SIDE-MENUBOX STYLE------------
----------------------*/
.sidebar-menu { }

.side-menubox {
  background: #fff;
  padding: 20px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.side-menubox h4.side-menubox-title {
  position: relative;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #1e628d;
  line-height: 1.4;
  margin: 0 0 30px 0;
  padding: 0 0 6px 0;
  text-transform: uppercase;  
  border-bottom: 1px solid rgba(0,0,0,0.125); 
  z-index: 2;
}
.side-menubox h4.side-menubox-title:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #ff4c60;
  border-radius: 4px;
  left: 0;
  bottom: -2px;
}
.side-menubox h4.side-menubox-title span.inline-text span.btn-group {
  margin: 4px 0 0 10px;
}
.side-menubox h4.side-menubox-title span.inline-text a.btn {
  margin: 0 2px;
  padding: 3px 6px;
  line-height: 1;
}
.side-menubox .side-menubox-content {
  padding: 15px 0;
}


/* SIDE-MENUBOX LIST GROUP */
.side-menubox .side-menubox-content ul.list-group {
  background-color: transparent; 
  border: none;
}
.side-menubox .side-menubox-content ul.list-group > li {
  background-color: transparent; 
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); 
}
.side-menubox .side-menubox-content ul.list-group > li:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.side-menubox .side-menubox-content ul.list-group > li span.badge {
  background-color: #ff6219 !important;
  color: #fff;
}


/*--------------------- 
-----USER LIST------------
----------------------*/
#user-list {
  margin-bottom: 30px;
  padding: 30px;
}
#user-list .triangle-down {
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgb(38, 201, 195);
  margin-left: calc(50% - 30px);
}
#user-list .pagename {
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}


/*--------------------- 
-----CUSTOM PAGES------------
----------------------*/
.cpage_body.cpage-body { }
.default-cpage-container {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.default-cpage-container .default-cpage-mainimage { 
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -50px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.default-cpage-container .default-cpage-mainimage img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s; 
}
.default-cpage-content {
  padding: 30px;
}
.default-cpage-content .default-cpage-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: #242424;
  line-height: 1.2;
  letter-spacing: .015em;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px 0;
}
default-cpage-content .default-cpage-info { 
  font-family: "Cabin", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #9bacb7;
  line-height: 1.2;
  letter-spacing: .015em;
  margin: 0;
  padding: 0 0 20px 0;
}

.default-cpage-content .default-cpage-author,
.default-cpage-content .default-cpage-date {
  padding: 0 10px 0 0;
}
.default-cpage-content .default-cpage-body { }
.default-cpage-container .default-cpage-rating { 
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  letter-spacing: .015em;
  font-size: 0.95rem;
  color: #7f8b92;
  font-weight: 400;
  margin: 0;
  padding: 10px 30px;
}
.default-cpage-container .default-cpage-rating .e-rate-page { 
  display: inline-block; 
  width: auto !important;
  margin: 0 15px;
}
.default-cpage-container .default-cpage-rating .e-rate-page img { display: inline-block; }
.default-cpage-container .default-cpage-rating .e-rate-page img:first-child { padding-left: 5px; }
.default-cpage-container .default-cpage-rating .e-rate-votes-page { 
  display: inline-block; 
  width: auto !important;
}
.default-cpage-container .default-cpage-share { 
  padding: 10px 30px 30px 30px;
}
.default-cpage-container .default-cpage-share .social-share-icons { }
.default-cpage-container .default-cpage-share .social-share-icons > .btn-group { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.default-cpage-container .default-cpage-share .social-share-icons > .btn-group a {
  display: inline-block;
  background: transparent;
  border: none;
  margin: 0.15em;
  padding: 0;
  position: relative;
}
.default-cpage-container .default-cpage-share .social-share-icons > .btn-group a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  background: #9bacb7;
  -webkit-transition: all 265ms ease-out;
  -o-transition: all 265ms ease-out;
  transition: all 265ms ease-out;
}
.default-cpage-container .default-cpage-share .social-share-icons > .btn-group a > i[class*=" e-social-"] {
  font-size: 0.9rem;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 12px;
  -webkit-transition: all 265ms ease-out;
  -o-transition: all 265ms ease-out;
  transition: all 265ms ease-out;
}
.default-cpage-container .default-cpage-share .social-share-icons > .btn-group a:hover:before {
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 265ms ease-in;
  -o-transition: all 265ms ease-in;
  transition: all 265ms ease-in;
}
.default-cpage-container .default-cpage-share .social-share-icons > .btn-group a:hover > i[class*=" e-social-"] {
  -ms-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  color: #9bacb7;
  background: #9bacb7;
  -webkit-background-clip: text;
  -webkit-transition: all 265ms ease-in;
  -o-transition: all 265ms ease-in;
  transition: all 265ms ease-in;
}

/* CPAGE COMMENTS */
.default-cpage-comments { 
}
.default-cpage-comments h4.default-cpage-comments-title { 
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #242424;
  line-height: 1.2;
  margin-bottom: 3px;
  padding: 15px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-left: 5px solid #FF4C60;
}
.default-cpage-comments .default-cpage-comments-body {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* Images in content */
.default-cpage-content img { 
  display: block;
  overflow: hidden;
  margin: 20px auto;
  width: 90% !important;
  height: auto;
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;  
}


/* RELEATED CPAGE ITEMS */
.related-cpage-box {
}
.related-cpage-box h4.related-cpage-caption {
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #242424;
  line-height: 1.2;
  margin-bottom: 3px;
  padding: 15px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-left: 5px solid #FF4C60;
}
.related-cpage-items { 
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.related-cpage-item { }
.related-cpage-item .related-cpage-image {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.related-cpage-item .related-cpage-image img {
  width: 100%;
  height: auto;
  o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.related-cpage-item:hover .related-cpage-image img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.related-cpage-item h4.related-cpage-title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.related-cpage-item h4.related-cpage-title a {
  color: #242424;
}
.related-cpage-item h4.related-cpage-title a:hover {
  color: #f15a23;
}


/*--------------------- 
-----SITE FOOTER------------
----------------------*/

/*--------------------- 
-----FOOTER BANNER------------
----------------------*/
#footer-banner {
  overflow: hidden;
  background-color: transparent;
}

/*--------------------- 
-----FOOTER NAVIGATION------------
----------------------*/
#footer-navigation {
  background-color: #e0e5eb;
}
#footer-navigation nav.navbar { }
#footer-navigation nav.navbar ul.navbar-nav { }
#footer-navigation nav.navbar ul.navbar-nav li.nav-item { }
#footer-navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link,
#footer-navigation nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle { 
  display: block;
  font-family: "Inter", sans-serif;
  color: #333;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  padding: 10px 15px;
}
#footer-navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover,
#footer-navigation nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:hover { 
  color: #ff4c60;
}

/* Dropdown */
#footer-navigation nav.navbar ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
 
  margin-top: 0.125em;
}
#footer-navigation nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
  background-color: #E64A19;
  border: 1px solid #C73F14;
  padding: 0;
  min-width: 250px;
  font-family: "Inter", sans-serif;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .015em;
  text-transform: uppercase;
  color: #fff;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#footer-navigation nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li {
  display: block;
  overflow: hidden;
}
#footer-navigation nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a {
  display: block;
  color: #fff;
  padding: 10px 15px;
}
#footer-navigation nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a:hover {
  color: #fff;
  background-color: #C73F14;
}

/*--------------------- 
-----FOOTER MENUBOX------------
----------------------*/
.footer-menubox {
  overflow: hidden;
  position: relative;
}
.footer-menubox h4.footer-menubox-title {
  position: relative;
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 1.575rem;
  font-weight: 700;
  color: #1e628d;
  line-height: 1.4;
  margin: 0 0 30px 0;
  padding: 0 0 6px 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.125);
  z-index: 2;
}
.footer-menubox h4.footer-menubox-title:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #ff4c60;
  border-radius: 4px;
  left: 0;
  bottom: -2px;
}
.footer-menubox .footer-menubox-content {
  padding: 5px 20px 20px 20px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 0.975em;
  font-weight: 400;
  color: #444;
  line-height: 1.2;
}


/*--------------------- 
-----FOOTER SOCIAL------------
----------------------*/
#footer-bottom span.icons-pretext h4 {
  font-family: "Cabin", sans-serif;
  color: #c8c8c8;
  font-weight: 400;
  font-size: 1.425rem;
  letter-spacing: 0.0125rem;
  line-height: 1.2;
}
#footer-bottom .xurl-social-icons {
  display: inline-block;
}
#footer-bottom .xurl-social-icons .social-icon[class*="social-"] span,
#footer-bottom .xurl-social-icons .social-icon[class^="social-"] span {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  margin: 5px 2px;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  
}
#footer-bottom .xurl-social-icons .social-icon[class*="social-"] span.e-social-facebook {
  background-color: #3B5998;
  color: #fff;
}
#footer-bottom .xurl-social-icons .social-icon[class*="social-"] span.e-social-twitter {
  background-color: #55ACEE;
  color: #fff;
}
#footer-bottom .xurl-social-icons .social-icon[class*="social-"] span:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}


/*************************************
*** PRIVAT MESSAGES (PM) *****************
**************************************/
#pm-inbox,
#pm-outbox,
#pm-blocked {

}
#pm-inbox  .triangle-down,
#pm-outbox  .triangle-down,
#pm-blocked  .triangle-down {
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgb(38, 201, 195);
  margin-left: calc(50% - 30px);
}
#pm-inbox .pagename,
#pm-outbox .pagename,
#pm-blocked .pagename {
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}



/*************************************
*** CONTACT *****************
**************************************/
#contactInfo { }
#contactInfo .pagename {
  font-family: "Cabin", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}
#contactInfo h4.my-company { 
  font-family: "Cabin", sans-serif;
  font-size: 3.15rem;
  color: #242424;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .015em;
  margin-bottom: 30px;
  text-align: center;
}
#contactInfo .custom-message { 
  font-family: "Intel", sans-serif;
  font-size: 1rem;
  color: #444;
}
#contactInfo .sitecontact-address,
#contactInfo .sitecontact-phone,
#contactInfo .sitecontact-email { 
  margin-bottom: 30px;
  padding: 30px;
  background-color: #edf3f3;
}
#contactInfo .sitecontact-address i, #contactInfo .sitecontact-address svg,
#contactInfo .sitecontact-phone i, #contactInfo .sitecontact-phone svg,
#contactInfo .sitecontact-email i, #contactInfo .sitecontact-email svg {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #FF4C60;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  padding: 12px;
}
#contactInfo .lan {
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  color: #1e628d;
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1.2;
  padding: 8px 0;
}
#contactInfo .data {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #444;
  font-weight: 500;
  letter-spacing: .015em;
  line-height: 1.2;
  padding-bottom: 8px;
}

/* CONTACT FORM */
#contactForm { } 
#contactForm  .control-group.form-group label,
#contactForm  .form-group label {
  font-size: .85rem;
}
#contactForm  .control-group.form-group input,
#contactForm  .control-group.form-group textarea {
  margin: 6px 0 !important;
  padding: 0.25rem 0.5rem !important;
}


/* CONTACT MAP STYLE */
#contactInfo .contact-map-wrap {
  overflow: hidden;
  width: 100%;
  height: 500px;
  border: 1px solid #293139;
  margin: 20px 0;
}




/*--------------------- 
-----FOOTER BOTTOM------------
----------------------*/
#footer-bottom { 
  background-color: #292d33;
}
#footer-bottom .footer-dissclaimer {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.925em;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}


/*--------------------- 
-----POPULAR MENU (HITS)------------
----------------------*/
.popular-menu {
    
}
.popular-menu-item {
  overflow: hidden;
  margin-bottom: 15px;
}
.popular-menu-item-img {
  float: left;
  width: 90px;
  overflow: hidden;
}
.popular-menu-item-img a {

}
.popular-menu-item-img a img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.popular-menu-item a img {  
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.popular-menu-item:hover a img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.popular-menu-item-title {
  font-family: "Inter", sans-serif;
  font-size: 0.925rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 110px;
}
.pupular-menu-item-hits {
  font-family: "Cabin", sans-serif;
  font-size: 0.975rem;
  line-height: 1.2;
  letter-spacing: .015em;
  margin-top: 5px;
  color: #7f8b92;
  padding-left: 110px;
}


/*--------------------- 
-----CHATBOX------------
----------------------*/
.chatbox-bg {
  margin-bottom: 30px;
}
#chatbox-input-block { 
  margin-bottom: 1rem;
}


/*--------------------- 
-----COMMENTS------------
----------------------*/

/* Comment */
.comment-frame { 
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.commentbox-top { 
  font-family: "Cabin", sans-serif;
  font-size: 0.975rem;
  line-height: 1.7;
  letter-spacing: .015em;
  color: #96a4ac;
  font-weight: 400;
  margin-bottom: 15px;
}
.commentbox-top-image { }
.commentbox-username { }
.commentbox-date { }
.commentbox-reply { }
.commentbox-reply a.btn { 
  font-family: "Cabin", sans-serif;
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: full-size-kana;
  padding: 5px 10px;
}
.commentbox-bottom { 
  padding-bottom: 15px;
}
.commentbox-comment { 
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  letter-spacing: .015em;
  color: #33373a;
  font-size: 0.975rem;
  font-weight: 400;
}
.comment-status { 
  font-family: "Cabin", sans-serif;
  font-size: 0.975rem;
  line-height: 1.7;
  letter-spacing: .015em;
  color: #96a4ac;
  font-weight: 400;
}
.comment-moderate { 
   font-family: "Cabin", sans-serif;
  font-size: 0.975rem;
  font-weight: 700;
  text-transform: uppercase;
}
.comment-moderate .comment-edit a.btn,
.comment-moderate .comment-moderate a.btn { 
  font-family: "Cabin", sans-serif;
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: full-size-kana;
  padding: 5px 10px;
}


/* Comment form */
.comment-box-form { }
.comment-box-form input.author { 
  margin-bottom: 10px;
}
.comment-options {
  margin: 10px;
}


/*--------------------- 
-----DOWNLOAD STYLE------------
----------------------*/
#download-navigation { }
#download-navigation > ul > li.item > a.page-link  { 
  width: auto;
  height: auto;
  -moz-border-radius: 10px !important;
  -khtml-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  font-size: 0.975rem;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(0,0,0,0.125);
}
#download-navigation > ul > li.item > a.page-link:hover {
  border-color: #ff4c60;
  background-color: transparent;
  color: #ff4c60;
}


/*------------------------------------------
	FORUMS
--------------------------------------------*/
/* Forum search */
.forum-search { }
.forum-search .input-group { }
.forum-search .input-group input.form-control { }
.forum-search .input-group button {
  margin: 0;
  padding: 10px 20px;   
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}


/* Forum Main forum layout */
#forum.forum { }
#forum .forum-parent-title {   
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 400;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}  
#forum .forum-parent-title.fancy {
  --b: 3px;   /* control the border thickness */
  --w: 100px; /* control the width of the line*/
  --h: 1.6em; /* control the height of the element */
  --c: #ff4c60;  
  width: fit-content;
  padding: 0 calc(2*var(--h)/3);
  line-height: var(--h);
  color: #fff;
  clip-path: polygon( calc(var(--h)/2) 0,100vw 0, 100vw var(--b),100% var(--b), calc(100% - var(--h)/2) 100%,-100vw 100%, -100vw calc(100% - var(--b)),0 calc(100% - var(--b)) );
  border-image: var(--_g,linear-gradient(var(--c) 0 0)) fill 0//0 var(--w);
  margin-inline: auto;
}
#forum .forum-child {  
  padding: 10px 0;  
}
#forum .forum-child .forum-child-item {   
  background-color: #edf3f3;  
}
#forum .forum-child .forum-child-item .forum-child-item-image {
  overflow: hidden;
  width: 100%;
  height: 130px;
}
#forum .forum-child .forum-child-item .forum-child-item-image img {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: auto;
}
#forum .forum-child .forum-child-item .forum-child-item-title {
   font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 500;
  color: #202020;
  line-height: 1.1;
}
#forum .forum-child .forum-child-item .forum-child-item-desc {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.875rem; 
  font-weight: 400;
  color: #888; 
  line-height: 1.2; 
}
#forum .forum-child .forum-child-item .forum-child-item-subforums {

}
#forum .forum-child .forum-child-item .forum-thread,
#forum .forum-child .forum-child-item .forum-replies,
#forum .forum-child .forum-child-item .forum-lastpost {

}
#forum .forum-child .forum-child-item .forum-thread .lang,
#forum .forum-child .forum-child-item .forum-replies .lang,
#forum .forum-child .forum-child-item .forum-lastpost .lang {
  font-family: "Oswald", sans-serif;
  font-size: 0.975rem; 
  font-weight: 400;
  color: #888; 
  line-height: 1.2; 
}
#forum .forum-child .forum-child-item .forum-thread span.badge,
#forum .forum-child .forum-child-item .forum-replies span.badge,
#forum .forum-child .forum-child-item .forum-lastpost span.badge {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem; 
  font-weight: 500;
  color: #444; 
  line-height: 24px; 
  background-color: transparent !important;
  padding: 0;
}
#forum .forum-child .forum-child-item .forum-lastpost span {
  font-family: "Oswald", sans-serif;
  font-size: 0.775rem; 
  font-weight: 500;
  color: #444; 
  line-height: 24px; 
  padding: 0;
}
#forum .forum-footer {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem; 
  font-weight: 500;
  color: #c4c4c4; 
  line-height: 1;
  text-transform: uppercase; 
  background-color: rgba(0,0,0,0.0225);
  margin: 5px 0 15px 0; 
  padding: 15px;  
}  


/*------------------------------------------
	FORUM TRACK 
--------------------------------------------*/
#forum-track { 
  margin: 0;
  padding: 0 0 10px 0;
}
#forum-track .forum-track-caption {
  font-family: "Oswald", sans-serif;
  font-size: 0.975rem;
  color: #242424;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
#forum-track .forum-track-item {
  color: #242424;
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
#forum-track .forum-track-item:hover {
  background-color: rgba(0,0,0,0.06);
}

#forum-track .forum-track-item-topic {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  color: #f36100;
  font-weight: 500;
  line-height: 1.2;
}
#forum-track .forum-track-item a.btn {
  margin: 0;
}
   

/*------------------------------------------
	FORUM VIEWFORUM 
--------------------------------------------*/
#forum-viewforum { }
#forum-viewforum .forum-image { }

#forum-viewforum h3.forum-viewforum-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 400;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}  
#forum-viewforum h3.forum-viewforum-title.fancy {
  --b: 3px;   /* control the border thickness */
  --w: 100px; /* control the width of the line*/
  --h: 1.6em; /* control the height of the element */
  --c: #ff4c60;  
  width: fit-content;
  padding: 0 calc(2*var(--h)/3);
  line-height: var(--h);
  color: #fff;
  clip-path: polygon( calc(var(--h)/2) 0,100vw 0, 100vw var(--b),100% var(--b), calc(100% - var(--h)/2) 100%,-100vw 100%, -100vw calc(100% - var(--b)),0 calc(100% - var(--b)) );
  border-image: var(--_g,linear-gradient(var(--c) 0 0)) fill 0//0 var(--w);
  margin-inline: auto;
}
#forum-viewforum .forum-viewforum-button {
  margin: 0 0 0.5rem 0;
}
#forum-viewforum .forum-viewforum-button .btn-group > button.btn {
  margin-left: 0;
}
#forum-viewforum .forum-viewforum-button .btn-group > a.btn {
  margin-right: 0;
  border-right: 1px solid #1a8f8b;
}

#forum-viewforum .forum-viewforum {
  margin: 0;
  padding: 0 0 15px 0;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item {
  background-color: #edf3f3;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-item-topictitle {  
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  color: #f36100;
  font-weight: 500;
  line-height: 1.2;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-replies .lang,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-views .lang,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-lastpost .lang {
  font-family: "Oswald", sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  color: #888;
  line-height: 1.2;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-replies span.badge,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-views span.badge {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #444;
  line-height: 24px;
  background-color: transparent !important;
  padding: 0;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-lastpost .small {
  font-family: "Oswald", sans-serif;
  font-size: 0.775rem; 
  font-weight: 500;
  color: #444; 
  line-height: 24px; 
  padding: 0;
}
#forum-viewforum .forum-viewforum-pages {
  margin-top: 20px;
  margin-bottom: 10px;
}
#forum-viewforum .forum-viewforum-pages select {
  padding-top: 0;
  padding-bottom: 0;
}


/*------------------------------------------
	FORUM VIEWTOPIC 
--------------------------------------------*/
#forum-view-topic { }
#forum-view-topic .forum-viewtopic-title h3 { 
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  padding: 0 0.9rem;
}
#forum-view-topic .forum-viewtopic-button {
  margin: 0 0 0.5rem 0;
}
#forum-view-topic .forum-viewtopic-button .btn-group > button.btn {
  margin-left: 0;
}
#forum-view-topic .forum-viewtopic-button .btn-group > a.btn {
  margin-right: 0;
  border-right: 1px solid #1a8f8b;
}
#forum-view-topic ul.forum-viewtopic { 
  margin: 0;
  padding: 10px 0;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post { }
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil {
  border-right: 1px solid rgba(0,0,0,0.125);
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-avatar img {
  display: block;
  margin: 0 auto;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-user-customtitle { }
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-level,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster-posts,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster-joined,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-postdate,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-lastedit,
#forum-view-topic .forum-viewtopic-moderators {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #888;
  line-height: 1.3;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-level-icons {
  color: #41c1fe; 
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-postmessage {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem; 
  font-weight: 500;
  color: #888; 
  line-height: 1.2;
  padding: 15px 0;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-signature {
  font-family: "Raleway", sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  color: #888;
  line-height: 1.2;
  padding: 15px 0 0 0;
  border-top: 1px solid rgba(0,0,0,0.125);
}
#forum-view-topic .forum-viewtopic-quickreply {
  width: 80%;
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid rgba(0,0,0,0.125);
}


/* FORUM STATS */
#forum-stats { }
#forum-stats ul.nav-tabs {
  border-bottom: 2px solid #edf3f3;
}
#forum-stats ul.nav-tabs li.nav-item a.nav-link {
  font-family: "Raleway", sans-serif;
  font-size: 0.975rem;
  font-weight: 600;
  color: #444;
  margin-right: 4px;
}
#forum-stats ul.nav-tabs li.nav-item a.nav-link.active,
#forum-stats ul.nav-tabs li.nav-item a.nav-link:hover {
  background-color: #ff4c60;
  color: #fff;
  border-color: #ff4c60;
}
#forum-stats .tab-content { }
#forum-stats .tab-content table > thead > tr > th,
#forum-stats .tab-content table > thead > tr > td,
#forum-stats .tab-content table > tbody > tr > th,
#forum-stats .tab-content table > tbody > tr > td { 
  color: #242424;
}


/*------------------------------------------
	FORUM STATS - RESPONSIVE 
--------------------------------------------*/
#forum-stats .tab-content div.table-responsive,
#forum-stats .panel div.table-responsive {
  border: none;
}

/*------------------------------------------
	FORUM POSTS - RESPONSIVE 
--------------------------------------------*/
#forum-post { 
  position: relative;
}
#forum-post .forum-post-caption { 
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}


/*------------------------------------------
	HERO 
--------------------------------------------*/
#carousel-hero.carousel {
  margin: 0 !important;
}
#carousel-hero.carousel {
  top: 0;
}
#carousel-hero.carousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
#carousel-hero.carousel .carousel-indicators > button {
  width: 30px;
  height: 30px;
  background-color: #6e9b96;
  margin: 10px;
  border-radius: 100%;
  opacity: 1;
}
#carousel-hero.carousel .carousel-indicators > button.active {
  background-color: #ff4c60;
}

#carousel-hero.carousel .carousel-control-prev {
  width: 90px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #6e9b96;
  border-radius: 0 60px 60px 0;
  -webkit-transition: background-color .5s linear;
  -moz-transition: background-color .5s linear;
  -o-transition: background-color .5s linear;
  -ms-transition: background-color .5s linear;
  transition: background-color .5s linear;
}
#carousel-hero.carousel .carousel-control-next {
  width: 90px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #6e9b96;
  border-radius: 60px 0 0 60px;
  -webkit-transition: background-color .5s linear;
  -moz-transition: background-color .5s linear;
  -o-transition: background-color .5s linear;
  -ms-transition: background-color .5s linear;
  transition: background-color .5s linear;
}
#carousel-hero.carousel .carousel-control-prev:hover,
#carousel-hero.carousel .carousel-control-next:hover {
  background: #ff4c60;
}
#carousel-hero.carousel .hero-text-container {
  height:100%;
}
#carousel-hero.carousel .hero-text-container header.hero-title-mod {
  background-color: rgba(0, 0, 0, .4);
  padding: 20px;
}
#carousel-hero.carousel .hero-text-container header.hero-title-mod h1 {
  font-family: "Cabin", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
#carousel-hero.carousel .hero-text-container header.hero-title-mod h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 992px) { 
  #carousel-hero.carousel .hero-text-container header.hero-title-mod h1 {
    font-size: 2rem;
  }
  #carousel-hero.carousel .hero-text-container header.hero-title-mod h2 {
    font-size: 1.3rem;
  }
}



/*------------------------------------------
	WELCOME MESSAGE 
--------------------------------------------*/
#wmessage { 
  margin: 0;
}
#wmessage h1.wm-title { 
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 2.975rem;
  font-weight: 600;
  color: #1f3557;
  line-height: 1.2;

}
#wmessage .wmessage-image {
  overflow: hidden;
}

#wmessage h1.wm-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 5px;
  content: "";
  background-color: #ff4c60;
  left: 50%;
  margin:  0 0 0 -90px;
  padding: 0;
  moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#wmessage .wm-body { 
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #1b1c1e;
  font-weight: 300;
  text-align: justify;
}


/*------------------------------------------
	HOMEPAGE - SECTION 1 
--------------------------------------------*/
#home-page .section-1 {
  position: relative;
  background-color: #d8e6f1;
  padding: 30px 0;
}

/* HOMEPAGE - SECTION 1 CMENUS */
#home-page > .section-1 .sec-1-menubox { 
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
#home-page > .section-1 .sec-1-menubox h4.sec-1-menubox-title { 
  position: relative;
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.925rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  padding: 20px 15px;
  text-align: center;
}
#home-page > .section-1 .sec-1-menubox h4.sec-1-menubox-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #777;
  left: 50%;
  margin:  0 0 0 -50px;
  padding: 0;
  moz-border-radius: 1px;
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
#home-page > .section-1 .sec-1-menubox .sec-1-menubox-content { 
  padding: 0 15px;
} 
#home-page > .section-1 .sec-1-menubox .sec-1-menubox-content > .cpage-menu { 
  text-align: center;
  color: #767676;
}
#home-page > .section-1 .sec-1-menubox .sec-1-menubox-content > .cpage-menu .cmenu-image { 
  width:100%; 
  height: 175px;  
}
#home-page > .section-1 .sec-1-menubox .sec-1-menubox-content > .cpage-menu .cmenu-image img {
  width: auto; 
  max-height: 175px;  
}
#home-page > .section-1 .sec-1-menubox .sec-1-menubox-content > .cpage-menu .cmenu-text { 
  padding-top: 20px;
}


/*------------------------------------------
	HOMEPAGE - SECTION 2 
--------------------------------------------*/
#home-page .section-2 { 
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #a5e6eb;
  border-bottom: 1px solid #a5e6eb;
}
#home-page .section-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Theoretically for IE 8 & 9 (more valid) */   
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=30);
  /* Older than Firefox 0.9 */
  -moz-opacity:0.3;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.3;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 0.3;
  background-image: url(images/colors-7.png); 
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: -1;
}
#home-page .section-2 .sec-2-menubox-title {
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #15415c;
  font-weight: 600;
  font-size: 2.525rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}
#home-page .section-2 .sec-2-menubox-title:before {
  width: 40px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin: 0 0 0 -20px;
  background-color: #ff4c60;
  padding: 0;
}
#home-page .section-2 .sec-2-menubox-title:after {
  width: 260px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  left: 50%;
  background-color: #ff4c60;
  margin: 15px 0 0 -130px;
  padding: 0;
}
#home-page .section-2 .sec-2-menubox-content {
  font-family: "Inter", sans-serif;
  color: #0e2d41;
  font-size: 0.975rem;
  letter-spacing: 0.0125rem;
  line-height: 1.2;
  text-align: center;
}


/*------------------------------------------
	HOMEPAGE - SECTION 3 
--------------------------------------------*/
#home-page .section-3 { 
  position: relative;
  padding: 20px 0;
}
#home-page .section-3 .home-latest-news-header-1 h2 {
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #15415c;
  font-weight: 600;
  font-size: 2.525rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}
#home-page .section-3 .home-latest-news-header-1 h2:before {
  width: 40px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin: 0 0 0 -20px;
  background-color: #ff4c60;
  padding: 0;
}
#home-page .section-3 .home-latest-news-header-1 h2:after {
  width: 260px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  left: 50%;
  background-color: #ff4c60;
  margin: 15px 0 0 -130px;
  padding: 0;
}
#home-page .section-3 .home-latest-news-header-2 h5 {
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #15415c;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}
#home-page .section-3 .home-news-latest .news-item {
  margin-bottom: 25px;
  box-shadow: 0px 28px 19px -26px rgba(0,0,0,0.45);
}
#home-page .section-3 .home-news-latest .news-item .news-image {
  position: relative;
  padding: 1px;
  background: #fff;
  border: 1px solid #b9b9b9;
  margin: 0 0 15px 0;
}
#home-page .section-3 .home-news-latest .news-item .news-image img { }
#home-page .section-3 .home-news-latest .news-item .news-content {
  padding: 0 20px;
}
#home-page .section-3 .home-news-latest .news-item .news-category {
  text-align: center;
  padding-bottom: 10px;
}
#home-page .section-3 .home-news-latest .news-item .news-category a {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  color: #51706c;
  padding: 6px 8px;
  background: #d8e6f1;
}
#home-page .section-3 .home-news-latest .news-item .news-category a:hover {
  color: #ff4c60;
}
#home-page .section-3 .home-news-latest .news-item h4.news-title {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 15px 0;
}
#home-page .section-3 .home-news-latest .news-item h4.news-title a {
  color: #15415c;
}
#home-page .section-3 .home-news-latest .news-item h4.news-title a:hover {
  color: #ff4c60;
}
#home-page .section-3 .home-news-latest .news-item .news-info {
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 0.915rem;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 15px;
}
#home-page .section-3 .home-news-latest .news-item .news-summary {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;  
  color: #454545;
  line-height: 1.2;
  text-align: justify;
  padding: 0 0 15px 0;
}
#home-page .section-3 .home-news-latest .news-item .news-read-more {
  border-top: 5px double #e2e2e2;
  padding: 15px 0;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;  
  color: #15415c;
  text-transform: uppercase;
}


/*------------------------------------------
	HOMEPAGE - SECTION PORTFOLIO 
--------------------------------------------*/
#section-portfolio {
  position: relative;
  background-color: #d8e6f1;
  border-top: 1px solid #bbc7d1;
  border-bottom: 1px solid #bbc7d1;
}
#section-portfolio:before {
  position: absolute;
  content: "";
  top: calc(50% - 80px);
  left: 0;
  width: 100%;
  height: 160px;
  background-color: #AECBD6;
}
#section-portfolio .portfolio-header {
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #15415c;
  font-weight: 600;
  font-size: 2.525rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 90px 0;
  padding: 0 0 5px 0;
}
#section-portfolio .portfolio-header:before {
  width: 40px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin: 0 0 0 -20px;
  background-color: #ff4c60;
  padding: 0;
}
#section-portfolio .portfolio-header:after {
  width: 260px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  left: 50%;
  background-color: #ff4c60;
  margin: 15px 0 0 -130px;
  padding: 0;
}
#portfolio-gallery {
  position: relative;
  background-color: #d8e6f1;
  padding: 60px;
}
#portfolio-gallery img {
  border: 6px solid #fff;
}
#portfolio-gallery > .row > div[class*="col-"]:nth-child(2n+1), 
#portfolio-gallery > .row > div[class^="col-"]:nth-child(2n+1) {
  margin-top: -5.25rem;
}
@media (max-width: 992px) { 
  #portfolio-gallery > .row > div[class*="col-"]:nth-child(odd),
  #portfolio-gallery > .row > div[class^="col-"]:nth-child(odd) {
    margin-top: 0;
  }
}


/*------------------------------------------
	HOMEPAGE - SECTION CONTACT 
--------------------------------------------*/
/*
#home-page .section-contact { 
  position: relative;
}

#home-page .section-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  -khtml-opacity: 0.3;

  opacity: 0.3;
  background-image: url(images/colors-8.png); 
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: -1;
}
#home-page .section-contact .home-contact-image { }
#home-page .section-contact .home-contact-image img { }

#home-page > .section-contact .home-contact-menu {
  position: relative;
  background-color: #fff;
  padding: 30px;
  margin-top: 60px;
  margin-left: -100px;
}
@media (max-width: 992px) { 
  #home-page > .section-contact .home-contact-menu {
    margin: 0;
  }
}
#home-page > .section-contact h4.home-contact-menu-title {
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #15415c;
  font-weight: 600;
  font-size: 2.325rem;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}
*/


/*------------------------------------------
	HOMEPAGE - SECTION NEWSLETTER 
--------------------------------------------*/
#home-page .section-newsletter { 
  position: relative;
  overflow: hidden;
}
#home-page .section-newsletter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Theoretically for IE 8 & 9 (more valid) */   
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=30);
  /* Older than Firefox 0.9 */
  -moz-opacity:0.3;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.3;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 0.3;
  background-image: url(images/colors-8.png); 
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: -1;
}
#home-page .section-newsletter .home-newsletter-menu { }
#home-page .section-newsletter .home-newsletter-menu-title {
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #15415c;
  font-weight: 600;
  font-size: 2.525rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}
#home-page .section-newsletter .home-newsletter-menu-title:before {
  width: 40px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin: 0 0 0 -20px;
  background-color: #ff4c60;
  padding: 0;
}
#home-page .section-newsletter .home-newsletter-menu-title:after {
  width: 260px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  left: 50%;
  background-color: #ff4c60;
  margin: 15px 0 0 -130px;
  padding: 0;
}
#home-page .section-newsletter .home-newsletter-menu-body { }
#home-page .section-newsletter .home-newsletter-menu-body .tbox.form-control { 
  border-radius: 0.375rem !important;
}
#home-page .section-newsletter .home-newsletter-menu-body .btn.submit {
  font-size: 1.2em;
  margin: 0 0 0 6px;
  padding: 13px 25px;
  -webkit-border-radius: 5em;
  border-radius: 5em;
}


/*------------------------------------------
	PROFILE PAGE 
--------------------------------------------*/
#user-profile-view { 
  
}
#user-profile-view .user-profile-view-top {
  background-color: #edf3f3;
}
#user-profile-view .user-profile-image { 
  margin-bottom: 20px;
}
#user-profile-view .user-profile-text {
  color: #444;
  font-size: 1rem;
}
#user-profile-view .user-profile-view-bottom {
  margin-bottom: 30px;
  padding: 30px;
}
#user-profile-view .user-profile-text .user-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .015em;
}
#user-profile-view .user-profile-text .user-other-data {
  font-family: "Cabin", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .015em;
}
#user-profile-view .user-profile-text .user-other-data .user-rate .e-rate.e-rate-user,
#user-profile-view .user-profile-text .user-other-data .user-rate .e-rate-votes.e-rate-votes-user {
  display: inline-block;
  width: 50% !important;
}
#user-profile-view .user-profile-nextprev ul.user-view-nextprev { 
  list-style: none;
}

/* userposts.php?10.comments.1 */
#up-comments-container, #up-forumposts-container { }
#up-comments-container .nextprev, #up-forumposts-container .nextprev { 
  margin: 25px 0;
}
#up-comments-container .nextprev > span, #up-forumposts-container .nextprev > span { 
  display: flex !important;
  justify-content: center !important;
}
#up-comments-container .nextprev a.btn, #up-forumposts-container .nextprev a.btn { 
  display: inline-block;
}
#up-comments-container .nextprev select.npdropdown, #up-forumposts-container .nextprev  select.npdropdown { 
  display: inline-block;
  width: 50%;
}


/*------------------------------------------
	GALLERY STYLE 
--------------------------------------------*/
/* Gallery category */
.gallery-cat { }
.gallery-cat-item-box { 
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-cat-item-box a.gallery-cat-item { 
  display: block;
  background-color: #1e628d;
}
.gallery-cat-item-box a.gallery-cat-item img {
  width: 100%;
  height: auto;
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.gallery-cat-item-box a.gallery-cat-item:hover img {
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
   opacity: 0.6;
}
.gallery-cat-item-box .gallery-cat-item-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
  overflow: auto;
  color: #fff;
  background-color: rgba(30,98,141, 0.85);
}
.gallery-cat-item-box .gallery-cat-item-title h5 {
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Relaway", sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .015em;
}
.gallery-cat-item-box .gallery-cat-item-title h5 a {
  color: #fff;
}
.gallery-cat-item-box .gallery-cat-item-title h5 a:hover {
  color: #ff4c60;
}

/* Gallery images */
.gallery { }
.gallery-item-box { 
  position: relative;
  display: block;
  margin-top: 30px;
}
.gallery-item-box .gallery-item { 
  display: block;
}
.gallery-item-box .gallery-item img {
  width: 100%;
  height: auto;
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.gallery-item-box .gallery-item:hover img {
  webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  border: 4px solid #ddd;
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .gallery-item-box .gallery-item:hover img {
    webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.gallery-item-box .gallery-item-title {
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
}
.gallery-item-box .gallery-item-title h5 {
  font-size: 1.32rem;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Gallery list next/prev */
.gallery-list-nextprev { }
.gallery-list-nextprev .nextprev.form-group { 
  width: 50%;
  margin: 0 auto 1.5rem auto;
}
.gallery-list-nextprev .nextprev.form-group > a.btn { 
  margin: 0 1px !important;
}

/* Gallery list back */
.gallery-list-back { }
.gallery-list-back a.btn { }

/* Gallery Slideshow */
#gallery-slideshow-wrapper { 
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 200px !important;
  overflow: hidden;
  background: transparent !important;
  margin: 0 auto !important;
}
#gallery-slideshow-content { 
  width: 100% !important;
  height: 200px !important;
  overflow: hidden;
}
#gallery-slideshow-content div[id*="gallery-item-"],
#gallery-slideshow-content div[id^="gallery-item-"] { 
  width: 100%;
  padding: 0;
  height: 200px; 
}
#gallery-slideshow-content div[id*="gallery-item-"] .gallery-slide-item,
#gallery-slideshow-content div[id^="gallery-item-"] .gallery-slide-item {
  margin-right: 0;
  display: inline-block;
  width: 100% !important;
}
#gallery-slideshow-content div[id*="gallery-item-"] img,
#gallery-slideshow-content div[id^="gallery-item-"] img { 
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}
.gallery-slideshow-controls .gallery-slide-jumper-container {
  text-align: center;
  padding-left: 0;
}
.gallery-slideshow-controls .gallery-slide-jumper-container .gallery-slide-jumper {
  padding: 2px;
}


/*------------------------------------------
	LOGIN TEMPLATE - login.php 
--------------------------------------------*/
#login-template {
  
}
#login-template .logo {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
#login-template .login-page-box h4.login-page-box-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.95rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .015em;
  text-align: center;
}
#login-template .login-page-box input.form-control.input-block-level {
  width: auto !important;
}


/*------------------------------------------
	SEARCH PAGE 
--------------------------------------------*/
/* SEARCH PAGE */
#searchform {
  margin-bottom: 30px;
  padding: 30px;
}


/*--------------------- 
-----BUTTONS------------
----------------------*/
button.btn,
a.btn,
input.btn,
input.button,
button.btn-primary,
a.btn-primary,
input.btn-primary {
  font-family: "Cabin", sans-serif;
  color: #9fb3c2;
  text-align: center;
  font-size: 0.775rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #9fb3c2;
  -webkit-transition: .15s all;
  -o-transition: .30s all;
  -ms-transition: .30s all;
  -moz-transition: .30s all;
  transition: .30s all; 
}
button.btn:hover,
a.btn:hover,
input.btn:hover,
input.button:hover,
button.btn-primary:hover,
a.btn-primary:hover,
input.btn-primary:hover {
  border-color: #ff4c60;
  background-color: transparent;
  color: #ff4c60;
}


/*--------------------- 
-----PAGINATION------------
----------------------*/
ul.pagination { }
ul.pagination li.page-item a.page-link {
  font-family: "Oswald", sans-serif;
  color: #555;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  background-color: transparent;
  font-size: 14px;
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0 2px;
  border-radius: 10px;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
ul.pagination li.page-item a.page-link:hover,
ul.pagination li.page-item a.page-link:focus,
ul.pagination li.page-item.active a.page-link:hover,
ul.pagination li.page-item.active a.page-link {
  color: #FF4C60;
  background-color: transparent;
}
ul.pagination li.page-item a.page-link:before,
ul.pagination li.page-item a.page-link:after {
  content: '';
  height: 100%;
  width: 100%;
  border: 2px solid #FF4C60;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
ul.pagination li.page-item a.page-link:after {
  background-color: #cf095c;
  height: 10px;
  width: 10px;
  border: none;
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
ul.pagination li.page-item a.page-link:hover:before,
ul.pagination li.page-item a.page-link:focus:before,
ul.pagination li.page-item.active a.page-link:hover:before,
ul.pagination li.page-item.active a.page-link:before {
  opacity: 1;
}
ul.pagination li.page-item a.page-link:hover:after,
ul.pagination li.page-item a.page-link:focus:after,
ul.pagination li.page-item.active a.page-link:hover:after,
ul.pagination li.page-item.active a.page-link:after {
  opacity: 1;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*------------------------------------------
	PAGER 
--------------------------------------------*/
ul.pager { 
  list-style: none; 
  margin: 1rem 0;
}
ul.pager li {}
ul.pager li > a,
ul.pager li > a:focus {
  font-family: "Cabin", sans-serif;
  color: #9fb3c2;
  text-align: center;
  font-size: 0.775rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #9fb3c2;
  -webkit-transition: .15s all;
  -o-transition: .30s all;
  -ms-transition: .30s all;
  -moz-transition: .30s all;
  transition: .30s all;
}
ul.pager li > a:hover {
  border-color: #ff4c60;
  background-color: transparent;
  color: #ff4c60;
}




/* NEWS MENU LATEST */
.news-menu-latest {
  overflow: hidden;
  margin-bottom: 15px;  
}
.news-menu-latest-img {
  float: left;
  width: 90px;
  overflow: hidden;
}
.news-menu-latest-img a {

}
.news-menu-latest-img a img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.news-menu-latest a img {  
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.news-menu-latest:hover a img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-menu-latest-title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  padding-left: 110px;
}
.news-menu-latest-date {
  font-family: "Oswald", sans-serif;
  line-height: 1.7;
  letter-spacing: .015em;
  font-weight: 400;
  margin-top: 5px;
  font-size: .85em;
  color: #7f8b92;
}


/* TAGCLOUD MENU */
.tagcloud-menu { }
.tagcloud-menu a {
  margin: 0.15rem;
  padding: 5px 15px !important; 
  border: 1px solid rgba(0, 0, 0, 0.125);
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.tagcloud-menu a:hover,
.tagcloud-menu a:focus {
  color: #ff6219;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}


/*------------------------------------------
	SIGNUP - signup.php 
--------------------------------------------*/
#signup .gdpr-info span {
  display: inline-block;
  width: auto;
}
#signup .gdpr-info span a {
  color: #ff4c60;
}
#signup .gdpr-info span a:hover {
  color: #1e628d
}








