p, body, h2 {
    margin: 0;
}
body {
    font-size: 14px;
}
/*.fancybox-close {
    top: 0!important;
    right: 0!important;
    padding: 8px 15px 0 0!important;
    background: transparent url(../../../../../fileadmin/templates/img/css/close_cross.png) no-repeat bottom left;
}*/
.grey_background {
    background-color: #f6f6f6!important;
}
/* Result part css */
.provider_wrapper{
    height: auto;
    max-height: 100%;
    overflow: auto;
    color: #999999;
    font-family: "Istok Web", sans-serif;
    padding-bottom: 20px;
}
.provider_name_wrap {
    padding: 10px 0;
    width: 86%;
}
.provider_name_wrap h2 {
    font-size: 1.333em;
    font-weight: bold;
    color: #003E5B;
}
.provider_links a {
    text-decoration: none;
    color: #008acb;
}
.provider_links a:hover {
    text-decoration: underline;
}
.provider_label {
    color: #008acb;
}
.provider_label_heavy {
    font-weight: bold;
    text-transform: uppercase;
    color: #003E5B;
}
.provider_info>div {
    margin: 7px 2% 0 4%;
}
.icon_telephone {
    padding: 6px 15px;
    background: transparent url(../../../../../fileadmin/templates/img/css/ico_phone_fixe.png) no-repeat left center;
}
.icon_mobile {
	margin-left : 5px;
    padding: 6px 12px;
    background: transparent url(../../../../../fileadmin/templates/img/css/mobile.png) no-repeat left center;
}
.icon_email {
    padding: 5px 14px;
    background: transparent url(../../../../../fileadmin/templates/img/css/mail.png) no-repeat left center;
}
.icon_fax {
    padding: 5px 15px;
    background: transparent url(../../../../../fileadmin/templates/img/css/print.png) no-repeat left center;
}
.provider_main_picture {
    display: inline-block;
    min-width: 90px;
    max-width: 30%;
}
.provider_main_picture>img {
    width: 100%;
}
.provider_images_list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 5px 0;
    height: 120px;
    overflow: auto;

}
.provider_images_list>li {
    display: inline-block;
    margin: 5px 2%;
    vertical-align: top;
}

.provider_images_list img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.provider_description_wrap {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    margin-left: 2%;
    overflow-x: hidden;
    overflow-y: auto;
}

.provider_contact_details>div {
    display: inline-block;
    margin-right: 5px;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.contact_block {
    display: inline-block;
    width: 46%;
    margin: 0 2%;
    vertical-align: top;
}
.provider_map {
    display: inline-block;
    height: 400px;
    width: 48%;
    margin: 17px 0 0 1.4%;
}

.contact_block>div {
    margin: 7px 2% 0 2%;
}
.tab_menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    overflow:auto;
}
.tab_title {
    float: left;
    width: 35%;
    margin:0;
    padding: 0;
    color: #ffffff;
    background-color: #bbbbbb;
    cursor: pointer;
    overflow: hidden;
}

.active_tab_title{
    color: #003E5B;
    background-color: #f6f6f6;
}
.tab_label {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 17px 0;
}

.tab_menu_wrap {
    background-color: #f6f6f6;
}
#provider_tab {
    display: table;
    width: 100%;
}
#provider_tab>div>div {
    display: table-cell;
}
.provider_info {
    width: 70%;
}
.provider_criteria {
    width: 30%;
    height: 423px;
    vertical-align: top;
    background-color: #f6f6f6;
}

.provider_wrapper ul {
    list-style: none;
    padding: 0;
}
.criteria_type {
    color: #003E5B;
    padding: 0.7em 0 0.7em 25px;
    cursor: pointer;
    background: url(../../../../../fileadmin/templates/img/css/bg_li.png) no-repeat 15px center;
}
.criteria_type_open {
    background: url(../../../../../fileadmin/templates/img/css/bg_li_down.png) no-repeat 15px center;
}
.criteria_type_list {
    width: 95%;
    margin: 0 auto;
    overflow: auto;
}
.criteria_type_list>li {
    border-top: 1px solid #bbbbbb;
}
.criteria_type_list>li:first-child {
    border-top: none;
}
.criteria_list_wrap {
    display: none;
    overflow: auto;
    color: #ffffff;
    background-color: #003E5B;
}
.criteria_list {
    margin: 0 15px;
}
.criteria_list>li {
    display: table;
    width: 100%;
}
.criteria_list>li>div {
    display: table-row;
    width: 100%;
}
.criteria_list>li>div>div {
    display: table-cell;
    width: 40%;
    padding: 0.4em 0;
    text-align: center;
    border: 1px dotted #ffffff;
}
.criteria_list>li>div>div:first-child {
    width: 60%;
    font-weight: bold;
}
.print_link_wrap {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}
.print_link {
    padding: 0.3em 1em;
    text-decoration: none;
    font-style: italic;
    background: #008acb;
    color: #ffffff;
}

.arrow_background {
    background-color: #ffffff;
}
.arrow_down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff;
    margin: 0 auto;
}
.active_arrow {
    border-top-color: #f6f6f6;
}
.provider_criteria div a {
	text-decoration: none;
	color: #008acb;
}
.provider_criteria .icon_email {
	margin-left: 20px;
}
.provider_criteria .criteria_mail {
	margin-top: 50px;
}

/* Provider google map - start */
.tx-giettprovider-pi2 #map-provisional {
	width: 100% ;
	height: 100%;
	background-color: rgb(229, 227, 223);
	border: 3px solid white;
	box-shadow: 0 0 5px 5px #B9B9B9;
}

.tx-giettprovider-pi2 #map-provisional span {
	width: 85px;
	display: block;
	float: left;
	padding-top: 25px;
	color: #666666;
}

.tx-giettprovider-pi2 #map-provisional img {
	float: left;
}

.tx-giettprovider-pi2 #map-provisional > div {
	position:relative;
	top:35%;
	left: 34%;
	height:70px;
	width: 145px;
}
/* Provider google map - end */