/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/* ==========================================================================
   DETAILS styles
   ========================================================================== */

#jm-header-bg p {
    margin: 0;
}

h1#jm-logo {
    font-size: 2em;
    line-height: 1.2em;
}

h1#jm-logo a:link,
h1#jm-logo a:visited {
    display: inline-block;
    color: #fff;
}

h1#jm-logo a:hover {
    text-decoration: none;
}

#jm-copyrights p {
    margin: 0;
}

#jm-pathway div.breadcrumbs span.showHere {
    font-weight: bold;
    margin: 0 5px 0 0;
    display: inline-block;
}

#jm-pathway div.breadcrumbs img {
    vertical-align: middle;
}

#jm-pathway h3 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    float: left;
    margin: 0 5px 0 0;
}

#jm-stylearea a span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 5px;
    width: 5px;
    display: inline-block;
    margin: 0 0 0 5px;
    cursor: pointer;
}

#jm-stylearea a:hover {
    text-decoration: none;
}

#jm-stylearea a#style_icon-1 span {
    background: #00aeef;
}

#jm-stylearea a#style_icon-1:hover span {
    background: #47ceff;
}

#jm-stylearea a#style_icon-2 span {
    background: #f26522;
}

#jm-stylearea a#style_icon-2:hover span {
    background: #ff9666;
}

#jm-stylearea a#style_icon-3 span {
    background: #ed145b;
}

#jm-stylearea a#style_icon-3:hover span {
    background: #ff5e94;
}

#jm-back-top a {
    display: block;
}

#jm-back-top a:hover {
    text-decoration: none;
    cursor: pointer;
}

#jm-back-top span {
    width: 40px;
    height: 46px;
    display: block;
    background-image: url(../images/backtotop.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#jm-back-top a:hover span {
}

/** template **/

.newsflash .newsflash-title {
    font-size: 1em;
    font-weight: bold;
    clear: both;
}

.newsflash a.readmore {
    margin: 10px 0 25px;
}

/** doctextsizer list **/

.smallview #jm-maincontent {
    /*CSS for "small font" setting*/
    font-size: 0.9em;
    line-height: 1.5em;
}

.normalview #jm-maincontent {
    /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview #jm-maincontent {
    /*CSS for "large font" setting*/
    font-size: 1.2em;
    line-height: 1.5em;
}

/* ==========================================================================
   MENUS styles
   ========================================================================== */

ul.menu {
    margin: 0;
}

ul.menu li {
    margin: 0;
    padding: 0;
    background: none !important;
}

ul.menu li a:link, ul.menu li a:visited {
    padding: 8px 14px;
    display: list-item;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    color: #ffffff;
    text-shadow: 1px 1px 0px #444444;
}

.jm-module.color-ms ul.menu li a:link, 
.jm-module.color-ms ul.menu li a:visited {
    background: url('../images/li-ar_light.png') no-repeat left center;
}

.jm-module.black-ms ul.menu li a:link, 
.jm-module.black-ms ul.menu li a:visited {
    border-color: #282828
}

ul.menu > li:first-child > a:link, 
ul.menu > li:first-child > a:visited {
    border-top: none;
}

ul.menu li a:hover {
    color: #9F7017;
}

ul.menu li.active > a {
    color: #9F7017;
}


ul.menu li img, 
ul.menu li span.image-title {
    vertical-align: middle;
}

/** second level **/

ul.menu li ul {
    margin: 0;
    list-style: none;
}

ul.menu li ul li {
    padding: 0 0 0 16px;
}

/** footer menu **/

#jm-footer .jm-module.color-ms ul.menu li a:link,
#jm-footer .jm-module.color-ms ul.menu li a:visited {
    background: url(../images/li-ar_light.png) no-repeat left center;
}

#jm-footer ul.menu li a:link, 
#jm-footer ul.menu li a:visited {
    color: #575757;
    border-color: #282828
}

#jm-footer ul.menu li a:hover {
    color: #fff;
}

#jm-footer ul.menu li.active > a {
    color: #fff;
}

/* ==========================================================================
   TEMPLATE styles
   ========================================================================== */

/** registration, login **/

div.registration form#member-registration fieldset dl,
div.profile form#member-profile fieldset dl,
div.profile fieldset#users-profile-core dl,
div.profile fieldset#users-profile-custom dl,
div.profile-edit form#member-profile fieldset dl,
div.remind fieldset dl,
div.reset fieldset dl {
    margin: 0;
}

div.registration form#member-registration fieldset dt,
div.profile form#member-profile fieldset dt,
div.profile fieldset#users-profile-core dt,
div.profile fieldset#users-profile-custom dt,
div.profile-edit form#member-profile fieldset dt,
div.remind fieldset dt,
div.reset fieldset dt {
    float: left;
    clear: both;
    padding: 2px;
    margin: 0;
    min-width: 250px;
    min-height: 38px;
    line-height: 38px;
}

div.registration form#member-registration fieldset dd,
div.profile form#member-profile fieldset dd,
div.profile fieldset#users-profile-core dd,
div.profile fieldset#users-profile-custom dd,
div.profile-edit form#member-profile fieldset dd,
div.remind fieldset dd, 
div.reset fieldset dd {
    float: none;
    padding: 2px;
    margin: 0;
    min-height: 38px;
    line-height: 38px;
}

.registration dl dt:first-child {
    width: 100% !important;
}

div.formelm label,
div.formelm-area label {
    display: inline-block;
    min-width: 200px;
}

div.formelm img {
    vertical-align: middle;
    margin: 0 5px;
}

div.formelm-buttons {
    padding: 10px 0;
}

div.login-fields {
    padding: 5px 0;
}

fieldset.userdata {
    border: none;
    padding: 0;
    margin: 0;
}

div.registration label {
    display: inline-block;
    min-width: 200px;
}

.login-fields label#password-lbl,
.login-fields label#username-lbl {
    min-width: 100px;
    display: inline-block;
}

/** buttons, inputs **/

input.button, button.validate, button {
    font-weight: normal;
    font-size: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 5px;
    cursor: pointer;
    color: #fff;
    padding: 0 15px 4px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    text-transform: lowercase;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.jm-module.color-ms input.button,
.jm-module.color-ms button.validate,
.jm-module.color-ms button {
    background: #fff;
}

input.button:active, button.validate:active, button:active {
    position: relative;
    top: 1px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

form#login-form div.logout-button input.button {
    margin: 0;
}

input, select, textarea {
    font-size: 1em;
    margin: 2px 0;
    padding: 0 0 0 8px;
    font-family: Arial;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    border: none;
    border: 1px solid #cacaca;
}

input[type=file]{
    height: auto;
}

select {
    padding: 7px;
    height: 34px;
    line-height: inherit;
}

textarea {
    padding: 8px;
    height: auto;
    line-height: 1.5em;
}

input, select, textarea, button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

input#modlgn-remember,
input#remember{
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    height: auto;
}


#form-login-username label,
#form-login-password label {
    width: 100px;
    display: block;
}

div.login-greeting {
    padding-bottom: 10px;
}

div.login button.button {
    margin: 10px 0 0;
}

.userdata input.button {
    margin: 10px 0;
}

/**page navigation**/

ul.pagenav {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
    clear: both;
    display: inline-block;
    width: 100%;
}

ul.pagenav li {
    line-height: 30px;
    padding: 0;
    margin: 0;
    background: none;
    color: #999999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d2d2d2;
}

ul.pagenav li a:link,
ul.pagenav li a:visited {
    display: inline-block;
    padding: 0 10px;
    border: none;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

ul.pagenav li a:hover  {
    background: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.pagenav li.pagenav-prev {
    float: left;
}

ul.pagenav li.pagenav-next {
    float: right;
}

/** pagination **/

div.pagination {
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
}

div.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.pagination li {
    display: inline-block;
    line-height: 30px;
    padding: 0;
    margin: 0;
    background: none;
    color: #999999;
    border: 1px solid #d2d2d2;
    border-right: none;
}

div.pagination li:first-child {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    padding: 0 10px;
}

div.pagination li:first-child a:hover {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

div.pagination li:last-child {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border: 1px solid #d2d2d2;
    padding: 0 10px;
}

div.pagination li:last-child a:hover {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

div.pagination ul li span {
    background: #f5f5f5;
    display: inline-block;
    padding: 0 10px;
}

div.pagination ul li a:link,
div.pagination ul li a:visited {
    display: inline-block;
    padding: 0 10px;
    margin: 0 -10px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

div.pagination ul li a.pagenav:link,
div.pagination ul li a.pagenav:visited {
    margin: 0;
}

div.pagination ul li a:hover  {
    background: #f5f5f5;
    text-decoration: none;
}

div.pagination ul li.pagination-start,
div.pagination ul li.pagination-prev,
div.pagination ul li.pagination-next,
div.pagination ul li.pagination-end {
    padding: 0;
}

div.pagination ul li.pagination-start span,
div.pagination ul li.pagination-prev span,
div.pagination ul li.pagination-next span,
div.pagination ul li.pagination-end span {
    background: none;
    padding: 0 10px;
}

.pagenav {
    padding: 2px;
}

p.counter {
    text-align: center;
    margin: 0 0 10px;
}

/****content****/

div.items-leading {
    display: inline-block;
    width: 100%;
}

div.items-row {
    display: inline-block;
    width: 100%;
}

.items-leading .item-separator {
    clear: both;
    display: inline-block;
    width: 100%;
    /* height: 1px; */
    margin: 17px 0;
    background: #cacaca;
}

.row-separator {
    clear: both;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 17px 0;
    background: #cacaca;
}

.items-row:last-child .row-separator {
    display: none;
}

/**blog featured single**/

div.blog h2,
div.item-page h2,
div.blog-featured h2,
div.items-more h3,
div.item-page h2,
ul#archive-items li.row0 h2,
div.contact h2,
div.contact-category h2,
div.newsfeed-category h2 {
    margin: 15px 0;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: 'Volkhov',serif;
}

div.blog h1,
div.blog-featured h1,
div.item-page h1,
div.archive h1,
div.categories-list h1,
div.category-list h1,
div.search h1,
h1.componentheading {
    margin: 0 0 15px;
    font-size: 2.2em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: 'Volkhov',serif;
}

/**blog layout**/

.item {
    display: block;
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    float: left;
    width: 48%;
}

.cols-2 .column-2 {
    float: right;
    width: 48%;
}

.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
    float: left;
    width: 31%;
}

.cols-3 .column-2 {
    padding: 0 3%;
}

.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4 {
    float: left;
    width: 23%;
}

.cols-4 .column-2 {
    padding: 0 1% 0 2%;
}

.cols-4 .column-3 {
    padding: 0 2% 0 1%;
}

.items-more {
    padding: 0 0 10px;
}

/**language**/

div.mod-languages ul li {
    background: none;
    padding: 0;
}

/**search**/

div.search #mod-search-searchword{
    display: block;
}

div.search label[for="mod-search-searchword"] {
    display: none;
}

div.search input.button{
    margin: 5px 0 0;
}

div.search div.phrases-box {
    padding-bottom: 25px;
}

div.search div.phrases-box label,
div.search fieldset.only label {
    margin-right: 10px;
    vertical-align: middle;
}

div.search div.phrases-box input,
div.search fieldset.only input {
    height: auto;
    line-height: inherit;
    padding: 0;
    border: 0;
}

/**single article**/

ul.actions {
    padding: 0;
    text-align: right;
    width: 100%;
}

ul.actions li {
    display: inline;
    background: none !important;
    margin: 0 5px;
    padding: 0;
}

.actions img {
    border: none;
}

.article-info {
    margin: 0 0 10px;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #a1a1a1;
}

.article-info-term {
    font-weight: bold;
}

.archive .article-info dd,
.article-info dd {
    margin: 0;
}

/**article categories**/

.categories-list ul {
    list-style: none;
    margin: 0;
}

dl.article-count dt,
dl.article-count dd {
    display: inline;
    margin: 0;
}

dl.article-count dt,
dl.article-count dd {
    display: inline;
    margin: 0;
}

/**archive**/

ul#archive-items .row0,
ul#archive-items .row1 {
    background: none;
    list-style: none;
}

ul#archive-items h2 a:link,
ul#archive-items h2 a:visited {
    border: none;
}

/**contact, article category list**/

table.category {
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

table.category th {
    font-weight: bold;
    padding: 8px;
    text-shadow: none;
    background: #000;
    color: #fff;
}

table.category th a {
    text-decoration: none;
    color: #fff;
}

table.category td {
    padding: 8px;
    border-bottom: 1px solid #dddddd;
}

/**single contact**/

.contact-email label {
    min-width: 100px;
    display: inline-block;
    padding: 0 0 5px 0;
}

form#contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

form#contact-form dt,
form#contact-form dd,
form#contact-form button.button {
    margin: 10px 0 0;
}

/**details**/

.tip {
    background: #f5f5f5;
    width: 250px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tip:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}

.tip .tip-title {
    font-weight: bold;
}

.img_caption {
    font-size: 10px;
    background: none;
    margin: 0;
    padding: 0;
    border-top: none;
}


#jm-footer p.readmore a:link,
#jm-footer p.readmore a:visited,
#jm-footer a.readmore:link,
#jm-footer a.readmore:visited,
#jm-footer a.readon:link,
#jm-footer a.readon:visited{
    color: #fff
}

.jm-module.color-ms p.readmore a:link,
.jm-module.color-ms p.readmore a:visited,
.jm-module.color-ms a.readmore:link,
.jm-module.color-ms a.readmore:visited,
.jm-module.color-ms a.readon:link,
.jm-module.color-ms a.readon:visited,
.jm-module.black-ms p.readmore a:link,
.jm-module.black-ms p.readmore a:visited,
.jm-module.black-ms a.readmore:link,
.jm-module.black-ms a.readmore:visited,
.jm-module.black-ms a.readon:link,
.jm-module.black-ms a.readon:visited,
#jm-footer .jm-module.color-ms p.readmore a:link,
#jm-footer .jm-module.color-ms p.readmore a:visited,
#jm-footer .jm-module.color-ms a.readmore:link,
#jm-footer .jm-module.color-ms a.readmore:visited,
#jm-footer .jm-module.color-ms a.readon:link,
#jm-footer .jm-module.color-ms a.readon:visited
#jm-footer .jm-module.black-ms p.readmore a:link,
#jm-footer .jm-module.black-ms p.readmore a:visited,
#jm-footer .jm-module.black-ms a.readmore:link,
#jm-footer .jm-module.black-ms a.readmore:visited,
#jm-footer .jm-module.black-ms a.readon:link,
#jm-footer .jm-module.black-ms a.readon:visited{
    color: #fff
}

/************************ plugin page break ******************/

hr.system-pagebreak {
    display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    clear: both;
    height: 1px;
    border: none;
    background: #d2d2d2;
}

/** presentation style: pages **/

div#article-index {
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 5px;
    width: 150px;
    border: 1px solid #eee;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

div#article-index h3 {
    font-size: 1em;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

div.pagenavcounter {
    clear: both;
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    text-align: center;
    width: 150px;
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

/** presentation style: sliders **/

.pane-sliders div.panel {
    margin-bottom: 1px;
}

.pane-sliders div.panel h3.title {
    margin: 0;
    text-align: center;
    cursor: pointer;
    background: #F3F3F3;
    font-size: 1.2em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.pane-sliders div.panel h3.title:hover {
    background: #d2d2d2;
}

.pane-sliders div.panel h3.title a:link,
.pane-sliders div.panel h3.title a:visited {
    padding: 8px;
    display: block;
}

.pane-sliders div.panel h3.title.pane-toggler-down a:link,
.pane-sliders div.panel h3.title.pane-toggler-down a:visited {
    color: #ffffff;
}

.pane-sliders div.panel h3.title:hover a:hover {
    text-decoration: none;
}

.pane-sliders div.pane-down {
    padding: 10px !important;
}

/** presentation style: tabs **/

dl.tabs {
    display: inline-block;
    padding: 10px 0 0;
    margin: 0;
}

dl.tabs dt.tabs {
    float: left;
    padding: 5px 15px 6px;
    margin: 0 5px -1px 0;
    background: #fff;
    border-right: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

dl.tabs dt.tabs.closed {
    padding: 5px 15px;
    border-right: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

dl.tabs dt.tabs.closed:hover {
    padding: 5px 15px;
    background: #d2d2d2;
    border-right: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2;
}

dl.tabs dt.tabs h3 {
    font-size: 1.2em;
    margin: 0;
    font-weight: normal;
}

dl.tabs dt.tabs h3 a:hover {
    text-decoration: none;
}

dl.tabs dt.tabs.open h3 a:link,
dl.tabs dt.tabs.open h3 a:visited {
    color: #999999;
}

dl.tabs dt.tabs.closed h3 a:link,
dl.tabs dt.tabs.closed h3 a:visited {
    display: block;
}

dd.tabs {
    clear: both;
    background: #fff;
    margin: 0;
    padding: 10px;
    border: solid 1px #d2d2d2;
    border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
}

/** System Messages **/

.system-unpublished {
    background: transparent;
}

#system-message {
    margin-bottom: 10px;
    padding: 0;
    text-shadow: none;
}

#system-message dt {
    display: none;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
    text-indent: 0px;
}

#system-message dd ul {
    margin: 0 0 10px 0;
    padding: 10px;
    list-style: none;
    text-align: center;
}

#system-message dt.message {
    display: none;
}

#system-message dd.message ul {
    background: #c4e2fd;
    color: #206db5;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #4597e3;
    border-bottom: 1px solid #4597e3;
}

#system-message dt.error {
    display: none;
}

#system-message dd.error ul {
    color: #fff;
    background: #f76c6d;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

#system-message dd.error ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}


#system-message dt.notice {
    display: none;
}

#system-message dd.notice ul {
    background: #c4e2fd;
    color: #206db5;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #4597e3;
    border-bottom: 1px solid #4597e3;
}

#system-message ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   RESET styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
    line-height: 1.5em;
    font-weight: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

fieldset {
    margin: 0;
    padding: 0 0 20px;
    border: 0;
}

fieldset legend {
    padding: 0 0 20px;
    display: block;
    width: 100%;
    font-weight: bold;
    color: #a1a1a1;
    font-size: 1.2em;
}

p {
    margin: 5px 0;
    padding: 0;
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0 0 0 3px;
    padding: 0 0 0 15px;
    background-repeat: no-repeat;
    background-position: left 7px;
}

ul li a:link,
ul li a:visited {
    border: none;
}

ul li ul li {
    padding: 0 0 0 15px;
}

ol {
    padding: 0 0 0 20px;
}

a:link, a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*--- ADDED CLASSES ---*/

h1#jm-logo {text-indent:-9999em;font-size:0;}
h3 {font-family: 'Volkhov',serif; text-transform: uppercase;margin-top:20px;font-size: 1.5em; line-height:1.8em;}
h4 {font-family: 'Volkhov',serif;margin:10px 0 5px;}

ul.menu li {float:left;}
ul.menu li a, .nivo-heading {font-family: 'Volkhov',serif;}
ul.menu li.active > a {border-bottom:2px solid #9F7017; color:#9F7017;}
#jm-djmenu .lang {position: absolute;top: 0;right: 25px;font-family: 'Volkhov',serif;}

#jm-djmenu .lang li a {
  color:#9f7017;
  /* text-shadow:1px 1px 0 #444444; */
}

#jm-djmenu .lang .lang-active a, .jm-color-font {
  color:#9F7017;
  /* color:#fff; */
  /* text-shadow:1px 1px 0 #444444;  */
  border-bottom: 2px solid #9f7017;
}

.jm-custom-font {font-size: 28px; text-transform: uppercase;font-family: 'Volkhov',serif;line-height:normal;}

#jm-content-top1 {background: /* url("../images/main_sep.png") */ no-repeat scroll 25px bottom;padding-bottom:30px;margin-bottom:30px;}
#jm-content-top2-wrapper, #jm-content-bottom1-wrapper {display:block; padding:10px 0px 50px; margin:20px 0 40px; background: url("../images/stripes_bg.png") repeat-x scroll left bottom #ffffff;}
.jm-midpage {width:960px}

#footer_wrapper {background: url("../images/stripes_bg.png") repeat-x scroll left top;padding-top:14px;}
small {font-size:85%;line-height:normal;}
.jm-icons span {height:19px;width:19px;}

#dj-main116 {position:absolute; top:40px;}
#upbutton {color:#9F7017;}
#imageForm .fltrt button {color:#9F7017;}
#upbutton:hover, #imageForm .fltrt button:hover {border-color:#9F7017;}

img[align="left"] {float:left;margin-right:20px;}
img[align="right"] {float:right;margin-left:20px;}

.slider-wrapper .nivoSlider {
  height: 430px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.nivo-directionNav a {
  border-radius: 50%;
}

#jm-header-mod3{position: absolute;
    right: -49px;
    top: -55px;
    z-index: 2;}

.a-button.third {
  background: url("../images/style1/button3.png") no-repeat top right;
}
.a-button.third .a-btn-slide-text {
  color: #2c1a0f;
}
.a-button.third:hover {
  background-position: bottom right; padding-left:25; width:281px;
}

.a-button {
  padding-left: 50px;
  width: 256px;
  height: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}
.a-button img {
  position: absolute;
  left: 15px;
  top: 10px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.a-button .a-btn-slide-text {
  position: absolute;
  font-size: 24px;
  line-height: 50px;
  font-weight: 600;
  top: 0;
  left: 15px;
  opacity: 0;
  filter: alpha(opacity="0");
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.a-button .a-btn-text {
  display: block;
  font-size: 20px;
  line-height: 50px;
}
.a-button .a-btn-text2 {
  display: none;
  font-size: 20px;
  line-height: 50px;
}
a.a-button:link,
a.a-button:visited {
  color: #fff;
  text-decoration: none;
}
.a-button:hover .a-btn-text {
  display: none;
}
.a-button:hover .a-btn-text2 {
  display: block;
}
.a-button:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  opacity: 0;
  filter: alpha(opacity="0");
}
.a-button:hover .a-btn-slide-text {
  opacity: 1;
  filter: alpha(opacity="100");
}

a.a-btn:link,
a.a-btn:visited {
  text-decoration: none;
}
.a-btn {
  width: 135px;
  height: 135px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 20px;
  float: left;
  position: relative;
  background: #c05a24;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 5px solid transparent;
  -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.25);
  -moz-box-shadow: 0 0 0 5px rgba(255,255,255,0.25);
  box-shadow: 0 0 0 5px rgba(255,255,255,0.25);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.a-btn > span {
  display: inline-block;
  width: 125px;
  height: 125px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.a-btn span.second,
.a-btn span.third {
  height: 80px;
  padding-top: 50px;
}
.a-btn span.smaller {
  font-size: 16px;
  line-height: 22px;
  display: block;
}
.a-btn > span.first,
.a-btn > span.third {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity="0");
}
.a-btn > span.first {
  background: url("../images/badge_star.png") no-repeat center center;
  opacity: 1;
  filter: alpha(opacity="100");
}
.a-btn:hover {
  background: #b9bfa1;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.a-btn:hover > span.third {
  opacity: 1;
  filter: alpha(opacity="100");
}
.a-btn:hover > span.second {
  opacity: 0;
  filter: alpha(opacity="0");
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.a-btn:hover > span.first {
  -webkit-animation: rotate 1s linear;
  -moz-animation: rotate 1s linear;
  animation: rotate 1s linear;
}
@keyframes rotate {
  0% {
    transform: scale(1) rotate(0);
  }
  50% {
    transform: scale(0.5) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: scale(1) rotate(0);
  }
  50% {
    -webkit-transform: scale(0.5) rotate(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: scale(1) rotate(0);
  }
  50% {
    -moz-transform: scale(0.5) rotate(180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
  }
}

/*--- NEWS ADMIN ---*/

.button2-left {padding:5px 10px;margin-top:10px;background:none repeat scroll 0 0 #9F7017; float: left;margin-right: 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.button2-left a {color:#ffffff!important;}center center;
  opacity: 1;
  filter: alpha(opacity="100");
}
.a-btn:hover {
  background: #b9bfa1;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.a-btn:hover > span.third {
  opacity: 1;
  filter: alpha(opacity="100");
}
.a-btn:hover > span.second {
  opacity: 0;
  filter: alpha(opacity="0");
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.a-btn:hover > span.first {
  -webkit-animation: rotate 1s linear;
  -moz-animation: rotate 1s linear;
  animation: rotate 1s linear;
}
@keyframes rotate {
  0% {
    transform: scale(1) rotate(0);
  }
  50% {
    transform: scale(0.5) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: scale(1) rotate(0);
  }
  50% {
    -webkit-transform: scale(0.5) rotate(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: scale(1) rotate(0);
  }
  50% {
    -moz-transform: scale(0.5) rotate(180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
  }
}

/*--- NEWS ADMIN ---*/

.button2-left {padding:5px 10px;margin-top:10px;background:none repeat scroll 0 0 #9F7017; float: left;margin-right: 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.button2-left a {color:#ffffff!important;}

.diversabili span.a-btn-text {
  font-size: 12px;
  font-weight: bold;
}

.animaliammessi {
  background: none repeat scroll 0 0 #dcba79;
  border: 1px solid #bc9c5d;
  border-radius: 39px;
  font-size: 15px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  padding: 10px 18px;
  position: absolute;
  right: 0;
  top: 40px;
}

.animaliammessi > img {
  float: left;
  margin: -9px 2px -10px -10px;
}

#pinterest_home {
margin-top: 40px;
width:960px;
}

#pinterest_home > span {
background: #F4F1E9 !important;
width:960px;
}

#pinterest_home > span > span, 
#pinterest_home > span > span a:hover {
background: none!important;
}