/* Copyright 2020 acruzweb-crm*/
/*=====================================================
					Tipografia
======================================================*/
@font-face{
    font-family: "RobotoCondensedLight";
    src: url("../fonts/robotocondensed-light.ttf"), 
    url("../fonts/robotocondensed-light.eot"), 
    url("../fonts/robotocondensed-light.woff"), 
    url("../fonts/robotocondensed-light.woff2"), 
    url("../fonts/robotocondensed-light.svg");
}
@font-face{
    font-family: "RobotoRegular";
    src: url("../fonts/roboto-regular.ttf"), 
    url("../fonts/roboto-regular.eot"), 
    url("../fonts/roboto-regular.woff"), 
    url("../fonts/roboto-regular.woff2"), 
    url("../fonts/roboto-regular.svg");
}
@font-face{
    font-family: "OswaldLight";
    src: url("../fonts/oswald-light.ttf"), 
    url("../fonts/oswald-light.eot"), 
    url("../fonts/oswald-light.woff"), 
    url("../fonts/oswald-light.woff2"), 
    url("../fonts/oswald-light.svg");
}
/*=====================================================
					Estilos generales
======================================================*/
html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "RobotoRegular";
	position: relative;
	background-color: #fff;
}
.text-condensed{ font-family: "RobotoCondensedLight"; }
.text-tittles{ font-family: "OswaldLight"; }
.full-width{
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
.AjaxRequest{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.img-responsive{
	width: 100%;
	height: auto;
}
.divider{
	height: 0 !important;
	border-top: 1px solid #ECECEC;
	width: 92% !important;
	margin: 0 auto !important;
}
.cover{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.center-box{
	margin: 0 auto;
	display: block;
}
.center-box-h-v{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.height-viewport{
	height: auto; 
	min-height: calc(100vh - 60px);
}
.alert{
	padding: 20px;
	font-size: 20px;
	border-radius: 3px;
}
.not-found,
.under-construction{
	height: calc(100vh - 60px);
	background-position: center center;
	background-size: cover;
}
.not-found{
	background-image: url('../assets/img/404.jpg');
}
.under-construction{
	background-image: url('../assets/img/under_construction.jpg');
}
.avatar-form{
	height: 45px; 
	width: 45px;
}
.not-found-result{
	margin: 60px 0;
	color: #214A80;
}
.not-found-result p:nth-child(1){
	font-size: 350px;
}
.not-found-result p:nth-child(2){
	font-size: 50px;
	font-family: "RobotoCondensedLight";
}
.not-found-result p:nth-child(3) a{
	font-size: 20px;
	margin-top: 40px;
}
.ads-container{
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: auto;
    text-align: center;
    height: auto;
    margin: 5px 0;
}
.abs-sticky{
	position: sticky; 
	top: 5px;
}
.btn-donation{
	outline: none;
	text-decoration: none;
	display: inline-block;
	margin: 7px;
}
.btn-donation img{
	border-radius: 4px;
	width: 145px;
	height: 31px;
}
.home-section{
	padding: 20px 0;
}
/*====== paneles*/
.panel{ 
	height: auto;
	border: 1px solid #E1E1E1; 
}
.panel-tittle{
	height: 45px;
	display: block;
	line-height: 45px;
	color: #fff;
	font-size: 20px;
}
.panel-content{
	display: block;
	padding: 10px;
}
form{
	margin-bottom: 0;
}
.form-control:focus,
.form-control:active{
	outline: none;
	box-shadow: none;
}
table{
	font-family: "RobotoCondensedLight";
}
.table-ds thead tr{
	text-align: center;
	text-transform: uppercase;
	font-family: "OswaldLight";
	background-color: #2e6da4 !important;
}
.table-ds thead tr th{
	color: #FFF;
}
.table-ds tbody tr{
	text-align: center;
}
input.form-control[readonly]{
	background-color: transparent;
}
.p-title{
	margin-top: 35px;
}
/*====== Backgrouns color*/
.bg-primary {
    background-color: #2e6da4 !important;
}
.bg-success {
    background-color: #3f903f !important;
}
.bg-danger {
    background-color: #d9534f !important;
}
.bg-info {
    background-color: #5bc0de !important;
}
/*========= Barra de navegacion */
.NavBar{
	height: 60px;
	background-color: #000;
	z-index: 99;
	color: #fff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
.NavBar-logo,
.NavBar-nav{
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
}
.NavBar-logo{
	font-size: 25px;
	width: 30%;
	left: 0;
}
.NavBar-logo figure{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.NavBar-nav{
	width: 70%;
	text-align: right;
	right: 0;
}
.NavBar-nav li,
.NavBar-nav li a{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	height: 60px;
}
.NavBar-nav li{
	display: inline-block;
}
.NavBar-nav li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	font-family: "OswaldLight";
	font-size: 20px;
	padding: 0 7px;
	transition: all .3s ease-in-out;
}
.NavBar-nav li a:hover{
	color: #D4AC0D;
}
.NavBar-nav li a:active,
.NavBar-nav li a:focus{
	outline: none;
}
/*=====================================================
				footer
======================================================*/
.footer-container{
	background-color: #000000;
	color: #FFF;
	margin: 0;
	padding: 20px 15px 0 15px;
	font-family: "RobotoCondensedLight";
}
.liks-footer li a{
	color: #F5F5F5;
	text-decoration: none;
}
.footer-divider{
	height: 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer-copyright{
	padding: 20px 0;
}
.footer-text-copyright{
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.footer-social li{
	display: inline-block;
}
.footer-social li a{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	background-color: #33332F;
	color: #fff;
	text-align: center;
	margin: 0 2px;
}
/*========= Contenedores de plantillas */
.template{
	height: 527px;
	width: calc(100% - 10px);
	max-width: 370px;
	position: relative;
	margin: 40px auto;
	display: block;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.template-info{
	height: 400px;
	overflow-y: hidden;
}
.template-info:hover{
	overflow-y: auto;
}
.template-divider{
	height: 0;
	width: 90%;
	display: block;
	margin: 0 auto;
	border-top: 1px solid rgba(0, 0, 0, .09)
}
.template-img{
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.template-description{
	padding: 10px 0;
	display: block;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.template-description > strong{
	color: #3F51B5;
	font-size: 16px;
}
.template-framework{
	padding: 17px 0;
}
.template-framework > img{
	width: 60px;
	height: 60px;
}
.template-technologies{
	height: 60px;
	position: relative;
}
.template-technologies i{
	font-size: 30px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
	margin: 0 5px;
	color: #B3B3B3;
}
.template-options{
	padding: 15px 0;
	height: 66px;
}
.template-options > a{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.template-type{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 7;
	background-color: #DB1818;
	color: #FFF;
	padding: 4px 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.template-type::after{
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: transparent;
	border: 1px dashed rgba(255, 255, 255, .6);
}
/*=====================================================
					Estilos index.html
======================================================*/
/*========= Encabezado */
.header{
	height: calc(100vh - 60px);
	position: relative;
	background-attachment: fixed;
	background-image: url(../assets/img/index-header.jpg);
	overflow: hidden;
}
.header-content{
	padding: 50px 0;
	position: relative;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
.header-content-div{
	width: 100%;
	color: #fff;
}
.header-content-div ul li{
	display: inline-block;
	width: 300px;
}
.header-content-div ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
	padding: 15px;
	margin: 15px;
	transition: all .3s ease-in-out;
}
.header-content-div ul li a:hover{
	background-color: rgba(0,0,0,.4);
}
.header-content-div ul li a i{
	font-size: 30px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,.5);
}
/*========= Seccion framework */
.tecnologies{
	padding: 35px 0;
	background-color: #F5F5F5;
}
.tecnologies-content{
	padding: 10px;
}
.tecnologies-content i{
	color: #0288D1;
}
.framework-icon{
	width: 170px;
}
.browser-icon{
	width: 120px;
}
/*========= Seccion mision y vision */
.mision-vision{
	background-image: url(../assets/img/index-MV.jpg);
	background-attachment: inherit;
	color: #FFF;
	min-height: 500px;
}
.mision-vision-content{
	height: 100%;
	position: relative;
	min-height: 500px;
	background-color: rgba(0,0,0,.4);
}
/*========= Desarrolladores y contacto */
.contact{
	background-color: #FAFAFA;
	padding: 60px 0;
}
.developer-content{
	margin-top: 25px;
}
.developer-content ul li{
	display: inline-block;
}
.developer-content ul li a{
	outline: none;
	font-size: 23px;
	padding: 5px;
	margin: 0 2px;
	color: #3F51B5;
}
/*=====================================================
				Estilos cursos
======================================================*/
.card-container{
	padding: 0;
	margin: 10px;
	border: 1px solid rgba(0, 0, 0, .06);
}
.card-tutorials{
	width: 100%;
	margin: 0 auto;
}
.card-text{
	height: 127px;
	overflow-y: hidden;
	padding: 15px;
	color: rgba(0,0,0,.54);
}
.card-text:hover{
	overflow-y: auto;
}
.card-button{
	border-top: 1px solid rgba(0, 0, 0, .06);
	padding: 7px 0;
}
/*=====================================================
				Estilos recursos
======================================================*/
.resource-container{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: row-reverse;
}
.resourse-content,
.resourse-notice{
	box-sizing: border-box;
}
.resourse-content{
	padding: 10px;
	width: calc(100% - 400px)
}
.resourse-notice{
	flex-grow: 0;
	width: 400px;
	background-color: #FFF;
	text-align: center;
	border-radius: 0 0 4px 4px;
	border: 1px solid #e6e6e6;
}
.resourse-notice h4{
	margin: 0;
	padding: 10px 0;
}
.resourse-notice .mdl-list__item-avatar{
	line-height: 40px;
	font-size: 22px;
}
.img-resource{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.resource-divider{
	height: 0;
	width: 90%;
	display: block;
	margin: 20px auto;
	border-top: 1px solid rgba(0, 0, 0, .09)
}
.resource-description{
	padding: 25px 35px;
}
.resource-description p,
.resource-description li{
	font-size: 17px;
	color: #333;
	line-height: 1.5;
}
.resource-description a{
	color: #3F51B5;
}
.resource-download{
	color: #666;
	margin: 30px 0;
	padding: 20px 0;
}
.resource-download a{
	font-size: 60px;
	width: 100%;
	max-width: 250px;
	height: 90px;
	line-height: 90px;
	border: 2px solid #666;
	color: #666;
	border-radius: 7px;
	display: block;
	margin: 0 auto;
	transition: all .2s ease-in-out;
}
.resource-download a:hover{
	border: 2px solid #3483FA;
	color: #3483FA;
}
.resource-developer{
	background-color: #E0F7FA;
	padding: 20px;
	border-radius: 4px;
}
.resource-developer img{
	max-width: 150px;
	margin: 0 auto;
	display: block;
}
.resource-developer-social{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.resource-developer-social li{
	display: inline-block;
}
.resource-developer-social li a{
	color: #666;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 40px;
	display: block;
	border: 2px solid #666;
	border-radius: 100%;
	margin: 0 5px;
	transition: all .2s ease-in-out;
}
.resource-developer-social li a:hover{
	color: #3483FA;
	border: 2px solid #3483FA;
	transform: scale(1.2);
}
.post-description img{
	display: block;
	width: auto;
	height: auto;
	max-width: 90%;
	margin: 25px auto;
}
.video-iframe{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-iframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.post-description code,
.post-description pre{
	display: block;
	margin: 50px 0;
	border-radius: 4px;
	background-color: #DCEDC8;
	padding: 25px
}
/*=====================================================
				Estilos Descargas
======================================================*/
.download-section{
	padding: 30px 0;
	text-align: center;
}
/*=====================================================
				Estilos login
======================================================*/
.login-container{
	min-height: calc(100vh - 60px);
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('../assets/img/index-MV.jpg');
}
.login-form{
	border-radius: 4px;
	padding: 20px 10px 10px 10px;
	width: 90%;
	max-width: 300px;
	background-color: rgba(255, 255, 255, .9);
}
/*=====================================================
				Estilos panel
======================================================*/
.panel-menu{
	border-radius: 0 0 0 0;
	border: 0;
	border-left: 1px solid #e6e6e6;
	min-height: calc(100vh - 60px);
}
/*============= Menu*/
.panel-menu-nav{
	padding-top: 25px;
	display: block;
	width: 90%;
}
.panel-menu-nav > li,
.panel-menu-nav > li > a,
.panel-menu-nav > li > ul > li,
.panel-menu-nav > li > ul > li > a{
	line-height: 50px;
	font-family: "RobotoCondensedLight";
	display: block;
	color: #3C526D;
	text-align: left;
	text-decoration: none;
	border-radius: 4px;
	transition: all .3s ease-in-out;
	position: relative;
}
.panel-menu-nav > li > a > i.fa-chevron-down{
	line-height: 50px;
	transition: all .3s ease-in-out; 
}
.panel-menu-nav > li > a{
	padding: 0 15px;
	box-sizing: border-box;
	height: 50px;
	outline: none;
}
.panel-menu-nav > li > a:hover{
	background-color: #E1F5FE;
}
.panel-menu-nav > li > ul{
	position: relative;
	padding-top: 7px;
	height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.show-panel-submenu{
	height: auto !important;
	overflow: auto !important;
	background-color: #E0F7FA;
}
.btn-panel-active{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #E0F7FA;
}
.panel-menu-nav > li > ul > li,
.panel-menu-nav > li > ul > li > a{
	height: 40px;
	line-height: 40px;
	border-radius: 0;
}
.panel-menu-nav > li > ul > li{
	padding-left: 35px;
}
.panel-menu-nav > li > ul > li > a{
	border-left: 4px solid transparent;
	outline: none;
	padding-left: 7px;
}
.panel-menu-nav > li > ul > li > a:hover{
	border-left: 4px solid #01579B;
	color: #01579B;
}
/*============= Lista de categorias*/
.post-category{
	padding: 0;
	margin: 0;
	list-style: none;
}
.post-category li{
	width: 100%;
	position: relative;
	height: 50px;
}
.post-category li a{
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-family: "RobotoCondensedLight";
	color: #214A80;
	transition: all .5s ease-in-out;
}
.post-category li a:hover{
	background-color: #B3E5FC;
	color: #333;
	font-size: 22px;
}
/*=============Azulejos o accesos directos(Tiles)*/
.tile{
	max-width: 300px;
	height: 180px;
	background-color: #fff;
	color: rgba(43, 174, 168, 1);
	position: relative;
	display: inline-block;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
	overflow: hidden;
	cursor: pointer;
	margin: 10px;
}
.tile:hover > .tile-icon > i,
.tile:hover > .tile-number{
	color: rgba(43, 174, 168, 1);
}
.tile-title,
.tile-icon,
.tile-number{
	position: absolute;
}
.tile-title{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background-color: rgb(43, 174, 168);
	color: #fff;
	top: 0;
	left: 0;
}
.tile-icon,
.tile-number{
	bottom: 0;
	height: 140px;
	width: 150px;
}
.tile-icon{
	left: 0;
}
.tile-icon > i{
	line-height: 140px;
	font-size: 100px;
}
.tile-icon > i,
.tile-number{
	color: rgba(43, 174, 168, .4);
	transition: all .3s ease-in-out;
}
.tile-number{
	right: 0;
	user-select: none;
}
.tile-number > p{
	line-height: 140px;
	font-size: 60px;
}
.tile-number > small{
	font-size: 20px;
}
/*=====================================================
				Paginacion
======================================================*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
}
.clearfix::before,
.clearfix::after,
.pager::before,
.pager::after {
  display: table;
  content: " ";
}
.clearfix::after,
.pager::after {
  clear: both;
}
/*=====================================================
					Break-Points
======================================================*/

/*Phone*/
@media (max-width: 479px){
	.hide-on-phone{
		width: 0 !important;
		height: 0 !important;
		pointer-events: none !important;
		opacity: 0 !important;
	}
	.visible-on-phone{
		pointer-events: auto !important;
		opacity: 1 !important;
	}
	.visible-on-tablet,
	.visible-on-desktop{
		pointer-events: none !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
	}
	/*========= Header index */
	.header-content-div ul li a{
		margin: 7px 0;
	}
}


/*Tablet*/
@media (min-width: 480px) and (max-width: 839px){
	.hide-on-tablet{
		width: 0 !important;
		height: 0 !important;
		pointer-events: none !important;
		opacity: 0 !important;
	}
	.visible-on-tablet{
		pointer-events: auto !important;
		opacity: 1 !important;
	}
	.visible-on-desktop,
	.visible-on-phone{
		pointer-events: none !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
	}
}


/*Phone and Tablet*/
@media (max-width: 839px){
	/*========= Barra de navegacion */
	.NavBar-logo{
		width: 100%;
		font-size: 22px;
	}
	.NavBar-nav{
		position: fixed;
		width: 100%;
		height: 0;
		background-color: #000;
		z-index: 17;
		top: 60px;
		border-top: 1px solid rgba(255,255,255,.2);
		transition: all .3s ease-in-out;
		opacity: 0;
		pointer-events: none;
	}
	.NavBar-nav li{
		display: block;
	}
	.NavBar-nav li a{
		padding: 0;
		text-align: center;
	}
	.NavBar-show{
		height: 100%;
		opacity: 1;
		pointer-events: auto;
	}
	.btn-menu-mobile{
		position: absolute;
		top: 0;
		right: 0;
		height: 60px;
		width: 60px;
		line-height: 60px;
		font-size: 30px;
		margin: 0;
		cursor: pointer;
		z-index: 999;
		text-align: center;
	}
	.No-Scroll{
		overflow: hidden !important;	
	}
	.resource-container{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.resourse-content{
		width: 100%;
	}
	.resourse-notice{
		width: 100%;
	}
	.panel-menu{
		min-height: auto;
	}
	.post-description iframe{
		width: 640px;
		height: 360px;
	}
}


/*Desktop*/
@media (min-width: 840px){
	.btn-menu-mobile{
		width: 0 !important;
		height: 0 !important;
		pointer-events: none !important;
		opacity: 0 !important;
	}
	.hide-on-desktop{
		width: 0 !important;
		height: 0 !important;
		pointer-events: none !important;
		opacity: 0 !important;
	}
	.visible-on-desktop{
		pointer-events: auto !important;
		opacity: 1 !important;
	}
	.visible-on-tablet,
	.visible-on-phone{
		pointer-events: none !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
	}
	.rwd-text{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}

	.post-description iframe{
		width: 854px;
		height: 480px;
	}	
}