/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle; 
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    background: url(../img/bg.png) left bottom repeat-x #F4F4F4;
}

/*
LAYOUT
*/
.wrapper {
    width: 960px;
    margin: 0 auto;
}
header {
    height: 110px;
}
    .topnav {
        display: inline-block;
        float: left;
        margin-top: 40px;
    }
    .lang-flags {
        display: inline-block;
        float: right;
        margin-top: 45px;
        margin-right: 15px;
    }
    .search {
        display: inline-block;
        float: right;
        width: 220px;
        background-color: #fff;
        border: solid 1px #e8e8e8;
        border-radius: 4px;
        margin-top: 40px;
    }
.slideshow {
    height: 260px;
    position: relative;
    margin-bottom: 30px;
}
.withaside {
    float: left;
    width: 630px;
}
.main {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
aside {
    width: 300px;
    float: right;
}
.on-left {
    float: left;
}
.on-right {
    float: right;
}
footer {
    height: 330px;
}
    .footer-top {
        padding-top: 20px;
        padding-bottom: 10px;
        border-bottom: solid 1px #666;
    }
    .footer-bottom {
        padding-top: 10px;
    }
article {
    padding: 20px;
}
.skip-content {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
/**********************
modules
**********************/
.destbox {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.destbox.on-left,
.destbox.on-right,
.normalbox.on-aside {
    width: 300px;
}
.contentbox {
    background-color: #fff;
}
.line,
.line .col {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.line {
    margin-bottom: 20px;
}
.twocol .col {
    width: 47%;
    float: left;
}
.twocol .col:nth-child(2) {
    float: right;
}
.table {
    display: table;
    border-collapse: collapse;
    table-layout: fixed; 
    width: 100%;
}
.table-header {
    display: table-header-group;
    color: #666;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    border: solid 1px #D8D8D8;
}
.table-body {
    display: table-row-group;
    background-color: rgba(204,204,204,0.1);
}
.table-footer {
    display: table-footer-group;
}

/**********************
THEMES
**********************/

/*
GENERAL
*/
a {
    color: #33CC99;
}
h1 {
    margin: 0;
    color: #FF0031;
    font-weight: 600;
    font-size: 24px;
}
article h1 {
    margin-bottom: 20px;
}
h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #3c9;
    margin-bottom: 10px;
}
h2 a {
    color: #3c9;
    text-decoration: none;
}
h3 {
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
}
.info {
    margin: 0;
    margin-bottom: 10px;
    color: #999;
}
.warning {
    color: #FF0031;
}
.errormessage {
    color:#FC1D30; 
    font-size:12px;
    margin-bottom:20px;
}
.close {
    width: 40px;
    height: 40px;
    background: url(../img/msprite.png) 8px -968px no-repeat;
    text-indent: -200px;
    overflow: hidden;
    border-radius: 4px;
}
    .close a {
        width: 40px;
        height: 40px;
        display: block;
    }
.close.warning {
    background-color: #FF0031;
}
.close.success {
    background-color: #33CC99;
}
.pop-success {
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    width: 200px;
    height: 200px;
    text-align: center;
    z-index: 99999;
}
    .pop-success .message {
        font-size: 1.25rem;
        color: #fff;
    }
    .pop-success .close.success {
        margin: 20px auto 20px auto;
    }
input[type="text"],
input[type="email"],
select,
textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    display: block;
    /*margin-bottom: 30px;*/
    height: 40px;
    border: solid 1px #D8D8D8;
    padding-left: 10px;
    border-radius: 4px;
    outline: 0;
    background-color: rgba(204,204,204,0.1);
}
input[type="checkbox"] {
    display: inline-block;
    /*margin-right: 10px;*/
    color: #CBCFD4;
    font-size: 12px;
}
input[type="submit"] {
    height: 40px;
    background-color: #FF0031;
    color: #fff;
    font-size: 16px;
    border: 0;
}
input[type="file"] {
    height: 40px;
}
textarea {
    min-height: 120px;
    padding: 10px;
}
label {
    font-size: 0;
    /*display: none;*/
    font-size: 14px \ ;
}
label.none {
    display: none;
    display: block \ ;
}
.custom-dropdown {
  font-size: 14px;
  position: relative;
  display: block;
  vertical-align: middle;
  width: 100%;
  /*margin-bottom: 30px;*/
}

.custom-dropdown select {
  background-color: rgba(204,204,204,0.1);
  color: #000;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em; 
  border: 0;
  margin: 0;
  border-radius: 4px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button; /* hide default arrow in chrome OSX */
  border: solid 1px #d8d8d8;
  width: 100%;
  outline: 0;
}

.custom-select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    /*background-color: rgba(204,204,204,0.1);*/
    color: #000;
    font-size: 14px;
    padding-left: 10px; 
    border: 0;
    margin: 0;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    background: url(../img/bg_select.png) right top no-repeat rgba(204,204,204,0.1);
    width: 100%;
    outline: 0;
    height: 40px;
    line-height: 40px;
}

@-moz-document url-prefix() {

    .custom-select {
        text-overflow: '';
        text-indent: -1px;
        -moz-appearance: none;
        background: #949C87;

    }

   
}

/*for IE10*/
.custom-select::-ms-expand {
    display: none;
}

.custom-dropdown select.required,
.custom-select.required {
  background-color: rgba(255,255,204,0.5);
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 10px;
  font-size: 18px;
  line-height: 10px;
  right: 17px;
  top: 50%;
  margin-top: -5px;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 4px 4px 0;
  border: solid 1px #d8d8d8;
}

.custom-dropdown::before {
  background-color: rgba(204,204,204,0.1);
}
.custom-dropdown.required::before {
  background-color: rgba(255,255,204,0.5);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}
.moreinfo {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 0;
    margin-top: -15px;
    background-color: #3c9;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
}
    .moreinfo a {
        color: #fff;
        width: 30px;
        height: 30px;
        display: block;
        text-decoration: none;
    }
.gallery-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    .gallery-list li {
        float: left;
        width: 100px;
        height: 100px;
        margin-right: 6px;
        margin-bottom: 6px;
        overflow: hidden;
        background-color: #ccc;
    }
        .gallery-list li:nth-child(6n+1) {
            /*margin-right: 0;*/
        }  
        .gallery-list li img {
            width: 100px;
            min-height: 100px;
        }
.article-title {
    width: 360px;
}
    .article-title h1 {
        display: inline-block;
        float: left;
        max-width: 230px;
    }
.goback {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*display: inline-block;*/
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #d8d8d8;
    background: url(../img/sprite.png) 10px -472px no-repeat #fff;
    border-radius: 4px;
    padding-left: 30px;
    font-size: 16px;
}
    .goback a {
        display: block;
        color: #999;
        text-decoration: none;
        display: block;
        padding-left: 30px;
        margin-left: -30px;
    }

/**** BUTTONS ***/
.button {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #FF0031;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    text-align: center;
}
    .button a {
        color: #fff;
        text-decoration: none;
        display: block;
    }
    .button.full {
        width: 100%;
    }
    .button.fixed {
        width: 260px;
    }
    .button.centered {
        margin: 0 auto;
        display: block;
    }
    .button.grey {
        background-color: #f8f8f8;
        border: solid 1px #e8e8e8;
        width: 300px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px;
    }
    .button.grey a {
        color: #666;
    }
    /**
    alterado
    **/
/* FLAGS */
.lang-flags ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
    .flag {
        background-color: #33CC99;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
    }
        .flag a {
            color: #fff;
            display: block;
            text-decoration: none;
        }

/* SEARCH */
.search {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
}
    input[type="text"].search-box {
        -webkit-appearance: none;
        background: none;
        border: 0;
        color: #666;
        display: inline-block;
        float: left;
        width: 160px;
        float: left;
        height: 28px;
        line-height: 28px;
        margin-bottom: 0;
    }
    input[type="submit"].btn-search,
    .form-elements .btn-search {
        -webkit-appearance: none;
        width: 32px;
        height: 32px;
        border: 0;
        background: url(../img/sprite.png) 0 -265px no-repeat #3c9;
        font-size: 0;
        border-radius: 4px;
        display: inline-block;
        float: right;
    }
    .innermenu-zone .search {
        margin-top: 0;
    }
    .btn-results {
        margin-right: 10px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 400;
        width: 40px;
    }
        .btn-results:disabled {
            background-color: #ccc;
        }

/*** MENU ***/
.mainmenu {
    position: relative;
}
.parent {
    float: left;
    padding: 5px 15px;
    border-right: solid 1px #D8D8D8;
    font-size: 22px;
    text-transform: uppercase;
}
    .parent:first-child {
        padding-left: 0;
    }
    .parent:last-child {
        border-right: 0;
    }
    
.main_navurl {
    color: #666;
    text-decoration: none;
    padding: 5px 15px;
    margin: -5px -15px;
}
    .main_navurl:hover,
    .parent:hover > .main_navurl {
        color: #3c9;
    }

.dropdown_menu {
    float: left;
    position: absolute;
    top: -999em; /*Hides the drop down */
    left: 0;
    text-align: left;
    z-index: 999;
    
    padding-top: 20px;
}
    .parent:hover .menu_one {
        left: 0px;
        top: 40px;
        width: 960px;
    }
    .parent:hover .menu_two {
        left: 110px;
        top: 40px;
        width: 280px;
    }
    .parent:hover .menu_three {
        left: 245px;
        top: 40px;
        width: 280px;
    }
    .parent:hover .menu_four {
        left: 380px;
        top: 40px;
        width: 280px;
    }
.dropdown_menu .inner_drop {
    position: relative;
    background-color: #33CC99;
}
    .menu_one .inner_drop:after,
    .menu_two .inner_drop:after,
    .menu_three .inner_drop:after,
    .menu_four .inner_drop:after {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(51, 204, 153, 0);
        border-bottom-color: #33CC99;
        border-width: 15px;
        margin-left: -15px;
    }
    .menu_one .inner_drop:after {
        left: 55px;
    }
    .menu_two .inner_drop:after {
        left: 100px;
    }
    .menu_three .inner_drop:after {
        left: 100px;
    }
    .menu_four .inner_drop:after {
        left: 80px;
    }
.dropdown_menu .inner_col {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-table;
    border-right: solid 1px #84E0C2;
    padding: 20px;
}

    .inner_col:last-child {
        border-right: 0;
    }
    .dropdown_menu.fourcol .inner_col {
        width: 24%;
    }
    .dropdown_menu.threecol .inner_col {
        width: 32%;
        min-height: 470px;
    }
    .dropdown_menu.onecol .inner_col {
        width: 100%;
    }
.submenu {
    font-size: 15px;
    text-transform: none;
    margin: 0;
}
    .submenu.margbottom {
        margin-bottom: 20px;
    }
    .submenu li {
        padding: 5px 0;
    }
    .submenu a {
        color: #fff;
        text-decoration: none;
        display: block;
    }
    .submenu a:hover {
        color: #C1F0E0;
    }
    .submenu .title {
        font-weight: 700;
        font-size: 16px;
        /*text-transform: uppercase;*/
    }
    .title .subsubmenu {
        font-weight: 400;
    }

.secondary-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
}
    .secondary-menu li {
        padding: 5px 10px;
        margin-bottom: 10px;
        border-radius: 4px;
    }
        .secondary-menu li a {
            color: #3c9;
            padding: 5px 10px;
            margin: -5px -10px;
            text-decoration: none;
            display: block;
        }
    .secondary-menu li.active,
    .secondary-menu li:hover {
        background-color: #3c9;
        color: #fff;
    }
        .secondary-menu li.active a,
        .secondary-menu li:hover a {
            color: #fff;
        }



/* FOOTER */ 
/* MENU */
footer .threecol .inner_col {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-table;
    width: 30%;
    margin-right: 2%;
}
.footer-top .submenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}
    .footer-top .submenu li {
        padding: 0 0 5px 0;
    }
    .footer-top.submenu a {
        color: #fff;
        text-decoration: none;
    }
    .footer-top .submenu .title a {
        font-weight: 700;
        color: #3c9;
    }
/* ASIDE */
.normalbox h3 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
    color: #666;
}
    .normalbox h3 span {
        font-weight: 400;
    }
.normalbox.divider {
    border-bottom: solid 1px #666;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
input[type="email"].newsl-box, input[type="text"].newsl-box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 220px;
    height: 40px;
    padding-left: 5px;
    line-height: 40px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    float: left;
    margin-bottom: 0;
}
input[type="submit"].btn-newsletter {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 70px;
    height: 40px;
    float: right;
    border: 0;
    border-radius: 4px;
    font-size: 0;
    background: url(../img/sprite.png)-70px -260px no-repeat #3c9;
}
/* SOCIAL */
.social {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    .social li {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-indent: -200px;
        overflow: hidden;
        background: url(../img/sprite.png) 0 -212px no-repeat #33CC99;
        border-radius: 40px;
        margin-right: 5px;
    }
        .social a {
            width: 40px;
            height: 40px;
            display: block;
        }
        .social li.fb {
            
        }
        .social li.gplus {
            background-position: -50px -212px;
        }
        .social li.twitter {
            background-position: -100px -212px;
        }
        .social li.youtube {
            background-position: -150px -212px;
        }
        .social li.flickr {
            background-position: -200px -212px;
        }
/* copy */
.copy {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
    .copy a {
        color: #fff;
    }
/*** LOGO ***/

.logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 150px;
    background-color: rgba(255,0,51,0.7);
    
}
.logo h1 {
    margin: 0;
    /*margin-bottom: 85px;*/
    font-size: 20px;
    padding: 0 0 15px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
    .logo h1 span {
        /*font-size: 34px;
        font-weight: 700;*/
    }
    .logo h1 a {
        display: block;
        color: #fff;
        text-decoration: none;
    }
.brasao {
    width: 120px;
    height: 125px;
    background: url(../img/sprite.png) center 10px no-repeat;
    text-indent: -300px;
    overflow: hidden;
    margin: 0 auto;
}
    .brasao a {
        width: 120px;
        height: 125px;
        display: block;
    }
.gohome {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 65px;
    padding-top: 40px;
    font-size: 14px;
    font-weight: 800;
    background: url(../img/sprite.png) center -150px no-repeat;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
    .gohome a {
        width: 50px;
        padding-top: 40px;
        margin-top: -40px;
        color: #fff;
        text-decoration: none;
        display: block;
    }

/*** destbox ***/

.destbox h1 {
    margin: 0 0 5px;
    color: #FF0031;
    font-weight: 600;
    font-size: 24px;
}
.destbox .info {
    margin: 0;
    margin-bottom: 10px;
    color: #999;
}
.destbox-middle {
    height: 240px;
    overflow: hidden;
}
/*** list-item ***/
.list-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #D8D8D8;
    position: relative;
}
.destbox .list-item:last-child {
    border-bottom: 0;
}
.list-item p {
    margin: 0;
}
.innercontent .list-item p {
    margin-bottom: 20px;
}
.newsfeed .list-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list-item.details {
    padding-bottom: 40px;
}

/**** WORKS ***/
.workdate {
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
}
    .workday {
        color: #3c9;
        margin-right: 5px;
    }
    .workhour {

    }
.workphoto {
    display: inline-block;
    float: left;
    width: 23%;
    max-width: 60px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #E8E8E8;
    margin-right: 10px;
    overflow: hidden;
}
    .workphoto img {
        width: 60px;
        height: 60px;
    }
.workdescription_home {
    display: inline-block;
    float: right;
    width: 73%;
    /*max-width: 190px;*/
}
/**** EVENTS ***/
.events {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;*/
}
.eventdate {
    display: inline-block;
    float: left;
    width: 23%;
    max-width: 60px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #E8E8E8;
    margin-right: 10px;
}
    .eventdate .month {
        background-color: #333;
        display: block;
        height: 22px;
        line-height: 22px;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
    }
    .eventdate .day {
        height: 38px;
        line-height: 38px;
        color: #666;
        font-size: 24px;
    }
.eventdescription {
    display: inline-block;
    float: right;
    width: 73%;
    /*max-width: 190px;*/
}

/**** NEWS ****/
.newsphoto {
    width: 15%;
    /*max-width: 90px;*/
    /*display: inline-block;*/
    float: left;
    margin-right: 2%;
}
    aside .newsphoto {
        width: 24%;
    }
    .newsphoto img {
        max-width: 90px;
        height: auto;
    }
    aside .newsphoto img {
        max-width: 60px;
        height: auto;
    }
.newsphoto-details {
    margin-bottom: 20px;
}
    .newsphoto-details img {
        max-width: 220px;
        height: auto;
    }
.newsdescription {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83%;
    float: right;
    /*display: inline-block;*/
}
    aside .newsdescription {
        width: 72%;
    }
.newsfeed .newsdescription {
    padding-right: 40px;
}
aside .newsfeed .newsdescription {
    padding-right: 0;
}
    .newsdescription h2 {
        color: #3c9;
        margin: 0;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 20px;
    }
    aside .newsdescription h2 {
        margin: 0;
        font-size: 16px;
    }
    .newsdescription p {
        margin: 0;
    }
    
.news-comments {
    margin-top: 20px
}
/* FARMAACIAS SERVIÇO */
.pharmphoto {
    width: 20%;
    float: left;
}
    .pharmphoto img {
        width: 50px;
        height: 50px;
    }
.pharmdescription {
    width: 78%;
    float: right;
    /*display: inline-block;*/
}
    .pharmdescription h2 {
        color: #3c9;
        margin: 0;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 20px;
    }
    .pharmdescription p {
        margin: 0;
    }
/*
INCIDENT MAP
*/
.header-mapincident {

}
    .header-mapincident-left {
        float: left;
        width: 290px;
    }
    .header-mapincident-legend {
        float: left;
        width: 220px;
        border-left: solid 1px #e8e8e8;
        border-right: solid 1px #e8e8e8;
        padding: 20px;
    }
        .legend {
            font-size: 12px;
            line-height: 20px;
            color: #999;
        }
            .icon-incidente {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 20px;
                margin-right: 10px;
                float: left;
            }
            .icon-incidente.done {
                background-color: #3c9;
            }
            .icon-incidente.working {
                background-color: #f90;
            }
            .icon-incidente.waiting {
                background-color: #FF0031;
            }
            .icon-incidente.others {
                background-color: #C8A2C8;
            }
    .header-mapincident-newincident {
        float: left;
        width: 360px;
        padding-top: 40px;
    }
        .newincident {
            display: block;
            text-align: center;
            background: url(../img/sprite.png) center -315px no-repeat;
            font-size: 16px;
            color: #999;
            padding-top: 40px;
            text-decoration: none;
        }
.form-elements {
    margin-bottom: 30px;
}
.form-fields {
    float: left;
    width: 340px;
}

.form-elements input[type="text"],
.form-elements input[type="email"],
.form-elements select,
.form-elements textarea {
    margin-bottom: 30px;
}

.form-map .inline {
    width: 85%;
    display: inline-block;
}
.form-map {
    float: right;
    width: 510px;
}
.incidentmap,
.incidentmap-register {
    width: 100%;
    height: 510px;
    /*border: solid 1px #d8d8d8;*/
}
.photopreview {
    height: 200px;
    background: url(../img/sprite.png) center -570px no-repeat #f4f4f4;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
}
    .photopreview img {
        width: 99%;
        min-height: 99%;
    }
.photo-upload {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    background: url(../img/sprite.png) right -858px no-repeat #fafafa;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}


/*
ARTCLES
*/
.innermenu-zone {
    float: left;
    /*width: 320px;*/
    width: 23.9%;
    padding-right: 20px;
}
    .innercontent {
        float: left;
        width: 70%;
        padding-left: 20px;
        border-left: solid 1px #e8e8e8; 
        /*width: 510px;*/
        min-height: 400px;
    }


/*
DIRECTORY
*/
.directory-desc {

}
    .icon-list {
        display: inline-block;
        width: 20px;
        height: 15px;
    }
        .icon-list.phone {
            background: url(../img/sprite.png) 0 -400px no-repeat;
        }
        .icon-list.address {
            background: url(../img/sprite.png) 0 -425px no-repeat;
        }
        .icon-list.url {
            background: url(../img/sprite.png) 0 -450px no-repeat;
        }
        .icon-list.fax {
            background: url(../img/sprite.png) -28px -400px no-repeat;
        }
.photo-gallery {
    margin: 10px 0;
}
.directory-details {

}
    .field-details {
        margin: 0;
        margin-bottom: 20px;
    }

/*
FORMS
*/
.col input[type="text"], 
.col input[type="email"], 
.col select, 
.col textarea {
    margin-bottom: 0;
}
.col input[type="radio"] {
    margin-right: 10px;
}
.line:before,
.line:after {
    content: " ";
    display: table;
}

.line:after {
    clear: both;
}

.line {
    *zoom: 1;
}
.radiobuttons label {
    font-size: 14px;
    margin-right: 30px;
}
.survey-answers table {
    width: 100%;
}
    .survey-answers td {
        border-bottom: solid 1px #E8E8E8;
        padding: 20px 0;
    }
    .survey-comment {
        border-bottom: solid 1px #E8E8E8;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
.value {
    line-height: 40px;
    margin: 0;
    color: #FC1D30;
}
input.required {
    background-color: rgba(255,255,204,0.5);
}

.table-cell input {
    border-radius: 0;
    border: 0;
    background: transparent;
}
.table-cell.name {
    width: 55%;
}
.table-cell.affinity {
    width: 15%;
    text-align: center;
}
.table-cell.age {
    width: 10%;
    text-align: center;
}
.table-cell.identi {
    width: 20%;
    text-align: center;
}
.table-header .table-cell {
    border: 0;
    padding: 5px 0;
}
.table-footer .table-cell {
    border-top: 0;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}
.btn-addline {
    display: inline-block;
    background: url(../img/sprite.png) 0 -780px no-repeat;
    padding-left: 30px;
    line-height: 40px;
}
    .btn-addline a {
        color: #FF0031;
        text-decoration: none;
        padding-left: 30px;
        margin-left: -30px;
        display: block;
    }
.innercontent .divider {
    border-bottom: solid 1px #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* Easy Slider */

    #slider ul, 
    #slider li {
        margin:0;
        padding:0;
        list-style:none;
    }
    #slider ul {
        height: 260px;
        overflow: hidden;
    }
    #slider li { 
        width: 960px;
        height: 260px;
        overflow: hidden; 
    }     
        
    /* numeric controls */  

    ol#controls {
        position: absolute;
        bottom: 20px;
        right: 20px;
        text-indent: -100px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        height: 18px;    
        z-index: 996;
    }
    ol#controls li{
        margin:0 2px 0 0; 
        padding: 0;
        float: left;
        list-style: none;
        height: 18px;
        width: 18px;
        line-height: 18px;
    }
    ol#controls li a{
        float: left;
        height: 14px;
        width: 14px;
        line-height: 14px;
        border: solid 2px #fff;
        border-radius: 14px;
        background-color: #ccc;
        text-decoration:none;
    }
    ol#controls li.current a{
        background-color: #3c9;
        color:#fff;
    }
    ol#controls li a:focus {
        outline:none;
    }
    
/* // Easy Slider */

/* POI - MAP */
.poi-popup {
    background-color: #000;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    min-width: 200px;
    min-height: 60px;
    font-size: 13px;
}
    .poi-popup p {
        margin: 0;
    }
    .poi-popup b {
        color: #3c9;
    }
    .poi-popup:after {
        bottom: 100%;
        left: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(51, 204, 153, 0);
        border-bottom-color: #000;
        border-width: 10px;
        margin-left: -10px;
    }

.mobile-only {
    display: none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}