/*-- Tooltips --*/
.tooltip_btns {
	background-color: #00a9e0;
	color: #fff;
	border-radius: 4px;
	font-family: 'Open sans';
	padding-left: 10px;
	padding-right: 10px;
}
.arrow {
	width: 100%;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: none;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
	background: #00a9e0;
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
/*-- Tooltips --*/

/*-- Pop up´s--*/
.popup_style {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: -30px auto 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
/*-- Pop up´s--*/

/*--Grids--*/
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: left;
}
.col1 > img, .col2 > img, .col3 > img, .col4 > img, .col5 > img, .col6 > img, .col7 > img, .col8 > img, .col9 > img, .col10 > img, .col11 > img, .col12 > img {
  width: 100%;
}
.col12 {
  width: 100%;
}
.col11 {
  width: 91.66666667%;
}
.col10 {
  width: 83.33333333%;
}
.col9 {
  width: 75%;
}
.col8 {
  width: 66.66666667%;
}
.col7 {
  width: 58.33333333%;
}
.col6 {
  width: 50%;
}
.col5 {
  width: 41.66666667%;
}
.col4 {
  width: 33.33333333%;
}
.col3 {
  width: 25%;
}
.col2 {
  width: 16.66666667%;
}
.col1 {
	width: 8.33333333%;
}
.colmargin12 {
  margin-left: 100%;
}
.colmargin11 {
  margin-left: 91.66666667%;
}
.colmargin10 {
  margin-left: 83.33333333%;
}
.colmargin9 {
  margin-left: 75%;
}
.colmargin8 {
  margin-left: 66.66666667%;
}
.colmargin7 {
  margin-left: 58.33333333%;
}
.colmargin6 {
  margin-left: 50%;
}
.colmargin5 {
  margin-left: 41.66666667%;
}
.colmargin4 {
  margin-left: 33.33333333%;
}
.colmargin3 {
  margin-left: 25%;
}
.colmargin2 {
  margin-left: 16.66666667%;
}
.colmargin1 {
  margin-left: 8.33333333%;
}
.colmargin0 {
  margin-left: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.cols_content.col1, .cols_content.col2, .cols_content.col3, .cols_content.col4, .cols_content.col5, .cols_content.col6, .cols_content.col7, .cols_content.col8, .cols_content.col9, .cols_content.col10, .cols_content.col11, .cols_content.col12 {
	padding-left: 0;
	padding-right: 0; 
}
/*--Grids--*/

/*-- Photos --*/
figure {
	width: 100%;
}
figure img {
	width: 100%;
}
figure iframe {
	width: 100%;
}
.photo {
	padding: 6px 15px 10px 15px;
	position: relative;
}
.photo img {
	background-color: #fff;
	border-top: thin solid #ddd;
	border-left: thin solid #ddd;
	border-right: thin solid #ddd;
	border-bottom: thin solid #ddd;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 0;
	float: left;
}
.photo figcaption {
	border-bottom: thin solid #ddd;
	border-left: thin solid #ddd;
	border-right: thin solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -4px;
	padding: 1px 10px 7px 10px;
	font-family: 'Open sans';
	font-weight: lighter;
	font-size: 13px;
	background-color: #fff;
	z-index: 1;
	float: left;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #272f38;
}

.photoalpha {
	padding: 6px 15px 10px 15px;
	position: relative;
}
.photoalpha img {
	background-color: none;
	border-top:  5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 0;
	float: left;
}
.photoalpha figcaption {
	border-bottom: thin solid #ddd;
	border-left: thin solid #ddd;
	border-right: thin solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -4px;
	padding: 1px 10px 7px 10px;
	font-family: 'Open sans';
	font-weight: lighter;
	font-size: 13px;
	background-color: #fff;
	z-index: 1;
	float: left;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #272f38;
}
.photoalphalpha {
	padding: 6px 15px 10px 15px;
	position: relative;
}
.photoalphalpha img {
	background-color: none;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	z-index: 0;
	float: left;
}
.photoalphalpha figcaption {
	border-bottom: thin solid #ddd;
	border-left: thin solid #ddd;
	border-right: thin solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -4px;
	padding: 1px 10px 7px 10px;
	font-family: 'Open sans';
	font-weight: lighter;
	font-size: 13px;
	background-color: none;
	z-index: 1;
	float: left;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #272f38;
}
/*-- Photos --*/
/*-- Photos --*/

/*-- Tables --*/
div.table {
	padding: 7px 10px 15px 10px;
}
.table > table {
  width: 100%;
  max-width: 100%;
}
.table > table tr th{
	background-color: #00A7AF;
	font-family: 'Open sans';
	text-align: center;
	color: #FFF;
	border: thin solid #DDD;
	padding: 5px 8px;
	width: 0;
	font-weight: normal;
}
.table > table{
	background-color: #FFF;
	display: table;
	vertical-align: top;
}
.table > table tr th{
	background-color: #00a9e0;
	font-family: 'Open sans';
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border: thin solid #DDD;
	padding: 5px 8px;
	width: 0;
	font-size: 14px;
}
.table > table tr td{
	border: thin solid #DDD;
	font-family: 'Open sans';
	padding: 5px 8px;
	background-color: #FCFCFC;
	color: #536173;
	width: 0;
	text-align: left;
	font-size: 14px;
}
.table > table tr td p{
	text-align: left;
}
.table > table tr th{
	width: auto;
}
.table_ver > table tr:nth-child(2n+1) td{
	background-color: #e0f9fe;
}
.table_hor > table tr:nth-child(2n+2) td{
	background-color: #e0f9fe;
}
/*-- Tables --*/

/*--List--*/
.normal_list, .word_list, .number_list, .no_list{
	font-family: 'Open sans';
	color: #536173;
	margin: 2px 0 0 0;
	text-align: justify;
	padding: 0px 10px 4px 10px;
	vertical-align: top;
	list-style: none;
	list-style-image: none;
}
.normal_list > li, .word_list > li, .number_list > li, .no_list > li {
	margin: 3px 0 10px 18px;
	font-family: 'Open sans';
	color: #536173;
	padding: 0;
	list-style-image: url('../img/bullet.png');
	font-size: 14px;
}
.normal_list > li {
	margin: 1px 0 4px 23px;
}
.normal_list > li:last-child, .word_list > li:last-child, .number_list > li:last-child {
	margin: 3px 0 0px 25px;
}
.no_list > li:last-child {
	margin: 3px 0 0px 0px;
}
.no_list > li > ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
}
.no_list > li > ul > li {
	margin: 0px 0 9px 23px;
}
.word_list > li, .number_list > li {
	margin: 3px 0 10px 25px;
	list-style: none;
	list-style-image: none;
	counter-increment: section;
	clear: both;
}
.word_list > li {
	margin: 3px 0 10px 24px;
}
.no_list > li{
	margin: 2px 0 10px 0;
	list-style-image: none;
}
.word_list > li > ol, .number_list > li > ol {
	padding: 0;
	margin: 10px 0 0 0;
}
.normal_list > li > ul {
	margin: 9px 0 0 0;
	padding: 0;
}
.normal_list > li > ul > li {
	margin: 1px 0 10px 23px;
}
.word_list > li > ol > li, .number_list > li > ol > li {
	list-style: none;
	list-style-image: none;
	counter-increment: subsection;
	margin: 3px 0 10px 33px;
}
.word_list > li > ol > li {
	margin: 3px 0 10px 21px;
}
.number_list > li:before {
	content: counter(section) ". ";
	counter-increment: item;
	color: #00a9e0;
	margin-left: -18px;
	font-family: 'Arial';
	font-weight: bold;
}
.number_list > li > ol > li:before {
	content: counter(section) "." counter(subsection) ". ";
	counter-increment: item;
	color: #00a9e0;
	margin-left: -33px;
	font-family: 'Arial';
	font-weight: bold;
}
.word_list > li:before {
	content: counter(section,lower-alpha) ". ";
	counter-increment: item;
	color: #00a9e0;
	margin-left: -18px;
	font-family: 'Arial';
	font-weight: bold;
}
.word_list > li > ol > li:before {
	content: counter(subsection,lower-alpha) ". ";
	counter-increment: item;
	color: #00a9e0;
	margin-left: -21px;
	font-family: 'Arial';
	font-weight: bold;
}
/*--List--*/

/*--Word Styles--*/
.bold{
	font-family: 'Open sans';
	font-weight: bold;
	color: #536173;
}
.bold2{
	font-family: 'Open sans';
	font-weight: bold;
	color: #00a9e0;
}
.bold3{
	font-family: 'Open sans';
	font-weight: bold;
	color: #343f4a;
}
.semibold{
	font-family: 'Open sans';
	font-weight: 600;
	color: #536173;
}
.semibold2{
	font-family: 'Open sans';
	font-weight: 600;
	color: #00a9e0;
}
.semibold3{
	font-family: 'Open sans';
	font-weight: 600;
	color: #343f4a;
}
.italic{
	font-family: 'Open sans';
	font-style: italic;
	color: #536173;
}
/*--Word Styles--*/

/*-- Video and Audio --*/
.mejs-ted {
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
	-ms-outline: none;
	-o-outline: none;
}
.audio_reproductor {
	height: 65px !important;
}
/*-- Video and Audio --*/

/*-- Brackgrounds colors --*/
.backcolor_1 {
	background-color: #ffe1a0;
}
.backcolor_2 {
	background-color: #ffbbb1;
}
.backcolor_3 {
	background-color: #abdae8;
}
.backcolor_4 {
	background-color: #e6e8e9;
}
.backcolor_5 {
	background-color: #5a6570;
	border: #4aadca 2px solid;
	border-radius:5px;
	width:95%;
	margin-left:2.5%;
}
.backcolor_6 {
	background-color: #ffffff;
}
/*-- Brackgrounds colors --*/

/*-- Others --*/
.block_center {
	display: block !important;
	margin: 0 auto !important;
	float: none !important;
}
.inline_center {
	text-align: center !important;
}
.inline_left {
	text-align: left !important;
}
.colortext_1 {
	color: #536173;
}
.colortext_2 {
	color: #00a9e0;
}
.colortext_3 {
	color: #343f4a;
}
.colortext_4 {
	color: #be4437;
}
.colortext_5 {
	color: #de8d81;
}
.colortext_white {
	color: #fff;
}
.capital_letter {
	float: left;
    font-family: "robotoslab_regular";
    font-size: 60px;
    line-height: 1;
    padding: 0 10px 0 0;
}
.inline_block {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.small_text {
	font-size: 12px;
}
.medium_text {
	font-size: 16px;
}
.big_text {
	font-size: 20px;
}
/*-- Others --*/
