#contacts h3 {
	cursor: pointer;
	border-top: 1px solid #ccc;
	padding: 1em 0 .5em;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.3em;
	line-height: 1.2em
}
#contacts .contacts_panel:first-child h3 {
	border-top: 0 none;
}
.phone_number,
.website {
	margin-bottom: .5em;
}
.category_contacts p.administrator {
	margin: 0 0 .5em;
}

.category_contacts {
	display:none;
}
.category_contacts.active {
	display:block;
	margin-top: -1em;
}
.contact {
	margin: 1.5em 0 .5em 0;
}
.contact h4 {
	margin-bottom: .5em;
	font-size: 1em;
}

.contact h4 a {
	cursor: default;
	color: #000;
}
.contact h4 a {
	text-decoration: none;
}
.category_contacts p {
	margin: .1em 0;
}

.cards .contact {
	border: 1px solid #ccc;
	padding: 15px;
	width: 100%;
	position: relative;

}

.ios_link, .droid_link {
	display: inline;
}

.ios_link img {
	width: 190px;
}

.droid_link img {
	width: 172px;
}

@media print {
	.ios_link img, .droid_link img {
		display: none;
	}
}

@media screen and (min-width: 320px) {
	.droid_link {
		padding: 0;
	}
}

@media screen and (min-width: 480px) {
	.cards .contact {
		box-shadow: 0 0 5px #CCC;
		float: left;
		width: 31%;
		margin: 1%;
		margin-bottom: 15px;
	}

	.droid_link {
		padding-left: 20px;
	}
}

.cards .contact:hover {
	box-shadow: 0 0 10px #004990;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.button {
	display: block;
	margin: 5px 0;
}
a.address_book {
	color: #efefef;
	font-size: 24px;
	position: absolute;
	top: 10px;
	right: 15px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.touch a.address_book {
	color:#999;
}
.touch .contact{
	opacity: 1;
}
.address_book span {
	font: 0/0 a;
}
.contact:hover .address_book {
	color:#333;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.5s ease-out;
}
.icon-down-dir {
	/*border-left: 1px solid #ccc;*/
	padding: 8px 10px;
	margin: -8px -16px;
	float:right;
	color: #ccc;
}
.icon-down-dir:hover {
	color: #fff;
}
/*.details {
	display:none;
	opacity: 0;
}*/
.details.active {
	display: block;
	opacity: 1.0;
	margin-top: 5px;

}
.button {
	position: relative;
}
/*a.call {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5BB75B;
	background-image: -moz-linear-gradient(top, #62C462, #51A351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
	background-image: -webkit-linear-gradient(top, #62C462, #51A351);
	background-image: -o-linear-gradient(top, #62C462, #51A351);
	background-image: linear-gradient(to bottom, #62C462, #51A351);
	background-repeat: repeat-x;
	border-color: #51A351 #51A351 #387038;
}
a.call:hover {
	background-color: #5BB75B;
	color: #fff;
	opacity: 1.0;
}*/
a.hangup, a.hangup:hover {
	background: #da4f49;
	color: #fff;
	opacity: 1.0;
}
.the_number {
	display: block;
}
.cards .contact {
	opacity: .2;
}
.contacts_panel.no_contacts {
	/* display: none; */
}
.cards .contact:hover,
.cards .contact.active {
	opacity: 1.0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

@media print {
	.category_contacts {
		display:block !important;
	}
}
/*a.url {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49AFCD;
	background-image: -moz-linear-gradient(top, #5BC0DE, #2F96B4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5BC0DE), to(#2F96B4));
	background-image: -webkit-linear-gradient(top, #5BC0DE, #2F96B4);
	background-image: -o-linear-gradient(top, #5BC0DE, #2F96B4);
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: #2F96B4 #2F96B4 #1F6377;
}
a.url:hover {
	background-color: #49AFCD;
	color: #fff;
	opacity: 1.0;
}*/
/*.cards .contact .card_side {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: inherit;
	height: inherit;
}
.cards .contact .front {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.cards .contact .back {
	z-index: 800;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contact.flip .front {
	z-index: 900;

	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);


}

.contact.flip .back {
	z-index: 1000;

	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);

}*/
