.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;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 10px;
}
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;
}
.registration .form-actions .btn,
.login .well .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-transform: capitalize;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  -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;
}
.registration .form-actions .btn:hover,
.login .well .btn:hover {
  background: none repeat scroll 0 0 #333;
  color: #ffffff;
}
dt,
dd {
  color: #858585;
  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;
}
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;
  max-width: auto;
}
.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 {
  float: left;
  margin: 20px 0;
}
.img_caption.right,
.img-intro-right {
  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: #fff;
  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;
}
.homepage h2.item-title {
  text-align: center;
  color: #525252;
  font-size: 32px;
}
.readmore {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: capitalize;
  padding: 10px 15px;
  -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 {
  background: none repeat scroll 0 0 #333;
  color: #fff;
  -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;
}
.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 {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.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: #333;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #333;
}
.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;
  width: 100%;
}
.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 {
  -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";
}
.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 {

}
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;
}
ul.menu li {
  display: inline-block;
}
.zo2-pagination {
  text-align: center;
  width: 100%;
}
.zo2-pagination .counter {
  color: #898989;
  font-size: 13px;
}
.zo2-pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
}
.zo2-pagination ul >li {
  display: inline-block;
  margin: 0 5px;
}
.zo2-pagination ul >li:first-child a,
.zo2-pagination ul >li:last-child a,
.zo2-pagination ul >li:first-child span,
.zo2-pagination ul >li:last-child span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.zo2-pagination ul >li >a {
  color: #898989;
  border: 1px solid #ebebeb;
}
.zo2-pagination ul >li >span {
  border: 1px solid #ebebeb;
}
.zo2-pagination ul >li.active >span {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.zo2-pagination ul >li.active >span:hover,
.zo2-pagination ul >li.active >span:active,
.zo2-pagination ul >li.active >span:focus {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.zo2-pagination ul >li.disabled {
  font-size: 14px;
}
.zo2-pagination ul >li.disabled a {
  line-height: 21px;
}
.pager li a {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-transform: capitalize;
  padding: 10px 15px;
  -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;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background: none repeat scroll 0 0 #333;
  color: #fff;
  -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;
}
.pagenav {
  float: none;
  clear: both;
}
.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 {
  float: left;
  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;
  margin-bottom: 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;
}
#search-results ul.search-results {
  list-style-type: none;
}
#search-results ul.search-results li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}
.search #searchForm .inputbox {
  width: 210px;
  margin: 0 10px 0 0;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  float: left;
  margin: 3px 5px 0 0;
  padding: 3px;
}
.search #searchForm fieldset input {
  position: static;
}
#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;
}
#sbox-window.shadow {
  width: auto;
  height: auto;
}
.login .well {
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
}
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;
}
body.contentpane form table tbody tr td.key {
  text-align: left;
}
.blog .page-header {
  padding: 0;
}
.blog .article_content {
  clear: both;
  margin: 0;
  position: relative;
  top: 0px;
  padding: 43px 0 0 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e3e3;
  z-index: 1;
}
.blog .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #333;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.blog .article_content h3 {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 35px;
  color: #646464;
  margin-top: 0px;
  text-align: left;
}
.blog .article_content h3 a {
  color: #646464;
}
.blog .article_content h3 a:hover {
  color: #646464;
}
.blog .article_content .introtext {
  color: #525252;
  font-weight: 300;
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
}
.blog .article_content .article_bottom {
  overflow: hidden;
  padding-bottom: 20px;
}
.blog .article_content .article_bottom .article-info {
  float: left;
  width: 70%;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.blog .article_content .article_bottom .itemReadmore {
  border: 3px solid #333;
  padding: 5px 10px 5px 10px;
  float: right;
  color: #646464;
  transition: .5s;
  margin-top: 10px;
  font-family: 'Oswald', sans-serif;
}
.blog .article_content .article_bottom .itemReadmore:before {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
}
.blog .article_content .article_bottom .itemReadmore:hover {
  background: #eee;
  color: #898989;
}
.item-page {
  padding-top: 30px;
}
.item-page .article_content {
  clear: both;
  position: relative;
}
.item-page .article_content h1.singleItemTitle {
  font-weight: 500;
  font-size: 32px;
  margin-top: 30px;
  color: #333;
}
.item-page .article_content h2 {
  padding-top: 0px;
  font-size: 30px;
  font-weight: 500;
  margin: 0px;
  text-align: left;
  line-height: 68px;
}
.item-page .article_content .ipad {
  top: 28px;
}
.item-page .article_content .big h2 {
  font-size: 55px;
}
.item-page .article_content p {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.item-page .article_content .article-info {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding-bottom: 30px;
}
.item-page .article_content .article-info .article-info-inner > div {
  float: left;
  margin: 0 10px 0 0;
}
.item-page .lightbox-modal {
  margin: 0 5px 5px 0;
  display: inline-block;
}
div.tags span {
  display: inline-block;
}
div.tags span a.label-info {
  font-weight: normal;
  padding: 0;
  background: none !important;
  color: #525252;
  font-size: 100%;
}
div.tags:before {
  font-family: FontAwesome;
  content: "\f02b";
  color: #404040;
}
.rtl .item-page .article_content .article-info .article-info-inner {
  float: right;
}
.rtl .item-page .article_content .article-info .article-info-inner > div {
  float: right;
  margin: 0 0 0 10px;
}
.rtl .item-page .article_content .article-info .article-info-inner > div i {
  line-height: 20px;
  float: right;
}
.rtl .item-page .article_content .article-info .btn-group.pull-right {
  float: left;
}
.bs-example .btn {
  margin-bottom: 0;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.breadcrumb {
  margin-bottom: 30px;
}
.blog-featured #zo2-features {
  clear: both;
}
.edit.item-page .tab-pane label,
.edit.item-page .tab-pane .input-append input[type="text"] {
  display: inline-block !important;
}
.zo2-megamenu .nav li {
  line-height: 82px;
  font-size: 14px;
}
.zo2-megamenu .mega-inner {
  padding: 0;
  *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 .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: 200px;
  display: none;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  background: #ffffff;
  position: relative;
  z-index: 9999;
  border-right: 1px solid #DFD9D9;
  border-left: 1px solid #DFD9D9;
  border-bottom: 1px solid #B0B0B0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .mega-dropdown-inner {
  margin-top: 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .nav li {
  line-height: 21px;
  font-size: 13px;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module .module-title {
  font-size: 170%;
  margin: 0 0 10px 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.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 .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;
  color: #656565;
}
.zo2-megamenu .dropdown-menu .mega-nav > li:hover a {
  white-space: normal;
  color: #333;
}
.zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  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 .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;
  }
  .zo2-megamenu.animate .mega.hovering > .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);
    display: block !important;
  }
  .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 > .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: -180%;
  }
  .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: 200px;
    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;
  }
}
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;
  top: 0;
  left: -50%;
  width: 49%;
}
.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;
  display: block;
}
.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;
}
.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;
  z-index: 1000;
  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: 30px;
  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.nav-sub {
  background: none repeat scroll 0 0 #525E66;
}
.offcanvas .sidebar-nav >ul >li.nav-active > a {
  background: none repeat scroll 0 0 #7FBE54;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  color: #fff;
}
.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.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;
}
.dropdown-menu {
  z-index: 2000;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f0d7";
}
.offcanvas .sidebar-close {
  font-family: FontAweSome;
  text-decoration: none;
  font-size: 14px;
  color: #ccc;
  padding: 5px 15px;
}
.offcanvas .sidebar-close::before {
  content: "\f00d";
}
.button-canvas {
  cursor: pointer;
  padding-top: 10px;
}
.rtl .offcanvas.active {
  right: 0;
  display: block;
}
.rtl .wrapper.offcanvas-push {
  -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);
}
h3.moduletitle {
  font-family: 'Oswald', sans-serif;
  padding-top: 0px;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
}
#zo2-bottom2 h3.moduletitle {
  border-bottom-color: rgba(255,255,255,0.1);
}
#zo2-bottom2 h3.moduletitle:after {
  background-color: rgba(255,255,255,0.9);
}
#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;
}
.dg-container {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 35px;
}
.dg-container .container {
  padding-top: 25px;
  padding-bottom: 20px;
}
.dg-wrapper {
  width: 481px;
  height: 316px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.dg-wrapper a {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dg-wrapper a .dg-img {
  padding: 41px 0px 0px 0px;
}
.dg-wrapper a .qt {
  text-align: center;
  background: rgba(0,0,0,0.4);
  line-height: 1.4;
  text-shadow: 2px 2px 1px rgba(79,79,79,0.6);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  top: 30px;
  display: none;
  position: relative;
  padding: 10px 10px 15px 10px;
}
.dg-wrapper .quote-img {
  position: relative;
  padding-bottom: 10px;
}
.dg-wrapper a.dg-center .qt {
  display: block;
}
.qt .name {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.qt p {
  font-size: 15px;
  padding-top: 5px;
  line-height: 1.7;
  text-shadow: 2px 2px 1px rgba(79,79,79,0.6);
}
.qt i {
  margin-left: 15px;
  transition: .5s;
}
.qt i:hover {
  transition: .5s;
}
.dg-container nav {
  width: 100%;
  position: relative;
  z-index: 2;
  bottom: 166px;
  left: 0%;
  margin-left: 0px;
  background: none;
}
.dg-container nav span {
  text-indent: -9000px;
  float: left;
  cursor: pointer;
  width: 40px;
  height: 157px;
  opacity: 0.9;
}
.dg-container nav span:hover {
  opacity: 1;
}
.dg-container nav span.dg-prev {
  margin-left: 0px;
  background: url(../images/arrow-left.png) no-repeat 0px 10px;
  float: left;
}
.dg-container nav span.dg-next {
  margin-left: 10px;
  background: url(../images/arrow-right.png) no-repeat 0px 10px;
  float: right;
}
.shadow-1 {
  -webkit-box-shadow: 0 32px 16px -26px black;
  -moz-box-shadow: 0 32px 16px -26px black;
  box-shadow: 0 32px 16px -26px black;
}
.shadow-1:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-box-shadow: 0 58px 36px -56px black;
  -moz-box-shadow: 0 58px 36px -56px black;
  box-shadow: 0 58px 36px -56px black;
}
.shadow-1 {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
.shadow-1:hover {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
#latest-news {
  background: url(../images/1.png) repeat;
}
.ns2-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ns2-wrap .ns2-column {
  padding: 10px;
}
.ns2-wrap img.ns2-image {
  position: relative;
  width: 100%;
}
.ns2-wrap .ns2-created {
  font: 400 12px/18px "Open Sans", sans-serif;
  float: left;
  color: #787878;
  width: 100%;
  padding-bottom: 15px;
}
.ns2-wrap .ns2-created i.fa.fa-calendar {
  padding-right: 5px;
}
.ns2-wrap h4 {
  font: 400 18px/28px "Open Sans", sans-serif;
  color: #444;
  display: block;
  clear: both;
  text-decoration: none;
  margin-bottom: 0px;
}
.ns2-wrap h4 a {
  font: 400 18px/28px "Open Sans", sans-serif;
  color: #444;
  display: block;
  clear: both;
  text-decoration: none;
}
.ns2-imagebox {
  position: relative;
  width: 100%;
}
.ns2-imagebox border: 1px solid grey
.ns2-imagewrap {
  position: absolute;
}
.ns2-imagebox .ns2-imagetext {
  z-index: 100;
  position: absolute;
  font: 400 14px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  padding: 10px;
  padding-top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ns2-imagebox .ns2-imagecover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ns2-imagebox .ns2-imagewrap:hover .ns2-imagetext {
  opacity: 1;
}
.titler-space {
  padding: 40px 53px 20px 45px;
  text-align: center;
}
.titler-space h2 {
  color: #fff;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.titler-space p {
  color: #fff;
  padding-bottom: 30px;
  font-family: 'Lato', sans-serif;
}
.tp-caption.large_bold_grey,
.large_bold_grey {
  font-family: 'Oswald', sans-serif;
  color: #666666;
}
.tp-caption.smallthingrey,
.smallthingrey {
  text-align: right;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #333;
}
.tp-caption.smallthingreyleftalign,
.smallthingreyleftalign {
  text-align: left;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #333;
}
.tour {
  font-family: 'Oswald', sans-serif;
  border: 1px solid;
  color: #2f2f2f;
  padding: 2px 10px 2px 10px !important;
  display: block;
  width: 84px;
  transition: .2s;
}
.tp-caption.excerpt,
.excerpt {
  font-size: 20px;
  text-align: right;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  color: #494949;
  text-decoration: none;
  background-color: rgba(255,255,255,0.65);
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
  letter-spacing: 0.2px !important;
}
.tp-caption.excerpt-color,
.excerpt-color {
  font-size: 20px;
  text-align: right;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
  letter-spacing: 0.2px !important;
}
#sp-portostyles {
  margin-top: 10px;
}
#sp-portostyles ul.sp-portfolio-items {
  margin: 0px -13px -10px 0px;
}
#sp-portostyles div.default {
  margin-top: 0px;
}
#sp-portostyles div.default .sp-portfolio-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
#sp-portostyles div.default .sp-portfolio-item-inner {
  margin: 0px;
}
#sp-portostyles h4.item-title {
  color: #fff;
  font: 700 16px/18px sans-serif;
  margin-bottom: 5px;
  padding-left: 20px;
}
#sp-portostyles h4.item-title a {
  color: #ffffff;
}
#sp-portostyles .orane-portfolio-image {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#sp-portostyles .sp-portfolio-item-details {
  background: rgba(40,39,39,0.9);
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  max-height: 0px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
#sp-portostyles .sp-portfolio-item-details a.sp-portfolio-link {
  font-family: 'Oswald', sans-serif;
  float: right;
  position: relative;
  bottom: 20px;
  right: 15px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px 5px 10px;
}
#sp-portostyles .category-name {
  padding-left: 20px;
  color: #777;
  position: relative;
  top: -5px;
}
#sp-portostyles .sp-portfolio-item-inner:hover .sp-portfolio-item-details {
  opacity: 1;
  max-height: 100%;
}
#sp-portostyles .sp-portfolio-item-inner:hover .orane-portfolio-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#our-team {
  background: url(../images/i17.jpg) no-repeat;
  background-size: cover;
}
.team-module .heading-about {
  padding-top: 70px;
}
.team-module h1 {
  padding-top: 0px;
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}
.team-module p {
  padding: 5px 0px 0px 0px;
  line-height: 24px;
  font-size: 15px;
  color: #656565;
  text-align: center;
  margin: auto;
}
.team-module .team {
  text-align: center;
}
.team-module .team img {
  position: relative;
  top: 121px;
  z-index: 1;
  transition: .5s;
}
.team-module .member {
  overflow: hidden;
}
.team-module .member:hover img {
  position: relative;
  top: 0px;
  transition: .5s;
}
.team-module .member:hover .member-intro {
  position: relative;
  top: 0px;
  transition: .3s;
}
.team-module .member-intro {
  color: #fff;
  padding: 10px 5px 15px 5px;
  margin: 0px 15px 0px 15px;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  top: 112px;
  transition: .5s;
}
.team-module .member-intro .member-name {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
.team-module .member-intro .member-position {
  font-size: 12px;
  padding-top: 5px;
  font-family: 'Oswald', sans-serif;
}
.team-module .member-intro .member-social-links {
  position: relative;
  left: 10px;
  padding-top: 10px;
}
.team-module .member-intro .member-social-links a {
  border: 1px solid #fff;
  border-radius: 3px;
  width: 20px;
  display: inline-block;
  margin-right: 15px;
  transition: .5s;
  background: #fff;
}
.team-module .member-intro .member-social-links a:hover {
  color: #fff;
  transition: .5s;
}
.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;
  font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lato','Arial','Helvetica', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  line-height: 1.1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
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: #fff;
  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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#header-icon .fa {
  font-size: 37px;
  float: left;
}
#header_logo {
  position: relative;
  bottom: 2px;
}
#header_logo .logo_retina {
  display: none;
}
#header_logo .logo_normal {
  display: block;
}
#header_logo .logo_normal img {
  max-width: inherit;
}
@media screen and (min-resolution: 2dppx) {
  #header_logo .logo_normal {
    display: none;
  }
  #header_logo .logo_retina {
    display: block;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #header_logo .logo_normal {
    display: none;
  }
  #header_logo .logo_retina {
    display: block;
  }
}
#social-buttons-top {
  float: right;
  text-align: right;
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'Lato', sans-serif;
  color: #4e4d4d;
  background-color: #fff;
  overflow-x: hidden;
}
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 {
  text-decoration: none;
  outline: none !important;
}
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  margin: 12px 0;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
body.boxed .wrapper {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  padding: 0;
}
body.boxed .wrapper .is-sticky #zo2-header {
  width: auto;
}
.full-width .col-md-12 {
  padding: 0;
}
.full-width .row {
  margin: 0;
}
.chart {
  position: relative;
  display: inline-block;
  width: 171px;
  height: 171px;
  margin: 10px 0 50px 0;
  text-align: center;
}
.percent {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  line-height: 170px;
  z-index: 2;
  font-size: 30px;
  font-weight: 300;
  color: #656565;
}
.skill-name {
  font-family: 'Oswald', sans-serif;
  bottom: -50px;
  font-size: 26px;
  font-weight: 300;
  color: #656565;
  left: 0;
  position: absolute;
  width: 100%;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#top-menu {
  padding-top: 12px;
}
#top-menu .top-bar-text {
  padding-right: 11px;
  border-right: 1px solid #eeeeee;
}
#top-menu .top-bar-text-2 {
  padding-right: 11px;
}
#top-menu .fa-lg {
  margin-left: 11px;
}
#top-menu .mod-wrapper-menu ul li {
  line-height: 15px;
  display: inline-block;
}
#top-menu .mod-wrapper-menu ul li i {
  margin-right: 5px;
  transition: .2s;
  color: #8c8c8c;
}
#top-menu .mod-wrapper-menu ul li a {
  background: none;
  border-right: 1px solid #ececec;
  color: #707070;
  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;
}
#top-menu .mod-languages li a {
  border: none !important;
}
#qLoverlay {
  position: fixed;
  z-index: 9999;
}
#search-triggerorane {
  position: relative;
  bottom: 10px;
  float: right;
  z-index: 999;
}
.aikon-search {
  display: none;
}
.aikon-search.openit {
  display: block;
}
.aikonsearch-trigger {
  position: relative;
  right: 5px;
  border: 0;
  height: 55px;
  margin: 0;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.aikon-search button.aikon-searchbtn {
  border-left: solid 1px #403E3E;
}
.aikon-search form {
  text-align: right;
  margin: auto !important;
}
.aikon-search .closeit {
  width: 39px;
  height: 60px;
  border-radius: 0%;
}
.aikonsearch-trigger:hover {
  background-color: #333;
}
.aikon-search p {
  font-family: 'Oswald', sans-serif;
}
.btn-primary {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  color: #333333;
  transition: .5s;
}
#top-search form {
  position: relative;
  border-left: 1px solid #eeeeee;
  float: right;
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
}
#top-search form:before {
  color: #555555;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  right: 25px;
  position: absolute;
}
#top-search #mod-search-searchword {
  border: none;
  background: transparent;
  color: #9a9a9a;
  height: 15px;
  line-height: 15px;
  outline: none;
  padding: 0 0 0 10px;
}
.search .btn-primary {
  height: 39px;
  position: relative;
  left: -10px;
  bottom: 2px;
  border-radius: 0 4px 4px 0;
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
#home-2 {
  background: url(../images/slide1.jpg) repeat;
  position: relative;
  z-index: 100;
}
#home-2 .home-2 {
  text-align: right;
}
#home-2 .home-2 img {
  position: relative;
  top: 25px;
  float: left;
  padding-top: 10px;
}
#home-2 .tour {
  margin-top: 10px;
  float: right;
}
#home-2 h1 {
  font-size: 60px;
  font-weight: 600;
  padding-top: 45px;
  line-height: 1.2;
  text-align: right;
}
#home-2 p {
  text-align: right;
}
#home-2 img {
  position: relative;
  top: 25px;
  float: left;
  padding-top: 10px;
}
.carousel-inner {
  z-index: 0;
}
.carousel-inner .slide-button {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
  padding: 10px 28px;
  text-transform: uppercase;
  -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;
}
.carousel-inner .slide-button:hover,
.carousel-inner .slide-button:active,
.carousel-inner .slide-button:focus {
  background: none repeat scroll 0 0 rgba(255,255,255,0.1);
  color: #fff;
  -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-control.left,
.carousel-control.right {
  background: none;
}
#breadcrumbs-orane {
  min-height: 120px;
}
#breadcrumbs-orane .breadcrumb {
  padding: 40px 0px;
  background-color: transparent;
  position: relative;
  top: 15px;
}
#breadcrumbs-orane .breadcrumb .divider {
  display: none;
}
#breadcrumbs-orane .breadcrumb li.first-part {
  float: right;
}
#breadcrumbs-orane .breadcrumb li.first-part span {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
#breadcrumbs-orane .breadcrumb li:before.first-part {
  display: none;
}
#breadcrumbs-orane .breadcrumb li.second-part a {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
}
#breadcrumbs-orane .breadcrumb>li+li:before {
  padding: 0 10px;
  color: #FFF;
  content: "/\00a0";
}
#zo2-hello {
  padding: 28px 0;
  padding-top: 40px;
  color: #ffffff;
}
#zo2-hello h1 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  margin: 0;
}
#zo2-hello .btn {
  margin-top: 0;
}
#zo2-features {
  text-align: center;
}
#zo2-features .top-features {
  padding-top: 50px;
}
#zo2-features .top-features .zo2-feature {
  margin-top: 35px;
  background-color: #fff;
  color: #313131;
  position: relative;
}
#zo2-features .top-features .zo2-feature .zo2-circle {
  background-color: #fff;
  border: 5px solid #EFEFEF;
  top: -36px;
  left: 44%;
  margin-left: -35px;
  position: absolute;
  text-align: center;
  font-size: 50px;
  line-height: 110px;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  text-shadow: 0 3px 0 rgba(0,0,0,0.1);
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
#zo2-features .top-features .zo2-feature .zo2-circle:before {
  display: block;
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  padding: 5px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  transform: scale(0.8);
}
#zo2-features .top-features .zo2-feature .zo2-circle i {
  vertical-align: top;
  line-height: inherit;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text {
  padding: 90px 10% 30px;
  text-align: center;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text .zo2-feature-text-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text .zo2-feature-description {
  font-size: 14px;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text .zo2-feature-description p {
  margin-bottom: 20px;
}
#zo2-features .top-features:hover .zo2-circle {
  border: 5px solid transparent;
  color: #fff;
}
#zo2-features .top-features:hover .zo2-circle:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  transform: scale(1);
}
#zo2-header-top {
  background-color: rgba(255,255,255,0.85);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(50,50,50,0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(50,50,50,0.75);
  box-shadow: 0px 0px 6px 0px rgba(50,50,50,0.75);
  color: #8c8c8c;
  line-height: 14px;
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
#zo2-header {
  padding: 25px 0px;
  width: 100%;
  max-height: 82px;
  background-color: rgba(249,249,249,0.55);
}
#zo2-header .mobile-menu {
  max-height: 57px !important;
}
#zo2-header .navbar-default {
  position: relative;
  bottom: 25px;
}
#zo2-header .zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  position: relative;
}
.is-sticky {
  position: relative;
}
.is-sticky #zo2-header {
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  width: 100%;
  padding: 25px 0px;
  z-index: 9999;
}
.is-sticky #zo2-header .navbar-default {
  position: relative;
  bottom: 25px;
}
.is-sticky #zo2-header .zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  position: relative;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-color: initial;
  border: 0px;
}
#slogan-body {
  padding-bottom: 30px;
}
#slogan-body h2 {
  padding-top: 30px;
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}
#slogan-body p {
  padding: 5px 80px 0px 80px;
  line-height: 1.7;
  font-size: 15px;
  color: #656565;
  text-align: center;
}
#zo2-bottom1 {
  background-color: #2a2a2a;
  color: #fff;
}
#zo2-bottom1 .container {
  border-bottom: 1px solid #404141;
  padding-bottom: 50px;
  padding-top: 50px;
}
#zo2-bottom1 .zo2-mail {
  border: 1px solid #4c4c4c;
  color: #898989;
  height: 35px;
  line-height: 35px;
}
#zo2-bottom1 .zo2-mail input {
  background: transparent;
  border: none;
  color: #898989;
  outline: none;
  line-height: 1;
  width: 80%;
}
#zo2-bottom1 .zo2-mail i {
  padding-left: 10px;
  padding-right: 10px;
}
#zo2-bottom1 .btn {
  background-color: transparent;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #898989;
  height: 35px;
  line-height: 35px;
  padding: 0;
  -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;
}
#zo2-bottom1 .btn:hover,
#zo2-bottom1 .btn:active,
#zo2-bottom1 .btn: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;
}
#zo2-bottom1 .no-line h3 {
  margin: 0;
}
#zo2-bottom2 {
  background: url(../images/1.jpg) no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #ccc;
}
#zo2-bottom2 h3.moduletitle {
  color: #FF6C0B;
  font-size: 25px;
  text-align: left;
  padding-bottom: 20px;
  order-bottom: 1px dotted #fff;
}
#zo2-bottom2 .gallery-flickr ul li {
  padding-bottom: 10px;
  padding-right: 5px;
}
#zo2-bottom2 ul.address {
  padding-top: 20px;
}
#zo2-bottom2 .footer-logo {
  padding: 10px 0px 33px 0px;
}
#zo2-bottom2 p {
  font-size: 13px;
  line-height: 1.6;
  color: #ccc;
  padding-right: 25px;
  font-family: 'Oswald', sans-serif;
}
#zo2-bottom2 a {
  color: #ccc;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
#zo2-bottom2 address {
  font-size: 14px;
  line-height: 1.5;
}
#zo2-bottom2 address i {
  padding-right: 5px;
}
#zo2-bottom2 .lightbox-modal img {
  margin-bottom: 5px;
}
.social a {
  color: #8c8c8c;
  display: inline-block;
  height: 37px;
  margin: 0 5px;
  width: 37px;
}
.social a:hover {
  color: #fff;
  text-decoration: none;
}
.social a i {
  display: inline-block;
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  vertical-align: top;
  width: 50px;
  float: left;
  border-left: 1px solid #eeeeee;
  padding-top: 2px;
  padding-bottom: 10px;
}
.social.footer-social a {
  background-color: #393939;
}
i.fa.fa-rss {
  border-right: 1px solid #eeeeee;
}
#news {
  margin: 50px 0 120px;
}
#news .mod-news img {
  float: left;
  padding-right: 30px;
  max-width: 100%;
}
#news .mod-news.custom h3 {
  color: #2c2c2c;
  font-size: 18px;
}
.latest-news li {
  padding-bottom: 10px;
  list-style: none;
}
.latest-news .thumb {
  border: 3px solid #272727;
  display: block;
  float: left;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  width: 82px;
}
.latest-news .desc {
  margin-left: 100px;
}
.latest-news .title {
  display: block;
}
.latest-news .time {
  color: #898989;
  display: block;
  font-size: 11px;
}
#system-message {
  margin: 0 0 20px;
}
.gmap-page .embed-container {
  padding-bottom: 0;
}
.module .zt-image-frame {
  background: none;
  padding: 0;
  border: none;
  display: block;
  float: left;
  margin: 5px;
  box-shadow: none;
}
.module .zt-image-frame img {
  border: 4px solid #fff;
}
a.cboxElement img {
  margin-bottom: 5px;
}
#zo2-footer {
  font-family: 'Oswald', sans-serif;
  background: #191919;
  color: #fff;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
}
#zo2-footer section {
  float: left;
}
#zo2-footer .copyright {
  float: left;
}
#zo2-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);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: 10px;
  height: 50px;
  padding: 12px 14px;
  position: fixed;
  right: 30px;
  -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;
  width: 50px;
  z-index: 100;
}
#gototop:hover {
  background-color: rgba(0,0,0,0.4);
}
#gototop i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.box-color {
  color: #aaa;
  padding: 20px;
}
.box-color h3.moduletitle {
  background: none;
  color: #fff;
  font-size: 200%;
  font-weight: 300;
  padding-bottom: 0;
}
.box-color ul.weblinks li,
.box-color ul.menu li {
  border-bottom: 1px solid #608f40;
  width: 100%;
}
.box-color ul.weblinks li a,
.box-color ul.menu li a {
  background: none;
  padding: 10px 0;
}
.box-color ul.weblinks li a:hover,
.box-color ul.weblinks li a:active,
.box-color ul.weblinks li a:focus,
.box-color ul.menu li a:hover,
.box-color ul.menu li a:active,
.box-color ul.menu li a:focus {
  background: none;
}
.box-color ul.weblinks li:hover a,
.box-color ul.menu li:hover a,
.box-color ul.weblinks li.active a,
.box-color ul.menu li.active a {
  margin-left: 10px;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}
.box-color ul.weblinks li a,
.box-color ul.menu li a {
  color: #fff !important;
}
.homepage .zo2-social-wrap {
  text-align: center;
  margin-top: 20px;
}
#zo2comment-tabs .embed-container {
  padding-bottom: 0;
}
.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: 7px 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;
  font-size: 32px;
  text-align: center;
  bottom: 10%;
  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;
}
.style-switcher {
  z-index: 999;
  top: 145px;
}
code {
  white-space: inherit;
}
.style-switcher ul.options.layout-select li a {
  width: 54px;
}
.style-switcher ul.options.layout-select li a img {
  width: 54px;
}
@media (max-width: 767px) {
  body .mobile-logo {
    float: left;
  }
  body .mobile-menu {
    float: left;
  }
  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: 11px 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 .navbar {
    margin-bottom: 0px;
  }
  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 #top-search form {
    padding: 0 15px;
  }
  body .social a {
    height: 35px;
    margin: 0 3px;
    width: 35px;
  }
  body #zo2-header {
    padding: 30px 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 #top-search form {
    text-align: center;
    border: none;
    float: none;
  }
  body .social.header-social {
    text-align: center;
  }
  body #zo2-bottom1 .btn {
    font-size: 9px;
  }
  body #zo2-bottom1 .no-line h3 {
    margin-bottom: 15px;
  }
  body #zo2-bottom2 .module {
    margin-bottom: 15px;
  }
  .modal.fade {
    background: rgba(0,0,0,0.5);
  }
  .modal-backdrop.fade {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  body .zo2-menu {
    margin-left: 30px !important;
  }
  body .zo2-menu >.container {
    padding: 0 !important;
  }
  body nav.zo2-menu .navbar-nav > li > a {
    font-size: 13px;
    padding: 0 10px;
  }
  body #top-search form {
    padding: 0 15px;
  }
  body .social a {
    height: 35px;
    width: 36x;
  }
  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: 1151px) and (max-width: 1180px) {
  .zo2-menu >.container {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .pricing_box h2 {
    font-size: 20px !important;
  }
  .pricing_box a.button {
    padding: 5px 15px !important;
  }
}
@media (max-width: 480px) {
  .pricing_box {
    width: 100% !important;
  }
}
.ie8 body {
  overflow: inherit;
}
.zo2-socialshares-floatbar {
  background: none repeat scroll 0 0 padding-box #fff;
  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;
}
.zo2-socialshares-horizontal {
  display: inline-block;
  margin: 10px 0;
}
.zo2-socialshares-horizontal > div {
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination .pagination-list {
  clear: both;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li span,
.pagination li a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f3f3f3;
  color: #3f3f3f;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: 0 !important;
}
.pagination li:hover a {
  color: #fff;
}
.pagination li.active span {
  color: #fff;
}
.tag {
  color: inherit;
}
.rtl #top-search form:before {
  left: 25px;
  right: auto;
}
.rtl .zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  right: 0;
  left: auto;
}
.rtl .latest-news .thumb {
  float: right;
}
.rtl .latest-news .desc {
  margin-left: 0;
  margin-right: 100px;
}
.rtl .zo2-socialshares-floatbar {
  margin-left: 0;
  margin-right: -100px;
}
.rtl .form-horizontal .control-label {
  text-align: right !important;
}
.rtl .pull-left {
  float: right !important;
}
.rtl .pull-right {
  float: left !important;
}
.rtl .media>.pull-left {
  margin: 0 0 0 10px;
}
.rtl [class^="zt-icon-"] li:before,
.rtl [class*=" zt-icon-"] li:before {
  margin: 0 0 0 5px;
}
.rtl .zt-box-info:before,
.rtl .zt-box-warning:before,
.rtl .zt-box-stickynote:before,
.rtl .zt-box-upload:before,
.rtl .zt-box-download:before {
  margin: 0 0 0 10px;
}
.rtl .box-color ul.weblinks li:hover a,
.rtl .box-color ul.menu li:hover a,
.rtl .box-color ul.weblinks li.active a,
.rtl .box-color ul.menu li.active a {
  margin: 0 10px 0 0;
}
.rtl .nav-parent > .nav-oc-toggle {
  right: auto;
  left: 5px;
}
.rtl .offcanvas .sidebar-close {
  right: auto;
  left: 0;
  float: left;
}
.rtl #zo2-bottom2 address i {
  padding: 0 0 0 15px;
}
.rtl h3.moduletitle:after {
  left: inherit;
  right: 0;
}
.zo2-row-wrapper .custom > div {
  height: auto !important;
}
.zo2-row-wrapper .custom .carousel {
  margin: 0 !important;
}
#zo2-hello .stars {
  padding-top: 35px;
  text-align: center;
}
#zo2-hello i {
  color: #fff;
  margin-left: 9px;
}
#our-features {
  position: relative;
  top: 55px;
  background-color: #eeeeee;
  padding-top: 30px;
  z-index: 6;
  padding-bottom: 60px;
  background: url('../images/shadow.png') center bottom no-repeat;
}
#our-features p.tag-heading {
  margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
  padding: 5px 80px 0px 80px;
  line-height: 24px;
  font-size: 15px;
  color: #656565;
  text-align: center;
}
#our-features .features-lane {
  padding-bottom: 30px;
  padding-top: 15px;
}
#our-features .features-lane .service-head {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #444444;
}
#our-features .features-lane p {
  text-align: left;
}
#our-features .features-lane .fa {
  text-align: right;
  padding-left: 15px;
}
#middle {
  padding-top: 20px;
  background: url(../images/2.jpg) no-repeat;
  background-size: cover;
}
#middle h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  font-weight: 600;
  padding-top: 40px;
  position: relative;
  left: -2px;
  color: #fff;
  text-align: center;
}
#middle p {
  color: #fff;
  line-height: 24px;
  padding-top: 10px;
  text-align: Center;
}
#middle .center-img-bot {
  position: relative;
  top: 36px;
  text-align: center;
}
#middle-two {
  text-align: center;
  padding-top: 65px;
  background: url(../images/tiles.jpg) no-repeat;
  background-size: cover;
}
#middle-two .moving-zone {
  height: 300px;
}
#middle-two h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
}
#middle-two p {
  color: #ffffff;
}
#middle-two .popup {
  position: absolute;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  transition: .5s;
}
#middle-two .popup:hover {
  transition: .5s;
}
#middle-two .shadow-1 {
  -webkit-box-shadow: 0 32px 16px -26px black;
  -moz-box-shadow: 0 32px 16px -26px black;
  box-shadow: 0 32px 16px -26px black;
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
#middle-two .shadow-1:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-box-shadow: 0 58px 36px -56px black;
  -moz-box-shadow: 0 58px 36px -56px black;
  box-shadow: 0 58px 36px -56px black;
}
#middle-two .shadow-1:hover {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
#middle-two .popup-content {
  background: rgba(55,63,74,0.98);
  padding: 20px;
  box-sizing: border-box;
}
#middle-three {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background: url(../images/px.jpg) no-repeat;
  background-size: cover;
  color: #ffffff;
}
#middle-three .moving-zone {
  height: 300px;
}
#middle-three h2 {
  padding-top: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
}
#middle-three .btn {
  padding: 8px 10px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 0px;
}
#middle-three .btn-default:hover {
  color: #333;
  background: #fff;
  transition: .5s;
}
#specialities {
  background: url(../images/background-patterns/1.png) repeat;
  padding-bottom: 65px;
  position: relative;
  z-index: 100;
  padding-top: 15px;
}
#specialities h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.1;
}
#specialities p.tag-heading {
  padding: 10px 30px 30px 30px;
  color: #656565;
  line-height: 24px;
}
#work-two {
  background: url(../images/10.png) repeat;
  padding-top: 20px;
}
#work-two h2 {
  font-size: 55px;
  font-weight: 500;
  padding-top: 40px;
  line-height: 1.2;
  text-shadow: 2px 0px 2px rgba(150,150,150,0.5);
}
#work-two p {
  padding-top: 10px;
  line-height: 24px;
  color: #656565;
}
#work-two .btn-1 {
  float: left;
  padding-top: 5px;
}
#bottom-block {
  background: url(../images/2.jpg) no-repeat;
  background-size: cover;
}
#bottom-block #bottom-block-one {
  padding-top: 90px;
  text-align: center;
}
#bottom-block #bottom-block-one .topper {
  padding-bottom: 40px;
}
#bottom-block #bottom-block-one h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}
#bottom-block #bottom-block-one img {
  max-width: inherit;
  vertical-align: middle;
}
#bottom-block #bottom-block-one p {
  color: #fff;
  padding-top: 5px;
}
#bottom-block #bottom-block-one .right-ul {
  list-style: none;
  color: #fff;
  padding-left: 0px;
  padding-right: 10px;
  text-align: right;
  padding-top: 50px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
#bottom-block #bottom-block-one .right-ul li {
  padding-bottom: 20px;
}
#bottom-block #bottom-block-one .right-ul i {
  margin-right: 5px;
  display: inline-block;
  padding: 8px;
  border-radius: 25px;
  font-size: 14px;
  transition: .5s;
}
#bottom-block #bottom-block-one .right-ul li:hover i {
  background: #fff;
  border-color: #fff;
  transition: .5s;
}
#bottom-block #bottom-block-one .left-ul {
  list-style: none;
  color: #fff;
  padding-left: 10px;
  text-align: left;
  padding-top: 50px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
#bottom-block #bottom-block-one .left-ul li {
  padding-bottom: 20px;
}
#bottom-block #bottom-block-one .left-ul i {
  margin-left: 5px;
  display: inline-block;
  padding: 8px;
  border-radius: 25px;
  font-size: 14px;
  transition: .5s;
}
#bottom-block #bottom-block-one .left-ul li:hover i {
  background: #fff;
  border-color: #fff;
  transition: .5s;
}
#bottom-block #bottom-block-one .mac {
  position: relative;
  z-index: 1;
  right: 160px;
  top: 1px;
}
#bottom-block-two {
  background: url(../images/slide1.jpg) no-repeat;
  background-size: cover;
  padding-top: 50px;
}
#bottom-block-two h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 40px;
  position: relative;
  left: -2px;
}
#bottom-block-two p {
  padding-top: 10px;
  line-height: 24px;
}
#bottom-block-two .support-points li {
  padding-bottom: 20px;
}
#bottom-block-two .support-points li i {
  padding-right: 10px;
}
#bottom-block-two .try-btn {
  padding-bottom: 20px;
}
#bottom-block-two .tr-btn {
  color: #333;
  border: 1px solid #333;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  padding: 5px 12px 5px 12px;
  transition: .5s;
}
#bottom-block-two .tr-btn:hover {
  color: #fff;
  transition: .5s;
}
#bottom-block-three {
  background: url(../images/10.png);
  padding: 30px 0px 30px 0px;
}
#bottom-block-three h1 {
  padding-top: 0px;
  left: -3px;
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  position: relative;
  bottom: 10px;
}
#bottom-block-three p {
  padding-top: 0px;
  line-height: 24px;
  color: #656565;
}
#static-blocky {
  background: url(../images/seo-2.jpg) no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 200px;
}
#static-blocky h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 5px;
  color: #333333;
  text-shadow: 1px 0px 1px #969696;
}
#static-blocky p.tag-heading {
  padding: 10px 30px 30px 5px;
  color: #656565;
  line-height: 24px;
}
#static-blocky .btn-success {
  font-family: 'Oswald', sans-serif;
  background-color: #333333;
}
#static-blocky .shadow-1:hover {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
#static-blocky .shadow-1:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-box-shadow: 0 58px 36px -56px black;
  -moz-box-shadow: 0 58px 36px -56px black;
  box-shadow: 0 58px 36px -56px black;
}
#static-blocky .box-1 {
  background: rgba(250,250,250,0.7);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 38px;
  width: 80%;
  border: 1px solid #f2f2f2;
}
#static-blocky .shadow-1:hover {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
#static-blocky .shadow-1:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-box-shadow: 0 58px 36px -56px black;
  -moz-box-shadow: 0 58px 36px -56px black;
  box-shadow: 0 58px 36px -56px black;
}
#static-blocky .shadow-1 {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
#static-blocky .shadow-1 {
  -webkit-box-shadow: 0 32px 16px -26px black;
  -moz-box-shadow: 0 32px 16px -26px black;
  box-shadow: 0 32px 16px -26px black;
}
#static-blocky .shadow-1 {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
#static-blocky .shadow-1 {
  -webkit-box-shadow: 0 28px 16px -26px black;
  -moz-box-shadow: 0 28px 16px -26px black;
  box-shadow: 0 28px 16px -26px black;
}
#testimonials-slider {
  background: url(../images/wood2.jpg);
  background-size: cover;
}
#testimonials-slider .testi-designation {
  font-family: 'Oswald', sans-serif;
}
#our-clients {
  background: url(../images/10.png) repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
#our-clients h2 {
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  padding-top: 0px;
}
#our-clients p {
  padding-right: 50px;
  padding-top: 10px;
  line-height: 24px;
  color: #656565;
}
#our-clients .border-1 {
  border-right: 1px solid #e2e0e0;
  border-bottom: 1px solid #e2e0e0;
}
#our-clients .border-3 {
  border-right: 1px solid #e2e0e0;
}
#our-clients .col-md-4 {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
#our-clients a img {
  opacity: 0.7;
  transition: .5s;
}
#our-clients a:hover img {
  opacity: 1;
  transition: .5s;
}
#newsletter-subscribe {
  background: url(../images/subscribe.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
#newsletter-subscribe h2 {
  font-size: 65px;
  font-weight: 600;
  padding-top: 50px;
  padding-bottom: 10px;
  float: right;
  text-align: right;
  color: #fff;
  text-shadow: 2px 0px 2px #969696;
  line-height: 1.3;
}
#newsletter-subscribe p {
  float: right;
  text-align: right;
  line-height: 24px;
  color: #656565;
}
#newsletter-subscribe .sub-in {
  padding-top: 20px;
  text-align: right;
}
#newsletter-subscribe input {
  font-family: 'Oswald', sans-serif;
  width: 40%;
  height: 60px;
  padding-left: 15px;
  border: 1px solid #d4d4d4;
  margin-left: 5px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 4px solid #d4d4d4;
  background: #ffffff;
}
#newsletter-subscribe .sub-btn {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  padding: 18px 25px 18px 25px;
  position: relative;
  left: -15px;
  transition: .5s;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
#newsletter-subscribe .sub-btn:hover {
  background: #333333;
  transition: .5s;
  border-bottom: 4px solid #333;
}
#social-bar .social-icons {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 18px;
}
#social-bar .social-icons a {
  color: #fff;
  margin-left: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 3.4;
  border-radius: 3px;
  transition: .2s;
}
#social-bar .social-icons i.fa.fa-rss {
  border-right: 0px;
}
.blog {
  padding-bottom: 30px;
  padding-top: 30px;
}
.blog .subheading-category {
  position: relative;
  bottom: 40px;
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  padding-top: 0px;
}
#zo2-mainframe {
  background: #ffffff;
}
#right-position input[type="submit"],
#right-position input[type="button"],
#right-position textarea,
#right-position input[type="text"],
#right-position input[type="password"],
#right-position input[type="datetime"],
#right-position input[type="datetime-local"],
#right-position input[type="date"],
#right-position input[type="month"],
#right-position input[type="time"],
#right-position input[type="week"],
#right-position input[type="number"],
#right-position input[type="email"],
#right-position input[type="url"],
#right-position input[type="search"],
#right-position input[type="tel"],
#right-position input[type="color"],
#right-position .uneditable-input {
  display: inline-block;
  width: 190px;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#right-position h3.moduletitle {
  border-bottom: 1px solid #e4e3e3;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}
#right-position ul.categories-module li {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 0;
}
#right-position ul.categories-module li i {
  display: none;
}
#right-position ul.categories-module li a {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}
#right-position .tags li {
  float: left;
  padding-top: 15px;
}
#right-position .tagspopular ul li a {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  background: #333333;
  color: #fff;
  padding: 4px 8px 4px 8px;
  border-radius: 5px;
  margin-right: 8px;
  transition: .5s;
}
#left-position {
  padding-top: 80px;
}
#left-position input[type="submit"],
#left-position input[type="button"],
#left-position textarea,
#left-position input[type="text"],
#left-position input[type="password"],
#left-position input[type="datetime"],
#left-position input[type="datetime-local"],
#left-position input[type="date"],
#left-position input[type="month"],
#left-position input[type="time"],
#left-position input[type="week"],
#left-position input[type="number"],
#left-position input[type="email"],
#left-position input[type="url"],
#left-position input[type="search"],
#left-position input[type="tel"],
#left-position input[type="color"],
#left-position .uneditable-input {
  display: inline-block;
  width: 190px;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#left-position h3.moduletitle {
  border-bottom: 1px solid #e4e3e3;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}
#left-position ul.categories-module li {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 0;
}
#left-position ul.categories-module li i {
  display: none;
}
#left-position ul.categories-module li a {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}
#left-position .tags li {
  float: left;
  padding-top: 15px;
}
#left-position .tagspopular ul li a {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  background: #333333;
  color: #fff;
  padding: 4px 8px 4px 8px;
  border-radius: 5px;
  margin-right: 8px;
  transition: .5s;
}
#right-position {
  padding-top: 30px;
  padding-bottom: 30px;
}
#right-position .right-posts .ns2-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
#right-position .right-posts .ns2-wrap .ns2-column {
  padding: 0;
}
#right-position .right-posts .ns2-wrap h4 {
  font-family: 'Oswald', sans-serif;
  padding-top: 10px;
}
#right-position .right-posts .ns2-wrap h4 a {
  font-family: 'Oswald', sans-serif;
  padding-top: 10px;
}
#right-position .right-posts .ns2-imagetext {
  display: none;
}
#zo2-component .syntaxhighlighter {
  padding-bottom: 20px;
}
.write-reviews {
  text-align: left;
  margin: 30px 0 0;
}
input.highlight-button {
  background: #333;
  color: #fff;
}
.customer-reviews h4 {
  border-bottom: 0;
  font-size: 32px;
  margin: 0 0 10px;
  padding: 10px 0;
}
.list-reviews .vote {
  top: 32px;
  position: relative;
}
.list-reviews span.date {
  float: right;
  display: block;
  color: #fff;
  background: #333;
  border-left: solid #CAC9C9 1px;
  border-bottom: solid #CAC9C9 1px;
  position: relative;
  top: -12px;
  right: -12px;
  font-size: 10px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  padding: 10px;
}
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
  padding-bottom: 7px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.vm-button-correct,
.vm-button-correct:hover,
.vm-button-correct:visited {
  font-weight: 500;
  color: #FFF;
}
.ratingbox {
  float: left;
}
.main-image {
  position: relative;
  right: 30px;
  float: right;
  margin-top: 10px;
}
.product-short-description {
  margin: 0 0 10px;
  padding-top: 15px;
  padding-bottom: 4px;
  float: left;
  font-family: 'Lato', sans-serif;
}
.back-to-category {
  float: left;
}
.productdetails-view .addtocart-bar {
  margin: 0;
  padding: 0 0 0 0px;
  position: relative;
  bottom: 0.0em;
  text-align: left;
  left: -13px;
}
.vm-product-details-container {
  float: left;
  position: relative;
  width: 100%;
  top: 20px;
}
.quantity-controls {
  width: 60px !important;
  display: inline !important;
}
.quantity-controls input.quantity-plus {
  background: url('../images/quantity-controls.png') !important;
  width: 29px !important;
}
.quantity-controls input.quantity-minus {
  background: url('../images/quantity-controls.png') !important;
  background-position: 100% 50% !important;
  width: 29px !important;
}
.quantity-box {
  font-family: 'Oswald', sans-serif;
  color: #333;
  min-width: 32px;
}
.addtocart-button input.addtocart-button {
  display: inline-block;
  margin-top: 11px;
  color: #fff;
  padding: 4px 10px 5px 13px !important;
  font-size: 14px !important;
  width: 100px;
  font-family: 'Lato', sans-serif;
  border-radius: 0px !important;
  transition: .5s;
}
.back-to-category .product-details,
a.details,
.details {
  display: inline-block;
  padding: 10px 12px 10px;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  border-radius: 0;
  transition: .5s;
}
.back-to-category:hover .product-details:hover,
a.details:hover,
.details {
  background: #333;
  color: #ffffff;
}
.main-image img {
  max-width: 460px;
  max-height: 420px;
  border: 1px solid #F1F1F1;
}
.additional-images {
  width: 124px;
  margin: 0;
}
.additional-images img {
  margin-bottom: 3px;
  margin-top: 10px;
  width: 100px;
  height: auto;
  border: 1px solid #EEEBEB;
}
.product-price {
  text-align: left;
}
.PricesalesPrice.vm-display.vm-price-value {
  font-size: 24px;
  padding-bottom: 15px;
}
.vm-price-desc {
  display: block;
}
table.user-details input {
  background: #ECECEC none top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #333;
  margin-bottom: 15px;
  padding: 5px 5px 4px;
  width: 200px;
}
.control-buttons button.default {
  margin-left: 8px;
  background: #333;
  color: #fff;
  padding: 11px 12px;
  position: relative;
  top: -2px;
  margin-top: 40px;
}
.cart-view {
  padding-top: 34px;
}
.cart-view h3,
.cart-view .h3 {
  font-size: 16px;
  font-weight: 500;
}
.cart-view .PricesalesPrice {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-view .PricebillTotal {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-view .details-button input.details-button {
  background: none scroll center top #333;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
  text-align: center;
  padding: 7px 15px 10px 15px;
}
.cart-view .billto-shipto {
  border-bottom: 0;
  border-top: 0;
  margin: 40px 0;
}
.cart-view .billto-shipto span {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-view table.cart-summary tr th {
  background: none repeat scroll 0 0 #333;
  color: #fff;
  font-weight: 500;
  padding: 12px 15px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.cart-view fieldset {
  border: none;
  margin: 25px 0 10px;
  padding: 5px;
}
.cart-view .output-billto .details {
  padding-top: 12px;
}
.cart-view .output-billto a.details:hover {
  background: #333;
}
.cart-view .userdata a {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.cart-view .userdata p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.cart-view .userdata label {
  padding-left: 30px;
}
.cart-view .userdata input.default {
  background: #333;
  color: #fff;
}
.cart-view a.continue_link {
  background: #333;
  padding: 10px 8px;
  color: #ffffff;
  font-size: 14px;
}
.browse-view {
  padding: 0px;
}
.browse-view h1 {
  padding-left: 16px;
}
.browse-view .horizontal-separator {
  display: none;
}
.browse-view .product {
  float: left;
  min-width: 237px;
  margin: 10px 14px;
  padding: 0 5px;
}
.browse-view .product .vm-product-media-container {
  text-align: center;
  max-width: 100%;
  margin-bottom: 15px;
  max-height: 160px !important;
  overflow: hidden;
}
.browse-view .product .browseProductImage {
  max-width: 100% !important;
  max-height: 252px !important;
}
.browse-view .product h2 {
  font-size: 24px !important;
  margin: 0 0 0.2em;
  padding: 10px 0 !important;
}
.browse-view .product .addtocart-bar {
  left: 5px;
  text-align: left;
}
.browse-view .product .vm-details-button {
  display: none;
}
.browse-view .product .addtocart-bar {
  bottom: 0.2em;
}
.browse-view .product .PricesalesPrice {
  color: #333 !important;
  font-family: 'Lato', sans-serif;
  font-size: 24px !important;
  line-height: 32px;
}
.browse-view .product .vm-product-rating-container {
  display: none;
}
.browse-view .product .vm-product-descr-container-1 {
  height: auto;
  margin-bottom: 0px;
}
.browse-view .vm-col-1 {
  width: 90%;
}
.browse-view .vm-col-3 {
  width: 44%;
}
.browse-view .vm-col-3 {
  width: 30%;
}
.browse-view .vm-col-4 {
  width: 18.8%;
}
.browse-view .display-number {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.browse-view .orderby-displaynumber {
  border-bottom: 0;
  border-top: 0;
  margin: 4px -21px;
  padding: 20px 20px;
}
.browse-view .orderlistcontainer {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 5px 26px 4px 11px;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.browse-view .orderlistcontainer a {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding: 5px 0;
}
.category-view h2 {
  font-size: 24px !important;
  line-height: 58px;
  text-align: left;
}
.category-view .row .category .spacer h2 a img {
  height: 175px !important;
}
.category-view .horizontal-separator {
  display: none;
}
.vendor-store-desc h2 {
  padding-top: 60px;
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}
.vendor-store-desc p {
  padding: 5px 80px 0px 80px;
  line-height: 1.7;
  font-size: 15px;
  color: #656565;
  text-align: center;
}
.latest-view h4 {
  font-size: 24px;
}
.latest-view .browseProductImage {
  max-height: 200px;
}
.latest-view .vm-product-descr-container-1 {
  height: auto;
}
.latest-view .vm-product-descr-container-1 h2 {
  font-size: 24px;
  text-align: center;
}
.latest-view .ratingbox {
  display: none;
}
.latest-view .addtocart-bar {
  display: none;
}
.latest-view .vm3pr-1 .product-price {
  height: 0.25em;
}
.hikashop_product_page {
  padding-top: 25px;
}
.hikashop_products_listing .hikashop_product_code_list {
  display: none;
}
.hikashop_container .thumbnail {
  display: block;
  padding: 4px;
  border: 0px;
  border-radius: 0px;
}
.hikashop_container .thumbnail:hover {
  box-shadow: 0px;
  transition: all 0.2s ease-in-out 0s;
}
#hikashop_product_top_part h1 {
  padding-top: 0px;
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  text-align: left;
  border-bottom: 0px;
}
.hikashop_products_pagination .list-footer .limit .inputbox,
.hikashop_subcategories_pagination .list-footer .limit .inputbox {
  margin-left: 16px;
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #333;
  padding: 10px;
  font-size: 12px;
}
.hikashop_product input.button.hikashop_cart_input_button {
  margin-top: 20px;
  background: #333;
  transition: .2s;
}
a.hikashop_cart_button:hover,
a.hikashop_compare_button:hover,
.hikashop_cart_input_button:hover {
  color: #ffffff !important;
}
img.hikashop_child_image {
  margin: 2px;
  margin-bottom: 24px;
  padding: 3px;
  border: 1px solid #cdcdcd;
  float: left;
  min-width: 100px;
  min-height: 80px;
  display: block;
  clear: both;
}
#hikashop_main_image {
  border: 1px solid #cdcdcd;
  padding: 1px;
}
#hikashop_product_name_main {
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
}
#hikashop_product_price_main .hikashop_product_price {
  font-size: 32px;
  line-height: 48px;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
#hikashop_product_description_main {
  padding-top: 10px;
}
#hikashop_product_description_main h3 {
  font-weight: 500;
}
#hikashop_product_description_main h4 {
  font-weight: 500;
}
#hikashop_product_description_main ol {
  padding-top: 10px;
  padding-left: 20px;
}
#hikashop_product_description_main .tab-content {
  margin-left: 30px;
  padding-top: 15px;
  padding-right: 30px;
  font-family: 'Lato', sans-serif;
}
.hikashop_product {
  border: 1px solid #F7F7F7;
  margin: 5px;
}
.hikashop_product .hikashop_product_name a {
  font: bold 14px sans-serif;
  color: #474747;
  text-decoration: none;
  font-weight: bold;
  display: block;
  float: left;
  padding-left: 15px;
  padding-top: 20px;
}
.hikashop_product .hikashop_product_price_full {
  float: right;
  padding-top: 18px;
  padding-right: 10px;
}
.hikashop_product span.hikashop_product_price {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  text-align: right;
}
.hikashop_product .hikashop_subcontainer {
  text-align: right !important;
}
.hikashop_product .hikashop_product_price_per_unit {
  display: none;
}
#hikashop_small_image_div {
  padding: 8px 0px 8px 0px;
}
.shop-divider {
  border-top: 1px solid #dfdfdf;
}
.a-t {
  padding-top: 15px;
  padding-bottom: 10px;
}
.a-t .panel .collapsed {
  padding-left: 0px;
}
.a-t .panel-group {
  padding-right: 0px;
}
.a-t .panel-group .panel {
  position: relative;
  top: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 0px;
  border-left: 5px solid #d86838;
  border-color: #d86838;
  border-top: none;
  border-bottom: none;
  border-right: none;
  background: #eeeeee;
}
.a-t .panel a {
  padding-left: 0px;
  font-weight: 500;
}
.a-t .panel-heading {
  font-family: 'Oswald', sans-serif;
  padding-left: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.a-t .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.hikashop_footer {
  display: none;
}
#hikashop_product_characteristics,
#hikashop_product_options {
  border: 0px;
  padding: 0;
  border-radius: 0;
}
#hikashop_product_weight_main {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.hikashop_product_characteristics_table select,
.hikashop_product_options_table select {
  font-family: 'Oswald', sans-serif;
  padding: 5px;
  color: #333;
  width: 150px;
  border: 1px solid #C5C5C5;
  transition: .2s;
}
.hikashop_product_stock .hikashop_product_quantity_field {
  font-family: 'Oswald', sans-serif;
  margin-bottom: 1px !important;
  color: #333;
  transition: .2s;
}
a.hikashop_product_quantity_field_change {
  text-decoration: none;
  margin: 10px;
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  transition: .2s;
}
.hikashop_product_stock .input-append,
.hikashop_product_stock .input-prepend {
  vertical-align: baseline;
}
a.hikashop_product_quantity_field_change:hover {
  text-decoration: none;
  margin: 10px;
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  background: #333;
}
#hikashop_product_right_part .hikashop_cart_input_button {
  margin-left: 0px;
  background: #333;
  color: #ffffff !important;
  transition: .2s;
}
#sbox-window.shadow {
  width: auto;
  height: auto;
}
.hikashop_next_product {
  display: none;
}
.hikashop_previous_product {
  display: none;
}
input.button.hikashop_cart_input_button {
  font-family: 'Oswald', sans-serif;
  background: #333;
  color: #fff !important;
}
.hikashop_vote_form .button {
  font-family: 'Oswald', sans-serif;
  margin-left: 0px;
  background: #333;
  color: #fff;
}
#hikashop_checkout_page {
  padding-top: 90px;
}
#hikashop_checkout_page label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
}
#hikashop_checkout_page .hikashop_cart_input_button {
  background: #333333;
  color: #ffffff !important;
}
#hikashop_checkout_page h1 {
  padding-top: 39px;
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
  border-bottom: 0px;
}
#hikashop_checkout_page .hikashop_cart_product_image_thumb {
  width: 120px;
}
#hikashop_checkout_page .hikashop_checkout_login {
  clear: both;
  width: auto;
}
#hikashop_checkout_page fieldset {
  border: 0px;
}
#hikashop_checkout_login_left_part input,
#hikashop_checkout_login_right_part input,
#hikashop_checkout_login_left_part select,
#hikashop_checkout_login_right_part select {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#hikashop_checkout_login_left_part h2,
#hikashop_checkout_login_right_part h2,
#hikashop_checkout_login_right_part h3 {
  color: #333;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 20px;
}
#hikashop_checkout_login_right_part input {
  width: 95%;
}
#hikashop_checkout_cart p.hikashop_cart_product_name {
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
#hikashop_checkout_cart span.hikashop_product_price {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  position: relative;
  top: 5px;
}
#hikashop_checkout_cart .hikashop_cart_product_name a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  top: -5px;
}
#hikashop_checkout_cart span.hikashop_checkout_cart_final_total {
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}
#hikashop_checkout_cart span.visible-phone {
  display: none;
}
#hikashop_checkout_cart #hikashop_checkout_cart_final_total_title {
  color: #333;
  font-weight: normal;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
}
#hikashop_product_left_part #sbox-window.shadow {
  width: auto;
  height: 400px;
}
.hikashop_products_pagination .list-footer span.pagenav,
.hikashop_subcategories_pagination .list-footer span.pagenav {
  color: #FFFFFF;
  padding: 10px;
  border-radius: 0px;
  background: #333;
}
.hikashop_products_pagination .list-footer a.pagenav:hover,
.hikashop_subcategories_pagination .list-footer a.pagenav:hover {
  color: #FFF;
  padding: 10px;
  border-radius: 0px;
}
.hikashop_products_pagination .list-footer .pagenav,
.hikashop_subcategories_pagination .list-footer .pagenav {
  color: #FFFFFF;
  padding: 10px;
  border-radius: 0px;
  background: #333;
}
.hikashop_category_information h2 {
  font-weight: 500;
  font-size: 32px;
  color: #555;
  border-bottom: 0;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.nav {
  padding-top: 0px;
}
.navbar-nav {
  float: right;
}
.caret {
  display: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
}
.navbar-nav > li > a {
  padding-top: 32px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid transparent;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.navbar-nav > li > .dropdown-menu {
  right: auto;
  left: 0;
  padding: 0px 0px;
  font-size: 13px;
  margin-top: -1px;
}
.dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  color: #656565;
}
.dropdown-menu > li:last-child > a {
  border-radius: none;
  background: #fff;
}
.mega-menu {
  padding: 10px 0px ! important;
  width: 900px;
  border-radius: 0;
  margin-top: 0px;
  margin-left: -500px;
}
.mega-menu ul {
  list-style: none;
}
.mega-menu  ul  li {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #656565;
}
.mega-menu  ul  li  a:hover {
  text-decoration: none;
  color: #d86838;
}
.mega-menu p {
  line-height: 1.5;
}
.mega-menu > li {
  display: inline-block;
  float: left;
  font-size: 13px;
  padding: 3px 0px;
}
.mega-menu  li a {
  color: #656565;
}
.mega-menu li.mega-menu-column {
  margin-right: 10px;
  width: 200px;
}
.mega-menu .abt:last-child p {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}
.mega-menu .abt:last-child {
  padding-bottom: 0px;
  padding-top: 0px;
}
.mega-menu .nav-header {
  padding: 0 !important;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
}
.mega-menu img {
  padding-bottom: 10px;
}
.dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  color: #656565;
}
#zo2-component .contact-form legend {
  font-size: 14px;
}
#zo2-component .contact-form fieldset {
  border: 0;
}
.advantages {
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
}
.advantages li {
  padding-bottom: 20px;
}
.advantages li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 10px;
  transition: .5s;
}
.advantages li a:hover {
  transition: .5s;
}
.advantages li a:hover i {
  color: #fff;
  transition: .5s;
}
.advantages li i {
  line-height: 2.6;
}
.advantages .heading {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
.advantages p {
  color: #9b9b9b;
}
.services-2 .heading-about {
  padding-top: 30px;
}
.services-2 .heading-about h1 {
  padding-top: 0px;
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}
.services-2 .heading-about p {
  padding: 5px 80px 0px 80px;
  line-height: 24px;
  font-size: 15px;
  color: #656565;
  text-align: center;
}
.services-2 .space-2 {
  padding-top: 30px;
}
.services-2 .service-wrap-2 {
  text-align: center;
}
.services-2 .space-2 .service-2 {
  padding-bottom: 30px;
}
.services-2 .service-wrap-2 .service-right-2 i {
  line-height: 3.2;
  color: #444444;
}
.services-2 .service-wrap-2 .service-right-2 .service-circle {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  transition: .5s;
}
.services-2 .service-wrap-2 .service-right-2 .service-circle:hover {
  background: #fff;
  transition: .5s;
}
.services-2 .service-right-2 .service-head {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #444444;
  padding-top: 20px;
  padding-bottom: 20px;
}
.services-2 .service-wrap-2 .service-right-2 p {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  line-height: 24px;
  font-size: 13px;
  text-align: center;
}
.pricing_box {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 30px;
  background: #fff;
  border: 0px solid #ebebeb;
  padding: 20px;
}
.pricing_box .header {
  padding-top: 30px;
  width: 100%;
  height: 100px;
  float: left;
  text-align: center;
  border-top: 4px solid #1b2230;
  border-bottom: 1px solid #ffffff;
  background: #FFFFFF;
}
.pricing_box .header span {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #1a212e;
  margin: 0;
  padding-top: 20px;
}
.pricing_box h2 {
  font-size: 50px !important;
  line-height: 40px;
  font-weight: 700 !important;
  margin: 0;
  text-align: center !important;
}
.pricing_box a.button:hover {
  border: 1px solid #333;
  font-family: inherit;
  background: none repeat-x scroll center top #333 !important;
}
.pricing_box ul {
  width: 100%;
}
.pricing_box li {
  font-family: 'Lato', sans-serif;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #ebebeb !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  float: left;
  color: #464d5a;
  font-size: 13px;
  font-weight: 400;
}
.pricing_box i {
  padding-right: 10px;
}
.pricing_box .green {
  color: green;
}
.pricing_box .red {
  color: #e32929;
}
.pricing_box a {
  color: #fff;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 10px;
  border-radius: 3px;
  border: 0;
  text-transform: uppercase;
  float: left;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.pricing_box:hover {
  -webkit-box-shadow: 0px 0 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0 0px rgba(0,0,0,0.5);
}
.specialities-2 h2 {
  font-size: 30px !important;
  padding-bottom: 10px;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #eeeeee;
  font-family: 'Lato', sans-serif;
}
.specialities-2 .our-sk {
  padding-left: 20px;
}
.specialities-2 .why-us {
  padding-right: 20px;
}
.progress {
  height: 35px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #eeeeee;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress .progress-bar-warning {
  font-size: 13px;
  background: #d86838;
  line-height: 35px;
  text-align: left;
  padding-left: 20px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  position: relative;
  top: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 0px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  background: #eeeeee;
}
.panel-heading {
  padding-left: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-heading i {
  padding-right: 5px;
  position: relative;
  top: 1px;
}
.collapse {
  display: none;
}
.support-staff h1 {
  padding-top: 30px;
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  text-align: left;
}
.support-staff p {
  line-height: 24px;
  padding-top: 5px;
  color: #333 !important;
  text-align: left;
}
.support-staff .support-points {
  font-family: 'Lato', sans-serif;
  padding-left: 0px;
  list-style: none;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
.support-staff .support-points li {
  padding-bottom: 20px;
}
.support-staff .try-btn {
  padding-top: 0px;
  float: left;
}
.support-staff .tr-btn {
  font-family: 'Oswald', sans-serif;
  color: #333;
  border: 1px solid #333;
  font-size: 20px;
  padding: 5px 12px 5px 12px;
  transition: .5s;
}
.numbers {
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 40px;
}
.numbers h1 {
  font-size: 45px;
}
.numbers .magical-numbers {
  padding-top: 20px;
}
.numbers .counter {
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
.numbers .counter-text {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
.error-page {
  text-align: center;
}
.error-page h1 {
  font-size: 160px;
  font-weight: 700;
  padding-top: 73px;
  margin: 0px;
}
.error-page h2 {
  font-size: 35px !important;
  font-weight: 600 !important;
  padding-top: 10px !important;
  text-align: center !important;
}
.error-page p {
  padding-top: 15px;
}
.error-page .error-back {
  font-family: 'Oswald', sans-serif;
  background: #d86838;
  color: #fff !important;
  padding: 12px 20px 12px 20px;
  display: inline-block;
  margin-top: 10px;
  transition: .5s;
  border-radius: 5px;
}
.error-page .error-back:hover {
  background: #333333;
  color: #fff;
  transition: .5s;
}
.panel-default>.panel-heading {
  color: #EEEEEE;
  background-color: #424242;
  border-color: #ddd;
}
.panel-default>.panel-heading a:hover,
.panel-default>.panel-heading a:focus,
.panel-default>.panel-heading a:active {
  color: #ffffff;
  text-decoration: none;
}
.testimonial-author-name {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.nav-tabs>li>a {
  border: 0px;
}
.contact h3 {
  font-family: 'Oswald', sans-serif;
  padding-left: 7px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.contact-form .btn-primary {
  font-family: 'Oswald', sans-serif;
}
.contact-form #jform_contact_email_copy-lbl {
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.contact-form input[type="submit"],
.contact-form input[type="button"],
.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="date"],
.contact-form input[type="month"],
.contact-form input[type="time"],
.contact-form input[type="week"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="color"],
.contact-form .uneditable-input {
  font-family: 'Oswald', sans-serif;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form .control-label {
  font-family: 'Oswald', sans-serif;
  padding: 5px;
}
.contact-form label {
  font-weight: 500;
}
#right-position .contact .contact-info address {
  line-height: 2;
  padding-top: 20px;
  font-family: 'Oswald', sans-serif;
}
#right-position .contact .contact-info address i {
  padding-right: 5px;
}
#right-position .contact .contact-info address strong {
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
#right-position .contact .contact-info .aside {
  padding-left: 25px;
}
#right-position .contact .contact-info .phn {
  padding-top: 10px;
}
#right-position .contact .social-icons-2 {
  list-style: none;
  padding-left: 0px;
  padding-top: 10px;
}
#right-position .contact .social-icons-2 li {
  float: left;
  border: 2px solid #a7a7a7;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  transition: .5s;
}
#right-position .contact .social-icons-2 li:hover {
  border: 2px solid #d86838;
  transition: .5s;
}
#right-position .contact .social-icons-2 li:hover a {
  color: #d86838;
  transition: .5s;
}
#right-position .contact .social-icons-2 a {
  color: #a7a7a7;
  margin-left: 0px;
}
#right-position .contact .social-icons-2 i {
  padding-top: 5px;
  color: #a7a7a7;
}
.invalid {
  border: 0px !important;
}
.why-choose h2 {
  font-size: 54px;
  font-weight: 500;
}
.why-choose .ipad {
  position: relative;
  top: 45px;
}
.registration {
  padding-bottom: 40px;
}
fieldset {
  border: 2px solid #F5F5F5;
  margin: 14px 0px 20px;
  padding: 0.35em 0.625em 0.75em;
}
li.dropdown.mega {
  display: block !important;
}
li.active.dropdown.mega {
  display: block !important;
}
li.active.dropdown.mega.hovering {
  display: block !important;
}
li.active.dropdown.mega.hovering.open {
  display: block !important;
}
.offcanvas {
  background: #333;
}
.offcanvas .sidebar-nav ul.nav-sub {
  background: none repeat scroll 0 0 #3D3D3D;
}
.p-fixer {
  margin-left: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.search dt.result-title {
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.search #searchForm .inputbox {
  width: 210px;
  margin: 0px 10px 0 0;
  height: 30px;
  border: 1px solid #DEDCDC;
}
@media screen and (min-width: 1200px) {
    .navbar-nav > li > a{
        padding-left:17px!important;
        padding-right:18px!important;
    }
}

@media screen and (max-width:767px) and (min-width: 479px){
    #zo2-header{
            max-height: 120px!important;
    }
}
