/* .pull-left{float:left}
.pull-right{float:right}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}

.dial-pad-wrap{
	width:890px;
	height:560px;
	overflow:hidden;
	position:relative;
	margin:0 auto 20px;
	background:#ecf0f1;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.dial-pad-wrap .left-pan,
.dial-pad-wrap .dial-pad{
	padding:15px;
}
.dial-pad-wrap .left-pan{
	top:0;
	right:0;
	bottom:0;
	z-index:1;
	width:555px;
	position:absolute;
	background:#75c4b5;
	transition:width .4s ease-in-out 0s;
}
.dial-pad-wrap .left-pan.active{
	width:100%;
}
.dial-pad-wrap .left-pan .contacts .title{
	color:#eee;
	font-size:24px;
	font-weight:400;
	margin-top:15px;
	text-align:center;
	margin-bottom:15px;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:2px solid #eee;
	line-height: 26px;
}
.dial-pad-wrap .left-pan .people{
	padding:10px;
	display:none;
	cursor:default;
	background:#eee;
	margin-bottom:15px;
	box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.19);
}
.dial-pad-wrap .left-pan .people .photo{
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:50%;
	margin-right:10px;
	border:2px solid #16a085;
}
.dial-pad-wrap .left-pan .people .photo img{
	width:100%;
	display:block;
}
.dial-pad-wrap .left-pan .people .info .name{
	margin-bottom:10px;
}
.dial-pad-wrap .left-pan .people .info .phone{
	font-size:14px;
	font-weight:500;
}
.dial-pad-wrap .left-pan .people .phone .highlight{
	color:#75c4b5;
}

.dial-pad-wrap .left-pan .calling{
	color:#eee;
	margin:auto;
	display:none;
	max-width:300px;
	text-align:center;
}
.dial-pad-wrap .left-pan .calling .title{
	font-size:28px;
	margin:20px 0;
}
.dial-pad-wrap .left-pan .calling .name,
.dial-pad-wrap .left-pan .calling .photo,
.dial-pad-wrap .left-pan .calling .action,
.dial-pad-wrap .left-pan .calling .number{
	margin:auto;
	margin-top:20px;
	margin-bottom:15px;
}
.dial-pad-wrap .left-pan .calling .photo{
	width:100px;
	height:100px;
	overflow:hidden;
	border:2px solid;
	border-radius:50%;
	box-shadow:0 8px 10px 0 rgba(0,0,0,.24),0 10px 50px 0 rgba(0,0,0,.19);
}
.dial-pad-wrap .left-pan .calling .photo img{
	width:100%;
	display:block;
}
.dial-pad-wrap .left-pan .calling .name{
	margin:30px 0;
	font-size:24px;
	font-weight:400;
}
.dial-pad-wrap .left-pan .calling .action{
	width:100%;
	display:table;
}
.dial-pad-wrap .left-pan .calling .action .lnk{
	width:25%;
	display:table-cell;
}
.dial-pad-wrap .left-pan .calling .btn{
	width:40px;
	height:40px;
	border:none;
	color:#419887;
	font-size:16px;
	border-radius:50%;
	-webkit-animation-duration:1s;
	        animation-duration:1s;
}
.dial-pad-wrap .left-pan .calling .action .btn.active{
	color:#eee;
	background:#27ae60;
}
.dial-pad-wrap .left-pan .calling .call-end{
	margin-top:30px;
}
.dial-pad-wrap .left-pan .calling .call-end .btn{
	width:200px;
	color:#eee;
	font-size:24px;
	border-radius:25px;
	background:#c0392b;
}
.dial-pad-wrap .left-pan .calling .action .btn .fa-mic:before{
	content:'\f131';
}
.dial-pad-wrap .left-pan .calling .action .btn.active .fa-mic:before{
	content:'\f130';
}
.dial-pad-wrap .left-pan .calling .action .btn .fa-vol:before{
	content:'\f027';
}
.dial-pad-wrap .left-pan .calling .action .btn.active .fa-vol:before{
	content:'\f028';
}

.dial-pad-wrap .dial-pad{
	height:100%;
	padding:5px;
	width:100px;
}
.dial-pad-wrap .dial-screen{
	height:50px;
	padding:0 15px;
	font-size:28px;
	font-weight:400;
	line-height:50px;
	text-align:right;
	margin-bottom:20px;
	background:#eef1f2;
	border:1px solid #e9eeef;
}
.dial-pad-wrap .dial-table{
	width:100%;
	display:table;
}
.dial-pad-wrap .dial-table .dial-table-row{
	display:table-row;
}
.dial-pad-wrap .dial-table .dial-table-col{
	cursor:default;
	width:99.9%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}

@media all and (min-width: 768px) {
	.dial-pad-wrap .dial-table .dial-table-col{
		width:33.333333%;
	}
	.dial-pad-wrap .dial-pad{
		padding:40px;
		width:335px;
	}
}
	
	
.dial-pad-wrap .dial-table .dial-key-wrap{
	margin-bottom:20px;
	transition:background .3s ease-in-out 0s;
}
.dial-pad-wrap .dial-table .dial-table-col .dial-key{
	font-size:28px;
	font-weight:400;
	min-height:30px;
	line-height:30px;
}
.dial-pad-wrap .dial-table .no-sub-key .dial-key{
	min-height:48px;
	line-height:48px;
}
.dial-pad-wrap .dial-table .dial-sub-key{
	color:#aaa;
	font-size:14px;
	text-transform:uppercase;
}
.dial-pad-wrap .no-sub-key .dial-sub-key{
	display:none;
}
.dial-pad-wrap .dial-table .dial-key-wrap.active,
.dial-pad-wrap .dial-table .dial-key-wrap:hover{
	color:#eee;
	background:#16a085;
}
.dial-pad-wrap .dial-table .dial-key-wrap.active .dial-sub-key,
.dial-pad-wrap .dial-table .dial-key-wrap:hover .dial-sub-key{
	color:#eee;
}

#tasta ul {
    list-style: none;
    padding: 10px;
    font-size: 16px;
}
#tasta ul li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid black;
}
*/
#dial-pad-wrap {
    box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
	width:100%;
	display:flex;
	justify-content: flex-start;
	background: #ecf0f1;
	margin: 0 auto 20px;
}
#dial-list {
	/*border: 1px solid black;*/
	/*color: white;*/
	/*background-color: purple;*/
	/*padding: 10px;	*/
	display:flex;
	flex-grow:1;
}
#dial-num-pad{
	width:118px;
	min-width:118px;
	padding:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-self: flex-start;
}
.dial-table-col {
	width:32px; 
	height:42px;
	border: 1px solid gray;
	margin:3px 3px 12px 3px;
	border-radius: 5px;
	text-align:center;
	padding:2px;
	cursor:default;
	padding-top:5px;
	/*display: flex;
	align-content: center;
	flex-grow:0.3;*/
}
.dial-table-col:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dial-asterix {
	order: 11;
}
.dial-zero {
	order: 10;
}
.dial-diez {
	order: 12;
}
ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.dial-key-wrap{
	
	transition:background .3s ease-in-out 0s;
}
.dial-key{
	font-size:18px;
	font-weight:400;
	height:20px;
	line-height:20px;
}
.dial-sub-key {
	text-transform: uppercase;

}

.dial-left-pan {
	display:flex;
	width:100%;
	padding:10px;
}
.dial-content {
	width:100%;
	display: flex;
    flex-direction: column;
}
.dial-title {
    color: #eee;
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
    line-height: 26px;
	width:100%;
	word-break: break-word;
}
.dial-submenu {
	background-color:#FEFEFE;
	box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
	flex-grow:1;
	/*height:100%;*/
}
.dial-row-taste {
	display:block;
	padding: 5px;
    border-top: 1px solid #dee2e6;
	cursor:default;
}
.dial-row-taste:hover {
	color: #212529;
    background-color: rgba(0,0,0,.075);
}
.dial-row-taste-ind {
	margin: 0 10px 0 5px;
	font-weight:800;
}
.dial-pl-1 {
	padding-left:1.5rem;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
}
/* Small devices (porliait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	#dial-num-pad{
		width:222px;
		min-width: 222px;
	}
	.dial-table-col {
		width:84px;
		height:84px;
		border: 1px solid gray;
		margin:6px 6px 24px 6px;
		border-radius: 5px;
		text-align:center;
		padding:5px;
		cursor:default;
		padding-top:15px;
		/*display: flex;
		align-content: center;
		flex-grow:0.3;*/
	}
	.dial-key{
		font-size:28px;
		font-weight:400;
		height:30px;
		line-height:30px;
	}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#dial-num-pad{
		width:348px;
		min-width: 348px;
	}
	.dial-asterix {
		order: 10;
	}
	.dial-zero {
		order: 11;
	}
	.dial-diez {
		order: 12;
	}
	
}

/* Large devices (laptops/desktops, 881px and up) */
@media only screen and (min-width: 881px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Exlia large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#dial-pad-wrap {
		width:990px;
	}
	
}
/*harta IIP */
ul.harta-iip,
ul.harta-iip ul,
ul.harta-iip li,
ul.harta-iip li > a {
	display: block;
    position: relative;
	text-decoration: none;
	color: black;
	font-size:16px!important;
}

ul.harta-iip,
ul.harta-iip ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.harta-iip {
    text-align: center;
}
ul.harta-iip a {
    text-align: center;
	border: 3px solid #b7a6aa;
	font-size:18px;
}

ul.harta-iip ul {
    padding-top: 1em;
}
ul.harta-iip ul:before,
ul.harta-iip ul:after,
ul.harta-iip li:before,
ul.harta-iip li:after,
ul.harta-iip > li > a:before,
ul.harta-iip > li > a:after {
    background-color: #b7a6aa;
    content: '';
    position: absolute;
}

/* 	border: 1px solid red; */

ul.harta-iip ul > li {
    padding: 1em 0 0 2em;
}
ul.harta-iip > li ul:before {
    height: 1em;
    left: 0;
    top: 0;
    width: 3px;
}

ul.harta-iip > li ul > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 2em;
}

ul.harta-iip > li ul > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ul.harta-iip > li ul > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 2em;
}

ul.harta-iip > li ul > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ul.harta-iip li > a {
    background-culor: #fff;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
}

/*** PRIMARY ***/
ul.harta-iip > li > a {
    background-color: #FFCC00;
}

/*** SECONDARY ***/


ul.harta-iip > li > ul > li > a {
    background-color: #3399FF;
}
/*** TERTIARY ***/
ul.harta-iip > li > ul > li > ul > li > a {
    background-color: #33D3FF;
}

/*** QUATERNARY ***/
ul.harta-iip > li > ul > li > ul > li > ul > li > a {
    background-color: #fca858;
}

/*** QUINARY ***/
ul.harta-iip > li > ul > li > ul > li > ul > li > ul > li > a {
    background-color: #fddc32;
}


.hii-details {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  max-height: 99em !important;
  transition: all 1.2s ease;
}
.hii-details > .hii-section, .hii-details > .hii-capitol, .hii-details > .hii-article {
  position: relative;
  color: #99e;
  margin-top: 0.15em;
  padding: 0.5em 0.5em 0.5em;
  border: 2px solid #ccc;
}
.hii-folder {
  margin: 0 0 0.2em 0.26em;
  padding: 0.2em 0em 0.2em 1.5em;
  border-left: 0.1em #ccc dotted;
  border-bottom: 0.1em #ccc dotted;
}
.hii-folder p {
  margin: 0;
}
.hii-section {
  background: #FFF;
  background: #444;

}
.hii-section-title {
	color: #FFF;

}
.hii-capitol {
  background: #3399FF;
}
.hii-capitol-title {
	color: #FFF;

}
.hii-article {
  background: #33D3FF;
}
.hii-article-title {
	color: #000;

}

.hii-missing-link {
	color: red;
}
.strike {
	text-decoration: line-through;
}
