.logo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.logo a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo:hover a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  background: #0067a2;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  .logo {
    position: static;
  }
  .logo a {
    background: #0067a2;
  }
  .logo:hover a,
  .logo a:hover,
  .logo a:active,
  .logo a:focus {
    color: #ffffff;
  }
}
.off-canvas-toggle + .container .navbar-header .logo {
  right: 55px;
  border-right: 1px solid #0067a2;
}
@media screen and (min-width: 991px) {
  .off-canvas-toggle + .container .navbar-header .logo {
    border-right: 0;
  }
}
.logo-image > a {
  max-width: 160px;
  max-height: 55px;
}
.logo-image > a > img {
  max-width: 100%;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  text-transform: uppercase;
  font-size: 18px;
}
.logo-text a {
  line-height: 55px;
  padding: 0 20px;
}
.logo-text .site-slogan {
  display: none;
}
.head-search {
  height: 55px;
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 1000;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  background: #0077bb;
  border-right: 1px solid #0067a2;
  border-left: 1px solid #0067a2;
  position: relative;
}
@media screen and (min-width: 991px) {
  .head-search .search {
    background: #0067a2;
  }
}
.head-search .search .fa-search {
  color: #bbe6ff;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 19px;
  z-index: 1;
}
.head-search .search .fa-search:hover {
  z-index: 0;
}
.head-search .form-control {
  border: 0;
  background: transparent;
  color: #bbe6ff;
  height: 54px;
  line-height: 35px;
  position: relative;
  margin: 0;
  padding: 10px 40px 10px 15px;
  width: 0;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
@media screen and (min-width: 991px) {
  .head-search .form-control {
    height: 55px;
  }
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  color: #ffffff;
  box-shadow: none;
}
.head-search .form-control:active,
.head-search .form-control:focus {
  width: 180px;
}
.head-search .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 1000px 0 0 #0067a2 inset;
  -webkit-text-fill-color: #ffffff;
}
.head-search .form-control::-moz-placeholder {
  color: #ffffff;
}
.navbar-toggle + .head-search {
  left: 55px;
  max-width: 57px;
}
@media screen and (max-width: 990px) {
  .navbar-toggle + .head-search {
    max-width: inherit;
  }
  .navbar-toggle + .head-search:hover,
  .navbar-toggle + .head-search:focus,
  .navbar-toggle + .head-search:active {
    max-width: none;
  }
  .navbar-toggle + .head-search:hover .form-control,
  .navbar-toggle + .head-search:focus .form-control,
  .navbar-toggle + .head-search:active .form-control {
    width: 180px;
  }
}
@media screen and (min-width: 991px) {
  .head-search,
  .navbar-toggle + .head-search {
    left: 20px;
    top: 0;
    max-width: none;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #ffffff;
  background: transparent;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 30px;
}
.chzn-container {
  max-width: 100%;
}
.chzn-container .chzn-single {
  max-width: 260px;
}
.ie8 .radio.t3onoff {
  border: 0;
}
.ie8 label.on,
.ie8 label.off {
  border: 1px solid #eeeeee;
}
.pagination > li > a,
.pagination > li > span {
  margin-bottom: 10px;
}
#eblog-wrapper {
  line-height: 1.625;
}
.com_weblinks .weblink-categories .page-header.item-title .btn {
  padding: 5px;
}
.com_weblinks .weblink-categories .page-header.item-title .btn .fa-minus {
  display: block;
}
.com_weblinks .weblink-categories .page-header.item-title .btn .fa-plus {
  display: none;
}
.com_weblinks .weblink-categories .page-header.item-title .btn.collapsed .fa-minus {
  display: none;
}
.com_weblinks .weblink-categories .page-header.item-title .btn.collapsed .fa-plus {
  display: block;
}
.t3-spotlight {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .t3-spotlight > div {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .t3-spotlight:not(:root:root) .col-md-3 {
    width: 24.9%;
  }
  .t3-spotlight:not(:root:root) .col-md-4 {
    width: 33.2%;
  }
  .t3-spotlight:not(:root:root) .col-md-6 {
    width: 49.8%;
  }
  .t3-spotlight:not(:root:root) .col-md-12 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .t3-spotlight:not(:root:root) .col-sm-3 {
    width: 24.9%;
  }
  .t3-spotlight:not(:root:root) .col-sm-4 {
    width: 33.2%;
  }
  .t3-spotlight:not(:root:root) .col-sm-6 {
    width: 49.8%;
  }
  .t3-spotlight:not(:root:root) .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .t3-spotlight:not(:root:root) .col-xs-3 {
    width: 24.9%;
  }
  .t3-spotlight:not(:root:root) .col-xs-4 {
    width: 33.2%;
  }
  .t3-spotlight:not(:root:root) .col-xs-6 {
    width: 49.8%;
  }
  .t3-spotlight:not(:root:root) .col-xs-12 {
    width: 100%;
  }
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .t3-sl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.t3-sl .t3-module {
  margin-bottom: 0;
}
.t3-sl .t3-module + .t3-module {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-sl-1 {
  border-bottom: 1px solid #eeeeee;
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-footer {
  background: #f7f7f7;
  color: #666666;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer-sl {
  padding: 20px 0;
}
.t3-footer-sl:before,
.t3-footer-sl:after {
  display: table;
  content: " ";
}
.t3-footer-sl:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footer-sl {
    padding: 40px 0;
  }
}
.t3-footer-sl .t3-module {
  background: #f7f7f7;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footer-sl .t3-module .module-title {
  color: #444444;
  font-size: 18px;
  margin-bottom: 10px;
}
.t3-footer-sl .t3-module ul {
  list-style: none;
  margin-right: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.t3-footer-sl .t3-module ul > li {
  line-height: 24px;
}
.t3-footer-sl .t3-module ul > li > a {
  color: #666666;
}
.t3-footer-sl .t3-module ul > li > a:hover,
.t3-footer-sl .t3-module ul > li > a:active,
.t3-footer-sl .t3-module ul > li > a:focus {
  color: #666666;
}
#back-to-top {
  z-index: 999;
  position: fixed;
  left: 20px;
  top: auto;
}
#back-to-top.affix {
  bottom: 40px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 28px;
}
.t3-copyright {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding: 40px 0 80px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: left;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  display: inline-block;
}
.mod-preview-info {
  z-index: 2000;
}
#ezblog-body .blog-text p,
#ezblog-body .blog-text li {
  line-height: 1.625;
}
.row-feature .container {
  width: 100%;
}
body {
  padding-top: 0px;
}
.page-masthead .row-feature {
  padding-top: 0px !important;
}
.t3-mainnav {
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 0;
  margin-top: 80px;
  max-width: 1185px;
  border-radius: 8px;
}
.navbar-default .navbar-nav > li {
  margin-right: 20px;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-weight: 600;
  font-family: "wyekan";
  font-size: 18px;
  padding: 2px 12px;
  
}
.navbar-default .navbar-nav > li > a:hover {
  color: #e87c29;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #696866;
  -webkit-box-shadow: inset 0 -4px 0 #f9bd90;
  box-shadow: inset 0 -4px 0 #efc4a3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #696866;
  -webkit-box-shadow: inset 0 -4px 0 #f9bd90;
  box-shadow: inset 0 -4px 0 #f9bd90;
}
.logo a {
  background: #0067a200;
}
.logo:hover a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  background: #0067a200;
}
.logo.logo-image {
  margin-top: 24px;
}
span.m_m_seperator.separator {
  visibility: hidden;
}
a.m_thin_menu {
  font-weight: 500 !important;
  font-size: 16px !important;
}
.camera_caption .camera_caption_title {
  text-align: center;
  font-size: 24px;
  font-family: "wyekan";
}
.camera_caption > div div.camera_caption_desc {
  text-align: center;
  font-size: 18px;
}

.m_menu_scrolled {
  margin-top: 0px;
  max-width: 100%;
  border-radius: 0;
  border-bottom: 2px solid #f7f7f7;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.m_menu_scrolled_remove {
  
  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.m_menu_scrolled_li_a {
  line-height: 50px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.m_menu_scrolled_logo {
  margin-top: 16px !important;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .fa-bars {
  color: #000000;
  font-size: 20px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #f9bd90;
  color: #ffffff;
}
.navbar-nav li.divider {
  display: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #e6e6e6;
}
.m_call_us_float .m_call_us_circel_btn {
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #000;
  z-index: 100;
  bottom: 80px;
  left: 60px;
}
.m_call_us_float .m_call_us_circel_btn .fa {
  margin-top: 14px;
}
.m_call_us_float .m_instagram_btn {
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #f70207;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #000;
  z-index: 100;
  bottom: 10px;
  left: 60px;
}
.m_call_us_float .m_instagram_btn .fa {
  margin-top: 14px;
}
@media screen and (max-width: 991px) {
  .camera_caption .camera_caption_title {
    font-size: 16px;
  }
  .camera_caption > div div.camera_caption_desc {
    font-size: 14px;
  }
  .t3-mainnav {
    margin-top: 0px;
  }
  .logo.logo-image {
    margin-top: 5px;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 60px;
  }
  .page-masthead .row-feature {
    padding-top: 50px !important;
  }
}
.oh {
  position: relative;
  overflow: hidden;
}
.title-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.title-decoration-lines-content {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  letter-spacing: .075em;
  font-size: 18px;
  font-family: "wyekan";
}
.title-decoration-lines-content::before,
.title-decoration-lines-content::after {
  position: absolute;
  content: '';
  top: calc(48%);
  height: 1px;
  width: 100vw;
  background: #d7d7d7;
}
.title-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.title-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.row-30 {
  margin-bottom: 30px;
}
.box-sportlight {
  position: relative;
  text-align: right;
}
.box-sportlight-figure {
  display: block;
  overflow: hidden;
}
.box-sportlight-figure img {
  width: 100%;
  transition: all .3s ease;
}
@media screen and (min-width: 992px) {
  .box-sportlight-figure img {
    transform: scale(1.1);
    will-change: transform;
  }
}
.box-sportlight-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e1e1e1;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .box-sportlight-caption {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .box-sportlight-caption {
    padding: 15px 30px 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .box-sportlight-caption {
    padding: 25px 38px 25px 22px;
  }
}
.box-sportlight-title {
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: .025em;
}
@media screen and (min-width: 1200px) {
  .box-sportlight-title {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .025em;
  }
}
.box-sportlight-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 88px;
  margin-right: 20px;
  font-size: 0;
  line-height: 0;
  transition: all .25s ease;
}
.box-sportlight-arrow::before,
.box-sportlight-arrow::after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  transition: all 0.3s ease-in-out;
}
.box-sportlight-arrow::before {
  height: 2px;
  width: 21px;
  margin-left: 4px;
  background-color: rgba(21, 21, 21, 0.21);
}
.box-sportlight-arrow::before,
.box-sportlight-arrow::after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  transition: all 0.3s ease-in-out;
}
.box-sportlight-arrow::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent rgba(21, 21, 21, 0.21);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.box-sportlight-badge {
  position: absolute;
  overflow: hidden;
  padding: 6px 18px 3px 10px;
  top: 30px;
  right: 0;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: #151515;
  z-index: 1;
  font-family: Arial;
}
.box-sportlight-badge::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: skew(-10deg);
  transform-origin: 50% 100%;
  z-index: -1;
}
.box-sportlight-new::before {
  background: #fbef89;
}
.box-sportlight-title a {
  color: black;
}
.box-sportlight-sale::before {
  background: #976f55;
}
.box-sportlight-sale {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .box-sportlight:hover .box-sportlight-figure img {
    transform: none;
  }
  .box-sportlight:hover .box-sportlight-caption {
    background: #efc4a3;
    border-color: #efc4a3;
  }
  .box-sportlight:hover .box-sportlight-title {
    color: #ffffff;
    letter-spacing: .1em;
  }
  .box-sportlight:hover .box-sportlight-title a {
    color: #ffffff;
  }
}
.clients-modern {
  position: relative;
  display: block;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease-in-out;
}
.clients-modern img {
  width: 100%;
  opacity: .5;
}
.clients-modern::before,
.clients-modern::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: color .1s ease, transform .3s ease;
  will-change: transform;
}
.clients-modern::before {
  transform: scaleX(0);
}
.clients-modern::after {
  transform: scaleY(0);
}
@media screen and (min-width: 992px) {
  .clients-modern:hover {
    border-color: transparent;
  }
  .desktop .clients-modern img {
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
  }
  .clients-modern:hover img {
    opacity: 1;
    transform: scale(0.9);
  }
  .clients-modern:hover::before,
  .desktop .clients-modern:hover::after {
    transform: none;
  }
  .clients-modern:hover::before {
    border-color: #f5cdae transparent #f5cdae transparent;
  }
}
.t3-footer {
  color: #656565;
  background: #272727;
  padding-top: 65px;
}
.t3-copyright {
  background: #202020;
  border-top: 1px solid #202020;
  padding: 20px 0;
}
.t3-footer-sl .t3-module {
  background: #272727;
  color: #c3c2c2;
}
.col-md-12.copyright a {
  color: #f9bd90;
}
.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-right: -20px;
}
.unit-spacing-xs {
  margin-bottom: 5px;
  margin-right: -12px;
  background-color: #20202082;
  padding: 4px;
}
.unit-left,
.unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}
.unit-spacing-xs > * {
  margin-bottom: 10px;
  margin-right: 12px;
}
.footer-contacts a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: .025em;
}
.footer-contacts .link-phone {
  font-size: 16px;
  color: white;
}
.unit-left .icon {
  color: #f9bd90;
  font-size: 22px;
  width: 30px;
  text-align: center;
}
div#m_footer_social .social-links ul.social-icon-two li {
  display: inline-block;
  line-height: 58px;
  margin: 0px 4px;
}
div#m_footer_social .social-links ul.social-icon-two li a {
  color: white;
  font-size: 20px;
}
div#m_footer_social .social-links ul.social-icon-two li a:hover {
  color: #ff8a00;
}
div#m_footer_social {
  text-align: center;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  background: url(/images/def_images/2/par_2.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  min-height: 490px;
}
.material-parallax {
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-xl {
    padding: 90px 0;
  }
}
@media screen and (min-width: 992px) {
  .section-inset-custom-6,
  .section-xl {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1600px) {
  .section-inset-custom-1 {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
.parallax-content {
  position: relative;
  z-index: 1;
}
.parallax-content .row.justify-content-center {
  text-align: center;
}
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  padding: 17px 33px 15px;
  font-size: 18px;
  line-height: 1.34;
  border: 2px solid;
  font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
}
.button-secondary,
.button-secondary:focus {
  color: #ffffff;
  background-color: #efc4a3;
  border-color: #efc4a3;
}
.button-ujarak {
  position: relative;
  z-index: 0;
  transition: background 0.4s, border-color 0.4s, color 0.4s;
}
.button-ujarak,
.button-ujarak::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 101%;
  height: 101%;
  background: #976f55;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
}
.button-ujarak,
.button-ujarak::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.context-dark .button-secondary.button-ujarak::before,
.bg-gray-dark .button-secondary.button-ujarak::before,
.bg-primary .button-secondary.button-ujarak::before {
  background: #353535;
}
.button-secondary:hover,
.button-secondary:active {
  color: #ffffff;
  background-color: #151515;
  border-color: #151515;
}
.button-ujarak:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.context-dark .button-secondary.button-ujarak:hover,
.bg-gray-dark .button-secondary.button-ujarak:hover,
.bg-primary .button-secondary.button-ujarak:hover,
.context-dark .button-secondary.button-ujarak:active,
.bg-gray-dark .button-secondary.button-ujarak:active,
.bg-primary .button-secondary.button-ujarak:active {
  border-color: #353535;
}
.wrap.t3-sl.t3-sl-2 .container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.wrap.t3-sl.t3-sl-2 .container .row {
  margin-left: 0;
  margin-right: 0;
}
.parallax-content h3 {
  font-family: "wyekan";
  padding: 8px;
  font-weight: 600;
  font-size: 36px;
  text-shadow: 0 0 11px black;
}
.parallax-content p {
  font-family: "wyekan";
  font-size: 18px;
  margin-bottom: 16px;
}
.parallax-content a {
  font-family: "wyekan";
  font-size: 20px;
  margin-top: 16px;
}
.m_article_header header h2 a {
  color: black;
  font-family: "wyekan";
  font-size: 22px;
  font-weight: 600;
}
.m_article_header {
  position: relative;
  margin-top: -60px;
  padding: 28px 35px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  height: 140px;
}
.m_article_image .item-image {
  float: none !important;
  overflow: hidden;
}
.m_article_image .item-image a img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all .3s ease;
}
.m_article_h2 h2 {
  padding: 8px;
  margin: 16px;
  font-family: "wyekan";
}
.blog-featured {
  
}
.category-name a {
  background: #f9bd90;
  padding: 4px 5px;
}
article.m_blog_featured_item {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
article.m_blog_featured_item:hover {
  border-color: transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}
@media screen and (min-width: 992px) {
  article.m_blog_featured_item {
    box-shadow: none;
    border: 1px solid #d7d7d7;
  }
  .m_article_image .item-image a img {
    transform: scale(1.1);
    will-change: transform;
  }
  article.m_blog_featured_item:hover .m_article_image .item-image a img {
    transform: none;
  }
  article.m_blog_featured_item:hover .m_article_header {
    background-color: #f9f9f9;
  }
  article.m_blog_featured_item:hover .m_article_image .item-image a img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
  }
  article.m_blog_featured_item:hover .m_article_header header h2 a {
    color: #ff8a00;
    -webkit-transition: all .3s ease;
  }
}
.count-wrap .count-box .fa {
  margin-right: 10px;
  font-size: 38px;
  line-height: 1;
  color: #956e54;
  display: inline-block;
}
.count-wrap .count-box h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
.count-wrap .count-box p {
  font-family: "wyekan";
}
img.hikashop_product_listing_image {
  object-fit: cover;
  border-bottom: 2px solid #dadada;
  height: 280px !important;
  width: 100%;
}
span.hikashop_product_price_full {
  margin-top: 12px;
  display: block;
}
span.hikashop_product_price.hikashop_product_price_0 {
  margin: 10px 35px;
  font-weight: 600;
  text-align: center;
}
span.hikashop_product_price.hikashop_product_price_0 {
  color: #0e0e0e;
  font-size: 16px;
  border-bottom: 1px solid #f5f5f5;
  padding: 3px 7px;
  margin: 8px;
  display: block;
}
span.hikashop_product_name a {
  color: #4e4e4e;
  font-size: 18px;
}
a.hikacart {
  margin: 4px;
}
.hikashop_product_image_subdiv {
  width: 100% !important;
  overflow: hidden;
}
.hikashop_subcontainer.thumbnail {
  -webkit-transition: all .5s ease;
}
.hikashop_subcontainer.thumbnail:hover {
  box-shadow: 0px 0px 20px 0px #d0d0d0;
}
img.hikashop_product_listing_image {
  -webkit-transition: all .5s ease;
}
.hikashop_subcontainer.thumbnail:hover img.hikashop_product_listing_image {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  filter: gray;
  -webkit-transition: all .4s ease;
  transform: scale(1.1);
  will-change: transform;
}
.pg-cv-box-mod-ri {
  padding: 2px !important;
  background: #b7b7b7 !important;
}
div#my_main_header {
  text-align: center;
}
div#my_main_header h1 {
  font-family: "wyekan";
}
div#my_main_header h4 {
  font-family: "wyekan";
}
.module-title {
  font-family: "wyekan";
  text-align: center;
  font-size: 22px;
}
section#facts {
  margin: 25px 12px;
}
#my_space_masthead svg {
  margin-top: -40px;
  height: auto;
  width: 100%;
}
div#my_space_masthead {
  height: 80px;
}
.page-title,
.page-header h1 {
  color: #000000;
  font-size: 28px;
}
h1.article-title a {
  color: white;
  font-size: 24px;
}
.bgpicmast {
  margin: auto;
  text-align: center;
}
.bgpicmast h1.wow-outer {
  font-size: 22px;
}
.bgpicmast .wow-outer p {
  margin: 16px;
  font-size: 13px;
  color: #909090;
  
}
.m_btn {
  position: relative;
  display: block;
  color: white;
  font-size: 14px;
  text-decoration: none;
  margin: 30px 0;
  border: 2px solid #f59a55;
  padding: 14px 60px;
  text-transform: uppercase;
  overflow: hidden;
  transition: 1s all ease;
}
.m_btn::before {
  background: #f59a55;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
}
.btn1::before {
  width: 0%;
  height: 100%;
}
.btn1:hover::before {
  width: 100%;
}
.btn2::before {
  width: 100%;
  height: 0%;
}
.btn2:hover::before {
  height: 100%;
}
.btn3::before {
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn3:hover::before {
  height: 380%;
}
.btn4::before {
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn4:hover::before {
  height: 380%;
}
a.m_btn.btn3.bt_helper {
  width: 250px;
  margin: auto;
  color: black;
  cursor: pointer;
}
a.m_btn.btn3.bt_helper:hover {
  color: white;
  text-decoration: none;
}
.clip_div h4 {
  text-align: center;
  margin: 8px;
  padding: 16px;
  background-color: #f59a55;
  display: block;
  border-radius: 2px 12px;
  color: white;
}
.clip_div div#my-video {
  margin: auto;
}
.wrap.t3-sl.t3-sl-1 {
  margin-top: -90px;
}
section.section.section-overlap.bg-gray-100 {
  margin-top: 30px;
}
.bgpicmast {
  border: 1px solid #f1f1f1;
  padding: 20px;
  height: 520px;
  border-radius: 8px;
}
.clip_div.col-md-6 {
  border: 1px solid #f1f1f1;
  padding: 16px;
  height: 520px;
  border-radius: 8px;
}
.myproduct.row {
  border: 1px solid #f3f2f2;
  padding: 8px;
  border-radius: 8px;
  margin: 8px;
  text-align: center;
}
.myproduct.row h4 {
  padding: 16px;
  margin: 4px;
  text-align: center;
  background-color: #e89a4d;
  color: white;
  border-radius: 4px;
}
.myproduct.row .myproduct_moshakhasat {
  margin: 2px;
  padding: 8px;
  display: block;
  font-size: 18px;
}
.myproduct.row p {
  padding: 8px;
  border: 1px solid #efefef;
  border-radius: 8px;
}
a.m_btn.bt_helper2 {
  width: 280px;
  margin: auto;
  color: black;
  cursor: pointer;
  margin: 4px auto;
}
a.m_btn.bt_helper2:hover {
  color: white;
  text-decoration: none;
}
.myproducts_main_div h2 {
  text-align: center;
  font-size: 24px;
  margin: 28px auto;
  padding: 8px;
  font-family: 'wYekan';
  border-bottom: 2px solid #e89a4d;
  max-width: 520px;
}
img#in_map_image {
  max-width: 100%;
  border-radius: 8px;
}
section.article-content {
  font-size: 15px;
}
.pull-left.item-image.article-image.article-image-full img {
  border-radius: 12px;
}
.m_article_image .pull-left.item-image {
  margin-right: 0;
  margin-left: 0;
}
.my_video_div div#my-video {
  margin: auto;
}
.myproduct_img img:hover {
  filter: grayscale(50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navbar-nav li.current.active a .mega-caption {
  color: white;
}
.t3-megamenu .mega-caption {
  text-align: center;
  font-family: sans-serif;
}
@media screen and (max-width: 990px) {
  h1.article-title a {
    color: black;
  }
  div#my_space_masthead {
    height: 15px;
  }
  .my-video-dimensions {
    max-width: 100%;
  }
  .wrap.t3-sl.t3-sl-1 {
    margin-top: -40px;
  }
  .clip_div.col-md-6 {
    margin-top: 10px;
    height: auto;
  }
  .bgpicmast {
    height: auto;
  }
  .myproduct_img img {
    max-width: 100%;
    height: auto;
  }
  .m_call_us_float .m_call_us_circel_btn {
    left: 20px;
  }
  .m_call_us_float .m_instagram_btn {
    left: 20px;
  }
}