@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

/* SIMULADOR */

.simulador {
	text-align:center;
	width:100%;
	padding:10px;
	border-collapse:separate;
    border:solid #bebebe 1px;
    border-radius:9px;
    -moz-border-radius:9px;
}

.colorsel {
	flex: max-content;
	width: 100%;
	cursor: pointer; 
}
.drop-shadow {
 -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
 margin: 2.2em 0 0 0;
 min-height: 45px;
 background-color:white;
  border-radius: 6px;
}

.cat_formatos {
		
	border:solid #bebebe 1px;
	font-size: 12px;
		
}



/* TABLA PRESENTACIONES */

table.prod_presenta {
	width:100%;
	border-collapse:separate;
    border:solid #bebebe 1px;
    border-radius:9px;
    -moz-border-radius:9px;
	
}
.prod_presenta > tbody > tr > th {
	font-size:12pt;
	padding-left:10px;
	padding-top:3px;
	padding-bottom: 3px;
	padding-right: 10px;
	
	min-height:5px;
	
	
}

.prod_presenta > tbody > tr > td {
	font-size:10pt;
	padding: 10px;
	min-height:20px;
	 border-top:solid #bebebe 1px;
	 
	
}

/**/



.prdlist {
	text-align: center;
	margin-bottom: 0px;
	border: 0px solid #d8d8d8;
	padding: 33px;
	outline: 1px solid #e1e1e1;
	outline-offset: -10px;
}


.entrega {
	position:absolute;
	top:3%;
	left:2%;
	transform: rotate(-20deg);
}

.doscolsflex {
	display: flex; 
	width:100%;
}

/* ajuste primera columan mas ancha */
.doscolsflex div:first-child {
	flex-basis:initial !important;
}

@media screen and (max-width: 570px) {
	.doscolsflex {
	display: block; 
	width:100%;
	}
}



/* ======================================================= */
.form-language {
	margin-left:30px !important; 
}
.lang-sel-block {
	position: relative;
	z-index:9999;
	height:35px;
}
.lang-select {
	padding:0px 0px !important;
}
/* ======================================================= */

/* ======================================================= */

#ri-hero {
	height:180px;
	
}

.ri-text p {
/*	height:40px;*/
}

.top_introtext {
	width: 200px;
}

.top_introproducts {
	position: relative;
	right:  50px;
	top: 00px;
}

.top_introproducts img {
	//width:100%;
}

@media screen and (max-width: 1200px) {
	
	.top_introproducts img {
	//width:70%;
	}
}


	


/* ======================================================= */













body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #222222;
  height: 100%;
  position: relative;
}
body.ri-overflow {
  overflow-x: auto;
}

a {
  color: #006cd9;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #0086b3;
  outline: none;
  text-decoration: none;
}

p, figure {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #484c50;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

h3 {
	margin-top:40px;

}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #0086b3;
  color: #ff;
  border: 2px solid #0086b3;
}

.btn-primary_2 {
  background: #ffffff;
  color: #0086b3;
  border: 2px solid #0086b3;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #73b9ff !important;
  border-color: #73b9ff !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #73b9ff;
  border: 2px solid #73b9ff;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #73b9ff;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #4c79ff;
}

body {
  background: #efefef url(../images/white_wave.png) repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body {
    background: #efefef url(../images/white_wave_@2X.png) repeat;
  }
}

.boxed #ri-page {
  max-width: 1340px;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .boxed #ri-page {
    max-width: 1060px;
    max-width: 960px;
  }
}
.boxed #ri-page .container {
  max-width: 1140px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .boxed #ri-page .container {
    max-width: 960px;
    max-width: 780px;
  }
  
  #ri-header #ri-logo {
	/*text-align: center;*/
    position: initial !important;
  }  
  
  #ri-header ul{
	float: left !important;
  }  
  
}


#ri-header {
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 50px;
  z-index: 12;
}
@media screen and (max-width: 800px) {
  #ri-header {
    padding-top: 30px;
  }
   
}

#ri-header #ri-logo {
  /*text-align: center;*/
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -12px;
  z-index: 1;
}
#ri-header #ri-logo a {
  font-size: 30px;
  font-weight: 500;
  color: white;
}

#ri-logo a img {
	width:200px;
	
}

#ri-header #ri-logo a span {
  color: #4c79ff;
}
#ri-header nav {
  position: relative;
}
#ri-header nav ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 800px) {
  #ri-header nav ul {
    display: none;
  }
}
#ri-header nav ul li {
  display: inline;
}
#ri-header nav ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}
#ri-header nav ul li a:hover {
  color: white;
}
#ri-header nav ul li.ri-cta-btn a {
  position: relative;
  border-bottom: none;
  padding: 7px 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#ri-header nav ul li.ri-cta-btn a:hover {
  border: 2px solid white;
}
#ri-header nav ul li.active a {
  color: white;
}
#ri-header nav ul.left-menu li {
  margin-right: 30px;
}
#ri-header nav ul.right-menu li {
  margin-left: 30px;
}

#ri-hero {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #ri-hero {
   /* height: 450px;*/
  }
}
#ri-hero .ri-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2d36;
  opacity: .54;
  z-index: 9;
}
#ri-hero .ri-intro {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 480px) {
  #ri-hero .ri-intro {
   /* height: 450px;*/
  }
}
#ri-hero .ri-intro > div {
  vertical-align: middle;
  display: table-cell;
}
#ri-hero .ri-intro > div .ri-left-position {
  width: 30%;
  float: left;
}
@media screen and (max-width: 992px) {
  #ri-hero .ri-intro > div .ri-left-position {
  width: 100%;
  margin-top: -40px;
  }
}
#ri-hero .ri-intro > div .ri-center-position {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #ri-hero .ri-intro > div .ri-center-position {
    width: 100%;
    text-align: center;
  }
}
#ri-hero .ri-intro > div .ri-right-position {
  width: 65%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 992px) {
  #ri-hero .ri-intro > div .ri-right-position {
 //   width: 50%;
    text-align: left;
	display:none;
  }
}
#ri-hero .ri-intro > div h2 {
  font-size: 70px;
  line-height: 87px;
  font-weight: 100;
  color: white;
}
@media screen and (max-width: 992px) {
  #ri-hero .ri-intro > div h2 {
    font-size: 40px;
    line-height: 57px;
    text-align: center;
  }
}
#ri-hero .ri-intro > div h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
@media screen and (max-width: 992px) {
  #ri-hero .ri-intro > div h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}
#ri-hero .ri-intro > div .btn-outline, #ri-hero .ri-intro > div .btn-primary {
  padding: 20px 30px !important;
  min-width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #ri-hero .ri-intro > div .btn-outline, #ri-hero .ri-intro > div .btn-primary {
    padding: 10px 30px !important;
    width: 100%;
  }
}
#ri-hero .ri-intro > div .btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
#ri-hero .ri-intro > div .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
 .ri-learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}
 .ri-learn-more a {
  display: block;
}
 .ri-learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
 .ri-learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #8dc63f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ri-learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}

.no-js-fullheight {
  height: 620px;
}
@media screen and (max-width: 800px) {
  .no-js-fullheight {
    height: inherit;
    padding: 3em 0;
  }
}

.ri-lead {
  font-size: 50px;
  font-weight: 300;
  color: #00468c;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .ri-lead {
    font-size: 35px;
  }
}

.ri-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

#ri-features,
#ri-features-2,
#ri-features-3,
#ri-features-4,
#ri-projects,
#ri-testimonials,
#ri-about,
#ri-subscribe,
#ri-info,
#ri-pricing,
#ri-faqs,
#ri-footer {
  background-color: #fff;
  padding: 7em 0;
}
@media screen and (max-width: 800px) {
  #ri-features,
  #ri-features-2,
  #ri-features-3,
  #ri-features-4,
  #ri-projects,
  #ri-testimonials,
  #ri-about,
  #ri-subscribe,
  #ri-info,
  #ri-pricing,
  #ri-faqs,
  #ri-footer {
    padding: 3em 0;
  }
}

#ri-projects {
  background: #f9f9f9;
}
#ri-projects .ri-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  #ri-projects .ri-lead {
    font-size: 35px;
  }
}
#ri-projects .ri-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#ri-projects .ri-project-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
#ri-projects .ri-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#ri-projects .ri-project-item .ri-text {
  padding: 30px 10px 10px 10px;
  text-align: center;
}
#ri-projects .ri-project-item .ri-text h2, #ri-projects .ri-project-item .ri-text span {
  text-decoration: none !important;
}
#ri-projects .ri-project-item .ri-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #484c50;
}
#ri-projects .ri-project-item .ri-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#ri-projects .ri-project-item .ri-text p {
  color: #85919d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#ri-projects .ri-project-item:hover, #ri-projects .ri-project-item:focus {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#ri-projects .ri-project-item:hover img, #ri-projects .ri-project-item:focus img {
  opacity: .7;
}
#ri-projects .ri-project-item:hover h2, #ri-projects .ri-project-item:hover span, #ri-projects .ri-project-item:focus h2, #ri-projects .ri-project-item:focus span {
  text-decoration: none !important;
}
#ri-projects .ri-project-item:hover p, #ri-projects .ri-project-item:focus p {
  color: #484c50;
}

#ri-features .ri-devices {
  margin-bottom: 40px;
}
#ri-features .ri-devices img {
  margin: 0 auto;
}
#ri-features .ri-lead {
  font-size: 50px;
  font-weight: 300;
  color: #00468c;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  #ri-features .ri-lead {
    font-size: 35px;
  }
}
#ri-features .ri-sub-lead {
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}
#ri-features .ri-feature {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #ri-features .ri-feature {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#ri-features .ri-feature .ri-icon {
  width: 112px;
  height: 112px;
  display: table;
  margin: 0 auto 30px auto;
  background: #bfdfff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#ri-features .ri-feature .ri-icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #000066;
}
#ri-features .ri-feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#ri-features-2, #ri-features-3, #ri-features-4 {
  background: #f9f9f9;
  overflow: hidden;
}
#ri-features-2 .ri-label, #ri-features-3 .ri-label, #ri-features-4 .ri-label {
  display: block;
}
#ri-features-2 .ri-lead, #ri-features-3 .ri-lead, #ri-features-4 .ri-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #ri-features-2 .ri-lead, #ri-features-3 .ri-lead, #ri-features-4 .ri-lead {
    font-size: 35px;
  }
}
#ri-features-2 .ri-feature, #ri-features-3 .ri-feature, #ri-features-4 .ri-feature {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#ri-features-2 .ri-feature .ri-icon, #ri-features-3 .ri-feature .ri-icon, #ri-features-4 .ri-feature .ri-icon {
  float: left;
  width: 10%;
}
#ri-features-2 .ri-feature .ri-icon i, #ri-features-3 .ri-feature .ri-icon i, #ri-features-4 .ri-feature .ri-icon i {
  font-size: 40px;
  color: #000066;
}
@media screen and (max-width: 800px) {
  #ri-features-2 .ri-feature .ri-icon i, #ri-features-3 .ri-feature .ri-icon i, #ri-features-4 .ri-feature .ri-icon i {
    font-size: 30px;
  }
}
#ri-features-2 .ri-feature .ri-text, #ri-features-3 .ri-feature .ri-text, #ri-features-4 .ri-feature .ri-text {
  float: right;
  width: 85%;
}
#ri-features-2 .ri-feature h3, #ri-features-3 .ri-feature h3, #ri-features-4 .ri-feature h3 {
  font-size: 24px;
  color: #484c50;
  margin-bottom: 10px;
  font-weight: 300;
}
#ri-features-2 .ri-btn-action, #ri-features-3 .ri-btn-action, #ri-features-4 .ri-btn-action {
  width: 100%;
  float: left;
}
#ri-features-2 .ri-btn-action > a, #ri-features-3 .ri-btn-action > a, #ri-features-4 .ri-btn-action > a {
  margin-left: 15%;
}
@media screen and (max-width: 480px) {
  #ri-features-2 .ri-btn-action > a, #ri-features-3 .ri-btn-action > a, #ri-features-4 .ri-btn-action > a {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  #ri-features-2 .ri-feature-image img, #ri-features-3 .ri-feature-image img, #ri-features-4 .ri-feature-image img {
    max-width: 100%;
  }
}

#ri-features-3 {
  background: #fff;
}

#ri-testimonials.boredr-top {
  border-top: 1px solid #f0f2f3;
}
#ri-testimonials .ri-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  #ri-testimonials .ri-lead {
    font-size: 35px;
  }
}
#ri-testimonials .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#ri-testimonials .slides {
  z-index: 99;
}
#ri-testimonials .slides li blockquote {
  border-left: none;
  padding-left: 0;
  font-size: 26px;
  line-height: 46px;
  margin-bottom: 0;
}
#ri-testimonials .slides li p cite {
  font-size: 16px;
}
#ri-testimonials .flexslider-controls {
  margin-left: -15px;
  z-index: 100;
  position: relative;
}
#ri-testimonials .flexslider-controls .flex-control-nav {
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #ri-testimonials .flexslider-controls .flex-control-nav {
    padding-bottom: 30px;
  }
}
#ri-testimonials .flexslider-controls .flex-control-nav li {
  cursor: pointer;
}
#ri-testimonials .flexslider-controls .flex-control-nav li img {
  cursor: pointer;
  width: 50px;
  opacity: .3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#ri-testimonials .flexslider-controls .flex-control-nav li.flex-active img {
  opacity: 1;
}
#ri-testimonials .flexslider-controls .flex-control-nav li:hover img {
  opacity: 1;
}

#ri-about .ri-social a {
  font-size: 35px !important;
  color: #b3b3b3 !important;
}
#ri-about .ri-social a:hover {
  color: #333333 !important;
}
#ri-about .ri-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #ri-about .ri-lead {
    font-size: 35px;
  }
}
#ri-about .ri-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#ri-about .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#ri-subscribe {
  background: #f9f9f9;
  padding: 3em 0;
}
#ri-subscribe h3 {
  float: left;
  width: 30%;
  top: 10px;
  font-size: 26px;
  margin-bottom: 0;
  position: relative;
}
#ri-subscribe h3 label {
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  #ri-subscribe h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#ri-subscribe form {
/*  width: 60%;
  float: right;
  position: relative;
  */
}
@media screen and (max-width: 992px) {
  #ri-subscribe form {
    width: 100%;
  }
}
#ri-subscribe form .ri-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  #ri-subscribe form .ri-icon {
    position: absolute;
    top: 26px;
  }
}
#ri-subscribe form input[type="email"] {
  width: 100%;
  background: #ededed;
  border: none;
  padding-left: 50px;
  padding-right: 170px;
}
@media screen and (max-width: 480px) {
  #ri-subscribe form input[type="email"] {
    margin-bottom: 10px;
    padding-right: 50px;
  }
}
#ri-subscribe form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -4px;
  height: 54px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  font-weight: 300;
  width: 160px;
}
@media screen and (max-width: 480px) {
  #ri-subscribe form input[type="submit"] {
    position: relative;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

#ri-info {
  background: #157a99;
}
#ri-info .ri-label {
  color: rgba(255, 255, 255, 0.5);
}
#ri-info .ri-lead {
  color: white;
}
#ri-info p {
  color: white;
}

#ri-prod-list {
  background: #f9f9f9;
}
#ri-prod-list .prod-box {
  background: #fff;
  border: 1px solid #dddddd;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height:100%;
  
}
#ri-prod-list {
  font-size: 15px;
  line-height: normal !important; 
}

#ri-prod-list .btn-sm {
  font-size:10pt !important;
}

#ri-prod-list .btn-info {
  background-color: #d1d1d1;
  border-color: white;
}


#ri-prod-list .prod-box.popular {
  border: 2px solid #99e6ff;
}

#ri-prod-list .prod-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #8dc63f;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#ri-prod-list .prod-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #8dc63f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#ri-prod-list .ri-prod-img {
  
  width: 100%;
  
}

#ri-prod-list .prod-name {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#ri-prod-list .price {
  font-size: 50px;
  color: #000;
}
#ri-prod-list .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#ri-prod-list .price small {
  font-size: 16px;
}
#ri-prod-list .prod-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#ri-prod-list .prod-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#ri-faqs .ri-faq-list {
  margin: 0;
  padding: 0;
}
#ri-faqs .ri-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 24px;
  list-style: none;
}
@media screen and (max-width: 800px) {
  #ri-faqs .ri-faq-list li {
    margin: 0 0 20px 0;
  }
}
#ri-faqs .ri-faq-list li h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  #ri-faqs .ri-faq-list li h2 {
    font-size: 26px;
  }
}

#ri-footer {
  padding-bottom: 0;
}
#ri-footer a {
  color: #6a7885;
}
#ri-footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  #ri-footer .ri-footer-widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
#ri-footer .ri-footer-widget h3 {
  font-size: 18px;
  font-weight: 400;
}
#ri-footer .ri-footer-widget .ri-links {
  padding: 0;
  margin: 0;
}
#ri-footer .ri-footer-widget .ri-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
  line-height: 24px;
}
#ri-footer .ri-footer-widget .ri-links li a {
  color: #6a7885;
}
#ri-footer .ri-footer-widget .ri-links li a:hover {
  text-decoration: underline;
}
#ri-footer .ri-copyright {
  border-top: 1px solid #f0f2f3;
  padding: 40px 0;
}
#ri-footer .ri-copyright a {
  font-weight: 700;
}
#ri-footer .ri-copyright p {
  margin-bottom: 0;
}
#ri-footer .ri-copyright p small {
  font-size: 15px;
}
#ri-footer .ri-copyright .ri-left {
  float: left;
}
#ri-footer .ri-copyright .ri-right {
  float: right;
}
@media screen and (max-width: 800px) {
  #ri-footer .ri-copyright .ri-right {
    float: left;
  }
}

.ri-social {
  padding: 0;
  margin: 0;
}
.ri-social li {
  padding: 0;
  margin: 0;
  display: inline;
}
.ri-social li a {
  padding: 4px 7px;
  font-size: 22px;
}
.ri-social li a:hover {
  text-decoration: none !important;
  color: #8dc63f !important;
}

.ri-person {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .ri-person {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
.ri-person figure {
  margin: 0 auto 30px auto;
}
.ri-person figure img {
  margin: 0 auto;
  display: block;
}
.ri-person .ri-name {
  margin-bottom: 0;
  color: #484c50;
}
.ri-person .ri-designation {
  color: #85919d;
}
.ri-person .ri-bio {
  text-align: left;
}

#ri-offcanvas, .ri-nav-toggle, #ri-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#ri-offcanvas, .ri-nav-toggle, #ri-page {
  position: relative;
}

#ri-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #ri-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#ri-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  #ri-offcanvas {
    display: block;
  }
}
#ri-offcanvas ul {
  padding: 0;
  margin: 0;
}
#ri-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#ri-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
#ri-offcanvas ul li.active a {
  color: #8dc63f;
}

.ri-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.ri-nav-toggle.active i::before, .ri-nav-toggle.active i::after {
  background: #fff;
}
.ri-nav-toggle.dark.active i::before, .ri-nav-toggle.dark.active i::after {
  background: #fff;
}
.ri-nav-toggle:hover, .ri-nav-toggle:focus, .ri-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.ri-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.ri-nav-toggle i::before, .ri-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ri-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.ri-nav-toggle.dark i::before, .ri-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ri-nav-toggle i::before {
  top: -7px;
}

.ri-nav-toggle i::after {
  bottom: -7px;
}

.ri-nav-toggle:hover i::before {
  top: -10px;
}

.ri-nav-toggle:hover i::after {
  bottom: -10px;
}

.ri-nav-toggle.active i {
  background: transparent;
}

.ri-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.ri-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.ri-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .ri-nav-toggle {
    display: block;
    top: 55px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.btn-cta {
  padding: 20px 30px !important;
  width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .btn-cta {
    padding: 10px 30px !important;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 800px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 800px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 800px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 800px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 800px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 800px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.ri-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}


/* HELPERS */

.ri-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}

.ri-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 800px) {
  .ri-spacer-xlg {
    height: 70px;
  }
}

.ri-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 800px) {
  .ri-spacer-lg {
    height: 50px;
  }
}

.ri-spacer-md {
  height: 80px;
}
@media screen and (max-width: 800px) {
  .ri-spacer-md {
    height: 30px;
  }
}

.ri-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 800px) {
  .ri-spacer-sm {
    height: 20px;
  }
}

.ri-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 800px) {
  .ri-spacer-xs {
    height: 20px;
  }
}

.ri-spacer-xxs {
  height: 20px;
}

@media (min-width: 800px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}


/* MIGA */
.main-cat {
	font-weight: bold;
	background-color: #fafafa;
}

a.list-group-item.main-cat:after {
  font-size:8pt;
  color:#999999;
  content: "  \25BC";
  
}

a.list-group-item.main-cat.active:after {
  font-size:12pt;
  color:#e3f8ff;
  content: "  \25B8";
  
}

.list-group {
 font-size: 11pt;
color: #000000; 
	
}

a.list-group-item {
 padding: 3px 15px;
 color: #000000; 
}


a.list-group-item.sub {
	background-color:#dddddd;
	color:black;
}




 #breadcrumb {
	 margin-bottom:7em;
	 font-size:10pt;
 }

.breadcrumbMain {
  padding: 3px 20px 3px 20px;
  position: relative;
  margin: 5px 5px 0 0; 
  font-weight:bold;
  font-size:12pt;
  color: #333a60;
}


#breadcrumb .sel{
   float: left;
  background: #dbdbdb;
  padding: 3px 20px 3px 20px;
  position: relative;
  margin: 5px 5px 0 0; 
  text-decoration: none;
  border-style:solid;
  border-width:1px;
  border-color:#dbdbdb;
  color: #0f0f1e;
}

#breadcrumb a {
  float: left;
  background: #ffffff;
  padding: 3px 20px 3px 20px;
  position: relative;
  margin: 5px 5px 0 0; 
  text-decoration: none;
  border-style:solid;
  border-width:1px;
  border-color:#dbdbdb;
  color: #000000;
}
#breadcrumb a:after {
  content: "";  
/*  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #006cd9; */
  position: absolute; 
  right: -12px;
  top: 0;
  z-index: 1;
}
#breadcrumb a:before {
  content: "";  
 /* border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff; 
  */
  position: absolute; 
  left: 0; 
  top: 0;
}
#breadcrumb ul li:first-child a:before {
  display: none; 
}
#breadcrumb ul:last-child li{
   padding-right: 20px;
}
#breadcrumb ul li a:hover {
  background: #333a60;
  color:#fff;
}
#breadcrumb ul li a:hover:after {
  border-left-color: #006cd9;
  color:#fff;
}
#breadcrumb li:last-child {
  display: table!important;
  margin-top: 3px!important;
}

#breadcrumb ul {
  list-style-type: none;
  text-align:left;
  padding-left:20px;
  padding-right:20px;
}
 @media screen and (max-width: 600px) {
	 #breadcrumb a {
		 width:100%;
	 }

}









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



.act {
	font-weight:normal;
}

.prdlist  a h2 {
	padding-top:15px;
	font-weight:bold;
}

.prdlist a {
	color:black !important;
}

.prdlist a small {
	font-size:9pt;
	font-weight:bold;
	color:#337ab7;
}
.prdlist a small:hover {
	font-size:9pt;
	font-weight:bold;
	color:#73b9ff;
}