/*------------------------------------------------------------------------
* Copyright (c) 2008-2013 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
a {
	outline: none;
}
a:hover, a:active, a:focus {
	-moz-outline-style: none;
	outline: none;
}
ul, ol {
	margin: 0 0 0 5px;
}
/* Reset HTML5 Elements to Block ---------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.body-overlayed {
	overflow: visible;
}

/* Form ---------------*/
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
	-moz-border-radius: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-border-radius: 0;
	-webkit-box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #d9d6d0;
	box-shadow: none;
	box-sizing: border-box;
	color: #888;
	font-size: 110%;
	height: 30px;
	line-height: 30px;
	max-width: 100% !important;
	padding: 0 12px;
	margin: 0;
}
textarea {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	height: auto;
	line-height: 22px;
	max-width: 100% !important;
	padding: 24px;
	width: auto;
}
select {
	cursor: pointer;
	height: inherit;
	padding: 6px;
	width: auto;
}
html.-moz-select {
	padding: 3px 5px;
}
#zt-left .login-form input[type="text"], #zt-left .login-form input[type="password"], #zt-right .login-form input[type="text"], #zt-right .login-form input[type="password"] {
	width: 90%;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="email"]:focus, textarea:focus {
	background: #f4f4f4;
	box-shadow: none;
}
/* Button ---------------*/

a.details, .back-to-category a, a.continue_link, button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .readon, .pagination ul li a, .pagination ul li span {
	-moz-border-radius: 3px;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-webkit-border-radius: 3px;
	-webkit-transition: all .1s ease-out;
	background: #630000;
	border-radius: 3px;
	border: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 125%;
	font-weight: 400;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	transition: all .1s ease-out;
}
.big-btn {
	color: #fff !important;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: inline-block;
	font-size: 120%;
	line-height: 33px;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 0 25px;
	background: #a2a2a2;
}
.big-btn:hover, .big-btn:active, .big-btn:focus, a.details:hover, a.details:active, a.details:focus, .back-to-category a:hover, .back-to-category a:active, .back-to-category a:focus, a.vm-button-correct:hover, a.vm-button-correct:active, a.vm-button-correct:focus, a.continue_link:hover, a.continue_link:active, a.continue_link:focus, button:hover, .button:hover, input.button:hover, span.button:hover, button.button:hover, div.button:hover, input[type="submit"]:hover, input[type="button"]:hover, .pagenav-prev a:hover, .pagenav-next a:hover, .readon:hover, .pagination ul li a:hover, .pagination ul li span:hover {
	background: #CFCFCF;
	color: #fff !important;
	text-decoration: none;
}
.pagination ul li a:hover, .pagination ul li span:hover {
	background: #CFCFCF !important;
}
input[type=checkbox], .checkbox, input[type=radio], .radio {
	background: transparent !important;
	border: none !important;
	height: auto !important;
	margin-top: 5px !important;
}
select[size] {
	font-size: 100%;
	height: auto;
}
select[size="1"] {
	height: 29px !important;
	line-height: 24px;
}
.invalid {
	background: #fffef4;
	border: 1px solid #e25527 !important;
	color: #000;
}
label {
	color: #363636;
	font-size: 110%;
	font-weight: 400;
}
label.invalid {
	background: #fff;
	border: none !important;
	color: #e25527 !important;
}
legend.hidelabeltxt {
	display: none;
}
fieldset.filters {
	margin-bottom: 20px
}
fieldset.filters > div > * {
	float: left;
	margin-right: 10px;
}
fieldset.filters > div > select {
}
fieldset dt {
	margin: 10px 0;
}
/* Common */
section article {
	margin-top: 20px
}
section article:first-child {
	margin-top: 0;
}
section > header {
	margin: 0 0 32px;
	padding: 0;
}
section > header h1 {
	line-height: 56px
}
.category header h2 {
	font-weight: 600;
}
section > header h2 small {
	color: #666;
}
section > header div p {
	font-weight: 300;
	line-height: 1.4;
	text-transform: none;
}
section img {
	height: auto !important;
	max-width: 100% !important; /* to avoid problems with too big images in category/blog view */
}
/* Categories list */
section.categories-list ul {
	clear: both;
}
section.category .children, section.blog .children {
	clear: both;
	margin-top: 32px;
}
section.categories-list ul ul {
	margin-left: 20px;
}
section.categories-list ul ul li {
	border-top: 1px solid #eee;
	border: none;
	list-style-type: none;
}
section.categories-list ul ul li:first-child {
	border: none;
}
section.categories-list li, section.category .children li, section.blog .children li {
	border-bottom: 1px solid #eee;
	clear: both;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 0;
}
/* category title */
section.categories-list li > a, section.category .children li > a, section.blog .children li > a {
	color: #de7037;
}
section.categories-list li > a:hover, section.category .children li > a:hover, section.blog .children li > a:hover {
	color: #363636;
}
/* category desc */
section.categories-list li > div p, section.category .children li > div p, section.blog .children li > div p {
	margin: 0.5em 0;
}
/* category items counter */
section.categories-list li > dl, section.category .children li > dl, section.blog .children li > dl {
	margin: 0;
}
section.categories-list li > dl > dt, section.category .children li > dl > dt, section.blog .children li > dl > dt {
	float: left;
}
section.categories-list li > dl > dd, section.category .children li > dl > dd, section.blog .children li > dl > dd {
	float: left;
	font-weight: bold;
	margin-left: 5px;
}
/* Category */
/* Information showed if no items in category */
section.category .children h3, section.blog .children h3 {
	line-height: 24px;
	margin: 20px 0;
}
/* Filters */
.filters .hidelabeltxt {
	display: none;
}
.filters .display-limit {
	float: right;
	display: inline-block;
	width: 130px;
}
.filters .display-limit select {
	display: inline !important;
	float: none;
}
/* Tables */
table {
	margin-bottom: 0px;
	width: 100%;
}
th {
	font-size: 125%;
	font-weight: bold;
	padding: 6px 10px 16px;
	text-align: left;
	border: 1px solid #D9D9D9;
}
th a {
	color: #dc7037;
}
th:hover, thead tr:hover {
	background-color: transparent;
}
th a:active, th a:focus, th a:hover {
	color: #111;
}
tbody tr td { /*border-top: 1px solid #DDDDDD;*/
	padding: 3px;
}
tbody tr td p {
	margin: 0.5em 0;
}
tr:hover {
	background: #fbfbfb;
}
.list-author {
	font-size: 14px;
	font-style: italic;
}
/* Blog */
section.blog .leading {
	margin-bottom: 0px;
}
section.blog .items-row {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
.items-more {
	clear: both;
	margin: -20px 0 0;
}
section.blog article {
	padding: 0 0 10px;
	margin-bottom: 0px;
}
.items-more h3 {
	font-size: 200%;
	line-height: 24px;
	margin-bottom: 20px;
}
.items-more ol {
	list-style-type: none;
	margin-top: 0;
}
.items-more ol li {
	border-top: 1px solid #eee;
	padding: 8px 0;
}
.items-more ol li:first-child {
	border-top: none;
}
/* Articles */
.calendar .button {
	display: table-cell;
}
#jform_publish_up, #jform_publish_down {
	margin-right: 10px;
}
.items-leading > div {
	clear: both!important;
}
article > time {
	background-color: #1096d5;
	color: #FFFFFF;
	left: 0px;
	padding: 10px;
	position: absolute;
	text-align: center;
}
article, article > section {
	position: relative;
}
article {
	margin-bottom: 16px;
}
article.item-page {
	margin-bottom: 0;
}
article header {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	width: 100%;
}
article > time + section header {
	padding-left: 85px;
}
article header h1, article header h2 {
	clear: both;
	font-size: 270%;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 5px;
	padding: 0;
	font-family: "Courier New", Courier, monospace
}
article header h2 {
}
article header h1 a, article header h2 a {
	color: #333;
}
article header h1 a:hover, article header h2 a:hover {
	color: #da5a12;
}
article header ul li {
	float: left;
	list-style: none;
	margin-bottom: 2px;
	margin-right: 20px;
}
li.print-icon, li.email-icon {
	padding: 0!important;
}
li.print-icon a, li.email-icon a {
	position: relative;
	top: 3px;
}
li.print-icon img, li.email-icon img, li.edit-icon img {
	float: left;
}
article.item-page ul.content-links li {
	background: none;
}
article header + div, article header + p {
	clear: both;
}
.img-intro-none {
	float: none;
}
.img-intro-none img {
	float: none !important;
	margin: 0 auto;
}
.img-intro-left, .img-intro-right, .img-intro-left > img, .img-intro-right > img {
	float: none !important;
	margin: 0 auto;
}
.img-fulltext-none, .img-fulltext-left, .img-fulltext-right {
	float: none;
	margin: 0 0 32px;
	overflow: hidden;
	position: relative;
}
.img-fulltext-none > div, .img-fulltext-left > div, .img-fulltext-right > div {
	float: none !important;
	width: 100% !important;
}
.img-fulltext-none img, .img-fulltext-left img, .img-fulltext-right img {
	display: block;
	height: auto !important;
	margin: 0 auto;
	max-width: 100% !important;
	width: 100% !important;
}
p.img_caption {
	background: #f7683a;
	color: #fff;
	font-size: 100%;
	margin: 0;
	padding: 5px 12px;
	position: absolute;
	right: 0;
	top: 15px;
}
section.blog div.img_caption {
	float: none !important;
}
section.blog div.img_caption img.caption {
	display: block;
	float: none !important;
}
.item-page ul {
	list-style-type: none;
}
.content-links {
	margin-bottom: 20px
}
.filter-search .filter-search-lbl {
	margin-top: 5px;
}
/* Weblinks */
.edit fieldset > div {
	clear: both;
	padding: 5px 0;
}
.edit fieldset > div label {
	display: block;
	float: left;
	min-width: 120px;
}
#editor-xtd-buttons {
	display: inline-block;
	height: auto !important;
}
li.edit-icon {
	list-style: none;
}
/* User */
#login-form label[for="modlgn-remember"] {
	display: inline;
}
#login-form input#modlgn-remember {
	margin: 0 !important;
}
.login-greeting {
	margin-bottom: 10px;
}
.login .login-fields {
	margin-bottom: 10px;
}
#zt-component .login ul, #login-form ul {
	margin: 10px 0 0 15px;
}
section.login .login-fields {
	padding-bottom: 16px;
}
section.login .login-fields label {
	display: block;
	float: left;
	line-height: 34px;
	min-width: 100px;
}
section.login ul {
	font-size: 100%;
	margin-top: 20px;
	padding-top: 20px;
}
.profile-edit legend {
	color: #2f3336;
	font-size: 200%;
}
.profile-edit dt {
	margin-top: 24px!important;
}
.profile legend, .profile-edit legend {
	color: #333;
	font-size: 200%;
	margin: 0 0 10px 0;
	padding: 0 0 14px 0;
	width: 100%;
}
.profile dt {
	clear: both;
	float: left;
	font-size: 95%;
	font-weight: bold;
	min-width: 200px;
}
.profile {
	background: #fff;
	padding: 20px;
}
.profile #users-profile-core {
	width: 100%;
}
.profile dl dd {
	border-bottom: 1px solid #e5e5e5;
	margin-left: 120px;
	padding: 10px 0 10px 20px;
}
.profile dl dt {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	padding: 10px 0;
}
/* Contact */
.contact-details {
	overflow: hidden;
}
.contact .jicons-icons {
	display: none;
}
.contact-image {
	float: right;
	padding: 12px;
}
dt.inline, dd.inline {
	display: inline-block!important;
	float: left!important;
	width: auto!important;
}
dd.inline + dd, dd.inline + dt {
	clear: both;
}
dd.inline input[type="checkbox"] {
	margin-top: 14px!important;
}
.contact h3 {
	margin: 30px 0 0;
	padding: 12px 0 0;
}
#jform_contact_email_copy {
	margin-left: 10px;
}
#contact-form textarea {
	width: 100%;
}
/* Newsfeed */
section.newsfeed > ol {
	list-style: none;
}
section.newsfeed > ol > li {
	padding: 24px 0 0;
}
section.newsfeed > ol > li > a {
	font-size: 350%;
}
/* IFrame */
section.contentpane iframe {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #eee;
	box-sizing: border-box;
}
/* tooltips */
.tip {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 1px 1px 1px #888;
	max-width: 350px;
	min-width: 150px;
	padding: 8px;
}
.tip-title {
	background: #2e9be1;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 15px;
}
.tip-text {
	color: #555;
	font-size: 95%;
	padding: 5px 0;
}
/* System messages */
#system-message dt {
	display: none;
}
#system-message {
	color: #ffffff;
	margin: 0 0 5px 0;
}
#system-message dd ul {
	padding: 10px;
	margin-left: 15px;
}
#system-message dd {
	background: none repeat scroll 0 0 #5DBA5D;
	margin: 0;
}
#system-message dd.info {
	background-color: #5DBA5D;
}
#system-message dd.error {
	background: none repeat scroll 0 0 #FE654C;
}
#system-message dd.error li {
	margin: 0 15px;
}
#system-message dd.notice {
	background: none repeat scroll 0 0 #4C90FE;
	color: #fff;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
/* Pagination */
.item-page > div.pagination {
	display: none !important;
}
.k2Pagination {
	text-align: center;
}
.pagination {
	clear: both;
	text-align: center;
	margin: 20px 0 0;
}
.pagination ul {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span, .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
}
.pagination ul li {
	background: transparent!important;
	color: #909090;
	cursor: default;
	display: inline;
	margin: 0;
	padding: 0!important;
}
.pagination ul li a, .pagination ul li span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	display: block;
	font-size: 100%;
	height: 22px;
	line-height: 22px;
	min-width: 24px;
	padding: 3px;
	text-align: center;
	margin: 0 2px;
}
.pagination ul li a {
	background-color: transparent;
	color: #7E7E7E !important;
}
.pagination ul li.counter {
	float: right;
	font-size: 95%;
	line-height: 25px;
	margin-right: 12px;
}
ul.pagenav {
	margin: 15px 0;
	overflow: hidden;
	padding: 0;
	list-style: none;
}
ul.pagenav .pagenav-prev {
	float: left;
}
ul.pagenav .pagenav-next {
	float: right;
}
/* Register */
#member-registration legend {
	border: none;
	color: #2f3336;
	font-size: 265%;
	line-height: 32px;
}
#member-registration dt, #member-registration dd {
}
#member-registration dt {
	min-width: 170px;
}
#member-registration dd {
	min-width: 200px;
}
#member-registration dd:after {
}
#member-registration fieldset + div {
	line-height: 35px;
}
#member-profile > div {
	line-height: 35px;
}
/* Banners */
.bannergroup:first-line, .bannergroup_text:first-line {
	color: #333;
	font-size: 125%;
	font-weight: 500;
}
div.banneritem {
	color: #999;
	font-size: 100%;
	padding: 12px 0 8px 0;
}
div.banneritem a {
	font-size: 105%;
}
div.bannerfooter {
	color: #da5a12;
	font-size: 90%;
	font-style: italic;
	padding: 12px 5px 0 0;
	text-align: right;
}
/* reCAPTCHA */
#dynamic_recaptcha_1, #recaptcha_area {
	max-width: 480px;
	min-height: 112px;
}
/* Page break */
.pane-sliders {
	margin-bottom: 20px;
}
.pane-sliders .panel h3 {
	border-bottom: 1px solid #eee;
	color: #2f3336;
	padding: 5px 15px;
}
.pagenavcounter {
	font-size: 100%;
	font-weight: 600;
}
#article-index {
	float: right;
	margin: 0 0 15px 30px;
	width: 180px;
}
#article-index h3 {
	font-size: 195%;
	font-weight: 600;
	line-height: 1;
	margin: 24px 0 12px;
	text-transform: uppercase;
}
#article-index li {
	background-position: 0 5px !important;
	font-size: 110%;
}
#article-index li a.active {
	color: #333;
	font-weight: bold;
}
dl#tabs, dl.tabs {
	min-height: 30px;
	overflow: hidden;
	padding: 12px 0;
}
dl#tabs dt.tabs, dl.tabs dt.tabs {
	border-right: 1px solid #e5e5e5;
	float: left;
	margin-right: 20px;
	padding-right: 8px;
}
dl#tabs dt.tabs span h3, dl.tabs dt.tabs span h3 {
	font-size: 125%;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
dl#tabs dt.tabs span h3 a, dl.tabs dt.tabs span h3 a {
	float: left;
	height: 30px;
	line-height: 29px;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}
dl#tabs dt.tabs h3:hover a, dl.tabs dt.tabs h3:hover a {
	cursor: pointer;
}
dl#tabs dt.tabs.open a, dl.tabs dt.tabs.open a {
	color: #2f3336
}
/* Search & smart search */
#finder-search fieldset label[for="q"] {
	margin-top: 5px;
}
#searchForm fieldset input[type="radio"], #searchForm fieldset input[type="checkbox"] {
}
#search-form fieldset.word label, #search-form fieldset.word input, #search-form fieldset.word button {
	float: left;
	margin-right: 5px;
}
#searchForm label, #searchForm input {
	float: left;
	margin: 0 5px 0 0;
}
#searchForm label {
	margin-top: 5px;
}
#searchForm fieldset, .search-results dt {
	margin: 32px 0 0;
	padding: 18px 0 12px 0;
}
.search-results dt {
}
fieldset.phrases, fieldset.only {
	border: 1px solid #e5e5e5;
	padding: 12px 24px 24px !important;
}
#searchForm fieldset.word {
	border: none;
	padding: 20px 0;
}
#searchForm fieldset legend {
	border: 1px solid #E5E5E5;
	color: #2f3336;
	display: block;
	font-size: 120%;
	line-height: 100%;
	margin-bottom: 0;
	padding: 5px 20px;
	width: auto;
}
#searchForm p.counter {
	margin: 32px 0 0 0;
}
.search-results dt:first-child {
	border-top: none;
}
.searchintro strong {
	color: #2f3336;
	font-size: 125%;
	font-weight: 400;
}
.form-limit {
	float: right;
	margin: 24px 0 0;
}
.result-category, .result-created {
	color: #AFAFAF;
	font-size: 100%;
}
.result-created {
	float: right;
	font-size: 90%;
	margin: 6px 0 0;
}
.result-title {
	clear: both;
	color: #2f3336;
}
#advanced-search-toggle {
	display: block;
	font-size: 90%;
	padding: 10px 0;
	text-align: center;
}
.advanced-search-tip {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 100%;
	margin: 0 0 24px;
	padding: 12px 0;
}
.advanced-search-tip p {
	margin: 0;
}
#finder-filter-select-list label {
	clear: both;
	float: left;
	font-size: 100%;
	line-height: 36px;
	min-width: 140px;
}
#finder-filter-select-list li {
	overflow: hidden;
	padding: 0;
}
#search-query-explained {
	font-size: 105%;
	padding: 10px 0;
}
#search-result-empty h2 {
	font-size: 150%;
}
.autocompleter-queried {
	color: #418cd1 !important;
}
div.search-pages-counter {
	font-size: 100%;
	font-style: italic;
	text-align: center;
}
.search-results .highlight {
	background-color: #ffc;
	font-weight: bold;
	padding: 1px 4px;
}
/* Archive */
.archive article {
	padding: 32px 0 0;
}
.archive .filter-search #filter-search {
	width: 150px;
}
/* Fix for the responsive layout */
.img-intro-left, .img-intro-right, .img-intro-center, .img-intro-none, .img-fulltext-left, .img-fulltext-right, .img-fulltext-center, .img-fulltext-none {
	margin-bottom: 32px;
	max-width: 100%!important;
	padding: 10px;
}
.img-intro-left img, .img-intro-right img, .img-intro-center img, .img-fulltext-left img, .img-fulltext-right img, .img-fulltext-center img {
	display: block;
}
/* Menu module */
ul.weblinks li, ul.menu li {
	background: url("../images/list-style.jpg") no-repeat left 14px;
	font-weight: 300;
	list-style: none;
	padding: 5px 5px 5px 15px;
}
ul.weblinks li a, ul.menu li a {
	-webkit-transition: color linear 0.3s;
	-moz-transition: color linear 0.3s;
	-ms-transition: color linear 0.3s;
	-o-transition: color linear 0.3s;
	transition: color linear 0.3s;
}
ul.weblinks, ul.menu {
	margin: 0px;
}
ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus, ul.menu li.active a {
	color: #676767 !important;
	text-decoration: none;
}
/* Bullets in the article */
article section > ul li {
	padding: 2px 0 2px 28px;
}
/* mod_languages */
div.mod-languages > div, div.mod-languages > form {
	display: inline-block;
	margin: 0 3px;
}
div.mod-languages {
	 bottom: 5px;
    position: relative;
}
div.mod-languages p {
	margin: 0;
}
.mod-languages ul.lang-inline, .mod-languages ul.lang-block {
	display: inline;
	z-index:100;
}
div.mod-languages > ul.lang-block > li, div.mod-languages > ul.lang-inline > li {
	line-height: 32px;
	margin: 0 3px;
}
.mod-languages ul li.lang-active {
	font-weight: bold;
}
.mod-languages ul li a img {
	-moz-transform-style: preserve-3d;
	-moz-transform: scale(1);
	-moz-transition: -moz-transform 0.1s ease-out;
	-ms-transform-style: preserve-3d;
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-o-transition: -o-transform 0.1s ease-out;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 0.1s ease-out;
	transform-style: preserve-3d;
	transform: scale(1);
	transition: transform 0.1s ease-out;
}
.mod-languages ul li a:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-webkit-transition: -webkit-transform 0.6s ease-out;
	transform: scale(1.2);
	transition: transform 0.6s ease-out;
}
.mod-languages ul li.lang-active a img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*Video Responsive*/
.embed-container {
	height: 0;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#zt-component .zo2-gmap, #zt-component object, #zt-component embed {
	max-width: 100%;
}
ul.the-icons li em, ul.the-icons li i {
	text-indent: -999em;
}
/*Modal*/
.modal {
	background-clip: padding-box;
	background-color: transparent !important;
	border-radius: 0px !important;
	border: 0 !important;
	box-shadow: none !important;
	left: auto !important;
	margin: 0 !important;
	overflow: auto;
	position: static !important;
	top: auto !important;
	width: auto !important;
	z-index: 1050;
}
/*Fix some shortcodes*/
.highslide-gallery ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.highslide-gallery ul li {
	background: 0;
	float: left;
	list-style: none;
	margin: 3px;
	padding: 0;
}
.highslide-gallery ul li img {
	float: left;
	margin: 0;
}
.zo2-vimeo {
	float: left;
	margin: 0 10px 0 0;
}
.zo2-youtube {
	float: left;
	margin: 0 10px 0 0;
}
.zo2_overlay {
	background: #000000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 666;
}
