body {
    height: 100%;
    background-color: #F9F7F5;
    color: #606060;
    font-size: 90%;
}
a:link {
    color: #0065A1;
    text-decoration: none;
    outline: none;
    -webkit-transition: color 300ms ease-in;
    -moz-transition:  color 300ms ease-in;
    -ms-transition:  color 300ms ease-in;
    -o-transition:  color 300ms ease-in;
    transition:  color 300ms ease-in;
}
a:hover, a:focus {
    color: #029FE7;
}

a:hover:visited {
    color: #0065A1;
}

a:visited {
    color: #0065A1;
    text-decoration: none;
}
h1, h2 {
    color: #646464;
}
h1 {

    letter-spacing: -0.01em;
    margin-bottom: 20px!important;
    font-size: 2rem;
    line-height: 1.2;
    clear:both;


}

h1.service-title {
    background-color: #FFF;
    text-align: center;
    display: block;
    padding: 5px 20px;
    -moz-box-shadow: -1px 2px 5px #000000;
    -webkit-box-shadow: -1px 2px 5px #000000;
    box-shadow: 0px 2px 3px #CCC;
    letter-spacing: -0.01em;
    margin-bottom: 20px!important;
    font-size: 2rem;
    line-height: 1.2;
    clear:both;}
}

#header, #navigation, .region-sidebar-first, .region-sidebar-second, #footer {
    padding: 0px;
}
#content {
    padding: 0px 15px;
}
div[class*="button"] input:focus {
    outline: none!important;
}


/*--------------FONT FACE------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic|Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,greek-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic&subset=latin,greek-ext);


@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,greek,greek-ext);


@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/opensans-condlight.eot');
    src: local('opensans-condlight'), local('opensans-condlight'), url('../fonts/opensans-condlight.ttf') format('truetype'), url('../fonts/opensans-condlight.woff') format('woff'), url('../fonts/opensans-condlight.svg') format('svg');
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

strong, h1, h2, h3, h4, th, .field-label, legend, label {
    font-weight: 600;
    font-style: normal;
}


/*-------------H E A D E R---------------------------------*/
#header.header {
    background-color: #F9F7F5;
    display: block;
    width: 100%;
    height: 150px;
    position: relative!important;
    overflow: hidden;
}
#main {
    clear: both;
    /*float: left;*/
    position: relative;
    width: 100%;
    padding-top: 40px;
}
#header .header__logo {
    margin-top: 4px;
}
.header__name-and-slogan {
    position: absolute;
    right: 0px;
    bottom: 10px;
    font-weight:normal;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.header__site-slogan {
    float: right;
    clear: right;
}

/*---Region preheader---*/
.region-preheader {
    margin-top: 10px;
}
.region-preheader .block {
    margin-bottom: 0px;
    display: inline-block;
}
.region-preheader .block-open-readspeaker .rsbtn{
    margin-bottom: 0px;
}
.region-preheader .block-eu-commission {
    float: right;
}

@media screen and (max-width: 1024px){
    .region-preheader .block-eu-commission {
        margin-right:20px;
    }
}


.region-preheader .block-eu-commission p {
    margin: 0px;
    line-height: 0;
}

/*---------------B R E A D C R U MB------------------------------------------*/
.breadcrumb {
    font-size: 0.75em;
    color: #999;
    display: block;
    margin:5px 0px 25px 0px;
}
/*-------------M A I N   M E N U---------------------------------*/
.euts-menu-anchor {
    display: none!important;
}
#navigation {
    border: 1px solid #CCC;
    margin: 0px;
    -moz-box-shadow: 0px 0px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px #CCC;
    box-shadow: 0px 0px 2px #CCC;
    background-color: #FBFAF8;
    padding: 0px 0px;
    font-size: 1em;
    float: none;
    font-weight: 600;
    height: 2.5rem;
    position: absolute;
    top: 0px;
    width: 100%;
}
#navigation div:first-of-type,
#navigation div:first-of-type div:first-of-type {
    height: 100%;
}
#navigation ul {
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    height: 100%;
}
#navigation li {
    float: left;
    height: 100%;
    margin: 0px;
    list-style: none;
    border: none;
    background-color: transparent;
    position: relative;
}

#navigation li:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #CCC;
}
#navigation li:last-of-type:after {
    content: none;
}
#navigation a {
    display: block;
    padding: 10px 18px;
    color: #0065A1;
}
#navigation a:hover {
    color: #027ac6;
}

/*Home icon*/
#navigation .nice-menu > li.first a {
    display: block;
    width: 15px;
    height: 20px;
    text-indent: -5000px;
    background: url(../images/home-icon.png) no-repeat 15px 8px;
}
#navigation .nice-menu > li.first a:hover {
    background-position: 15px -22px;
}

/*Menu item with dropdown*/
#navigation li.menuparent {
    background: none;
}
#navigation li.menuparent > a {
    padding-right: 28px;
    cursor: pointer;
}
#navigation li.menuparent > a:after {
    content: " ";
    position: absolute;
    right: 12px;
    top: 16px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #045990;
    border-left: 1px solid #045990;
    transform: rotate(225deg);
}

/*Dropdown*/
#navigation li.menuparent ul {
    position: absolute;
    top: 100%;
    width: auto;
    height: auto;
    padding: 8px 0px;
    border: 1px solid #DCDCDC;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px #CCC;
    box-shadow: 0px 0px 2px #CCC;
}
#navigation li.menuparent ul:after,
#navigation li.menuparent ul:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: 15%;
    pointer-events: none;
}
#navigation li.menuparent ul:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FBFAF8;
    border-width: 6px;
    margin-left: -6px;
}
#navigation li.menuparent ul:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #DCDCDC;
    border-width: 8px;
    margin-left: -8px;
}
#navigation li.menuparent ul li {
    display: block;
    float: none;
    text-align: left;
}
#navigation li.menuparent ul li:after {
    content: none;
}
#navigation li.menuparent ul a {
    display: block;
    padding: 8px 15px;
    line-height: 1.2
}
#navigation li.menuparent ul a:hover {
    background-color: #006099;
    color: #fff;
}


/*My Pantou menu-item and Dropdown*/
#navigation li.euts-my-pantou {
    text-align: right;
    position: absolute;
    right: 0px;
}
#navigation li.euts-my-pantou li {
    width: auto;
}
/*#navigation li.euts-my-pantou a:hover {
	cursor: pointer
}*/
#navigation li.menuparent li.euts-my-profile a {
    background-image: url(../images/my-icons.png);
    background-repeat: no-repeat;
    background-position: 8px 6px;
    padding-left: 30px;
}
#navigation li.menuparent li.euts-help a {
    background-image: url(../images/my-icons.png);
    background-repeat: no-repeat;
    background-position: 8px -28px;
    padding-left: 30px;
}
#navigation li.menuparent li.euts-logout a {
    background-image: url(../images/my-icons.png);
    background-repeat: no-repeat;
    background-position: 8px -60px;
    padding-left: 30px;
}
#navigation li.menuparent li.euts-edit-services a {
    background-image: url(../images/my-icons.png);
    background-repeat: no-repeat;
    background-position: 8px -90px;
    padding-left: 30px;
}



/*---------------PAGE CATEGORIZATION---------------------------------*/
input#edit-organisation.form-image_button, input#edit-individual.form-image_button {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    color: #FFF;
    width: 250px;
    height: 230px;
    padding-top: 160px;
    font-size: 1em;
    border: none;
    font-weight: 600;
    float: left;
    margin: 5px 10px 50px 10px;
}
input#edit-organisation.form-image_button {
    background: #006FB3 url(../images/organisation-icon.png) no-repeat -75px 25px;
}
input#edit-individual.form-image_button {
    background: #006FB3 url(../images/individual-icon.png) no-repeat -75px 25px;
}
#edit-text-or {
    width: 50px;
    float: left;
}
input#edit-individual.form-image_button:hover, input#edit-individual.form-image_button:focus, input#edit-organisation.form-image_button:hover, input#edit-organisation.form-image_button:focus {
    background-color: #0095C9;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
}
.euts-user-categories {
    text-align: center;
    font-size: 1.5em;
    margin: 20px auto;
    text-align: center;
    display: table;
}
/*----------COLLAPSIBLE REGISTRATION FORM-----------------------*/
html.js .collapsible .fieldset-legend {
    background: url(../images/fieldset_collapsible_arrow.png) no-repeat;
    background-position: 10px 50%;
}
html.js .collapsible.collapsed .fieldset-legend {
    background: url(../images/fieldset_collapsed_arrow.png) no-repeat;
    background-position: 10px 50%;
}
#content .collapsible legend {
    display: block;
    background-color: #0065A1;
    color: #FFF;
    width: 100%;
    padding: 0px 0px;
    font-size: 1.4em;
}
#content .collapsible .fieldset-wrapper {
    padding-top: 10px;
}
#content .collapsible legend a {
    color: #FFF;
    padding: 8px 18px;
    display: block;
}
#content .fieldset-legend .summary {
    display: none;
}
#content fieldset.collapsible {
    padding: 0px;
    border: none;
    margin-top: 5px;
}
#content fieldset.collapsed {
    display: block;
    min-height: 40px;
}
.euts-steps-fieldset {
    float: left;
    width: 15%;
    margin-right: 3%;
    padding: 0px 0px;
    border: none;
    border-right: 1px solid #CCC;
    min-height: 700px;
}
.euts-steps-fieldset li {
    list-style: none;
    text-align: center;
    display: block;
    width: 50%;
    margin: 40px auto;
    color: #D2D2D2;
    line-height: 1.2em;
}
.euts-steps-fieldset ul {
    margin: 0px;
    padding: 0px;
}
.euts-steps-fieldset span {
    display: block;
    margin: 0px auto;
    width: 60px;
    height: 40px;
    font-size: 2em;
    padding: 18px 0px 0px 0px;
    border: solid 5px #D2D2D2;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    line-height: 0.9em;
    margin-bottom: 10px;
}
.euts-steps-fieldset .current span {
    border: solid 5px #9E9E9E;
}
.euts-steps-fieldset .current {
    color: #9E9E9E;
}

.view-content .views-table{
    width:100%;}

.view-content .views-table tr td {
    border-top:1px solid #eee;
    font-size: 14px;
    font-weight: 400;
    height: 55px;
    padding: 0 15px;
    text-shadow: 0 1px #FFFFFF;
}
.view-content .views-table tr.even{
    background:#fff}
.view-content .views-table tr.odd{
    background:#F2F1F0}
tr.even, tr.odd {

    border-bottom: 1px solid #eee;

}
.view-content .views-table th {

    padding: 0 15px;
    height: 55px;
    border-bottom:1px solid rgba(241, 241, 241, 0.75);
    text-align: left;
    background:#fff}
/*-------------------FORM STYLES---------------------------*/
.password-strength,
div.password-confirm{width:40%;}

input#edit-back, input#edit-next {
    width: 93px;
}
.form-euts-page {
    float: right;
    width: 80%;
}
.form-euts-page #edit-back, .form-euts-page #edit-next {
    margin: 20px 0px;
}
.form-euts-page #edit-back {
    background: #006BAB url(../images/arrows-med.png) no-repeat 0px 7px;
    padding-left: 30px;
    margin-right: 10px;
}
.form-euts-page #edit-next {
    background: #006BAB url(../images/arrows-med.png) no-repeat right -33px;
    padding-right: 25px;
    padding-left: 12px;
}
.form-euts-page #edit-next-and-add{
    margin-left:10px;}
.form-submit {
    background-color: #006BAB;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    border: none;
    margin-right: 5px;
    padding: 8px 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-submit:hover , .form-submit:focus{
    background-color: #0095C9!important;
    border:none!important;
    box-shadow:none!important;
}
#content #euts-custom-registration-form label , .euts-edit-service-profile label {
    display: block;
    width: 30%;
    float: left;
    clear: left;
}
#content #euts-custom-registration-form .form-item-contact-details-option label:first-child {
    float: none;
    font-size: 1.1em;
    margin: 2em 0 0.6em 0;
}
.fieldset-wrapper {
    width: 100%;
}
.image-widget-data{
    width:70%;
    float:left;}

.form-euts-page .fieldset-wrapper input , div.image-widget-data input{
    width: 88%;
}
#euts-custom-registration-form .fieldset-wrapper input{width:65%}
.form-euts-page .fieldset-wrapper input#edit-upload-user-image-remove-button,
.form-euts-page .fieldset-wrapper input#edit-upload-service-image-remove-button,
div.image-widget-data input.form-submit{
    width: auto;
    position:absolute;
    right:0;
    cursor:pointer;
}
#content #euts-custom-registration-form input[type="checkbox"], #content #euts-custom-registration-form input[type="radio"] {
    width: 15px;
    vertical-align: middle;
}
.form-euts-page .messages--error {
    border: none!important;
    clear: both;
    width: 65%;
    margin-top: -22px!important;
    margin-left: 29%;
}
.form-type-password-confirm {
    width: 65%;
    margin-left: 29%;
}
.page-user-change-password .form-type-password-confirm {
    margin-left: 0;
}
.password-parent, .confirm-parent {
    width: 85%;
}
.fieldset-wrapper input {
    width: 65%;
}
.form-checkboxes {
    padding: 10px 0px 20px 0px;
}
.form-euts-page .form-type-checkbox label {
    float: none!important;
    display: inline!important;
    margin-left: 8px;
    clear: none!important;
}
.form-euts-page .form-type-checkbox input.form-checkbox {
    display: inline-block;
}
.form-item-password {
    background-color: #FBF7DA;
    padding: 20px 30px;
    border: 2px solid #E6D39D;
}
div.form-item div.password-suggestions {
    background-color: #FBF9E5;
    border: 1px solid #E6D39D
}
div.form-item div.password-suggestions li {
    margin: 0px;
    padding: 0px;
    line-height: 17px;
}
.password-suggestions ul {
    margin: 0px;
}
input, select, textarea {
    border: 1px solid #CCC;
    padding: 5px;
    font-weight: 400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 0px 5px #CCC;
    -webkit-box-shadow: inset 0px 0px 5px #CCC;
    box-shadow: inset 0px 0px 5px #CCC;
}
input:focus {
    -moz-box-shadow: inset 0px 0px 0px 2px #FC0;
    -webkit-box-shadow: inset 0px 0px 2px #FC0;
    box-shadow: inset 0px 0px 2px #FC0;
    border-color: #FC0;
}
.euts-button-actions , #edit-actions{
    text-align: right;
    padding-bottom: 70px;
    padding-top: 35px;
    margin-top:5px;
}
#edit-service-description {
    width: 46%;
}
body.logged-in .euts-edit-service-profile div.form-field-name-field-euts-import-file-imported {
    display: none;
}
select {
    cursor: pointer
}
/*---------F O O T E R -----------------------------------------*/
#footer .block {
    margin: 2em 0px;
}
/*---Social links-----------*/
.euts-footer-social-block {
    display: block;
    overflow: hidden;
    clear: both;
    padding: auto;
}

.service-profile-actions{
    display:block;
    float:left;
}

.euts-social-sharing{

}

.euts-social-sharing.top .service-profile-actions ul{
    margin:0;
    padding:0;
}
.euts-social-sharing.top .service-profile-actions li {
    color: #fff !important;
    display: inline-block !important;
    float: none !important;
    font-family: Arial,sans-serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: bold !important;
    height: 18px !important;
    line-height: 20px !important;
    vertical-align: top !important;
    margin:0;
}

.saved-searches-table{
    display:block;
    float:left;
    width:100%;
}
.saved-searches-table tbody{width:100%;}
.saved-searches-table td{padding:5px;}

.euts-social-sharing.top .service-profile-actions li a.print-page, .euts-social-sharing.top .service-profile-actions li a.print-page:hover , .euts-social-sharing.top .service-profile-actions li a.print-page:focus {
    background:#aaa url(../images/mail.png) no-repeat 0px 1px;
    padding:4px 5px 4px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius:2px;
    border-radius: 2px;
    margin-left:2px;
    color:#0065A1;
}

.euts-social-sharing.top .service-profile-actions li a.send-to-friend, .euts-social-sharing.top .service-profile-actions li a.send-to-friend:hover , .euts-social-sharing.top .service-profile-actions li a.send-to-friend:focus  {
    background:#424242 url(../images/print.png) no-repeat 0px 1px;
    padding:4px 5px 4px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right:2px;
    margin-left:2px;
    color:white;
}


.euts-footer-social-block a {
    background: url(../images/footer-social-icons.png) no-repeat;
    padding: 10px 10px 10px 60px;
    display: block;
    min-height: 35px;
}
.euts-footer-social-block a:hover {
    background: url(../images/footer-social-icons-hover.png) no-repeat;
    cursor: pointer;
}
.euts-footer-social-block a.facebook {
    background-position: -6px 0px;
}
.euts-footer-social-block a.twitter {
    background-position: -6px -58px;
}
.euts-footer-social-block a.google-plus {
    background-position: -6px -118px;
}
.euts-footer-social-block a.news {
    background-position: -6px -184px;
}
.euts-footer-social-block a.print-page {
    background-position: -6px -248px;
}
.euts-footer-social-block a.send-to-friend {
    background-position: -6px -308px;
}
.euts-footer-social-block a.facebook:hover {
    background-position: -7px 0px;
}
.euts-footer-social-block a.twitter:hover {
    background-position: -7px -58px;
}
.euts-footer-social-block a.google-plus:hover {
    background-position: -7px -118px;
}
.euts-footer-social-block a.news:hover {
    background-position: -7px -184px;
}
.euts-footer-social-block a.print-page:hover {
    background-position: -7px -248px;
}
.euts-footer-social-block a.send-to-friend:hover {
    background-position: -7px -308px;
}

.euts-footer-social-block a.linked-in {
    background: url(../images/linkedin.png) no-repeat 0 2px;
}
.euts-footer-social-block a.linked-in:hover {
    background: url(../images/linkedin.png) no-repeat 0 -53px;
}
/*---Footer Menu-----------*/
#footer .euts-footer-menu {
    clear: both;
}
.euts-footer-menu h2 {
    text-indent: -5000px;
    line-height: 0px;
}
.euts-footer-menu {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    text-align: center;
    overflow: hidden;
    margin: 20px 0px;
    display: block;
    clear: both;
    padding: 0px;
}
.euts-footer-menu ul {
    margin: 8px 0px;
    padding: 0px;
    list-style: none;
}
.euts-footer-menu li:last-child {
    border: none;
}
.euts-footer-menu li {
    display: inline-block;
    font-size: 0.8em;
    margin: 5px 0px;
    padding: 0px 8px;
    border-right: 1px solid #DBDBDB;
    list-style: none;
}
/*-----------------GENERAL CLASSES------------------------*/
.hide {
    display: none;
}
/* For country multiple select in custom registration form*/
.multiple_select div select {
    width: 180px;
}
.view-euts-recently-registered-services table {
    width: 100%
}
/*-----------------ITEM PAGE------------------------*/

.node-type-euts-service .euts-node-service-contact {
    border: 1px solid #CCCCCC;
    box-sizing:border-box!important;
    float:left;
    width: 49%;
    margin:0px 0.5% 10px 0px;
    padding: 2.3%;
    background-color: #fff;
}
.node-type-euts-service .euts-node-service-services {
    border: 1px solid #CCCCCC;
    box-sizing:border-box!important;
    width: 49%;
    margin:0px;
    float:right;
    padding: 2.3%;
    background-color: #fff;

}
.node-type-euts-service .euts-node-service-contact .field-name-field-euts-service-name {
    font-size: 1.65rem!important;
    font-weight: normal;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    line-height: 1.1em;
    margin-bottom:4px;
}
.node-type-euts-service .field-name-field-euts-city {
    float:left;
    margin-right:5px;
}
.node-type-euts-service .field-name-field-euts-city .field-item:after{
    content: ", ";
}
.node-type-euts-service .field-name-field-euts-city,
.node-type-euts-service .field-name-field-euts-country {
    font-size: 1.3em;
    font-style: italic;
}
.node-type-euts-service .euts-node-service-contact h2,
.group-euts-service-details h3,
.node-type-euts-service .euts-node-service-services h3 span.field-group-format-toggler {
    display: none!important;
}
.node-type-euts-service .euts-node-service-contact .field-group-format-wrapper h3,
.node-type-euts-service .euts-node-service-services .field-group-format-wrapper h3,
.euts-node-service-contact .field-name-field-euts-service-description .field-label h3.euts-node-service-services-information h3:first-child.euts-node-service-services-information h3:first-child.euts-node-service-services-information h3:first-child{
    display: block;
    font-size: 1.3em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 5px!important;
}
.euts-node-service-accessibility-information h3, .group-euts-service-info h3, .node-type-euts-service .euts-node-service-contact .euts-node-service-contact-info h3 span, .node-type-euts-service .euts-node-service-services.field-group-div .group-euts-service-info h3 span, .node-type-euts-service .euts-node-service-services .euts-node-service-accessibility-information h3, .node-type-euts-service .euts-node-service-contact .group-euts-service-contact-info h3 {
    margin-bottom: 0px!important;
}
.node-type-euts-service .euts-node-service-contact .field.field-label-above {
    margin-bottom: 0.4rem;
}
.node-type-euts-service .euts-node-service-contact .field .field-label + .field-items {
    line-height: 1.1;
}
.field-name-field-euts-service-image {
    display: block;
    float: left;
    margin-left: 0;
    min-height: 150px;
    width: 45%;
}

.group-euts-header.field-group-div{

    clear: both;
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

#node_euts_service_full_group_euts_header_right{
    box-sizing:border-box!important;
    float: right;
    margin-right: 0;
    overflow: hidden;
    width: 49%;
}

@media screen and (max-width:1024px){
    #node_euts_service_full_group_euts_header_right{
      width:100%;
        float:none;
    }
    .social-media-sharing-google{
        display:none!important;
    }
    #node_euts_service_full_group_euts_header_right #getlocations_map_wrapper_key_1{
        width:100%!important;
        height:300px!important;
    }
}

.field-name-field-euts-service-image .field-item.even img {
    display: block;
    margin: 0 auto;
}
.field .field-name-field-euts-service-image img {
    margin-left: 30px;
}
.node-type-euts-service .field-name-field-euts-service-description {
    margin-top: 35px;
}
.node-type-euts-service .field-name-field-euts-service-description .field-label {
    font-weight:normal;
    font-weight: 600;
    font-size: 1.4em;
    padding-bottom: 0.4rem;
}
.group-euts-service-contact-info div div.field-label, .euts-node-service-services-information div div.field-label, .euts-node-service-accessibility-information div div.field-label {
    font-weight:normal;
    color:#333;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom:3px;
    line-height:1.3em;
}
.group-euts-service-contact-info
.field-group-format-wrapper div:first-child h3 {
    margin-top: 0;
}
.field .field-name-field-euts-service-description .field-type-text-long .field-label-above div.field-items {
    padding-top: 8px;
}
.field-items .field-item.even .field-name-field-euts-ais-name .field-items .field-item.even a {
    padding-left: 3px;
}
#node_euts_service_full_group_euts_service_services h2:first-child {
    display: none;
}
#node_euts_service_full_group_euts_service_services div h3:first-child {
    display: block;
}
#node_euts_service_full_group_euts_service_services .euts-node-service-customer-groups .field-item {
    line-height: 1.2;
    padding-top: 0.6rem;
}



/*-----------------HOME PAGE---list view---------------------*/

.views-row-odd, .views-row-even {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 20px 20px 20px;
    min-height: 300px;
    overflow: hidden;
    max-width: 23%;
    min-width: 23%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0.8%;
    zoom: 1;
}
#page, .region-bottom {
    padding-left: 20px;
    padding-right: 20px;
}
.views-row .views-field-field-euts-service-image {
    margin-bottom: 5px;
}
.views-row img {
    width: 100%;
}
.views-row .euts-views-service-name {
    font-size: 1.2em;
    line-height: 1.1em;
    font-weight: 600;
}
.views-row .views-field-field-euts-service-country {
    clear: both;
    width: 100%;
    float: none;
}
.views-row .euts-views-service-location-wrapper {
    width: 100%;
}
.views-row .euts-views-service-city, .views-row .euts-views-service-wrapper .euts-views-service-country {
    font-size: 0.9em;
    display: inline;
    color: #333;
    font-style: italic;
}
.views-row .views-field-field-euts-service-description {
    margin-top: 8px;
}
.views-row .views-field-field-euts-service-description p{margin:0px;}
/*.views-field-term-node-tid .euts-views-service-services ul, .euts-views-service-description {
	float: left;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
.views-field-term-node-tid {
	max-width:29%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	margin-top:-3px;
}
.views-label-term-node-tid {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:0.75em;
	font-weight:700;
}
.views-field-term-node-tid .euts-views-service-services ul {
	margin-top:-5px;
	font-size:0.9em;
}
.euts-views-service-services li {
	float:left;
	margin-right:1%;
	list-style:none;
}
.euts-is-logged-in .euts-home-page-tourists-section {
	width:100%;
	border-right:none;}

.euts-is-logged-in #euts-home-page-search-form {
	width:100%}*/
/*-----------------HOME PAGE---SEARCH AREA---------------------*/

.euts-home-page-image-placeholder {
    background: url(../images/background-home.jpg) no-repeat;
    padding: 2%;
    margin-bottom: 3.5rem;
}
.euts-home-page-data-placeholder {
    margin: 0 auto;
    max-width: 60%;
    background: rgba(45, 45, 45, 0.8);
    padding: 2%;
    color: #fff;
}
.euts-inventory-label {
    border-bottom: 1px dotted #666;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 2.7em;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 0px 0px 15px 10px;
    text-align: center;
    line-height: 1em;
    font-weight:100;
}



.euts-home-page-search-field {
    color: #fff;
}
.euts-home-page-tourists-section {
    font-weight: 300;
    margin-top: 5%;
    display: block;
}
.euts-home-page-tourists-section h2 {
    font-size: 2.1875rem;
    color: #fff;
    margin-bottom: 0!important;
    margin-top: -16px;
    float: left;
    display: block;
    margin-right: 7px;
    letter-spacing: -0.03em;
    font-family: 'Open Sans', sans-serif!important;
}
span.search-services{
    font-style:italic;
    font-weight:300;
    font-size:1.1875rem;
    display:block;
}

.view-services-results,
.view-header {
    font-size:11px;
    clear:both;
}
#views-exposed-form-euts-service-listing-page  .ui-autocomplete{
    padding-left:20px;
    max-width:654px;
    border-radius:0;
}



#views-exposed-form-euts-service-listing-page .ui-autocomplete-field-group {
    color:#646464;
    float: left!important;
    position: relative;
    right: 5px;
    font-weight:700;
    font-size:14px!important;
    padding-top:15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;

}
#views-exposed-form-euts-service-listing-page .ui-menu-item {
    margin-left:-15px;
}

#views-exposed-form-euts-service-listing-page .ui-menu-item a{
    padding-left:15px;
}

#views-exposed-form-euts-service-listing-page .ui-state-hover {
    background: none;
    border: none;
    border-radius: 0px;
    background-color: #0065a0!important;
    color: #fff;
    padding-left:5px;
    margin-left:0px;
}


#views-exposed-form-euts-service-listing-page .ui-menu-item-first{
    border-top:none;


}

#views-exposed-form-euts-service-listing-page .ui-autocomplete-fields{
    padding-left:0;
    margin-left:-5px;
    font-size:13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#views-exposed-form-euts-service-listing-page .ui-autocomplete-fields span{
    color:#006aaa;

}
#views-exposed-form-euts-service-listing-page .ui-state-hover span{
    color:#fff;
}



.euts-home-page-tourists-section #views-exposed-form-euts-service-listing-page {
    clear: both;
    position: relative;
    width: 100%;
    margin-top: -10px;
    max-width: inherit;
    background: transparent;
    padding: 0;
}
.euts-home-page-tourists-section #views-exposed-form-euts-service-listing-page label {
    font-weight: 400;
    letter-spacing: 1px;
}

.euts-home-page-suppliers-section {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}


.pager{text-align:left;
    margin-top:0;}
.pager-current{
    background:#606060;
    color:#fff;
    border-radius:50%;
    font-size:12px;
    font-weight:300;}

.euts-home-page-suppliers-section > span,
.euts-home-page-tourists-section > span {
    display: inline-block;
}
.euts-home-page-suppliers-section form {
    display: inline-block;
}
.euts-home-page-tourists-section h3, .euts-home-page-suppliers-section h3 {
    font-size: 1.3em
}
.euts-home-page-tourists-section #views-exposed-form-euts-service-listing-page .views-exposed-form input#edit-keys {
    width: 100%!important;
}
#euts-home-page-search-field {
    font-size: 1em;
    padding: 7px;
    margin-right: 4px;
    color: #606060;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    display: block;
    float: left;
    width: 73%;
    display: block;
    clear: both;
}
.euts-language-dropdown {
    float: right;
    margin-top: 10px;
}
#euts-home-page-register-form input[type="submit"] {
    padding: 12px 18px;
    border-radius: 0!important;
    font-size: 1.4rem;
    white-space: 1px;
    color: #fff;
    border: 0 none !important;
    box-shadow: none !important;
    letter-spacing: 1px;
    background: #006099; /* Old browsers */
    background: -moz-linear-gradient(top, #006099 0%, #0076bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006099), color-stop(100%, #0076bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #006099 0%, #0076bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #006099 0%, #0076bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #006099 0%, #0076bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #006099 0%, #0076bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006099', endColorstr='#0076bd', GradientType=0 ); /* IE6-9 */
}

#euts-home-page-register-form input[type="submit"]:hover {
    background: #0076bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0076bd 0%, #006099 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0076bd), color-stop(100%, #006099)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0076bd 0%, #006099 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0076bd 0%, #006099 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0076bd 0%, #006099 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0076bd 0%, #006099 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076bd', endColorstr='#006099', GradientType=0 ); /* IE6-9 */
}

#euts-home-page-register-form input.home-page-register-button[type="submit"]{
    border:2px solid #fff!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    background:rgba(0,106,170,0.6)!important;}

#euts-home-page-register-form input.home-page-register-button[type="submit"]:hover, #euts-home-page-register-form input.home-page-register-button[type="submit"]:focus{
    background:rgba(0,106,170,1)!important;
}



/*----------------- EDIT SERVICES VIEW ---------------------*/
.view-footer a.more {
    font-weight: 400;
    float: right;
    margin-right: 5px;
    padding: 8px 15px;
    background-color: #0065A1;
    color: #fff;
    border-radius: 3px;
}
.view-footer a.more:before {
    content: "+";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    text-align: center;
    line-height: 1.4;
    border: 1px solid #fff;
    border-radius: 50%;
}
.view-footer a.more:hover {
    background-color: #0095C9;
}


/*----------------- BLOG and TAX. TERM VIEW ---------------------*/

.node-euts-blog .field-name-body {
    text-align: justify;
}

.node-euts-blog .field-name-body .field-item {
    margin-top: 0px!important;
}

.view-euts-blog .views-row,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row {
    max-width: none;
    width: 100%;
    min-height: 100px;
    margin: 10px 0px;
}

.view-euts-blog .views-row:first-child,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row:first-child {
    margin-top: 0px;
}

/*Image*/
.view-euts-blog .views-row .views-field-field-euts-image,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image {
    float: left;
    width: 25%;
}

.view-euts-blog .views-row .views-field-field-euts-image + *,
.view-euts-blog .views-row .views-field-field-euts-image + * + *,
.view-euts-blog .views-row .views-field-field-euts-image + * + * + *,
.view-euts-blog .views-row .views-field-field-euts-image + * + * + * + *,
.view-euts-blog .views-row .views-field-field-euts-image + * + * + * + * + *,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + *,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + * + *,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + * + * + *,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + * + * + * + *,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + * + * + * + * + * {
    margin-left: calc(25% + 35px);
    display: block;
}

.node-euts-blog .field-name-field-euts-image {
    float: left;
    width: 35%;
    margin: 0 2.5rem 2rem 0;
}

/*Title*/
.view-euts-blog .views-row .views-field-title,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-title {
    font-size: 1.2em;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
}

/*Tags*/

.field-name-field-euts-tags,
.views-field-field-euts-tags {
    position:relative;
    padding: 0;
    margin-top: 0.5rem;
    padding-left:40px;
    line-height: 1;
}

.field-name-field-euts-tags {
    margin-bottom: 1.2rem;
}

.field-name-field-euts-tags:before,
.views-field-field-euts-tags:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\00b7";
    display: inline-block;
    width: 6px;
    padding-left: 13px;
    height: 13px;
    font-size: 2rem;
    line-height: 0.4;
    color: #027ac6;
    border-top: 1px solid #027ac6;
    border-bottom: 1px solid #027ac6;
    border-left: 1px solid #027ac6;
}

.field-name-field-euts-tags:after,
.views-field-field-euts-tags:after {
    position: absolute;
    top: 3px;
    left: 15px;
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #045990;
    border-left: 1px solid #045990;
    transform: rotate(135deg);
}

.views-field-field-euts-tags ul{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0px;
    margin: 0px;
}

.field-name-field-euts-tags .field-item,
.views-field-field-euts-tags ul li {
    display: inline-block;
}

.field-name-field-euts-tags .field-items .field-item a,
.views-field-field-euts-tags ul li a {
    display: inline-block;
    margin: 0 10px 0px 0;
    font-size: 0.8rem;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
}

.field-name-field-euts-tags .field-items .field-item a:after,
.views-field-field-euts-tags ul li a:after {
    content:",";
    padding-left: 2px;
}
.field-name-field-euts-tags .field-items .field-item:last-child a:after,
.views-field-field-euts-tags ul li:last-child a:after {
    content: none;
}

.field-name-field-euts-tags .field-items .field-item a:hover:after,
.views-field-field-euts-tags ul li a:hover:after {
    border-left-color: #038be2;
}


/*Body*/
.view-euts-blog .views-row .views-field-body,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-body {
    text-align: justify;
    margin-top: 1rem;
}

.view-euts-blog .views-row .views-field-body p,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-body p {
    margin: 0px;
    line-height: 1.6;
}


/*Read more*/
.view-euts-blog .views-row .views-field-view-node,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-view-node {
    display: block;
    float: right;
    margin-top: 0.5rem;
}

.view-euts-blog .views-row .views-field-view-node a,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-view-node a {
    font-weight: 700;
    font-size: 0.8rem;
}

.view-euts-blog .views-row .views-field-view-node a:after,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-view-node a:after {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0065A1;
    border-left: 2px solid #0065A1;
    transform: rotate(135deg);
    webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -ms-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.view-euts-blog .views-row .views-field-view-node a:hover:after,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-view-node a:hover:after {
    border-color: #029FE7;
}


/***********************
responsive fixes for blog
***********************/
@media screen and (max-width:680px){
    .view-euts-blog .views-row .views-field-field-euts-image {
        float:none;
        width:100%;
    }
    .view-euts-blog .views-row .views-field-field-euts-image + *, .view-euts-blog .views-row .views-field-field-euts-image + * + *, .view-euts-blog .views-row .views-field-field-euts-image + * + * + *, .view-euts-blog .views-row .views-field-field-euts-image + * + * + * + *, .view-euts-blog .views-row .views-field-field-euts-image + * + * + * + * + *, .view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + *, .view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + * + *, .view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + * + * + *, .view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + * + * + * + *, .view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-field-euts-image + * + * + * + * + *{
        margin-left:0;
    }
}



/*Comments*/

#comments h2 {
    font-size: 1.6rem;
    line-height: 1;
    padding: 3.5rem 0 1rem 0;
    border-bottom: 1px solid #ccc;
}

article.comment:not(.comment-by-anonymous) {
    background: rgb(238, 238, 238);
}

article.comment {
    padding: 1.5rem;
    border-bottom: 1px solid #ccc;
}

article.comment p {
    margin: 0px;
}

article.comment span {
    font-size: 0.85rem;
}

article.comment time {
    font-size: 0.75rem;
}

article.comment h3 {
    margin-top: 0.7rem;
    font-size: 1.25rem;
}

article.comment .field-name-comment-body {
    margin-top: 0.3rem;
}

article.comment ul.links {
    display: inline-block;
    margin: 0.7rem 0 0 0;
    float: right;
}

article.comment ul.links li {
    padding: 0px;
    display: inline-block;
}

article.comment ul.links li a {
    display: block;
    margin-right: 5px;
    padding: 4px 15px;
    color: #fff;
    font-size: 0.8rem;
    background: #006099;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

article.comment ul.links li a:hover {
    background-color: #0095C9;
}

.comment-add a {
    display: inline-block;
    position: relative;
    padding: 8px 20px;
    color: #fff;
    font-size: 0.85rem;
    background: #006099;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color:white;
    padding-left:40px;
}

.comment-add a:before{
    position: absolute;
    content: "+";
    vertical-align: middle;
    line-height: 20px;
    left: 10px;
    border: 1px solid white;
    height: 20px;
    width: 20px;
    color: white;
    text-align: center;
    font-size: 1rem;
    line-height: 1.32;
    border-radius: 50%;
}


/*-----------------SEARCH RESULTS ---------------------*/
.view-services-search-title{
    font-size:34px;
    line-height:35px;
    display:block;
    float:left;
    clear:both;
    margin-bottom:10px;
    font-weight:600;
    margin-top:70px;
    margin-bottom:40px;}

.view-services-search-title span.search-term{
    color:#a6a6a6!important;
    font-style:italic;}

.view-services-results .view-services-search-button{
    float:right;
}

.view-services-results #services-search-save-button{
    font-size:15px;
}


.view-services-paginator ul.pager,
.paginator ul.pager {
    margin-bottom:10px;
}
.pager-item a{
    font-size:0.8em;
}

#views-exposed-form-euts-service-listing-page {
    margin: 0 auto;
    max-width: 60%;
    background: rgba(45, 45, 45, 0.8);
    padding: 2%;
    color: #fff;
    position: relative;
}
#views-exposed-form-euts-service-listing-page .views-exposed-form input#edit-keys {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    color: #606060;
    display: block;
    float: left;
    font-size: 1.05em;
    padding: 8px;
    position: relative;
    width: 100%!important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#views-exposed-form-euts-service-listing-page .views-exposed-form input#edit-keys:focus {
    box-shadow: inset 0px 0px 10px rgba(68, 68, 68, 0.5);
    border: 1px solid rgba(153, 153, 153, 1);

}
.views-exposed-widget.views-submit-button input#edit-submit-euts-service-listing.form-submit {
    float: right;
    margin-top: 1em;
    margin-right: 0;
}
#views-exposed-form-euts-service-listing-page .views-submit-button,
#views-exposed-form-euts-service-listing-page .views-reset-button{
    padding:0px;
}
#views-exposed-form-euts-service-listing-page .views-reset-button {
    margin: 1em 0.8em 0 0;
}
#views-exposed-form-euts-service-listing-page .form-item-keys{
    clear:both;
}

.views-reset-button {
    float: right!important;
    margin-right: -4px;
    margin-top:0px;
}
#edit-keys-wrapper {
    float: none!important;
}
#edit-keys-wrapper h3 {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: -6px;
    font-size: 1.8em;
    letter-spacing: -0.01em;
}
#edit-keys-wrapper label {
    letter-spacing: 1px;
    line-height: 2.2em;
    font-size: 1.1em;
}
#edit-keys-wrapper .form-item {
    margin: 1em 0;
}
.view-filters {
    background: url(../images/background-home.jpg) no-repeat;
    padding: 2%;
    margin-bottom: 2.5%;
}
.page-services h1 {
    margin-bottom: 0!important;
}
.euts-service-node-floating-service-details {
    background: rgba(0 , 101, 161 , 0.8);
    /*width: 30%;*/
    color: #fff;
    padding: 18px 20px 10px 25px;
    position: absolute;
    top: 40px;
    left: 18%;
    font-weight: normal;
    font-weight: 600;
}
.euts-service-node-floating-service-details.euts-no-image{
    position:relative;
    width:50%;
    margin:0px auto 20px auto;
    left:auto;
    top:auto;
}
.euts-service-node-floating-service-details .field-name-field-euts-city, .euts-service-node-floating-service-details .field-name-field-euts-country {
    font-size: 1.3em;
    display: inline;
}
.euts-service-node-floating-service-details .field-name-field-euts-country {
    float:left;
}
.node-euts-service {
    position: relative;
}
.euts-service-node-floating-service-details .field-name-field-euts-service-name {
    font-size: 2em;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    line-height: 1em;
    padding-right: 10px;
}
.view-services-rows{
    margin-left:-0.8%;
    margin-right:-0.8%;
}

.euts-service-node-floating-service-details .euts-service-location-wrapper {
    padding-top: 5px;
    padding-right: 10px;
}
.views-exposed-form .views-exposed-widget {
    float: none;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
    margin-right: 0;
}

.search-tooltip.searched{
    top:25px;
    right:25px;
}

.search-tooltip{
    float:right;
    text-transform:none;
    position: absolute;
    right: 5px;
    text-transform: none;
    top: 5px;
}


/**
 * PTN-10 Tootip base theme.
 */
.ui-tooltip, .arrow:after {
    background: #0065a0;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    width: 470px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px #0065a0 ;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/*-----FILTER TABS-----*/
div.vertical-tabs {
    clear: both;
    border: none;
    width: 100%;
    margin: 40px auto 0 auto;
    display:block;
}
.vertical-tabs ul.vertical-tabs-list {
    float: none;
    display: table;
    width: calc(100% + 6px);
    margin: 1.5rem 0 -3px -3px;
    border-spacing: 3px;
    border-top: 0px;
}
.vertical-tabs ul.vertical-tabs-list li {
    display: table-cell;
    text-align: center;
    background: #0065a0;
    border: 1px solid #0065a0;
}
.vertical-tabs ul.vertical-tabs-list li a {
    display: block;
    padding: 13px 15px;
    line-height: 1.2;
}
.vertical-tabs ul.vertical-tabs-list strong {
    color: #fff;
}
.vertical-tabs ul.vertical-tabs-list li:hover,
.vertical-tabs ul.vertical-tabs-list li:active,
.vertical-tabs ul.vertical-tabs-list li:focus {
    background: #0095C9;
    border: 1px solid #0095C9;
    border-bottom: 0px;
}

.vertical-tabs ul.vertical-tabs-list li a:focus strong,
.vertical-tabs ul.vertical-tabs-list li a:active strong,
.vertical-tabs ul.vertical-tabs-list li a:hover strong {
    text-decoration: none;
    color: #fff;
}
.vertical-tabs ul.vertical-tabs-list li a:hover {
    outline: none;
}
.vertical-tabs ul.vertical-tabs-list li:focus {
    outline: none;
    border: none;
}

/*Selected*/
.vertical-tabs ul.vertical-tabs-list li.selected {
    background: #fff;
    border-bottom: 0px;
    border-right-width: 1px;
}
.vertical-tabs ul.vertical-tabs-list .selected strong {
    color: #0065a0;
}

.vertical-tabs ul.vertical-tabs-list li.selected:hover,
.vertical-tabs ul.vertical-tabs-list li.selected:active,
.vertical-tabs ul.vertical-tabs-list li.selected:focus {
    background: #ffffff;
    border: 1px solid #0065a0;
    border-bottom: 0px;
}
.vertical-tabs ul.vertical-tabs-list li.selected a:focus strong,
.vertical-tabs ul.vertical-tabs-list li.selected a:active strong,
.vertical-tabs ul.vertical-tabs-list li.selected a:hover strong {
    color: #0065a0;
}

/*Fieldset*/
.vertical-tabs fieldset.vertical-tabs-pane {
    background: #fff;
    border: 1px solid #0065a0;
    width: 95.5%;
    border-top: none;
    clear: both;
    /*	position: absolute;
top: 74px;*/
    /*Remove comment if we manage to have all filters closes, without one selected*/
}
.vertical-tabs .fieldset-wrapper .form-item > label {
    display: none;
}
.vertical-tabs .fieldset-wrapper select {
    width: 100%;
    height: 39px;
}
.vertical-tabs .fieldset-wrapper .chosen-container {
    width: 100%!important;
}
.vertical-tabs .fieldset-wrapper .chosen-container .chosen-choices {
    width: 100%!important;
    border: 1px solid #CCC;
    padding: 5px;
    font-weight: 400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 0px 5px #CCC;
    -webkit-box-shadow: inset 0px 0px 5px #CCC;
    box-shadow: inset 0px 0px 5px #CCC;
    line-height: 2.1;
}
.vertical-tabs fieldset.vertical-tabs-pane .form-item {
    margin: 1.5em 0;;
}
.chosen-container-multi .chosen-choices li.search-field input {
    width: 100%!important;
}

fieldset .chosen-container {
    width: 70%!important;
}

/*----------Search-Autocomplete----------*/
html.js input.form-autocomplete.throbbing {
    background-image: url(../images/throbber.gif);
}
html.js input.form-autocomplete {
    background-image: url(../images/throbber.png);
    background-position: 100%;
}
#autocomplete {
    border: 1px solid #CCC;
    -moz-box-shadow: 0px 0px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px #CCC;
    box-shadow: 0px 0px 2px #CCC;
}
#autocomplete ul {
    padding: 7px 0px;
    background: #fff;
}
#autocomplete li {
    padding: 2px 10px;
}
/*-------------EDIT PROFILE--------------*/
#content .euts-edit-supplier-profile .fieldset-wrapper label {
    display: block;
    width: 30%;
    float: left;
    clear: left;
}
#content .euts-edit-supplier-profile .description {
    width: 27%;
}
#content .euts-edit-supplier-profile .form-item-blog-notifications .description {
    width: 50%;
    margin: 0;
}
#content .euts-edit-supplier-profile .fieldset-wrapper input {
    width: 70%;
}
#content .euts-edit-supplier-profile .fieldset-wrapper #edit-timezone {
    width: 100%;
    margin-left: 0;
}
#content .euts-edit-supplier-profile .fieldset-wrapper #edit-timezone legend {
    font-size: 1.4em;
    background-color: #0065A1;
}
#content .euts-edit-supplier-profile .fieldset-wrapper .form-managed-file input {
    float: left;
    display: block;
}
#content .euts-edit-supplier-profile .fieldset-wrapper #edit-upload-image-remove-button {
    width: auto;
}
#content .euts-edit-supplier-profile .fieldset-wrapper #edit-upload-image-upload-button {
    width: auto;
    float: right;
}
.fieldset-description {
    font-size: 0.85em;
}
#node_euts_service_form_group_euts_service_taxonomies .fieldset-description,
#node_euts_service_form_group_euts_service_access_info .fieldset-description {
    overflow: hidden;
}
#node_euts_service_form_group_euts_service_taxonomies .fieldset-description b,
#node_euts_service_form_group_euts_service_access_info .fieldset-description b {
    float: left;
    display: inline-block;
    max-width: 30%;
}
#node_euts_service_form_group_euts_service_taxonomies .fieldset-description .explanation,
#node_euts_service_form_group_euts_service_access_info .fieldset-description .explanation {
    display: inline-block;
    float: right;
    width: 68%;
    margin-right: -15px;
}
#node_euts_service_form_group_euts_service_taxonomies .fieldset-description .bold,
#node_euts_service_form_group_euts_service_access_info .fieldset-description .bold {
    font-weight: bold;
}
#node_euts_service_form_group_euts_service_taxonomies .fieldset-description ul,
#node_euts_service_form_group_euts_service_access_info .fieldset-description ul {
    margin-bottom: 0;
    margin-top: 0;
}
.fieldset-description b {
    background-color: #F90;
    padding: 1px 8px;
    color: #FFF;
    font-weight: bold;
}
/*--Email Error--*/
#content .euts-edit-supplier-profile .group-euts-user-account .fieldset-wrapper #euts-current-password-error {
    float: right;
    margin-left: 0;
    margin-top: -68px!important;
    margin-bottom: 50px;
}
#content .euts-edit-supplier-profile .group-euts-user-account .fieldset-wrapper .form-item-current-pass .description {
    float: left;
}
#content .euts-edit-supplier-profile .group-euts-user-account .fieldset-wrapper .form-item-current-pass {
    margin-bottom: 70px;
}
/*---Inside Fieldset-wrapper---*/
#content .euts-edit-supplier-profile .collapsible .fieldset-wrapper .collapsible label.option , #content .euts-edit-service-profile .collapsible .fieldset-wrapper .collapsible label.option{
    display: inline;
    width: auto;
    float: none;
    margin-left: 8px;
}
#content .euts-edit-supplier-profile .collapsible .fieldset-wrapper .collapsible label {
    width: 40%;
}
#content .euts-edit-supplier-profile .collapsible .fieldset-wrapper .collapsible , #content .euts-edit-service-profile .collapsible .fieldset-wrapper .collapsible{
    width: 94%;
    margin-left: 3%;
}

#content .euts-edit-supplier-profile .collapsible .fieldset-wrapper .collapsible input, #content .euts-edit-service-profile .collapsible .fieldset-wrapper .collapsible input {
    width: auto;
}
#content .euts-edit-supplier-profile .collapsible .fieldset-wrapper .collapsible legend , #content .euts-edit-service-profile .collapsible .fieldset-wrapper .collapsible legend {
    font-size: 1.2em;
    background-color: #3187bb;
}

/*--.Pass--*/
#content .euts-edit-supplier-profile .form-item-pass {
    background-color: #FBF7DA;
    padding: 20px 30px;
    border: 2px solid #E6D39D;
}
#content .euts-edit-supplier-profile .form-item-pass .form-item {
    width: auto;
}
#content .euts-edit-supplier-profile .form-item-pass .form-item label {
    padding-bottom: 5px;
}
#content .euts-edit-supplier-profile .form-item-pass input {
    width: 55%;
    margin-bottom: 12px;
}
#content .euts-edit-supplier-profile .form-item-pass input.error {
    color: #000;
}
#content .euts-edit-supplier-profile .form-item-pass div.description {
    width: auto;
}
/*--.Password--*/
#content .form-euts-page .form-item-password {
    background-color: #FBF7DA;
    padding: 20px 30px;
    border: 2px solid #E6D39D;
}
#content .form-euts-page .form-item-password .form-item {
    width: auto;
}
#content .form-euts-page .form-item-password .form-item label {
    padding-bottom: 5px;
    float: none!important;
}
#content .form-euts-page .form-item-password input {
    width: 54%;
    margin-bottom: 12px;
}
#content .form-euts-page .form-item-password input.error {
    color: #000;
}


/*-------------SERVICE PROFILE--------------*/

form .field-multiple-table{
    width:100%}

tr.odd .form-item, tr.even .form-item {
    margin:1% 0;}

.field_euts_service_url-delta-order form-select{
    margin:0;}

tr td .field-value{
    margin:10px 0;
}
form .field-multiple-table .field_euts_service_url-delta-order form-select{
    margin-top: 6%
}

tr .form-item {

    /* margin: 0 1% 1% 0;*/
    width: 100%;
    margin-top:10px;

}

#edit-field-euts-service-descriptionedit-field-euts-service-description{
    width:100%}
form .field-multiple-table label{
    clear:inherit;
    width:auto;
    margin-right:10px;
}

form .field-multiple-table input{
    width:70%;}


.field-multiple-table label span.form-required{
    float:right}
.field-add-more-submit{
    width:auto!important;
    cursor:pointer!important;}

#field-euts-service-description-add-more-wrapper{
    width:100%;}
.link-field-subrow.clearfix:after{
    content:inherit;}

.resizable-textarea{
    position:relative;}

.resizable-textarea .grippie {
    /*   margin-left: 30%;*/
    width: 100%;
}

.tabledrag-toggle-weight-wrapper{
    display:none;
}

.tabledrag-toggle-weight-wrapper a{
    background-color: #F1F1F1;
    border-radius: 3px;
    border:1px solid #ccc;

    padding:2px 5px;
    margin:5px 0px 5px }
.tabledrag-hide{

    width:4%;}

.form-type-checkboxes label{
    display:none;}

tr.draggable.odd, tr.draggable.even {
    border: none;
    background-color: transparent;
}
tr.draggable.odd input, tr.draggable.even input {
    width: 65%!important;
}
.field-multiple-drag {
    display: none;
}
.euts-edit-service-profile .clearfix {
    text-align: right;
}
.euts-edit-service-profile tr.draggable.odd .clearfix:after, tr.draggable.even .clearfix:after {
    content: no-close-quote;
}
.euts-edit-service-profile label {
    width: 30%!important;
    margin-right: 0!important;
}
.euts-edit-service-profile .group-euts-service-images table {
    width: 100%;
}
.euts-edit-service-profile .form-field-name-field-euts-service-email table .form-item,
.euts-edit-service-profile .form-field-name-field-euts-telephone table .form-item,
.euts-edit-service-profile .form-field-name-field-euts-fax table .form-item {
    padding-left: 30%;
}
.euts-edit-service-profile .form-field-name-field-euts-telephone label span {
    float:none;
}
.form-field-name-field-euts-service-website table .clearfix {
    text-align: left;
}
.form-field-name-field-euts-service-website label.element-invisible {
    position:static!important;
}
.form-field-type-text-long label {
    width: 30%;
}
.euts-edit-service-profile .field-multiple-table th{
    border-bottom:none;
}
.euts-edit-service-profile .resizable-textarea {
    width:65%;
    display: inline-block;
}
/*---------------------ERROR---------------------*/
#main .error {
    background-color: transparent;
}
#main .messages--error {
    border: none;
}
#main input.error {
    border: 1px solid #c00;
    background-color: #FFF;
}
#main .messages--error.messages-inline {
    border: none!important;
    clear: both;
    width: 65%;
    margin-top: -22px!important;
    margin-left: 29%;
    background-color: transparent;
}
/*---------------------MESSAGES---------------------*/

.euts-message {
    border: 1px solid #D6EFFE;
    background-color: #E2F5FE;
    padding:10px;
    text-align:center;

}

/*----------------------ABOUT------------------------*/
#main .field-type-text-with-summary .field-items h4 {
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 1.1em;
}
#main .field-type-text-with-summary .field-items p {
    margin-top: 1em;
}
#main .field-type-text-with-summary .field-items .field-item.even {
    /*margin-bottom: 10em;*/
    margin-top: 3em;
}
#main .field-type-text-with-summary .field-items strong {
    font-size: 1.2em;
}
/*----------------------CONTACT FORM------------------------*/

.page-contact .euts-base-contact-form input, .page-contact .euts-base-contact-form select, .page-contact .euts-base-contact-form textarea {
    max-width: 480px;
}
.page-contact .form-item-honeytrap {
    display: none;
}
.page-contact #edit-message {
    max-width: 480px;
    height: 118px;
    overflow: auto;
}


/*----------------------SOCIAL SHARE BUTTONS ------------------------*/

.euts-social-sharing{
    display:block;
    width:100%;
    float: none;
    padding: 10px 0 50px 2px;
    clear: both;
}

.euts-social-sharing.top{
    width:auto;
    display:flex;
    justify-content: flex-end;
}

.euts-footer-social-block li {
    display: block;
    float: left;
    font-size: 0.9em;
    line-height: 14px;
    margin: 0 10px;
    overflow: hidden;
    width: 17.7%;
}
.euts-social-sharing.top .social-media-sharing-wrapper{
    display:block;
    float:left;
}
.euts-social-sharing.top .euts-footer-social-block {
    padding: 0;

}
.social-media-sharing-facebook, .social-media-sharing-twitter , .social-media-sharing-linkedin{
    display:block;
    padding-right:15px;
    float:left;
}
.social-media-sharing-facebook .fb_iframe_widget span {
    vertical-align: top!important;
}
.social-media-sharing-google{
    display:block;
    float:left;
    width:210px!important;}


/*-----------------MEDIA RESOLUTION------------------------*/
@media (max-width: 1024px) {
    .euts-footer-social-block {
        margin: 0px;
        display: block;
        text-align: center;
    }
    .euts-footer-social-block li {
        text-indent: -5000px;
        width: 40px;
        display: inline-block;
        float: none;
    }
    .euts-footer-social-block a {
        padding: 10px 0px 10px 0px;
    }
    .euts-steps-fieldset {
        float: none;
        width: 100%;
        text-align: center;
        min-height: 20px!important;
    }
    .euts-steps-fieldset li {
        display: inline-block;
        margin: 0px 2%;
        width: auto;
    }
    .form-euts-page {
        width: 96%;
        float: none;
        margin: 0px auto!important;
    }
    .view-euts-recently-registered-services .views-row,
    .view-euts-service-listing .views-row {
        max-width: 31%!important;
        min-width: 31%;
    }
    #edit-keys-wrapper label {
        font-size: 1em;
    }
    .euts-home-page-tourists-section h2 {
        margin-right: 10px;
        line-height: 2.2em;
    }
    #views-exposed-form-euts-service-listing-page,
    .euts-home-page-data-placeholder {
        max-width: 70%;
        padding: 3%;
    }
    #edit-keys-wrapper h3 {
        margin-top: -3px;
        font-size: 1.6em;
    }
    .vertical-tabs ul.vertical-tabs-list li a {
        font-size: 0.9em;
        padding: 13px 16.7px;
    }
    .vertical-tabs fieldset.vertical-tabs-pane {
        width: 95.2%;
    }
    .vertical-tabs .fieldset-wrapper select,
    .vertical-tabs .fieldset-wrapper input {
        font-size: 0.9em;
    }

}
@media (max-width: 767px) {
    body {
        font-size: 85%;
    }
    #content .panel-flexible .pane-content .view-news {
        float: none;
        margin-right: 0%;
        width: 100%;
    }
    #content .panel-flexible .pane-content .view-events {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .views-field-term-node-tid {
        display: none;
    }
    .euts-home-page-tourists-section #views-exposed-form-euts-service-listing-page label {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .euts-inventory-label {
        font-size: 2.1em;
    }
    .euts-home-page-tourists-section h3, .euts-home-page-suppliers-section h3 {
        margin-bottom: 10px;
        font-size: 1.1em;
        margin-top: 0.5em;
    }
    .euts-home-page-tourists-section h2 {
        font-size: 1.7em;
    }
    .euts-home-page-tourists-section #views-exposed-form-euts-service-listing-page label {
        font-size: 0.9em;
    }
    .euts-home-page-tourists-section #views-exposed-form-euts-service-listing-page input[type="submit"] {
        height: 35px;
    }
    .euts-service-node-floating-service-details{
        font-size:70%
    }
    .breadcrumb{
        padding-bottom:5px;
    }
    .#main .field-type-text-with-summary .field-items .field-item.even{
        margin-bottom: 0;
    }
    #views-exposed-form-euts-service-listing-page,
    .euts-home-page-data-placeholder {
        max-width: 85%;
        padding: 3%;
    }
    .vertical-tabs ul.vertical-tabs-list li a {
        padding: 13px 11px;
    }
    .vertical-tabs .fieldset-wrapper select {
        font-size: 0.8em;
    }
    .vertical-tabs fieldset.vertical-tabs-pane {
        width: 94.8%;
    }
    #views-exposed-form-euts-service-listing-page .views-exposed-form input#edit-reset {
        font-size: 1em;
    }
}

@media  screen and (max-width: 685px) {
    .view-euts-recently-registered-services .views-row,
    .view-euts-service-listing .views-row {
        max-width: 48%!important;
        min-width: 48%;
    }
    #euts-home-page-register-form input.home-page-register-button[type="submit"]{
        white-space:normal;
    }
    .fb-twi-blocks{
        margin-left:0!important;
        width:100%!important;
    }

    .header__name-and-slogan {
        font-size: 1.2em;
    }
    #content .euts-edit-supplier-profile .fieldset-wrapper label, #content #euts-custom-registration-form label {
        clear: none;
        float: none;
        width: auto
    }
    .form-euts-page .fieldset-wrapper input, #edit-service-description, #content .euts-edit-supplier-profile .fieldset-wrapper input {
        width: 100%;
    }
    #content .form-euts-page .form-item-password, #content .euts-edit-supplier-profile .form-item-pass {
        clear: both;
        margin-left: 0px;
        width: auto;
    }
    #content .euts-edit-supplier-profile .description ,#content .euts-edit-service-profile .description{
        width: 100%;
        clear: both;
    }
    #node_euts_service_form_group_euts_service_taxonomies .fieldset-description,
    #node_euts_service_form_group_euts_service_cust_groups .fieldset-description {
        display: none;
    }
    #content #euts-custom-registration-form input[type="checkbox"],
    #content #euts-custom-registration-form input[type="radio"] {margin-top:5px; float:left; margin-right:0px;
    }
    .euts-button-actions{padding:0px 0px 20px 0px}
    div.form-item div.password-suggestions{width:auto;}

    div.password-confirm{
        margin:0px;
        float:none;
        width:100%;
        background-color:#FBF3C8;
        padding:0px 4%;
        box-sizing:border-box;
    }
    .password-strength{
        clear: both;
        float: none;
        margin-bottom: 1em;
        margin-top:0px;
        width: 96%;
        background-color:#FBF3C8;
        padding:4%;
        box-sizing:border-box;
    }
    #content .form-euts-page .form-item-password input,
    select{width:100%;}

    .form-checkboxes .form-item, .form-radios .form-item{
        padding-left:0px;
        margin-left:25px;
    }
    .form-checkboxes input, .form-radios .form-item{
        margin-left:-25px;
        margin-right:0px!important;
    }
    .form-checkboxes label,
    .form-radios label{margin-left:0px!important;
    }

    #views-exposed-form-euts-service-listing-page,
    .euts-home-page-data-placeholder {
        max-width: 100%;
    }
    #edit-keys-wrapper h3 {
        margin-top: -2px;
        font-size: 1.6em;
    }
    .vertical-tabs ul.vertical-tabs-list li a {
        padding: 13px 9.8px;
    }
}


@media (max-width: 568px) {
    #page, .region-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header__name-and-slogan {
        font-size: 1em;
    }

    #main {
        padding: 0px;
    }


    /* #navigation li a {
	   border: none;
     }
     #navigation li.last {
	   text-align: left;
	   position: relative;
     }
     #navigation ul ul {
	   display: block!important;
	   box-shadow: none;
	   background: #E9E9E9;
	   border: none;
	   margin: 15px 20px 0px 20px;
	   width: 88%;
	   padding: 3px;
	   position: relative;
     }
     #navigation ul ul li {
	   margin: 0px 0px!important;
	   padding: 2px 0px;
     }
     #navigation ul ul:after {
	   bottom: 100%;
	   border: solid transparent;
	   content: " ";
	   height: 0;
	   width: 0;
	   position: absolute;
	   pointer-events: none;
     }
     #navigation ul ul:after {
	   border-color: rgba(255, 255, 255, 0);
	   border-bottom-color: #E9E9E9;
	   border-width: 10px;
	   left: 10%;
	   margin-left: -10px;
     }
     #navigation ul ul:before {
	   display: none;
     }*/
    .euts-user-categories {
        width: auto
    }
    input#edit-organisation.form-image_button, input#edit-individual.form-image_button {
        width: 120px;
        font-size: 0.7em;
        height: auto;
        background-position: 38px -125px;
        padding-top: 100px;
    }
    #logo {
        width: 38%
    }
    .header__name-and-slogan {
        position: relative;
        font-size: 1em;
        float: none;
        top: 0px;
        clear: both;
    }
    .node-type-euts-service .euts-node-service-contact,
    .node-type-euts-service .euts-node-service-services {
        float:none;
        width: 96%;
        margin:0px auto 10px auto;
        padding: 2%;
    }
    .field-name-field-euts-service-image{width:80%;}

    /*#navigation li {
        background-position:top;
    }
    #navigation li ul{
        position:relative; display:block!important;
        visibility:visible!important;
        width:80%; top:0px!important
    }
    #navigation li ul li{
        width:auto;
    }
    #navigation li ul a{
        padding-top:3px;
    }*/
    .header__site-slogan {
        float: none;
        clear: none;
    }
    a.eu-commission-logo {
        margin: 0;
        width: 30%;
        position: absolute;
        top: -95px;
        right: 0;
    }
    #views-exposed-form-euts-service-listing-page,
    .euts-home-page-data-placeholder {
        padding: 4.5%;
    }
    .vertical-tabs ul.vertical-tabs-list li a {
        padding: 20px 7.2px;
    }
    .vertical-tabs fieldset.vertical-tabs-pane {
        width: 93.9%;
    }
}

@media (max-width: 480px) {
    .euts-footer-social-block li {
        margin: 0px 1%;
    }
    .euts-steps-fieldset li {
        padding: 0px 2%;
        width: 23%;
        font-size: 50%;
        line-height: 1.5em;
        vertical-align: top;
    }
    .euts-steps-fieldset span {
        font-size: 3.5em;
        height: 30px;
        width: 50px;
    }
    .view-euts-recently-registered-services .views-row,
    .view-euts-service-listing .views-row {
        max-width: 100%!important;
        min-width:100%;
        margin: 10px 0px;
    }
    input#edit-organisation.form-image_button, input#edit-individual.form-image_button {
        width: 110px;
        font-size: 0.7em;
        height: auto;
        background-position: 33px -125px;
        margin: 0px 0px 40px 0px;
    }
    #edit-text-or{
        font-size:0.9em;
        width:30px;
    }
    #views-exposed-form-euts-service-listing-page{
        max-width:100%!important
    }
    a.eu-commission-logo {
        top: -85px;
        width: 32%;
    }
    .vertical-tabs ul.vertical-tabs-list li {
        max-width: 27.4%;
    }
    .vertical-tabs ul.vertical-tabs-list li a {
        padding: 20px 6px;
    }
    .vertical-tabs ul.vertical-tabs-list li:first-child a {
        padding: 28px 6px;
    }
    .vertical-tabs fieldset.vertical-tabs-pane {
        width: 92.4%;
    }
    .euts-inventory-label {
        font-size: 1.7em;
    }
}


@media (max-width: 380px) {
    .euts-footer-social-block li {
        margin: 0px 0.5%;
    }
    .euts-footer-menu li{padding:0px 5px;}
    a.euts-menu-anchor {
        top: -75px;
    }
    #header.header {
        height: 110px;
    }
    /*.euts-views-service-wrapper {
width: 40%;
padding-right: 2px;
}*/
    a.eu-commission-logo {
        top: -70px;
    }
    .euts-home-page-suppliers-section {
        margin-top: 7.5%;
        margin-bottom: 9%;
        float: none;
        text-align: center;
    }
    .vertical-tabs ul.vertical-tabs-list li {
        max-width: 26%;
        font-size: 0.85em;
        margin-right: 2.5px;
    }
    .vertical-tabs ul.vertical-tabs-list li a {
        padding: 16px 6px;
    }
    .vertical-tabs ul.vertical-tabs-list li:first-child a {
        padding: 23px 8px;
    }
    .vertical-tabs ul.vertical-tabs-list li:last-child a {
        padding: 10px 7px;
    }
    .vertical-tabs fieldset.vertical-tabs-pane {
        width: 90.2%;
    }
}

/*styling of date in blog*/

.view-euts-blog .views-row,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row {
    position:relative;
}


.node-euts-blog {
    position:relative;
}

.view-euts-blog .views-row .views-field-published-at,
.view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-published-at {
    font-size:13px;
}

.node-euts-blog .published-at {
    font-size:13px;
}

@media screen and (min-width:680px){
    .view-euts-blog .views-row .views-field-title,
    .view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-title {
        margin-right:100px;
    }
    .view-euts-blog .views-row .views-field-published-at,
    .view-euts-blog-taxonomy-term.view-display-id-page .views-row .views-field-published-at {
        position:absolute;
        right:15px;
        top:20px;
    }
    .node-euts-blog header{
        display:inline-block;
        margin-right:10px;
    }
    .node-euts-blog .published-at{
        font-size:13px;
    }
    @media screen and (min-width:680px){
        .node-euts-blog .field-name-field-euts-tags{
            display:inline-block;
        }
    }
}

/*******************************
fixes on the menu for mob and tablet
*********************************/
@media screen and (max-width:960px){
    #navigation .nice-menu-main-menu{
    }
    #navigation .nice-menu > li{
        padding:1px 0;
    }
    #navigation li.menuparent ul{
        position:static;
        margin-top:0;
        box-shadow:none;
        border:none;
    }
    #navigation li.menuparent ul a{
        padding:4px 15px;
    }
}

@media screen and (max-width:960px){
    #navigation .nice-menu > li.first a{
        background: url(../images/home-icon.png) no-repeat 15px 2px;
    }
    #navigation .nice-menu > li.first a:hover{
        background: url(../images/home-icon.png) no-repeat 15px 2px;
    }
    #navigation li.menuparent > a:after{
        top:5px;
    }
}



@media screen and (max-width:960px) {
    a.euts-menu-anchor {
        display: block !important;
        position: absolute;
        top: -70px;
        right: 0;
        border: none !important;
        background-color: #0173B9;
        color: #FFF !important;
        text-transform: uppercase;
        padding: 1px 10px !important;
    }
    #navigation {
        top: auto;
        height: auto;
        overflow: hidden;
        position: static;
        margin-top:10px;
    }
    #navigation li {
        float: none!important;
        display: block;
        line-height: 1.3em;
    }

    #navigation li a {
        border: none;
    }
    #navigation li.last, #navigation li.euts-my-pantou {
        text-align: left;
        position: relative;
    }
    #navigation ul ul {
        display: block!important;
        box-shadow: none;
        background: #E9E9E9;
        border: none;
        margin: 15px 20px 0px 20px;
        width: 88%;
        padding: 3px;
        position: relative;
    }
    #navigation ul ul li {
        margin: 0px 0px!important;
        padding: 2px 0px;
    }
    #navigation ul ul:after {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    #navigation ul ul:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #E9E9E9;
        border-width: 10px;
        left: 10%;
        margin-left: -10px;
    }
    #navigation ul ul:before {
        display: none;
    }
    #navigation li {
        background-position:top;
    }
    #navigation li ul{
        position:relative; display:block!important;
        visibility:visible!important;
        width:80%; top:0px!important
    }
    #navigation li ul li{
        width:auto;
    }
    #navigation li ul a{
        padding-top:3px;
    }
    #navigation a {
        padding: 1px 17px;
    }
}


.node-type-euts-service .euts-node-service-contact .field-name-field-euts-service-description .field-label + .field-items p{
    line-height: 1.5em;
}

/*****************
22/8/2016 changes for bigger sidebar
******************/

.content-bounds{
    width:75%!important;
    border-right:1px solid lightgrey;
    padding-right:0!important;
}

.fb-twi-blocks{
    width:25%!important;
    margin-left:75%!important;
    padding-left:15px!important;
}

.fb-twi-blocks h2{
    font-weight: 900;
    font-size: 35px;
    letter-spacing: -1px;
    color:#7a7a7a;
}


.content-bounds .views-row-odd,.content-bounds .views-row-even{
    max-width:31.5%!important;
    height:auto!important;
}

.content-bounds .view-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.search-tooltip-icon{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #295c97;
    color:white!important;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-weight: bold;
}

.view-filters.has-no-background{
    background:transparent;
}

.bottom-filters .views-submit-button.views-submit-button{
    float:left!important;
    margin-top:20px!important;
    margin-left:20px!important;
}

.bottom-filters .views-reset-button.views-reset-button{
    float:left!important;
    margin-top:20px!important;
}

.bottom-filters #edit-ais-wrapper{
    float:left!important;
}


/*various fixes*/


.euts-social-sharing.top{
    width:auto;
    padding-bottom:10px;
}

.tabs-primary{
    margin-top:0;
    clear:both;
}

.page__title.title.service-title{
    margin:0 -15px;
}
body.front .page__title.title {
    margin-left: 10px;
}
.location.vcard{
    margin-top:0!important;
}

.color {
    color:#0065a0;
}

.ui-corner-all li:hover a{
    background:#0065a0!important;
    color:white!important;
}

.ui-corner-all li .ui-state-focus{
    background:#0065a0!important;
    color:white!important;
}

.ui-corner-all li .ui-state-focus span{
    background:#0065a0!important;
    color:white!important;
}


.ui-corner-all li:hover span{
    background:#0065a0!important;
    color:white!important;
}

.euts-social-sharing.top .service-profile-actions li a.send-to-friend{
    padding-left:25px;
}

.euts-social-sharing.top .service-profile-actions li a.print-page{
    padding-left:25px;
}

.node-type-euts-blog #main .field-items ul{
    overflow:hidden;
}


.euts-services-statistics .pane-title-anchor h2, .euts-services-statistics .pane-title-child h2{
    position:relative;
}

.euts-services-statistics .pane-title-anchor > h2:after, .euts-services-statistics .pane-title-child > h2:after {
    content: "";
    position: absolute;
    right: 100px;
    top: 50%;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    width: 10px;
    height: 10px;
    transform: translatey(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out;
}



.euts-services-statistics .pane-title-anchor.close > h2:after,.euts-services-statistics .pane-title-child.close > h2:after{
    transform:translatey(-50%) rotate(-45deg);
}


.euts-services-statistics .pane-euts-statistics-service-type-statistics .view-display-id-service_type_statistics{
    margin-left:40px;
}

/*most popular items*/
.block-top-searched-terms h2, .view-euts-most-visited-services h2{
    font-weight:600;
    font-size:24px;
}
.numbered-list {
    margin-left: 0;
    list-style-type: none;
    padding:0;
    margin-top:15px;
}


.numbered-list li {
    counter-increment: step-counter;
    margin:10px 0;
    color: #606060;
    position:relative;
    margin-left:30px;
}

.numbered-list li::before {
    content: counter(step-counter);
    margin-right: 10px;
    font-size: 10px;
    border:1px solid #7a7a7a;
    color: black;
    font-weight: 500;
    border-radius: 50%;
    position:absolute;
    padding:1px 5px 2px ;
    left:-27px;
    top:3px;
    line-height:1.3;
}

/*fix for print and send to friend*/

.euts-social-sharing.top .service-profile-actions li a.send-to-friend {
    padding-left: 25px!important;
}

.euts-social-sharing.top .service-profile-actions li a.print-page{
    padding-left:25px!important;
    cursor:pointer;
}

/***************************
RESPONSIVE FIXES
****************************/
@media screen and (max-width:1124px) {
    .fb-twi-blocks {
        overflow:hidden;
    }
}



@media screen and (max-width:960px) {
    .sidebar-second #content{
        width:100%!important;
    }
    .fb-twi-blocks {
        margin-left: 0 !important;
        width:100%!important;
        clear:both;
    }
    #navigation{
        clear:both;
    }
}

@media screen and (max-width:680px) {
    #euts-home-page-register-form input.home-page-register-button[type="submit"] {
        white-space: normal;
    }
}

@media screen and (max-width:480px) {
    .fb-twi-blocks {
        width: 100% !important;
    }
}

/*13/3/2017 change of eu-commision-logo*/

.eu-commission-image{
    width:168px;
    height:80px;
}

@media screen and (max-width:1024px){
    .eu-commission-image{
       display:none;
    }
}

.eu-commission-text{
    font-size:11px;
    color:#222;
    vertical-align:text-top;
    margin-right:10px;
}

/*ck changes 6/9*/

.views-field-field-euts-quality-program{
    margin-top:auto;
}

.views-field-field-euts-quality-program .field-content{
    padding:5px;
    width:calc(100% + 40px);
    display:block;
    text-align:center;
    box-sizing:border-box;
    margin:20px -20px -20px;
}

.views-field-field-euts-quality-program .field-content span{
    display:block;
    color:white;
    font-size:17px;
    font-weight:500;
    text-transform:uppercase;
}

.views-field-field-euts-quality-program .field-content span:last-child{
    margin-top:5px;
    font-weight:bold;
    font-size:17px;
}

.label-world-TFA-Quality-ProgrammeSilver- .field-content{
    background-color:#6a787c;
}

.label-world-TFA-Quality-ProgrammeGold- .field-content{
    background-color:#d9a527;
}

.label-world-TFA-Quality-ProgrammeBronze- .field-content{
    background-color:#cc7e2e;
}

.label-world-TFA-Quality-ProgrammeSeal- .field-content{
    background-color:#1c71b9;
}



.views-field-field-euts-quality-program .field-content a{
    color:white;
}

.recently-registered-services .views-row{
    display:flex;
    flex-direction:column;
}


.group-euts-wrap-quality-program{
    float:left;
    width:50%;
}

.node-type-euts-service .group-euts-wrap-quality-program .euts-node-service-contact{
    width:100%;
}

.field-name-field-euts-quality-program .field-item a{
    width:235px;
    height:200px;
    font-size:0;
    display:inline-block;


}

.field-name-field-euts-quality-program.ctql-gold a{
    background:url("../images/gold-ribbon.png") no-repeat;
    background-size:contain;
}

.field-name-field-euts-quality-program.ctql-bronze a{
    background:url("../images/bronze-ribbon.png") no-repeat;
    background-size:contain;
}

.field-name-field-euts-quality-program.ctql-seal a{
    background:url("../images/neutral_ribbon.png") no-repeat;
    background-size:contain;
}

.field-name-field-euts-quality-program.ctql-silver a{
    background:url("../images/silver-ribbon.png") no-repeat;
    background-size:contain;
}

@media screen and (max-width:1024px){
    .group-euts-wrap-quality-program{
        width:100%;
    }
    .node-type-euts-service .euts-node-service-services{
        width:100%;
    }
}

#node-euts-service-full-group-euts-header-right {
    box-sizing: border-box!important;
    float: right;
    margin-right: 0;
    overflow: hidden;
    width: 49%;
}

.qr-code{
    float:right;
}

.qr-code img{
    height:200px;
    width:auto;
}

.euts-home-page-image-placeholder + #content .page__title{
    max-width:81%;
}