#sp-title {
	max-height: 0 !important;
}

.pulsar {
	transform: scale(1);
	animation: pulsar 2s infinite;
}

@keyframes pulsar {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.sppb-nav-pills > li > a {
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.42857143;
	padding: 12px 10px !important;
	color: #4b5981;
	background-image: url("/images/OH_Website_BTN_Flag_OFF.png");
	background-size: 100% 100%;
	width: 89px;
	height: 140px;
}

@media only screen and (min-width: 320px) and (max-width: 992px)  {
.chzn-container.chzn-container-single.chzn-container-single-nosearch {
	margin-left: -65px;
}
}

@media (min-width: 320px) { 
.col-md-11 {
	width: 100% !important; 
}
}


.mod_jmg_sidebar_button_position_1 .mod_jmg_sidebar_button, .mod_jmg_sidebar_button_position_1 .mod_jmg_sidebar_button_extern {
	background: transparent !important;
	color: transparent !important;
  
}
@media (min-width: 992px) { 
.mod_jmg_sidebar_wrapper.mod_jmg_sidebar_overlap, .mod_jmg_sidebar_wrapper.mod_jmg_sidebar_popup {
	left: -0px;
  width: 0px;
	height: 800px;
	top: 45% !important;
}
}
@media (max-width: 991px) { 
  .mod_jmg_sidebar_wrapper.mod_jmg_sidebar_overlap, .mod_jmg_sidebar_wrapper.mod_jmg_sidebar_popup {
    left: -0px;
    width: 0px;
    height: 800px;
    top: 20% !important;
  }
}

  @media (min-width: 992px) { 
  .mod_jmg_button_size_fa-2x {
    right: -50px;
    width: 50px;
    height: 50px;
    animation: mymove 1s infinite !important;
  }

  @keyframes mymove {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
}
  @media (max-width: 991px) { 
    .mod_jmg_button_size_fa-2x {
      right: -50px;
      width: 50px;
      height: 50px;
      animation: mymove 1s infinite !important;
    }
    @keyframes mymove {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }
  }
    

div.itemBackToTop {
	text-align: right;
	display: none !important;
}
  
  .rotate {
    /* line-height: 0em; */
    margin-bottom: -1px;
    -webkit-transform: translateX(2em) rotate(270deg);
    -moz-transform: translateX(50px) rotate(270deg);
    -ms-transform: translateX(50px) rotate(270deg);
    transform: translateX(50px) rotate(270deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 23px 25px 0px;
    float: left;
  }



div.itemListCategory h2 {
	display: none !important;
}

div.itemListCategory {
	background: #fafafa;
	border: 0px solid #ddd !important;
	border-radius: 4px;
	margin: 0 0 2px 0;
	padding: 8px;
}

div.catItemIntroText {
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	padding: 4px 0 12px 0;
	width: 90%;
}

/*span.itemImage img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;

}*/

div#k2Container.itemView .itemHeader .itemTitle {
	padding: 0;
	font-size: 37px;
	font-weight: normal;
	margin-bottom: 10px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-weight: 700;
}

.mfp-container.mfp-s-ready.mfp-iframe-holder {
	padding-top: 130px !important;
}

.mod-languages {
	padding-top: 22px;
}

.chzn-container-active .chzn-single {
	border: 0px solid transparent !important;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) !important;
}

body #sp-footer {
  display: block !important
  }

  body #sp-footer {
    text-align: unset !important;
    padding: 0px !important;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: inherit !important;
  }

.chzn-container-single .chzn-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0px 0 0 40px;
	height: 25px;
	border: 0px solid transparent !important;
	border-radius: 5px;
	background-color: #fff;
	/* background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4)); */
	/* background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); */
	/* background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); */
	/* background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); */
	background: #fff !important;
	background-clip: padding-box;
	box-shadow: 0 0 0px white inset, 0 0px 0px rgba(0, 0, 0, 0.0);
	color: #4b28ff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	font-family: montserrat;
	font-weight: 500;
}

.offcanvas-menu .offcanvas-inner .sp-module {
	margin-top: 20px;
	border-bottom: 0px solid rgba(0,0,0,0.08);
	margin-bottom: 0px !important;
}

.default-offcanvas .offcanvas-menu .offcanvas-inner {
	padding: 20px 40px 0;
}

.chzn-container.chzn-container-single.chzn-container-single-nosearch {
	width: 100px !important;
}

.myButton {
	background-color:#4b28ff;
	border-radius:28px;
	border:1px solid #4b29ff;
	display:inline-block;
	cursor:pointer;
	color:#00ffde;
	font-family: Roboto;
	font-size:15px;
  font-weight: 700;
	padding:12px 28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4b28ff;
}
.myButton:hover {
	background-color:#2b00ff;
  color:#00ffde;
}
.myButton:active {
	position:relative;
	top:1px;
}






  @media (min-width: 1200px) { 
    .container {width: 1400px;}
    }

    @media (max-width: 1200px) {
      .jmm-social.default {display:none;}
      .sp-megamenu-parent > li {
        display: inline-block;
        position: relative;
        padding: 0;
        font-size: 12px;
      }
    }
  
    .sp-default-logo.visible-xs {
      margin-left: 15px;
    }

    .sp-default-logo.hidden-xs {
      margin-left: 38px;
    }


    .sp-megamenu-parent.hidden-sm.hidden-xs {
      margin-right: 30px;
    }


    #sp-header .logo a {
      font-size: 24px;
      line-height: 1;
      padding: 0 0 0 0;
    }

    #offcanvas-toggler {
      float: right;
      line-height: 87px;
      margin-left: 15px;
      font-size: 20px;
      margin-right: 23px !important;
    }

    .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
      padding: 0px;
      border-top: 0px solid transparent;
      margin: 2px;
    }

  
    .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items > li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items > li.sp-menu-item > span {
      padding: 10px 15px;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      background: #4b28ff;
      color: #fff;
    }

    .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items > li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items > li.sp-menu-item > span:hover {
      color: #4b28ff;
      background: #fff;
      padding-left: 20px;
    }


.sp-megamenu-parent > li.sp-has-child > a::after, .sp-megamenu-parent > li.sp-has-child > span::after {
  display:none;
}
.sp-module ul > li > a::before {
display: none;
}


.jmm-social.default .jmm-link:hover .jmm-ico {
  background: #fff;
}

.jmm-social.default .jmm-link .jmm-ico {
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #404041;
	font-size: 3rem;
	width: 40px;
	height: 40px;
	display: block;
}

.jmm-social.default .jmm-link .jmm-ico {
	font-size: 18px;
	line-height: 35px;
	width: 35px;
	height: 35px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #4b28ff;
	background: #fff;
	text-align: center;
}
.sp-module ul > li {
	display: block;
	border-bottom: 0px solid #e8e8e8;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.sp-module ul > li > a {
	display: block;
	padding: 5px 0;
	line-height: 36px;
	padding: 0px 0;
	-webkit-transition: 300ms;
	transition: 300ms;
}


.fa {
	display: inline-block;
	font: normal normal normal 11px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%,-50%); */
}

.sp-pre-loader {
  background: #4b28ff !important;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.sp-pre-loader .sp-loader-with-logo .line {
  background: linear-gradient(to right, #4b28ff,  #00ffde);
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}

.sp-pagebuilder-row, .sppb-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sp-header .logo {
  display: inline-block;
  height: 70px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
  max-width: 50%;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0px 13px;
  line-height: 70px;
  font-size: inherit;
  text-transform: none;
  color: #4b28ff;
}
@media (max-width: 1200px) {
  .jmm-social.default {display:none;}
  .sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 12px;
  }
}


.sppb-panel-group > .sppb-panel:first-child {
  border-top-width: 0px;
}


.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
  font-size: 14px;
} 
  .sp-megamenu-parent >li.active>a,
  .sp-megamenu-parent >li:hover>a {
    color: #4b28ff;
    font-size: 14px;
    font-weight: bold;
  }
  .sp-megamenu-parent >li >span {
    display: inline-block !important;
    padding: 0 15px !important;
    line-height: 90px;
    font-size: 14x !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
  }

  

#sp-header.transparent {
    width: 100%;
    z-index: 9999;
    position: absolute;
    background: rgba(255,255,255,0);
  }
  
  #sp-header.transparent.menu-fixed {
      position: fixed;
      background: #fbfbfb;
  }
  #sp-header.transparent .sp-megamenu-parent > li a {
      color: #000;
  }
/**
* @package Helix3 Framework
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2016 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/

.sppb-row-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .sppb-row-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sppb-row-container {
    width: 970px;
  }
}
@media (min-width: 1399px) {
  .sppb-row-container {
    width: 1400px;
  }
}
.sppb-col, .sppb-col-auto, .sppb-col-lg, .sppb-col-lg-1, .sppb-col-lg-10, .sppb-col-lg-11, .sppb-col-lg-12, .sppb-col-lg-2, .sppb-col-lg-3, .sppb-col-lg-4, .sppb-col-lg-5, .sppb-col-lg-6, .sppb-col-lg-7, .sppb-col-lg-8, .sppb-col-lg-9, .sppb-col-lg-auto, .sppb-col-md, .sppb-col-md-1, .sppb-col-md-10, .sppb-col-md-11, .sppb-col-md-12, .sppb-col-md-2, .sppb-col-md-3, .sppb-col-md-4, .sppb-col-md-5, .sppb-col-md-6, .sppb-col-md-7, .sppb-col-md-8, .sppb-col-md-9, .sppb-col-md-auto, .sppb-col-sm, .sppb-col-sm-1, .sppb-col-sm-10, .sppb-col-sm-11, .sppb-col-sm-12, .sppb-col-sm-2, .sppb-col-sm-3, .sppb-col-sm-4, .sppb-col-sm-5, .sppb-col-sm-6, .sppb-col-sm-7, .sppb-col-sm-8, .sppb-col-sm-9, .sppb-col-sm-auto, .sppb-col-xl, .sppb-col-xl-1, .sppb-col-xl-10, .sppb-col-xl-11, .sppb-col-xl-12, .sppb-col-xl-2, .sppb-col-xl-3, .sppb-col-xl-4, .sppb-col-xl-5, .sppb-col-xl-6, .sppb-col-xl-7, .sppb-col-xl-8, .sppb-col-xl-9, .sppb-col-xl-auto, .sppb-col-xs-1, .sppb-col-xs-10, .sppb-col-xs-11, .sppb-col-xs-12, .sppb-col-xs-2, .sppb-col-xs-3, .sppb-col-xs-4, .sppb-col-xs-5, .sppb-col-xs-6, .sppb-col-xs-7, .sppb-col-xs-8, .sppb-col-xs-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

.sppb-progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	-webkit-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
	overflow: hidden;
	background: linear-gradient(to right, #00ffde, #4b28ff);
}

#sp-menu #offcanvas-toggler .fa {
	color: #fff;
}

.sppb-btn.sppb-btn-outline, .sppb-btn.sppb-btn-3d {
	padding: 18x 25px;
}

.notranslate {
  margin-top: 20px;
}
.sp-megamenu-parent > li.current-item::after, .sp-megamenu-parent > li.active::after {
  content: "" !important;
  width: 100% !important;
  height: 4px !important;
  top: 0 !important;
  display: block !important;
  background: #4b28ff !important;
  position: absolute !important;
  left: 0px !important;
}

.sp-megamenu-parent > li.current-item::before, .sp-megamenu-parent > li.active::before {
  left: 0;
  width: 0;
  right: 0;
  height: 0;
  bottom: 0;
  content: "";
  margin: 0 auto;
  display: block;
  position: absolute;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #4b28ff;
  display: none;
}



.sppb-panel-warning {
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 18px;
padding-top: 10px;
padding-bottom: 10px;
}
.sppb-panel {
  background-color: #fff0;
  border: 0px solid transparent;
  border-top-width: 0;
}
.sppb-panel-warning > .sppb-panel-heading {
  color: #f5a623;
  background: rgb(51,1,176);
background: linear-gradient(90deg, rgba(51,1,176,1) 0%, rgba(75,40,255,1) 100%);
  border-color: #000;
  border-radius: 50px;
  border-color: #000;
  border-radius: 50px;
}

[id^="sppb-ac-content-"] {
  /* border: 5px solid #000; */
  padding-top: 20px;
  padding-bottom: 0px;
}
.sppb-panel-warning .sppb-panel-body {
  border-top-color: rgba(255, 208, 18, 0);
}
.sppb-panel-warning .sppb-panel-body {
  border-top-color: #4b28ff;
}
.sppb-panel-body {
  padding: 15px;
  border: 3px solid #4b28ff;
  border-radius: 25px;
}
.sppb-panel-group .sppb-panel:last-child .sppb-panel-body {
border-top-width:3px;
border-bottom-width:0;
border-bottom-width: 3px;
}

.sppb-panel-heading.active .sppb-toggle-direction {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  display: none;
}
.sppb-panel-heading .sppb-toggle-direction {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transition: transform .3s;
  transition: transform .3s;
  display: none;
}

.sp-page-builder .page-content #header_section {
scrollbar-width:  none;
}
.sp-page-builder .page-content #header_section::-webkit-scrollbar {
display: none;
}


@media (max-width: 768px) {
  .sppb-addon.sppb-addon-text-block.sppb-text-center.titulo {
      text-shadow: 0px 0px 21px #4b28ff;
      line-height: 51px !important;
      }

      .sppb-addon.sppb-addon-text-block.sppb-text-center.titulocounter {
          text-shadow: 0px 0px 21px #4b28ff;
          line-height: 35px !important;
          }
}

.sppb-addon.sppb-addon-text-block.sppb-text-center.titulo {
text-shadow: 0px 0px 21px #4b28ff;
line-height: 60px;
}


.sppb-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 100px;
  transition: all .15s ease-in-out;
  box-shadow: 0px 2px 7px rgba(64, 64, 65, 0.6);
}

.fa-angle-down::before {
  content: "\f107";
  color: #4b28ff;
  font-size: 28px;
}

.fa-angle-up::before {
  content: "\f106";
  color: #4b28ff;
  font-size: 28px;
}

.sppb-btn.sppb-btn-outline, .sppb-btn.sppb-btn-3d {
  padding: 11px 18px !important;
}
.sppb-btn-info {
  color: #fff;
  background-color: #00ffde;
  border-color: #00ffde;
}
.sppb-btn-info.sppb-btn-outline {
  color: #00ffde;
}
#sp-menu #offcanvas-toggler .fa {
  color: #4b28ff;
}

@media (min-width: 1200px) { 
  .container {width: 1400px;}
  }

  @media (max-width: 1200px) {
    .jmm-social.default {display:none;}
    .sp-megamenu-parent > li {
      display: inline-block;
      position: relative;
      padding: 0;
      font-size: 12px;
    }
.sppb-row-container {
width: 90%;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
  }


  #sp-header .logo a {
    font-size: 24px;
    line-height: 1;
  }

  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0px;
    border-top: 0px solid transparent;
    margin: 2px;
  }


  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items > li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items > li.sp-menu-item > span {
    padding: 10px 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #4b28ff;
    color: #fff;
  }

  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items > li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items > li.sp-menu-item > span:hover {
    color: #4b28ff;
    background: #fff;
    padding-left: 20px;
  }


.sp-megamenu-parent > li.sp-has-child > a::after, .sp-megamenu-parent > li.sp-has-child > span::after {
display:none;
}
.sp-module ul > li > a::before {
display: none;
}

.jmm-social.default .jmm-link:hover .jmm-ico {
background: #fff;
}

.jmm-social.default .jmm-link .jmm-ico {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #404041;
  font-size: 3rem;
  width: 40px;
  height: 40px;
  display: block;
}

.jmm-social.default .jmm-link .jmm-ico {
  font-size: 18px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #4b28ff;
  background: #fff;
  text-align: center;
}
.sp-module ul > li {
  display: block;
  border-bottom: 0px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 0px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}


.fa {
  display: inline-block;
  font: normal normal normal 11px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
}

.sp-pre-loader {
background: #4b28ff !important;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}

.sp-pre-loader .sp-loader-with-logo .line {
background: linear-gradient(to right, #4b28ff,  #00ffde);
bottom: 0;
height: 5px;
left: 0;
position: absolute;
top: auto;
}


#sp-header .logo {
display: inline-block;
height: 70px;
display: table;
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
margin: 0;
max-width: 50%;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
padding: 0px 5px;
line-height: 70px;
font-size: inherit;
text-transform: none;
color: #4b28ff;
}
@media (max-width: 1200px) {
.jmm-social.default {display:none;}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
  font-size: 12px;
}
}

.sp-megamenu-parent > li {
display: inline-block;
position: relative;
padding: 0;
font-size: 13px;
} 
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #4b28ff;
  font-size: 13px;
  font-weight: bold;
}
.sp-megamenu-parent >li >span {
  display: inline-block !important;
  padding: 0 15px !important;
  line-height: 90px;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}



#sp-header.transparent {
  width: 100%;
  z-index: 9999;
  position: absolute;
  background: rgba(255,255,255,0);
}

#sp-header.transparent.menu-fixed {
    position: fixed;
    background: #fbfbfb;
}
#sp-header.transparent .sp-megamenu-parent > li a {
    color: #000;
}
/**
* @package Helix3 Framework
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2016 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/

.sppb-row-container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.sppb-row-container {
  width: 750px;
}
}
@media (min-width: 992px) {
.sppb-row-container {
  width: 970px;
}
}
@media (min-width: 1399px) {
.sppb-row-container {
  width: 1400px;
}
}
.sppb-col, .sppb-col-auto, .sppb-col-lg, .sppb-col-lg-1, .sppb-col-lg-10, .sppb-col-lg-11, .sppb-col-lg-12, .sppb-col-lg-2, .sppb-col-lg-3, .sppb-col-lg-4, .sppb-col-lg-5, .sppb-col-lg-6, .sppb-col-lg-7, .sppb-col-lg-8, .sppb-col-lg-9, .sppb-col-lg-auto, .sppb-col-md, .sppb-col-md-1, .sppb-col-md-10, .sppb-col-md-11, .sppb-col-md-12, .sppb-col-md-2, .sppb-col-md-3, .sppb-col-md-4, .sppb-col-md-5, .sppb-col-md-6, .sppb-col-md-7, .sppb-col-md-8, .sppb-col-md-9, .sppb-col-md-auto, .sppb-col-sm, .sppb-col-sm-1, .sppb-col-sm-10, .sppb-col-sm-11, .sppb-col-sm-12, .sppb-col-sm-2, .sppb-col-sm-3, .sppb-col-sm-4, .sppb-col-sm-5, .sppb-col-sm-6, .sppb-col-sm-7, .sppb-col-sm-8, .sppb-col-sm-9, .sppb-col-sm-auto, .sppb-col-xl, .sppb-col-xl-1, .sppb-col-xl-10, .sppb-col-xl-11, .sppb-col-xl-12, .sppb-col-xl-2, .sppb-col-xl-3, .sppb-col-xl-4, .sppb-col-xl-5, .sppb-col-xl-6, .sppb-col-xl-7, .sppb-col-xl-8, .sppb-col-xl-9, .sppb-col-xl-auto, .sppb-col-xs-1, .sppb-col-xs-10, .sppb-col-xs-11, .sppb-col-xs-12, .sppb-col-xs-2, .sppb-col-xs-3, .sppb-col-xs-4, .sppb-col-xs-5, .sppb-col-xs-6, .sppb-col-xs-7, .sppb-col-xs-8, .sppb-col-xs-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.sppb-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  overflow: hidden;
  background: linear-gradient(to right, #00ffde, #4b28ff);
}

.sppb-btn.sppb-btn-outline, .sppb-btn.sppb-btn-3d {
  padding: 18px 25px !important;
}

.sp-megamenu-parent > li.current-item::before, .sp-megamenu-parent > li.active::before {
  left: 0;
  width: 0;
  right: 0;
  height: 0;
  bottom: 0;
  content: "";
  margin: 0 auto;
  display: block;
  position: absolute;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #4b28ff;
  display: none;
}

.sp-megamenu-parent > li.current-item::after, .sp-megamenu-parent > li.active::after {
  content: "";
  width: 50px;
  height: 4px;
  margin: 0 auto;
  display: block;
  background: #4b28ff;
}

.social-url {
   color: #fff;
}
.social-url:hover {
color: #fff;
   font-weight: bold;
}

.imageBox {
position: relative;
float: left;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #00ffde;
}

.tooltipo {
  position: relative;
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  color: #666;
  padding-left: 5px;
}

/* Tooltip text */
.tooltipo .tooltipotext {
visibility: hidden;
width: 120px;
background-color: #4b28ff;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;

/* Position the tooltip text - see examples below! */
/* position: absolute;
  top: -135%;
  left: 50%;
  margin-left: -60px;
z-index: 1; */
display: none;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipo:hover .tooltipotext {
visibility: visible;
}

.cross {
  position: relative;
  display: inline-block;
}
.cross::before, .cross::after {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
.cross::before {
  border-bottom: 3px solid red;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
.cross::after {
  border-bottom: 3px solid red;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}
.imagemabout {
z-index: 100;
}


a.here:hover {
	text-decoration: underline;
	text-decoration-color: #fff;
}

.imglive {
	font-weight: 600;
	text-decoration: none;
	color: red !important;
  animation: blinker 1.5s linear infinite;
	cursor: pointer;
}



@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.creative_form_20 .creativecontactform_title {
	color: rgb(64, 64, 65) !important;
	font-size: 20px !important; 
	font-style: normal;
	font-weight: 500 !important;
	text-align: left;
	text-decoration: none;
	text-shadow: 0px 0px 0px #ffffff;
	font-family: Montserrat, sans-serif;
}

.creative_form_20 .creativecontactform_input_element, .creative_form_20 .creativecontactform_input_element.closed:hover {
	height: 40px !important;
}

.creative_form_20 .creativecontactform_heading_inner {
  font-weight: 500 !important;
	margin: 10px 0px 9px 0px !important;
	font-size: 20px;
	color: #3f3f40 !important;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0px 0px 0px #e0e0e0 !important;
  line-height: 35px !important;
}

.creative_form_20 .answer_name label {
	color: #404041 !important;
	font-size: 15px !important;
	font-style: normal;
	font-weight: normal !important;
	text-shadow: 0px 0px 0px #ffffff;
}
.creative_form_20 .creativecontactform_heading {
	margin: 15px 0 0px 0 !important;
}

.creative_form_20 .creativecontactform_field_required {
	color: rgba(255, 255, 255, 0) !important;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-shadow: 0px 0px 0px #ffffff;
}

.creative_form_20 .creativecontactform_body {
	padding: 0px 0px 0px 0px !important;
}

.creative_form_20 .creativecontactform_footer {
	padding: 0px 0px 0px 0px !important;
	border-top: 0px solid #ffffff;
}

@media (min-width: 1024px) {
.cc-banner-embed {
  height: 140px !important;
}
}

@media (min-width: 768px) {
.cc-banner-embed {
  height: 170px !important;
  padding-top: 40px !important;
}
}

@media (max-width: 768px) {
  .cc-banner-embed {
    height: 230px !important;
  }
  }