
body {
	font-family: 'Poppins', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#232323;
	font-size: 16px;
}

body  section{
	padding: 75px 0;
}

* {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:hover {
	outline: none;
	text-decoration:none;
	color: #232323;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#05469c;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}

img {width:100%;}
.center {text-align: center;}
.justify {text-align: justify;}
.justifyc {text-align: justify;text-align-last: center;}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.delay1{
    animation-delay: 0.2s;
}

.delay2{
    animation-delay: 0.4s;
}

.delay3{
    animation-delay: 0.6s;
}

.delay4{
    animation-delay: 0.8s;
}

.delay5{
    animation-delay: 1.0s;
}

.delay6{
    animation-delay: 1.2s;
}

.delay7{
    animation-delay: 1.4s;
}

.delay8{
    animation-delay: 1.6s;
}

.no_marg {margin-left: 0;margin-right: 0;}
.no_padd {padding-left: 0;padding-right: 0;}

.slider-btn {
	background-color:#fc7700;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

button.active.focus, 
button.active:focus, 
button.focus, 
button:active.focus, 
button:active:focus, 
button:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
a.active.focus, 
a.active:focus, 
a.focus, 
a:active.focus, 
a:active:focus, 
a:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}


/*====================
======Header CSS=====
======================*/

#navigation .navbar {
    background: transparent;
    border-radius: 0;
    border-bottom: 0;
	transition: background-color 600ms linear;
    /* box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px; */
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-fixed-top.scrolled {
	background:  #fff!important;
	background-color: #fff!important;
	transition: background-color 600ms linear;
	box-shadow: 0 0 10px #00000030;
}

#navigation .navbar-toggle{
	margin-top: 20px;
    background-color: #244b9a;
    border-color: #244b9a;
}

#navigation .navbar-toggle:hover {
    background-color: #cd8f00;
    border-color: #cd8f00;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top: 15px
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #05469c;
    background-color: transparent;
}


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../img/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

/* CARRUSEL FADE */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.logo {width: 60px;padding: 5px 0;}

.btn {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#slider_ {padding: 0;}

#slide_home .caption {
	width: 100%;
    margin: 0;
    position:  absolute;
    top: -70px;
    padding: 50px 50px 0;
    right: 0;
    color: #fff;
	text-align: center;
    background: transparent;
}
#slide_home .caption h2 {
	color: #cd8f00;
    text-transform: uppercase;
    font-weight: bold;
    padding: 80px 50px 0;
    font-size: 4.1em;
}
#slide_home .caption h3 {
	color: #cd8f00;
    font-weight: bold;
    padding: 10px 50px 0;
    font-size: 2.1em;
}

#slide_home .carousel-indicators li {
    width: 10%;
    height: 5px;
    background-color: #dddddd59;
    border: 0px solid #ddd;
}

#slide_home .carousel-indicators .active {
    margin: 1px;
    background-color: #05469c;
}

#slider_ .btn-warning {
    color: #fff;
    background-color: #cd8f00;
    border-color: #cd8f00;
    margin: 35px 0 0 50px;
    border-radius: 33px;
    font-size: 22px;
	font-weight: bold;
    padding: 10px 30px;
}

#slider_ .btn-warning:focus,
#slider_ .btn-warning:hover {
    color: #cd8f00;
    background-color: #fff;
    border-color: #fff;
	box-shadow: 0 0 5px #cd8f00;
}

.bg_img {
	position: absolute;
    right: 0;
    top: 60px;
}

.card_ {
    width: 75%;
    min-height: 110px;
    padding: 30px 25px;
    margin: 0 auto;
    float: none;
    display: inline-block;
    border-radius: 10px;
	text-align: left;
}

.card_ img{
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.card_:hover img{
	/* transform: scale(1.5); */
	/* -webkit-transform: scale(1.5); */
	/* -moz-transform: scale(1.5); */
}

.img_slide {
    width: 95%;
    position: absolute;
    top: 65px;
}

.img_slide_ {
    width: 100%;
    position: absolute;
    top: 200px;
}

.card_ h2 {margin: 0 0 10px;text-transform: uppercase;}

#home_ {
	background: #05469c;
	padding: 100px 0;
	color: #fff;
}

#home_ h2,
#home_ h3 {
	font-weight: bold;
}

.main_title {
	font-size: 7em;
    margin: 0;
}

.info_hm {
	background: #fff;
	padding: 60px 40px;
	color: #232323;
	border-radius: 15px;
    margin: 0 0 30px;
	font-size: 14px;
}

.info_hm h4 {margin: 15px 0;}
.info_hm p {margin: 30px 0 40px;line-height: 2;}

.btn-primary {
    color: #fff;
    background-color: #244B9A;
    border-color: #244B9A;
    border-radius: 0;
    padding: 10px 20px;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #16294e;
    border-color: #16294e;
}

.clr_ {color: #05469c;}
.upp_ {text-transform: uppercase;}

#general {padding: 50px 0 40px;}
#general_ {padding: 50px 0 40px;background: #f2f2f2;}
#gral_ {padding: 50px 0 0;background: #f2f2f2;}

#footer {
    background-color: #244b9a;
	padding: 20px 0;
	color: #fff;
}

footer a {color: #fff;}
footer a:focus, footer a:hover {color: #f3af0f;}

footer ul li {
    list-style-image:  url(../img/bullet.svg);
    padding: 5% 0 3% 3%;
}

.img_ft {padding: 30px;width: 65%;}
.img_ft_ {padding: 30px;width: 210px;}
.space_ft {padding: 10px 0 20px;}

.space_ft i {
	width: 20px;
    text-align: center;
    margin: 0 5px 0 0;
}

.img_mail_ft {
	width: 50%;
    padding: 20px 0;
    margin: 0;
    position: absolute;
    right: 0;
}

#top_ {
	padding: 140px 0  40px;
	background-image: url(../img/bg_top.png);
    background-size: cover;
    color: #244b9a;
}

#top_ h2 {font-size: 4em;}

.quote_ {
	background: #1e73be;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 50px 10px;
	margin: 30px 0;
	font-size: 30px;
}

.pes_info {font-size: 35px;}

.nav-pills>li {
    float: none;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
    color: #05469c;
    background-color: #fff;
}

.nav>li>a {
    color: #232323;
    font-weight: 600;
}

.info_tab {
	height: 300px;
    overflow: auto;
    padding: 20px;
    background: #fff;
}

.no_padd {padding-left: 0;padding-right: 0;}

.info_pp {
	font-weight:bold;
	color: #a0a0a0;
	line-height: 2;
}

#contacto {
	background: linear-gradient(90deg, transparent 20%, #fff 75%), url(../img/contacto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
	padding: 100px 0 50px;
}

#contacto i {
    width: 20px;
    text-align: center;
    margin: 0 5px 0 0;
}


#to_top {
	display: inline-block;
	background-color: transparent;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 20px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0 0 5px transparent;
}
#to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 32px;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
#to_top:hover {
  cursor: pointer;
  background-color: #c48f27;
}
#to_top:active {
  background-color: #c48f27;
}
#to_top.show {
  opacity: 1;
  visibility: visible;
}

::selection { background: #05469c; color: #fff;}

#sended {
	padding: 16vh 0;
	background: url(../img/bg_sended.jpg);
	color: #fff;
	position: relative;
}
#sended > .filter_all_browsers {
    background: linear-gradient(#244b9a, #244b9a);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#sended .container {z-index: 0;position: relative;}
#sended  h2 {
    font-size: 3em;
    margin: 3rem 0;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}
#sended .logo {width: 300px;}

#sended .btn-default {
    color: #fff;
    background-color: #f3af0f;
    border-color: #f3af0f;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    font-size: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#sended .btn-default:hover,
#sended .btn-default:focus {
	color: #fff;
    background-color: #232323;
    border-color: #232323;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#sended .btn-default i {
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#sended .btn-default:hover i {
	-moz-transform: scale(1.5) rotate(-360deg);
	-webkit-transform: scale(1.5) rotate(-360deg);
	transform: scale(1.5) rotate(-360deg);
}

/* RESPONSIVE */
@media screen and (max-width: 1380px) {
	
#slide_home .caption { padding: 50px 0 0;}

#slide_home .caption h2 {
    padding: 75px 5px 0;
    font-size: 2.1em;
}

#slide_home .caption h3 {
    padding: 10px 0 0;
    font-size: 1.1em;
}

#slider_ .btn-warning {
    margin: 1% 0 0 0;
    font-size: 10px;
    padding: 15px 30px;
}

.card_ {
    width: 90%;
    margin: 30px auto;
    border-radius: 0;
}

.img_slide_ {
    top: 50px;
}
	
}

@media screen and (max-width: 767px) {

#navigation .navbar {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
}	

.logo {
    width: 70px;
    padding: 5px;
}

.img_mail_ft {
    padding: 0 0;
    right: -1px;
    opacity: 0.1;
}

#contacto {
	background: linear-gradient(90deg, #ffffffe0 0%, #ffffffe0 100%), url(../img/contacto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
	padding: 100px 0 50px;
}

.bg_img {
    right: -100%;
    top: 30%;
    width: 1050px;
}

#slide_home .caption { padding: 50px 0 0;}

#slide_home .caption h2 {
    padding: 75px 5px 0;
    font-size: 2.1em;
}

#slide_home .caption h3 {
    padding: 10px 0 0;
    font-size: 0.7em;
}

#slider_ .btn-warning {
    margin: 1% 0 0 0;
    font-size: 10px;
    padding: 5% 15%;
}

.card_ {
    width: 99%;
    margin: 70px auto 0;
    border-radius: 0;
}

.carousel-fade .carousel-inner .item {
    height: 500px;
}

.main_title {
    font-size: 3.5em;
}

#INFO_HEAD .modal-dialog, #myModal .modal-dialog {
    width: 90%!important;
    margin: 30px auto;
}
#SELF_ .modal-dialog, #ONE_ .modal-dialog, #FLEX_ .modal-dialog {
    width: 90%!important;
    margin: 50% auto!important;
}

.prod_ {
	width: 300px!important;
}

#navigation .btn-danger, #navigation .btn-warning {margin: 10px ;}

.info_prods_ {width: 250px!important;}

#to_top {
    bottom:  0px;
    left: 5px;
	right: unset;
}
	
}

footer .form-control {
    padding: 10px;
    margin: 0 0 10px;
    font-size: 14px;
    border: 0px solid #ccc;
    border-radius: 0;
}
/* footer .form-control:focus { */
    /* border-color: none; */
	/* background-color: #163b86; */
	/* color: #fff; */
    /* outline: 0; */
    /* -webkit-box-shadow: inset 0 0 0 #fff, 0 0 0 #fff; */
    /* box-shadow: inset 0 0 0 #fff, 0 0 0 #fff; */
/* } */


#videoINDEX {padding: 100px 0;}

#videoINDEX .contentt {
	width: 75%;
	margin: auto;
}

#videoINDEX .plyr {
    border-radius: 10px;
    margin: 0 auto;
}
  
@media screen and (max-width: 767px) {
#videoINDEX .contentt {
	width: 95%;
}
}

#footer_ {
    background-color: #244b9a;
    padding: 40px 0 20px ;
    color: #fff;
}
#footer_ .btn-primary {
    color: #fff;
    background-color: #efa334;
    border-color: #efa334;
    border-radius: 0;
    padding: 10px 20px;
}

#footer_ .btn-primary:focus,
#footer_ .btn-primary:hover {
    background-color: #16294e;
    border-color: #16294e;
}

* { 
  box-sizing: border-box; 
}
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
#video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  #video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #video-foreground { width: 300%; left: -100%; }
}

/*waves****************************/


.box {
	position: fixed;
    bottom: -200%;
    transform: rotate(180deg);
    left: 0;
    z-index: -1;
    right: 0;
}

.wave {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 15%;
    position: absolute;
    top: 0;
    left: -25%;
    background: #244b9a;
    width: 325vh;
    height: 245vh;
    margin-left: -150px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
	animation: drift 55000ms infinite linear;
}

.wave.-three {
  animation: drift 65000ms infinite linear;
  position: fixed;
  background-color: #efa334;
}

.wave.-two {
  animation: drift 35000ms infinite linear;
  opacity: .1;
  background: black;
	position: fixed;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

.logo_respr {
    width: 200px;
    padding: 25px 0;
}
.beat_ {
	font-size: 150px;
	color: #232323;
	animation: beat 1s infinite alternate;
	transform-origin: center;
}
/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.4); }
}

.info_video  {
    width: 50px;
    position: absolute;
    top: -25px;
    z-index: 10;
    right: -25px;
    float: right;
    box-shadow: 3px 5px 10px -5px rgb(0 0 0 / 50%);
    border-radius: 50%;
    background: #8bc34a;
}
.info_video:hover {
	background: #009688;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}

#INFO_HEAD button.close,
#myModal button.close {
    z-index: 1083;
    position: absolute;
    right: -25px;
    top: -15px;
    background: #ffc107;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
    color: #fff;
}
#INFO_HEAD button.close:hover,
#INFO_HEAD button.close:focus,
#myModal button.close:hover,
#myModal button.close:focus {
    background: #05469c;
    color: #fff;
}

#INFO_HEAD .modal-dialog {
    width: 80%;
    margin: 30px auto;
}
#myModal .modal-dialog {
    width: 50%;
    margin: 30px auto;
}

#INFO_HEAD a, #myModal a {color: #232323}
#INFO_HEAD a:hover, #myModal a:hover {color: #05469c}

.pldr_ {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: +2000;
  top: 0;
  left: 0;
  /* background-color: #05469c; */
  background: radial-gradient(#5395ec, #05469c);
}
  

.preloader_ {
  /* size */
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: rotatepreloader_ 2s infinite ease-in;
}

@keyframes rotatepreloader_ {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
.preloader_ div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader_ div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 10%;
  height: 10%;
  background-color: #ffffff;
  transform: translateX(-50%);
  border-radius: 50%;
}

.preloader_ div:nth-child(1) {
  transform: rotateZ(0deg);
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    transform: rotateZ(36deg);
  }
  7% {
    transform: rotateZ(0deg);
  }
  57% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader_ div:nth-child(2) {
  transform: rotateZ(36deg);
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  12% {
    transform: rotateZ(-36deg);
  }
  62% {
    transform: rotateZ(-36deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader_ div:nth-child(3) {
  transform: rotateZ(72deg);
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    transform: rotateZ(-36deg);
  }
  17% {
    transform: rotateZ(-72deg);
  }
  67% {
    transform: rotateZ(-72deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader_ div:nth-child(4) {
  transform: rotateZ(108deg);
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    transform: rotateZ(-72deg);
  }
  22% {
    transform: rotateZ(-108deg);
  }
  72% {
    transform: rotateZ(-108deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader_ div:nth-child(5) {
  transform: rotateZ(144deg);
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    transform: rotateZ(-108deg);
  }
  27% {
    transform: rotateZ(-144deg);
  }
  77% {
    transform: rotateZ(-144deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader_ div:nth-child(6) {
  transform: rotateZ(180deg);
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    transform: rotateZ(-144deg);
  }
  32% {
    transform: rotateZ(-180deg);
  }
  82% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader_ div:nth-child(7) {
  transform: rotateZ(216deg);
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    transform: rotateZ(-180deg);
  }
  37% {
    transform: rotateZ(-216deg);
  }
  87% {
    transform: rotateZ(-216deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader_ div:nth-child(8) {
  transform: rotateZ(252deg);
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    transform: rotateZ(-216deg);
  }
  42% {
    transform: rotateZ(-252deg);
  }
  92% {
    transform: rotateZ(-252deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader_ div:nth-child(9) {
  transform: rotateZ(288deg);
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    transform: rotateZ(-252deg);
  }
  47% {
    transform: rotateZ(-288deg);
  }
  97% {
    transform: rotateZ(-288deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader_ div:nth-child(10) {
  transform: rotateZ(324deg);
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    transform: rotateZ(-288deg);
  }
  52% {
    transform: rotateZ(-324deg);
  }
  102% {
    transform: rotateZ(-324deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

#gral hr {
    margin: 20px auto;
    border-top: 5px solid #edaf32;
    width: 150px;
}
#store hr {
    margin: 20px auto;
    border-top: 5px solid #edaf32;
    width: 150px;
}

.info_1 {
	background: #f5f5f5;
	padding: 50px;
	margin: 60px auto;
	width: 80%;
    box-shadow: 0px 35px 15px -30px #edaf326b;
}
.info_1 h3 {color: #edaf32;}

#respr_1 {
	background: #edaf32;
	color: #fff;
}
#respr_1 .info_1 {
	background: transparent;
	padding: 50px;
	margin: 20px auto;
	width: 80%;
    box-shadow: 0px 35px 15px -30px #0000006b;
}

#respr_2 {
	background: transparent;
}
#respr_2 .info_1 {
	background: transparent;
	padding: 50px;
	margin: 20px auto;
	width: 80%;
    box-shadow: 0px 35px 15px -30px #05469c6b;
}

#respr_3 {
	background: #05469c;
	color: #fff;
}
#respr_3 .info_1 {
	background: transparent;
	padding: 50px;
	margin: 20px auto;
	width: 80%;
    box-shadow: 0px 35px 15px -30px #ffffff6b;
}

.video_yt {
	width: 70%;
	box-shadow: 0 23px 15px -25px #000;
    margin: 50px auto;
	position: relative;
}
.embed-responsive {border-radius: 1em;}

.btn-warning {
    color: #fff;
    background-color: #edaf32;
    border-color: #eea236;
    padding: 5px 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
	border-radius: 5em;
}
.btn-warning:focus,
.btn-warning:hover {
    background-color: #05469c;
    border-color: #05469c;
}

#INFO_HEAD,
#myModal {
	background: rgb(36 75 154 / 90%);
}

.prod_ {
	display: inline-block;
	width: 385px;
	padding: 15px;
	margin: 20px;
}

.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

#store_ .prod_ h3{
    color: #edaf32;
    font-size: 25px;
}
#store_ .btn-danger {
    color: #fff;
    background-color: #edaf32;
    border-color: #edaf32;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: -5px auto 0;
    border-radius: 50%;
    padding: 0 0;
}
#store_ .btn-danger:hover,
#store_ .btn-danger:focus {
    background-color: #f44336;
    border-color: #f44336;
}


#SELF_, #ONE_, #FLEX_  {
	background: rgb(36 75 154 / 90%);
}
#SELF_ button.close,
#ONE_ button.close,
#FLEX_ button.close {
    z-index: 1083;
    position: absolute;
    right: -25px;
    top: -15px;
    background: #ffc107;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
    color: #fff;
}
#SELF_ button.close:hover,
#SELF_ button.close:focus, 
#ONE_ button.close:hover,
#ONE_ button.close:focus, 
#FLEX_ button.close:hover,
#FLEX_ button.close:focus {
    background: #05469c;
    color: #fff;
}
#SELF_ .modal-dialog,
#ONE_ .modal-dialog,
#FLEX_ .modal-dialog {
    width: 50%;
    margin: 15% auto;
}
#SELF_ .modal-content,
#ONE_ .modal-content,
#FLEX_ .modal-content {background-color: #232323; color:#fff;}

#SELF_ ul li::marker,
#ONE_ ul li::marker,
#FLEX_ ul li::marker {
	font-family: "FontAwesome";
    content: "\f00c";
    letter-spacing: 10px;
	color: lightgreen;
}

#small_letters {
	background: #edaf32;
	color: #fff;
	padding: 30px 0;
}

.offer_ {font-weight: 700;}
.offer_ span{
    color: #8bc34a;
    font-size: 200%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #4caf50;
}

#store_ .btn-success {
	background-color: #4caf50;
    border-color: #4caf50;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 25px;
}
#store_ .btn-success:hover,
#store_ .btn-success:focus {
	background-color: #edaf32;
    border-color: #edaf32;
}

#store_ .tit_ {
    color: #244b9a;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 35px;
}

.prod_ img {
	-webkit-transition: 1800ms;
    -moz-transition: 1800ms;
    -o-transition: 1800ms;
    transition: 1800ms;
	transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.3);
}
.prod_:hover img {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#navigation .btn-danger i {
    border: 2px solid;
    width: 20px;
    height: 20px;
    padding: 3px 0 0 0;
	letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px 0 0;
    font-size: 80%;
    display: inline-block;
}

.info_prods_ {
	display: inline-block;
	width: 300px;
	padding: 15px;
	margin: 20px;
}
.info_prods_  h4{
    color: #ffc107;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 6px;
}

#navigation .btn-danger {
    color: #fff;
    background-color: #244b9a;
    border-color: #244b9a;
    padding: 5px 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
    border-radius: 5em;
}
#navigation .btn-danger:focus,
#navigation .btn-danger:hover {
    background-color: #edaf32;
    border-color: #edaf32;
}

#INFO_HEAD .btn-danger {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 15px auto;
}

#INFO_HEAD .btn-danger:focus,
#INFO_HEAD .btn-danger:hover {
    background-color: #172676;
    border-color: #172676;
}
#INFO_HEAD .btn-danger:hover i {
	animation: shake 2000ms cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(0, -2px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 2px, 0);
  }
}

#ie_ {
	background: url(../img/bg_ie.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	position: relative;
}
#ie_ > .filter_all_browsers {
    background: linear-gradient(#244b9a, #244b9a);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#ie_ .container {position: relative;}
#ie_ a {color: #edaf32;}
#ie_ a:hover {color: #fff;}
	
.hrr {
    margin: 20px auto;
    border-top: 5px solid #edaf32;
    width: 150px;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {border-bottom: none;}
.panel-group > .panel:first-child .panel-heading {border-radius: 0;}
.panel-group .panel {border-radius: 0;}
.panel-group .panel + .panel {margin-top: 0;}
.panel-heading {
    background-color: #244b9a;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.panel-heading.active, .panel-heading:hover {background-color: #edaf32;}
.panel-title a {
  display: block;
  color: #fff;
  padding: 15px 50px 15px 15px;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}
.panel-body {background: #fff;}
.panel:last-child .panel-body {border-radius: 0;}
.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}
.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

/* #BS-COLLAPSE ICON SCALE OPTION */

.panel-heading a:before {
  content: '\f067';
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 0.8em;
  position: absolute;
  font-family: 'FontAwesome';
  right: 10px;
  top: 16px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\f078';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\f077';
  font-size: 0.8em;
  position: absolute;
  font-family: 'FontAwesome';
  right: 10px;
  top: 16px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.panel-body {padding: 20px 70px;font-weight: 300;}
.panel-body hr {
    border-top: 3px solid #009688;
    width: 50%;
    margin: 10px 0;
}
.panel-body h3 {margin: 0;font-weight: 600;text-transform: uppercase;}

.img_panel {width: 300px;}


#store_ h5 { color: #bbb; margin: 25px 0 0;}