@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
.column_right{
	float:left;
	padding-left:20px;
		width:33%;
		padding-right: 20px;
	}
.column_center{
	float:left;
	padding-left:15px;
	width:33%;
	}
.column_left{
	float:left;
	padding-left:20px;
	width:33%;
	}
.sponsors{
	background-color:#FFF;
	text-align:center;
}

.column_right p{
	padding:25px;;
	}
.column_center p{
	padding:25px;
	}
.column_left p{
	padding:25px;
	}



.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.element-invisible {
  display: none;
}
input[type="submit"],
input[type="button"],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  text-shadow: none;
  color: #7d7d7d;
  min-height: 30px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #ebebeb;
  padding: 4px 6px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
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 header h1,
article header h2 {
  clear: both;
  font-size: 250%;
  font-weight: 300;
  line-height: 45px;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0;
}
article header h1 a,
article header h2 a {
  color: #d9b016;
  text-transform: capitalize;
}
article header h1 a:hover,
article header h2 a:hover {
  color: #000;
}
article header ul li {
  float: left;
  list-style: none;
  margin-bottom: 2px;
  margin-right: 20px;
}
article > .time {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #353849;
  border-radius: 5px;
  color: #FFFFFF;
  height: 70px;
  left: 10px;
  position: absolute;
  text-align: center;
  width: 70px;
}
article > .time + header {
  padding-left: 90px;
}
article > header > ul {
  display: inline-block;
}
article > header > ul .itemTagsBlock span {
  float: left;
}
article > header > ul .itemTagsBlock ul {
  float: left;
}
.time span {
  display: block;
  line-height: 1;
}
.time .month {
  color: #d9b016;
  font-size: 100%;
  font-style: italic;
  padding: 6px 0 0;
}
.time .date {
  font-size: 375%;
  font-weight: bold;
}
.time .date:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 55%;
  margin-bottom: 20px;
  width: 100%;
}
dt,
dd {
  color: #4E4D4D;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 300;
  padding-bottom: 15px;
}
.dropdown-menu {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.item-page .full-item {
  max-width: 100%;
  display: block;
}
dt.article-info-term {
  display: none;
}
dl.article-info-bottom,
dl.article-info-top {
  margin-bottom: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 11px;
}
dl.article-info-top dd {
  float: left;
}
dl.article-info-bottom dd {
  float: left;
  margin: 0 10px 0 0;
}
dd span.icon-eye-open,
dd span.icon-time {
  position: relative;
  margin-top: -1px;
  opacity: 0.8;
}
.tags {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.tags span {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
}
.tags span a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #555;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tags span a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -11px;
  width: 0;
  height: 0;
  border-color: transparent #555 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.tags span a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
.tags span a:hover {
  background: #7FBE54 !important;
}
.tags span a:hover:before {
  border-color: transparent #7FBE54 transparent transparent;
}
ul.list-striped {
  list-style: none;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img,
.img_caption img {
  max-width: 100%;
  overflow: hidden;
}
.ie8 .img-intro-left img,
.ie8 .img-intro-right img,
.ie8 .img-intro-none img,
.ie8 .item-image img,
.ie8 .img-fulltext-right img,
.ie8 .img-fulltext-left img
.ie8 .img-wrapper,
.ie8 .img_caption img {
  max-width: auto !important;
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  display: inline-block;
}
.item-page .img-wrapper {
  margin-top: 6px;
}
.img-intro-none .img-wrapper,
.pull-none.item-image .img-wrapper {
  background: none;
}
.img_caption.left,
.img-intro-left,
.pull-left.item-image {
  float: left;
  margin: 20px 0;
}
.items-leading .pull-left.item-image {
  margin-right: 20px;
}
.img_caption.right,
.img-intro-right,
.pull-right.item-image {
  float: right;
  margin-left: 20px;
}
.img-intro-none,
.img-fulltext-none,
.pull-none.item-image,
.img_caption.none {
  float: none;
}
div.img_caption {
  position: relative;
  width: 100%;
  height: 100%;
}
p.img_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
  z-index: 15;
}
.img-intro-left,
.img-intro-right,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.item-image,
.img_caption {
  max-width: 100%;
  display: block;
}
.image-backdrop {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.img-wrapper a:hover .image-backdrop {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.img-intro-btn {
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 45%;
  width: 40px;
  height: 40px;
  z-index: 5;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 70% 50%;
}
.img-wrapper a:hover .img-intro-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
}
.items-row {
  margin-bottom: 30px;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Serif;
}
.readmore {
  color: #d9b016;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  color: #000;
}
.items-more .nav-tabs {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
}
.items-more .nav-tabs.nav-stacked li a {
  padding: 3px 0;
  border: 0;
}
.items-more .nav-tabs.nav-stacked li a:hover {
  background: #f8f8f8;
}
.items-leading >div {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.items-leading >div ul {
  list-style: none;
}
.homepage .items-leading>div {
  border: none;
}
.page-header {
  border-bottom: none;
  padding-bottom: 20px;
  margin: 0;
}
.page-header a {
  color: #858585;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: #d9b016;
}
.dropdown-toggle {
  color: #858585;
  padding: 0 6px 6px;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #d9b016;
}
.page-title,
.page-header h1 {
  line-height: 1;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader::before,
.page-subheader::after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader::after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.article-info {
  display: inline-block;
  margin: 0;
  float: left;
  width: 99%;
}
.article-info .article-info-inner {
  float: left;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info span {
  font-weight: bold;
}
.blog .article-info {
  margin: 0;
  width: 90%;
}
.blog .icons .btn {
  padding: 0;
}
.icon-edit,
.icon-print,
.icon-envelope,
.icon-cog {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.icon-edit:before {
  content: "\f044";
}
.icon-print:before {
  content: "\f02f";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-cog:before {
  content: "\f013";
}
.blog .icon-calendar,
.blog .icon-eye-open {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.blog .icon-calendar:before {
  content: "\f073";
}
.blog .icon-eye-open:before {
  content: "\f06e";
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.item-page > div.pagination {
  display: none !important;
}
.pagination {
  clear: both;
  padding: 30px 0 0;
}
.pagination ul li {
  background: transparent !important;
  color: #909090;
  cursor: default;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0 !important;
}
.pagination ul li a,
.pagination ul li span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #d3d0c5;
  display: block;
  min-width: 34px;
  padding: 5px 15px;
  text-align: center;
  color: #b6b2a6;
}
.pagination ul li a {
  background-color: #d9b016;
  border: 2px solid transparent;
  color: #fff;
}
.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li a:active {
  background-color: #5b7d6f;
}
.pagination ul li.counter {
  margin-left: 25px;
  font-style: italic;
  padding: 5px 15px;
}
ul.pagenav {
  margin: 15px 0;
  overflow: hidden;
  padding: 0;
}
ul.pagenav .pagenav-next {
  float: right;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  border: 1px solid #D9D6D0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #888888;
  height: 30px;
  line-height: 30px;
  max-width: 100% !important;
  padding: 0 12px;
}
.login-form button {
  margin: 20px 0;
}
#login-form #form-login-submit {
  width: 100%;
  display: block;
  overflow: hidden;
}
#login-form .logout-button .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .sign-in {
  font-size: 13px;
  line-height: 42px;
  padding-left: 15px;
}
#login-form ul.unstyled {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 12px;
}
#login-form ul.unstyled li {
  font-size: 11px;
  padding-right: 15px;
}
#login-form span.icon-plus-sign {
  visibility: hidden;
}
#login-form .controls label {
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.contact-form textarea,
.contact-form input[type="text"] {
  width: 100%;
}
.contact-form .uneditable-input {
  width: 100%;
}
.contact-form #jform_contact_email_copy-lbl {
  margin-right: 10px;
}
.contact-form legend {
  font-size: 11px;
  color: #666;
  border: 0;
}
.contact-form span.icon-ok-circle {
  position: relative;
  margin-top: -1px;
  padding-right: 5px;
  opacity: 0.8;
}
.contact-form .message-form {
  display: block;
  margin-top: 10px;
}
.contact-form .contact-fields,
.contact-form .message-input {
  display: block;
  width: 98%;
}
.contact-form .message-input textarea {
  width: 100%;
  height: 250px;
}
.contact-form .send-btn,
.contact-form .email-copy {
  padding: 10px 0 0 0;
}
.contact-form .email-copy-label {
  float: left;
}
.contact-form .email-copy-label label {
  margin: 8px 8px 8px 0;
  padding-left: 12px;
  font-size: 11px;
  color: #999;
}
.contact-form .email-copy-input {
  float: left;
}
.contact-form .email-copy-input input[type="checkbox"] {
  height: 15px;
  width: 15px;
  padding: 0;
  vertical-align: middle;
  margin: 12px 0px 8px 0px;
  border: 1px solid #A5A5A5;
}
.name-label label {
  font-weight: bold;
}
.email-label label {
  font-weight: bold;
}
.subject-label {
  margin-top: 10px;
}
.subject-label label {
  font-weight: bold;
}
.message-label label {
  font-weight: bold;
}
.name-input,
.email-input,
.subject-input,
.message-form {
  margin-right: 15px;
}
.filter-search.alert.alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  background-image: none;
  padding: 20px;
}
.search-results .result-title {
  margin-top: 24px;
}
.search dt.result-title {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm label[for="ordering"],
#searchForm label[for="limit"] {
  float: left;
  margin-right: 10px;
}
#search-results ul.search-results {
  list-style-type: none;
}
#search-results ul.search-results li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}
#mod-finder-searchform.form-search {
  position: relative;
  margin: 0;
  padding: 0;
}
#mod-finder-searchform.form-search button {
  padding: 5px 10px;
  border: 0;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-indent: -9999px;
}
#mod-finder-searchform.form-search input {
  padding: 8px 40px 8px 12px;
  font-size: 11px;
  color: #b2b2b2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform.form-search input.input-medium {
  width: 170px;
}
#mod-finder-searchform.form-search input:hover,
#mod-finder-searchform.form-search input:focus {
  padding: 8px 60px 8px 12px;
  border: 1px solid #aaa;
  color: #565656;
}
.search-module {
  position: relative;
  margin: 0;
  padding: 0;
}
.search-module button {
  padding: 5px 10px;
  border: 0;
  display: block;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.search-module button span {
  text-indent: -9999px;
}
.search-module input {
  font-size: 11px;
  color: #b2b2b2;
  width: 170px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.search-module input:hover,
.search-module input:focus {
  border: 1px solid #000;
  color: #565656;
}
.edit .btn-toolbar {
  margin: 10px 0;
}
.edit .nav {
  border: none;
  margin: 10px 0 20px;
}
.edit .nav li a {
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.edit .nav li.active >a {
  background: #0C7FCF;
  color: #fff;
}
.edit .nav li.active >a:hover,
.edit .nav li.active >a:active,
.edit .nav li.active >a:focus {
  border: none;
  color: #fff;
}
.edit #jform_tags_chzn {
  width: 100px !important;
}
.well {
  background-color: #f5f5f5;
  padding: 10px;
}
div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn-drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_language_chzn.chzn-container div.chzn-drop {
  width: 280px !important;
}
form#imageForm.form-vertical div.well div.row div div.control-label label.control-label,
form#imageForm.form-vertical div.well div.row div div.control-label label,
form#imageForm.form-vertical div.well div.row div div.controls p.help-block,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.control-label label.control-label,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.controls p.help-block,
body.contentpane form table tbody tr td.key {
  font-family: Tahoma, Verdana, sans-serif !important;
}
div#jform_metadata_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  width: 280px !important;
  padding: 0px !important;
}
iframe html body.contentpane form#adminForm.form-inline {
  background-color: #FF9900;
}
div#editor-xtd-buttons.btn-toolbar.pull-left {
  margin-top: 10px;
}
a.modal-button.btn,
div.btn-toolbar a.btn,
form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary,
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip,
body.contentpane button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #FFF;
  background-color: #1085DE;
  border: 1px solid #1085DE;
}
form#imageForm.form-vertical div.well div.row div.pull-right button.btn,
button#upload-submit.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1085DE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
}
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group {
  clear: both;
}
form#adminForm.form-inline table.table thead tr th.title,
form#adminForm.form-inline table.table thead tr th.center a.hasTip {
  float: left;
}
form#adminForm.form-inline table.table thead tr th.center {
  width: 10% !important;
}
form#adminForm.form-inline fieldset.filter div.filters,
form#adminForm.form-inline fieldset.filter hr.hr-condensed {
  clear: both;
  margin: 10px 0;
}
ul.manager.thumbnails li.imgOutline {
  float: left;
  padding: 10px;
}
#limit_chzn {
  width: 56px;
}
body.contentpane form table tbody tr td.key {
  text-align: left;
}
.zo2-megamenu .level-top > li { 
  line-height: 30px;
  position: relative;
  
}
.zo2-megamenu .level-top > li.active:before { 
  bottom: 35px;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  width: 2px;
}
.zo2-megamenu .level-top > li.active:after {
  top: 35px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  width: 2px;
}
.zo2-megamenu .level-top > li.active >a { /* main menu item*/
  color: #e0d12e;
  background: -webkit-linear-gradient(#008c45, #007539); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#008c45, #007539); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#008c45, #007539); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#008c45, #007539); /* Standard syntax */

}
.zo2-megamenu .level-top > li.open { /* hover top */ /*probleem saut*/
  /*border-top: 0px solid #d9b016;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;*/
  position: relative;
  /*padding: 5px 20px;*/
  /*margin-left:2px;*/
  color: #ffffff;
  text-align:center;
 /* background: -moz-linear-gradient(#008c45, #007539);*/
  /* width: 120px; */
  /*border-top: 1px solid #C00; */
  color:#d9b016;!important
  /*
  -webkit-transition: all 0.2s ease-in-out 0s; WERKT NIET
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;*/
}
.zo2-megamenu .level-top > li.open:before {
  background-color: #d1161e;
  bottom: 35px;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  width: 0px;
}
.zo2-megamenu .level-top > li[data-level="1"] >.mega-dropdown-menu {
  margin-top: -5px;
}
.zo2-megamenu .level-top > li[data-level="1"] >.mega-dropdown-menu >.mega-dropdown-inner { /*submenu*/
   border: 1px solid #007d3d;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 3px 3px 3px;*/
  border-top: none;
  margin-left: -1px;
  background-color:#009933;
}
.zo2-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.zo2-megamenu .mega-inner::before,
.zo2-megamenu .mega-inner::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-inner::after {
  clear: both;
}
.zo2-megamenu .mega-nav > li a,
.zo2-megamenu .dropdown-menu .mega-nav > li a {
  background:#009933;
  font-size: 110%;
  padding: 8px 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.zo2-megamenu .mega-nav > li.active > a,
.zo2-megamenu .mega-nav > li a:hover,
.zo2-megamenu .dropdown-menu .mega-nav > li a:hover {
  /*color: #d9b016 !important;*/
  background: transparent;
  padding-left: 15px;
}
.zo2-megamenu .row + .row {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-width: 206px;
  display: none;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  border-top: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.07);
  box-shadow: 0 0 7px rgba(0,0,0,0.07);
  margin-top: 50px;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module .module-title {
  font-size: 110%;
  margin: 0 0 10px 0;
  padding: 8px 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul {
  margin: 0 0 0 15px;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a {
  color: #4F4F4F;
  display: block;
  padding: 10px 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:hover,
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:active,
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:focus {
  color: #7FBE54;
}
.zo2-megamenu .mega > .mega-dropdown-menu .group-title {
  font-weight: bold;
}
.zo2-megamenu .mega.open > .mega-dropdown-menu,
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.zo2-megamenu .mega-group {
  *zoom: 1;
}
.zo2-megamenu .mega-group::before,
.zo2-megamenu .mega-group::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group::after {
  clear: both;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: inherit;
}
.zo2-megamenu .mega-group-content {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.zo2-megamenu .mega-group-content::before,
.zo2-megamenu .mega-group-content::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group-content::after {
  clear: both;
}
.zo2-megamenu .mega-group-content > .row > [class*="col-md"] > .mega-inner {
  padding: 0;
}
.zo2-megamenu .col-md-12.mega-col-nav .mega-inner {
  padding: 0;
}
.zo2-megamenu .mega-nav,
.zo2-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zo2-megamenu .mega-nav > li,
.zo2-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
  border-bottom: 1px solid #ededed;
}
.zo2-megamenu .mega-nav > li a,
.zo2-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
}
.zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  content: counter(li,square);
  position: absolute;
  left: 0;
  text-align: center;
}
.zo2-megamenu .mega-group > .mega-nav,
.zo2-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.zo2-megamenu .zo2-module {
  margin-bottom: 10px;
}
.zo2-megamenu .zo2-module .module-title {
  margin-bottom: 0;
}
.zo2-megamenu .zo2-module .module-ct {
  margin: 0;
  padding: 0;
}
.zo2-megamenu .zo2-module .module-ct ul {
  list-style: square;
}
.zo2-megamenu .zo2-module .module-ct iframe {
  border: none;
}
.zo2-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.zo2-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.zo2-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.zo2-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.zo2-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.zo2-megamenu .mega-align-justify {
  position: static;
}
.zo2-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.zo2-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.zo2-megamenu .nav .caret,
.zo2-megamenu .dropdown-submenu .caret,
.zo2-megamenu .mega-menu .caret {
  display: none;
}
.zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: none;
}
.zo2-megamenu .nav [class^="icon-"],
.zo2-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  top: 0;
  left: 100%;
}
@media (min-width: 768px) {
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .zo2-megamenu .mega:hover > .mega-dropdown-menu {
    display: block !important;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .zo2-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform-origin: 20% 20%;
    -webkit-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
  }
  .zo2-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
  }
  .zo2-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0,1);
    transform-origin: 10% 0;
    -webkit-transform: scale(0,1);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(0,1);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(0,1);
    -o-transform-origin: 10% 0;
  }
  .zo2-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.slide .mega.hovering > .mega-dropdown-menu {
    overflow: hidden;
  }
  .zo2-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%;
  }
  .zo2-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 50px;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 210px;
    margin-top: 0;
    margin-left: -500px;
  }
  .zo2-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show  .caret,
  .zo2-megamenu .sub-hidden-collapse > .nav-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    border-top: 1px solid #999;
  }
  .zo2-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
  .zo2-megamenu .zo2-module {
    margin-bottom: 0;
  }
  .zo2-megamenu .mega-nav > li a,
  .zo2-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .offcanvas {
    display: none;
    background: none repeat scroll 0 0 #465158;
    position: absolute;
    height: 100%;
    transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    top: 0;
    left: -50%;
    width: 49%;
  }
  .offcanvas ul {
    list-style: none;
  }
  .offcanvas .sidebar-close {
    color: rgba(0,0,0,0.4);
    display: block;
    float: right;
    font-size: 2em;
    padding: 12px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .offcanvas .sidebar-close:hover {
    color: #000;
  }
  .offcanvas.active {
    left: 0;
  }
  .wrapper {
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .wrapper:after {
    background: none repeat scroll 0 0 rgba(0,0,0,0.2);
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    -webkit-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -moz-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -ms-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -o-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
  }
  .wrapper.offcanvas-push {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
    overflow: hidden;
  }
  .wrapper.offcanvas-push:after {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    width: 100%;
  }
  body.overflow-hidden {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .offcanvas-overlay {
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    opacity: 0.5;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .offcanvas {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .offcanvas .sidebar-nav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
  }
  .offcanvas .sidebar-nav ul li a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: rgba(255,255,255,0.5);
    display: block;
    text-decoration: none;
    padding: 15px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
  }
  
     .offcanvas .sidebar-nav ul li a:hover{ /*ikke*/
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 15px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
	background: none repeat scroll 0 0 #008944;
  }
  .offcanvas .sidebar-nav ul.nav-sub {
    background: none repeat scroll 0 0 #525E66;
    margin: 0;
  }
  .offcanvas .sidebar-nav >ul >li.nav-active > a {
    background: none repeat scroll 0 0 #008944;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #FFFFFF;
  }
  .offcanvas.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .offcanvas.active .sidebar-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  body> * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.overflow-hidden > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .nav-parent {
    position: relative;
  }
  .nav-parent > .nav-oc-toggle {
    position: absolute;
    right: 5px;
    top: 4px;
    border: none !important;
    font-size: 18px;
    height: 8px;
  }
}
#main_menu .zo2-menu {
  background: none;
  border: 0;
}
#main_menu .navbar {
  margin: 0;
}
#zt-mainmenu {
  color: #ffffff;
  background-color: #16687f;
  border-bottom: 3px solid #135a6e;
  font-size: 14px;
}
#zt-mainmenu .navbar-toggle {
  background: #2c2c2c;
  height: 38px;
  margin: 5px 10px;
  padding: 0 9px;
  text-align: right;
  outline: 0;
}
#zt-mainmenu .navbar-toggle:hover,
#zt-mainmenu .navbar-toggle:focus {
  background: #f26c4f;
}
#zt-mainmenu .navbar-toggle:hover .icon-bar,
#zt-mainmenu .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
#zt-mainmenu #main_menu {
  padding: 0;
}
#zt-mainmenu #main_menu .navbar-collapse {
  padding: 0;
}
#zt-mainmenu ul.navbar-nav {
  height: 62px;
}
#zt-mainmenu ul.navbar-nav > li:first-child > a:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  padding: 0 10px;
  font-size: 20px;
}
#zt-mainmenu ul.navbar-nav > li.mega.open:before {
  display: block;
}
#zt-mainmenu ul.navbar-nav > li >a {
  display: block;
  height: 62px;
  line-height: 62px;
  cursor: pointer;
  width: 100%;
  z-index: 11;
  text-transform: uppercase;
  font-size: 108%;
  font-weight: 600;
  padding: 0 15px;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#zt-mainmenu ul.navbar-nav > li >a .caret {
  border: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu {
  padding-top: 8px;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #FFFFFF transparent;
  width: 0;
  left: 30px;
  top: 0px;
  z-index: 1000;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu > .mega-dropdown-inner {
  padding: 20px 30px;
  position: relative;
  background: #fff;
  z-index: 1000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu > .mega-dropdown-inner .group-title,
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu > .mega-dropdown-inner h3.module-title {
  color: #16687f !important;
  font-size: 110%;
  text-transform: uppercase;
  height: auto !important;
  font-weight: 600 !important;
  margin: 0;
  line-height: 34px;
  font-family: Open sans;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu > .mega-dropdown-inner .group-title:hover,
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu > .mega-dropdown-inner h3.module-title:hover {
  color: #16687f !important;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu > .mega-dropdown-inner li {
  float: none;
  border: 0;
  position: relative;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu > .mega-dropdown-inner li a {
  color: #797979;
  display: block;
  line-height: 34px;
  text-decoration: none;
  font-size: 100%;
  padding: 0 !important;
  margin: 0;
  height: auto;
  text-transform: inherit;
  font-weight: normal;
  background: none !important;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu > .mega-dropdown-inner .active > a,
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu > .mega-dropdown-inner li:hover > a {
  font-weight: bold;
  background: none;
  color: #F26C4F;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu .mega-dropdown-menu {
  top: 0;
  left: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  z-index: 1000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#zt-mainmenu ul.navbar-nav > li >.mega-dropdown-menu .mega-dropdown-menu:after {
  content: '';
}
#zt-mainmenu ul.navbar-nav > .active > a,
#zt-mainmenu ul.navbar-nav >li:hover > a,
#zt-mainmenu ul.navbar-nav >li:focus > a,
#zt-mainmenu ul.navbar-nav >.open>a {
  background: #f26c4f;
}
.zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  display: none;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  border-top: 0;
  margin-top: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.zo2-megamenu .col-md-12.mega-col-nav .mega-inner {
  padding: 0;
}
.features .menu-child.dropdown-menu.mega-dropdown-menu {
  margin-left: -100px; /*ikke*/
}
.features .menu-child.dropdown-menu.mega-dropdown-menu ul.level2 .menu-child.dropdown-menu.mega-dropdown-menu {
  margin-left: 0;
}
.zo2-megamenu .mega.dropdown-submenu > .mega-dropdown-menu {
  left: 100% !important;
  top: -3px;
}
@media (max-width: 981px) {
  .features .menu-child.dropdown-menu.mega-dropdown-menu {
    margin-left: 0px !important; /*ikke*/
  }
}
h3.moduletitle {
  color: #d9b016;
  display: inline-block;
  text-transform: uppercase;
}
h3.moduletitle .title1 {
  color: #8e8c84;
}
.module {
  -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 0 0; /* 60px bottom ikke*/
  padding: 0;
  width: 100%;
}
#zo2-right .module {
  border-left: 3px solid #d3d0c5;
  padding-left: 15px;
}
#zo2-right #login-form .input {
  background: transparent;
  border: none;
  margin: 0;
}
#zo2-right #login-form #modlgn-remember {
  margin-left: -20px;
  margin-top: 3px;
}
#zo2-right #login-form input[type="submit"] {
  background-color: #353849;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
}
#zo2-right #login-form input[type="submit"]:hover,
#zo2-right #login-form input[type="submit"]:active,
#zo2-right #login-form input[type="submit"]:focus {
  background-color: #000000;
}
#zo2-right #login-form .input:focus {
  background: transparent;
}
#zo2-right #login-form #form-login-username,
#zo2-right #login-form #form-login-password {
  border-bottom: 2px solid #d3d0c5;
  border-left: 3px solid #d9b016;
  margin-left: -18px;
  padding-left: 15px;
}
#zo2-bottom1 h3.moduletitle,
#zo2-bottom2 h3.moduletitle {
  color: #fff;
  font-size: 22px;
}
.no-line h3.moduletitle {
  background: none;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul.categories-module li {
  border-bottom: 1px solid #eaeaea;
  color: #333;
  padding: 10px 5px;
  display: block;
  line-height: 40px;
}
ul.categories-module li i {
  float: left;
  padding-right: 10px;
}
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 {
  margin: 0;
  text-transform: none;
}
ul.categories-module li a {
  color: #4f4f4f;
  display: block;
  font-size: 13px;
}
ul.categories-module li:hover,
ul.categories-module li.active {
  color: #7fbe54;
}
ul.categories-module li:hover a,
ul.categories-module li.active a {
  color: #7fbe54;
}
ul.archive-module li {
  padding: 10px 5px;
  display: block;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.07);
}
ul.archive-module li a {
  display: block;
}
ul.archive-module li:hover,
ul.archive-module li.active {
  color: #333;
  background: #f8f8f8;
}
ul.archive-module li:hover a,
ul.archive-module li.active a {
  color: #333;
  background: #f8f8f8;
}
.tagspopular ul li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
.tagspopular ul li a {
  display: block;
  padding: 4px 15px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #666;
  font-size: 11px;
}
.tagspopular ul li a:hover {
  background-color: #333333;
  color: #fff;
}
ul.mostread li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
ul.mostread li a {
  display: block;
  padding: 4px 15px;
  border: 1px solid #e8e8e8;
  color: #666;
  font-size: 11px;
}
ul.mostread li a:hover {
  background-color: #333333;
  padding: 4px 17px 4px 15px;
  color: #fff;
}
#zt-buttons {
  overflow: hidden;
}
#zt-buttons .zt-button {
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #DCE0E0;
  border-radius: 3px;
  display: block;
  float: left;
  height: 40px;
  margin: 5px 5px 5px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
#zt-buttons .icon {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  display: block;
  float: left;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 38px;
  z-index: 3;
}
#zt-buttons .icon i {
  color: #fff;
  line-height: 42px;
}
#zt-buttons .icon-facebook {
  background: url("../images/icon-facebook.png") no-repeat scroll 0 0 transparent;
  height: 17px;
  margin-top: 8px;
  width: 9px;
}
#zt-buttons .icon-twitter {
  background: url("../images/icon-twitter.png") no-repeat scroll 0 0 transparent;
  height: 13px;
  margin-top: 11px;
  width: 16px;
}
#zt-buttons .slide {
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px 3px 3px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  border-radius: 0px 3px 3px 0px;
  display: block;
  height: 100%;
  left: 38px;
  margin: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 112px;
  z-index: 2;
}
#zt-buttons .slide p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 100%;
}
#zt-buttons .facebook iframe {
  display: block;
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 1;
}
#zt-buttons .twitter iframe {
  display: block;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 90px !important;
  z-index: 1;
}
#zt-buttons .facebook:hover .slide,
#zt-buttons .twitter:hover .slide {
  left: 150px;
}
#zt-buttons .facebook .icon,
#zt-buttons .facebook .slide {
  background: #3e5b99;
}
#zt-buttons .twitter .icon,
#zt-buttons .twitter .slide {
  background: #35a8d4;
}
.rtl #zo2-footer .copyright {
  float: right;
}
.rtl #zo2-footer div.mod-languages ul {
  float: left;
}
.clearfix {
  clear: both;
}
.zt-typo-boxes {
  border-bottom: 1px solid #e2e3e5;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.zt-typo-boxes-inside {
  padding: 0 10px;
}
p {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  line-height: 1.1;
}
h1 {
  font-size: 350%;
}
h2 {
  font-size: 275%;
}
h3 {
  font-size: 240%;
}
h4 {
  font-size: 200%;
}
h5 {
  font-size: 175%;
}
h6 {
  font-size: 150%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
pre,
.zt-code1,
.zt-code2,
.zt-code3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #222;
  font: normal .92em/32px 'Curier New', monospace !important;
  margin: 0;
  padding: 20px;
}
pre,
.zt-code1 {
  background: #d3d9f5;
}
.zt-code2 {
  background: #d6edd5;
}
.zt-code3 {
  border: 1px solid #eee;
  background-color: #fefefe;
  color: #363636;
  padding-left: 82px !important;
}
.zt-code3 h4 {
  background: none repeat scroll 0 0 #A8B4EF;
  color: #FFFFFF;
  margin: 0 0 0 -64px !important;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 55px;
}
.zt-highlight1,
.zt-highlight2,
.zt-highlight3,
.zt-highlight4 {
  cursor: default;
  padding: 1px 5px;
  text-shadow: none;
}
.zt-highlight1 {
  background: #e5e5e5;
  color: #2f2f2f;
}
.zt-highlight2 {
  background: #7fb2ff;
  color: #fff;
}
.zt-highlight3 {
  background: #ff7f7f;
  color: #fff;
}
.zt-highlight4 {
  background: #ffe400;
  color: #2f2f2f;
}
[class^="zt-icon-"] li,
[class*=" zt-icon-"] li {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  list-style: none;
}
[class^="zt-icon-"] li:before,
[class*=" zt-icon-"] li:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  speak: none;
  margin-right: 5px;
}
.zt-icon-angle-left li:before {
  content: "\f104";
}
.zt-icon-angle-right li:before {
  content: "\f105";
}
.zt-icon-angle-up li:before {
  content: "\f106";
}
.zt-icon-angle-down li:before {
  content: "\f107";
}
.zt-icon-arrow-left li:before {
  content: "\f060";
}
.zt-icon-arrow-right li:before {
  content: "\f061";
}
.zt-icon-arrow-up li:before {
  content: "\f062";
}
.zt-icon-arrow-down li:before {
  content: "\f063";
}
.zt-icon-caret-down li:before {
  content: "\f0d7";
}
.zt-icon-caret-up li:before {
  content: "\f0d8";
}
.zt-icon-caret-left li:before {
  content: "\f0d9";
}
.zt-icon-caret-right li:before {
  content: "\f0da";
}
.zt-icon-chevron-up li:before {
  content: "\f077";
}
.zt-icon-chevron-down li:before {
  content: "\f078";
}
.zt-icon-chevron-left li:before {
  content: "\f053";
}
.zt-icon-chevron-right li:before {
  content: "\f054";
}
.zt-icon-chevron-sign-left li:before {
  content: "\f137";
}
.zt-icon-chevron-sign-right li:before {
  content: "\f138";
}
.zt-icon-chevron-sign-up li:before {
  content: "\f139";
}
.zt-icon-chevron-sign-down li:before {
  content: "\f13a";
}
.zt-icon-circle-arrow-left li:before {
  content: "\f0a8";
}
.zt-icon-circle-arrow-right li:before {
  content: "\f0a9";
}
.zt-icon-circle-arrow-up li:before {
  content: "\f0aa";
}
.zt-icon-circle-arrow-down li:before {
  content: "\f0ab";
}
.zt-icon-double-angle-left li:before {
  content: "\f100";
}
.zt-icon-double-angle-right li:before {
  content: "\f101";
}
.zt-icon-double-angle-up li:before {
  content: "\f102";
}
.zt-icon-double-angle-down li:before {
  content: "\f103";
}
.zt-icon-hand-right li:before {
  content: "\f0a4";
}
.zt-icon-hand-left li:before {
  content: "\f0a5";
}
.zt-icon-hand-up li:before {
  content: "\f0a6";
}
.zt-icon-hand-down li:before {
  content: "\f0a7";
}
.zt-icon-long-arrow-down li:before {
  content: "\f175";
}
.zt-icon-long-arrow-up li:before {
  content: "\f176";
}
.zt-icon-long-arrow-left li:before {
  content: "\f177";
}
.zt-icon-long-arrow-right li:before {
  content: "\f178";
}
.zt-typo-inside blockquote {
  border: none;
  font-style: italic;
  margin: 20px 0;
}
.zt-typo-inside blockquote p {
  font-size: 100%;
}
.zt-typo-inside blockquote small:before {
  content: "";
}
.zt-typo-inside blockquote div {
  display: block;
}
.zt-typo-inside blockquote div.zt-blockquote1 {
  background: url(../images/typo/open1.png) no-repeat left bottom;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  background: url(../images/typo/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 {
  background: url(../images/typo/open1.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  background: url(../images/typo/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  background: url(../images/typo/open2.png) no-repeat left bottom;
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  background: url(../images/typo/close2.png) no-repeat right top;
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote4 {
  background: url(../images/typo/open2.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  background: url(../images/typo/close2.png) no-repeat right top;
  padding: 0 48px;
}
.zt-box-info,
.zt-box-warning,
.zt-box-stickynote,
.zt-box-upload,
.zt-box-download {
  color: #353535;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.99);
}
.zt-box-info:before,
.zt-box-warning:before,
.zt-box-stickynote:before,
.zt-box-upload:before,
.zt-box-download:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 150%;
  speak: none;
  margin-right: 10px;
}
.zt-box-info:before {
  content: "\f129";
}
.zt-box-warning:before {
  content: "\f071";
}
.zt-box-stickynote:before {
  content: "\f0eb";
}
.zt-box-upload:before {
  content: "\f093";
}
.zt-box-download:before {
  content: "\f019";
}
.zt-box-info {
  background: #e5f4f9;
}
.zt-box-warning {
  background: #f8e7e5;
}
.zt-box-stickynote {
  background: #f6f2e1;
}
.zt-box-upload {
  background: #e4f7d3;
}
.zt-box-download {
  background: #e7ebfb;
}
.k2FeedIcon a,
a.k2FeedIcon {
  background: url(../images/fugue/feed.png) no-repeat 0 0;
  color: #999;
  display: block;
  float: left;
  font-size: 13px;
  height: 21px;
  line-height: 21px;
  margin: 32px 0 0;
  padding: 0 0 0 32px;
}
.k2FeedIcon a:hover,
a:hover.k2FeedIcon {
  color: #222;
}
.k2FeedIcon {
  float: none !important;
}
.activeCategory a {
  color: #dd5749;
}
article header ul + ul {
  border-left: none;
  border-right: none;
  border: 1px solid #e1e1e1;
}
article header ul + ul li {
  line-height: 28px;
}
h1 > sup,
h2 > sup {
  background: #DD5749;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 20px;
  padding: 2px 6px;
  text-transform: uppercase;
}
ul li.itemResizer a {
  background: url(../images/system/fonts.png) no-repeat 100% 5px;
  display: inline-block;
  height: 15px;
  text-indent: -9999em;
  width: 15px;
}
ul li.itemResizer span {
  padding: 0 6px 0 0;
}
ul li.itemResizer #fontIncrease {
  background-position: 0 5px;
}
.smallerFontSize {
  font-size: 90% !important;
}
.largerFontSize {
  font-size: 115% !important;
}
.itemBody > div > ul li:before {
  color: #222;
}
.itemImageBlock {
  margin: 0 0 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.itemImage {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: static;
}
.itemImageBlock img {
  -moz-border-radius: 5px;
  -moz-box-sizing: border-box;
  -moz-transition: all .18s ease;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -webkit-transition: all .18s ease;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  height: 400px !important;
  max-width: 100%;
  padding: 0;
  transition: all .18s ease;
  width: 100% !important;
}
.itemImageBlock img:hover {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.itemImageCaption {
  color: #999;
  display: block;
  font-size: 11px;
  padding: 8px 0 0;
}
.itemImageBlock > a {
  display: block;
  width: 100%;
}
.itemExtraFields ul li span.itemExtraFieldsValue,
.itemLinks .itemCategory a,
.itemLinks .itemTagsBlock ul {
  display: block;
  margin: 0 0 0 15%;
}
.itemBottom .itemRatingBlock span,
.itemBottom .itemRatingBlock .itemRatingList,
.itemBottom .itemRatingBlock .itemRatingForm ul.itemRatingList li,
.itemLinks .itemCategory span,
.itemLinks .itemAttachmentsBlock > span,
.itemExtraFields ul li span.itemExtraFieldsLabel,
.itemLinks .itemTagsBlock span,
.itemLinks .itemTagsBlock ul li,
.latestView .itemsContainer {
  float: left;
}
.latestView {
  margin: 0 -10px;
}
.itemBottom {
  clear: both;
  margin: 0 0 6px;
}
.itemLinks {
  clear: both;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}
.itemsCategory > h2 {
  border-bottom: 1px solid #eee;
  margin: 0 0 48px;
  padding: 0 0 24px;
}
.itemsCategory > p {
  border-bottom: 1px solid #eee;
  margin: -12px 0 48px;
  padding: 0 0 36px;
}
.itemLinks .itemTagsBlock,
.itemLinks .itemSocialSharing {
  clear: both;
  overflow: hidden;
}
.itemBody .itemTagsBlock {
  display: inline-block;
}
.itemBody .itemTagsBlock .itemTags {
  display: inline;
}
.itemSocialSharing {
  margin-top: 38px;
  padding: 20px 0;
}
.itemExtraFields {
  font-size: 12px;
  margin: 8px 0 24px;
}
.itemExtraFields h3 {
  font-size: 18px;
  padding: 0 0 8px;
}
small.itemDateModified {
  display: block;
  font-style: italic;
  text-align: right;
}
.itemRatingBlock {
  overflow: hidden;
}
.itemRatingBlock span {
  float: left;
}
.itemRatingForm {
  display: block;
  line-height: 25px;
  margin-left: 15%;
  vertical-align: middle;
}
.itemRatingLog {
  color: #999;
  float: left;
  font-size: 11px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 4px;
}
span#formLog {
  background: #dd5749;
  clear: both;
  color: white;
  display: block;
  float: none;
  margin: 10px 0;
  position: relative;
  text-align: center;
  top: 10px;
}
.itemRatingForm .formLogLoading {
  height: 25px;
  padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: url(../images/system/star.gif) left -1000px repeat-x;
}
.itemRatingList {
  background-position: left top;
  float: left;
  height: 25px;
  list-style: none;
  margin: 0 6px !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 125px;
}
.itemRatingList li {
  background: none;
  border: none !important;
  display: inline;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  border: none;
  cursor: pointer;
  height: 25px;
  left: 0;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 0;
}
.itemRatingList a:hover {
  background-position: left center;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  background-position: 0 bottom;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.itemExtraFields ul li {
  border-top: 1px solid #eee;
  list-style: none;
  padding: 5px 0;
}
.itemLinks ul li {
  list-style: none;
  margin-right: 6px;
}
.itemAttachmentsBlock {
  margin: 0 0 48px;
  min-height: 38px;
  padding: 10px;
}
.itemLinks .itemAttachmentsBlock ul li a {
  color: #fff !important;
  font-weight: 400;
  margin-left: 12px;
}
.itemLinks .itemAttachmentsBlock ul li a span {
  font-size: 11px;
  font-weight: normal;
}
.itemLinks .itemSocialSharing > div {
  float: left;
}
.itemAuthorBlock {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f8f7f5;
  border-top: 5px solid #d9b016;
  box-sizing: border-box;
  clear: both;
  padding: 25px;
}
.itemAuthorBlock > .zt-avatar {
  float: left;
  max-width: 80px;
}
.itemAuthorBlock > .zt-avatar > img {
  margin: inherit !important;
}
.itemAuthorBlock .itemAuthorDetails {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 24px 0 130px;
}
.itemAuthorBlock .itemAuthorDetails p {
  margin: 0.5em 0 0.8em;
}
.itemAuthorUrl,
.itemAuthorEmail {
  margin-right: 15px;
}
.itemAuthorData {
  margin: 0 0 30px;
  overflow: hidden;
}
.itemAuthorData h3 {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
.itemAuthorData a {
  color: #333 !important;
}
.itemAuthorData .itemAuthorContent {
  margin: 0;
}
.itemRelatedContent .itemAuthorContent {
  border-left: 3px solid #d3d0c5;
  margin: 0 0 32px 0;
  overflow: hidden;
  padding: 0 0 0 20px;
}
.itemRelatedContent .itemAuthorContent ul {
  padding-left: 20px;
}
.itemAuthorContent ul li {
  color: #d9b016;
  line-height: 1.6;
  padding: 5px 0 0 0;
}
.itemAuthorContent ul li a {
  color: #88857a;
}
.itemNavigation {
  clear: both;
  color: #7D7B7A;
  font-size: 12px;
  padding: 0;
}
.itemAuthorContent ul li a:hover {
  color: #2f3336;
}
.itemComments h3,
.itemAuthorContent h3 {
  color: #d3d0c5;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  text-transform: uppercase;
}
.itemAuthorContent h3 {
  padding-bottom: 0;
}
.itemCommentsForm label {
  clear: both;
  display: block;
  padding: 12px 0 6px;
}
.itemCommentsForm textarea,
.itemCommentsForm .inputbox {
  float: left;
}
.itemCommentsForm textarea.inputbox {
  height: 200px;
}
.itemCommentsForm .inputbox {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #efeeeb;
  width: 100%;
}
.itemCommentsForm .fname,
.itemCommentsForm .fmail,
.itemCommentsForm .furl {
  float: left;
  margin-right: 15px;
  width: 30%;
}
.itemCommentsForm #submitCommentButton {
  clear: both;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  margin: 20px 0 0;
  background-color: #353849;
  text-transform: uppercase;
  color: #fff;
}
.itemCommentsForm #submitCommentButton:hover,
.itemCommentsForm #submitCommentButton:focus,
.itemCommentsForm #submitCommentButton:active {
  background-color: #000;
}
.itemCommentsForm .itemCommentsFormNotes {
  color: #aaa;
}
#itemCommentsAnchor {
  clear: both;
  padding: 48px 0 0;
}
#itemCommentsAnchor h3 {
  color: #d9b016;
}
.itemComments p {
  color: #888;
  margin: 1.5em 0 1em;
}
.itemComments .itemCommentsList {
  padding: 0 0 24px;
}
.itemComments .itemCommentsList li {
  list-style: none;
  margin: 0 0 20px 36px;
  padding: 20px 0 0;
}
.itemComments .itemCommentsList li:first-child {
  border: none;
}
.itemComments .itemCommentsList li > div {
  padding: 10px;
}
.itemComments .itemCommentsList li > img,
.k2LatestCommentsBlock img,
.itemAuthorBlock > .zt-avatar > img {
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  float: left;
  margin: 18px 0 0;
  padding: 3px;
}
.itemComments .itemCommentsList li > div {
  margin: 0 0 0 92px;
}
.itemComments .itemCommentsList li span {
  color: #aaa;
  font-size: 14px;
  margin-right: 16px;
}
.itemComments .itemCommentsList li span:first-child {
  color: #222;
  font-size: 16px;
  font-weight: 400;
}
a.commentLink {
  float: right;
}
.itemBackToTop {
  float: right;
}
.itemList ul.itemTags {
  clear: both;
  font-style: italic;
  list-style: none;
  padding: 12px 0 0 0;
}
.itemTags {
  padding-left: 4px !important;
}
.itemList ul.itemTags li {
  float: left;
  margin-right: 6px;
}
.clr {
  clear: both;
}
.itemListSubCategories {
  overflow: hidden;
}
.userView article,
.genericView article,
.itemList article {
  clear: both;
  margin-top: 0px !important;
}
.subCategoryContainer {
  float: left;
  margin-bottom: 30px;
}
.subCategoryContainer .subCategory {
  height: auto !important;
}
.subCategoryContainer .subCategory h3 {
  margin: 20px 0;
}
.itemContainer {
  float: left;
  margin: 0 0 0px;
}
.itemContainer .itemTags {
  display: none;
}
.itemsContainer:first-child .itemList article,
.itemsContainer .itemsContainerWrap .itemList article,
#itemListLeading .itemContainer:first-child article.itemView,
.genericView .itemList article:first-child {
  border: none;
  margin-top: 0 !important;
}
#itemListLinks {
  clear: both;
}
#itemListLinks ul {
  margin: 12px 0 0 0;
}
#itemListLinks li {
  font-size: 13px;
  padding-left: 24px;
}
#itemListLinks a {
  color: #737373;
}
#itemListLinks a:hover {
  color: #2f3336;
}
.k2LatestCommentsBlock ul {
  margin: 0;
}
.k2LatestCommentsBlock .k2FeedIcon {
  margin-top: 16px;
}
.k2LatestCommentsBlock ul li,
.k2TopCommentersBlock ul li {
  border-left: 3px solid #d9b016;
  display: inline-block;
  line-height: 1.5 !important;
  list-style: none !important;
  margin: 0 0 45px -18px;
  padding-left: 15px;
}
.k2Avatar {
  display: block !important;
  float: left;
  margin: 0 24px 0 0;
}
.lcAvatar {
  margin: 0 12px 0 0;
}
.lcAvatar img {
  margin: 0;
}
.lcUsername {
  color: #90908f;
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.lcCommentDate {
  color: #cbcbcb;
  font-size: 90%;
  font-style: italic;
}
.k2LatestCommentsBlock div p {
  margin: 0.3em 0;
}
.k2LatestCommentsBlock div p a {
  color: #90908f !important;
}
.k2AuthorsListBlock ul li {
  border: none;
  padding: 12px 0;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  clear: both;
  display: block;
  font-size: 11px;
  line-height: 14px;
  margin: 12px 0 0;
  padding: 0 0 0 12px;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem span {
  color: #777;
  display: block;
  font-size: 10px;
}
#gkRight .k2Avatar,
#gkLeft .k2Avatar {
  border-color: #fff;
}
.tcUsername {
  color: #333;
  font-size: 18px;
}
.tcLatestComment {
  color: #737373;
  display: block;
  font-size: 13px;
  margin: 6px 0;
}
.tcLatestCommentDate {
  color: #999;
  display: block;
  font-size: 11px;
}
div .k2ItemsBlock ul {
  margin-right: -20px;
}
div .k2ItemsBlock ul li {
  background: none !important;
  list-style: none !important;
  margin: 0 0 12px;
  padding: 12px 20px 12px 0 !important;
}
a.moduleItemTitle {
  color: #2f3336;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.moduleItemAuthor {
  border-bottom: 1px solid #e1e1e1;
  font-size: 11px;
  margin: 0 0 16px;
  overflow: hidden;
}
.moduleItemAuthor a {
  color: #2f3336;
  display: block;
  padding: 0 0 12px;
}
.moduleItemAuthor p {
  clear: both;
}
.moduleItemIntrotext {
  display: block;
  line-height: 1.6;
  padding: 12px 0 0;
}
.moduleItemIntrotext a.moduleItemImage img {
  float: left;
  margin: 4px 0;
  overflow: hidden;
}
.moduleItemDateCreated,
.moduleItemCategory {
  color: #999;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
.moduleItemTags,
.moduleAttachments {
  border-top: 1px solid #e1e1e1;
  margin: 12px 0 0;
  overflow: hidden;
  padding: 12px 0 0;
}
.moduleItemTags strong {
  color: #2f3336;
  font-size: 12px;
}
.moduleItemTags a {
  float: right;
}
a.moduleItemComments {
  font-size: 12px;
}
a:hover.moduleItemComments {
  background-position: 0 100%;
  color: #fff;
}
.k2ItemsBlock ul li span.moduleItemHits {
  font-size: 90%;
}
.moduleItemImage {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.moduleItemReadMore {
  clear: both;
  display: block;
}
.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}
.k2LoginBlock fieldset.input p label,
.k2LoginBlock fieldset.input p input {
  display: block;
}
.k2LoginBlock fieldset.input p#form-login-remember label,
.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}
.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #eee;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.k2BreadcrumbsBlock span.bcTitle {
  color: #999;
  padding: 0 4px 0 0;
}
.k2BreadcrumbsBlock span.bcSeparator {
  font-size: 14px;
  padding: 0 4px;
}
.k2CalendarBlock {
  margin-bottom: 8px;
}
.k2CalendarLoader {
  background: #fff;
}
.k2CalendarBlock table.calendar {
  background: #fff;
  border-collapse: collapse;
  border-left: 1px solid #eee;
  margin: 0 auto;
  width: 100%;
}
.k2CalendarBlock table.calendar tr td {
  background: #fff;
  border: 1px solid #eee;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
  background: #fff;
  font-size: 15px !important;
  text-align: center;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
  background: #f5f5f5;
  color: #333;
  font-size: 11px;
  font-weight: 600;
  width: 14.2%;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}
.k2CalendarBlock table.calendar tr td.calendarDate {
  font-size: 11px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked {
  padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
  background: #dd5749;
  color: #fff !important;
  display: block;
  padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
  background: #dd5749;
  color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
  background: #f5f5f5;
  padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
  color: #dd5749;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
  background: #dd5749;
  color: #fff;
  display: block;
  padding: 2px;
}
.calendarNavLink {
  color: #dd5749;
}
.gkColumns > aside .k2CalendarBlock table.calendar,
.gkColumns > aside .k2CalendarBlock table.calendar tr td {
  background: none;
  border: none;
  color: #fff;
}
.gkColumns > aside .k2CalendarBlock table.calendar tr td.calendarDateLinked a {
  font-size: 18px;
  font-weight: 700;
}
.gkColumns > aside .calendarNavMonthPrev,
.gkColumns > aside .calendarCurrentMonth,
.gkColumns > aside .calendarNavMonthNext {
  background: #2f3336 !important;
}
.k2CategorySelectBlock form select {
  width: auto;
}
.k2ArchivesBlock ul li b {
  color: #ccc;
  font-size: 11px;
  font-weight: 400;
  padding: 0 0 0 4px;
}
.k2TagCloudBlock a {
  -moz-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  background-clip: padding-box;
  background-color: #ebe9e1;
  border-radius: 3px;
  border: 2px solid #ebe9e1;
  color: #8e8c84 !important;
  display: inline-block;
  margin: 4px;
  padding: 8px 13px;
  transition: all 0.3s ease 0s;
}
.k2TagCloudBlock a:hover {
  background-color: #f1f1f1;
  border: 2px solid #8e8c84;
  text-decoration: none;
}
#k2Container .gsc-branding-text {
  text-align: right;
}
#k2Container .gsc-control {
  width: 100%;
}
#k2Container .gs-visibleUrl {
  display: none;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
}
a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}
span.ubUserEmail {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  overflow: hidden;
  padding: 0;
  width: 16px;
}
span.ubUserEmail a {
  display: inline-block;
  height: 16px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 16px;
}
.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}
.catCounter {
  font-size: 11px;
  font-weight: normal;
}
article header .itemRatingBlock > span {
  display: none;
}
article header .itemRatingBlock > div {
  margin: 3px 0 0 0;
}
.itemContainerLast:first-child .itemImageBlock,
.clr + .itemContainerLast .itemImageBlock {
  padding: 0;
}
.itemCommentsPagination ul li {
  display: inline-block;
  font-size: 80%;
  margin: 0 3px;
}
.itemCommentsPagination ul {
  text-align: right;
}
.itemsContainerWrap time + header,
.cols-2 time + header,
.cols-3 time + header,
.cols-4 time + header {
  padding-left: 0 !important;
}
.itemsContainer .itemsContainerWrap,
.itemContainer .itemsContainerWrap {
  margin: 0 10px;
}
.itemsContainerWrap .itemView header ul li.itemDate,
.itemsContainerWrap header ul li.item-date,
.cols-2 header ul li.item-date,
.cols-3 header ul li.item-date,
.cols-4 header ul li.item-date {
  display: block;
}
.itemsContainer .itemsContainerWrap .itemList article {
  margin-bottom: 50px;
}
#k2Container article header h2 {
  clear: both;
  line-height: 1.2;
}
#k2Container .itemsContainerWrap article header h2 {
  font-size: 30px;
  line-height: 38px;
}
#k2Container .itemsContainerWrap article header {
  margin-bottom: 10px;
}
.itemIntroText ol,
.itemFullText ol {
  list-style-position: inside;
  list-style: decimal;
}
.itemView {
  margin-bottom: 80px;
}
.homepage #component {
  padding: 0;
}
img {
  max-width: 100%;
}
strong {
  color: #095701;
}
body.zo2-error > div {
  max-width: 1140px;
  margin: 50px auto 0;
  overflow: hidden;
}
body.zo2-error .img {
  float: left;
  width: 40%;
}
body.zo2-error #outline {
  width: 60%;
  float: left;
}
body.zo2-error #outline #errorboxoutline {
  padding: 0 50px;
}
body.zo2-error #outline #errorboxoutline h3 {
  color: #505050;
}
body.zo2-error #errorboxheader {
  font-size: 45px;
  color: #505050;
}
body.zo2-error ol li {
  margin: 3px 0;
}
body.zo2-error .btn-success {
  background: #23A843;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0 0;
  display: inline-block;
}
body.zo2-error .btn-success:hover {
  background: #40C761;
}
@media (max-width: 767px) {
  body.zo2-error #errorboxheader {
    font-size: 35px;
  }
  body.zo2-error .img {
    width: 100%;
    text-align: center;
  }
  body.zo2-error #outline {
    width: 100%;
  }
}
@keyframes capabilitieswidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes capabilitieswidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes capabilitiesspan {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes capabilitiesspan {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 20px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #4e4d4d;
  overflow-x: hidden;
}
body.body-overlayed {
  overflow: auto;
}
html body {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 20px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #4e4d4d;
 /* overflow-x: hidden;*/
    background:url(../../../../../images/bg-carnaval-sion-fete-festivite-planta-cortege-sorcier-carnavalesque-ambiance.jpg) repeat-y;
	background-attachment:fixed;
}
html body.body-overlayed {
  overflow: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #d9b016;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}
p {
  margin: 12px 0;
}
img {
  max-width: 100%;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
.full-width .col-md-12 {
  padding: 0;
}
.full-width .row {
  margin: 0;
}
.zo2-nopadding {
  padding: 0;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
}
.style-switcher {
  top: 200px;
}
body .style-switcher {
  z-index: 999;
}
.style-switcher ul.options.layout-select li a.fullwidth > img {
  margin-left: -1px;
}
body.boxed .wrapper {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#zo2-header .logo_retina {
  display: none;
}
#zo2-header .logo_normal {
 display: block;
 margin-top: -31px;
/* margin-left: -53px;*/
  width: 266px;
  
}
/*
@media screen and (min-resolution: 2dppx) {
  #zo2-header .logo_normal {
    display: none;
  }
  #zo2-header .logo_retina {
    display: block;
    margin: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #zo2-header .logo_normal {
    display: none;
  }
  #zo2-header .logo_retina {
    display: block;
    margin: auto;
  }
}*/
#top-menu {
  margin: 18px 0;
}
#top-menu .mod-wrapper-menu ul li {
  line-height: 15px;
}
#top-menu .mod-wrapper-menu ul li a {
  background: none;
  border-right: 1px solid #ececec;
  color: #e4b600;
  padding: 0 15px;
}
#top-menu .mod-wrapper-menu ul li a:hover,
#top-menu .mod-wrapper-menu ul li a:focus {
  background: none;
  color: #000;
}
#top-menu .mod-wrapper-menu ul li:last-child a {
  border: none;
}
nav.zo2-menu {
  background: none;
  border: none;
  min-height: inherit;
}
nav.zo2-menu .navbar-nav > li {
  font-size: 133%;
}
nav.zo2-menu .navbar-nav > li >a {
  padding: 5px 20px;
  margin-left:2px;
  color: #ffffff;
  text-align:center;
  background: -webkit-linear-gradient(#008c45, #007539); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#008c45, #007539); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#008c45, #007539); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#008c45, #007539); /* Standard syntax */
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  
  /* width: 120px; */
  height:40px;
  /*border-top: 1px solid #C00; */
}
nav.zo2-menu .navbar-nav > .open a {
background:#093;
color:#e0d12e;
}
nav.zo2-menu .navbar-nav > .open a:hover,
nav.zo2-menu .navbar-nav > .open a:focus {
background:#093;
color:#e0d12e;
border-width:0px;

}
nav.zo2-menu .navbar-nav .active a {
background:#093;
color:#e0d12e;
}
nav.zo2-menu .navbar-nav .active a:hover,
nav.zo2-menu .navbar-nav .active a:focus {
background:#093;
color:#e0d12e;
border-width:0px;
}
nav.zo2-menu .navbar-nav ul.mega-nav li a { /*submenu*/
  color: #ffffff;
 /* background:none;
  background-color:transparent;*/
  background:#093;
}
#zo2-slideshow .tp-caption a {
  color: #fff;
  cursor: pointer;
  line-height: 30px;
  padding: 0 46px;
  text-align: center;
  font-family: Roboto Slab;
  font-weight: 700;
}
#zo2-slideshow a.link {
  padding: 0 !important;
}
#zo2-project {
  background-color: #d9b016;
  background-image:url(../../../../../images/highlights_background_carnaval-de-sion-guggen-music-ambiance.jpg);
  padding: 55px 0 0;
}
#zo2-project .module {
  margin-bottom: 38px;
}
#zo2-project article {
  margin-bottom: 0;
}
#zo2-project h3.moduletitle {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 55px 15px;
}
#zo2-project h3.moduletitle span {
  background-color: #008c45;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-family: roboto;
  font-size: 100%;
  letter-spacing: 1px;
  padding: 10px 15px;
}
#zo2-project h3.moduletitle span:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
  font-size: 14px;
  padding-right: 15px;
}
#zo2-project .zo2-project-item {
  display: block;
  position: relative;
  margin: 0;
  border: 0px solid #c20b09;
  box-shadow: 1px 1px 5px #000000;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
}
#zo2-project .zo2-project-item img {
  z-index: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
#zo2-project .zo2-project-item:hover img {
  -webkit-transform: scale(1.3) rotate(-3deg);
  transform: scale(1.3) rotate(-3deg);
}
#zo2-project .zo2-project-item:nth-child(2n):hover img {
  -webkit-transform: scale(1.3) rotate(3deg);
  transform: scale(1.3) rotate(3deg);
}
#zo2-project .zo2-project-item .zo2-project-detail {
  height: 130px; /* ikke de maat :-) */
  position: relative;
  margin: 0;
  padding: 16px 16px;
  color: #FFE7E7;
  
  background: -webkit-linear-gradient(#008c45, #007539); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#008c45, #007539); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#008c45, #007539); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#008c45, #007539); /* Standard syntax */

  border-bottom: 0px solid #c20b09;
  border-color: transparent;
  z-index: 2;
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
}
#zo2-project .zo2-project-item .zo2-project-detail h3 {
  color: #fff5ce;
  font-size: 128%;
  text-transform: uppercase;
  margin: 0px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  position: relative;
}
#zo2-project .zo2-project-item .project-title-line {
  background: #b1b0ac;
  height: 2px;
  width: 80px;
  margin-left: 0;
  margin-top: 0;
}
#zo2-project .zo2-project-item .zo2-project-detail small {
  font-weight: 100;
  font-size: 120%;
  font-style: italic;
}
#zo2-project .zo2-project-item a:hover,
#zo2-project .zo2-project-item a:active,
#zo2-project .zo2-project-item a:focus {
  text-decoration: none;
}
#zo2-project .zo2-project-item:hover .zo2-project-detail,
#zo2-project .zo2-project-item.active .zo2-project-detail {
  border-bottom: 0px solid #8cafa0;
}
#zo2-project .zo2-project-item:hover h3,
#zo2-project .zo2-project-item.active h3 {
  color: #8cafa0;
}
#zo2-project .zo2-project-image {
  position: relative;
}
#zo2-project .zo2-project-image .hover-mask {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d9b016;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  text-transform: uppercase;
}
#zo2-project .zo2-project-image .hover-mask .project-view-line {
  width: 70px;
  height: 7px;
  margin-top: 70px;
}
#zo2-project .zo2-project-image .hover-mask hr {
  margin-bottom: 10px;
  border-width: 2px 0 0;
}
#zo2-project .zo2-project-image:hover .hover-mask {
  opacity: .8;
  filter: alpha(opacity=80);
  padding: 20px;
  z-index: 2;
}
#zo2-project .no-csstransitions .zo2-project-item:hover .hover-mask {
  opacity: 0;
  filter: alpha(opacity=0);
}
#zo2-project .zo2-project-image .hover-mask:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  border: 0px solid rgba(255,255,255,0.2);
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
#zo2-project .zo2-project-image .hover-mask:hover:after {
  border-width: 20px;
}
#zo2-project .zo2-project-image .hover-mask .project-view {
  color: #fff;
  margin: 0;
  padding: 16px;
  font-size: 130%;
  line-height: 24px;
  font-weight: 700;
  z-index: 3;
  position: relative;
}
#zo2-project .zo2-project-image .hover-mask p {
  color: #fff;
  margin: 0;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#zo2-project .zo2-project-image .hover-mask:hover p {
  bottom: 20px;
  right: 20px;
}
#zo2-project .no-opacity .zo2-project-image .hover-mask p {
  visibility: hidden;
}
#zo2-project .no-opacity .zo2-project-image .hover-mask:hover p {
  visibility: visible;
}
.blog-featured.home .item-title {
  display: block;
  font-size: 150%;
  margin-top: 35px;
  margin-bottom: 0;
}
.blog-featured.home .item-title:before {
  background-color: #6c6c6c;
  display: block;
  margin-bottom: 20px;
  content: "";
  height: 2px;
  width: 90px;
}
.blog-featured.home {
  padding: 55px 0;
}
.blog-featured.home .items-row {
  margin-bottom: 0;
}
.blog-featured.home .page-header {
  padding: 0;
}
.blog-featured.home .page-header h1 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 55px 0;
}
.blog-featured.home .page-header h1 span {
  background-color: #c2c1b5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-family: roboto;
  font-size: 100%;
  letter-spacing: 1px;
  padding: 10px 15px;
}
.blog-featured.home .page-header h1 span:before {
  font-family: 'FontAwesome';
  content: "\f0f6";
  padding-right: 15px;
  font-size: 13px;
}
.blog-featured.home .pull-left.item-image {
  margin: 0 0 15px;
}
.zo2-header {
  -moz-transition: height 0.5s ease 0s;
  -ms-transition: height 0.5s ease 0s;
  -o-transition: height 0.5s ease 0s;
  -webkit-transition: height 0.5s ease 0s;

  background-color: #e3b226;  
  background-image:url(../../../../../images/header_background_carnaval-de-sion-guggen-music-ambiance.jpg);
  background-repeat:no-repeat;
  height: 100px;
  left: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 10000;
}
.zo2-header .container {
  padding-top: 40px;
  padding-bottom: 40px;
  -moz-transition: padding 0.5s ease 0s;
  -ms-transition: padding 0.5s ease 0s;
  -o-transition: padding 0.5s ease 0s;
  -webkit-transition: padding 0.5s ease 0s;
}
.zo2-header.zo2-header-fixed {
  height: 90px;
}
.zo2-header.zo2-header-fixed .container {
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-transition: padding 0.5s ease 0s;
  -ms-transition: padding 0.5s ease 0s;
  -o-transition: padding 0.5s ease 0s;
  -webkit-transition: padding 0.5s ease 0s;
}
.zo2-header.zo2-header-fixed #header_logo {
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  line-height: 90px;
  transition: all 0.5s ease 0s;
}
.zo2-header.zo2-header-fixed #menusys_mega li.item > a {
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  padding-top: 20px;
  transition: all 0.5s ease 0s;
}
.zo2-header #zt-search {
  float: right;
  margin-left: 65px;
}
.zo2-header .search form {
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  display: inline-block;
  margin: 0px 0 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: all 0.5s ease 0s;
  float: right;
}
.zo2-header .search form:before {
  color: #555555;
  content: "";
  z-index: 9;
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 50px;
}
.zo2-header .icon-search {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  padding: 0;
}
.zo2-header .icon-search i {
  font-size: 150%;
  color: #000;
}
.zo2-header .search-form {
  background: none repeat scroll 0 0 #fff;
  display: none;
  padding: 0 65px 0 20px;
  position: absolute;
  right: -15px;
  top: -40px;
  width: 1170px;
  z-index: 999;
}
.zo2-header .search-form .search-close {
  color: #000;
  cursor: pointer;
  font-size: 200%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 38px;
  width: 50px;
}
.zo2-header .search-form .inputbox {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  box-shadow: none;
  color: #fff;
  cursor: text;
  font-size: 250%;
  font-style: italic;
  height: 120px;
  line-height: 60px;
  margin: 0;
  padding: 30px 0;
  width: 100%;
}
.zo2-header .search-form .inputbox:focus {
  color: #000;
}
.zo2-header .search {
  float: right;
  height: 56px;
  line-height: 60px;
  text-align: center;
  width: 20px;
}
.zo2-header .head-search {
  width: 100% !important;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  top: 0;
}
.zo2-header #mod-search-searchword.input-search {
  width: 100%;
}
.zo2-header .head-search i {
  z-index: 100;
  cursor: pointer;
}
.gmap-page .embed-container {
  padding-bottom: 0;
}
#top-footer {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.zo2-parallax {
  background: #008c45;
  min-height: 215px;
}
.zt-testimonial {
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.zt-testimonial h3.moduletitle {
  color: #fff;
  text-transform: uppercase;
}
.zt-testimonial #quotemodule .effectContainer {
  border: none !important;
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: inherit;
}
.zt-testimonial #quotemodule .effectContainer >div {
  font-size: 150%;
  font-weight: lighter;
  font-style: italic;
  background: none !important;
  padding-left: 0 !important;
  position: static;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.zt-testimonial #quotemodule .effectContainer >div:before {
  font-family: 'FontAwesome';
  font-size: 50px;
  content: "\f10d";
}
.zt-testimonial #quotemodule .effectContainer >div >div {
  float: none !important;
  margin-top: 30px;
  margin-right: 0 !important;
  font-size: 80%;
}
#zo2-footer {
  background-color: #252525;
}
#zo2-footer .module {
  margin: 24px 0 20px;
}
#zo2-footer div.mod-languages ul {
  float: right;
  padding: 20px 0;
}
#zo2-footer div.mod-languages ul li {
  display: inline-block;
}
footer {
  display: inline-block;
  padding: 20px 0 15px;
  width: 100%;
}
footer section {
  float: left;
}
footer .copyright {
  float: left;
  color: #867c7b;
  margin-top: 22px;
}
footer .footer_zo2_logo img {
  float: right;
}
.highslide-gallery ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.highslide-gallery ul li {
  background: none repeat scroll 0 center rgba(0,0,0,0);
  float: left;
  list-style: none outside none;
  margin: 3px;
  padding: 0;
}
.highslide-gallery ul li img {
  float: left;
  margin: 0;
}
#gototop {
  background-color: rgba(0,0,0,0.2);
  bottom: 10px;
  height: 94px;
  padding: 37px 28px;
  position: fixed;
  right: 4px;
  transition: all 0.2s ease-in-out 0s;
  width: 80px;
  z-index: 100;
}
#gototop:hover {
  background-color: rgba(0,0,0,0.4);
}
#gototop i {
  color: #888888;
  font-size: 24px;
  line-height: 24px;
}
#gototop i:hover {
  color: #fff;
}
#zt-about {
  border-bottom: 1px solid #008c45;
  margin: 25px 0;
}
#zt-about #zt-info h3 {
  margin-top: 0;
  color: #008c45;
  font-size: 15px;
  text-transform: uppercase;
}

#zt-about #zt-info h3:before {
  background-color: #008C45;
  content: "";
  height: 1px;
  display: block;
  margin-bottom: 20px;
  width: 110px;
}
#zt-about #zt-social h4 {
  color: #008c45;
  font-weight: lighter;
  font-size: 120%;
  text-transform: uppercase;
}
#zt-about #zt-social h3 {
  font-size: 200%;
  text-transform: uppercase;
  margin: 10px 0;
}
#zt-social>div {
  border-left: 1px solid #c0c0c0;
  float: left;
  padding-left: 50px;
}
#zt-social a {
  color: #000000;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  display: inline-block;
  font-size: 25px;
  margin: 0 25px 0 0;
  position: relative;
  transition: all 0.3s linear;
}
#zt-social a:hover,
#zt-social a:focus,
#zt-social a:active {
  color: #d9b016;
}
#zo2comment-tabs .embed-container {
  padding-bottom: 0;
}
.module .nav .active > a,
.module .nav .active > a:hover,
.module .nav .active > a:focus {
  background-color: #EEEEEE;
  border-color: #428BCA;
}
.btn-success {
  border: none;
  background-color: #7ebe54;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 10px 15px;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.carousel-caption {
  font-weight: 300;
  text-align: left;
  top: 20%;
  color: #fff;
}
.carousel-caption h3 {
  color: #fff;
  font-size: 40px;
}
.carousel-caption p {
  font-size: 16px;
}
.bs-example {
  margin: 15px 0;
}
#k2Container span.itemEditLink {
  width: inherit;
}
#k2Container span.itemEditLink a {
  display: block;
  position: static;
}
.k2AccountPage .k2ProfileHeading {
  border-top: none;
}
.k2AccountPage #genderm-lbl,
.k2AccountPage #genderf-lbl {
  float: left;
  margin: 0 10px 0 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  body .mobile-logo {
    float: right;
    margin-right: 140px !important;
  }
}
@media (max-width: 767px) {
  body {
   /* padding-left: 10px;
    padding-right: 10px; ikke*/
  }
  body .mobile-logo {
    float: right;
    margin-right: 100px;
  }
  body .mobile-menu {
    float: left;
	border:#3C3;
	border-width:15px;
  }
  body #zt-about {
    margin: 70px 0 20px;
    border-bottom: 0px solid #c0c0c0;
  }
  body #zt-info {
    border-bottom: 1px solid #c0c0c0;
  }
  body #zt-social > div {
    border-left: 0 solid #c0c0c0;
    float: none;
    margin: 40px 0 0;
    padding-left: 0;
    text-align: center;
  }
  body .mod-languages {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
  }
  body #zo2-footer div.mod-languages ul {
    float: none;
    padding: 10px 0;
  }
  body .item-image img {
    overflow: hidden;
    width: 100%;
  }
  body nav.zo2-menu {
    margin: 0;
  }
  body nav.zo2-menu .navbar-toggle {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 23px 0 0 0;
  }
  body nav.zo2-menu .navbar-toggle .icon-bar {
    background-color: #525252;
    display: block;
    height: 4px;
    margin: 0 0 3px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 30px;
  }
  body nav.zo2-menu .navbar-toggle:hover {
    background: none;
  }
  body .navbar-nav {
    margin: 0;
  }
  body .navbar-header {
    float: left;
  }
  body nav.zo2-menu .navbar-nav > li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eaeaea;
  }
  body .zo2-feature {
    margin-bottom: 30px;
  }
  body #news .mod-news img {
    float: none;
  }
  body .social a {
    height: 35px;
    margin: 0 3px;
    width: 35px;
  }
  body #zo2-header {
    padding: 0px 0;
  }
  body .copyright {
    text-align: center;
    float: none;
  }
  body .footer_zo2_logo {
    text-align: center;
    margin-top: 20px;
  }
  body .footer_zo2_logo img {
    float: none;
  }
  body #top-menu {
    text-align: center;
  }
  body .social.header-social {
    text-align: center;
  }
  body #zo2-header-top {
   /* padding-bottom: 20px; ikke*/
  }
  body #zo2-bottom1 .btn {
    font-size: 9px;
  }
  body #zo2-bottom1 .no-line h3 {
    margin-bottom: 15px;
  }
  body #zo2-bottom2 .module {
    margin-bottom: 15px;
  }
}
@media (max-width: 980px) {
  .menu-child.dropdown-menu.mega-dropdown-menu {
    width: 200px !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #component .blog-featured .item {
    clear: both;
    display: block;
  }
  #component .blog-featured .item h2 {
    font-size: 200%;
    margin-top: 20px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-left: -40px;
    margin-top: -15px;
    width: 30px;
  }
  body #zo2-footer div.mod-languages ul {
    float: none;
    padding: 10px 0;
  }
  body .mod-languages {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
  }
  #component .blog-featured .item-image {
    margin-bottom: 25px;
    margin-right: 20px;
    margin-top: 0;
    width: 50%;
  }
  body #zt-info .images {
    float: left;
  }
  body #zt-info .text-content {
    padding: 0 0 0 30%;
  }
  body .zo2-menu {
    margin-left: 130px !important; /*ikke*/
	width: 425px;
  }
  body .zo2-menu >.container {
    padding: 0 !important;
  }
  body nav.zo2-menu .navbar-nav > li > a {
    font-size: 13px;
    padding: 7px 10px;
  }
  
  body .social a {
    height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  body .social a i {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  body .carousel-caption {
    top: 0;
  }
  body .carousel-caption h3 {
    font-size: 30px;
  }
  body .carousel-caption p {
    font-size: 13px;
  }
  body #news .mod-news img {
    float: none;
  }
}
@media (min-width: 991px) and (max-width: 1150px) {
  body #top-search form {
    padding: 0 10px;
  }
  body .social a {
    height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  body .social a i {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  body .zo2-menu >.container {
    padding: 0 !important;
  }
}
@media (min-width: 990px) and (max-width: 1050px) {
  li[data-id="744"] div[data-width="440"] {
    width: 420px !important;
  }
  #zt-info .images {
    float: left;
  }
  #zt-info .text-content {
    padding: 0 0 0 20%;
  }
}
@media (min-width: 1180px) {
  #zt-info .images {
    float: left;
  }
  #zt-info .text-content {
    padding: 0 0 0 20%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  body .zo2-header .search form {
    width: 63%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  body .zo2-header .search form {
    width: 35%;
  }
  .zo2-header .search {
    position: absolute;
    width: 50px;
    right: 15px;
  }
}
@media (min-width: 990px) and (max-width: 1170px) {
  body .zo2-header .search form {
    width: 83%;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  body nav.zo2-menu .navbar-nav > li > a {
    font-size: 13px;
    padding: 8px 10px;
  }
  body .zo2-menu {
    margin-left: 140px !important;
	/*width: 450px;*/
  }
}
@media (min-width: 1151px) and (max-width: 1180px) {
  .zo2-menu >.container {
    padding: 0 !important;
  }
  #zt-info .images {
    float: left;
  }
  #zt-info .text-content {
    padding: 0 0 0 20%;
  }
}
@media (max-width: 767px) {
  body #zt-info .images {
    float: left;
  }
  body #zt-info .text-content {
    padding: 0 0 0 30%;
  }
  #component .blog-featured .item {
    clear: both;
    display: block;
  }
  #component .blog-featured .item h2 {
    font-size: 200%;
    margin-top: 20px;
  }
  #component .blog-featured .item-image {
    margin-bottom: 25px;
    margin-top: 0;
    float: none;
    width: 100%;
  }
}
@media (max-width: 750px) {
  body .zo2-header .search form {
    width: 22.5% !important;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  body .zo2-header .search form {
    width: 26.5% !important;
  }
}
@media (max-width: 750px) {
  .pricing_box h2 {
    font-size: 20px !important;
  }
  .pricing_box a.button {
    padding: 5px 15px !important;
  }
}
@media (max-width: 360px) {
  body #zt-about #zt-info .images {
    float: none;
    text-align: center;
  }
  body .mobile-logo {
    float: right;
    margin-right: 75px !important;
  }
  body #zt-about #zt-info .text-content {
    clear: both;
    display: inline-block;
    margin-top: 20px;
    padding: 0 0 0 0;
  }
}
@media (max-width: 480px) {
  body .item-line {
    width: 270px;
  }
  body .item-line1 {
    width: 270px;
  }
  .zo2-header .search {
    position: absolute;
    right: 0px;
    width: 50px;
  }
  body .mobile-logo {
    float: right;
    margin-right: 100px;
  }
  body .zo2-header .search form {
    width: 26%;
  }
  .pricing_box {
    width: 100% !important;
  }
}
.ie8 body {
  overflow: inherit;
}
.zo2-socialshares-floatbar {
  background: none repeat scroll 0 0 padding-box #FFFFFF;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  font: 10px/16px Arial;
  min-width: 55px;
  padding: 5px;
  text-align: center;
  position: fixed;
  top: 195px;
  margin-left: -100px;
  width: 70px;
  z-index: 999;
}
#carousel-Gallery {
  height: auto;
}
.lightbox-modal img {
  margin-bottom: 5px;
}
.rtl .offcanvas .nav-parent > .nav-oc-toggle {
  left: 5px;
  right: auto;
}
.rtl .search {
  left: 20px;
  position: absolute;
  right: auto;
}
@media (max-width: 767px) {
  .rtl .mobile-logo {
    margin-right: 0;
    margin-left: 100px;
  }
}
.rtl .zo2-header .search-form {
  left: -15px;
  right: auto;
  padding: 0 20px 0 65px;
}
.rtl .zo2-header .search-form .search-close {
  left: 15px;
  right: auto;
}
.rtl #zo2-project h3.moduletitle {
  margin: 0 15px 45px 0;
}
.rtl #zo2-project h3.moduletitle span:before {
  content: none;
  padding-right: 0;
}
.rtl #zo2-project h3.moduletitle span:after {
  font-family: 'FontAwesome';
  content: "\f0c9";
  padding-left: 15px;
}
.rtl #zo2-project .zo2-project-item .project-title-line {
  margin-right: 0;
}
.rtl.blog-featured.home .page-header h1 span:before {
  content: none;
  padding-right: 0;
}
.rtl.blog-featured.home .page-header h1 span:after {
  font-family: 'FontAwesome';
  content: "\f0f6";
  padding-left: 15px;
  font-size: 13px;
}
.rtl.blog-featured.home .pull-left.item-image {
  margin: 0 0 20px;
}
.rtl #zt-social > div {
  border-right: 1px solid #C0C0C0;
  border-left: none;
  float: left;
  padding-right: 50px;
  padding-left: 0;
}
.rtl .ztvc-icon-agent .ztvc-column {
  padding-left: 20px;
}
.rtl .blog .icons .btn-group.pull-right {
  float: left !important;
}
.rtl .article-info dd {
  float: right;
}
.rtl article > .time {
  left: auto;
  right: 10px;
}
.rtl article > .time + header {
  padding-right: 90px;
  padding-left: 0;
}
.rtl article header ul li {
  float: right;
}
.rtl .itemRelatedContent .itemAuthorContent {
  border-right: 3px solid #d3d0c5;
  border-left: none;
  padding-left: 0px;
  padding-right: 20px;
}
.rtl .itemRelatedContent .itemAuthorContent ul {
  margin-right: 20px;
  margin-left: 0;
}
.rtl .itemLinks .itemSocialSharing > div {
  float: right;
}
.rtl .itemRatingList {
  float: right;
}
.rtl .itemRatingBlock span {
  float: right;
}
.rtl .itemAuthorBlock > .zt-avatar {
  float: right;
}
.rtl .itemAuthorBlock .itemAuthorDetails {
  margin: 0 130px 0 24px;
}
.rtl .itemCommentsForm .fname,
.rtl .itemCommentsForm .fmail,
.rtl .itemCommentsForm .furl {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .itemComments h3 {
  color: #d9b016;
}
.rtl #searchForm .btn-toolbar .btn-group.pull-left {
  float: right !important;
}
.rtl #searchForm .btn-toolbar > .btn-group + .btn-group {
  margin-right: 5px;
  margin-left: 0px;
}
.rtl .form-horizontal .control-label {
  text-align: right !important;
}
.rtl #zo2-right #login-form #modlgn-remember {
  margin-right: -20px;
}
.rtl .zo2-megamenu ul.navbar-nav > li >.mega-dropdown-menu .mega-dropdown-menu {
  left: auto;
  right: 100%;
}
.rtl .zo2-megamenu .level-top > li[data-level="1"] > .mega-dropdown-menu > .mega-dropdown-inner {
  margin-right: -1px;
  margin-left: 0;
}
.rtl #zt-buttons .zt-button {
  float: right;
}
.rtl div.zo2-socialshares-floatbar > div {
  direction: ltr;
}
.rtl .zo2-socialshares-floatbar {
  margin-left: 0;
  margin-right: -100px;
}
.ie8 .itemAuthorBlock .zt-avatar img {
  max-width: none !important;
}
.ie8 .k2LatestCommentsBlock img {
  max-width: none !important;
}
.ie8 .img-intro-left img,
.ie8 .img-intro-right img,
.ie8 .img-intro-none img,
.ie8 .item-image img,
.ie8 .img-fulltext-right img,
.ie8 .img-fulltext-left img,
.ie8 .img_caption img {
  max-width: none !important;
}
.itemImageBlock .modal,
.itemEditLink.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: hidden;
  position: static !important;
  top: auto !important;
  width: auto !important;
  z-index: 1050;
  display: block !important;
}
.content-testimonial {
  color: #FFFFFF;
}
#ztTestimonial .tw-fb a {
  color: #FFFFFF;
}
#ztTestimonial .name,
#ztTestimonial .email,
#ztTestimonial .position,
#ztTestimonial .website {
  color: #FFFFFF;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  margin-top: 25px;
}
#ztTestimonial p.content-testimonial:after {
  bottom: -31px;
}
#top-footer h3.moduletitle {
  color: #fff;
  width: 100%;
  font-weight: bold;
  margin-top: 25px;
  font-family: roboto;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1.3px;
}
body #ztTestimonial p.content-testimonial:after {
  border-width: 0;
}
body #ztTestimonial p.content-testimonial:before {
  border-width: 0;
}
#zt-info .images {
  float: left;
}
#zt-info .text-content {
  padding: 0 0 0 20%;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f0d7";
}
body .nav-parent > .icon-caret-up:before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: 70%;
}
.nav-parent > .icon-caret-down:before {
  font-family: FontAwesome;
  font-size: 70%;
  color: #fff;
  content: "\f067";
}
.offcanvas .sidebar-close {
  font-family: FontAweSome;
  text-decoration: none;
  font-size: 14px;
  color: #ccc;
  padding: 5px 15px;
}
.offcanvas .sidebar-close:before {
  content: "\f00d";
}
.controls input {
  background: #fff;
}
.k2LatestCommentsBlock li {
  list-style: none;
}
#k2Container .subCategory {
  height: auto !important;
  margin-bottom: 30px;
}
.login .control-group:nth-child(3) > .control-label {
  float: left;
}
.login .control-group:nth-child(3) > .controls {
  clear: none;
  left: 10px;
  position: relative;
  top: 7px;
}
.login .controls {
  clear: left;
}
.login .nav .open > a,
.login .nav .open > a:hover,
.login .nav .open > a:focus {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}
.login .nav-tabs > li > a:hover {
  border-color: rgba(0,0,0,0);
}
.login .nav > li > a:hover,
.login .nav > li > a:focus {
  background-color: rgba(0,0,0,0);
}
.off-canvas-trigger:hover > span {
  background: #aaaaaa !important;
}
.icon-cog:before {
  content: "\f013";
}
.icon-cog {
  display: inline-block;
  font-family: FontAwesome;
}
.control-group .hasTooltip {
  display: inline-block !important;
}
.controls i.icon-calendar:after {
  content: "\f073";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
}
.is-sticky .zo2-header {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 8px 0;
  height: auto;
}
.boxed .is-sticky .zo2-header .container {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 8px 0;
}
.boxed .is-sticky .zo2-header {
  background: none;
  box-shadow: 0 0 0px 0;
}
#ztTestimonial {
  margin: auto !important;
}
#ztModule > div {
  height: auto !important;
}
#zo2-header-sticky-wrapper {
  height: auto !important;
}
.tp-bullets.simplebullets.round-old .bullet {
  background-color: #45524d;
  background-image: none;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  margin-right: 7px;
  box-shadow: 0 0 0 3px #9d9d9d inset;
  opacity: 0.6;
  transition: background 0.3s ease 0s;
}
.tp-bullets.simplebullets.round-old .bullet.selected {
  opacity: 1;
  background-color: #fff !important;
  border: 3px solid #d9b016;
  box-shadow: none;
}
.tp-bullets.simplebullets.round-old .bullet:hover {
  opacity: 1;
  background-color: #fff !important;
  border: 3px solid #d9b016;
  box-shadow: none;
}
#zo2-header .container {
  position: relative;
}
#social-inner p i {
  background: none repeat scroll 0 0 #000;
  border-radius: 2px;
  color: #fff;
  font-size: 130%;
  height: 25px;
  line-height: 25px;
  margin-right: 20px;
  text-align: center;
  width: 25px;
}
#zt-social > div {
  padding-bottom: 55px;
}
#social-inner p i:hover {
  box-shadow: 0 0 0 26px #d9b016 inset;
}
#social-inner p i {
  transition: all 1s ease 0s;
}
.panel-group .panel {
  display: inline-block;
  width: 100%;
}
#component .article-content-Pricing .plan-price h2 span {
  font-size: 50%;
}
#component .article-content-Pricing .th-pricing h2 span {
  font-size: 50%;
}
#component .article-content-Pricing .th-pricing .plan {
  border: 2px solid #eee;
  margin: 0;
  padding: 0;
  text-align: center;
}
#component .article-content-Pricing .th-pricing .plan {
  border: 2px solid #eee;
  margin: 0;
  padding: 0;
  text-align: center;
}
#component .article-content-Pricing .th-pricing .plan li.plan-duration {
  background: none repeat scroll 0 0 #aaa;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px 5px;
}
#component .article-content-Pricing .th-pricing .plan li {
  list-style: none outside none;
  font-size: 16px;
}
#component .article-content-Pricing .th-pricing .plan li.plan-details ul {
  font-size: 16px;
  padding: 0;
}
#component .article-content-Pricing .th-pricing .plan li.plan-details ul li:first-child {
  border-top: 1px solid #eee;
}
#component .article-content-Pricing .th-pricing .plan li.plan-details ul li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin: 0 20px;
}
#component .article-content-Pricing .th-pricing .plan li.plan-action {
  padding: 30px 10px;
}
#component .article-content-Pricing .th-pricing .plan li.plan-action a {
  background: none repeat scroll 0 0 #d9b016;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: none;
}
#component .article-content-Pricing ul.plan:hover {
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
}
#component .article-content-Pricing ul.plan {
  transition: all 0.15s ease 0s;
}
#component .article-content-Pricing .th-pricing .plan {
  border: 2px solid #eee;
  margin: 0;
  padding: 0;
  text-align: center;
}
#component .article-content-Pricing .th-pricing .plan li.plan-name {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  padding: 20px 10px 15px;
  text-transform: uppercase;
}
#component .article-content-Pricing .th-pricing .plan li.plan-duration {
  background: none repeat scroll 0 0 #aaa;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px 5px;
}
#component .article-content-Pricing .pricing-table {
  padding-bottom: 100px;
  padding-top: 40px;
}
#component .article-content-Pricing .moduletable {
  margin-bottom: 40px;
}
#component .article-content-Pricing .pricing-table .col .col-header {
  background: none repeat scroll 0 0 #666666;
  color: #ffffff;
  padding: 10px 20px;
}
#component .article-content-Pricing .pricing-table .col .col-footer {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #d5d5d5;
  padding: 20px;
}
#component .article-content-Pricing h2,
#component .article-content-Pricing h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
}
#component .article-content-Pricing .plan-price h2 {
  font-size: 170%;
  font-weight: normal;
}
#component .article-content-Pricing .pricing-table .col ul {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee #eeeeee rgba(0,0,0,0);
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#component .article-content-Pricing .pricing-table .col ul li {
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 20px;
  text-align: center;
}
#component .article-content-Pricing .btn-primary3 {
  margin-top: 25px;
}
#component .article-content-Pricing .pricing-table .col-feature {
  margin-top: -20px;
  z-index: 200;
}
#component .article-content-Pricing .btn-primary {
  background-color: #d9b016;
  border-color: #d9b016;
  color: #ffffff;
}
#component .article-content-Pricing .pricing-table .col .big-number {
  display: inline-block;
  font-size: 70px;
  margin: 25px;
}
#component .article-content-Pricing .pricing-table .col .big-number sup {
  font-size: 28px;
  top: -1em;
}
#component .article-content-Pricing .pricing-table .col ul li.no {
  color: #999999;
  text-decoration: line-through;
}
#component .article-content-Pricing .pricing-table .col ul li.row1 {
  background: none repeat scroll 0 0 #f7f7f7;
}
#component .article-content-Pricing .th-pricing .featured::before {
  position: absolute;
  content: "\f02e";
  font-family: FontAwesome;
  color: #d9b016;
  right: 30px;
  font-size: 30px;
}
#component .article-content-Pricing .pricing-table .col {
  margin-bottom: 0;
}
#component .article-content-Pricing .pricing-table .col.no-padding {
  padding: 0;
}
#component .article-content-Pricing .pricing-table .col-feature .col-header {
  background: none repeat scroll 0 0 #d9b016;
  padding: 20px;
}
#component .article-content-Pricing .col.shadow {
  box-shadow: 0 0 12px 2px rgba(0,0,0,0.5);
}
#component .article-content-Pricing .btn.btn-lg {
  padding: 10px 20px;
  font-size: 14px;
}
#component .article-content-Pricing .btn.btn-lg.btn-primary {
  background: #d9b016;
  color: #fff;
  border: 1px solid #d9b016;
}
#component .article-content-Pricing .btn-default2 {
  background: gray !important;
  border: 1px solid gray !important;
}
#component .article-content-Pricing .th-pricing .featured li.plan-action a {
  background: none repeat scroll 0 0 #d9b016;
  color: #ffffff;
}
#component .article-content-Pricing .plan-action .btn.btn-primary {
  padding: 10px 80px;
}
#component .article-content-Pricing a.btn {
  background-color: #d9b016;
  transition: all 0.4s ease 0s;
  border-color: #d9b016;
  color: #fff;
}
#component .article-content-Pricing a.btn:hover {
  color: #fff;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.introText .pricing_box a.button {
  background: gray !important;
  border: 1px solid gray;
  font-size: 100%;
  border-radius: 3px;
  font-weight: bold;
}
p a.readon {
  background-color: #d9b016 !important;
  border: 2px solid transparent;
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 10px 15px;
}
.faq-item-page {
  margin-bottom: 40px;
}
.zt-accordion #accordion .panel-heading a:before {
  background: none repeat scroll 0 0 #eee;
  color: #b5b5b5;
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  height: 40px;
  line-height: 40px;
  margin: 0 15px 0 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
}
.zt-accordion #accordion .panel-heading h4 a:hover {
  color: #d9b016;
}
.zt-accordion #accordion .panel-heading h4 a:hover:before {
  background: none repeat scroll 0 0 #d9b016;
  color: #ffffff !important;
}
.zt-accordion #accordion .panel-heading.active h4 a:before {
  content: '\f068';
}
.zt-accordion #accordion .panel-default > .panel-heading {
  background-color: rgba(0,0,0,0);
}
#contact-form input {
  width: 100%;
  border: 1px solid #b1b0c1;
  height: 40px;
  transition: all 0.2s ease 0s;
}
#contact-form input:hover {
  border: 4px solid #000;
}
#contact-form input:focus {
  border: 1px solid #d9b016;
}
#contact-form fieldset {
  border: none;
}
.contact .contact-address-block,
.contact .address_block {
  padding: 10px 15px;
}
.contact .contact-address-block legend,
.contact .address_block legend {
  display: none;
}
.contact .contact-address-block .thumbnail,
.contact .address_block .thumbnail {
  width: 230px;
}
.contact .contact-address-block input,
.contact .address_block input {
  padding: 12px 15px;
  background: #fff;
}
.contact .form-horizontal .control-label {
  text-align: right !important;
  float: left;
  text-align: left !important;
  width: 100px;
}
.contact .btn-primary {
  background: #d9b016;
  color: #fff;
  border: 1px solid #d9b016;
  transition: all 1s ease 0s;
}
.contact .control-group {
  margin-bottom: 15px;
}
.contact .control-group label {
  float: left;
  font-size: 120%;
}
.contact .control-group input#jform_contact_email_copy {
  width: auto !important;
  height: auto;
}
.contact textarea:focus {
  border: 1px solid #d9b016;
}
.contact .page-header h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 250%;
  margin-bottom: 30px;
  font-weight: 400;
}
.contact textarea {
  background-color: #fff;
}
.page-header h1,
h3.moduletitle {
  font-family: Montserrat;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}
.faq_block .zt-accordion .panel-group {
  border-bottom: 1px solid #eee;
}
.panel-default {
  border: none;
}
.address_block h3,
.contact-address-block h3 {
  font-weight: 700;
}
.pricing-container {
  width: 100%;
  display: inline-table;
}
.pricing-container .columns {
  padding-left: 0;
  padding-right: 0;
  display: inline;
  float: left;
}
dl.plans {
  border-right: 1px solid #313131;
}
.pricing-container dl,
.pricing-container dd {
  margin: 0;
}
.plan_title,
.plan_price,
.plan_time {
  background: none repeat scroll 0 0 #1f1f1f;
  color: #ffffff;
  text-align: center;
}
.plan_title {
  font-size: 120%;
  font-weight: 900;
  padding: 45px 0;
  text-transform: uppercase;
}
.plan_price {
  font-size: 240%;
  font-weight: 300;
  padding: 0;
}
.plan_time {
  font-size: 93%;
  font-weight: 400;
  padding: 20px 0 50px;
}
dl#four {
  border-left: 1px solid #dfdfdf;
}
.plan {
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.plan_more {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 2px solid #302c2c;
  border-left: 2px solid #302c2c;
  border-right: 2px solid #302c2c;
  display: none;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 5px;
}
.plan_features {
  border-bottom: 1px solid #dfdfdf;
  padding: 25px 10px;
}
.feature_desc {
  color: #6e6e6e;
  font-size: 106%;
  font-weight: 400;
}
.feature_desc span {
  display: block;
  text-align: center;
}
.plan_features {
  border-bottom: 1px solid #dfdfdf;
  padding: 25px 10px;
}
.feature_desc {
  color: #6e6e6e;
  font-size: 106%;
  font-weight: 400;
}
.feature_desc span {
  display: block;
  text-align: center;
}
.pricing-container span.no {
  font-size: 145%;
  margin-right: 10px;
  color: red;
}
.pricing-container span.yes i {
  color: #d9b016;
  font-size: 145%;
  margin-right: 10px;
}
.pricing-container span.no {
  background-position: 0 -184px;
}
.plan_buy a,
.body-text .plan_buy a {
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 106%;
  font-weight: 900;
  margin: auto;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.columns:hover {
  bottom: 0;
  box-shadow: 5px 0 30px rgba(0,0,0,0.5);
  position: relative;
  top: -5px;
  transition: box-shadow 0.25s ease 0s;
  z-index: 100;
}
.plan_buy {
  padding: 20px;
}
.buy {
  background: none repeat scroll 0 0 #d9b016;
  transition: all 0.4s ease-out 0s;
}
.buy:hover {
  background: none repeat scroll 0 0 #00d089;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #fff !important;
}
.contact #zo2-bottom2 h3 {
  display: block !important;
}
.q_team .q_team_image img {
  vertical-align: middle;
  max-width: 100%;
}
.q_team_title_holder h3 {
  margin-top: 10px;
}
.q_team_inner {
  border: 1px solid #eee;
  padding: 10px;
}
.separator.small {
  background-color: #d9b016;
  display: block;
  height: 2px;
  margin: 10px auto 20px;
  position: relative;
  width: 135px;
}
.q_team_text {
  text-align: center;
}
.q_team_social_holder {
  margin-top: 10px;
}
.q_team_social_holder i {
  font-size: 130%;
}
.wpb_wrapper h5 {
  font-weight: 700;
}
.capabilities {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 10px;
  margin: 0 0 27px;
  position: relative;
  width: 100%;
}
.capabilities .capabilities_value:before {
  animation: 10s ease-out 0s normal none 1 capabilitieswidth;
  -webkit-animation: capabilitieswidth 10s ease-out;
  background: none repeat scroll 0 0 #d9b016;
  border-radius: 3px 0 0 3px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.capabilities .capabilities_value:before {
  background: none repeat scroll 0 0 #d9b016;
}
.capabilities .capabilities_value {
  height: 10px;
  left: -1px;
  position: absolute;
  top: -1px;
}
.wpb_wrapper {
  margin-top: 20px;
}
.progress {
  position: relative;
  overflow: visible;
  height: 10px;
}
.progress-bar:before {
  animation: 10s ease-out 0s normal none 1 capabilitieswidth;
  -webkit-animation: capabilitieswidth 10s ease-out;
  background: none repeat scroll 0 0 #d9b016;
  border-radius: 3px 0 0 3px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.progress-bar {
  background: none;
  height: 10px;
  box-shadow: none;
  left: -1px;
  position: absolute;
  top: -1px;
}
.progress-bar span {
  color: #000;
  position: absolute;
  right: 0;
  top: -23px;
}
.progress-bar span {
  animation: 10s ease-out 0s normal none 1 capabilitiesspan;
  -webkit-animation: 10s ease-out 0s normal none 1 capabilitiesspan;
}
.wpb_wrapper h5 span {
  border-bottom: 2px solid #d9b016;
}
.vc_row-fluid.grid_section {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}
.separator.small.center {
  margin-top: 7px;
  margin-bottom: 38px;
}
.wpb_wrapper h4 {
  margin-bottom: 10px;
  line-height: 25px;
}
.pricing_box:hover {
  box-shadow: none;
}
li.no {
  color: #999999;
  text-decoration: line-through;
}
.pricing_box.plan1-3 .header {
  background: none repeat scroll 0 0 #666666;
  color: #ffffff;
  text-transform: uppercase;
  height: 57px;
  line-height: 43px;
}
.pricing_box.plan1-3 .header span {
  font-size: 22px;
}
.pricing_box.plan1-3 h2 {
  font-size: 170%;
  font-weight: normal;
}
.pricing_box.plan1-3:nth-child(2) {
  border-right: none !important;
}
.pricing_box.plan1-3:nth-child(8) {
  border-left: none !important;
}
.pricing_box.plan1-3:nth-child(5) {
  margin-top: 5px;
  z-index: 200;
}
.pricing_box.plan1-3:nth-child(5) .header {
  height: 72px;
  line-height: 50px;
  background: #d9b016;
}
.pricing_box.plan1-3:nth-child(5) a.button {
  margin-top: 20px;
  background: none repeat scroll 0 0 #d9b016 !important;
  border: 1px solid #d9b016;
}
.pricing_wrap_3 {
  display: block;
  margin-top: 60px;
}
.item-page i {
  padding-right: 5px;
}
.container h2 {
  font-family: Roboto Slab;
  margin-top: 0px;
 /* color: #008C45;*/
  font-size: 19px;
  font-weight: 100;
}
.zt-twitter-timeline {
  color: #fff;
}
.zt-twitter-timeline a {
  color: #fff;
}
.zt-twitter-timeline span {
  color: #fff;
}
.carousel-control.left {
  background: none;
}
.carousel-control.right {
  background: none;
}
.zt-twitter-follow {
  display: none;
}
.zt-timeline-item.item .zt-item-text {
  font-family: roboto;
  font-size: 120%;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.zt-item-time {
  text-align: center;
  margin-top: 1px;
}
.zt-item-time span {
  color: #506f62;
  font-size: 13px;
  font-weight: bold;
}
.zt-twitter-timeline .zt-timeline-item {
  padding: 15px 0 4px;
}
.zt-twitter-timeline .zt-timeline-item:after {
  height: 1px;
  content: "";
  background: #fff;
  width: 30%;
  margin: auto;
}
.item-line {
  background: none repeat scroll 0 0 #b0c8be;
  height: 1px;
  margin: 14px auto auto;
  width: 381px;
}
.item-line1 {
  background: none repeat scroll 0 0 #b0c8be;
  height: 1px;
  margin: 10px auto auto;
  width: 381px;
}
.carousel-indicators {
  display: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  background: none repeat scroll 0 0 #6c6c6c;
  margin-top: -5px;
  border-radius: 3px;
  width: 46px;
}
.tp-caption.slide_button {
  text-align: center;
  height: auto;
  width: auto;
}
.right.carousel-control .glyphicon.glyphicon-chevron-right {
  position: relative;
  right: auto;
}
.left.carousel-control .glyphicon.glyphicon-chevron-left {
  position: relative;
  left: auto;
}
.blog-featured.home .item-image:after {
  content: "";
  height: 2px;
  background: #6c6c6c;
  width: 95px;
  display: block;
  margin-top: 31px;
}
#top-footer h3.moduletitle span:before {
  content: "\f099";
  font-family: FontAwesome;
  padding-right: 8px;
  font-size: 140%;
}
.zt-twitter-timeline .glyphicon-chevron-left:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 150%;
  color: #b8e3d1;
}
.zt-twitter-timeline .glyphicon-chevron-right:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 150%;
  color: #b8e3d1;
}
#top-footer .carousel a.left,
#top-footer .carousel a.right {
  display: none;
}
#top-footer .container:hover a.right,
#top-footer .container:hover a.left {
  display: block;
}
#top-footer .module {
  margin: 0 0 46px 0;
}
.article .time {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #353849;
  border-radius: 5px;
  color: #FFFFFF;
  height: 70px;
  left: 10px;
  position: absolute;
  text-align: center;
  width: 70px;
  visibility: hidden;
}
.time span {
  display: block;
  line-height: 1;
}
.time .month {
  color: #d9b016;
  font-size: 100%;
  font-style: italic;
  padding: 6px 0 0;
}
.time .date {
  font-size: 375%;
  font-weight: bold;
}
.time .date:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 55%;
  margin-bottom: 20px;
  width: 100%;
}
.item-page .page-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%;
}
.item-page > .time + .page-header {
  padding-left: 90px;
}
.itemsCategory > h1 {
  margin: 0 0px;
  padding: 0 0 40px;
  color: #fff;
}
h3.moduletitle .title1 {
  display: block;
}
h1.title-heading {
  color: #d9b016;
}
#component {
  padding: 30px 0 30px;
}
#breadcrumbs {
  background: #d9b016;
  height: 95px;
}
.breadcrumb {
  background: none;
  margin-top: 30px;
}
.breadcrumb a {
  color: #506f62;
  font-size: 150%;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb > li + li:before {
  font-size: 120%;
  color: #fff;
}
.breadcrumb > .active {
  color: #fff;
}
.breadcrumb > .active span {
  font-size: 150%;
}
.contact #contact-form textarea:hover {
  border: 4px solid #000;
}
.contact #contact-form textarea {
  transition: all 0.2s ease 0s;
  height: 220px;
}
#zo2-right,
#zo2-left {
  margin-top: 30px;
}
#zo2-left .module {
  border-left: 3px solid #d3d0c5;
  padding-left: 15px;
}
.ztvc-visitor-counter .ztvc-content-counter {
  padding: 0;
}
.contact .btn-primary:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
@media (max-width: 767px) {
  #canvas {
    display: block !important;
    position: relative;
    top: 20px;
    cursor: pointer;
  }
  #canvas i {
    color: #008944;
  }
}
@media (min-width: 768px) {
  body .offcanvas.visible-md.visible-lg,
  body #canvas {
    display: none !important;
  }
}

.navbar{
	margin-left:90px;
    padding-top:20px;
	padding-bottom:2px;
	margin-bottom:2px;
	height:40px;
	width:610px;
  }
  
.titel {
  font-family: Roboto Slab;
  margin-top: 0;
  color: #DD3933;
  font-size: 26px;!important
  text-transform: uppercase;
  font-weight:200;
  margin-top:40px;
}  
  
.subtitel {
  font-family: Roboto Slab;
  margin-top: 0;
  color: #008c45;
  font-size: 17px;
  font-weight:100;
}

.witte_achtergrond {
  background-color:#ffffff;
}


/*
@media (max-width: 768px) {
  #zo2-header .logo_normal {
    display: block;
    margin-top: -31px;
    width: 266px;
    margin-left: -50px;
}
}*/
/*

@media (max-width: 780px) and (max-width: 890px) {
  #zo2-header .logo_normal {
    display: block;
    margin-top: -31px;
    width: 266px;
    margin-left: -32px;
}
} 

*/
@media (max-width: 530px) {
  #zo2-header .logo_normal {
    display: block;
    margin-top: -27px;
    width: 243px;
    text-align: left;
    margin-left: -40px;
}
}



.comite_titel {
    color: #DD3933;
    font-size: 26px;
    text-shadow: none;
    font-family: Roboto Slab;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    transition: padding-left 0.4s ease 0s;
    padding-left: 0px;
}

.comite_subtitel {
    color: #008C45;
	font-size: 17px;
	text-shadow: none;
	font-family: Roboto Slab;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	transition: padding-left 0.4s ease 0s;
	padding-left: 0px;
}



/* programme */

.gkcol1 {
	 clear:both;


}

.gkcol2 {
    clear:both;

}

.gkcol2 {
    clear:both;

}

.gkSchedule{
    text-align:center;
/*	display: table-row;*/
}


.gkSchedule dt {
    color: #FFF;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    margin: 0px 0px 36px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
}

gkSchedule dd {
    border-top: 1px solid #D5D5D5;
    margin: 0px 0px;
    padding-top: 20px;
    overflow: hidden;
}

.gkSchedule dd > strong {
    /*background: none repeat scroll 0% 0% #2F3336; weet niet*/
    color: #FFF;
    float: left;
    margin: 0px 50px 0px 0px;
    position: absolute;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    padding: 3px;
}

.gkSchedule dd > div {
    /*margin-left: 150px;*/
}
/*.gkSchedule dd > div > div {
    box-sizing: border-box;
    float: left;
    padding: 12px 20px;
    background: none repeat scroll 0% 0% #ffffff;
    margin-left: 32px;
	margin-bottom: 10px;
}*/
/*	.gkSchedule dd > div > div a, .gkSchedule dd > div > div span {
    background: none repeat scroll 0% 0% #008C45;
    clear: both;
    color: #FFF;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding: 1px 4px;
    text-transform: uppercase;
}*/

.jour{
	font-family: Roboto Slab;
    font-weight: 200;
	font-size: 32px;
    color: #FFF;

}


.programma_jour{
	font-family: Roboto Slab;
    font-weight: 700;
	width: 900px;
	clear: both; 
	background: -webkit-linear-gradient(#008c45, #007539); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#008c45, #007539); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#008c45, #007539); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#008c45, #007539); /* Standard syntax */
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
	box-sizing: border-box;
    float: left;
    padding: 12px 20px;
  /*  margin-left: 32px;*/
	margin-bottom: 10px;
}




.programma_heure{ 
	background: -webkit-linear-gradient(#008c45, #007539); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#008c45, #007539); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#008c45, #007539); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#008c45, #007539); /* Standard syntax */
    color: #FFF;
	box-sizing: border-box;
    float: left;
    padding: 12px 20px;
	margin-right: 0px;
   /* margin-left: 32px;*/
	margin-bottom: 10px;
	width: 120px;
	text-align: center;
	vertical-align: middle; 
	clear:left;
}

.programma_description{
	background: -webkit-linear-gradient(#eec116, #d9b016); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eec116, #d9b016); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eec116, #d9b016); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eec116, #d9b016); /* Standard syntax */
	
	box-sizing: border-box;
    float: left;
    padding: 12px 20px;
   /* margin-left: 32px;*/
	margin-bottom: 10px;
	width: 779px;
	text-align: center;
}

.transport_heures{
	background: -webkit-linear-gradient(#eec116, #d9b016); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eec116, #d9b016); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eec116, #d9b016); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eec116, #d9b016); /* Standard syntax */
	
	box-sizing: border-box;
    float: left;
    padding: 12px 20px;
   /* margin-left: 32px;*/
	margin-bottom: 10px;
	width: 450px;
	text-align: center;
}

.transport_trajets{
	font-family: Roboto Slab;
    font-weight: 700;
	width: 450px;
	clear: both; 
	background: -webkit-linear-gradient(#008c45, #007539); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#008c45, #007539); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#008c45, #007539); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#008c45, #007539); /* Standard syntax */
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
	box-sizing: border-box;
    float: left;
    padding: 12px 20px;
  /*  margin-left: 32px;*/
	margin-bottom: 10px;
}

.pratique:link {
    color: #ffffff;
	
	
} 

.pratique:visited {
    color: #ffffff;
	
	
} 

.pratique:hover {
    color: #E0D12E;
	
	
} 

.pratique:active {
    color: #ffffff;
	
	
} 


.pratique_background {
    font-family: Roboto Slab;
	background: linear-gradient(#008C45, #007539) repeat scroll 0% 0% transparent;
	text-align:center;
	
    width: 450px;
	height: 50px;
    clear: both;
	
 
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    
    padding: 12px 20px;
    margin-bottom: 10px;
	
	float:right;
}



@media (min-width: 902px) and (max-width: 1195px) {

.programma_jour{
	width: 899px;
}

}



@media (min-width: 576px) and (max-width: 730px) {
.programma_description{
	width: 413px;
}

.programma_jour{
	width: 531px;
	font-size: 16px;

}

.jour{
	font-size: 25px;
}

dl.gkschedule {
    margin-left: 10%;
}


.transport_heures{
	width: 531px;
}

.transport_trajets{
	width: 531px;
}

}





@media (min-width: 730px) and (max-width: 991px) {

.jour{
	font-size: 25px;
}



.programma_jour{
	width: 691px;
	font-size: 16px;
}

.programma_description{
	width: 571px;
}


.transport_heures{
	width: 691px;
}

.transport_trajets{
	width: 691px;
}

}



@media (max-width: 576px) {
.programma_description{
	width: 100%;
}
.programma_heure{
	width: 100%;
} 
.programma_jour{
	width: 100%;
}

.transport_heures{
	width: 100%;
}

.transport_trajets{
	width: 100%;
}

.pratique_background{
	width: 100%;
}



}







/*--------------*/

/*Liens Directs*/


.liensdirect:link {
    color: #fff5ce;
} 

.liensdirect:visited {
    color: #fff5ce;
} 

.liensdirect:hover {
    color: #E0D12E;
} 

.liensdirect:active {
    color: #E0D12E;
} 



/*-------------*/

/*FORMS*/


span.chyron { font-size: 1.2em; padding-top: 10px; }

/** main blocks **/
#container { 
display: block;
max-width: 800px;
margin: 0 auto; 
margin-top: 5px; 
margin-bottom: 66px;
padding: 20px 15px; 
border-radius: 6px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;  
}


/** the form elements **/
#hongkiat-form { box-sizing: border-box; }

#hongkiat-form .txtinput { 
display: block;
/*font-family: "Helvetica Neue", Arial, sans-serif;*/
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;
font-size: 14px;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#hongkiat-form .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#hongkiat-form input#name {
background: #fff url('../../../../../images/contact/user.png') 14px 10px no-repeat;
}
#hongkiat-form input#email {
background: #fff url('../../../../../images/contact/email.png') 14px 10px no-repeat;
}
#hongkiat-form input#website {
background: #fff url('../../../../../images/contact/website.png') 14px 10px no-repeat;
}
#hongkiat-form input#telephone {
background: #fff url('../../../../../images/contact/phone.png') 14px 10px no-repeat;
}

#hongkiat-form textarea {
display: block;
/*font-family: "Helvetica Neue", Arial, sans-serif;*/
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 14px;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
height: 180px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#hongkiat-form textarea.txtblock {
background: #fff url('../../../../../images/contact/speech.png') 14px 10px no-repeat;
}

#hongkiat-form #slider { width: 60%; }

#hongkiat-form #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 200px;
}

/** custom buttons **/

#buttons { display: block; padding-top: 10px; }
#buttons #resetbtn {
display: block;
float: left;
color: #515151;
text-shadow: -1px 1px 0px #fff;
margin-right: 20px;
height: 3em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1.3em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);    background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
border: 1px solid #969696;
box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#buttons #resetbtn:hover {
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
color: #818181;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
border-color: #aeaeae;
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}

#buttons #submitbtn {
display: block;
float: left;
height: 3em;
padding: 0 1em;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 1.3em;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-color: #5e890a #5e890a #000;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
background-color: rgb(226,238,175);
background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: rgb(228,237,189);
background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}


.contact_module{
	width:100%;
	text-align:center;
	padding-left:29%;
	margin-top:50px;
}





/** all devices and responsive browser windows **/
@media screen and (max-width: 800px) {
	
	#container {
		width: 100%;
	}
	#hongkiat-form #aligned {
		width: 100%;
		float: none;
		display: block;
	}
	#hongkiat-form #aside {
		width: 100%;
		display: block;
		float: none;
	}
	#hongkiat-form .txtinput, #hongkiat-form textarea {
		width: 65%;
	}
	#prioritycase {
		float: left;
		display: block;
	}
	#recipientcase {
		float: left;
		display: block;
		margin-right: 55px;
	}
	
	.contact_module{
	width:100%;
	text-align:center;
	padding-left:180px;
	margin-top:165px;
}
}


/* smaller screen dropoff *******/
@media screen and (max-width: 550px) {
 	#hongkiat-form .txtinput, #hongkiat-form textarea {
		width: 71%;
	}
	
	.contact_module{
	width:100%;
	text-align:center;
	padding-left:40px;
	margin-top:165px;
}
}

/* iPhone Landscape ********/
@media screen and (max-width: 480px) {
	
	select.selmenu {
		width: 190px;
	}
	
	.contact_module{
	padding-left:90px;
}
	
	
	
	
}

/* iPhone portrait *******/
@media screen and (max-width: 320px) {
	
 	#hongkiat-form .txtinput, #hongkiat-form textarea {
		width: 85%;
	}
	#hongkiat-form #aligned {
		overflow: hidden;
	}
	select.selmenu {
		width: 160px;
	}
	#recipientcase {
		margin-right: 30px;
	}
	
	.contact_module{
	width:100%;
	text-align:center;
	padding-left:40px;
	margin-top: 165px;
}
		
	
	
}

@media (max-width: 450px) {
	.column_right{
		width:100%;
	}
.column_center{
		width:100%;

	}
.column_left{
		width:100%;

	}
}
