<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titulo-seccion  {
	font-size: 31px;
	line-height: 40px;
	color: #212121;
	margin-top: 0px;
	position: relative;
	font-weight: 700;
	padding-bottom: 15px;
}

.titulo-seccion:after {
    /*content: '';*/
    width: 41px;
    height: 28px;
	/*background-image:url(../img/logo-iso.png);*/
	background-repeat:no-repeat;
    position: absolute;
    top: 6px;
    left: -52px;
}


.titulo-seccion span  {
    color: #991b1e;
}


.titulo-seccion.con-logo  {
    color: #fff;
    padding-left: 75px;
    background-image: url(../img/iso-logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 290px;
    line-height: 30px;
    padding-top: 19px;
}

.sub-titulo-seccion  {
	font-size: 13px;
	font-weight: 400;
	color: #212121;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
	padding-left: 40px;
}

.sub-titulo-seccion:after {
    content: '';
    width: 24px;
    height: 1px;
	background-color: #212121;
    position: absolute;
    top: 6px;
    left: 0px;
}


.destacado {
font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    color: #212121;
    margin-bottom: 28px;
}



.descripcion {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #2a2a2a;
    margin-bottom: 20px;
}

.descripcion.marker {
	background-image:url(../img/marker-p.png);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left:30px;
	margin-left:10px;
}

@media (max-width:767px){
.titulo-seccion  {
font-size: 24px;
    line-height: 30px;
}

.titulo-seccion:after {
    width: 41px;
    height: 28px;
    top: 0px;
    left: -46px;
}

.sub-titulo-seccion  {
	margin-bottom: 12px;
}
	
.descripcion {
    font-size: 17px;
    line-height: 29px;
}	

.destacado {
	font-size: 20px;
	line-height: 28px;
}


}

@media (max-width:767px){
.titulo-secciones  {
	font-size:30px;
	margin-bottom:22px;
}
}	


/*-----------------------*/

.inicio  {
	position: relative;
	 height: calc(100vh - 139px);
    margin-top: 139px;
}

.inicio:after {
    content: '';
    width: 100%;
    height: 140px;
	/*background-image:url(../img/mascara-rotador.png);*/
	background-repeat:repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media (max-width: 767px) {
.inicio  {
	position: relative;
	 height: calc(100vh - 440px);
    margin-top: 70px;
}
}

/*----------------------*/

.modulo-empresa-top {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url("../img/bg-empresa.png");
}

.modulo-empresa-top .titulo-seccion {
	color: white;
}


.modulo-empresa-top .bg-n-one {
	position:relative;
	padding-bottom: 20px;
	padding-top: 40px;
	background-color: #30b457;
}

.modulo-empresa-top .bg-n-one::after{
    content: '';
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #30b457;
    clear: both;
    z-index: 1;
}

.modulo-empresa-top .bg-n-two {
	position:relative;
	padding-bottom: 40px;
	padding-top: 40px;
	background-color: #f7f7f7;
}


.modulo-empresa-top .bg-n-two::after{
	content: '';
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -14;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f7f7f7;
	clear: both;
	z-index: 1;
}

.modulo-empresa-top .logues img{
	filter: grayscale(100%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.modulo-empresa-top .logues img:hover{
	filter: grayscale(0%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}



@media (max-width: 767px) {
.modulo-empresa-top .logues img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    max-width: 110px;
}
}

/*----------------------*/

.modulo-empresa {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	padding-bottom: 0px;
	padding-top: 40px;
	background-image: url("../img/bg-empresa.png");
}

.modulo-empresa:after {
    content: '';
    width: 100%;
    height: 114px;
    background-image: url(../img/imgs-emp.jpg);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.modulo-empresa .logues img{
	filter: grayscale(100%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.modulo-empresa .logues img:hover{
	filter: grayscale(0%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.modulo-empresa .fa-check{
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 30px;
    margin-right: 8px;
}

.modulo-empresa .imagen{
    margin-top: 90px;
}

.carousel_quienes.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #5B5B5B;
    font-size: 26px;
    top: 45%;
}

.modulo-empresa .about-pic {
    position: relative;
}

.modulo-empresa .about-pic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    background-color: #F2F3F8;
    z-index: -1;
}

.modulo-empresa .box {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
	padding-bottom: 80px;
}

.modulo-empresa .box-2 {
    padding-top: 30px;
	padding-right: 50px;
}


.modulo-empresa .box .con-check{
    font-weight: 500;
    color: #5b5d5d;
	    display: grid;
    grid-template-columns: 40px 1fr;
	align-items: center;
}

@media (max-width:767px){
.modulo-empresa .box-2 {
    padding-top: 20px;
    padding-right: 20px;
}
}	

@media (min-width:767px){
.modulo-empresa .col-floating {
	padding-right:0px;
	padding-left:40px;
	position:absolute;
	right:0;
	height:100%;
}

.modulo-empresa .col-floating .imagen {
	height:100%;
	background-image:url(../img/abella-tambos.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.modulo-empresa .col-floating img {
	height:100%;
}
}

@media (min-width:767px){
.modulo-empresa .col-floating-left {
	padding-right:40px;
	padding-left:0px;
	position:absolute;
	left:0;
	height:100%;
}
	
.modulo-empresa .col-floating-left .imagen {
	height:100%;
	background-image:url(../img/abella-tambos.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: cover;
	margin: 50px 0px;
}

.modulo-empresa .col-floating-left img {
	height:100%;
}

.modulo-empresa .col-floating-left:before{
	content:url(../img/circle-bg.png);
	position: absolute;
	width: 70px;
	top: -30px;
	right: 20px;
	z-index: -1;
}

}

@media (max-width:767px){

.modulo-empresa {
	padding-top: 40px;
}

.modulo-empresa .box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
	padding-bottom: 30px;
}
	
.modulo-empresa .box img{
    max-width: 300px;
}	

.modulo-empresa .col-floating {

}

.modulo-empresa .imagen{
    margin-top: 0px;
}	
	
.modulo-empresa .col-floating .imagen {
	height:100%;
	background-image:url(../img/abella-tambos.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}

.modulo-empresa .col-floating img {
	height: 200px;
}

.modulo-empresa .col-floating-left .imagen {
	height:100%;
	background-image:url(../img/punto-tandil.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}

.modulo-empresa .col-floating-left img {
	height: 200px;
}

}

/*-----------------------------------*/

/*-------------------*/


.modulo-unidades{
	background-image: url("../img/bg-usicom.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}

.modulo-unidades .grande {
	font-size:18px;
	font-weight:300;
	line-height: 25px;
}

.modulo-unidades pp{
	display:flex;
	margin-right: 50px;
}


@media (max-width:767px){


.modulo-unidades .grande {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

}

.modulo-unidades .box-color {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	padding-top:30px;
	overflow: hidden;
	margin: 0px 15px;
	margin-bottom:30px;
	box-shadow: 6px 9px 17px rgb(0 0 0 / 40%);
	border: 1px solid rgba(0, 0, 0, 0.05);
	width:100%;
	padding-bottom:70px;
	    text-align: center;
}

.modulo-unidades .box-color .titulo-tan {
	color: #121212;
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 5px;
}

.modulo-unidades .box-color .descripcion {
color: #5c5c5c;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-right: 25px;
    margin-left: 25px;
    position: relative;
    /* padding-left: 40px;*/
	display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modulo-unidades .box-color .descripcion:after {
    /*content: '';*/
    width: 24px;
    height: 1px;
    background-color: #212121;
    position: absolute;
    top: 6px;
    left: 0px;
}

.modulo-unidades .box-color .descripcion img {
	margin-right:6px;
}

.modulo-unidades .box-color .ver-mapa{
    font-size: 11px;
    background-color: #ffeb3b;
    color: #121212;
    line-height: 14px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 700;
}

.modulo-unidades .box-color .ver-m{
	margin: 25px;
	display: block;
	background-color: #30b457;
	border-radius: 50px;
	color: white;
	text-align: center;
	padding: 11px;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
	right: 20;
	left: 20;
	    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo-unidades .box-color .ver-m:hover{
	background-color: #103d81;
	    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.btn-green-border {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #103d81;
    border: solid 2px #103d81;
    line-height: 31px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 25px;
    min-width: 122px;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: -1px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.carousel-tandil .owl-stage {
		display: flex;
	}
.carousel-tandil .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	
.carousel-tandil .owl-item .item {
		display: flex;
		width:100%;
	}
	
.carousel-tandil_dos .owl-stage {
		display: flex;
	}
.carousel-tandil_dos .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	
.carousel-tandil_dos .owl-item .item {
		display: flex;
		width:100%;
	}	


.owl-theme .owl-dots .owl-dot span {
	background: #ffffff !important;
    border: solid 2px #d7d7d7 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #49a142 !important;
    border: solid 2px #cddc39 !important;
}

/*----------------------------*/


.modulo-trabaja {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	padding-bottom: 0px;
	padding-top: 40px;
	background-image: url("../img/bg-trabajar.jpg");
}

.modulo-trabaja .titulo-seccion {
	color: white;
}

.modulo-trabaja .btn-archivo {
border: solid 1px #80858a;
    margin: 0px;
    height: 46px;
    line-height: 32px;
    color: #ffffff;
    background-color: #80858a;
}

.modulo-trabaja .input-lg {
    font-size: small;
}



/*---------------*/



/* ----- v CAN BE DELETED v ----- */

.btn-comun{
    background-color: #cf9d6c;
    color: white;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 30px;
    border-radius: 20px;
	margin-top:10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.btn-comun:hover{
    background-color: #373737;
    color: white;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width:767px){

}


/*---------------------------------*/

.modulo-contacto{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	padding-bottom: 0px;
	background-image: url("../img/bg-contacto.jpg");
	color: #212121;
	position: relative;
	    padding-top: 245px;
}

.modulo-contacto:after {
    content: '';
    width: 100%;
    height: 243px;
    background-image: url("../img/bg-line.png");
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
}

.modulo-contacto .datos-contacto{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
	text-align: center;
}

.modulo-contacto .datos-contacto li{
	position: relative;
}

.modulo-contacto .datos-contacto li::after{
content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    right: 0;
    background-color: #cecece;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modulo-contacto .datos-contacto li:last-child::after{
content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0;
}


.modulo-contacto .datos-contacto .direccion{
	display: inline-block;
	background-image: url("../img/direccion.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-left: 40px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
}



@media (max-width:767px){
.modulo-contacto .datos-contacto {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    text-align: center;
}
	
.modulo-contacto .datos-contacto li::after{
content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0;
    background-color: #cecece;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
	
.modulo-contacto .datos-contacto .direccion {
    margin-top: 30px;
    margin-bottom: 30px;
}	
	
}

/* Style 8
   ----------------------------- */

.modulo-contacto .separator {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  color: #30b457;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.modulo-contacto .separator span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.modulo-contacto .separator em {
  font-style: normal;
  font-weight: 600;
}

.modulo-contacto .eight .separator {
  text-align:center;
 
  text-transform:uppercase;
  font-size:26px; letter-spacing:1px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.eight .separator:after,.eight .separator:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #cecece;
}



.modulo-contacto .titulo-seccion{
	
}

.modulo-contacto .titulo-seccion.con-logo-c  {
    padding-left: 75px;
    background-image: url(../img/logo-t.png);
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 26px;
    padding-top: 10px;
    font-size: 24px;
    margin-left: -75px;
    padding-bottom: 24px;
}


.modulo-contacto .sitio {
    color: #545454;
    font-weight: 500;
    font-size: 15px;
}

.modulo-contacto .sitio .fa {
    color: #fff;
    font-size: 15px;margin-left: 3px;
}

.modulo-contacto .sitio:hover .fa {
    color: #30b457;
}


.modulo-contacto .telefono{
    color: #0b4189;
    font-size: 20px;
    font-weight: 600;
}

.modulo-contacto .uno {
	line-height: 32px;
	padding-left:60px;
}


@media (max-width:767px){

.modulo-contacto .uno {
	font-size:15px;
	line-height: 26px;
	padding-left:0px;
}
	
.modulo-contacto img{
    max-width: 300px;
}	
	
}


.modulo-contacto .sub{
	font-weight:400;
	font-size:30px;
	color:#1c1c1c;
	line-height:44px;
}

.modulo-contacto .yellow{
	color:#f9c726;
	font-weight:600;
	font-style:italic;
}



.input-gris{
    font-size: small;
	background-color: #ffffff;
	border-color: #d3d3d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	border-radius: 2px;
}

.modulo-contacto .card{
    background: rgb(0,144,125);
    background: linear-gradient(70deg, rgba(0,144,125,1) 0%, rgba(0,195,170,1) 50%);
    border: 0px;
	color:#FFFFFF;
}

.modulo-contacto .card img{
	width:50px;
	margin-bottom:10px;
}

.modulo-contacto .card .descripcion{
	font-size:18px;
	line-height:22px;
}

.enviar{
    line-height: 18px;
    display: flex;
    padding: 5px 40px;
    float: left;
    margin-top: 10px;
    border: 0px;
    background-color: #30b457;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.enviar:hover{
    background-color: #0b4189;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo-contacto 	background-color: #222;
	color: #ffffff;;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.enviar:active, .enviar.active, .enviar:focus, .enviar.focus, .enviar:active.focus, .enviar.active.focus{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
	border:0px;
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}


.modulo-contacto ul.social-buttons-contacto li{
	padding-left:0px;
}

.modulo-contacto ul.social-buttons-contacto li a {
	text-align: center;
	height: 44px;
	width: 44px;
	display: list-item;
	text-decoration: none;
	line-height: 44px;
	color: #ca1052;
	border: solid 1px #dddddd;
	background-color: #ffffff;
	font-size: 18px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50px;
}

.modulo-contacto ul.social-buttons-contacto li a:hover {
	background-color: #ca1052;
	color: #ffffff;
}

/*-----------------*/

.modulo-cabecera  {
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:300px;
}

.modulo-cabecera .titulo-cabecera  {
	font-size:44px;
	color:#fff;
	text-transform:uppercase;
}

@media only screen and (max-width: 768px) {
.modulo-cabecera  {
    padding-top: 50px;
    margin-top: 42px;
}

.modulo-cabecera .titulo-cabecera  {
	font-size:24px;
	margin-bottom:0px;
}	
}


.panel {
    background-color: transparent;
}

.panel-heading {
  padding: 0;
	border:0;
}
.panel-title&gt;a, .panel-title&gt;a:active{
	display:block;
  color:#fff;
  font-size:16px;
  font-weight:400;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e081";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
   content: "\e082";
}

    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: transparent;
    }

    .panel-default &gt; .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

    .panel-title {
        font-size: 15px;
    }

    .panel-title &gt; a {
	display: block;
	padding: 15px 15px;
	text-decoration: none;
	border: solid 1px rgb(255 255 255 / 51%);
    }


    .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top-color: transparent;
		
    }
	
	.panel-body p {
		color:white;
		font-weight:300;
		line-height:26px;			
    }

/*--------------------------*/

.section-video-inicio{
	display: block;
	max-width: 100%;
	height: 100%; 
	position:relative
}		
	
figure {
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: 50% 50%;
    margin: 0 auto;
	
	width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    left: 0!important;
    margin-left: 0!important;
}	
	
.video {
max-width: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    min-width: 100%;
    min-height: 100%;	
	/*left: -20%;*/
}
	
@media (max-width:767px){
.video {
    height: 100%;
    width: auto!important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}
}

	.controls{
    position: absolute;
    z-index: 099;
    top: 0;
    display: block;
		padding: 20px;
		left: 0;
}
	
.buttons button{
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.buttons button:before{
	content: "\f144";
	font-family: "Font Awesome 6 Free";
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 38px;
	color: white;
	-webkit-font-smoothing:antialiased;
}
	
.buttons button.play:before{
	content: "\f144";
}	
	
.buttons button.pause:before{
	content: "\f28b";
}

/*--------------------------*/</pre></body></html>