@charset "utf-8";/**
 * @copyright	Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
/**
 * @copyright	Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(//cdn.vacanzelandia.com/media/system/images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(//cdn.vacanzelandia.com/media/system/images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(//cdn.vacanzelandia.com/media/system/images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(//cdn.vacanzelandia.com/media/system/images/notice-note.png);
	border-color: #F0DC7E;
}


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
/**
 * @copyright	Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(//cdn.vacanzelandia.com/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(//cdn.vacanzelandia.com/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(//cdn.vacanzelandia.com/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(//cdn.vacanzelandia.com/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(//cdn.vacanzelandia.com/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(//cdn.vacanzelandia.com/templates/system/images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 0 no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -60px no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
﻿©/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
/* =============== DEFAULT HTML - GENERAL STYLES =============== */
html, body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
/* =============== DEFAULT HTML - TEXT STYLES =============== */
p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
	padding: 0;
	margin: 0 0 15px;
}
p:first-child,
blockquote:first-child,
form:first-child,
dl:first-child,
ul:first-child,
ol:first-child,
fieldset:first-child,
address:first-child,
table:first-child {
	margin-top: 5px;
}
p:last-child,
blockquote:last-child,
form:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
fieldset:last-child,
address:last-child,
table:last-child {
	margin-bottom: 5px;
}
fieldset {
	padding: 10px;
}
.jsn-joomla-30 fieldset {
	padding: 0;
	margin: 0;
}
small {
	font-size: .85em;
}
sup {
	bottom: 0.3em;
	font-size: .8em;
	position: relative;
	vertical-align: baseline;
}
sup em {
	color: red;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
pre {
	padding: 1em;
	background: #FFFFD5;
	border-left: 5px solid #404040;
	font-family: "Courier New",Courier,monospace;
}
blockquote {
	color: #404040;
	min-height: 45px;
	font-style: italic;
	padding-left: 60px;
	background: url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -126px no-repeat ;
}
blockquote p {
	font-size: 1em;
	line-height: inherit;
}
img {
	max-width: 100%;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	color: #cc0000;
	font-size: 1.3em;
}
h4 {
	color: #D59500;
	font-size: 1.2em;
}
h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	color: #5A8406;
}
h6 {
	color: #663300;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
	font-weight: normal;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul li {
	padding: 0;
	margin: 0.3em 0 0.3em 1.6em;
}
ol li {
	padding: 0;
	margin: 0.3em 0 0.3em 2em;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
.clearbreak {
	clear: both;
}
div.jsn-modulecontainer {
	margin-top: 20px;
}
div.jsn-modulecontainer:first-child,
div.jsn-horizontallayout div.jsn-modulecontainer {
	margin-top: 0;
}
div.jsn-modulescontainer {
	padding: 15px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer {
	width: 23.404255319148934%;
	margin-left: 2.127659574468085%;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:first-child {
	margin-left: 0;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:last-child {
	margin-left: 0;
	margin-top: 2.127659574468085%;
	clear: left;
}
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-page {
	color: #666666;
	background-color: #fff;
	min-width: 1170px;
	overflow: hidden;
}
#jsn-pos-topbar,
#jsn-header-inner,
#jsn-menu-inner,
#jsn-body,
#jsn-footer {
	margin: 0 auto;
	width: 1170px;	
}
/* ----- STICKLEFT / STICKRIGHT ----- */
div[id*=jsn-pos-stick-] {
	position: fixed;
	z-index: 888888;
}
div[id*=jsn-pos-stick-left] {
	left: 0;
}
div[id*=jsn-pos-stick-right] {
	right: 0;
}
#jsn-pos-stick-leftmiddle,
#jsn-pos-stick-rightmiddle {
	visibility: hidden;
}
#jsn-pos-stick-leftbottom,
#jsn-pos-stick-rightbottom {
	bottom: 0;
}
/* =============== LAYOUT - TOPBAR AREA =============== */
#jsn-topbar {
	background-color: #282828;
	padding: 5px 0;
}
#jsn-pos-topbar {
	color: #ffffff;
	margin: 0 auto;
	width: 960px;
}
#jsn-pos-topbar a {
	color: #ffffff;
}
#jsn-pos-topbar .jsn-modulecontainer {
	float: right;
}
/* =============== LAYOUT - LAYOUT CHANGING =============== */
#jsn-maincontent.span12[class*="order"],
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
	padding: 0;
}
/* ----- Component Area ----- */
#jsn-content.jsn-hasinnerleft:not([class*="jsn-hasinnerright"]) #jsn-maincontent.span12 #jsn-centercol {
	padding-right: 15px;
}
#jsn-content.jsn-hasinnerright:not([class*="jsn-hasinnerleft"]) #jsn-maincontent.span12 #jsn-centercol {
	padding-left: 15px;
}
#jsn-content.jsn-hasinnerleft.jsn-hasinnerright #jsn-maincontent.span12 #jsn-centercol {
	padding: 0;
}
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-header {
	background-color: #000;
	position: relative;
	overflow: hidden;
}
#jsn-logo a {
	line-height: 100%;
	display: inline-block;
	margin: 25px 25px 10px 0;
}
#jsn-headerright {
	padding: 20px 0;
}
#jsn-pos-top form {
	margin: 0;
}
#jsn-pos-top div.jsn-modulecontainer {
	float: left;
	margin: 0 0 0 20px;
}
#jsn-pos-top div.jsn-modulecontainer:first-child {
	margin-left: 0;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu {
	z-index: 999;
	color: #f2f2f2;
	background-color: #111;
	border-top: 1px solid #222;
	position: relative;
	margin: 0;
}
#jsn-pos-mainmenu {
	float: left;
}
#jsn-pos-toolbar {
	float: right;
}
#jsn-pos-toolbar div.jsn-modulecontainer {
	float: right;
	margin-left: 10px;
}
#jsn-pos-toolbar form {
	margin: 0;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-content-top {
	color: #D4D4D4;
}
#jsn-promo {
	margin: 30px 0 20px;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-content,
[id*="jsn-content_inner"] {
	position: relative;
}
#jsn-content,
[id*="jsn-content_inner"] {
	z-index: 87\0;
}
#jsn-mainbody-content {
	padding: 20px 0;
}
div.jsn-hasinnerleft #jsn-content_inner4 {
	border-right: 1px solid #dedede;
}
div.jsn-hasinnerright #jsn-content_inner6 {
	border-left: 1px solid #dedede;
}
#jsn-leftsidecontent,
#jsn-rightsidecontent {
	z-index: 87;
}
#jsn-leftsidecontent_inner,
#jsn-rightsidecontent_inner,
#jsn-pos-innerleft_inner,
#jsn-pos-innerright_inner {
	padding-top: 15px;
}
#jsn-pos-breadcrumbs {
	padding: 10px 0;
}
#jsn-pos-breadcrumbs,
#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-pos-mainbody-top,
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2,
#jsn-pos-mainbody-bottom {
	background-image: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/dot.png);
	background-repeat: repeat-x;
}
#jsn-pos-breadcrumbs,
#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-pos-mainbody-top {
	background-position: left bottom;
}
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2,
#jsn-pos-mainbody-bottom {
	background-position: left top;
}
#jsn-usermodules1_inner_grid2,
#jsn-usermodules2_inner_grid2 {
	width: 100%;
}
#jsn-pos-banner {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
	z-index: 85;
	position: relative;
}
#jsn-pos-content-bottom + #jsn-usermodules3 {
	padding-top: 0;
}
#jsn-content-bottom-below {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #e5e5e5;
}
/* =============== LAYOUT - FOOTER AREA =============== */
#jsn-footer {
	color: #595959;
	font-size: 0.9em;
	background-color: #fff;
	border-top: 1px solid #b3b3b3;
}
#jsn-footermodules {
}
#jsn-footer a {
	text-decoration: none;
}
#jsn-footer a:hover {
	text-decoration: underline;
}
#jsn-pos-bottom {
	text-align: right;
}
#jsn-brand {
	padding-top: 10px;
    display: block;
    padding: 3px 8px;
    text-align: center;
}
#jsn-brand a:hover {
	color: #fff;
	text-decoration: none;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - GENERAL TYPOGRAPHY =============== */
.hd {
	display: none;
}
/* ----- PREDEFINED CONTENT ALIGN ----- */
.align-left {
	float: left;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
}
.align-right {
	float: right;
}
.margin-left {
	margin-left: 1em;
	margin-right: 0;
}
.margin-right {
	margin-left: 0;
	margin-right: 1em;
}
.content-left {
	text-align: left;
}
.content-center {
	text-align: center;
}
.content-right {
	text-align: right;
}
/* =============== TYPOGRAPHY - CONTENT COLUMMNS =============== */
div.grid-layout2 div.grid-col {
	float: left;
	width: 49.95%;
}
div.grid-layout3 div.grid-col {
	float: left;
	width: 33.3%;
}
div.grid-layout4 div.grid-col {
	float: left;
	width: 24.96%;
}
div.grid-layout5 div.grid-col {
	float: left;
	width: 19.98%;
}
div.grid-layout6 div.grid-col {
	float: left;
	width: 16.65%;
}
div.grid-layout div.grid-col div.grid-col_inner {
	margin-right: 10px;
}
div.grid-layout div.grid-lastcol div.grid-col_inner {
	margin-right: 0;
}
div.grid-col {
	margin-bottom: 20px;
}

/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-box {
	padding: .8em;
	border: 1px solid #e5e5e5;
}
.text-box-highlight {
	padding: .8em;
	border: 1px solid transparent;
}
.text-box-highlight:hover {
	background: #F9F9F9;
    border: 1px solid #ededed;
}
.text-highlight {
	padding: .2em .5em;
	background: #FFFFAA;
}
.text-highlight.highlight-green {
	color: #fff;
	background: #48691b;
}
.text-highlight.highlight-light {
	color: #000;
	background: #fefefe;
}
.text-highlight.highlight-dark {
	color: #fff;
	background: #595959;
}
.text-dropcap p:first-child:first-letter,
p.text-dropcap:first-child:first-letter {
	color: #404040;
	font: 4em/.8em "Times New Roman", Times, serif;
	float: left;
}
.text-size-small {
	font-size: 0.9em;
}
.text-size-medium {
	font-size: 1em;
}
.text-size-large {
	font-size: 1.1em;
}
.text-size-xlarge {
	font-size: 1.2em;
}
.text-size-xxlarge {
	font-size: 1.3em;
}
hr.line-dots {
	border: none;
	padding: 0.5em 0;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/dot.png) left center repeat-x;
}
hr.line-solid {}
/* ----- ACTION LINK ----- */
.link-action {
	font-weight: bold;
	padding: 1px 2px;
	text-decoration: none;
}
.link-action:hover {
	color: #ffffff;
	text-decoration: none;
}
/* ----- HIGHLIGHT LINK ----- */
.link-highlight {
	color: #595959;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid transparent;
}
.link-highlight:hover {
	color: #000;
	border-color: #EAEAEA;
	text-decoration: none;
	background-color: #F4F4F4;
}
/* ----- TOOLTIPS LINK ----- */
a.link-tooltip {
	position: relative;
}
a.link-tooltip:hover {
	z-index: 25;
}
a.link-tooltip span {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
}
a.link-tooltip:hover span {
	display: block;
}
/* =============== TYPOGRAPHY - LIST STYLES =============== */
/* ----- ARROW LIST ----- */
ul.list-arrow {
	list-style: none;
}
ul.list-arrow li {
	margin-left: 0;
	padding-left: 16px;
	position: relative;
	display: block;
}
ul.list-arrow li:after {
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	border: 0.34em solid transparent;
	left: 5px;
	top: 4px;
}
ul.list-arrow.arrow-red li:after {
	border-left-color: #AE0000;
}
ul.list-arrow.arrow-blue li:after {
	border-left-color:#0060BF;
}
ul.list-arrow.arrow-green li:after {
	border-left-color: #3AA655;
}
/* =============== TYPOGRAPHY - IMAGES STYLES =============== */
img.image-left {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
img.image-right {
	float: right;
	margin: 0.5em 0.5em 0.5em 1em;
}
img.image-border {
	padding: 3px;
	border: 1px solid #e5e5e5;
}
img.image-margin {
	margin: .5em;
}
/* ============================== MENU ============================== */
/* =============== MENU - GENERAL =============== */
/* ----- RICH MENU STYLE ----- */
.jsn-menutitle,
.jsn-menudescription {
	display: block;
}
.jsn-menudescription {
	font-size: 0.8em;
	text-transform: none;
	font-weight: normal;
}
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu {
	margin: 0;
	padding: 0;
	float: left;
}
div.jsn-modulecontainer ul.menu-mainmenu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style-type: none;
}
div.jsn-modulecontainer ul.menu-mainmenu li a {
	color: #000;
	display: block;
	cursor: pointer;
	padding: 15px 0;
	margin: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	font-size: 1.15em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 25px 25px 27px;
	color: #fff;
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > span {
	display: block;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 15px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li.last a,
div.jsn-modulecontainer ul.menu-mainmenu ul li:last-child a {
	border-bottom: none;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li a span.jsn-menudescription {
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu li a span.jsn-menudescription {
	display: block;
	padding-top: 2px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a.jsn-nodescription {
	padding: 10px 12px 30px;
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu > li > ul:after {
	border-bottom: 8px solid #fff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -8px;
    width: 0;
    margin-left: -9px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul {
	margin: 0;
	padding: 0;
	width: 200px;
	left: -999em;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 99;
}
div.jsn-modulecontainer ul.menu-mainmenu > ul {
	border-top: none;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li {
	width: 200px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul ul {
	top: 0;
	margin-left: 199px;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
	padding-right: 16px;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-arrow-black.png) 96% center no-repeat;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a span[class*="jsn-menu"] {
	text-decoration: none;
	color: #fff;
}
div.jsn-modulecontainer ul.menu-mainmenu li a:hover {
	text-decoration: none;
}
/* ----- ACTIVE STATE ----- */
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	left: auto;
	right: auto;
}
/* =============== MENU - TREE MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-treemenu,
div.jsn-modulecontainer ul.menu-treemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.jsn-modulecontainer ul.menu-treemenu li {
	margin: 0;
	padding: 0;
	position: relative;
}
div.jsn-modulecontainer ul.menu-treemenu > li {
	border-bottom: 1px solid #EEEEEE;
}
div.jsn-modulecontainer[class*="richbox-"] ul.menu-treemenu > li,
div.jsn-modulecontainer.solid-2 ul.menu-treemenu > li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
div.jsn-modulecontainer ul.menu-treemenu li a {
	padding: 6px 12px;
	display: block;
	color: #404040;
	cursor: pointer;
	text-decoration: none;
}
div.jsn-modulecontainer ul.menu-treemenu > li > a {
	padding: 8px 0;
}
ul.menu-treemenu li a span {
	display: block;
}
ul.menu-treemenu li > a > span {
	padding-left: 20px;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-base.png) 0 -340px no-repeat;
}
div[class*="richbox-"] ul.menu-treemenu li a {
	color: #ffffff;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-treemenu li a span.jsn-menudescription {
	display: none;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	color: #595959;
	display: block;
}
div[class*="richbox-"] ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	color: #EEEEEE;
}
div[class*="richbox-"] ul.menu-treemenu li > a > span {
    background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-base.png) no-repeat scroll 0 -766px;
}
/* ---------- NORMAL STATE ---------- */
div.jsn-modulecontainer ul.menu-treemenu ul li {
	margin: 0;
}
div.jsn-modulecontainer ul.menu-treemenu ul li a {
	padding-left: 35px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a {
	padding-left: 70px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul li a {
	padding-left: 105px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul li a {
	padding-left: 135px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul ul li a {
	padding-left: 175px;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li.active > a {
	font-weight: bold;
}
/* ----- CURRENT / HOVER STATE ----- */
div.richbox-1 ul.menu-treemenu li a:hover,
div.richbox-1 ul.menu-treemenu li a.current {
	color: #fff;
	background-color: #474747;
}
div.richbox-2 ul.menu-treemenu li a:hover,
div.richbox-2 ul.menu-treemenu li a.current {
	color: #fff;
}
/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
ul.menu-divmenu:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
ul.menu-divmenu li {
	margin: 0;
	padding: 0 0.8em;
	float: left;
	display: inline;
	border-right: 1px solid #666666;
}
ul.menu-divmenu li.first {
	padding-left: 0;
}
ul.menu-divmenu li.last {
	border-right-width: 0;
}
/* =============== MENU - TOP MENU =============== */
ul.menu-topmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu-topmenu li {
	margin: 0;
	padding: 0 4px;
	display: inline-block;
}
ul.menu-topmenu li a {
	padding: 0;
	color: #8d8d8d;
	display: block;
}
ul.menu-topmenu li a:hover {
	text-decoration: underline;
}
ul.menu-topmenu li a span {
	display: block;
}
/* =============== NORMAL - MENU =============== */
ul li a.clearfix {
	display: inline-block;
}
/* ============================== MODULE STYLES ============================== */
h3.jsn-moduletitle {
	margin: 0;
	color: #000;
	font-size: 1.5em;
	padding-bottom: 10px;
	padding-top: 5px;
	text-transform: uppercase;
}
h3.jsn-moduletitle span {
	display: block;
	line-height: 24px;
	text-transform: uppercase;
}
[class*="jsn-icon-"] h3.jsn-moduletitle span {
	line-height: 32px;
}
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- GENERAL MODULE STYLES ----- */
div[class*="richbox-"] div.jsn-modulecontainer_inner {
	padding: 15px;
}
/* ----- RICHBOX STYLE ----- */
div.richbox-1 div.jsn-modulecontainer_inner {
	background-color: #000000;
}
/* ----- CUSTOM BOX STYLE IN SPECIFIC POSITION ----- */
#jsn-content-top div[class*="box-"],
#jsn-content-top div[class*="box-"] h3.jsn-moduletitle {
	color: #000;
}
div.richbox-1,
div.solid-2 {
	color: #8d8d8d;
}
div.richbox-2 {
	color: #fff;
}
div.richbox-2 a {
	color: #fff;
}
div[class*="richbox-"] h3.jsn-moduletitle {
	color: #FFF;
}
div.lightbox-2 div.jsn-modulecontent,
div.richbox-2 div.jsn-modulecontent,
div.solid-2 div.jsn-modulecontent {
	padding: 10px 0 0;
}
div.richbox-2 h3.jsn-moduletitle {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 0 0 10px;
}
div.jsn-modulecontainer.richbox-2 ul.menu-sidemenu > li.active > a,
div.jsn-modulecontainer.richbox-2 ul.menu-sidemenu > li:hover > a,
div.jsn-modulecontainer.richbox-2  ul.menu-treemenu ul li:hover > a, 
div.jsn-modulecontainer.richbox-2  ul.menu-treemenu ul li.active > a  {
	color: #fff;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== PAGEBREAK - TABS STYLE =============== */
dl.tabs {
	float: left;
	margin-bottom: -1px;
}
dl.tabs dt.tabs {
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
	background-color: #F0F0F0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
dl.tabs dt:hover {
	background-color: #F9F9F9;
}
dl.tabs dt.open {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
dl.tabs dt.tabs h3 {
	margin: 0;
	font-size: 1.1em;
}
dl.tabs dt.tabs h3 a {
	color: #666;
	font-weight: normal;
}
dl.tabs dt.open h3 a,
dl.tabs dt.tabs h3 a:hover {
	color: #000;
	text-decoration: none;
}
dl.tabs dt.open h3 a {
	font-weight: bold;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFF;
}
/* =============== PAGEBREAK - SLIDERS STYLE =============== */
div.panel {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
div.panel h3.title {
	margin: 0;
	cursor: pointer;
	font-size: 1.1em;
	padding: 8px 10px;
	border-bottom: 1px solid #CCC;
}
div.panel h3.title:hover,
div.panel h3.pane-toggler-down {
	background-color: #F0F0F0;
}
div.panel h3.title a {
	color: #666;
}
div.panel h3.title a:hover {
	text-decoration: none;
}
div.panel h3.pane-toggler-down {
	border-bottom: none;
}
div.panel h3.pane-toggler-down a {
	color: #000;
}
div.panel div.content > div,
div.panel div.content > p {
	margin: 15px;
}
/* =============== JOOMLA! EXTENSIONS - GENERAL =============== */
/* ----- HEADING ----- */
.contentheading,
.componentheading,
.subheading {
	margin-top: 0;
	font-size: 1.6em;
}
table.contentpaneopen {
	width: 100%;
}
/* ----- FORM ----- */
.jsn-formbuttons {
	text-align: center;
	padding-top: .45em;
}
table.paramlist td {
	padding: .3em;
}
table.paramlist td.paramlist_key {
	width: 150px;
}
.inputbox {
	border: 1px solid #d0d0d0;
	background-color: #fafafa;
	padding: 2px 4px;
	min-height: 22px;
}
.inputbox:active, .inputbox:focus {
	border-color: #b5b5b5;
	background-color: #f2f2f2;
}
select.inputbox {
	padding: 2px;
}
#jsn-page .button {
	display: inline-block;
	*display: inline;
	border: none;
	padding: 8px 15px;
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 18px;
	*line-height: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #222;
}
.button:hover, .button:active {
	background-color: #777;
	color: #fff;
}
/* ----- TOOLTIPS ----- */
.jsn-joomla-25 .tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index: 88;
	position: relative;
}
.jsn-joomla-25 .tip-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 0 no-repeat;
}
.jsn-joomla-25 .tip-text {
	font-size: 100%;
	margin: 0;
}
/* ----- POP-UP / PRINT WINDOWS ----- */
body.contentpane {
	color: #000000;
	background: #FFFFFF;
}
body.contentpane div.com-content {
	padding: 1em;
}
/* ----- MODAL ----- */
#jsn-master .modal {
    position: static;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- ARTICLE METADATA ----- */
.jsn-article-metadata {
	margin-bottom: 15px;
}
.jsn-article-metadata > span {
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.jsn-article-metadata > span:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
.article-info {
	margin: 0;
	font-size: 0.9em;
	float: left;
}
.article-info-term {
	display: none;
}
.archive .article-info dd,
.article-info dd {
	margin: 2px 0 0;
	line-height: 1.5;
}
.article-info dd span {
	vertical-align: text-bottom;
}
.article-info .icon-calendar {
	margin: 0 5px 0 10px;
}
/* ----- ARTICLE TOOLBAR ----- */
.jsn-article-toolbar {
	margin-bottom: 15px;
	background-color: #f4f4f4;
}
.jsn-article-toolbar .btn-group.pull-right {
	padding: 5px;
}
.jsn-article-toolbar dl {
	padding: 5px;
}
#article-index {
    float: right;
    margin: 0 0 1em 1em;
    background-color: #F2F2F2;
    border: 1px solid #D9D9D9;
}
#article-index ul {
	margin: 0;
	list-style-type: none;
}
#article-index ul li {
	margin: 0;
	padding: 0.25em 0.6em;
}
/* ----- ARTICLE INFO ----- */
.jsn-article-info {
	padding: 10px;
}
.jsn-article-info p:first-child {
	margin-top: 0;
}
.jsn-article-info p:last-child {
	margin-bottom: 0;
}
.author,
.createdate,
.publishdate,
.hits {
	margin: 10px 0;
	color: #595959;
	font-size: 0.9em;
}
.author,
.createdate,
.publishdate {
	padding-left: 22px;
	background-image: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-base.png);
	background-repeat: no-repeat;
}
.author {
	background-position: 0 0;
}
.createdate,
.publishdate {
	background-position: 0 -86px;
}
.modifydate {
	margin: 1em 0;
	text-align: right;
	color: #999999;
	font-style: italic;
}
/* ----- ARCHIVE ARTICLE  ----- */
div.archive .intro {
	clear: both;
}
/* ----- 2 BUTTON PRINT, EMAIL CONTAINER ----- */
ul.jsn-article-tools {
	margin: 10px;
	list-style: none;
}
ul.jsn-article-tools li {
	float: left;
	margin: 0 0 0 10px;
}
ul.jsn-article-tools li a {
	float: left;
	display: block;
	height: 16px;
	width: 16px;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-base.png) left top no-repeat;
}
ul.jsn-article-tools li a.no-icon {
	background: none;
	width: auto;
	height: auto;
}
ul.jsn-article-tools li.jsn-article-icon-edit a {
	background: none;
}
ul.jsn-article-tools li a.jsn-article-print-button {
	background-position: 0 -430px;
}
ul.jsn-article-tools li a.jsn-article-email-button {
	background-position: 0 -516px;
}
ul.jsn-article-tools li a:hover {
	text-decoration: none;
}
.jsn-article-submit {
	margin-top: 0.8em;
}
.jsn-joomla-25 .item-title-entry .icon-edit,
.item-title-entry .jsn-icon-edit {
	display: inline-block;
}
/* ----- SUBMIT AN ARTICLE ----- */
.field-title {
	width: 120px;
	float: left;
}
.formelm, .formelm-area {
	margin: 5px 0;
	clear: both;
}
/* ----- READ MORE ----- */
a.readon,
.readmore a {
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	padding: 8px 15px;
	display: inline-block;
	background: #222;
	border-radius: 0;
	border: none;
	box-shadow: none;
	text-shadow: none;
	float: right;
}
.readmore a span {
	display: none;
}
a.readon:hover,
.readmore a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
/* ----- TABLE OF CONTENT ----- */
table.contenttoc {
	margin: 0 0 1em 1em;
	border: 1px solid #D9D9D9;
	background: #f2f2f2;
	float: right;
}
table.contenttoc th {
	padding: .4em;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/dot.png) bottom repeat-x;
	font-weight: bold;
	text-align: center;
}
table.contenttoc td {
	padding: .25em .6em;
}
/* PAGE LINK IN TOC */
a.toclink {
	font-size: .9em;
}
/* PAGE NUMBER SHOWING "PAGE 1 OF ..." UNDER TOC */
div.pagenavcounter {
	color: #595959;
	margin: .5em 0;
	font-size: .9em;
	font-weight: bold;
}
/* PAGE NAVIGATION */
div.pagenavbar div {
	color: #999999;
	font-weight: bold;
	font-size: .9em;
}
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* SEPARATOR BETWEEN ARTICLES */
div.article_separator {
	height: 1em;
	clear: both;
}
div.row_separator {
	height: 1em;
	clear: both;
}
/* ARTICLE COLUMN CONTAINER */
.jsn-articlecols {
}
.jsn-articlecols .jsn-article {
	padding: 5px 0;
}
.blog-featured .items-row,
.front-page-blog .items-row {
	padding: 15px 0;
}
/* "MORE ARTICLES..." PANEL HEADING TEXT */
div.blog_more {
	padding: 10px 15px;
	margin: 0 0 1em 0;
	border: 1px solid #e5e5e5;
	background-color: #F4F4F4;
}
/* PAGE PAGINATION */
ul.pagenav,
div.pagination ul {
	list-style-type: none;
}
ul.pagenav {
	text-align: center;
}
ul.pagenav li,
div.pagination ul li {
	color: #000;
	margin: 0;
	display: inline-block;
	font-weight: bold;
}
ul.jsn-pagination li a,
ul.jsn-pagination li span {
	color: #000;
}
div.pagination ul li {
	font-size: 0.9em;
}
ul.pagenav li a,
div.pagination ul li a {
	margin: 0 2px;
}
ul.jsn-pagination {
	list-style-type: none;
}
ul.jsn-pagination > span,
ul.jsn-pagination > a,
ul.jsn-pagination li.navigation-page span,
ul.jsn-pagination li.navigation-page a {
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	background-color: #222;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	font-weight: normal;
}
ul.jsn-pagination li.navigation-page span,
ul.jsn-pagination > span {
	color: #bbb;
}
ul.jsn-pagination li.navigation-page a, 
ul.jsn-pagination > a {
	color: #fff;
}
ul.jsn-pagination li {
	display: inline-block !important; /*override compression*/
	margin: 10px 2px;
}
ul.jsn-pagination li a,
ul.jsn-pagination li span {
	font-weight: bold;
	padding: 5px 10px;
	border: none;
}
ul.jsn-pagination li.navigation-page a {
	padding: 0;
}
ul.jsn-pagination li span {
	background-color: transparent;
}
ul.jsn-pagination li.navigation-page span {
	border: none;
	padding: 0;
	color: #bbb;
}
ul.jsn-pagination,
p.jsn-pageinfo {
	font-size: 0.9em;
	text-align: center;
	margin: 20px 0 10px 0;
	box-shadow: none;
}
/* BLOG PAGES NAV LINK */
a.pagenav {
	text-transform: uppercase;
}
.category-blog .items-row {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.cat-children ul,
.cat-children ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cat-children ul li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
/* CATEGORIES MODULE */
ul.categories-module {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.categories-module li {
	margin: 0;
	padding: 0;
}
ul.categories-module li h1,
ul.categories-module li h2,
ul.categories-module li h3,
ul.categories-module li h4,
ul.categories-module li h5,
ul.categories-module li h6 {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 0;
	margin: 0;
}
ul.categories-module li a {
	padding: 15px 10px;
	display: block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
ul.categories-module li:hover a {
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
/* LATEST NEWS MODULE */
ul.latestnews,
ul.latestnews li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.latestnews:before {
	display: none;
}
ul.latestnews li a {
	padding: 15px 10px;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
ul.latestnews li:hover a {
	text-decoration: none;
}
/* ----- CATEGORY LIST LAYOUT ----- */
/* DESCRIPTION IN CONTENT TABLE AND COMPONENT PAGE */
.categories-list ul {
	list-style-type: none;
}
.cat-children ul dl dt,
.cat-children ul dl dd,
dl.article-count dt,
dl.article-count dd {
	display: inline;
}
.categories-list dl dt,
.categories-list dl dd {
	margin: 0;
	padding: 0;
	display: inline;
}
/* TABLE IN CATEGORY TABLE PAGE */
.sectiontableheader {
	padding: 5px 8px;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
}
.sectiontableheader img {
	margin: 0;
	vertical-align: text-top;
}
.sectiontableheader a {
	color: #ffffff;
	text-decoration: underline;
}
.sectiontableheader a:hover {
	text-decoration: none;
}
/* TABLE FILTER */
.jsn-infofilter {
	text-align: right;
}
.jsn-titlefilter {
	float: left;
}
.archived-article-list .jsn-infofilter {
	text-align: left;
}
/* TABLE'S ROW */
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 6px 8px;
	border-bottom: 1px solid #e5e5e5;
}
tr.sectiontableentry2 td {
}
/* ----- SECTION LAYOUT ----- */
/* LINKS IN SECTION TABLE PAGE */
a.category {
	font-weight: bold;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
/* ----- STANDARD CONTACT LAYOUT ----- */
div.com-contact .jsn-contact-image {
	float: right;
	margin: 10px 5px 0 0;
}
div.com-contact .contact-position {
	margin: 5px 0 0 0;
}
div.com-contact .contact-vcard {
	margin: 0 0 5px 0;
}
div.com-contact .jicons-icons {
	float: left;
}
div.com-contact .contact-address {
	margin-top: 5px;
}
div.com-contact .contact-address p {
	margin: 0;
	padding-left: 20px;
}
div.com-contact .contact-contactinfo p,
div.com-contact .contact-miscinfo p {
	margin: 5px 0;
}
div.com-contact .contact-contactinfo .jicons-icons,
div.com-contact .contact-miscinfo .jicons-icons {
	margin-right: 4px;
}
div.com-contact div.contact-form fieldset {
	padding: 0 10px;
}
div.com-contact div.contact-form dt {
	margin: 10px 0 5px 0;
}
div.com-contact div.contact-form dd {
	margin-left: 0;
}
div.com-contact .form-required {
	color: #EF593B;
	font-weight: bold;
	text-align: right;
}
/* =============== JOOMLA! EXTENSIONS - COM_SEARCH =============== */
div.com-search #searchForm .search-phrase {
	margin-left: 95px;
}
div.com-search #searchForm .search-range input,
div.com-search #searchForm .search-phrase input {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
div.com-search #searchForm [class*="search-"] label,
div.com-search #searchForm .search-field-title {
	width: 100px;
	line-height: 21px;
	text-align: left;
	padding-right: 3px;
	display: inline-block;
}
div.com-search #searchForm .search-range label,
div.com-search #searchForm .search-phrase label {
	width: auto;
}
div.com-search #searchForm .search-ordering select {
	padding: 2px 0;
}
div.com-search #searchForm .search-range label {
	line-height: 21px;
}
.jsn-joomla-30 div.search .inputbox {
	width: auto;
	max-width: 100%;
}
/* =============== JOOMLA! EXTENSIONS - COM_FINDER =============== */
.collapse {
	overflow: hidden;
}
/* ----- KEYWORD GIGHLIGHT IN SEARCH RESULT ----- */
span.highlight {
	padding: .2em;
	background: #FFFFAA;
}
/* =============== JOOMLA! EXTENSIONS - COM_WEBLINK =============== */
table.jsn-infotable .description p {
	margin: 0;
}
table.jsn-infotable ul.actions {
	display: inline;
}
table.jsn-infotable ul.actions li {
	display: inline;
	margin: 0 0 0 5px;
}
#editor-xtd-buttons {
	float: left;
}
/* =============== JOOMLA! EXTENSIONS - COM_NEWSFEED =============== */
div.com-newsfeed td.jsn-table-column-name {
	font-weight: bold;
}
div.com-newsfeed table {
	width: 100%;
	border-collapse: collapse;
}
div.com-newsfeed td {
	border: 1px solid #ccc;
	padding: 10px 5px;
	border-top: none;
}
div.com-newsfeed th {
	background: #999;
	padding: 10px 5px;
	border: 1px solid #999;
	border-bottom: none;
}
div.com-newsfeed th a {
	color: #fff;
}
div.com-newsfeed td.item-num-art {
	text-align: center;
}
/* =============== JOOMLA! EXTENSIONS - COM_USER =============== */
/* ----- USER FORM LAYOUT ----- */
div.com-user div.default-login {
	width: 350px;
	margin: 0 auto;
	padding: 10px;
	background-color: #F4F4F4;
	border: 1px solid #E5E5E5;
}
.login-fields {
	margin: 10px 0;
}
.login-fields label {
	width: 9em;
	float: left;
}
/* ----- REGISTER FORM ----- */
.jsn-formRow {
	margin: 8px 0;
}
.jsn-formRow .jsn-formRow-lable {
	float: left;
	width: 170px;
}
/* =============== JOOMLA! EXTENSIONS - POPUP COMPONENT =============== */
#jsn-content-popup .com-content,
#jsn-content-popup #mailto-window {
	max-width: 1018px;
	margin: 1em auto;
}
#jsn-content-popup .com-content {
    padding-top: 0;
}
#mailto-window {
	padding: 15px;
	position: relative;
	background: #f5f5f5;
	border: solid 1px #ddd;
}
#mailto-window h2 {
	padding: 3px 0;
	margin: 0 0 10px;
	font: bold 1.2em "Times New Roman", Times, serif;
}
#mailto-window label {
	width: 8em;
	display: inline-block;
}
#mailto-window .mailto-close {
	right: 0;
	top: 5px;
	background: none;
	position: absolute;
}
#mailto-window .mailto-close a {
	display: block;
	min-width: 25px;
	min-height: 25px;
	overflow: visible;
	background: url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -200px  no-repeat;
}
#mailto-window .mailto-close a span {
	top: -3000px;
	left: -3000px;
	display: inline;
	position: absolute;
}
#mailto-window .inputbox {
	padding: 3px;
	border: 1px solid #ccc;
	background: #FFF url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/backgrounds/popup-bg.png) repeat-x 0 0;
}
#mailto-window p {
    margin: 20px 0 8px 0;
}
#mailto-window button {
	cursor: pointer;
	margin:0 5px 0 0;
	padding: 3px 10px;
	border: 1px solid #ccc;
	font: bold 1em "Times New Roman", Times, serif;
	background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(216,216,216)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd8d8d8,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd8d8d8,GradientType=0);
}
#mailto-window .formelm,
#mailto-window .formelm-area {
    clear: both;
    margin: 5px 0;
}
/* =============== JOOMLA! EXTENSIONS - SYSTEM MESSAGES =============== */
/* ----- SYSTEM STANDARD MESSAGES ----- */
#system-message {
	margin-bottom: 20px;
}
#system-message dd.message ul {
	text-indent: 0;
	padding-left: 40px;
	background: #c3d2e5 url(//cdn.vacanzelandia.com/media/system/images/notice-info.png) 4px center no-repeat;
}
#system-message ul li {
	margin-left: 0;
}
/* ----- SYSTEM ERROR MESSAGES ----- */
#system-message dd.error ul {
	background: #e6c0c0 url(//cdn.vacanzelandia.com/media/system/images/notice-alert.png) 4px center no-repeat;
}
/* ----- SYSTEM NOTICE MESSAGES ----- */
#system-message dd.notice ul {
	color: #cc0000;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	background: #efe7b8 url(//cdn.vacanzelandia.com/media/system/images/notice-note.png) 4px center no-repeat;
}
/* =============== JOOMLA! EXTENSIONS - MOD_BREADCRUMB =============== */
span.breadcrumbs {
	display: block;
	font-size: 0.9em;
	padding: 5px 0;
}
span.breadcrumbs a,
span.breadcrumbs span {
	color: #404040;
	padding-right: 18px;
	text-decoration: none;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-arrow-black.png) right center no-repeat;
}
span.breadcrumbs a {
	padding-left: 8px;
	float: left;
}
span.breadcrumbs a + span.current {
	margin-left: 8px;
}
span.breadcrumbs a.first {
	padding-left: 0;
}
span.breadcrumbs a:hover {
	text-decoration: underline;
}
span.breadcrumbs span.current {
	color: #404040;
	font-weight: bold;
	background: none;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	font-size: 0.9em;
}
.breadcrumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
}
.breadcrumb li a,
.breadcrumb li span {
	color: #404040;
}
.breadcrumb li a,
.breadcrumb li span + span {
	display: inline-block;
}
.breadcrumb li span + span {
	font-weight: bold;
}
.breadcrumb a {
	padding: 0 20px 0 0;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-arrow-black.png) 88% center no-repeat;
}
.breadcrumb > li > .divider {
	padding: 0 !important;
}
.breadcrumb li.active:first-child span.divider {
	padding: 0 5px 0 0;
	background: none;
}
.breadcrumb .active {
	color: #999;
}
/* =============== JOOMLA! EXTENSIONS - MOD_LOGIN =============== */
#form-login fieldset.input {
	border: none;
	padding: 0;
}
#form-login div.button-wrapper {
	text-align: center;
	margin-top: 0.5em;
}
#form-login [id^="form-login-"] {
	margin: 0 0 6px 0;
}
form#login-form a.btn {
	min-height: 15px;
}
form#login-form .icon-arrow-right {
	background-position: -458px -73px;
}
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod-search-searchword {
	padding: 2px 0 2px 25px;
	background: #FFF url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-base.png) 5px -168px no-repeat;
}
/* =============== JOOMLA! EXTENSIONS - MOD_NEWSFLASH =============== */
.jsn-mod-newsflash.jsn-horizontal-container .jsn-article {
	padding: 0 1em;
}
.jsn-mod-newsflash .contentheading {
	margin: 0 0 0.3em 0;
}
.jsn-mod-newsflash .article-separator {
	display: block;
    height: 0.5em;
}
ul li.newsflash-item {
	list-style-type: none;
}
/* ============================== JOOMLA! 3.x CORE COMPONENT LAYOUT ============================== */
.img-fulltext-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.pull-right.collapsed .icon-minus,
.pull-right .icon-plus {
	display: none;
}
.pull-right .icon-minus,
.pull-right.collapsed .icon-plus {
	display: block;
}
/* ---------- OVERRIDE ----------- */
.jsn-joomla-30 blockquote {
	border-left: none;
}
.jsn-joomla-30 hr {
	margin: 0.5em 0;
}
.jsn-joomla-30 .form-horizontal .control-label {
	text-align: left;
}
.jsn-joomla-30 .calendar tbody td,
.jsn-joomla-30 .calendar tbody td.hilite,
.jsn-joomla-30 .calendar tbody td.selected {
    border: none;
    padding: 5px;
	text-align: center;
}
.jsn-joomla-30 .input-append .btn {
	outline: none;
}
.jsn-joomla-30 label,
.jsn-joomla-30 input,
.jsn-joomla-30 button,
.jsn-joomla-30 select,
.jsn-joomla-30 textarea,
.jsn-joomla-30 .btn,
.jsn-joomla-30 .uneditable-input {
	font-size: 13px;
}
.jsn-joomla-30 .icon-location {
    background-position: -24px -73px;
}
.jsn-joomla-30 div.tooltip {
	background: none;
	border: none;
}
.jsn-joomla-30 #form-login-remember {
	margin-bottom: 10px;
}
.jsn-joomla-30 #form-login-remember .control-label,
.jsn-joomla-30 #modlgn-remember {
	vertical-align: middle;
	margin-bottom: 0;
}
.jsn-joomla-30 #modlgn-remember {
	margin-top: 0;
}
.jsn-joomla-30 .dropdown-menu li,
.jsn-joomla-30 .category li {
	margin: 0;
}
.jsn-joomla-30 .page-header {
    border-bottom: none;
	margin-bottom: 0;
}
.nav-tabs.nav-stacked li {
	margin: 0.3em 0;
}
.jsn-joomla-30 .login fieldset.well {
	padding: 20px;
}
/* ============================== JSN MEGAZINE CUSTOM CSS ============================== */
/* =============== GENERAL LAYOUT =============== */
#jsn-usermodules1 {
	background-image: none;
}
.jsn-demo-page #jsn-pos-user1 {
	width: 60%;
}
.jsn-demo-page #jsn-pos-user2 {
	width: 37%;
}
body.jsn-joomla-30 ul li.newsflash-item {
	list-style: none;
}
/* =============== CATEGORY BLOG LAYOUT =============== */
.com-content .category-blog .componentheading,
.blog .componentheading,
.jsn-homepage .blog-featured .page-header,
.jsn-homepage .componentheading {
	border-bottom: 3px solid #000;
	padding: 0;
}
.com-content .category-blog .componentheading span,
.blog .componentheading span,
.jsn-homepage .blog-featured .page-header h1,
.jsn-homepage .componentheading span  {
	display: inline-block;
	padding: 10px 15px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	margin: 0;
}
.jsn-homepage .intro-text,
.com-content .category-blog .intro-text,
.blog .intro-text {
	position: relative;
}
.com-content .category-blog .intro-text .category-name,
.blog .intro-text .category-name,
.jsn-homepage .intro-text .category-name {
	position: absolute;
	margin-left: 0;
	left: 0;
	top: 0;
	color: #fff;
	padding: 10px 15px;
	background: #000\9;
	background: rgba(0,0,0,0.85);
}
.com-content .category-blog .intro-text + .readon,
.blog .intro-text + p.readmore a,
.jsn-homepage .jsn-article .readon,
.jsn-homepage .intro-text + p.readmore a {
	float: right;
}
.blog.jsn-demo-page .items-row {
	margin-bottom: 25px;
}
.blog.jsn-demo-page .items-row img {
	margin-bottom: 10px;
}
/* =============== NEWS FLASH MODULE =============== */
.jsn-modulecontainer.jsn-news-flash1 .intro-text {
	overflow: hidden;
}
.jsn-modulecontainer.jsn-news-flash1 .intro-text img {
	display: block;
}
.jsn-modulecontainer.jsn-news-flash1 .intro-text p {
	display: none;
}
.jsn-modulecontainer.jsn-news-flash1 .jsn-article {
	position: relative;
	margin-bottom: 10px;
}
.jsn-modulecontainer.jsn-news-flash1 .jsn-article .contentheading {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	z-index: 100;
}
.jsn-modulecontainer.jsn-news-flash1 .jsn-article .contentheading a {
	font-size: 16px;
	padding: 10px 15px;
	background-color: #000\9;
	background-color: rgba(0,0,0,0.8);
	display: block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.jsn-modulecontainer.jsn-news-flash1 .jsn-article:hover .contentheading a {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.jsn-modulecontainer.jsn-news-flash2 .jsn-moduletitle {
	border-bottom: 3px solid #000;
	padding: 0;
	margin: 20px 0 35px;
}
.jsn-modulecontainer.jsn-news-flash2 .jsn-moduletitle span {
	display: inline-block;
	padding: 10px 15px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
}
/* =============== LOGIN MODULE =============== */
body.jsn-joomla-25 .jsn-modulecontainer.jsn-user-login #modlgn-username,
body.jsn-joomla-25 .jsn-modulecontainer.jsn-user-login #modlgn-passwd {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body.jsn-joomla-30 .jsn-modulecontainer.jsn-user-login #modlgn-username,
body.jsn-joomla-30 .jsn-modulecontainer.jsn-user-login #modlgn-passwd {
	width: 65%;	
}
/* =============== HOMEPAGE SLIDESHOW =============== */
.promo-top .galleria-info {
	top: 50% !important;
	left: 10% !important;
	margin-top: -60px;
	width: auto !important;
}
.promo-top .galleria-info .galleria-info-text {
	background: none !important;
}
.promo-top .galleria-info-title,
.promo-top .galleria-info-description {
	display: inline-block !important;
	float: left;
	clear: both;
}
.promo-top .galleria-info-title {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 2.4em !important;
	margin: 0;
	background: rgba(0,0,0,0.8);
	padding: 10px 15px;
}
.promo-top .galleria-info-description {
	color: #fff !important;
	padding: 5px 15px;
	font-size: 1.8em !important;
	background: rgba(0,0,0,0.5);
}
/* =============== DEMO CONTACT INFO =============== */
.demo-contact-info .jsn-uniform .jsn-row-container {
	margin: 0;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions {
	margin: 0 0 15px;
	padding: 0 7px;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar {
	margin: 0;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit {
	background: #000;
	box-shadow: none;
	border: none;
	padding: 10px 20px;
	color: #fff;
	text-shadow: none;
	border-radius: 0;
}
.demo-contact-info .jsn-uniform .jsn-row-container .control-group {
	padding: 5px;
}
.demo-contact-info .jsn-uniform .jsn-row-container .control-group.ui-state-highlight {
	border: none !important;
	background: none !important;
}
.demo-contact-info .jsn-uniform .jsn-row-container label {
	display: none !important;
}

.demo-contact-info .jsn-uniform .jsn-row-container input.email {
	border-radius: 0;
	margin: 0;
	padding: 15px 10px;
}
.demo-contact-info .jsn-uniform .demo-contact-desc {
	margin: 5px 0;
	padding: 10px;
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.promo-top .galleria-info {
		left: 0 !important;
	}
	.promo-top .galleria-info-title {
		font-size: 1.3em !important;
	}
	.promo-top .galleria-info-description {
		font-size: 1.2em !important;
	}
	.jsn-homepage #jsn-promo {
		padding: 0;
	}
	
	#jsn-headerright {
	
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
}
@media only screen and (max-width: 320px), (max-device-width: 320px) {
	.promo-top .galleria-info {
		top: 45% !important;
	}
	.promo-top .galleria-info-title {
		font-size: 1.3em !important;
	}
	
		#jsn-headerright {
	
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
}
/* ============================== DESKTOP ON MOBILE ============================== */
@media only screen and (max-device-width: 960px) {
	body.jsn-desktop-on-mobile #jsn-page,
	body.jsn-desktop-on-mobile #jsn-pos-topbar,
	body.jsn-desktop-on-mobile #jsn-header-inner,
	body.jsn-desktop-on-mobile #jsn-menu-inner,
	body.jsn-desktop-on-mobile #jsn-body,
	body.jsn-desktop-on-mobile #jsn-footer	{
		min-width: 100%;
		width: 100%;
	}
	body.jsn-desktop-on-mobile {
		-webkit-text-size-adjust: 80%;
	}
}
/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
@font-face{
    font-family: 'JSN IcoMoon';
    src:url(//vacanzelandia.com/templates/jsn_megazine_pro/css/icomoon/fonts/icomoon.eot);
    src:url(//vacanzelandia.com/templates/jsn_megazine_pro/css/icomoon/fonts/icomoon.eot#iefix) format('embedded-opentype'),
        url(//vacanzelandia.com/templates/jsn_megazine_pro/css/icomoon/fonts/icomoon.svg#icomoon) format('svg'),
        url(//vacanzelandia.com/templates/jsn_megazine_pro/css/icomoon/fonts/icomoon.woff) format('woff'),
        url(//vacanzelandia.com/templates/jsn_megazine_pro/css/icomoon/fonts/icomoon.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="jsn-icon-"], [class*=" jsn-icon-"] {
	font-family: 'JSN IcoMoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
        display: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
        
}

@media screen and (max-width: 960px) {
[class^="jsn-icon-"], [class*=" jsn-icon-"]  {
display: block ; 
}
}

.jsn-icon-home:before {
	content: "\e600";
}
.jsn-icon-home2:before {
	content: "\e601";
}
.jsn-icon-home3:before {
	content: "\e602";
}
.jsn-icon-office:before {
	content: "\e603";
}
.jsn-icon-newspaper:before {
	content: "\e604";
}
.jsn-icon-pencil:before {
	content: "\e605";
}
.jsn-icon-pencil2:before {
	content: "\e606";
}
.jsn-icon-quill:before {
	content: "\e607";
}
.jsn-icon-pen:before {
	content: "\e608";
}
.jsn-icon-blog:before {
	content: "\e609";
}
.jsn-icon-droplet:before {
	content: "\e60a";
}
.jsn-icon-paint-format:before {
	content: "\e60b";
}
.jsn-icon-image:before {
	content: "\e60c";
}
.jsn-icon-image2:before {
	content: "\e60d";
}
.jsn-icon-images:before {
	content: "\e60e";
}
.jsn-icon-camera:before {
	content: "\e60f";
}
.jsn-icon-music:before {
	content: "\e610";
}
.jsn-icon-headphones:before {
	content: "\e611";
}
.jsn-icon-play:before {
	content: "\e612";
}
.jsn-icon-film:before {
	content: "\e613";
}
.jsn-icon-camera2:before {
	content: "\e614";
}
.jsn-icon-dice:before {
	content: "\e615";
}
.jsn-icon-pacman:before {
	content: "\e616";
}
.jsn-icon-spades:before {
	content: "\e617";
}
.jsn-icon-clubs:before {
	content: "\e618";
}
.jsn-icon-diamonds:before {
	content: "\e619";
}
.jsn-icon-pawn:before {
	content: "\e61a";
}
.jsn-icon-bullhorn:before {
	content: "\e61b";
}
.jsn-icon-connection:before {
	content: "\e61c";
}
.jsn-icon-podcast:before {
	content: "\e61d";
}
.jsn-icon-feed:before {
	content: "\e61e";
}
.jsn-icon-book:before {
	content: "\e61f";
}
.jsn-icon-books:before {
	content: "\e620";
}
.jsn-icon-library:before {
	content: "\e621";
}
.jsn-icon-file:before {
	content: "\e622";
}
.jsn-icon-profile:before {
	content: "\e623";
}
.jsn-icon-file2:before {
	content: "\e624";
}
.jsn-icon-file3:before {
	content: "\e625";
}
.jsn-icon-file4:before {
	content: "\e626";
}
.jsn-icon-copy:before {
	content: "\e627";
}
.jsn-icon-copy2:before {
	content: "\e628";
}
.jsn-icon-copy3:before {
	content: "\e629";
}
.jsn-icon-paste:before {
	content: "\e62a";
}
.jsn-icon-paste2:before {
	content: "\e62b";
}
.jsn-icon-paste3:before {
	content: "\e62c";
}
.jsn-icon-stack:before {
	content: "\e62d";
}
.jsn-icon-folder:before {
	content: "\e62e";
}
.jsn-icon-folder-open:before {
	content: "\e62f";
}
.jsn-icon-tag:before {
	content: "\e630";
}
.jsn-icon-tags:before {
	content: "\e631";
}
.jsn-icon-barcode:before {
	content: "\e632";
}
.jsn-icon-qrcode:before {
	content: "\e633";
}
.jsn-icon-ticket:before {
	content: "\e634";
}
.jsn-icon-cart:before {
	content: "\e635";
}
.jsn-icon-cart2:before {
	content: "\e636";
}
.jsn-icon-cart3:before {
	content: "\e637";
}
.jsn-icon-coin:before {
	content: "\e638";
}
.jsn-icon-credit:before {
	content: "\e639";
}
.jsn-icon-calculate:before {
	content: "\e63a";
}
.jsn-icon-support:before {
	content: "\e63b";
}
.jsn-icon-phone:before {
	content: "\e63c";
}
.jsn-icon-phone-hang-up:before {
	content: "\e63d";
}
.jsn-icon-address-book:before {
	content: "\e63e";
}
.jsn-icon-notebook:before {
	content: "\e63f";
}
.jsn-icon-envelope:before {
	content: "\e640";
}
.jsn-icon-pushpin:before {
	content: "\e641";
}
.jsn-icon-location:before {
	content: "\e642";
}
.jsn-icon-location2:before {
	content: "\e643";
}
.jsn-icon-compass:before {
	content: "\e644";
}
.jsn-icon-map:before {
	content: "\e645";
}
.jsn-icon-map2:before {
	content: "\e646";
}
.jsn-icon-history:before {
	content: "\e647";
}
.jsn-icon-clock:before {
	content: "\e648";
}
.jsn-icon-clock2:before {
	content: "\e649";
}
.jsn-icon-alarm:before {
	content: "\e64a";
}
.jsn-icon-alarm2:before {
	content: "\e64b";
}
.jsn-icon-bell:before {
	content: "\e64c";
}
.jsn-icon-stopwatch:before {
	content: "\e64d";
}
.jsn-icon-calendar:before {
	content: "\e64e";
}
.jsn-icon-calendar2:before {
	content: "\e64f";
}
.jsn-icon-print:before {
	content: "\e650";
}
.jsn-icon-keyboard:before {
	content: "\e651";
}
.jsn-icon-screen:before {
	content: "\e652";
}
.jsn-icon-laptop:before {
	content: "\e653";
}
.jsn-icon-mobile:before {
	content: "\e654";
}
.jsn-icon-mobile2:before {
	content: "\e655";
}
.jsn-icon-tablet:before {
	content: "\e656";
}
.jsn-icon-tv:before {
	content: "\e657";
}
.jsn-icon-cabinet:before {
	content: "\e658";
}
.jsn-icon-drawer:before {
	content: "\e659";
}
.jsn-icon-drawer2:before {
	content: "\e65a";
}
.jsn-icon-drawer3:before {
	content: "\e65b";
}
.jsn-icon-box-add:before {
	content: "\e65c";
}
.jsn-icon-box-remove:before {
	content: "\e65d";
}
.jsn-icon-download:before {
	content: "\e65e";
}
.jsn-icon-upload:before {
	content: "\e65f";
}
.jsn-icon-disk:before {
	content: "\e660";
}
.jsn-icon-storage:before {
	content: "\e661";
}
.jsn-icon-undo:before {
	content: "\e662";
}
.jsn-icon-redo:before {
	content: "\e663";
}
.jsn-icon-flip:before {
	content: "\e664";
}
.jsn-icon-flip2:before {
	content: "\e665";
}
.jsn-icon-undo2:before {
	content: "\e666";
}
.jsn-icon-redo2:before {
	content: "\e667";
}
.jsn-icon-forward:before {
	content: "\e668";
}
.jsn-icon-reply:before {
	content: "\e669";
}
.jsn-icon-bubble:before {
	content: "\e66a";
}
.jsn-icon-bubbles:before {
	content: "\e66b";
}
.jsn-icon-bubbles2:before {
	content: "\e66c";
}
.jsn-icon-bubble2:before {
	content: "\e66d";
}
.jsn-icon-bubbles3:before {
	content: "\e66e";
}
.jsn-icon-bubbles4:before {
	content: "\e66f";
}
.jsn-icon-user:before {
	content: "\e670";
}
.jsn-icon-users:before {
	content: "\e671";
}
.jsn-icon-user2:before {
	content: "\e672";
}
.jsn-icon-users2:before {
	content: "\e673";
}
.jsn-icon-user3:before {
	content: "\e674";
}
.jsn-icon-user4:before {
	content: "\e675";
}
.jsn-icon-quotes-left:before {
	content: "\e676";
}
.jsn-icon-busy:before {
	content: "\e677";
}
.jsn-icon-spinner:before {
	content: "\e678";
}
.jsn-icon-spinner2:before {
	content: "\e679";
}
.jsn-icon-spinner3:before {
	content: "\e67a";
}
.jsn-icon-spinner4:before {
	content: "\e67b";
}
.jsn-icon-spinner5:before {
	content: "\e67c";
}
.jsn-icon-spinner6:before {
	content: "\e67d";
}
.jsn-icon-binoculars:before {
	content: "\e67e";
}
.jsn-icon-search:before {
	content: "\e67f";
}
.jsn-icon-zoomin:before {
	content: "\e680";
}
.jsn-icon-zoomout:before {
	content: "\e681";
}
.jsn-icon-expand:before {
	content: "\e682";
}
.jsn-icon-contract:before {
	content: "\e683";
}
.jsn-icon-expand2:before {
	content: "\e684";
}
.jsn-icon-contract2:before {
	content: "\e685";
}
.jsn-icon-key:before {
	content: "\e686";
}
.jsn-icon-key2:before {
	content: "\e687";
}
.jsn-icon-lock:before {
	content: "\e688";
}
.jsn-icon-lock2:before {
	content: "\e689";
}
.jsn-icon-unlocked:before {
	content: "\e68a";
}
.jsn-icon-wrench:before {
	content: "\e68b";
}
.jsn-icon-settings:before {
	content: "\e68c";
}
.jsn-icon-equalizer:before {
	content: "\e68d";
}
.jsn-icon-cog:before {
	content: "\e68e";
}
.jsn-icon-cogs:before {
	content: "\e68f";
}
.jsn-icon-cog2:before {
	content: "\e690";
}
.jsn-icon-hammer:before {
	content: "\e691";
}
.jsn-icon-wand:before {
	content: "\e692";
}
.jsn-icon-aid:before {
	content: "\e693";
}
.jsn-icon-bug:before {
	content: "\e694";
}
.jsn-icon-pie:before {
	content: "\e695";
}
.jsn-icon-stats:before {
	content: "\e696";
}
.jsn-icon-bars:before {
	content: "\e697";
}
.jsn-icon-bars2:before {
	content: "\e698";
}
.jsn-icon-gift:before {
	content: "\e699";
}
.jsn-icon-trophy:before {
	content: "\e69a";
}
.jsn-icon-glass:before {
	content: "\e69b";
}
.jsn-icon-mug:before {
	content: "\e69c";
}
.jsn-icon-food:before {
	content: "\e69d";
}
.jsn-icon-leaf:before {
	content: "\e69e";
}
.jsn-icon-rocket:before {
	content: "\e69f";
}
.jsn-icon-meter:before {
	content: "\e6a0";
}
.jsn-icon-meter2:before {
	content: "\e6a1";
}
.jsn-icon-dashboard:before {
	content: "\e6a2";
}
.jsn-icon-hammer2:before {
	content: "\e6a3";
}
.jsn-icon-fire:before {
	content: "\e6a4";
}
.jsn-icon-lab:before {
	content: "\e6a5";
}
.jsn-icon-magnet:before {
	content: "\e6a6";
}
.jsn-icon-remove:before {
	content: "\e6a7";
}
.jsn-icon-remove2:before {
	content: "\e6a8";
}
.jsn-icon-briefcase:before {
	content: "\e6a9";
}
.jsn-icon-airplane:before {
	content: "\e6aa";
}
.jsn-icon-truck:before {
	content: "\e6ab";
}
.jsn-icon-road:before {
	content: "\e6ac";
}
.jsn-icon-accessibility:before {
	content: "\e6ad";
}
.jsn-icon-target:before {
	content: "\e6ae";
}
.jsn-icon-shield:before {
	content: "\e6af";
}
.jsn-icon-lightning:before {
	content: "\e6b0";
}
.jsn-icon-switch:before {
	content: "\e6b1";
}
.jsn-icon-powercord:before {
	content: "\e6b2";
}
.jsn-icon-signup:before {
	content: "\e6b3";
}
.jsn-icon-list:before {
	content: "\e6b4";
}
.jsn-icon-list2:before {
	content: "\e6b5";
}
.jsn-icon-numbered-list:before {
	content: "\e6b6";
}
.jsn-icon-menu:before {
	content: "\e6b7";
}
.jsn-icon-menu2:before {
	content: "\e6b8";
}
.jsn-icon-tree:before {
	content: "\e6b9";
}
.jsn-icon-cloud:before {
	content: "\e6ba";
}
.jsn-icon-cloud-download:before {
	content: "\e6bb";
}
.jsn-icon-cloud-upload:before {
	content: "\e6bc";
}
.jsn-icon-download2:before {
	content: "\e6bd";
}
.jsn-icon-upload2:before {
	content: "\e6be";
}
.jsn-icon-download3:before {
	content: "\e6bf";
}
.jsn-icon-upload3:before {
	content: "\e6c0";
}
.jsn-icon-globe:before {
	content: "\e6c1";
}
.jsn-icon-earth:before {
	content: "\e6c2";
}
.jsn-icon-link:before {
	content: "\e6c3";
}
.jsn-icon-flag:before {
	content: "\e6c4";
}
.jsn-icon-attachment:before {
	content: "\e6c5";
}
.jsn-icon-eye:before {
	content: "\e6c6";
}
.jsn-icon-eye-blocked:before {
	content: "\e6c7";
}
.jsn-icon-eye2:before {
	content: "\e6c8";
}
.jsn-icon-bookmark:before {
	content: "\e6c9";
}
.jsn-icon-bookmarks:before {
	content: "\e6ca";
}
.jsn-icon-brightness-medium:before {
	content: "\e6cb";
}
.jsn-icon-brightness-contrast:before {
	content: "\e6cc";
}
.jsn-icon-contrast:before {
	content: "\e6cd";
}
.jsn-icon-star:before {
	content: "\e6ce";
}
.jsn-icon-star2:before {
	content: "\e6cf";
}
.jsn-icon-star3:before {
	content: "\e6d0";
}
.jsn-icon-heart:before {
	content: "\e6d1";
}
.jsn-icon-heart2:before {
	content: "\e6d2";
}
.jsn-icon-heart-broken:before {
	content: "\e6d3";
}
.jsn-icon-thumbs-up:before {
	content: "\e6d4";
}
.jsn-icon-thumbs-up2:before {
	content: "\e6d5";
}
.jsn-icon-happy:before {
	content: "\e6d6";
}
.jsn-icon-happy2:before {
	content: "\e6d7";
}
.jsn-icon-smiley:before {
	content: "\e6d8";
}
.jsn-icon-smiley2:before {
	content: "\e6d9";
}
.jsn-icon-tongue:before {
	content: "\e6da";
}
.jsn-icon-tongue2:before {
	content: "\e6db";
}
.jsn-icon-sad:before {
	content: "\e6dc";
}
.jsn-icon-sad2:before {
	content: "\e6dd";
}
.jsn-icon-wink:before {
	content: "\e6de";
}
.jsn-icon-wink2:before {
	content: "\e6df";
}
.jsn-icon-grin:before {
	content: "\e6e0";
}
.jsn-icon-grin2:before {
	content: "\e6e1";
}
.jsn-icon-cool:before {
	content: "\e6e2";
}
.jsn-icon-cool2:before {
	content: "\e6e3";
}
.jsn-icon-angry:before {
	content: "\e6e4";
}
.jsn-icon-angry2:before {
	content: "\e6e5";
}
.jsn-icon-evil:before {
	content: "\e6e6";
}
.jsn-icon-evil2:before {
	content: "\e6e7";
}
.jsn-icon-shocked:before {
	content: "\e6e8";
}
.jsn-icon-shocked2:before {
	content: "\e6e9";
}
.jsn-icon-confused:before {
	content: "\e6ea";
}
.jsn-icon-confused2:before {
	content: "\e6eb";
}
.jsn-icon-neutral:before {
	content: "\e6ec";
}
.jsn-icon-neutral2:before {
	content: "\e6ed";
}
.jsn-icon-wondering:before {
	content: "\e6ee";
}
.jsn-icon-wondering2:before {
	content: "\e6ef";
}
.jsn-icon-point-up:before {
	content: "\e6f0";
}
.jsn-icon-point-right:before {
	content: "\e6f1";
}
.jsn-icon-point-down:before {
	content: "\e6f2";
}
.jsn-icon-point-left:before {
	content: "\e6f3";
}
.jsn-icon-warning:before {
	content: "\e6f4";
}
.jsn-icon-notification:before {
	content: "\e6f5";
}
.jsn-icon-question:before {
	content: "\e6f6";
}
.jsn-icon-info:before {
	content: "\e6f7";
}
.jsn-icon-info2:before {
	content: "\e6f8";
}
.jsn-icon-blocked:before {
	content: "\e6f9";
}
.jsn-icon-cancel-circle:before {
	content: "\e6fa";
}
.jsn-icon-checkmark-circle:before {
	content: "\e6fb";
}
.jsn-icon-spam:before {
	content: "\e6fc";
}
.jsn-icon-close:before {
	content: "\e6fd";
}
.jsn-icon-checkmark:before {
	content: "\e6fe";
}
.jsn-icon-checkmark2:before {
	content: "\e6ff";
}
.jsn-icon-spell-check:before {
	content: "\e700";
}
.jsn-icon-minus:before {
	content: "\e701";
}
.jsn-icon-plus:before {
	content: "\e702";
}
.jsn-icon-enter:before {
	content: "\e703";
}
.jsn-icon-exit:before {
	content: "\e704";
}
.jsn-icon-play2:before {
	content: "\e705";
}
.jsn-icon-pause:before {
	content: "\e706";
}
.jsn-icon-stop:before {
	content: "\e707";
}
.jsn-icon-backward:before {
	content: "\e708";
}
.jsn-icon-forward2:before {
	content: "\e709";
}
.jsn-icon-play3:before {
	content: "\e70a";
}
.jsn-icon-pause2:before {
	content: "\e70b";
}
.jsn-icon-stop2:before {
	content: "\e70c";
}
.jsn-icon-backward2:before {
	content: "\e70d";
}
.jsn-icon-forward3:before {
	content: "\e70e";
}
.jsn-icon-first:before {
	content: "\e70f";
}
.jsn-icon-last:before {
	content: "\e710";
}
.jsn-icon-previous:before {
	content: "\e711";
}
.jsn-icon-next:before {
	content: "\e712";
}
.jsn-icon-eject:before {
	content: "\e713";
}
.jsn-icon-volume-high:before {
	content: "\e714";
}
.jsn-icon-volume-medium:before {
	content: "\e715";
}
.jsn-icon-volume-low:before {
	content: "\e716";
}
.jsn-icon-volume-mute:before {
	content: "\e717";
}
.jsn-icon-volume-mute2:before {
	content: "\e718";
}
.jsn-icon-volume-increase:before {
	content: "\e719";
}
.jsn-icon-volume-decrease:before {
	content: "\e71a";
}
.jsn-icon-loop:before {
	content: "\e71b";
}
.jsn-icon-loop2:before {
	content: "\e71c";
}
.jsn-icon-loop3:before {
	content: "\e71d";
}
.jsn-icon-shuffle:before {
	content: "\e71e";
}
.jsn-icon-arrow-up-left:before {
	content: "\e71f";
}
.jsn-icon-arrow-up:before {
	content: "\e720";
}
.jsn-icon-arrow-up-right:before {
	content: "\e721";
}
.jsn-icon-arrow-right:before {
	content: "\e722";
}
.jsn-icon-arrow-down-right:before {
	content: "\e723";
}
.jsn-icon-arrow-down:before {
	content: "\e724";
}
.jsn-icon-arrow-down-left:before {
	content: "\e725";
}
.jsn-icon-arrow-left:before {
	content: "\e726";
}
.jsn-icon-arrow-up-left2:before {
	content: "\e727";
}
.jsn-icon-arrow-up2:before {
	content: "\e728";
}
.jsn-icon-arrow-up-right2:before {
	content: "\e729";
}
.jsn-icon-arrow-right2:before {
	content: "\e72a";
}
.jsn-icon-arrow-down-right2:before {
	content: "\e72b";
}
.jsn-icon-arrow-down2:before {
	content: "\e72c";
}
.jsn-icon-arrow-down-left2:before {
	content: "\e72d";
}
.jsn-icon-arrow-left2:before {
	content: "\e72e";
}
.jsn-icon-arrow-up-left3:before {
	content: "\e72f";
}
.jsn-icon-arrow-up3:before {
	content: "\e730";
}
.jsn-icon-arrow-up-right3:before {
	content: "\e731";
}
.jsn-icon-arrow-right3:before {
	content: "\e732";
}
.jsn-icon-arrow-down-right3:before {
	content: "\e733";
}
.jsn-icon-arrow-down3:before {
	content: "\e734";
}
.jsn-icon-arrow-down-left3:before {
	content: "\e735";
}
.jsn-icon-arrow-left3:before {
	content: "\e736";
}
.jsn-icon-tab:before {
	content: "\e737";
}
.jsn-icon-checkbox-checked:before {
	content: "\e738";
}
.jsn-icon-checkbox-unchecked:before {
	content: "\e739";
}
.jsn-icon-checkbox-partial:before {
	content: "\e73a";
}
.jsn-icon-radio-checked:before {
	content: "\e73b";
}
.jsn-icon-radio-unchecked:before {
	content: "\e73c";
}
.jsn-icon-crop:before {
	content: "\e73d";
}
.jsn-icon-scissors:before {
	content: "\e73e";
}
.jsn-icon-filter:before {
	content: "\e73f";
}
.jsn-icon-filter2:before {
	content: "\e740";
}
.jsn-icon-font:before {
	content: "\e741";
}
.jsn-icon-text-height:before {
	content: "\e742";
}
.jsn-icon-text-width:before {
	content: "\e743";
}
.jsn-icon-bold:before {
	content: "\e744";
}
.jsn-icon-underline:before {
	content: "\e745";
}
.jsn-icon-italic:before {
	content: "\e746";
}
.jsn-icon-strikethrough:before {
	content: "\e747";
}
.jsn-icon-omega:before {
	content: "\e748";
}
.jsn-icon-sigma:before {
	content: "\e749";
}
.jsn-icon-table:before {
	content: "\e74a";
}
.jsn-icon-table2:before {
	content: "\e74b";
}
.jsn-icon-insert-template:before {
	content: "\e74c";
}
.jsn-icon-pilcrow:before {
	content: "\e74d";
}
.jsn-icon-lefttoright:before {
	content: "\e74e";
}
.jsn-icon-righttoleft:before {
	content: "\e74f";
}
.jsn-icon-paragraph-left:before {
	content: "\e750";
}
.jsn-icon-paragraph-center:before {
	content: "\e751";
}
.jsn-icon-paragraph-right:before {
	content: "\e752";
}
.jsn-icon-paragraph-justify:before {
	content: "\e753";
}
.jsn-icon-paragraph-left2:before {
	content: "\e754";
}
.jsn-icon-paragraph-center2:before {
	content: "\e755";
}
.jsn-icon-paragraph-right2:before {
	content: "\e756";
}
.jsn-icon-paragraph-justify2:before {
	content: "\e757";
}
.jsn-icon-indent-increase:before {
	content: "\e758";
}
.jsn-icon-indent-decrease:before {
	content: "\e759";
}
.jsn-icon-newtab:before {
	content: "\e75a";
}
.jsn-icon-embed:before {
	content: "\e75b";
}
.jsn-icon-code:before {
	content: "\e75c";
}
.jsn-icon-console:before {
	content: "\e75d";
}
.jsn-icon-share:before {
	content: "\e75e";
}
.jsn-icon-mail:before {
	content: "\e75f";
}
.jsn-icon-mail2:before {
	content: "\e760";
}
.jsn-icon-mail3:before {
	content: "\e761";
}
.jsn-icon-mail4:before {
	content: "\e762";
}
.jsn-icon-google:before {
	content: "\e763";
}
.jsn-icon-googleplus:before {
	content: "\e764";
}
.jsn-icon-googleplus2:before {
	content: "\e765";
}
.jsn-icon-googleplus3:before {
	content: "\e766";
}
.jsn-icon-googleplus4:before {
	content: "\e767";
}
.jsn-icon-google-drive:before {
	content: "\e768";
}
.jsn-icon-facebook:before {
	content: "\e769";
}
.jsn-icon-facebook2:before {
	content: "\e76a";
}
.jsn-icon-facebook3:before {
	content: "\e76b";
}
.jsn-icon-instagram:before {
	content: "\e76c";
}
.jsn-icon-twitter:before {
	content: "\e76d";
}
.jsn-icon-twitter2:before {
	content: "\e76e";
}
.jsn-icon-twitter3:before {
	content: "\e76f";
}
.jsn-icon-feed2:before {
	content: "\e770";
}
.jsn-icon-feed3:before {
	content: "\e771";
}
.jsn-icon-feed4:before {
	content: "\e772";
}
.jsn-icon-youtube:before {
	content: "\e773";
}
.jsn-icon-youtube2:before {
	content: "\e774";
}
.jsn-icon-vimeo:before {
	content: "\e775";
}
.jsn-icon-vimeo2:before {
	content: "\e776";
}
.jsn-icon-vimeo3:before {
	content: "\e777";
}
.jsn-icon-lanyrd:before {
	content: "\e778";
}
.jsn-icon-flickr:before {
	content: "\e779";
}
.jsn-icon-flickr2:before {
	content: "\e77a";
}
.jsn-icon-flickr3:before {
	content: "\e77b";
}
.jsn-icon-flickr4:before {
	content: "\e77c";
}
.jsn-icon-picassa:before {
	content: "\e77d";
}
.jsn-icon-picassa2:before {
	content: "\e77e";
}
.jsn-icon-dribbble:before {
	content: "\e77f";
}
.jsn-icon-dribbble2:before {
	content: "\e780";
}
.jsn-icon-dribbble3:before {
	content: "\e781";
}
.jsn-icon-forrst:before {
	content: "\e782";
}
.jsn-icon-forrst2:before {
	content: "\e783";
}
.jsn-icon-deviantart:before {
	content: "\e784";
}
.jsn-icon-deviantart2:before {
	content: "\e785";
}
.jsn-icon-steam:before {
	content: "\e786";
}
.jsn-icon-steam2:before {
	content: "\e787";
}
.jsn-icon-github:before {
	content: "\e788";
}
.jsn-icon-github2:before {
	content: "\e789";
}
.jsn-icon-github3:before {
	content: "\e78a";
}
.jsn-icon-github4:before {
	content: "\e78b";
}
.jsn-icon-github5:before {
	content: "\e78c";
}
.jsn-icon-wordpress:before {
	content: "\e78d";
}
.jsn-icon-wordpress2:before {
	content: "\e78e";
}
.jsn-icon-joomla:before {
	content: "\e78f";
}
.jsn-icon-blogger:before {
	content: "\e790";
}
.jsn-icon-blogger2:before {
	content: "\e791";
}
.jsn-icon-tumblr:before {
	content: "\e792";
}
.jsn-icon-tumblr2:before {
	content: "\e793";
}
.jsn-icon-yahoo:before {
	content: "\e794";
}
.jsn-icon-tux:before {
	content: "\e795";
}
.jsn-icon-apple:before {
	content: "\e796";
}
.jsn-icon-finder:before {
	content: "\e797";
}
.jsn-icon-android:before {
	content: "\e798";
}
.jsn-icon-windows:before {
	content: "\e799";
}
.jsn-icon-windows8:before {
	content: "\e79a";
}
.jsn-icon-soundcloud:before {
	content: "\e79b";
}
.jsn-icon-soundcloud2:before {
	content: "\e79c";
}
.jsn-icon-skype:before {
	content: "\e79d";
}
.jsn-icon-reddit:before {
	content: "\e79e";
}
.jsn-icon-linkedin:before {
	content: "\e79f";
}
.jsn-icon-lastfm:before {
	content: "\e7a0";
}
.jsn-icon-lastfm2:before {
	content: "\e7a1";
}
.jsn-icon-delicious:before {
	content: "\e7a2";
}
.jsn-icon-stumbleupon:before {
	content: "\e7a3";
}
.jsn-icon-stumbleupon2:before {
	content: "\e7a4";
}
.jsn-icon-stackoverflow:before {
	content: "\e7a5";
}
.jsn-icon-pinterest:before {
	content: "\e7a6";
}
.jsn-icon-pinterest2:before {
	content: "\e7a7";
}
.jsn-icon-xing:before {
	content: "\e7a8";
}
.jsn-icon-xing2:before {
	content: "\e7a9";
}
.jsn-icon-flattr:before {
	content: "\e7aa";
}
.jsn-icon-foursquare:before {
	content: "\e7ab";
}
.jsn-icon-foursquare2:before {
	content: "\e7ac";
}
.jsn-icon-paypal:before {
	content: "\e7ad";
}
.jsn-icon-paypal2:before {
	content: "\e7ae";
}
.jsn-icon-paypal3:before {
	content: "\e7af";
}
.jsn-icon-yelp:before {
	content: "\e7b0";
}
.jsn-icon-libreoffice:before {
	content: "\e7b1";
}
.jsn-icon-file-pdf:before {
	content: "\e7b2";
}
.jsn-icon-file-openoffice:before {
	content: "\e7b3";
}
.jsn-icon-file-word:before {
	content: "\e7b4";
}
.jsn-icon-file-excel:before {
	content: "\e7b5";
}
.jsn-icon-file-zip:before {
	content: "\e7b6";
}
.jsn-icon-file-powerpoint:before {
	content: "\e7b7";
}
.jsn-icon-file-xml:before {
	content: "\e7b8";
}
.jsn-icon-file-css:before {
	content: "\e7b9";
}
.jsn-icon-html5:before {
	content: "\e7ba";
}
.jsn-icon-html52:before {
	content: "\e7bb";
}
.jsn-icon-css3:before {
	content: "\e7bc";
}
.jsn-icon-chrome:before {
	content: "\e7bd";
}
.jsn-icon-firefox:before {
	content: "\e7be";
}
.jsn-icon-IE:before {
	content: "\e7bf";
}
.jsn-icon-opera:before {
	content: "\e7c0";
}
.jsn-icon-safari:before {
	content: "\e7c1";
}
.jsn-icon-IcoMoon:before {
	content: "\e7c2";
}

/*[class^="jsn-icon-"]:before,
[class*="jsn-icon-"]:before {
	font-family: 'JSN IcoMoon';
}
[class^="jsn-icon-"],
[class*="jsn-icon-"] {
	line-height: inherit;
}*/
/* ============================== DEFAULT HTML ============================== */
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h2 {
	line-height: inherit;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
#jsn-page {
	transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
}
div#jsn-pos-breadcrumbs.display-mobile,
div.jsn-modulecontainer.display-mobile,
div#jsn-pos-breadcrumbs.display-tablet,
div.jsn-modulecontainer.display-tablet,
div#jsn-pos-breadcrumbs.display-smartphone,
div.jsn-modulecontainer.display-smartphone {
	display: none;
}
div#jsn-pos-breadcrumbs.display-desktop,
div.jsn-modulecontainer.display-desktop {
	display: block;
}
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-logo #jsn-logo-mobile {
	display: none;
}
#jsn-logo .jsn-topheading {
	display: none;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu div.jsn-modulecontainer {
	float: left;
	margin:0;
}
/* =============== MENU SUFFIX =============== */
#jsn-menu #jsn-pos-toolbar div.jsn-modulecontainer {
	float: left;
}
#jsn-menu div.display-inline.jsn-modulecontainer {
	margin: 5px 10px 0;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 38px;
	right: 0;
	z-index: 200;
	background: #4a4a4a;
	padding: 10px;
	min-width: 220px;
	background-color: #111;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer a,
#jsn-menu div.display-inline.jsn-modulecontainer a {
	color: #ccc;
	text-decoration: underline;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer a:hover,
#jsn-menu div.display-inline.jsn-modulecontainer a:hover {
	color: #fff;
	text-decoration: none;
}
#jsn-menu #jsn-pos-mainmenu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	left: 0;
}
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner {
	position: relative;
}
#jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
	color: #CCC;
	text-shadow: none;
	padding: 0;
	font-size: 1.1em;
	cursor: pointer;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle > span {
	padding: 11px;
}
#jsn-menu #jsn-pos-mainmenu .jsn-modulecontainer.display-dropdown h3.jsn-moduletitle {
	border-right: 1px solid #404040;
}
#jsn-menu #jsn-pos-mainmenu .jsn-modulecontainer.display-dropdown h3.jsn-moduletitle > span {
	border-right: 1px solid #000000;
}
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
	background: #4a4a4a;
	color: #FFF;
}
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover .jsn-modulecontent {
	visibility: visible;
}
#jsn-menu div.display-dropdown.menu-richmenu.jsn-modulecontainer .jsn-modulecontent {
	top: 58px;
}
#jsn-menu div.display-dropdown.menu-richmenu.jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle > span {
	padding: 11px 11px 31px;
}
/* =============== MENU - TOOLBAR POSITION =============== */
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul {
	right: 0;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
    background-image: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-arrow-white-rtl.png);
    background-position: 2% center;
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-right: 12px;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
    border-right: 1px solid #162C40;
    text-align: right;
}
/* =============== LAYOUT - CONTENT AREA =============== */
.jsn-joomla-30 #jsn-pos-breadcrumbs {
	padding: 5px 15px;
}
#jsn-gotoplink {
	color: #999;
	z-index: 99999;
	padding: 8px 12px;
	display: block;
	background-color: #000;
	position: fixed;
	left: 50%;
	bottom: 0;
}
#jsn-gotoplink:hover {
	color: #e5e5e5;
	text-decoration: none;
	background-color: #333333;
}
/* =============== BACKGROUND POSITION =============== */
#jsn-pos-background {
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    top: 0;
	text-align: center;
    width: 100%;
    z-index: -100;
}
#jsn-pos-background p {
	margin: 0;
}
#jsn-pos-background img {
	width: 100%;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-alert {
	border-left: 4px solid #FEABAB;
	background: #FFDFDF url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -270px no-repeat;
}
.text-info {
	border-left: 4px solid #B7D2F2;
	background: #DBE7F8 url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -347px no-repeat;
}
.text-download {
	border-left: 4px solid #DDEDBC;
	background: #F2F9E5 url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -424px no-repeat;
}
.text-comment {
	border-left: 4px solid #FEEBAB;
	background: #FEF8E1 url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -501px no-repeat;
}
.text-tip {
	border-left: 4px solid #FEEBAB;
	background: #FFFFD5 url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -578px no-repeat;
}
.text-attachment {
	border-left: 4px solid #e5e5e5;
	background: #f2f2f2 url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -655px no-repeat;
}
.text-video {
	border-left: 4px solid #e5e5e5;
	background: #f2f2f2 url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -732px no-repeat;
}
.text-audio {
	border-left: 4px solid #e5e5e5;
	background: #f2f2f2 url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -809px no-repeat;
}
.text-tip,
.text-info,
.text-alert,
.text-audio,
.text-video,
.text-comment,
.text-download,
.text-attachment {
	background-position: 18px center;
	padding: 0.8em 0.8em 0.8em 5em;
	min-height: 20px;
	margin-bottom: 30px;
}
.text-dropcap {
	margin-bottom: 20px;
}
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- BUTTON LINK ----- */
.link-button {
	cursor: pointer;
	font-size: 1.1em;
	padding: 10px 12px;
	display: inline-block;
	text-decoration: none;
}
.link-button:hover {
	border-color: #000;
}
a.link-button:hover,
.link-button a:hover {
	text-decoration: none;
}
a.link-button,
.link-button a {
	font-weight: bold;
	color: #fff !important;
}
.link-button.button-light,
.link-button.button-light a {
	color: #333 !important;
}
.link-button .link-icon {
	margin: 0;
	line-height: 24px;
}
/* ----- ICON LINK ----- */
.link-icon {
	display: inline-block;
	line-height: 24px;
}
.link-icon[class*="jsn-icon"]:before {
	margin-right: 8px
}
.link-icon[class*="jsn-icon"]:before:hover {
	text-decoration: none;
}
/* ----- EXTENDED LINK ----- */
.link-icon-ext {
	display: inline-block;
	padding-right: 22px;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-ext.png) no-repeat right 0;
}
.link-icon-ext.jsn-icon-ext-aim {
	background-position: right 0;
}
.link-icon-ext.jsn-icon-ext-archive {
	background-position: right -86px;
}
.link-icon-ext.jsn-icon-ext-mobile {
	background-position: right -172px;
}
.link-icon-ext.jsn-icon-ext-css {
	background-position: right -258px;
}
.link-icon-ext.jsn-icon-ext-application {
	background-position: right -344px;
}
.link-icon-ext.jsn-icon-ext-doc {
	background-position: right -430px;
}
.link-icon-ext.jsn-icon-ext-feed {
	background-position: right -516px;
}
.link-icon-ext.jsn-icon-ext-movie {
	background-position: right -602px;
}
.link-icon-ext.jsn-icon-ext-flash {
	background-position: right -688px;
}
.link-icon-ext.jsn-icon-ext-calendar {
	background-position: right -774px;
}
.link-icon-ext.jsn-icon-ext-mail {
	background-position: right -860px;
}
.link-icon-ext.jsn-icon-ext-quicktime {
	background-position: right -946px;
}
.link-icon-ext.jsn-icon-ext-msn {
	background-position: right -1032px;
}
.link-icon-ext.jsn-icon-ext-music {
	background-position: right -1118px;
}
.link-icon-ext.jsn-icon-ext-pdf {
	background-position: right -1204px;
}
.link-icon-ext.jsn-icon-ext-powerpoint {
	background-position: right -1290px;
}
.link-icon-ext.jsn-icon-ext-skype {
	background-position: right -1376px;
}
.link-icon-ext.jsn-icon-ext-torrent {
	background-position: right -1462px;
}
.link-icon-ext.jsn-icon-ext-font {
	background-position: right -1548px;
}
.link-icon-ext.jsn-icon-ext-text {
	background-position: right -1634px;
}
.link-icon-ext.jsn-icon-ext-vcard {
	background-position: right -1720px;
}
.link-icon-ext.jsn-icon-ext-windowsmedia {
	background-position: right -1806px;
}
.link-icon-ext.jsn-icon-ext-xls {
	background-position: right -1892px;
}
.link-icon-ext.jsn-icon-ext-yahoo {
	background-position: right -1978px;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
table.table-style {
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	color: #404040;
	margin-bottom: 30px;
}
table.table-style caption {
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.table-style td,
table.table-style th {
	padding: 10px;
	border-bottom: 1px solid #DEDEDE;
}
table.table-style th {
	text-align: left;
}
table.table-style .highlight {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
table.table-style thead th {
	font-size: 1.1em;
	border-top: 6px solid #fff;
	color: #ffffff;
}
table.table-style thead th.highlight {
	border-top: none;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
table.table-style tbody .highlight {
	background-color: #999;
}
table.table-style tbody tr.odd {
	background: #f2f2f2;
}
table.table-style tbody tr.odd .highlight {
	background-color: #7E7E7E;
}
table.table-style tbody tr:hover th,
table.table-style tbody tr:hover td {
	background: #E4E4E4;
}
table.table-style tbody tr:hover .highlight {
	background: #737373;
}
table.table-style tfoot {
	border: 1px solid #DEDEDE;
}
table.table-style tfoot th,
table.table-style tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #d9d9d9;
}
table.table-style tfoot td {
	text-align: right;
}
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th.highlight {
	background-color: #484848;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes {
	color: #fff;
}
table.style-colorstripes thead,
table.style-colorstripes tfoot {
	border: none;
}
table.style-colorstripes tbody .highlight {
	color: #333;
	border-bottom: none;
	border-top: 1px solid #fff;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th {
	background: #404040;
	border-right: 1px groove #999999;
}
/* =============== TYPOGRAPHY - LIST STYLES =============== */
/* ----- ICON LIST ----- */
ul.list-icon {
	list-style-type: none;
}
ul.list-icon li {
	line-height: 32px;
    margin: 10px 0;
    padding-left: 38px;
    position: relative;
}
ul.list-icon li .jsn-listbullet {
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	position: absolute;
}
/* ----- BULLET NUMBER LIST ----- */
ul.list-number-bullet {
	list-style: none;
}
ul.list-number-bullet li {
	margin-left: 0;
	position: relative;
	padding: 6px 0 10px 44px;
}
ul.list-number-bullet li .jsn-listbullet {
	color: #fff;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	margin: 4px;
	left: 0;
	top: -2px;
	width: 32px;
	display: block;
	font-weight: bold;
	position: absolute;
}
/* ----- DIGIT NUMBER LIST ----- */
ul.list-number-digit {
	list-style: none;
}
ul.list-number-digit li {
	margin-left: 0;
	position: relative;
	padding: 8px 0 8px 42px;
}
ul.list-number-digit li .jsn-listbullet {
	top: 0;
	left: 0;
	width: 32px;
	display: block;
	font-size: 32px;
	line-height: 100%;
	text-align: right;
	position: absolute;
}
ul.list-number-digit.digit-blue li .jsn-listbullet {
	color: #009aca;
}
ul.list-number-digit.digit-green li .jsn-listbullet {
	color: #429e00;
}
ul.list-number-digit.digit-grey li .jsn-listbullet {
	color: #999999;
}
ul.list-number-digit.digit-orange li .jsn-listbullet {
	color: #e66000;
}
ul.list-number-digit.digit-red li .jsn-listbullet {
	color: #bf0000;
}
ul.list-number-digit.digit-violet li .jsn-listbullet {
	color: #9e0084;
}
/* ----- HORIZONTAL LIST ----- */
ul.list-horizontal {
	margin: 0;
	list-style: none;
}
ul.list-horizontal li {
	display: inline;
	margin: 0 .5em;
}
/* ----- NOBULLET LIST ----- */
ul.list-nobullet {
	margin: 0;
	list-style: none;
}
ul.list-nobullet li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
/* ============================== MENU ==============================
/* ----- ICONS MENU STYLE ----- */
.jsn-menu-toggle {
	display: block;
}
div.jsn-modulecontainer ul.menu-mainmenu ul {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	display: block\9;
}
ul.menu-mainmenu.jsn-desktop-on-mobile ul {
	display: none;
}
ul.menu-mainmenu.jsn-desktop-on-mobile li:hover > ul {
	display: block;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li i[class*="jsn-icon-"] {
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu li i[class*="jsn-icon-"] {
	display: inline-block;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu > li > a > span {
	line-height: 19px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a.jsn-nodescription {
	padding-bottom: 28px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu.menu-iconmenu > li > a span {
	line-height: 1.5;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-treemenu li a i {
	display: none;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-iconmenu > li > a > span {
	background: none;
	line-height: 16px;
	padding-left: 0;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu.menu-iconmenu > li > a span {
	line-height: 1.5;
}
/* =============== MENU - MAIN MENU =============== */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	left: auto;
}
#jsn-menu.jsn-menu-sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
/* ========= MENU - FLIPBACK ========= */
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback > ul {
	right: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback a {
	text-align: right;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul li.parent > a {
    background-image: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-arrow-black-rtl.png);
    background-position: 2% center;
    padding-left: 16px;
    padding-right: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul ul {
    right: 199px;
    margin-left: 0;
}
/* =============== MENU - TREE MENU =============== */
/* ----- CURRENT / HOVER STATE ----- */
div.solid-1 ul.menu-treemenu li a:hover,
div.solid-1 ul.menu-treemenu li a.current {
	background-color: #FAFACF;
}
div.lightbox-1 ul.menu-treemenu li a:hover,
div.lightbox-1 ul.menu-treemenu li a.current {
	background-color: #FDFDFD;
}
/* =============== MENU - SIDE MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-sidemenu,
div.jsn-modulecontainer ul.menu-sidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.jsn-modulecontainer ul.menu-sidemenu li {
	margin: 0;
	padding: 0;
	position: relative;
}
div.jsn-modulecontainer ul.menu-sidemenu li ul {
	position: absolute;
	top: 0;
	margin-top: -1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulecontainer ul.menu-sidemenu > li {
	border-bottom: 1px solid #eee;
}
div.solid-2.jsn-modulecontainer ul.menu-sidemenu > li,
div[class*="richbox-"].jsn-modulecontainer ul.menu-sidemenu > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
div.jsn-modulecontainer ul.menu-sidemenu li a {
	display: block;
	color: #404040;
	cursor: pointer;
	padding: 8px 12px;
	text-decoration: none;
}
div.jsn-modulecontainer ul.menu-sidemenu > li > a {
	padding-left: 0;
	padding-right: 0;
}
div[class*="richbox-"] ul.menu-sidemenu > li > a {
	color: #ffffff;
}
div.jsn-modulecontainer ul.menu-sidemenu > li.parent > a {
	padding-right: 16px;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-arrow-black.png) calc(100% - 10px) center no-repeat;
}
ul.menu-sidemenu li > a > span {
	display: block;
}
div.jsn-modulecontainer ul.menu-sidemenu ul {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
	background-color: #fff;
	border: 1px solid #ccc;
}
div.jsn-modulecontainer ul.menu-sidemenu li:hover > ul {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	display: block\9;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li i {
	display: none;
}
div.jsn-modulecontainer ul.menu-sidemenu.menu-iconmenu li i {
	display: inline-block;
}
div.jsn-modulecontainer ul.menu-iconmenu li i[class*="jsn-icon-"],
div.jsn-modulecontainer ul.menu-iconmenu li > a > span {
	float: left;
}
div.jsn-modulecontainer ul.menu-iconmenu li i[class*="jsn-icon-"] {
	margin-right: 10px;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li a span.jsn-menudescription {
	display: none;
}
div.jsn-modulecontainer ul.menu-sidemenu.menu-richmenu li a span.jsn-menudescription {
	color: #595959;
	display: block;
}
div[class*="richbox-"] ul.menu-sidemenu.menu-richmenu li a span.jsn-menudescription {
	color: #EEE;
}
div.jsn-modulecontainer ul.menu-sidemenu.menu-richmenu.menu-iconmenu > li > a span {
	line-height: 1.5;
}
/* ---------- 1st LEVEL ---------- */
div.jsn-modulecontainer ul.menu-sidemenu ul {
	top: 0;
	position: absolute;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li a {
	display: block;
	cursor: pointer;
	margin: 0 15px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li.last a {
	border-bottom: none;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li.parent > a {
	padding-right: 16px;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-arrow-black.png) 96% center no-repeat;
}
div.jsn-modulecontainer ul.menu-sidemenu ul ul {
	top: 0;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
/* 1st LEVEL */
/* 1st LEVEL - CUSTOM MODULE */
div[class*="richbox-"] ul.menu-sidemenu > li.parent > a {
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-arrow-white.png) 98% center no-repeat;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu > li:hover > a {
}
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */
div.solid-1 ul.menu-sidemenu > li:hover > a {
	background-color: #FAFACF;
}
div.richbox-2 ul.menu-sidemenu > li:hover > a {
	color: #fff;
}
div.lightbox-1 ul.menu-sidemenu > li:hover > a {
	background-color: #FDFDFD;
}
/* ----- ACTIVE STATE ----- */
/* ----- ACTIVE STATE IN SPECIFIC MODULE BOXES ----- */
div.solid-1 ul.menu-sidemenu > li.active > a {
	background-color: #FAFACF;
}
div.richbox-2 ul.menu-sidemenu > li.active > a {
	color: #fff;
}
div.lightbox-1 ul.menu-sidemenu > li.active > a {
	background-color: #FDFDFD;
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > ul {
	left: auto;
}
/* =============== MENU - TOP MENU =============== */
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-topmenu li i[class*="jsn-icon-"] {
	display: none;
}
div.jsn-modulecontainer ul.menu-topmenu.menu-iconmenu  li i[class*="jsn-icon-"] {
	display: inline-block;
	margin-right: 5px;
}
div.jsn-modulecontainer ul.menu-topmenu.menu-iconmenu > li > a {
	line-height: 32px;
}
/* ----- HOVER STYLE ----- */
div.jsn-modulecontainer ul.menu-topmenu.menu-iconmenu > li:hover > a {
	color: #fff;
}
/* ============================== MOBILE SWITCH ============================== */
#jsn-mobileswitch {
	display: none;
	padding: 29px 0 18px 15px;
	float: right;
	position: relative;
	z-index: 89;
	right: 10px;
}
#jsn-mobileswitch a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-mobile.png) -16px 0 no-repeat;
}
#jsn-desktopswitch {
	display: none;
	padding: 18px 5px 20px;
	position: absolute;
	z-index: 99;
	right: 10px;
}
#jsn-desktopswitch a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-mobile.png) -32px 0 no-repeat;
}
@media only screen and (max-device-width: 960px) {
	body.jsn-desktop-on-mobile #jsn-pos-topbar,
	body.jsn-desktop-on-mobile #jsn-header-inner,
	body.jsn-desktop-on-mobile #jsn-menu-inner,
	body.jsn-desktop-on-mobile #jsn-body,
	body.jsn-desktop-on-mobile #jsn-footer {
		margin: 0 1px;
	}
	body.jsn-mobile #jsn-desktopswitch {
		display: block;
	}
	body.jsn-desktop #jsn-mobileswitch {
		display: block;
	}
	body.jsn-desktop-on-mobile ul#jsn-sitetools-menu > li {
		right: 0 !important;
	}
	body.jsn-desktop-on-mobile.jsn-direction-rtl ul#jsn-sitetools-menu > li {
		left: 0 !important;
	}
	body.jsn-desktop-on-mobile.jsn-direction-rtl ul#jsn-sitetools-menu > li > a {
		float: left;
	}
	body.jsn-desktop-on-mobile #jsn-page,
	body.jsn-desktop-on-mobile #jsn-pos-topbar,
	body.jsn-desktop-on-mobile #jsn-header-inner,
	body.jsn-desktop-on-mobile #jsn-menu-inner,
	body.jsn-desktop-on-mobile #jsn-body,
	body.jsn-desktop-on-mobile #jsn-footer	{
		min-width: 100%;
		width: 100%;
	}
	body.jsn-desktop-on-mobile div.solid-1 h3.jsn-moduletitle:before,
	body.jsn-desktop-on-mobile div.solid-2 div.jsn-modulecontainer_inner:before {
		right: -1px;
		top: -1px;
	}
	body.jsn-desktop-on-mobile {
		-webkit-text-size-adjust: 80%;
	}
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
#jsn-sitetoolspanel {
	margin: 0;
	padding: 20px 0;
}
/* ----- DROP DOWN ----- */
ul#jsn-sitetools-menu,
ul#jsn-sitetools-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#jsn-sitetools-menu li {
	padding: 0;
	margin: 0;
}
ul#jsn-sitetools-menu li,
ul#jsn-sitetools-inline li {
	position: relative;
}
ul#jsn-sitetools-menu > li {
	right: -125px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
ul#jsn-sitetools-menu > li:hover {
	right: 0;
}
#jsn-sitetoolspanel ul > li > a:hover,
#jsn-sitetoolspanel ul > li > a:focus {
	text-decoration: none;
}
ul#jsn-sitetools-menu li a,
ul#jsn-sitetools-inline li a {
	color: #e1e1e1;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	float: left;
}
ul#jsn-sitetools-inline > li > a {
	display: none;
}
ul#jsn-sitetools-menu li ul {
	z-index: 90;

	float: right;
	height: 100%;
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
ul#jsn-sitetools-menu li:hover ul {
	visibility: visible;
	display: block\9;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
ul#jsn-sitetools-menu.sitetool-desktop-on-mobile li ul {
	display: none;
}
ul#jsn-sitetools-menu.sitetool-desktop-on-mobile li:hover ul {
	display: block;
}
ul#jsn-sitetools-menu ul li,
ul#jsn-sitetools-inline ul li {
	background: none;
	padding: 0 5px;
}
ul#jsn-sitetools-menu ul li a {
	float: left;
   	height: 10px;
    width: 10px;
    margin: 11px 6px;
	display: inline-block;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
ul#jsn-sitetools-menu ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ----- INLINE ROW ----- */
ul#jsn-sitetools-inline {
	margin: 7px 0;
	float: left;
	padding: 0;
	list-style: none;
}
ul#jsn-sitetools-inline ul {
	float: left;
	margin: 0;
}
ul#jsn-sitetools-inline li {
	margin: 0;
	float: left;
	padding: 0;
	list-style: none;
}
ul#jsn-sitetools-inline ul li a {
	float: left;
	width: 22px;
	height: 20px;
	display: inline-block;
}
/* =============== SITE TOOLS - COLOR SELECTOR =============== */
#jsn-selector-blue {
	background-color: #1181c4;
}
#jsn-selector-red {
	background-color: #c21212;
}
#jsn-selector-green {
	background-color: #6ac212;
}
#jsn-selector-violet {
	background-color: #c212a4;
}
#jsn-selector-orange {
	background-color: #c25412;
}
#jsn-selector-grey {
	background-color: #9f9f9f;
}
/* =============== MODULE STYLES - MODULE BOXES =============== */
div[class*="lightbox-"] div.jsn-modulecontainer_inner,
div[class*="solid-"] div.jsn-modulecontainer_inner {
	padding: 15px;
}
div[class*="richbox-"] div.jsn-modulecontainer_inner a,
div.solid-2 div.jsn-modulecontainer_inner a {
	color: #fff;
}
/* ----- SOLIDBOX STYLE ----- */
div.solid-1 div.jsn-modulecontainer_inner {
	padding: 0;
}
div[class*="solid-"] h3.jsn-moduletitle {
	color: #ffffff;
	padding: 14px 19px;
	display: inline-block;
}
div.solid-1 h3.jsn-moduletitle {
	background-color: #000;
	overflow: hidden;
	position: relative;
}
div.solid-2 h3.jsn-moduletitle {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 0 0 5px;
}
div.solid-2 div.jsn-modulecontainer_inner {
	background-color: #000;
	position: relative;
}
div.solid-1 h3.jsn-moduletitle:before,
div.solid-2 div.jsn-modulecontainer_inner:before {
    border-color: #333 #fff;
	border-width: 0 50px 50px 0;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
	overflow: hidden;
}
div.solid-1 h3.jsn-moduletitle:before {
    border-width: 0 20px 20px 0;	
}
div.solid-1 h3.jsn-moduletitle span {
    padding-right: 20px;
}
/* ----- LIGHTBOX STYLE ----- */
div[class*="lightbox-"] div.jsn-modulecontainer_inner {
	border: 1px solid #cccccc;
}
div.lightbox-2 h3.jsn-moduletitle {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
}
#jsn-content-top div[class*="solid-"],
#jsn-content-top div[class*="solid-"] h3.jsn-moduletitle {
	color: #000;
}
/* =============== MODULE STYLES - MODULE ICONS =============== */
h3.jsn-moduletitle i[class*="jsn-icon-"] {
	margin-right: 8px;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
/* ----- STANDARD CONTACT LAYOUT ----- */
div.contact .dl-horizontal dd {
	margin-left: 25px;
}
.jsn-joomla-30 div.search .inputbox {
	width: auto;
	max-width: 100%;
}
button#jform_profile_dob_img.btn {
	height: 30px;
}
/* =============== JOOMLA! EXTENSIONS - MOD_STATISTICS =============== */
dl.stats-module dt {
	float: left;
	width: 65%;
}
dl.stats-module dd {
	margin: 0;
}
/* ============================== JOOMLA 3.0 CORE COMPONENT LAYOUT ============================== */
.jsn-joomla-30 .blog-featured .items-leading h2 {
	padding: 5px 0;
}
/* PAGE PAGINATION */
ul.jsn-pagination li {
	margin: 5px 0;
}
/* ============================== CSS3 EFFECTS ============================== */
/* ----- READ MORE ----- */
.readon,
p.readmore a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
/* ----- GO TOP LINK ----- */
#jsn-gotoplink {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
/* ----- TYPOGRAPHY STYLE ----- */
/* TEXT STYLES */
.text-box-highlight {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
/* LINK STYLES */
.link-action {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
.link-highlight {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
.link-highlight:hover {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
}
.link-button.button-light,
.link-button.button-light:hover {
	background-color: #eee;
}
.link-button.button-dark,
.link-button.button-dark:hover {
	background-color: #000000;
}
.link-button.button-green,
.link-button.button-green:hover {
	background-color: #7fc04c;
}
.link-button.button-orange,
.link-button.button-orange:hover {
	background-color: #f3803b;
}
.link-button.button-blue,
.link-button.button-blue:hover {
	background-color: #0099d4;
}
.link-button.button-red,
.link-button.button-red:hover {
	background-color: #fa6060;
}
/* TABLE STYLES */
table.table-style th,
table.table-style td {
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
/* LIST STYLES */
ul.list-number-bullet.bullet-blue li .jsn-listbullet {
	background-color: #3770A3;
}
ul.list-number-bullet.bullet-green li .jsn-listbullet {
	background-color: #577F20;
}
ul.list-number-bullet.bullet-grey li .jsn-listbullet {
	background-color: #DDDDDD;
}
ul.list-number-bullet.bullet-orange li .jsn-listbullet {
	background-color: #ff6600;
}
ul.list-number-bullet.bullet-red li .jsn-listbullet {
	background-color: #ff0000;
}
ul.list-number-bullet.bullet-violet li .jsn-listbullet {
	background-color: #92007A;
}
/* FORM STYLE */
.inputbox {
	transition: color 0.1s linear, background 0.3s ease-out, border-color 0.3s;
	-moz-transition: color 0.1s linear, background 0.3s ease-out, border-color 0.3s;
	-webkit-transition: color 0.1s linear, background 0.3s ease-out, border-color 0.3s;
}
#jsn-page .button {
	*border: 0;
	*zoom: 1;
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
/* ----- MENU STYLES ----- */
/* GENERAL */
ul.menu-mainmenu li a .jsn-menutitle,
ul.menu-mainmenu li a .jsn-menudescription,
ul.menu-topmenu li a .jsn-menutitle,
ul.menu-topmenu li a .jsn-menudescription,
ul.menu-topmenu li a,
ul.menu-mainmenu li a,
ul.menu-sidemenu li a,
ul.menu-treemenu li a,
ul.menu-mainmenu li {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
/* MAIN MENU - SIDE MENU */
ul.menu-mainmenu li ul,
ul.menu-sidemenu li ul {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Fix Hover Event on touch mobile devices */
@media only screen and (max-width: 960px), (max-device-width: 960px) {
     ul.menu-mainmenu li ul,
     ul.menu-sidemenu li ul {
         transition: none;
         -moz-transition: none;
         -webkit-transition: none;
         -ms-transition: none;
         -o-transition: none;
         }
}
/* ----- SITE TOOLS ----- */
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner h3,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
}
/* ----- FONT STYLES ----- */
/* ----- OVERRIDE JOOMLA 30 ----- */
.jsn-joomla-30 .calendar .button {
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}
/*======================= DJ SUGGESTER =======================*/
#dj-suggester #dj-suggester-in {
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
	border-radius: 0;
	border: none;
	border-top: 8px solid #009ACA;
	background: #f8f8f8;
	padding: 5px 15px 10px;
}
#dj-suggester #dj-suggester-in .dj-suggester {
	padding: 5px 0 0;
}
#dj-suggester .dj-suggester-head {
	color: #444;
	margin: 0 0 5px;
}
h4.dj-suggester-title {
	font-size: 12px;
}
#dj-suggester #dj-suggester-in .dj-close {
	opacity: 0.8;
	right: 10px;
	top: 10px;
}
#dj-suggester #dj-suggester-in h1,
#dj-suggester #dj-suggester-in h2,
#dj-suggester #dj-suggester-in h3,
#dj-suggester #dj-suggester-in h4,
#dj-suggester #dj-suggester-in h5,
#dj-suggester #dj-suggester-in h6 {
	margin: 0 0 8px;
	line-height: 1.5;
}
#dj-suggester .dj-suggester-image {
	padding: 5px;
	border: 1px solid #dedede;
	margin-right: 15px;
}
body.jsn-color-red #dj-suggester-in {
	border-top-color: #BF0000;
}
body.jsn-color-green #dj-suggester-in {
	border-top-color: #429E00;
}
body.jsn-color-violet #dj-suggester-in {
	border-top-color: #9E0084;
}
body.jsn-color-orange #dj-suggester-in {
	border-top-color: #E66000;
}
body.jsn-color-grey #dj-suggester-in {
	border-top-color: #39414C;
}
#dj-suggester #dj-suggester-in .dj-suggester ul {
	margin-top: 0;
}
#dj-suggester #dj-suggester-in .readon {
	float: right;
	margin: 5px 0 10px;
}
/*----------------- RTL -----------------*/
body.jsn-direction-rtl #dj-suggester {
	left: 15px;
	right: auto;
}
body.jsn-direction-rtl #dj-suggester #dj-suggester-in .dj-close {
	left: 5px;
	right: auto;
}
body.jsn-direction-rtl #dj-suggester .dj-suggester-head,
body.jsn-direction-rtl #dj-suggester .dj-suggester-title,
body.jsn-direction-rtl #dj-suggester .dj-suggester-content {
	text-align: right;
}
/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
a {
	color: #e66000;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	border-bottom: 1px solid #e66000;
}
.link-action:hover {
	background-color: #e66000;
}
/* ----- READ MORE BUTTON ----- */
.readon,
p.readmore a {
	background-color: #e66000;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #E08427;
	border-right: 1px groove #EEBA86;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #EEB67D;
	border-right: 1px groove #EEB67D;
}
table.style-colorstripes thead th {
	background-color: #C16E1B;
}
table.style-colorstripes thead th.highlight {
	background-color: #E08427;
}
table.style-colorstripes tbody tr {
	background-color: #E9A35C;
}
table.style-colorstripes tbody .highlight {
	background-color: #FCF0E4;
}
table.style-colorstripes tbody tr.odd {
	background-color: #E08427;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #F7DBBF;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #D5791E;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #F1C69A;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #EEB67D;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #C16E1B;
}
.sectiontableheader {
	background-color: #e56d17;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #E08427;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
/* ----- CURRENT / HOVER STATE FIRST LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu > li:hover,
div.jsn-modulecontainer ul.menu-mainmenu > li.active {
	background: #e66000;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu ul li.current > a {
	color: #e66000;
}
/* =============== MENU - TREE MENU =============== */
/* ----- CURRENT / HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-treemenu ul li.active > a {
	color: #e66000;
}
/* =============== MENU - SIDE MENU =============== */
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */
div.jsn-modulecontainer ul.menu-sidemenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-sidemenu ul li.active > a {
	color: #e66000;
}
/* ----- ACTIVE STATE IN SPECIFIC MODULE BOXES ----- */
div.jsn-modulecontainer ul.menu-sidemenu > li.active > a {
	color: #e66000;
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- RICHBOX ----- */
div.richbox-2 div.jsn-modulecontainer_inner {
	background-color: #e66000;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #cc6114;
}
/* Import Google font face for use in heading */
@font-face{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}


/* Import Google font face for use in menu */
@font-face{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}


/* Set font style for body */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
}

/* Set font style for heading */
h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
.componentheading,
.contentheading {
	font-family: 'Lato', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/* Set font style for menu */
body #jsn-menu ul.menu-mainmenu a,
body #jsn-menu ul.menu-mainmenu li a span {
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/************************************************************************************
 desktop layout (larger than 1200): common settings for wide desktop screen
*************************************************************************************/
@media only screen and (min-width: 1200px) {
	#jsn-header-inner,
	#jsn-menu-inner,
	#jsn-body,
	#jsn-footer,
	#jsn-pos-topbar {
		width: 1170px;
	}
	#jsn-maincontent.span12[class*="order"],
	#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
		padding: 0;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1024px), (min-device-width: 961px) and (max-device-width: 1024px){
	#jsn-pos-topbar, #jsn-header-inner, #jsn-menu-inner, #jsn-body, #jsn-footer{
		width: 100%;
	}
}
/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/************************************************************************************
 mobile layout (240 - 960): common settings for both smartphone and tablet
*************************************************************************************/
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	body {
		font-size: 14px !important;
		-webkit-text-size-adjust: none;
		padding: 0;
	}
	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	#jsn-master #jsn-page {
		width: 100%;
		min-width: inherit;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow: hidden;
	}
	#jsn-pos-topbar,
	#jsn-header-inner,
	#jsn-menu-inner,
	#jsn-body,
	#jsn-footer {
		width: auto !important;
	}
	#jsn-mainbody {
		padding: 10px;
	}
	div.jsn-modulescontainer {
		padding: 15px 10px !important;
	}
	div.jsn-horizontallayout div.jsn-modulecontainer {
		margin-top: 20px;
	}
	[id*="jsn-content_inner"], [id*="jsn-maincontent_inner"] {
		left: auto;
		right: auto;
		background: #FFF;
	}
	#jsn-content,
	#jsn-content_inner {
		background: #FFF !important;
	}
	#jsn-content.jsn-hasinnerleft #jsn-centercol_inner,
	#jsn-content.jsn-hasinnerright #jsn-centercol_inner {
		margin: 0;
	}
	#jsn-header {
		padding: 0 20px 15px;
	}
	#jsn-menu {
		padding-bottom: 1px;
		z-index: 1001;
	}
	/* =============== MAIN MENU =============== */
	#jsn-menu.jsn-menu-sticky {
		position: fixed;
		top: 0;
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
		width: 100%;
	}
	
	ul.menu-mainmenu.jsn-menu-mobile > li > a{
		padding: 13px 10px !important;
		font-weight: 400 !important;
	}
	#jsn-pos-mainmenu,
	body.jsn-direction-rtl #jsn-pos-mainmenu {
		float: none;
	}
	#jsn-pos-mainmenu.jsn-hasMegamenu .jsn-modulecontainer {
	    display: block;
	}
	#jsn-pos-mainmenu.jsn-hasMegamenu .jsn-modulecontainer.jsn-megamenu {
		display: none;
	}
	body:not(.jsn-desktop-on-mobile) #jsn-pos-mainmenu.jsn-hasMegamenu .jsn-tpl-megamenu-container {
		display: none;
	}
	/* ----- MAIN TOGGLE ----- */
	#jsn-menu .jsn-menu-toggle,
	#jsn-menu .jsn-menu-mobile-control {
		cursor: pointer;
		display: inline-block;
	}
	ul:not(.jsn-menu-mobile-slide) .jsn-menu-mobile-control {
		display: none;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle,
	#jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
		color: #fff;
		font-size: 1.3em;
		text-transform: uppercase;
	}
	#jsn-menu .jsn-menu-toggle .jsn-icon-menu2 {
		margin-right: 10px;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle {
		padding: 17px 15px;
		vertical-align: middle;
	}
	#jsn-menu .jsn-menu-toggle.active {
		background-color: #404040;
		color: #fff;
	}
	#jsn-menu .jsn-modulecontainer ul.menu-mainmenu > li.parent > a .jsn-menutitle::after {
 		display: none;
 	}
 	#jsn-menu ul.jsn-menu-mobile:not(.jsn-menu-mobile-slide):not(.jsn-menu-mobile-push) .jsn-menu-mobile-control{
 		display: none;
 	}
	#jsn-menu ul.jsn-menu-mobile:not(.jsn-menu-mobile-slide):not(.jsn-menu-mobile-push) {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
	}
	#jsn-menu ul.jsn-menu-mobile span.jsn-menu-toggle i {
		display: none;
	}
	#jsn-menu #jsn-pos-mainmenu ul.jsn-menu-mobile:not[class*="jsn-menu-mobile-"] {
		left: 0;
	}
	#jsn-menu #jsn-pos-toolbar ul.jsn-menu-mobile:not[class*="jsn-menu-mobile-"] {
		right: 0;
	}
	#jsn-menu .jsn-menu-toggle + ul {
		display: none;
	}
	#jsn-menu .jsn-menu-toggle + ul.jsn-menu-mobile {
		display: block;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle + ul[class*="jsn-menu-mobile-"] {
		display: none; /* change visibility => display for sticky menu*/
		overflow: auto;
		height: 100%;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle + ul.jsn-menu-mobile[class*="jsn-menu-mobile-"] {
		display: block; /*visibility: visible;*/
	}
	#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
	    background: none;
	}
	#jsn-menu .jsn-modulecontainer.display-dropdown.jsn-dropdown-active .jsn-modulecontainer_inner h3.jsn-moduletitle {
	    background: #4A4A4A;
	    color: #FFFFFF;
	}
	#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle > span {
	    padding: 11px 12px 12px;
	}
	#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner .jsn-modulecontent {
		visibility: visible;
		display:none;
	}
	#jsn-menu div.display-dropdown.jsn-dropdown-active.jsn-modulecontainer .jsn-modulecontainer_inner .jsn-modulecontent {
		display: block;
	}
	body.jsn-direction-rtl #jsn-menu #jsn-pos-mainmenu ul.jsn-menu-mobile {
		right: 0;
		left: auto;
	}
	body.jsn-direction-rtl #jsn-menu #jsn-pos-toolbar ul.jsn-menu-mobile {
		left: 0;
		right: auto;
	}
	body.jsn-direction-rtl #jsn-menu .jsn-menu-toggle + ul {
		right: 0;
	}
	body.jsn-direction-rtl #jsn-menu .jsn-menu-toggle .jsn-icon-menu2 {
		float: right;
		margin-right: 0;
		margin-left: 10px;
	}
	body.jsn-direction-rtl #jsn-menu {
		padding-right: 0;
	}
	/* ----- LEVEL 1 ----- */
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li {
		float: none;
		width: auto;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li {
		border-top: 1px solid #444;
		border-bottom: 1px solid #111;
		border-right: none;
		border-left: none;
		margin: 0;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > a,
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > a:hover {
		border: none;
		background: #333;
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		padding: 10px;
		margin: 0;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > a .jsn-menudescription {
		color: #fff;
	}
	/* ----- ACTIVE STATE COLOR ----- */
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
		color: #FFF;
	}
	body.jsn-color-blue #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #009aca;
	}
	body.jsn-color-green #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #6ac212;
	}
	body.jsn-color-red #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #bf0000;
	}
	body.jsn-color-violet #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #9E0089;
	}
	body.jsn-color-orange #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #e66000;
	}
	body.jsn-color-grey #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #39414C;
	}
	/* ----- LEVEL 2 ----- */
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile ul {
		width: auto;
		position: static;
		background-color: #444;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		margin: 0;
		padding: 0;
		border: none;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li > ul:after {
		border-bottom: none;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > .jsn-menu-mobile {
		padding: 5px 15px;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu ul li {
		border: none;
		background: none;
	}
	#jsn-menu [id*="jsn-pos-"] div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		border: none;
		background: none;
		color: #ccc;
		padding: 8px 0 8px 22px;
		background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-base.png) left -760px no-repeat;
	}
	#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		text-align: left;
	}
	body.jsn-direction-rtl #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		text-align: right;
	}
	body.jsn-direction-rtl #jsn-menu [id*="jsn-pos-"] div.jsn-modulecontainer ul.menu-mainmenu ul li a,
	body.jsn-direction-rtl #jsn-menu [id*="jsn-pos-"] div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
		padding-left: 0;
		padding-right: 22px;
		background-position: right -759px;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle {
		top: 0;
		padding: 0;
		margin: 0;
		width: 32px;
		height: 32px;
		cursor: pointer;
		position: absolute;
		background: rgba(0,0,0,0.3) url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-toggle-expand.png) center center no-repeat;
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#4c000000', EndColorStr='#4c000000');
		right: 0;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle i {
		display: none;
	}
	body.jsn-direction-rtl #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle {
		left: 0;
		right: auto;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle.active {
		background-image: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icon-toggle-collapse.png);
	}
	body.jsn-direction-rtl #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		border: none;
	}
	/* ----- LEVEL 3 ----- */
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu ul ul li {
		margin-left: 20px;
		margin-right: 10px;
	}
	body.jsn-direction-rtl #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu ul ul li {
		margin-left: 10px;
		margin-right: 20px;
	}
		/* =============== MOBILE SLIDE MENU =============== */
	#jsn-menu .jsn-menu-mobile-control {
		position: relative;
	    vertical-align: top;
	    border: none !important;
	    padding: 10px;
	}		
	#jsn-menu ul.menu-mainmenu[class*="jsn-menu-mobile-"] {
	    width: 280px;
	    height: 100%;
	    top: 0;
	    z-index: 1000;
	    padding: 0 0 0;
        background: #282828;
	    position: fixed;
	}
	#jsn-menu ul.menu-mainmenu.jsn-menu-mobile-left {
		left: -280px;
	}
	#jsn-menu ul.menu-mainmenu.jsn-menu-mobile-right {
		right: -280px;
	}
	#jsn-menu span.active + ul.jsn-menu-mobile-left {
	    left: 0;
	}
	#jsn-menu span.active + ul.jsn-menu-mobile-right {
	    right: 0;
	}
	body {
	    overflow-x:	hidden;
	}
	body.jsn-menu-mobile-push-left {
		left: 280px;
		position: absolute;
	}
	body.jsn-menu-mobile-push-right {
		right: 280px;
		position: absolute;
	}
	#jsn-menu ul.menu-mainmenu[class*="jsn-menu-mobile-"] {
		-webkit-transition: all .3s ease;
    	-moz-transition: all .3s ease;
   		-ms-transition: all .3s ease;
    	-o-transition: all .3s ease;
    	transition: all .3s ease;
	}
	body {
	    -webkit-transition: margin-left .3s ease,margin-right .3s ease;
	    -moz-transition: margin-left .3s ease,margin-right .3s ease;
	    -ms-transition: margin-left .3s ease,margin-right .3s ease;
	    -o-transition: margin-left .3s ease,margin-right .3s ease;
	    transition: margin-left .3s ease,margin-right .3s ease;
    }
    #jsn-content-top {
    	overflow-x: hidden;
    }
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile-slide > li > a {
		padding: 10px 15px;
		font-size: 1em;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile-slide > li > a:hover {
		background: #222;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile.jsn-menu-mobile-slide ul {
		background-color: #222;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile-slide li span.jsn-menu-toggle {
		background-color: transparent;
	}
	div.jsn-modulecontainer ul.menu-mainmenu[class*="jsn-menu-mobile-"] li.jsn-submenu-flipback a {
		text-align: left;
	}
	/* =============== MOBILE TOP MENU =============== */
	ul.menu-topmenu {
		margin: 8px 0 0;
	}
	/* =============== MOBILE SIDE MENU =============== */
	body div.jsn-modulecontainer ul.menu-sidemenu ul {
		display: none;
	}
	body div.jsn-modulecontainer ul.menu-sidemenu li.parent > a {
		padding-right: 8px;
		background-image: none;
	}
	/* ===============  SITETOOLS =============== */
	#jsn-sitetoolspanel {
		display: none;
		padding: 15px 0;
		position: absolute;
		right: 0;
		z-index: 999;
	}
	#jsn-sitetoolspanel.jsn-include-color {
		display: block;
		padding: 16px 0;
	}
	ul#jsn-sitetools-menu > li {
		right: 0;
	}
	ul#jsn-sitetools-inline li {
		padding: 0;
		margin: 0;
		background: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-uni.png) center -1368px no-repeat;
	}
	ul#jsn-sitetools-menu > li:hover,
	ul#jsn-sitetools-inline > li:hover {
		background-color: transparent;
	}
	ul#jsn-sitetools-menu > li > a,
	ul#jsn-sitetools-inline > li > a {
		margin: 0;
		padding: 0;
		display: block;
	}
	ul#jsn-sitetools-menu li ul,
	ul#jsn-sitetools-inline li ul {
		z-index: 90;
		right: 0;
		top: 0;
		height: 100%;
		display: none;
	}
	#jsn-sitetoolspanel li.active,
	#jsn-sitetoolspanel li.active:hover {
		background-color: #333;
	}
	ul#jsn-sitetools-inline li.active ul,
	ul#jsn-sitetools-menu li.active ul {
		right: 32px;
		display: block;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: #333;
	}
	ul#jsn-sitetools-inline {
		margin: 0;
	}
	ul#jsn-sitetools-inline ul {
	/*	width: 144px;*/
	}
	ul#jsn-sitetools-inline li ul li.jsn-color1{
		width: 20px;
	}
	ul#jsn-sitetools-inline ul li {
		background: none;
	}
	ul#jsn-sitetools-inline ul li a {
		float: left;
		width: 16px;
		height: 16px;
		margin: 6px 3px 10px;
		display: inline-block;
	}
	ul#jsn-sitetools-inline li {
		transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-webkit-transition: background 0.3s ease-out;
	}
	ul#jsn-sitetools-inline li ul li.jsn-color1{
		width: 20px;
	}
	/* -----  RTL Layout ----- */
	body.jsn-direction-rtl 	ul#jsn-sitetools-menu > li {
		left: 0;
		right: auto;
	}
	body.jsn-direction-rtl ul#jsn-sitetools-menu li ul,
	body.jsn-direction-rtl ul#jsn-sitetools-inline li ul {
	    left: 32px;
	    right: auto;
	}
	body.jsn-direction-rtl ul#jsn-sitetools-menu ul li a {
	    float: right;
	}
	body.jsn-direction-rtl #jsn-sitetoolspanel {
		left: 0px;
		right: auto;
	}
	/* ===============  OTHER POSITIONS =============== */
	div[id*="jsn-pos-stick-left"],
	div[id*="jsn-pos-stick-right"] {
		display: none;
		height: 0;
	}
	#jsn-pos-promo {
		margin: 0;
		width: 100%;
	}
	#jsn-pos-promo-left,
	#jsn-pos-promo-right,
	#jsn-content #jsn-maincontent,
	#jsn-content #jsn-maincontent #jsn-centercol,
	#jsn-content #jsn-leftsidecontent,
	#jsn-content #jsn-rightsidecontent,
	#jsn-content #jsn-pos-innerleft,
	#jsn-content #jsn-pos-innerright {
		width: 100%;
		margin: 0;
	}
	#jsn-content #jsn-maincontent_inner,
	#jsn-promo #jsn-pos-promo div.jsn-modulecontainer {
		margin: 0 !important;
	}
	#jsn-pos-promo-left div.jsn-modulecontainer,
	#jsn-pos-promo-right div.jsn-modulecontainer {
		padding: 0 !important;
	}
	#jsn-pos-breadcrumbs {
		padding: 10px;
	}
	#jsn-content #jsn-maincontent {
		border-bottom: 5px solid #ccc;
	}
	#jsn-leftsidecontent_inner,
	#jsn-rightsidecontent_inner {
		padding: 0 !important;
	}
	#jsn-pos-innerleft > div,
	#jsn-pos-innerright > div {
		margin: 0 10px !important;
	}
	#jsn-pos-content-bottom + #jsn-usermodules3 {
		padding-top: 0 !important;
	}
	div.jsn-modulescontainer4.jsn-horizontallayout div.jsn-modulecontainer {
		width: 49.9%;
	}
	div#jsn-pos-breadcrumbs.display-mobile,
	div.jsn-modulecontainer.display-mobile {
		display: block;
	}
	div#jsn-pos-breadcrumbs.display-desktop,
	div.jsn-modulecontainer.display-desktop {
		display: none;
	}
	/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
	/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
	/* ----- STANDARD CONTACT LAYOUT - CONTACT FORM INPUT BOXES ----- */
	.jsn-mailling-form {
		text-align: center;
	}
	.jsn-mailling-form p {
		text-align: left;
	}
	.jsn-mailling-form #contact_name,
	.jsn-mailling-form #contact_email,
	.jsn-mailling-form #contact_subject,
	.jsn-mailling-form #contact_text {
		width: 100%;
		padding: 3px 0;
	}
	/* =============== JOOMLA! EXTENSIONS - COM_SEARCH =============== */
	div.com-search #searchForm .search-phrase {
		margin-left: 0;
	}
	div.com-search #searchForm .search-keyword label,
	div.com-search #searchForm .search-ordering label,
	div.com-search #searchForm .search-field-title {
		float: none;
		display: inline;
		text-align: left;
		padding-bottom: 3px;
	}
	div.com-search #searchForm .search-keyword-result .search-field-title {
		display: inline;
	}
	div.com-search #searchForm .search-range label,
	div.com-search #searchForm  .search-range .search-field-title {
		float: left;
	}
	body.jsn-direction-rtl div.com-search #searchForm .search-range label,
	body.jsn-direction-rtl div.com-search #searchForm .search-range .search-field-title {
		float: right;
	}
}
/************************************************************************************
smartphone layout (320 - 480): everything is layout in single column
*************************************************************************************/
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	#jsn-logo #jsn-logo-mobile {
		display: block;
	}
	#jsn-logo #jsn-logo-mobile + #jsn-logo-desktop {
		display: none;
	}
	#jsn-logo {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	#jsn-logo a {
		margin: 30px auto 0;
	}
	#jsn-headerright {
		float: none;
		padding: 0 10px;
		text-align: center;
	}
	#jsn-headerright #jsn-pos-top {
		float: none;
	}
	#jsn-headerright #jsn-pos-top div.jsn-modulecontainer {
		float: none;
		margin: 15px 0 0 0;
	}
	#jsn-social-icons.pull-right,
	#jsn-social-icons ul {
		float: none !important;
	}
	#jsn-social-icons ul li {
		display: inline-block;
		float: none !important;
	}
	div#jsn-pos-breadcrumbs.display-tablet,
	div.jsn-modulecontainer.display-tablet {
		display: none;
	}
	div#jsn-pos-breadcrumbs.display-smartphone,
	div.jsn-modulecontainer.display-smartphone {
		display: block;
	}
	div#jsn-content.jsn-hasright #jsn-content_inner2,
	div#jsn-content.jsn-hasleft #jsn-content_inner {
		background: none;
	}
	#jsn-pos-promo-left div.jsn-modulecontainer,
	#jsn-pos-promo-right div.jsn-modulecontainer,
	#jsn-leftsidecontent_inner,
	#jsn-rightsidecontent_inner {
		margin: 20px 10px !important;
	}
	#jsn-content.jsn-hasinnerleft #jsn-pos-innerright > div {
		padding-top: 0;
	}
	div.jsn-modulescontainer2 div.jsn-modulecontainer,
	div.jsn-modulescontainer3 div.jsn-modulecontainer,
	div.jsn-modulescontainer4 div.jsn-modulecontainer,
	div.jsn-modulescontainer5 div.jsn-modulecontainer,
	div.jsn-modulescontainer6 div.jsn-modulecontainer,
	#jsn-pos-user1,
	#jsn-pos-user2,
	#jsn-pos-user3,
	#jsn-pos-user4,
	#jsn-pos-user5,
	#jsn-pos-user6,
	#jsn-pos-user7,
	#jsn-pos-footer,
	#jsn-pos-bottom {
		width: 100% !important;
	}
	#jsn-pos-user1 + #jsn-pos-user2,
	#jsn-pos-user3 + #jsn-pos-user4 {
		margin-top: 15px;
	}
	#jsn-pos-user5,
	#jsn-pos-user6,
	#jsn-pos-user7 {
		margin: 0;
		margin-top: 15px;
	}
	div.jsn-horizontallayout div.jsn-modulecontainer:first-child,
	#jsn-usermodules3 > div:first-child {
		margin-top: 0;
	}
	#jsn-pos-bottom {
		text-align: left;
	}
	div[class*="grid-layout"] div.grid-col {
		width: 100%;
	}
	div.grid-layout div.grid-col div.grid-col_inner {
		margin-right: 0;
	}
	body.jsn-direction-rtl div.grid-layout div.grid-col div.grid-col_inner {
		margin-left: 0;
	}
	/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
	/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
	/* ----- ARTICLE DETAILS ----- */
	p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
		word-wrap: break-word;
	}
	/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
	/* ARTICLE COLUMN CONTAINER */
	.jsn-articlecols {
		float: none;
		width: 100% !important;
	}
	.jsn-articlecols .jsn-article {
		padding: 0;
	}
	/* =============== JOOMLA! EXTENSIONS - COM_NEWSFEED =============== */
	.com-newsfeed table.jsn-infotable td.jsn-table-column-links,
	.com-newsfeed legend.hidelabeltxt {
		display: none;
	}
	.com-newsfeed div.display-limit {
		float: right;
	}
	.com-newsfeed table.category {
		width: 100%;
		border: none;
		border-collapse: collapse;
	}
	.com-newsfeed table.category thead th {
		padding: 10px;
	}
	.com-newsfeed table.category thead .item-title {
		text-align: left;
	}
	.com-newsfeed table.category thead {
		background-color: #999;
		text-shadow: 0 1px 0 rgba(0,0,0,0.5) ;
	}
	.com-newsfeed table.category thead th a {
		color: #FFF;
	}
	.com-newsfeed table.category .item-num-art {
		text-align: center;
	}
	.com-newsfeed table.category .item-link {
		display: none;
	}
	.com-newsfeed table.category tbody td {
		padding: 10px 5px;
		border-bottom: 1px solid #CCC;
	}
	.jsn-joomla-30 .com-newsfeed ul.category li {
		float: left;
		width: 100%;
	}
	.jsn-joomla-30 .com-newsfeed div.display-limit {
	    float: none;
	}
	/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
	.com-contact table.jsn-infotable td.jsn-table-column-country,
	.com-contact table.jsn-infotable td.jsn-table-column-state,
	.com-contact table.jsn-infotable td.jsn-table-column-suburb,
	.com-contact table.jsn-infotable td.jsn-table-column-position {
		display: none;
	}
	/* =============== JOOMLA! EXTENSIONS - COM_USER =============== */
	/* ----- USER FORM LAYOUT ----- */
	div.com-user div.default-login {
		width: 90%;
	}
	div.com-user div.default-login .login-fields input {
		display: block;
		width: 95%;
	}
}
/************************************************************************************
 tablet wide layout (481 - 960): arrange modules in 3 columns and 1 side bar
*************************************************************************************/
@media only screen and (min-width: 481px) and (max-width: 960px), (min-device-width: 481px) and (max-device-width: 960px) {
	#jsn-content-top.jsn-haspromoleft.jsn-haspromoright #jsn-promo #jsn-pos-promo-left,
	#jsn-content-top.jsn-haspromoleft.jsn-haspromoright #jsn-promo #jsn-pos-promo-right,
	#jsn-content.jsn-hasleft.jsn-hasright #jsn-leftsidecontent,
	#jsn-content.jsn-hasleft.jsn-hasright #jsn-rightsidecontent,
	#jsn-content.jsn-hasinnerright #jsn-pos-innerleft,
	#jsn-content.jsn-hasinnerleft #jsn-pos-innerright {
		width: 49.95%;
		float: left;
	}
	#jsn-pos-promo,
	#jsn-pos-promo-left,
	#jsn-pos-promo-right,
	#jsn-maincontent,
	#jsn-leftsidecontent,
	#jsn-rightsidecontent,
	#jsn-pos-innerleft,
	#jsn-pos-innerright {
		margin: 0;
	}
	#jsn-maincontent {
		padding: 0 !important;
	}
	#jsn-pos-promo-left[class*="order"] div.jsn-modulecontainer,
	#jsn-pos-promo-right[class*="order"] div.jsn-modulecontainer {
		margin: 20px 10px;
	}
	#jsn-leftsidecontent div.jsn-modulecontainer,
	#jsn-rightsidecontent div.jsn-modulecontainer {
		margin-top: 20px;
	}
	#jsn-leftsidecontent div.jsn-modulecontainer:first-child,
	#jsn-rightsidecontent div.jsn-modulecontainer:first-child {
		margin-top: 0;
	}
	#jsn-pos-content-top,
	#jsn-pos-content-bottom,
	#jsn-pos-user-top,
	#jsn-pos-user-bottom,
	#jsn-pos-mainbody-top,
	#jsn-pos-mainbody-bottom {
		padding-top: 0 !important;
	}
	div#jsn-pos-breadcrumbs.display-smartphone,
	div.jsn-modulecontainer.display-smartphone {
		display: none;
	}
	div#jsn-pos-breadcrumbs.display-tablet,
	div.jsn-modulecontainer.display-tablet {
		display: block;
	}
	#jsn-leftsidecontent_inner,
	#jsn-rightsidecontent_inner {
		margin: 15px 10px !important;
	}
	#jsn-pos-innerleft > div,
	#jsn-pos-innerright > div {
		padding: 15px;
	}
	div.grid-layout4 div.grid-col,
	div.grid-layout5 div.grid-col,
	div.grid-layout6 div.grid-col {
		width: 33.3%;
	}
	div.jsn-modulescontainer3 #jsn-pos-user5 div.jsn-modulecontainer,
	div.jsn-modulescontainer3 #jsn-pos-user6 div.jsn-modulecontainer,
	div.jsn-modulescontainer3 #jsn-pos-user7 div.jsn-modulecontainer {
		width: 100%;
	}
	#jsn-pos-content-top .span2,
	#jsn-pos-content-top .span3,
	#jsn-pos-content-top .span4,
	#jsn-pos-content-bottom .span2,
	#jsn-pos-content-bottom .span3,
	#jsn-pos-content-bottom .span4,
	#jsn-pos-user-top .span2,
	#jsn-pos-user-top .span3,
	#jsn-pos-user-top .span4,
	#jsn-pos-user-bottom .span2,
	#jsn-pos-user-bottom .span3,
	#jsn-pos-user-bottom .span4,
	#jsn-usermodules3 .span2,
	#jsn-usermodules3 .span3,
	#jsn-usermodules3 .span4,
	#jsn-pos-mainbody-top .span2,
	#jsn-pos-mainbody-top .span3,
	#jsn-pos-mainbody-top .span4,
	#jsn-pos-mainbody-bottom .span2,
	#jsn-pos-mainbody-bottom .span3,
	#jsn-pos-mainbody-bottom .span4 {
		width: 31.491712707182323%;
		float: left;
	}
	#jsn-pos-content-top .span2:nth-child(4),
	#jsn-pos-content-top .span3:nth-child(4),
	#jsn-pos-content-bottom .span2:nth-child(4),
	#jsn-pos-content-bottom .span3:nth-child(4),
	#jsn-pos-user-top .span2:nth-child(4),
	#jsn-pos-user-top .span3:nth-child(4),
	#jsn-pos-user-bototm .span2:nth-child(4),
	#jsn-pos-user-bottom .span3:nth-child(4),
	#jsn-usermodules3 .span2:nth-child(4),
	#jsn-usermodules3 .span3:nth-child(4),
	#jsn-pos-mainbody-top .span2:nth-child(4),
	#jsn-pos-mainbody-top .span3:nth-child(4),
	#jsn-pos-mainbody-bottom .span2:nth-child(4),
	#jsn-pos-mainbody-bottom .span3:nth-child(4) {
		margin-left: 0;
	}
}
/************************************************************************************
 tablet narrow layout (481 - 767): arrange modules in 2 columns and 1 side bar
*************************************************************************************/
@media only screen and (min-width: 481px) and (max-width: 768px), (min-device-width: 481px) and (max-device-width: 768px) and (orientation:portrait) {
	#jsn-pos-content-top [class*="span"],
	#jsn-pos-content-bottom [class*="span"],
	#jsn-pos-user-top [class*="span"],
	#jsn-pos-user-bottom [class*="span"],
	#jsn-pos-mainbody-top [class*="span"],
	#jsn-pos-mainbody-bottom [class*="span"],
	#jsn-usermodules1 [class*="span"],
	#jsn-usermodules2 [class*="span"],
	#jsn-usermodules3 [class*="span"],
	#jsn-footermodules [class*="span"] {
		width: 48.93617021276595%;
		margin-left: 0;
		float: left;
	}
	.jsn-horizontallayout .span12,
	#jsn-usermodules1 .span12,
	#jsn-usermodules2 .span12,
	#jsn-usermodules3 .span12 {
		width: 100% !important;
	}
	#jsn-pos-content-top [class*="span"]:nth-child(2),
	#jsn-pos-content-top [class*="span"]:nth-child(4),
	#jsn-pos-content-top [class*="span"]:nth-child(6),
	#jsn-pos-content-bottom [class*="span"]:nth-child(2),
	#jsn-pos-content-bottom [class*="span"]:nth-child(4),
	#jsn-pos-content-bottom [class*="span"]:nth-child(6),
	#jsn-pos-user-top [class*="span"]:nth-child(2),
	#jsn-pos-user-top [class*="span"]:nth-child(4),
	#jsn-pos-user-top [class*="span"]:nth-child(6),
	#jsn-pos-user-bottom [class*="span"]:nth-child(2),
	#jsn-pos-user-bottom [class*="span"]:nth-child(4),
	#jsn-pos-user-bottom [class*="span"]:nth-child(6),
	#jsn-pos-mainbody-top [class*="span"]:nth-child(2),
	#jsn-pos-mainbody-top [class*="span"]:nth-child(4),
	#jsn-pos-mainbody-top [class*="span"]:nth-child(6),
	#jsn-pos-mainbody-bottom [class*="span"]:nth-child(2),
	#jsn-pos-mainbody-bottom [class*="span"]:nth-child(4),
	#jsn-pos-mainbody-bottom [class*="span"]:nth-child(6),
	#jsn-usermodules1 [class*="span"]:nth-child(2),
	#jsn-usermodules2 [class*="span"]:nth-child(2),
	#jsn-usermodules3 [class*="span"]:nth-child(2),
	#jsn-footermodules [class*="span"]:nth-child(2) {
		margin-left: 2.127659574468085%;
	}
	#jsn-usermodules3.jsn-modulescontainer3 .span4:last-child {
		margin-top: 20px;
	}
}
/*------------------------*/
body.jsn-mobile #jsn-desktopswitch{
	margin-right: 25px !important;
}
/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ========== SOCIAL - ICON ========== */
#jsn-social-icons ul {
	float: right;
	margin: 0;
}
#jsn-social-icons ul li {
	float: left;
	list-style: none;
	margin: 0;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	opacity: .35;
}
#jsn-social-icons ul li a {
	display: block;
	position: relative;
	outline: none;
	text-indent: -999em;
	background-image: url(//cdn.vacanzelandia.com/templates/jsn_megazine_pro/images/icons/icons-social.png);
	background-repeat: no-repeat;
	background-size: auto 20px;
	width: 16px;
	height: 16px;
	padding: 8px 10px;
}
#jsn-social-icons ul li:hover {
	background-color: rgba(0,0,0,0.8);
	background-color: #000\9;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 1;
}
/* ========== ICONS POSITION ========== */
#jsn-social-icons ul li.facebook a {
	background-position: 10px center;
}
#jsn-social-icons ul li.twitter a {
	background-position: -40px center;
}
#jsn-social-icons ul li.youtube a {
	background-position: -90px center;
}
#jsn-social-icons ul li.googleplus a {
	background-position: -140px center;
}
#jsn-social-icons ul li.pinterest a {
	background-position: -190px center;
}
#jsn-social-icons ul li.myspace a {
	background-position: -240px center;
}
#jsn-social-icons ul li.flickr a {
	background-position: -290px center;
}
#jsn-social-icons ul li.dribble a {
	background-position: -340px center;
}
#jsn-social-icons ul li.stumbleupon a {
	background-position: -390px center;
}
#jsn-social-icons ul li.yahoo a {
	background-position: -440px center;
}
#jsn-social-icons ul li.skype a {
	background-position: -490px center;
}
#jsn-social-icons ul li.rss a {
	background-position: -542px center;
}
#jsn-social-icons ul li.linkedin a {
	background-position: -588px center;
}
#jsn-social-icons ul li.instagram a {
	background-position: -634px center;
}
/* ========== RTL LAYOUT ========== */
body.jsn-direction-rtl #jsn-social-icons ul {
    float: left;
}
/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== JSN MEGAZINE CUSTOM CSS ============================== */

/*------------CUSTOM CSS-------------*/

@font-face{
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}
@font-face{
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face{
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}
@font-face{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}



/* =============== GENERAL LAYOUT =============== */
#jsn-usermodules1 {
	background-image: none;
}
.jsn-demo-page #jsn-pos-user1 {
	width: 60%;
}
.jsn-demo-page #jsn-pos-user2 {
	width: 37%;
}
body.jsn-joomla-30 ul li.newsflash-item {
	list-style: none;
}
/* =============== CATEGORY BLOG LAYOUT =============== */
.com-content .category-blog .componentheading,
.blog .componentheading,
.jsn-homepage .blog-featured .page-header,
.jsn-homepage .componentheading {
	border-bottom: 3px solid #000;
	padding: 0;
}
.com-content .category-blog .componentheading span,
.blog .componentheading span,
.jsn-homepage .blog-featured .page-header h1,
.jsn-homepage .componentheading span  {
	display: inline-block;
	padding: 10px 12px 6px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	margin: 0;
}
.jsn-homepage .intro-text,
.com-content .category-blog .intro-text,
.blog .intro-text {
	position: relative;
}
.com-content .category-blog .intro-text .category-name,
.blog .intro-text .category-name,
.jsn-homepage .intro-text .category-name {
	position: absolute;
	margin-left: 0;
	left: 0;
	top: 0;
	color: #fff;
	padding: 10px 15px;
	background: #000\9;
	background: rgba(0,0,0,0.85);
}
.com-content .category-blog .intro-text + .readon,
.blog .intro-text + p.readmore a,
.jsn-homepage .jsn-article .readon,
.jsn-homepage .intro-text + p.readmore a {
	float: right;
}
/* =============== NEWS FLASH MODULE =============== */
.jsn-modulecontainer.jsn-news-flash1 .intro-text {
	overflow: hidden;
}
.jsn-modulecontainer.jsn-news-flash1 .intro-text img {
	display: block;
}
.jsn-modulecontainer.jsn-news-flash1 .intro-text p {
	display: none;
}
.jsn-modulecontainer.jsn-news-flash1 .jsn-article {
	position: relative;
	margin-bottom: 10px;
}
.jsn-modulecontainer.jsn-news-flash1 .jsn-article .contentheading {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	z-index: 100;
}
.jsn-modulecontainer.jsn-news-flash1 .jsn-article .contentheading a {
	font-size: 16px;
	padding: 10px 15px;
	background-color: #000\9;
	background-color: rgba(0,0,0,0.8);
	display: block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.jsn-modulecontainer.jsn-news-flash1 .jsn-article:hover .contentheading a {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.jsn-modulecontainer.jsn-news-flash2 .jsn-moduletitle {
	border-bottom: 3px solid #000;
	padding: 0;
	margin: 20px 0 25px;
}
.jsn-modulecontainer.jsn-news-flash2 .jsn-moduletitle span {
	display: inline-block;
	padding: 10px 15px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
}
/* =============== LOGIN MODULE =============== */
body.jsn-joomla-25 .jsn-modulecontainer.jsn-user-login #modlgn-username,
body.jsn-joomla-25 .jsn-modulecontainer.jsn-user-login #modlgn-passwd {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body.jsn-joomla-30 .jsn-modulecontainer.jsn-user-login #modlgn-username,
body.jsn-joomla-30 .jsn-modulecontainer.jsn-user-login #modlgn-passwd {
	width: 65%;	
}
/* =============== HOMEPAGE SLIDESHOW =============== */
.promo-top .galleria-info {
	top: 50% !important;
	left: 10% !important;
	margin-top: -60px;
	width: auto !important;
}
.promo-top .galleria-info .galleria-info-text {
	background: none !important;
}
.promo-top .galleria-info-title,
.promo-top .galleria-info-description {
	display: inline-block !important;
	float: left;
	clear: both;
}
.promo-top .galleria-info-title {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 2.4em !important;
	margin: 0;
	background: rgba(0,0,0,0.8);
	padding: 10px 15px;
}
.promo-top .galleria-info-description {
	color: #fff !important;
	padding: 5px 15px;
	font-size: 1.8em !important;
	background: rgba(0,0,0,0.5);
}
/* =============== DEMO CONTACT INFO =============== */
.demo-contact-info .jsn-uniform .jsn-row-container {
	margin: 0;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions {
	margin: 0 0 15px;
	padding: 0 7px;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar {
	margin: 0;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit {
	background: #000;
	box-shadow: none;
	border: none;
	padding: 10px 20px;
	color: #fff;
	text-shadow: none;
	border-radius: 0;
}
.demo-contact-info .jsn-uniform .jsn-row-container .control-group {
	padding: 5px;
}
.demo-contact-info .jsn-uniform .jsn-row-container .control-group.ui-state-highlight {
	border: none !important;
	background: none !important;
}
.demo-contact-info .jsn-uniform .jsn-row-container label {
	display: none !important;
}

.demo-contact-info .jsn-uniform .jsn-row-container input.email {
	border-radius: 0;
	margin: 0;
	padding: 15px 10px;
}
.demo-contact-info .jsn-uniform .demo-contact-desc {
	margin: 5px 0;
	padding: 10px;
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.promo-top .galleria-info {
		left: 0 !important;
	}
	.promo-top .galleria-info-title {
		font-size: 1.3em !important;
	}
	.promo-top .galleria-info-description {
		font-size: 1.2em !important;
	}
	.jsn-homepage #jsn-promo {
		padding: 0;
	}
	
		div.jsn-modulescontainer {
   
    margin: 20px !important;
 
}

	.jsn-modulecontent {
   
    margin: 20px !important;
 
}

#jsn-mainbody-content .item-page {
    padding: 20px!important;
}
}
@media only screen and (max-width: 320px), (max-device-width: 320px) {
	.promo-top .galleria-info {
		top: 45% !important;
	}
	.promo-top .galleria-info-title {
		font-size: 1.3em !important;
	}
	div.jsn-modulescontainer {
   
    margin: 20px !important;
 
}

	.jsn-modulecontent {
   
    margin: 20px !important;
 
}

#jsn-mainbody-content .item-page {
    padding: 20px!important;
}


	

}




.test { padding: 0; }


/*div.jsn-modulecontainer ul.menu-topmenu.menu-iconmenu li i[class*="jsn-icon-"] {

    display: none!important;
    margin-right: 0px!important;

}*/

.jsn-menutitle, .jsn-menudescription {

    display: block;
    margin-left: 5px;

}


#jsn-pos-top div.search input#mod-search-searchword {

    margin-top: 30px;
	margin-left: 30px;

}

#jsn-pos-top form{
	text-align:center;
}

/*personalizzato - migliorie*/
h1, h2, h3, h4, h5, h6, #jsn-gotoplink, .page-header, .subheading-category, #jsn-menu a, #jsn-menu span {
    font-family: 'Roboto', Tahoma, Arial, sans-serif;
    line-height: normal;
    /*text-align: left !important;*/
	/*margin-bottom: 0px;*/
	font-weight: 600;
}
.jsn-mod-custom h1, h2, h3, h4, h5, h6{
	color: #2A2A2A;
	margin-bottom: 20px;
}
.jsn-mod-custom img{
	margin-bottom: 15px!important;
}

.jsn-mod-custom em{
	color: #8A8A8A;
}

.jsn-mod-custom i{
	color: #8A8A8A;
}

/*********wwwwwwwwwwwwww**********************/

#jsn-menu {

    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    text-align: left !important;
    margin-bottom: 0px;
    font-weight: 600;

}
#jsn-headerright {

    padding-top: 20px!important;
    padding-right: 0;
    padding-bottom: 0px!important;
    padding-left: 0;
	text-align: right!important;

}

#jsn-pos-top.pull-left {

    padding-top: 1px!important;
    padding-right: 0;
    padding-bottom: 0px!important;
    padding-left: 0;
	text-align: right!important;
	float: right;
}

.jsn-menu-mobile-control{
	display:none;
}

#jsn-headerright #jsn-pos-top .jsn-icon-menu2 {
    display: none!important;
}

div.jsn-modulecontainer ul.menu-mainmenu > li > ul::after {
    border-bottom: none!important;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -8px;
    width: 0;
    margin-left: -9px;
}

/*---------colors labels---------*/

/*verde*/

.jsn-modulecontainer.jsn-news-flash2.verde .jsn-moduletitle {
    border-bottom: 3px solid #93c022!important;
    margin: 20px 0 25px;
    padding: 0;
}

.jsn-modulecontainer.jsn-news-flash2.verde .jsn-moduletitle span {
	background-color: #93c022!important;
	color: #fff!important;
	display: inline-block;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}

/*arancione*/

.jsn-modulecontainer.jsn-news-flash2.arancione .jsn-moduletitle {
    border-bottom: 3px solid #F60!important;
    margin: 20px 0 25px;
    padding: 0;
}

.jsn-modulecontainer.jsn-news-flash2.arancione .jsn-moduletitle span {
	background-color: #F60!important;
	color: #fff!important;
	display: inline-block;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}

/*giallo*/

.jsn-modulecontainer.jsn-news-flash2.giallo .jsn-moduletitle {
    border-bottom: 3px solid #FFA600!important;
    margin: 20px 0 25px;
    padding: 0;
}

.jsn-modulecontainer.jsn-news-flash2.giallo .jsn-moduletitle span {
	background-color: #FFA600!important;
	color: #fff!important;
	display: inline-block;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}




/*azzurro*/

.jsn-modulecontainer.jsn-news-flash2.azzurro .jsn-moduletitle {
    border-bottom: 3px solid #007BA0!important;
    margin: 20px 0 25px;
    padding: 0;
}

.jsn-modulecontainer.jsn-news-flash2.azzurro .jsn-moduletitle span {
	background-color: #007BA0!important;
	color: #fff!important;
	display: inline-block;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}


.jsn-modulecontainer.jsn-news-flash2.azzurro h3.jsn-moduletitle span {
	background-color: #007BA0!important;
	color: #fff!important;
	display: inline-block;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}

/*azzurro*/

.jsn-modulecontainer.jsn-news-flash2.azzurrochiaro .jsn-moduletitle {
    border-bottom: 3px solid #2CAFD7!important;
    margin: 20px 0 25px;
    padding: 0;
}

.jsn-modulecontainer.jsn-news-flash2.azzurrochiaro .jsn-moduletitle span {
	background-color: #2CAFD7!important;
	color: #fff!important;
	display: inline-block;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}


/*rosso*/

.jsn-modulecontainer.jsn-news-flash2.rosso .jsn-moduletitle {
    border-bottom: 3px solid #CC0000!important;
    margin: 20px 0 25px;
    padding: 0;
}

.jsn-modulecontainer.jsn-news-flash2.rosso .jsn-moduletitle span {
	background-color: #CC0000!important;
	color: #fff!important;
	display: inline-block;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}


/*fix problema icon menu su desktop in alcuni articoli*/

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: none!important;
}

/*fix problema spazi menu e contenuto itinerari*/
.pull-right.article-index {
    margin-left: 30px!important;
}


@media screen {
.fa {
  display: none!important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	
	#jsn-header {
		padding: 0 2px 5px!important;
	}
	
	#jsn-headerright {
    padding-top: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px !important;
    padding-left: 0px!important;
}
	

#jsn-headerright {

    	text-align: center;

}
	
.imgxy{
    max-width: 550px; 
}

}
#jsn-header {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#jsn-promo {
    margin: 0px 0 20px;
}

#jsn-page {
	background-color:#fff;
	background-image: url(/images/grafica/bg-pagina.jpg);
	background-repeat: repeat-x;	
	}
	
#jsn-body
{
	background-color:#FFF;
	padding-top: 0px;
/*	padding-right: 5px;
	padding-left: 5px;*/
	}
	
	#jsn-menu {
	background-color: #006699!important;
	border: none;
	color: #FFF!important;
	margin: 0;
	position: relative;
	z-index: 999;
}

	#jsn-menu-toogle {
	background-color: #006699!important;
	border: none;
	color: #FFF!important;
	
}

#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > a, #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > a:hover {
    border: none;
    background-color: #006699!important;
    color: #FFF!important;
    font-size: 1.1em;
    text-decoration: none;
    padding: 10px;
    margin: 0;
}

div.jsn-modulecontainer ul.menu-mainmenu > li > a {
    color: #fff;
    font-size: 1.15em;
    font-weight: bold;
    padding: 10px 25px 10px;
    text-transform: uppercase;
}

ul.latestnews li a {
	display: block;
	transition: all 0.2s ease-in-out 0s;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9C6;
	background-image: url(//cdn.vacanzelandia.com/images/grafica/ico-matita.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.jsn-modulecontainer.jsn-news-flash2.diari .jsn-moduletitle {
    border-bottom: 3px solid #93c022;
    margin: 20px 0 25px;
    padding: 0;
}

.jsn-modulecontainer.jsn-news-flash2.diari .jsn-moduletitle span {
	background-color: #93c022;
	color: #fff;
	display: inline-block;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}


.jsn-modulecontainer.jsn-news-flash2.consigliati .jsn-moduletitle {
    border-bottom: 3px solid #F60;
    margin: 20px 0 25px;
    padding: 0;
}

.jsn-modulecontainer.jsn-news-flash2.consigliati .jsn-moduletitle span {
	background-color: #F60;
	color: #fff;
	display: inline-block;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}


#jsn-rightsidecontent {
	z-index: 87;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
}

#jsn-social-icons{
	visibility: hidden}
	
div.jsn-modulecontainer ul.menu-topmenu.menu-iconmenu > li:hover > a {
	/*line-height: 32px;*/
	color: #F60;
}


.jsn-modulecontainer.jsn-news-flash1 .jsn-article .contentheading a {
	background-color: #069;
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	transition: all 0.2s ease-in-out 0s;
	color: #FFF;
}

#jsn-usermodules1 h3.jsn-moduletitle span {
	display: block;
	line-height: 24px;
	text-transform: uppercase;
	color: #069;
	padding-right: 10px;
	font-size: 25px;
	font-weight: bold;
}

#jsn-leftsidecontent_inner, #jsn-rightsidecontent_inner, #jsn-pos-innerleft_inner, #jsn-pos-innerright_inner {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#jsn-footer {
	background-color: #006699;
	border-top: none;
	color: #FFF;
	font-size: 0.9em;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	background-image: url(/images/grafica/disegni-footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#jsn-body a:hover img {
 	filter: Alpha(Opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	transition: all 400ms ease 0s;

}

#jsn-rightsidecontent a:hover img {
 	filter: Alpha(Opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	transition: all 400ms ease 0s;
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
}

.socialbox{
	margin-bottom: 30px;}
	
	#jsn-content-bottom-below img{

	border: 1px solid #CCC;
}

.iconewsletter{
background-image: url(//cdn.vacanzelandia.com/images/grafica/ico-mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	/*border: 1px solid #43D1EF;*/
	background-color: #cfecf1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 10px;
}

.iconewsletter h3{
	color: #069;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
}

.demo-contact-info .jsn-uniform .jsn-row-container input.email {
	border-radius: 0;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 10px;
}




.ultimi.jsn-modulecontainer{
		
	/*border: 1px solid #9C6;*/
	background-color: #FAFBE3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 10px;
	background-image: url(/images/grafica/background-paper.jpg);
}

.jsn-user-login
{
	border: 1px solid #ccc;

	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 10px;

}

div[class*="lightbox-"] div.jsn-modulecontainer_inner {
    border:none;
}

.ultimi.jsn-modulecontainer h3{
	font-size: 1.1em;
	color: #690;
	font-weight: bold;
	line-height: normal;
}

#jsn-content_inner{
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#jsn-headerright {
	
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#jsn-headerright ul {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	text-align: right;
}

ul.menu-topmenu li a:hover {


	color: #F60;
}

ul.menu-topmenu li a {
	color: #069;
}

div.jsn-modulescontainer {
    box-sizing: border-box;
	 padding: 5px;
  
  }


#jsn-footer a{
	text-decoration: none;
	color: #98E3F3;
}
  
#jsn-footer a:hover {
	text-decoration: none;
	color: #FC0;
}

/*#jsn-leftsidecontent_inner ul li{
	background-color: #FEF7E9;
	padding: 3px;
	margin-top: 1px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	}*/
	
	#jsn-leftsidecontent_inner ul li li{
	margin-top: 1px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #219DC7;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/images/grafica/freccina.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 20px;
	}
	
		#jsn-leftsidecontent_inner ul li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	
	}
	
	#jsn-pos-left.jsn-modulecontainer_inner{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 5px;
		}
	
		#jsn-leftsidecontent_inner ul li li a{
	color:#069;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
			#jsn-leftsidecontent_inner ul li li a:hover{
	color:#F60;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
#jsn-leftsidecontent_inner ul {
	margin: 0px;
	padding: 0px;
	}


.jsn-uniform .jsn-row-container .form-actions .jsn-form-submit {
	border: medium none;
	border-radius: 10px;
	box-shadow: none;
	color: #fff;
	padding: 10px 20px;
	text-shadow: none;
	background-attachment: scroll;
	background-color: #169CC9;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}


.demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit {
  background-color: #169CC9;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    padding: 5px 20px;
    text-shadow: none;
	border-radius: 10px;
}


/*top menu*/

.menu-topmenu li a{
	font-size: 13px;
	text-transform: uppercase;
	color: #069;
	font-family: 'Lato';
	font-weight:400;
	}
	
	

/*fine top menu*/
 
.jsn-submenu-level-1 li{
	line-height:10px;
	padding-bottom:1px;
	padding-top:1px;}
	
/*	div.jsn-modulecontainer ul.menu-mainmenu li a {
	color: #036;
	cursor: pointer;
	display: block;
	margin: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}*/

div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-bottom-width: 1px;
	line-height: 2px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 5px;
	border-bottom-style: solid;
	border-bottom-color: #51BFD7;
	color: #069;
}

/*div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	color: #fff;
	font-size: 1.13em;
	font-weight: bold;
	padding: 10px 12px;

	font-family: 'Lato';
}*/

div.jsn-modulecontainer ul.menu-mainmenu > li > a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 12px 8px;
    font-family: 'Lato';
}

.jsn-submenu-level-1 li a:hover{
	color: #fff;
	font-weight: bold;
}

div.jsn-modulecontainer ul.menu-mainmenu ul li a:hover {
	color: #F60;
	padding-left: 5px;
	font-weight: bold;
}


div.jsn-modulecontainer ul.menu-mainmenu ul, div.jsn-modulecontainer ul.menu-mainmenu ul li {
	background-color: #D9F5FB;
	width: 250px;
	
}

.galleria-container {
	border-radius: 20px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}

.page-header h1{
	font-family: Lato;
	font-size: 28px;
	font-weight: 600;
	text-transform: none;
	color: #069;
	margin: 0px!important;
	padding-bottom: 2px;
	}
	
	.page-header h2{
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	color: #F60;
	margin: 0px!important;
	padding-bottom: 2px;
	}
	
	.jsn-joomla-30 .page-header {
	border-bottom: medium none;
	margin: 0px;
	padding: 0px;
}

.jsn-article-toolbar {
	background-color: #FEF8E0;
	margin-bottom: 15px;
}
	
	
	div.jsn-modulecontainer ul.menu-mainmenu ul ul li a {
	color: #31291E;
	cursor: pointer;
	display: block;
	margin: 0;
	background-color: #F4E08E;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom-width: 1px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #F2B557!important;
}

div.jsn-modulecontainer  ul.menu-mainmenu ul ul li a {
	color: #31291E;
	cursor: pointer;
	display: block;
	margin: 0;
	background-color: #F4E08E;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E28F12;
}

	div.jsn-modulecontainer ul.menu-mainmenu  ul li a {
	cursor: pointer;
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}

.nav-stacked > li > a {
    line-height: 12px;
    margin: 0;
    padding: 0;
}

.vl-login {
	background-color: #cfecf1;
	/*  background-image: url("../../../images/grafica/ico-mail.png");*/
    background-position: left top;
	background-repeat: no-repeat;
	/* border: 1px solid #43d1ef;*/
    border-radius: 10px;
	padding: 7px 10px;
}

.nav-tabs.nav-stacked > li > a {
    border: none;
    border-radius: 0;
}
	
	
	
	
.btn-primary {
	background-image: none;
	background-color: #169cc9;
	border: medium none;
	border-radius: 10px;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


.vl-login h3.jsn-moduletitle span {
	color: #069;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	background-image: url(//cdn.vacanzelandia.com/images/grafica/ico-lucchetto.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}

.vl-login-help

{
	padding-bottom: 10px;
}

.vl-login-help a

{
	color: #999;	
}

.contenitore-pagina{
	line-height: 18px;

	}
	
	.contenitore-pagina .ico30            {
		width: 30%;
		text-align:right;}
/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: fixed;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(//cdn.vacanzelandia.com/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(//cdn.vacanzelandia.com/media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(//cdn.vacanzelandia.com/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -886px no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(//cdn.vacanzelandia.com/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -976px no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(//cdn.vacanzelandia.com/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -1059px no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(//cdn.vacanzelandia.com/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(//cdn.vacanzelandia.com/images/jch-optimize/csg-6d4bceb44314f8ba09392c74025b763e.png) 0 -1142px no-repeat;
}
@media (max-width: 979px) {
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
