

@media (max-width: 768px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}

body {
  color: #6d6969;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #47bfa9;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
th,
td {
  line-height: 1.428571429;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  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 {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 19.5px;
  line-height: 40px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: 'Open Sans', sans-serif;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  

}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-primary,
.btn-primary:hover {
  background: #47bfa9;
  border: none;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder {
  color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  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"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #cccccc;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #47bfa9;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.nav .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.nav a:hover .caret {
  border-top-color: #47bfa9;
  border-bottom-color: #47bfa9;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  
}
.pagination .pagination {
  display: inline-block;
  margin: 10px 0px;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.navbar-header {
  display: none;
}
.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
@media (max-width: 767px) {
  
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav {
  margin-top: 20px;
  float: right;
}
.navbar-default .navbar-nav > li > a {
  padding: 10px 0 10px 20px;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #47bfa9;
  background: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #47bfa9;
  background: none;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #47bfa9;
  background: none;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #47bfa9 !important;
  border-bottom-color: #47bfa9 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #47bfa9;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #47bfa9 !important;
  border-bottom-color: #47bfa9 !important;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #47bfa9 !important;
  border-bottom-color: #47bfa9 !important;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  background: none!important;
  font-family: 'Open Sans', sans-serif;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -10px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #e7e7e7;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #47bfa9 !important;
  border-bottom-color: #47bfa9 !important;
}
.hll {
  background-color: #ffffcc;
}

.c {
  color: #999;
}

.err {
  color: #AA0000;
  background-color: #ffaaaa;
}

.k {
  color: #006699;
}

.o {
  color: #555555;
}

.cm {
  color: #0099FF;
  font-style: italic;
}

.cp {
  color: #009999;
}

.c1 {
  color: #999;
}

.cs {
  color: #999;
}

.gd {
  background-color: #FFCCCC;
  border: 1px solid #cc0000;
}

.ge {
  font-style: italic;
}

.gr {
  color: #ff0000;
}

.gh {
  color: #003300;
}

.gi {
  background-color: #CCFFCC;
  border: 1px solid #00cc00;
}

.go {
  color: #aaaaaa;
}

.gp {
  color: #000099;
}

.gu {
  color: #003300;
}

.gt {
  color: #99cc66;
}

.kc {
  color: #006699;
}

.kd {
  color: #006699;
}

.kn {
  color: #006699;
}

.kp {
  color: #006699;
}

.kr {
  color: #006699;
}

.kt {
  color: #007788;
}

.m {
  color: #ff6600;
}

.s {
  color: #d44950;
}

.na {
  color: #4f9fcf;
}

.nb {
  color: #336666;
}

.nc {
  color: #00AA88;
}

.no {
  color: #336600;
}

.nd {
  color: #9999ff;
}

.ni {
  color: #999999;
}

.ne {
  color: #CC0000;
}

.nf {
  color: #cc00ff;
}

.nl {
  color: #9999ff;
}

.nn {
  color: #00CCFF;
}

.nt {
  color: #2f6f9f;
}

.nv {
  color: #003333;
}

.ow {
  color: #000000;
}

.w {
  color: #bbbbbb;
}

.mf {
  color: #ff6600;
}

.mh {
  color: #ff6600;
}

.mi {
  color: #ff6600;
}

.mo {
  color: #ff6600;
}

.sb {
  color: #cc3300;
}

.sc {
  color: #cc3300;
}

.sd {
  color: #CC3300;
  font-style: italic;
}

.s2 {
  color: #cc3300;
}

.se {
  color: #CC3300;
}

.sh {
  color: #cc3300;
}

.si {
  color: #aa0000;
}

.sx {
  color: #cc3300;
}

.sr {
  color: #33aaaa;
}

.s1 {
  color: #cc3300;
}

.ss {
  color: #ffcc33;
}

.bp {
  color: #336666;
}

.vc {
  color: #003333;
}

.vg {
  color: #003333;
}

.vi {
  color: #003333;
}

.il {
  color: #ff6600;
}

.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 0px !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.home .noo-sidebar {
  padding-left: 10px;
  padding-right: 10px;
}
.noo-sidebar {
  padding-left: 0px;
  padding-right: 0px;
}
.noo-sidebar .t3-module {
  background: #ffffff;
  border-radius: 1px;
  box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin-bottom: 20px !important;
}
.noo-sidebar .t3-module.nopadding .module-inner {
  padding: 0px;
  margin: 0;
}
.noo-sidebar .no-bg {
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.delphinus-home .module-title span {
  background: url(../less/../images/line-title.png) no-repeat left center;
  padding-left: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.t3-footer .module-title,
.t3-navfooter-top .module-title {
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  padding: 0;
  color: #EEEEEE;
}
.noo-sidebar .t3-module .module-inner {
  padding: 20px;
}
.module-title {
  background: inherit;
  color: #666666;
  font-size: 24px;
  line-height: 150%;
  margin: 20px 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.noo-sidebar .module-title {
  margin-top: 0;
}
.module-subtitle {
  border-bottom: 1px solid #CCCCCC;
  color: #47bfa9;
  display: block;
  margin: -20px 0 20px;
  padding: 0 0 10px;
  text-align: left;
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 0px;
  padding-left: 0;
  padding: 0px;
  list-style-type: none;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
div.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
div.tagspopular ul li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #47bfa9;
  color: #ffffff;
  text-decoration: none;
}
div.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tagssimilar ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
div.tagssimilar ul li a {
  color: #6D6969;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
  color: #47bfa9;
}
#noo-lastnews {
  font-size: 12px;
}
#noo-lastnews .img-details img,
#noo-lastnews .img-intro img {
  width: 100px;
  float: left;
  padding: 5px 10px 10px 10px;
}
#noo-lastnews .noo-content h1 {
  margin: 0;
  font-size: 13px;
  line-height: 150%;
}
#noo-lastnews .noo-content h1 a {
  color: #6D6969;
  font-size: 12px;
  line-height: 100%;
  padding: 0;
  margin: 0;
}
#noo-lastnews .noo-content h1 a:hover {
  color: #47bfa9;
}
.social-networks {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.social-networks li {
  width: 63px;
  padding: 0 0 0px;
  float: left;
  margin-right: 20px;
}
.social-networks li a.twitter {
  background-position: 0 0;
}
.social-networks li a.facebook {
  background-position: -87px 0;
}
.social-networks li a.dribbble {
  background-position: -172px 0;
}
.social-networks a {
  display: block;
  height: 59px;
  background: url("../less/../images/icons-social.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.social-networks span {
  display: block;
  text-indent: 0;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 7px 0 0;
}
.list-menu-icon {
  list-style: none;
  margin: 0;
}
.list-menu-icon li {
  min-height: 20px;
  border-top: 1px solid #eae9e9;
  padding: 15px 20px;
}
.list-menu-icon li span.icon {
  font-size: 20px;
  padding-right: 5px;
}
.list-menu-icon li:first-child {
  border-top: 0 none;
}
.list-menu-icon a {
  color: #999999;
}
.list-menu-icon li:hover a {
  color: #47bfa9;
}
.list-menu-icon li:hover {
  color: #47bfa9;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #47bfa9;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #47bfa9;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row,
.item-page {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
}
.items-row .item,
.item-page {
  margin-bottom: 20px;
}
.items-row .item .article-title,
.item-page .article-title {
  padding: 20px 20px 0 20px;
}
.items-row .item .article-title a,
.item-page .article-title a {
  color: #555555;
}
.items-row .item .article-title a:hover,
.item-page .article-title a:hover {
  color: #47bfa9;
}
.item-page div.NooDisqusArticleCounter {
  padding: 0;
  margin: 0;
  border-top: 0;
}
.item-page div.NooDisqusArticleCounter span {
  border: 0;
  background: none;
}
.item-page a.NooDisqusArticleCounterLink,
.item-page a.NooDisqusArticleCounterLink:hover {
  background: url(../less/../images/icon-comment.png) no-repeat 0 50%;
  padding: 4px 0 0 25px;
  margin: 0;
  color: #555555;
}
.divider-vertical {
  margin: 0 0 20px 0;
  border: 0 none;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.article-aside {
  letter-spacing: 1px;
  line-height: 20px;
  bottom: 0;
  left: 0;
  background: #EEEEEE;
  width: 100%;
  position: absolute;
}
.item-page .article-aside {
  position: relative;
}
.article-intro,
.article-content {
  padding: 20px 20px 40px 20px;
}
.article-info {
  margin: 8px;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  white-space: nowrap;
}
.article-info dd span {
  font-weight: bold;
}
.article-info .twitter {
  line-height: 0;
  padding-top: 3px;
}
.article-info .noo-comment {
  line-height: 150%;
}
.tags {
  margin: 5px;
}
.tags a {
  background: #999999 !important;
  color: #ffffff;
  padding: 5px 10px;
}
.tags a:hover {
  background: #47bfa9 !important;
}
div.NooDisqusForm {
  clear: both;
  margin: 5px 5px 10px 5px !important;
}
#widget .btn {
  background: none!important;
  border: 0;
}
a.NooDisqusListingCounterLink,
a.NooDisqusListingCounterLink:hover {
  background: url(../less/../images/icon-comment.png) no-repeat 0 50%;
  padding: 0 0 0 30px;
  margin: 0;
  height: 18px;
  display: inline-block;
  color: #555555;
}
.item-page a.NooDisqusListingCounterLink,
.item-page a.NooDisqusListingCounterLink:hover {
  padding: 5px 0 0 30px;
}
.item-page #disqus_thread {
  padding: 10px;
  margin-top: 12px;
  background: transparent;
  border-radius: 0;
  border: 0;
}
.create {
  background: #47bfa9;
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 82px;
  height: 77px;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  color: #fff;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  padding-right: 7px;
  z-index: 9;
}
.list-menu-icon {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.list-menu-icon li span.fa {
  font-size: 20px;
  padding-right: 5px;
}
.list-menu-icon li {
  border-top: 1px solid #EAE9E9;
  min-height: 20px;
  padding: 15px 20px;
}
.list-menu-icon li:first-child {
  border-top: 0 none;
}
.list-menu-icon a {
  color: #999999;
}
.list-menu-icon a:hover {
  color: #47bfa9;
}
.create span.create-day {
  font-size: 46px;
  line-height: 48px;
  display: block;
  padding: 7px 0 0;
  margin: 0 0 1px 7px;
  text-shadow: 1px 1px #318676, 2px 2px #318676, 3px 3px #318676, 4px 4px #318676, 5px 5px #318676, 6px 6px #318676, 7px 7px #318676, 8px 8px #318676, 9px 9px #318676, 10px 10px #318676, 11px 11px #318676, 12px 12px #318676, 13px 13px #318676, 14px 14px #318676, 15px 15px #318676, 16px 16px #318676, 17px 17px #318676, 18px 18px #318676, 19px 19px #318676, 20px 20px #318676, 21px 21px #318676, 22px 22px #318676, 23px 23px #318676, 24px 24px #318676, 25px 25px #318676, 26px 26px #318676, 27px 27px #318676, 28px 28px #318676, 29px 29px #318676, 30px 30px #318676, 31px 31px #318676, 32px 32px #318676, 33px 33px #318676, 34px 34px #318676, 35px 35px #318676, 36px 36px #318676, 37px 37px #318676, 38px 38px #318676, 39px 39px #318676, 40px 40px #318676, 41px 41px #318676, 42px 42px #318676, 43px 43px #318676, 44px 44px #318676, 45px 45px #318676, 46px 46px #318676, 47px 47px #318676, 48px 48px #318676, 49px 49px #318676, 50px 50px #318676, 51px 51px #318676, 52px 52px #318676, 53px 53px #318676, 54px 54px #318676, 55px 55px #318676, 56px 56px #318676, 57px 57px #318676, 58px 58px #318676, 59px 59px #318676, 60px 60px #318676;
}
.readmore {
  float: right;
}
.readmore .btn {
  background: none !important;
  border: 0;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
  margin-right: 10px;
  color: #555555;
}
.readmore .btn:hover {
  color: #47bfa9;
}
.article-footer {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.row-fluid img {
  width: 100%;
}
.row-fluid.item-image {
  position: relative;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image {
  margin: 0 20px 20px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 20px 20px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#login-form .btn {
  background: #47bfa9;
  border: none;
}
#login-form a {
  color: #555555;
}
#login-form a:hover {
  color: #47bfa9;
}
ul,
ol {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .input,
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .input,
.login_form .remember .inputbox {
  width: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom, #cccccc, #f0f0f0);
  background: -webkit-linear-gradient(bottom, #cccccc, #f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.category-item {
  margin-top: 20px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.category-item .category-item {
  margin-left: 20px;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eeeeee;
  border: 1px solid #e2e2e2;
  color: #999999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
}
.button2-left span,
.button2-right span {
  color: #999999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e2e2e2;
  color: #333333;
  text-decoration: none;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #eeeeee;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #eeeeee;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #eeeeee;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  float: right;
  margin-right: 15px;
}
.pagenav li {
  margin: 10px 5px 10px 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.pagenav li a {
  padding: 10px;
  line-height: normal;
  border: 0;
  color: #ffffff;
  background-color: #47bfa9;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  color: #000000;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.languageswitcherload {
  float: right;
  width: 100%;
}
.languageswitcherload .mod-languages {
  text-align: right;
}

.page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.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 20px 0;
}
h2.article-title,
.article-header h2 {
  margin-bottom: 10px;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.t3-header {
  top: 0;
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 100%;
  background-color: rgba(225, 225, 225, 0.4);
  height: 80px;
  background-size: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.t3-header.affix {
  position: fixed;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  height: 60px;
}
.t3-header.light-header {
  background-color: #ffffff;
}
.t3-header .logo-image a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-size: 100%;
}
.t3-header.affix .logo {
  margin-top: 15px;
}
.t3-header.affix .navbar-default .navbar-nav {
  margin: 10px 0px 0px 0px !important;
}
.t3-header.light-header .logo-image a {
  background-size: 80%;
}
.t3-header.affix .t3-mainnav .navbar .nav {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  float: left;
  margin: 10px auto;
}
section.noo-slideshow {
  overflow: hidden;
  margin-top: -85px;
}
.logo {
  float: left;
  margin: 23px auto;
}
.logo h1 {
  margin: 0;
}
.logo a {
  display: inline-block;
  line-height: 1;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .logo a {
    display: block;
    margin: 0px auto;
    text-align: left;
  }
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.accordion-heading {
  background-color: #444 !important;
}
.accordion-heading a {
  color: #ffffff;
  text-transform: uppercase;
}
.accordion-heading:hover {
  background-color: #47bfa9 !important;
}
.accordion-heading:active,
.accordion-heading:forcus,
.accordion-heading:hover {
  background-color: #47bfa9 !important;
}
.accordion-group {
  background-color: transparent !important;
  border-radius: 0;
  border: 0;
  margin-bottom: 2px;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  border-top: 1px solid #E5E5E5;
  padding: 9px 15px;
}
#system-message {
  margin: 0px;
}
body {
  background: url(../less/../images/bg.png) repeat left top;
}
.t3-wrapper {
  background: none !important;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
section .noo-slideshow {
  margin-top: 0;
}
.t3-navheader {
  background: #47bfa9;
  min-height: 85px;
}
.mod-welcome {
  color: #ffffff;
}
.mod-welcome .welcome-desc {
  font-size: 20px;
  padding: 30px 0;
  float: left;
}
.mod-welcome a.welcome-btn {
  float: right;
  right: 0;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  margin: 25px 0;
}
.mod-welcome a.welcome-btn:hover {
  background: #ffffff;
  color: #47bfa9;
}
.our-clients .event {
  position: relative;
  float: left;
  padding: 10px 0;
  width: 20%;
  text-align: center;
}
.our-clients .event a {
  margin: 0 auto;
}
.our-clients .noo-cs-control a {
  background: #bfbfbf;
  padding: 3px 8px;
  margin: 0 1px;
  color: #ffffff;
}
.our-clients .noo-cs-control a:hover {
  background: #47bfa9;
}
.our-clients .event {
  position: relative;
  float: left;
  padding: 10px 0;
  width: 20%;
  text-align: center;
}
.our-clients .event a {
  margin: 0 auto;
}
.our-clients .noo-cs-control a {
  background: #bfbfbf;
  padding: 3px 8px;
  margin: 0 1px;
  color: #ffffff;
}
.our-clients .noo-cs-control a:hover {
  background: #47bfa9;
}
.top-arrow .noo-cs-control {
  margin: 0px;
  position: absolute;
  top: -50px;
  right: 0;
}
.t3-navcontent {
  background: url(../less/../images/navcontent-bg.png) no-repeat center top;
  background-size: cover;
  max-height: 400px;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 120px;
  color: #ffffff;
}
.t3-navcontent .purchases-theme .large-text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0px auto 30px auto;
  font-weight: bold;
  line-height: 100%;
}
.t3-navcontent .purchases-theme .medium-text {
  color: #ffffff;
  font-size: 20px;
  margin: 10px auto;
}
.t3-navcontent .purchases-theme .small-text {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 40px;
}
.t3-navcontent .purchases-theme a.purchase-btn {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 5px 10px;
}
.t3-navcontent .purchases-theme a.purchase-btn:hover {
  background: #47bfa9;
}
.t3-spotlight .our-services {
  text-align: center;
}
.t3-spotlight .our-services h3 {
  color: #666666;
  text-transform: uppercase;
}
.t3-spotlight .our-services a {
  text-indent: -999px;
}
.t3-spotlight .our-services .services-icon {
  color: #ffffff;
  background-color: #e4e4e4;
  text-transform: uppercase;
  padding: 3px;
  margin: 20px 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  text-indent: -999px;
}
.t3-spotlight .our-services .services-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background-color: #e4e4e4;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.t3-spotlight .our-services .services-icon-graphic,
.t3-spotlight .our-services .services-icon-graphic:after {
  background: url(../less/../images/icon1.png) no-repeat center #ffa500;
}
.t3-spotlight .our-services .services-icon-web,
.t3-spotlight .our-services .services-icon-web:after {
  background: url(../less/../images/icon2.png) no-repeat center #007dfd;
}
.t3-spotlight .our-services .services-icon-logo,
.t3-spotlight .our-services .services-icon-logo:after {
  background: url(../less/../images/icon3.png) no-repeat center #139a11;
}
.t3-spotlight .our-services .services-icon-custom,
.t3-spotlight .our-services .services-icon-custom:after {
  background: url(../less/../images/icon4.png) no-repeat center #d41010;
}
.t3-spotlight .our-services .services-icon {
  background-color: #47bfa9;
}
.t3-spotlight .our-services:hover .services-icon:after {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.t3-spotlight .our-services:hover .services-icon:before {
  speak: none;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.t3-spotlight .our-services:hover span.circle {
  background-color: #47bfa9;
  color: #ffffff;
  border: 1px solid #47bfa9;
}
.features .feature-box {
  clear: both;
}
.features .feature-box-icon {
  float: left;
  background-color: #47bfa9;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #EEEEEE;
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  word-spacing: 1px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  margin: 0 10px 10px 0px;
}
.features .feature-box-icon span {
  line-height: 35px;
  text-indent: 3px;
}
.features .feature-box-info {
  line-height: 30px;
}
.features .feature-box-info h4 {
  margin: 0;
}
.features .feature-box-info p.tall {
  margin-bottom: 20px;
}
.noo-mastcol .t3-module {
  padding-bottom: 20px;
}
.accordion {
  margin-bottom: 20px;
}
.social-media {
  float: right;
}
.social-media ul.menu {
  margin: 15px 0;
}
.social-media ul.menu li {
  display: block;
  float: left;
  line-height: 100%;
  margin: 4px;
  padding: 3px;
  width: 21px;
  height: 21px;
  background: #000000;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.social-media ul.menu li a {
  display: block;
  -webkit-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -moz-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -o-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  padding: 1px;
  text-align: center;
  color: #EEEEEE;
  font-size: 20px;
}
.social-media ul.menu li a span.social-title {
  display: none;
}
.social-media ul.menu li a:hover {
  text-decoration: none;
}
.social-media ul.menu li:hover a {
  color: #47bfa9;
}
.t3-navfooter-top {
  background: #202020;
}
.t3-navfooter-top .container,
.t3-navfooter-top .row {
  max-height: 70px;
}
.t3-footer .container {
  position: relative;
}
.t3-footer {
  background: #141414;
}
.t3-footer .t3-copyright {
  border-top: 1px dotted #1c1c1c;
}
.t3-footer .t3-copyright .footer1 {
  text-align: center;
  margin: 15px auto;
  font-size: 13px;
}
.t3-footer .span3 {
  border-right: 1px dotted #1c1c1c;
}
.t3-footer .t3-module .module-inner {
  margin-right: 20px;
}
.t3-footer .item-last .t3-module .module-inner {
  margin-right: 0;
}
.t3-footer .item-last {
  border-right: 0 !important;
}
.delphinus-home .t3-footer .module-title span {
  background: none;
  padding: 0;
}
.delphinus-home .t3-footer .module-title {
  margin: 20px 0 10px 0;
}
.t3-footer ul {
  list-style: none;
}
.t3-footer li {
  border-top: 1px dotted #1c1c1c;
  border-bottom: 0 !important;
  line-height: 20px;
  padding: 7px 0px;
}
.t3-footer li a {
  background: url(../less/../images/arrow-footer.png) no-repeat left center;
  padding-left: 15px;
}
.t3-footer li div.moduleItemIntrotext {
  padding: 7px 0  0 0!important;
}
.t3-footer li .moduleItemDateCreated {
  padding-left: 15px;
}
.t3-footer div.k2ItemsBlock ul li {
  margin: 0;
}
ul.sl_tweets {
  border: 0 !important;
  border-radius: 0!important;
  box-shadow: 0px 0px 0 #d4d4d4!important;
  moz-border-radius: 0px;
  moz-box-shadow: 0px 0px 0 #d4d4d4!important;
  text-shadow: none !important;
  webkit-border-radius: 0px;
  webkit-box-shadow: 0px 0px 0 #d4d4d4!important;
  color: #999999;
}
ul.sl_tweets li {
  border: 0 !important;
  padding-left: 0!important;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
ul.sl_tweets li a {
  color: #47bfa9 !important;
  text-shadow: none !important;
}
ul.sl_tweets li span {
  margin-top: 0 !important;
}
.mod-designer {
  padding-top: 20px;
}
.mod-designer .designer-image {
  padding: 15px 0;
}
.mod-designer .designer-desc {
  font-size: 12px;
  border-bottom: 1px dotted #1c1c1c;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.mod-designer a {
  color: #47bfa9;
  background: none !important;
}
.mod-designer li {
  border-top: 0;
}
.t3-sl {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.t3-spotlight-1 .t3-module {
  padding-top: 40px;
}
.t3-navfooter-top {
  max-height: 70px;
}
.t3-navfooter-top .footer-top1,
.t3-navfooter-top footer-top2 {
  max-height: 70px;
}
.t3-navfooter-top .module-title {
  float: left;
  color: #eeeeee;
  margin: 20px 0;
}
.t3-navfooter-top .acymailing_module {
  width: auto;
  float: left;
  margin: 10px 0 10px 20px !important;
}
.t3-navfooter-top .module-title span {
  border: 0;
  background: none;
}
.t3-navfooter-top .acymailing_module .btn {
  background: #47bfa9;
  border: 0;
  width: 35px !important;
  height: 30px;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  text-indent: -999px;
}
.t3-navfooter-top .acymailing_module input {
  width: 100%!important;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  float: left;
  padding: 5px 6px;
  height: 30px;
}
.t3-navfooter-top .acymailing_module tr {
  float: left;
}
.t3-navfooter-top .acymailing_module td {
  padding: 10px 0;
}
.t3-navfooter-top .acymailing_module .fa-envelope {
  position: absolute;
  color: #EEEEEE;
  top: 18px;
  left: 10px;
  pointer-events: none;
}
.t3-navfooter-top .acymailing_module .acysubbuttons {
  position: absolute;
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 0;
  }
}
.t3-footnav .t3-module {
  background: none;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #eeeeee;
  font-size: 18px;
  margin: 20px 0;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  border-bottom: 0 none !important;
  border-top: 1px dotted #1C1C1C;
  line-height: 20px;
  padding: 7px 0;
}
.t3-footnav .t3-module ul > li > a {
  background: url("../less/../images/arrow-footer.png") no-repeat scroll left center transparent;
  padding-bottom: 0;
  padding-left: 15px;
  padding-top: 0;
  color: #999999;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #47bfa9;
  background-color: transparent;
}
.carousel {
  margin-bottom: 20px;
}
.mod-designer .designer-image {
  padding: 15px 0;
}
.mod-designer li {
  border-top: 0 none !important;
}
.mod-designer .designer-desc {
  border-bottom: 1px dotted #1C1C1C;
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.t3-footer li .moduleItemDateCreated {
  padding-left: 15px;
}
.t3-copyright {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding: 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.logout {
  border: 1px solid #e5e5e5;
  margin: 20px auto;
  width: 420px;
  padding: 40px 40px 20px;
}
.skill-box .progress {
  height: 30px !important;
}
.skill-left {
  padding: 5px 0 0 15px;
}
.skill-right {
  padding: 5px 15px 0 0;
}
.profile-box {
  text-align: center;
}
.profile-desc {
  margin: 20px auto;
}
.profile-box img {
  display: block;
  height: auto;
  max-width: 100%;
}
.profile-social-box {
  display: inline-block;
  zoom: 1;
  border-top: 1px solid #b1b1b1;
  padding-top: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.profile-social-box li {
  float: left;
  margin-right: 15px;
}
.profile-social-box li a {
  font-size: 16px;
  text-decoration: none;
  color: #b1b1b1;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee -moz-use-text-color #ffffff;
  border-image: none;
  border-left: 0 none;
  border-right: 0 none;
  border-style: solid none;
  border-width: 1px 0;
  margin: 20px 0;
}
.text-error {
  color: #B94A48;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.noo-slideshow .tp-leftarrow.default {
  background: url(../less/../images/large_right.png) center bottom no-repeat #47bfa9;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  height: 40px;
  width: 40px;
}
.noo-slideshow .tp-rightarrow.default {
  background: url(../less/../images/large_right.png) center top no-repeat #47bfa9;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  height: 40px;
  width: 40px;
}
.noo-slideshow .tparrows {
  opacity: 0.7;
}
.noo-slideshow .tparrows:hover {
  background-color: #47bfa9 !important;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.noo-slideshow .tp-bullets.simplebullets.round .bullet {
  background: #47bfa9;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid transparent;
  width: 20px;
  height: 20px;
}
.noo-slideshow .tp-bullets.simplebullets.round .bullet.selected,
.noo-slideshow .tp-bullets.simplebullets.round .bullet:hover {
  border: 2px solid #FFFFFF;
}
.colum-pricing {
  width: 25%;
  float: left;
}
.pricing-table {
  margin: 0 auto 0px;
  top: 0px;
  position: relative;
}
#menu-holder {
  margin: 30px auto;
  width: 100%;
}
.content {
  margin-top: 100px;
  text-align: center;
  color: #c5c5c5;
  font-size: 25px;
  text-shadow: #ffffff 1px 1px 1px;
}
a.go {
  font-size: 15px;
}
a.go:hover {
  text-decoration: underline;
}
#home {
  margin-top: 20px;
}
.column-clear {
  clear: both;
}

.price_table {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: arial, sans-serif;
  font-weight: normal;
  color: #444444;
}
.price_table a {
  color: #444444;
}
.price_table .align_center {
  text-align: center;
}
.price_table .pack-title {
  font-family: 'Viga', arial, sans-serif;
  font-size: 30px;
  color: #217515;
  text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
  margin-top: 10px;
}
.price_table .price {
  font-family: 'Viga', arial, sans-serif;
  font-size: 50px;
  color: #217515;
  text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
  margin: 30px 0px 20px 0px;
}
.price_table .time {
  font-size: 14px;
  color: #217515;
  text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
}

.price_table .column_1 .header_row_1 {
  height: 45px;
  width: 100%;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px solid #37752B;
  background: #52A93E;
  background: -webkit-gradient(linear, left top, left bottom, from(#52a93e), to(#469436));
  background: -moz-linear-gradient(top, #52a93e, #469436);
  background: linear-gradient(#52a93e, #469436);
}

.price_table .column_1 .header_row_2 {
  height: 100px;
  width: 100%;
  padding: 5px 0px;
  border-top: 1px solid #B0E287;
  background: #7DCF3D;
  background: -webkit-gradient(linear, left top, left bottom, from(#7dcf3d), to(#52a93e));
  background: -moz-linear-gradient(top, #7dcf3d, #52a93e);
  background: linear-gradient(#7dcf3d, #52a93e);
}
.price_table .column_1 {
  height: 100%;
  float: left;
  width: 33.3%;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.column_1 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.price_table .column_1:hover {
  position: relative;
  z-index: 100;
  box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(-5px, -15px);
  -moz-transform: translate(-5px, -15px);
  -o-transform: translate(-5px, -15px);
  -ms-transform: translate(-5px, -15px);
  transform: translate(-5px, -15px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.price_table .column_1:hover .header_row_1,
.price_table .column_1:hover .header_row_2,
.price_table .column_1:hover .row_style_1,
.price_table .column_1:hover .row_style_2,
.price_table .column_1:hover .row_style_footer_1,
.price_table .column_1:hover .row_style_footer_2 {
  padding-left: 5px;
  padding-right: 5px;
}

.price_table .row_style_1,
.price_table .row_style_2,
.price_table .row_style_footer_1,
.price_table .row_style_footer_2 {
  width: 100%;
  height: 40px;
  padding-top: 9px;
  float: left;
}
.price_table .row_style_footer_1,
.price_table .row_style_footer_2 {
  padding: 10px 0px;
}
.price_table .row_style_1,
.price_table .row_style_footer_1 {
  background-color: #F9F8F0;
}
.price_table .row_style_2,
.price_table .row_style_footer_2 {
  background-color: #F0EED9;
}
.price_table .row_style_1 span,
.price_table .row_style_2 span {
  position: relative;
  font-size: 14px;
}
.price_table .row_style_1 span:before,
.price_table .row_style_2 span:before {
  background: url(../less/../images/pricing-table/icon-yes.gif) no-repeat 0 0;
  width: 24px;
  height: 24px;
  left: -30px;
  position: absolute;
  top: -3px;
  content: "";
}
.price_table .no-option span:before {
  background: url(../less/../images/pricing-table/icon-no.gif) no-repeat 0 0;
  width: 24px;
  height: 24px;
  left: -30px;
  position: absolute;
  top: -3px;
  content: "";
}

.buy_now {
  width: 60px;
  height: 20px;
  padding: 5px 16px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  border-style: solid;
  border-width: 1px;
  color: #513b26;
  border-color: #ddb385 #dca36c #db904f;
  background: #fab778;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcca94), to(#f9a55c));
  background: -moz-linear-gradient(top, #fcca94, #f9a55c);
  background: linear-gradient(#fcca94, #f9a55c);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.buy_now:hover {
  border-color: #d2aa7e #d19c68 #d0894b;
  background: #fbca98;
  background: -webkit-gradient(linear, left top, left bottom, from(#fddfba), to(#fab371));
  background: -moz-linear-gradient(top, #fddfba, #fab371);
  background: linear-gradient(#fddfba, #fab371);
}
.pricing-table {
  margin-left: 5px;
  margin-right: 5px;
}
.pricing-table td {
  position: relative;
  display: inline-block;
  margin: 0px;
  vertical-align: inherit;
}
.pricing-table thead,
.pricing-table .plan,
.pricing-table .plan h2,
.pricing-table .green,
.pricing-table .green h2 {
  color: #36611E;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

.pricing-table thead .plan td {
  width: 100%;
  height: 42px;
  padding: 15px 0;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pricing-table thead .plan h2 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0px;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
}
.pricing-table thead .plan em {
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}
.pricing-table thead .plan .green {
  color: #36611e;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  background: url(../less/../images/pricing-table/green_pattern.png) repeat-x 0 0 !important;
}
.pricing-table thead .plan .orange {
  color: #fafafa;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background: url(../less/../images/pricing-table/orange_pattern.png) repeat-x 0 0;
}
.pricing-table thead .plan .orange h2 {
  color: #fafafa;
}

.pricing-table thead .price td {
  position: relative;
  width: 100%;
  padding: 25px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #b6b07c;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  background: #f9f8f1;
  background: -moz-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f8f1), color-stop(100%, #f4f2e2)) !important;
  background: -webkit-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: -o-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: -ms-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: linear-gradient(to bottom, #f9f8f1 0%, #f4f2e2 100%) !important;
}
.pricing-table thead .price p {
  display: table;
  margin: 0 auto;
  font-size: 50px;
  line-height: 60px;
}
.pricing-table thead .price p span {
  font-size: 0.5em;
  display: table-cell;
  vertical-align: middle;
}
.pricing-table thead .price span {
  font-size: 14px;
}
.pricing-table thead .price a {
  display: block;
  position: absolute;
  top: 41px;
  right: -5px;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 12px;
  text-decoration: none;
}
.pricing-table thead .price .green a {
  color: #37621f;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  background: #82d344;
  background: -moz-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82d344), color-stop(100%, #51af34));
  background: -webkit-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: -o-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: -ms-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: linear-gradient(to bottom, #82d344 0%, #51af34 100%);
}
.pricing-table thead .price .orange a {
  color: #fafafa;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: #ff8042;
  background: -moz-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8042), color-stop(100%, #f55a0e));
  background: -webkit-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: -o-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: -ms-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: linear-gradient(to bottom, #ff8042 0%, #f55a0e 100%);
}
.pricing-table thead .price .green a:before,
.pricing-table thead .price .orange a:before,
.pricing-table thead .price .green a:after,
.pricing-table thead .price .orange a:after {
  display: block;
  position: absolute;
  content: '';
}
.pricing-table thead .price .green a:before,
.pricing-table thead .price .orange a:before {
  width: 8px;
  height: 32px;
  top: 0;
  left: -8px;
  background: url(../less/../images/pricing-table/badge.png) no-repeat;
}
.pricing-table thead .price .green a:after,
.pricing-table thead .price .orange a:after {
  width: 0;
  height: 0;
  bottom: -5px;
  right: 0;
  border-bottom: 5px solid transparent;
}
.pricing-table thead .price .green a:before {
  background-position: 0 0;
}
.pricing-table thead .price .orange a:before {
  background-position: 0 -32px;
}
.pricing-table thead .price .green a:after {
  border-left: 5px solid #1c5d40;
}
.pricing-table thead .price .orange a:after {
  border-left: 5px solid #88330a;
}

.pricing-table tbody tr:first-child td:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  top: -25px;
  left: 0;
  background: url(../less/../images/pricing-table/stripe.png) repeat-x 0 0;
}
.pricing-table tbody td {
  width: 100%;
  padding: 0 0 0 0px;
  line-height: 30px;
  border-top: 1px solid #f2f2f2;
  font-size: 11px;
  color: #828282;
  font-family: Helvetica, Arial, sans-serif;
  text-indent: 40px;
}
.pricing-table tbody tr:first-child td {
  border-top: 20px solid #ffffff;
}
.pricing-table .clock-icon td,
.pricing-table .basket-icon td,
.pricing-table .star-icon td,
.pricing-table .heart-icon td {
  background: #ffffff url(../less/../images/pricing-table/icons.png) no-repeat 0 0;
}
.pricing-table .clock-icon td {
  background-position: 0 0;
}
.pricing-table .basket-icon td {
  background-position: 0 -30px;
}
.pricing-table .star-icon td {
  background-position: 0 -60px;
}
.pricing-table .heart-icon td {
  background-position: 0 -90px;
}

.pricing-table tfoot td {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  line-height: 18px;
  background: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #828282;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0px 2px 0px #e4e4e4;
  -moz-box-shadow: 0px 2px 0px #e4e4e4;
  box-shadow: 0px 2px 0px #e4e4e4;
}
.pricing-table tfoot td span {
  padding: 0px 10px;
  display: block;
}

.table-float {
  display: block;
  position: absolute;
  width: 300px;
  padding: 80px 0 0 0;
  top: 85%;
  left: 130px;
}
.table-float p {
  font-family: 'Lobster13Regular', sans-serif;
  font-size: 16px;
  color: #858585;
  line-height: 20px;
}
.table-float p.big {
  font-size: 65px;
  color: #f76117;
  text-align: right;
  line-height: 65px;
}
.table-float .arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  width: 68px;
  height: 77px;
}
#plans,
#plans ul,
#plans ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#plans ul li.button {
  background: none;
}
#pricePlans:after {
  content: '';
  display: table;
  clear: both;
}
#pricePlans {
  zoom: 1;
}
#pricePlans {
  max-width: 100%;
  margin: 0 auto;
}
#pricePlans #plans .plan {
  background: #fff;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.planContainer .title h2 {
  font-size: 2.125em;
  font-weight: 300;
  color: #3e4f6a;
  margin: 0;
  padding: .6em 0;
}
.planContainer .title h2.bestPlanTitle {
  background: #3e4f6a;
  background: -webkit-linear-gradient(top, #475975, #364761);
  background: -moz-linear-gradient(top, #475975, #364761);
  background: -o-linear-gradient(top, #475975, #364761);
  background: -ms-linear-gradient(top, #475975, #364761);
  background: linear-gradient(top, #475975, #364761);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.planContainer .price p {
  background: #3e4f6a;
  background: -webkit-linear-gradient(top, #475975, #364761);
  background: -moz-linear-gradient(top, #475975, #364761);
  background: -o-linear-gradient(top, #475975, #364761);
  background: -ms-linear-gradient(top, #475975, #364761);
  background: linear-gradient(top, #475975, #364761);
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  height: 2.6em;
  line-height: 2.6em;
  margin: 0 0 1em;
}
.planContainer .price p.bestPlanPrice {
  background: #f7814d;
}
.planContainer .price p span {
  color: #8394ae;
}
.planContainer .options {
  margin-top: 10em;
}
.planContainer .options li {
  font-weight: 700;
  color: #364762;
  line-height: 2.5;
}
.planContainer .options li span {
  font-weight: 400;
  color: #979797;
}
.planContainer .button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3e4f6a;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 2.8em;
  border: 2px solid #3e4f6a;
  display: inline-block;
  width: 80%;
  height: 2.8em;
  border-radius: 4px;
  margin: 1.5em 0 1.8em;
}
.planContainer .button a.bestPlanButton {
  color: #fff;
  background: #f7814d;
  border: 2px solid #f7814d;
}
#credits {
  text-align: center;
  font-size: .8em;
  font-style: italic;
  color: #777;
}
#credits a {
  color: #333;
}
#credits a:hover {
  text-decoration: none;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  #pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  #pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #pricePlans {
    margin: 2em auto;
  }
  #pricePlans #plans .plan {
    width: 24%;
    margin: 0 1.33% 20px 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  #pricePlans #plans > li:last-child {
    margin-right: 0;
  }
  #pricePlans #plans .plan:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  .planContainer .button a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .planContainer .button a:hover {
    background: #3e4f6a;
    color: #fff;
  }
  .planContainer .button a.bestPlanButton:hover {
    background: #ff9c70;
    border: 2px solid #ff9c70;
  }
}

.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons {
  list-style: none;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.contact .control-label {
  float: none !important;
  text-align: left !important;
}
.contact {
  margin-bottom: 20px;
}
.contact .page-header {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0;
  margin: 0 0 10px;
}
.contact h2,
.contact h3 {
  text-transform: uppercase;
  padding: 0;
  margin: 10px 0;
  color: #555555;
}
.contact h3 {
  font-size: 18px;
}
.contact .thumbnail {
  border: 0;
  padding: 0;
  margin: 20px 0;
  box-shadow: 0 0 0 #ffffff;
}
.contact .thumbnail img {
  width: 100%;
}
.contact .contact-miscinfo .dl-horizontal {
  margin: 5px 0 10px 0;
}
.contact #row-contact .controls {
  margin-left: 0 !important;
}
.contact #row-contact .control-group {
  float: left;
  width: 50%;
}
.contact #row-contact .control-label {
  display: block;
  float: none !important;
  text-align: left;
  width: 70px;
}
.contact #row-contact .control-group .controls input {
  width: 90%;
}
.contact .controls {
  margin-left: 0 !important;
}
.contact .control-label {
  width: auto;
  text-align: left;
}
.contact .control-group .controls input,
.contact .control-group .controls textarea {
  width: 95%;
}
.contact #jform_contact_email_copy {
  margin: 8px 0 5px 15px;
  width: auto;
}
.contact .form-actions {
  margin: 0!important;
  float: left;
  padding-left: 0!important;
  background: transparent;
  border: 0;
}
.contact .form-actions .btn {
  background: #47bfa9;
  border: 0;
  color: #ffffff;
  text-shadow: 0 0 0 #ffffff;
}
.contact .form-actions .btn:hover {
  background: #555555;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact .control-group {
  margin-bottom: 10px;
}
.contact ul {
  margin: 0;
}
.contact li {
  line-height: 100%;
  list-style: none;
  padding: 5px 0;
}
.contact i {
  padding: 0 10px 0 0;
}
.contact a {
  color: #000000;
}
.contact a:hover {
  color: #47bfa9;
}
.login-wrap {
  background: #f5f5f5;
  border: 1px solid #DBDBDB;
  margin: 20px auto;
  width: 500px;
}
.login-wrap .login {
  padding: 20px 20px 0;
}
.login-wrap .login form {
  margin-bottom: 0;
}
.login-wrap .well {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 2px;
  webkit-border-radius: 2px;
}
.login-wrap .well .control-group {
  float: left;
  width: 50%;
}
.login-wrap .well .control-group .control-label {
  display: block;
  float: none;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
}
.login-wrap .well .control-group .controls {
  margin-left: 0;
  float: none;
}
.login-wrap .well .control-group .controls input {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 25px !important;
  width: 200px;
  border-radius: 2px;
  webkit-border-radius: 2px;
}
.login-wrap .well .control-group .controls .btn-primary {
  letter-spacing: 1px;
  padding: 7px 15px;
}
.login-wrap .other-links {
  padding-bottom: 20px;
}
.login-wrap .other-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
}
.login-wrap .other-links ul li {
  display: inline-block;
  padding: 0 10px;
}
.login-wrap .other-links ul a {
  color: #999999;
  padding: 0 0 0 12px;
  display: inline-block;
}
.login-wrap .other-links ul a:hover,
.login-wrap .other-links ul a:focus,
.login-wrap .other-links ul a:active {
  color: #47bfa9;
}
.logout {
  border: 1px solid #DBDBDB;
  margin: 20px auto;
  width: 420px;
  padding: 40px 40px 20px;
}
.skill-box .progress {
  height: 30px !important;
}
.skill-left {
  padding: 5px 0 0 15px;
}
.skill-right {
  padding: 5px 15px 0 0;
}
.profile-box {
  text-align: center;
}
.profile-desc {
  margin: 20px auto;
}
.profile-box img {
  display: block;
  height: auto;
  max-width: 100%;
}
.profile-social-box {
  display: inline-block;
  zoom: 1;
  border-top: 1px solid #b1b1b1;
  padding-top: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.profile-social-box li {
  float: left;
  margin-right: 15px;
}
.profile-social-box li a {
  font-size: 16px;
  text-decoration: none;
  color: #b1b1b1;
}
.panel-default > .panel-heading {
  color: #FFFFFF;
  background-color: #444444;
  -webkit-box-shadow: none;
  border: none;
  border-color: #dddddd;
  border-radius: 0px;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel-default > .panel-heading:hover {
  background-color: #47bfa9;
}
.panel-group .panel {
  -webkit-box-shadow: none;
  border: none;
  border-color: #dddddd;
  border-radius: 0px;
  box-shadow: none;
  -webkit-border-radius: 0px;
  background: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .portfolio-default .noop-item {
    width: 33.33% !important;
  }
  .portfolio-vario .noop-link a,
  .portfolio .noop-link a,
  .portfolio-flex .noop-link a {
    right: 90px !important;
  }
  .portfolio-vario .noop-zoom a,
  .portfolio .noop-zoom a,
  .portfolio-flex .noop-zoom a {
    left: 90px !important;
  }
  .portfolio-vario .noop-item,
  .portfolio .noop-item {
    width: 31% !important;
  }
  .portfolio-flex .noop-item {
    width: 33.3% !important;
    height: 281px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .portfolio-flex .noop-link a,
  .portfolio-vario .noop-link a {
    right: 120px!important;
  }
  .portfolio-flex .noop-zoom a,
  .portfolio-vario .noop-zoom a {
    left: 120px!important;
  }
  .portfolio-vario .noop-item,
  .portfolio .noop-item {
    width: 47% !important;
    height: 320px;
  }
  .portfolio-flex .noop-item {
    width: 50% !important;
    height: 314px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0px 20px;
  }
  .portfolio-default .noop-item {
    width: 50% !important;
  }
  .portfolio-vario,
  .portfolio {
    height: auto;
  }
  .portfolio-vario .noop-item,
  .portfolio .noop-item {
    width: 45%!important;
    margin: 0;
    height: 270px;
  }
  .portfolio-flex .noop-item {
    width: 50% !important;
    height: 295px;
  }
  .portfolio-vario .noop-zoom a,
  .portfolio .noop-zoom a {
    left: 120px!important;
  }
  .portfolio-flex .noop-link a {
    right: 100px!important;
  }
  .portfolio-flex .noop-zoom a {
    left: 100px!important;
  }
  .portfolio-vario .noop-link a,
  .portfolio .noop-link a {
    right: 120px!important;
  }
  .portfolio-vario .noop-item:hover .noop-zoom a,
  .portfolio-vario .noop-item:hover .noop-link a {
    top: 100px;
  }
}
.t3-off-canvas-body h3.module-title span {
  background: none;
  padding-left: 0px;
}
.t3-off-canvas-body h3.module-title {
  margin-top: 0px;
}

.portfolio-default .noop-main-wrap {
  margin: 0 -2px;
  text-align: center;
  overflow: visible!important;
}
.portfolio-default .noop-item {
  width: 25% !important;
  border-right: 3px solid transparent;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 182px;
  margin: 0 !important;
  padding: 0;
  position: relative;
  overflow: visible;
}
.portfolio-default .noop-item .noop-img {
  height: 100%;
  width: 100%;
}
.portfolio-default .noop-item .noop-img a {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.portfolio-default .noop-item img {
  width: 100%!important;
  height: 99.5%;
}
.portfolio-default .item-info {
  background: none;
  pointer-events: none;
  width: 100%;
  -webkit-transition: all 0.300s linear;
  -moz-transition: all 0.300s linear;
  -ms-transition: all 0.300s linear;
  -o-transition: all 0.300s linear;
  transition: all 0.300s linear;
  opacity: 0;
  top: 0;
}
.portfolio-default .item-info h2 {
  line-height: 100%;
}
.portfolio-default .item-info h2 a {
  font-size: 20px;
}
.portfolio-default .info-content a {
  color: #ffffff;
}
.portfolio-default .info-content a:hover {
  color: #ffffff;
}
.portfolio-default span.noop-zoom {
  position: absolute;
  border-radius: 0;
  display: block;
  top: 25px !important;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  color: #47bfa9;
  opacity: 0;
  text-indent: 0;
  padding: 10px;
  background: url(../less/../images/icon-portfolio.png) no-repeat center center;
}
.portfolio-default .noop-link a {
  left: 35px;
}
.portfolio-default .noop-item:hover {
  background-color: #fff;
  z-index: 10;
  margin: 0;
  border-radius: 0px;
}
.portfolio-default .noop-item .item-info {
  background-color: #47bfa9;
}
.portfolio-default .noop-item .info-content {
  position: absolute;
  bottom: 10px;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  padding: 10px 0;
}
.portfolio-default .noop-item .item-info .item-info-figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: box;
  box-pack: center;
  box-align: center;
}
.portfolio-default .noop-item:hover .item-info {
  opacity: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.portfolio-default .noop-item .item-info .item-info-figcaption {
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.portfolio-default .noop-item:hover .item-info .item-info-figcaption {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.portfolio-default .noop-item:hover .noop-zoom {
  opacity: 1;
  top: 25px !important;
}
.portfolio .noop-filters {
  text-align: right;
  margin: 20px 0;
}
.portfolio .noop-filters li a {
  display: inline-block;
  padding: 5px 10px;
  background: #555555;
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
}
.portfolio .noop-filters li {
  display: inline-block;
  padding: 3px;
}
.portfolio .noop-filters li a {
  color: #ffffff;
}
.portfolio .noop-filters a:hover,
.portfolio .noop-filters a.selected {
  background: #47bfa9;
}
.portfolio .noop-main-wrap {
  margin-left: -10px;
  margin-right: -10px;
  overflow: visible !important;
}
.portfolio .noop-item-main {
  margin: 0px 0px 20px 0px;
}
.portfolio .noop-img {
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px;
  width: 100%;
}
.portfolio .noop-item {
  width: 23% !important;
  margin: 0px 10px 20px 10px !important;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  height: 180px !important;
}
.portfolio .item-info {
  top: auto !important;
  pointer-events: none;
  height: auto !important;
  -webkit-transition: all ease 0.4s !important;
  -moz-transition: all ease 0.4s !important;
  -o-transition: all ease 0.4s !important;
  transition: all ease 0.4s !important;
  background: #47bfa9 !important;
}
.portfolio .item-info .item-info-image img {
  width: 100%;
  border-radius: 0px 0px 0 0;
}
.portfolio .noop-item:hover {
  z-index: 9;
  overflow: visible !important;
}
.portfolio .noop-item:hover .item-info {
  top: 0px !important;
  border-radius: 0px;
}
.portfolio .noop-item:hover .item-info .item-main-info {
  padding: 10px;
}
.portfolio .noop-img img {
  width: 100% !important;
}
.portfolio .info-content {
  padding: 10px!important;
  color: #262626;
  text-align: left;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
}
.portfolio .item-info h2,
.portfolio .info-content h2 a {
  font-size: 13px;
  line-height: 120%;
  margin: 5px 0;
  text-align: left;
  text-transform: uppercase;
  color: #262626;
}
.portfolio .info-content p {
  margin-bottom: 0;
}
.portfolio .item-info {
  -webkit-transition: opacity 0.4s ease-in !important;
  -moz-transition: opacity 0.4s ease-in !important;
  -o-transition: opacity 0.4s ease-in !important;
  transition: opacity 0.4s ease-in !important;
  opacity: 0;
}
.portfolio .noop-item:hover .item-info {
  opacity: 1;
}
.portfolio .noop-zoom a,
.portfolio .noop-link a {
  background-color: #47bfa9;
  color: #ffffff !important;
}
.portfolio .noop-item .noop-zoom a,
.portfolio .noop-item .noop-link a {
  top: 0px;
  opacity: 0;
}
.portfolio .noop-item:hover .noop-zoom a,
.portfolio .noop-item:hover .noop-link a {
  top: 104px;
  opacity: 1;
}
.portfolio .noop-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}
.portfolio .noop-item:hover .noop-overlay {
  background: rgba(51, 51, 51, 0.3);
  opacity: 1;
  border-radius: 0px 0px 0 0;
}
.portfolio .item-info-image {
  position: relative;
}
.portfolio-vario {
  margin: 0 10px;
}
.portfolio-vario .noop-filters {
  text-align: right;
  margin: 10px -10px;
}
.portfolio-vario .noop-filters li a {
  display: inline-block;
  padding: 5px 10px;
  background: #555555;
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
}
.portfolio-vario .noop-filters li {
  display: inline-block;
  padding: 3px;
}
.portfolio-vario .noop-filters li a {
  color: #ffffff;
}
.portfolio-vario .noop-filters a:hover,
.portfolio-vario .noop-filters a.selected {
  background: #47bfa9;
}
.portfolio-vario .noop-main-wrap {
  margin: 0 -20px;
}
.portfolio-vario .noop-item {
  width: 23% !important;
  margin: 0px 10px 20px 10px !important;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 0px;
  height: 281px;
}
.portfolio-vario .noop-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.portfolio-vario .noop-item:hover .noop-overlay {
  opacity: 1;
  background: rgba(51, 51, 51, 0.3);
}
.portfolio-vario .noop-img img {
  overflow: hidden;
  width: 100%;
}
.portfolio-vario .noop-img {
  position: relative;
}
.portfolio-vario .item-info {
  position: relative;
  top: 0;
  overflow: hidden;
  text-align: left;
  background: #ffffff;
}
.portfolio-vario .item-info h2 a {
  font-size: 13px;
  line-height: 100%;
  color: #555555;
}
.portfolio-vario .item-info h2 {
  line-height: 100%;
  margin: 0;
}
.portfolio-vario .noop-item:hover .noop-zoom a,
.portfolio-vario .noop-item:hover .noop-link a {
  top: 54px;
  opacity: 1;
}
.portfolio-vario .noop-zoom a,
.portfolio-vario .noop-link a {
  background-color: #47bfa9;
  color: #ffffff !important;
}
.portfolio-flex .noop-filters {
  text-align: right;
  margin: 20px 0;
}
.portfolio-flex .noop-filters li a {
  display: inline-block;
  padding: 5px 10px;
  background: #555555;
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
}
.portfolio-flex .noop-filters li {
  display: inline-block;
  padding: 3px;
}
.portfolio-flex .noop-filters li a {
  color: #ffffff;
}
.portfolio-flex .noop-filters a:hover,
.portfolio-flex .noop-filters a.selected {
  background: #47bfa9;
}
.portfolio-flex .noop-main-wrap {
  margin-left: -10px;
  margin-right: -10px;
  overflow: visible !important;
}
.portfolio-flex .noop-item-main {
  margin: 0px 10px 20px 10px;
  position: relative;
}
.portfolio-flex .noop-img {
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
}
.portfolio-flex .noop-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.portfolio-flex .noop-item:hover .noop-overlay {
  opacity: 1;
  background: rgba(51, 51, 51, 0.3);
  border-radius: 0px 0px 0 0;
}
.portfolio-flex .noop-item {
  width: 25% !important;
  margin: 0px 0px 20px 0px !important;
  height: 231px;
}
.portfolio-flex .item-info {
  top: auto !important;
  cursor: pointer;
  height: auto !important;
  -webkit-transition: all ease 0.3s !important;
  -moz-transition: all ease 0.3s !important;
  -o-transition: all ease 0.3s !important;
  transition: all ease 0.3s !important;
  background: #47bfa9 !important;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0px 0px;
}
.portfolio-flex .item-info .item-info-image img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.portfolio-flex .noop-img img {
  width: 100% !important;
}
.portfolio-flex .noop-item .item-info {
  bottom: -85px !important;
  height: 85px !important;
  overflow: hidden;
  position: absolute;
}
.portfolio-flex .noop-item:hover .item-info {
  bottom: 0px !important;
  opcity: 1;
}
.portfolio-flex .info-content {
  padding: 10px !important;
  color: #262626;
  text-align: left;
  background: #ffffff;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-flex .item-info h2,
.portfolio-flex .info-content h2 a {
  font-size: 13px;
  line-height: 120%;
  margin: 5px 0;
  text-align: left;
  text-transform: uppercase;
  color: #262626;
}
.portfolio-flex .info-content p {
  margin-bottom: 0;
  font-size: 12px;
}
.portfolio-flex .item-info {
  -moz-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.portfolio-flex .noop-item:hover .item-info {
  -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  bottom: 0 !important;
}
.portfolio-flex .noop-zoom a,
.portfolio-flex .noop-link a {
  background-color: #47bfa9;
  color: #ffffff !important;
}
.portfolio-flex .noop-item .noop-zoom a,
.portfolio-flex .noop-item .noop-link a {
  top: 44px;
  opacity: 0;
}
.portfolio-flex .noop-item:hover .noop-zoom a,
.portfolio-flex .noop-item:hover .noop-link a {
  top: 44px;
  opacity: 1;
}
#k2Container {
  padding: 0 0 24px 0;
}
body.contentpane #k2Container {
  padding: 16px;
}
.k2Padding {
  padding: 4px;
}
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
.even {
  background: #fffff0;
  padding: 2px;
  border-bottom: 1px dotted #ccc;
}
.odd {
  background: #fff;
  padding: 2px;
  border-bottom: 1px dotted #ccc;
}
div.k2FeedIcon {
  padding: 4px 8px;
}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../less/../images/system/feed.png) no-repeat 50% 50%;
}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}
div.itemRatingForm .formLogLoading {
  background: url(../less/../images/system/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../less/../images/system/transparent_star.gif) left -1000px repeat-x;
}
.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.itemRatingList a:hover {
  background-position: left bottom;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
span.siteRoot {
  display: none;
}

.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}
#recaptcha_table {
  border-color: #ccc !important;
}
#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}

.clearList {
  display: none;
  float: none;
  clear: both;
}

.lastItem {
  border: none;
}

.k2Avatar img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  display: block;
  float: left;
  margin: 6px 13px 5px 0;
  padding: 0;
}

div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
  color: #999;
}

div.k2Pagination ul {
  text-align: center;
}
div.k2Pagination ul li {
  display: inline;
}

div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  background: url(../less/../images/system/featuredItem.png) no-repeat 100% 0;
}

a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 4px;
  background: #F7FAFE;
  border: 1px solid #ccc;
  text-align: center;
  color: #555;
  font-size: 13px;
}
a.itemPrintThisPage:hover {
  background: #eee;
  text-decoration: none;
}
div.itemView {
  background: #ffffff;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
}

span.itemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.itemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.itemEditLink a:hover {
  background: #ffffcc;
}
div.itemHeader span.itemDateCreated {
  color: #999;
  font-size: 11px;
}
div.itemHeader h2.itemTitle {
  font-size: 26px;
  font-weight: bold;
  line-height: 110%;
  padding: 35px 20px 0;
  margin: 0px 0px 25px 0px;
  color: #555555;
}
div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.itemHeader span.itemAuthor {
  padding: 0;
  margin: 0;
}
div.itemToolbar {
  padding: 0px 0;
  margin: 0px 0 0 0;
  border-top: none;
  border-bottom: none;
  background: none;
}
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}
div.itemToolbar ul > li:first-child {
  border: none;
}

div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
div.itemToolbar ul li a img {
  vertical-align: middle;
}
div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  background: url(../less/../images/system/font_decrease.gif) no-repeat;
}
div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  background: url(../less/../images/system/font_increase.gif) no-repeat;
}
div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}
div.itemRatingBlock {
  padding: 8px 0;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.itemBody {
  padding: 0px 20px;
  margin: 0;
}
div.itemImageBlock {
  padding: 0px;
  margin: 0 0 0px 0;
  position: relative;
}
span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0px 0;
}
span.itemImage img {
  border: none;
  padding: 0px;
}
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}
div.itemImageBlock a.modal,
#k2Container .modal {
  background: none;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  left: 0;
  margin: 0px;
  outline: medium none;
  position: relative;
  top: 0;
  width: auto;
  display: block;
  overflow: hidden;
  z-index: 0;
}
div.itemIntroText {
  line-height: 24px;
  padding: 15px 0 12px 0;
}
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.itemExtraFields h3 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemExtraFields ul li {
  display: block;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 16px 0 4px 0;
  border-top: 1px solid #ddd;
  color: #999;
}
span.itemHits {
  float: left;
}
div.itemSocialSharing {
  padding: 0px;
  float: right;
}
div.itemTwitterButton {
  float: left;
  margin: 0 15px 0 0;
}
div.itemFacebookButton {
  float: left;
  margin-right: 15px;
  width: 90px;
  overflow: hidden;
}
div.itemGooglePlusOneButton {
  float: left;
  width: 40px;
}
.catItemCommentsLink a.NooDisqusListingCounterLink {
  color: #000000;
}
.catItemCommentsLink a.NooDisqusListingCounterLink:hover {
  color: #47bfa9;
}
.itemTwitterButton iframe {
  width: 78px !important;
}
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}
div.itemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

div.itemAuthorBlock {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 0px 20px;
  padding: 8px;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 15px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}
.itemAuthorName {
  line-height: 100%;
  margin: 0px;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName {
  margin: 0 0 4px 0;
  padding: 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
  border-right: 1px solid #ccc;
  padding: 0 8px 0 0;
  margin: 0 4px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}

div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0px 20px;
}
div.itemAuthorLatest ul {
  list-style-type: none;
  margin: 0px;
}
div.itemAuthorLatest ul li {
  background: none;
  border: none;
}

div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}

div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}

div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../less/../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}

div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}
div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}
div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}

div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.itemNavigation {
  padding: 0px;
  margin: 0px 20px 0;
  border: 1px solid #ccc;
  background: #fffff0;
}
div.itemNavigation span.itemNavigationTitle {
  color: #999;
}
div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}
div.itemNavigation a.itemNext {
  padding: 0 12px;
}

div.itemComments {
  background: none;
  border: none;
  padding: 15px 15px 0;
  margin: 0px 20px;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
}
.itemCommentsCounter {
  margin: 0px;
}
div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  padding: 5px 0px;
  margin: 0;
  border-bottom: 1px dotted #ddd;
}
div.itemComments ul.itemCommentsList li.authorResponse {
  background: none;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 10px 4px 0;
  padding: 0px;
  background: #fff;
  border: 1px solid #d7d7d7;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../less/../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0;
}
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}
div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 4px 0;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ccc;
}
div.itemCommentsForm form label.formComment {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formName {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formEmail {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formUrl {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 350px;
  height: 160px;
  margin: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 350px;
  margin: 0px 0px 8px 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
div.itemCommentsForm form input#submitCommentButton {
  display: block;
  margin: 16px 0 0 0;
  padding: 4px 12px;
  border: none;
  background: #555555;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #47bfa9;
}
div.itemCommentsForm form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
div.itemCommentsForm form .formLogLoading {
  background: url(../less/../images/system/loading.gif) no-repeat left center;
}

div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #f7fafe;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}
div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}
div.k2ReportCommentFormContainer form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../less/../images/system/loading.gif) no-repeat left center;
}

div.itemBackToTop {
  margin: 10px 20px 0;
  text-align: right;
}
div.itemBackToTop a {
  text-decoration: underline;
}
div.itemBackToTop a:hover {
  text-decoration: underline;
}

div.itemListCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 4px 0;
  padding: 8px;
}
span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
span.catItemAddLink a:hover {
  background: #ffffcc;
}
div.itemListCategory img {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}

div.subCategoryContainer {
  float: left;
}

div.subCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px;
}
div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}

div#itemListLinks {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}
div.itemContainer {
  box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  margin-bottom: 20px;
}

div.catItemView {
  padding: 0px;
}

div.groupLinks {
  padding: 0;
  margin: 0;
}

span.catItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.catItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.catItemEditLink a:hover {
  background: #ffffcc;
}
div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.catItemHeader h3.catItemTitle {
  font-size: 26px;
  font-weight: bold;
  line-height: 100%;
  margin: 0px 0px 10px 0px;
  padding: 20px 20px 0;
}
div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.catItemHeader h3.catItemTitle a {
  color: #555555;
}
div.catItemHeader h3.catItemTitle a:hover {
  color: #47bfa9;
}
div.catItemRatingBlock {
  padding: 8px 0;
}
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.catItemBody {
  padding: 0px 0;
  margin: 0;
}
div.catItemImageBlock {
  padding: 0px;
  margin: 0 0px;
  position: relative;
}
span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0px 0;
}
span.catItemImage img {
  border: none;
  padding: 0px;
}
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 20px 20px 40px;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.catItemLinks {
  margin: 0 0px 0;
  padding: 0;
}
div.catItemHitsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.catItemCategory {
  border-bottom: medium none;
  display: inline;
  padding: 4px 0;
}
div.catItemCategory span {
  color: #000000;
  font-weight: normal;
  padding: 0 4px 0 0;
  font-family: 'Open Sans', sans-serif;
}
div.catItemCategory a {
  font-family: 'Open Sans', sans-serif;
}
div.catItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.catItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
.footer-catItem {
  background: #eeeeee;
  padding: 18px 20px;
}
.readmore a {
  padding: 0px;
  margin: 0px;
}
div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../less/../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

div.catItemVideoBlock span.catItemVideo {
  display: block;
}

div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: none;
}

div.catItemReadMore {
  display: inline;
}

span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}

div.userBlock {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 0 16px 0;
  padding: 8px;
  clear: both;
}
span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
span.userItemAddLink a:hover {
  background: #ffffcc;
}
div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.userBlock div.userDescription {
  padding: 4px 0;
}
div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.userURL {
  font-weight: bold;
  color: #555;
  display: block;
}
span.userEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}
span.userItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.userItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.userItemEditLink a:hover {
  background: #ffffcc;
}
div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.userItemHeader h3.userItemTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.userItemBody {
  padding: 8px 0;
  margin: 0;
}
div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.userItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.userItemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.userItemReadMore {
  display: inline;
}

div.tagItemView {
  border-bottom: none;
  padding: 0px 0;
  margin: 0 0 16px 0;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
}
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.tagItemHeader h2.tagItemTitle {
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  margin: 0;
  padding: 10px 0 5px;
}
div.tagItemBody {
  padding: 0 0 20px;
  margin: 0;
}
div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 15px 8px 0;
}
span.tagItemImage img {
  border: none;
  padding: 0px;
}
div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 20px 12px;
}
div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 20px;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.tagItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.tagItemReadMore {
  display: inline;
}

div.genericItemView {
  border-bottom: medium none;
  margin: 0 0 30px;
  padding: 0;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
}
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.genericItemHeader h2.genericItemTitle {
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  margin: 0;
  padding: 13px 0 5px;
}
div.genericItemBody {
  margin: 0;
  padding: 0 0 20px;
}
div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 15px 8px 0px;
}
span.genericItemImage img {
  border: none;
  padding: 0px;
}
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 20px 12px;
}
div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 20px;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.genericItemReadMore {
  display: inline;
}

div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

div.latestItemsContainer {
  float: left;
}

div.latestItemsCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
}
div.latestItemsCategoryImage {
  text-align: center;
}
div.latestItemsCategoryImage img {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}

div.latestItemsUser {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
  clear: both;
}
div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}
div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}
span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

div.latestItemList {
  padding: 0 8px 8px 0;
}

div.latestItemHeader h3.latestItemTitle {
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.latestItemBody {
  padding: 8px 0;
  margin: 0;
}
div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.latestItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.latestItemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../less/../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.latestItemReadMore {
  display: inline;
}

h2.latestItemTitleList {
  font-size: 14px;
  padding: 2px 0;
  margin: 8px 0 2px 0;
  border-bottom: 1px dotted #ccc;
  line-height: normal;
}

.k2AccountPage table tr td label {
  white-space: nowrap;
}
img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}
.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ccc;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
  
}
.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}

div.k2LatestCommentsBlock ul {
  list-style-type: none;
  margin: 0px;
}
div.k2LatestCommentsBlock ul li {
  background: none;
  border-bottom: 1px solid #DBDBDB;
  margin: 0 0 13px;
  padding: 0 0 13px;
}
div.k2LatestCommentsBlock ul li.lastItem {
  border-bottom: none;
  margin: 0px;
  padding: 0px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}

div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

div.k2ItemsBlock ul {
  list-style-type: none;
  margin: 0px;
}
div.k2ItemsBlock ul li {
  background: none;
  margin: 0 0 13px;
  padding: 0 0 13px;
  border-bottom: 1px solid #DBDBDB;
}
div.k2ItemsBlock ul li a {
  font-size: 13px;
  line-height: 150%;
  font-weight: bold;
  color: #6D6969;
}
div.k2ItemsBlock ul li a:hover {
  color: #47bfa9;
}
div.k2ItemsBlock ul li.lastItem {
  border-bottom: none;
  padding: 0px;
  margin: 0px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 0px;
  margin: 0px;
  line-height: 120%;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  border: medium none;
  float: left;
  margin: 7px 10px 10px 0;
  padding: 0;
}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}
div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}
div.k2LoginBlock fieldset.input p label {
  display: block;
}
div.k2LoginBlock fieldset.input p input {
  display: block;
}
div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}
div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}
div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

div.k2ArchivesBlock ul {
  list-style-type: none;
  margin: 0px;
}

div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}

div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}
div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}

div.k2CalendarLoader {
  background: #ffffff url(../less/../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;
}
table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
  width: 100%;
}
table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}
table.calendar tr td.calendarNavMonthPrev {
  background: #f3f3f3;
  text-align: left;
}
table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarCurrentMonth {
  background: #f3f3f3;
}
table.calendar tr td.calendarNavMonthNext {
  background: #f3f3f3;
  text-align: right;
}
table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}
table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}
table.calendar tr td.calendarDateLinked {
  padding: 0;
}
table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #eee;
}
table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #47bfa9;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}
table.calendar tr td.calendarToday {
  background: #47bfa9;
  color: #fff;
}
table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}
table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}

div.k2CategorySelectBlock form select {
  width: auto;
}

div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}

div.k2SearchBlock {
  position: relative;
}
div.k2SearchBlock form input.k2SearchLoading {
  background: url(../less/../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ccc;
  margin-top: -1px;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #eee;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}

div.k2TagCloudBlock {
  padding: 0px 0;
}
div.k2TagCloudBlock a {
  padding: 2px 5px;
  float: left;
  display: block;
  background: #EEEEEE;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #6D6969;
  margin-right: 8px;
}
div.k2TagCloudBlock a:hover {
  padding: 2px 5px;
  float: left;
  display: block;
  background: #47bfa9;
  color: #fff;
  text-decoration: none;
}

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../less/../images/system/feed.png) no-repeat 50% 50%;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../less/../images/system/globe.png) no-repeat 50% 50%;
}
a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}
span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../less/../images/system/mail.png) no-repeat 50% 50%;
  overflow: hidden;
}
span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
div.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .portfolio-default .noop-item {
    width: 33.33% !important;
  }
  .portfolio-vario .noop-link a,
  .portfolio .noop-link a,
  .portfolio-flex .noop-link a {
    right: 90px !important;
  }
  .portfolio-vario .noop-zoom a,
  .portfolio .noop-zoom a,
  .portfolio-flex .noop-zoom a {
    left: 90px !important;
  }
  .portfolio-vario .noop-item,
  .portfolio .noop-item {
    width: 31% !important;
  }
  .portfolio-flex .noop-item {
    width: 33.3% !important;
    height: 281px;
  }
  .t3-navfooter-top .acymailing_module {
    width: 77%;
  }
  .t3-mainnav .navbar .nav > li > a {
    padding: 10px 0 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .t3-navcontent {
    background-position: left top !important;
  }
  .mod-welcome .welcome-desc {
    font-size: 15px;
  }
  .mod-welcome a.welcome-btn {
    font-size: 15px;
  }
  .login {
    margin: 0 !important;
    top: 10px;
    position: absolute;
    right: 20px;
    z-index: 9999;
  }
  .logo {
    float: left !important;
    text-align: center;
    width: 100% !important;
  }
  .logo a {
    text-align: center;
  }
  .logo-image h1 {
    margin-bottom: 0px;
  }
  .span3.login {
    text-align: right;
    margin: 60px 0 10px auto;
  }
  .t3-spotlight-1 .span6 {
    margin-bottom: 20px!important;
    padding-bottom: 20px;
  }
  .features .row > .span4 {
    width: 45% !important;
  }
  .portfolio-default .noop-item {
    width: 50% !important;
  }
  .our-clients .event {
    position: relative;
    float: left;
    padding: 20px 0;
    width: 33.33%;
    text-align: center;
  }
  .dg-wrapper .noo-item .noo3d-description {
    height: 40%!important;
  }
  .dg-container nav .slideshow3d-control {
    top: 40%!important;
    -webkit-transform: translateY(-50%);
  }
  .portfolio-flex .noop-link a,
  .portfolio-vario .noop-link a {
    right: 120px!important;
  }
  .portfolio-flex .noop-zoom a,
  .portfolio-vario .noop-zoom a {
    left: 120px!important;
  }
  .portfolio-vario .noop-item,
  .portfolio .noop-item {
    width: 47% !important;
    height: 320px;
  }
  .portfolio-flex .noop-item {
    width: 50% !important;
    height: 314px;
  }
  .colum-pricing {
    width: 50%;
  }
  #noo-mainbody .row > .noo-sidebar {
    margin-top: 20px;
  }
  .noo-sidebar-2 {
    margin-top: 0px !important;
  }
  span.itemImage img {
    width: 100% !important;
  }
  body {
    overflow-x: hidden;
  }
  .t3-navcontent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .t3-navfooter-top .acymailing_module {
    width: 64%;
    float: right;
    margin: 10px 0 !important;
  }
}
@media (max-width: 767px) {
  .t3-navcontent {
    background-position: left top !important;
  }
  .login {
    margin: 0 !important;
    top: 10px;
    position: absolute;
    right: 0px;
    z-index: 9999;
  }
  .logo {
    float: left !important;
    text-align: right;
    width: 100% !important;
    margin-top: 0px;
  }
  .logo a {
    text-align: center;
  }
  .t3-header .logo-image a {
    background-size: 80%;
    margin: 17px auto;
  }
  .logo-image h1 {
    margin-bottom: 0px;
  }
  .t3-header {
    position: relative!important;
    height: 60px;
    background: #ffffff !important;
  }
  section.noo-slideshow {
    margin-top: 0;
  }
  .dg-wrapper {
    width: 100%!important;
    height: 360px!important;
    margin: 0 auto;
    position: relative;
  }
  .dg-wrapper .noo-item {
    width: 100%!important;
  }
  .dg-wrapper .dg-center .noo3d-description {
    display: none !important;
  }
  .dg-container nav .slideshow3d-control {
    top: 40%!important;
    -webkit-transform: translateY(-50%);
  }
  .dg-container nav span.dg-next {
    right: 30px!important;
  }
  .dg-container nav span.dg-prev {
    left: 30px!important;
  }
  .t3-navheader {
    height: 150px;
  }
  .mod-welcome .welcome-desc {
    font-size: 15px;
    padding: 20px 30px;
    text-align: center;
  }
  .mod-welcome a.welcome-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    margin: 0;
    float: left;
    font-size: 14px;
  }
  .t3-spotlight-1 .span3.item-first {
    margin-left: 0px;
  }
  .features .row > .span4 {
    width: 46% !important;
  }
  .portfolio-default .noop-item {
    width: 49.8% !important;
  }
  .our-clients .event {
    position: relative;
    float: left;
    padding: 10px 10px 20px 0;
    width: 50%;
    text-align: center;
  }
  .t3-footer .row {
    margin-right: 0px;
  }
  .t3-footer .container {
    box-shadow: none;
  }
  .t3-footer .t3-copyright .footer {
    padding-left: 15px;
  }
  .t3-footer .t3-copyright .span4 {
    display: none;
  }
  .t3-footer .mod-designer {
    padding-top: 20px;
  }
  .t3-footer .mod-designer .designer-image {
    padding-top: 0;
  }
  .portfolio-vario,
  .portfolio {
    height: auto;
  }
  .portfolio-vario .noop-item,
  .portfolio .noop-item {
    width: 45%!important;
    margin: 0;
    height: 270px;
  }
  .portfolio-flex .noop-item {
    width: 50% !important;
    height: 295px;
  }
  .portfolio-vario .noop-zoom a,
  .portfolio .noop-zoom a {
    left: 120px!important;
  }
  .portfolio-flex .noop-link a {
    right: 100px!important;
  }
  .portfolio-flex .noop-zoom a {
    left: 100px!important;
  }
  .portfolio-vario .noop-link a,
  .portfolio .noop-link a {
    right: 120px!important;
  }
  .portfolio-vario .noop-item:hover .noop-zoom a,
  .portfolio-vario .noop-item:hover .noop-link a {
    top: 100px;
  }
  .colum-pricing {
    width: 100%;
  }
  .price_table .column_1 {
    width: 100%;
  }
  .pricing-table {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .noo-tl-item.right .arrow:after,
  .noo-tl-item.left .arrow:after {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }
  .noo-tl-item .noo-tl-time {
    min-width: 100px !important;
  }
  #rev_slider_3_1,
  #rev_slider_3_1_wrapper,
  .tp-bannershadow.tp-shadow1 {
    width: 100% !important;
  }
  div.itemCommentsForm form input.inputbox,
  div.itemCommentsForm form textarea.inputbox {
    width: 96%;
  }
  .t3-navcontent {
    max-height: 400px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .t3-navcontent .purchases-theme .large-text {
    font-size: 24px;
    margin: 10px;
  }
  .t3-navcontent .purchases-theme .medium-text {
    font-size: 18px;
    margin: 10px;
  }
  .t3-navcontent .purchases-theme .small-text {
    font-size: 13px;
    margin: 10px 10px 20px 10px;
  }
  .t3-footer .t3-spotlight {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .t3-navfooter-top {
    display: none;
  }
}
@media (max-width: 599px) {
  .t3-header {
    min-height: 55px;
  }
  .dg-container nav .slideshow3d-control {
    top: 35%!important;
  }
  .dg-wrapper {
    width: 100%!important;
    height: 200px!important;
    margin: 0 auto;
    position: relative;
  }
  .t3-navheader {
    height: 180px;
  }
  .mod-welcome .welcome-desc {
    font-size: 16px;
    padding: 30px 40px;
    text-align: center;
  }
  .our-clients .event {
    width: 100%;
  }
  .features .row > .span4 {
    width: 100% !important;
  }
  .portfolio-default .noop-item {
    width: 100% !important;
    border-right: 0;
  }
  .portfolio-default .noop-main-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
  .portfolio-vario,
  .portfolio {
    height: auto;
  }
  .portfolio-vario .noop-item,
  .portfolio .noop-item {
    width: 94%!important;
    margin: 0;
    height: 320px;
  }
  .portfolio-flex .noop-item {
    width: 100% !important;
    height: 295px;
  }
  .portfolio-flex .noop-link a {
    right: 100px!important;
  }
  .portfolio-flex .noop-zoom a {
    left: 100px!important;
  }
  .login-wrap {
    width: auto;
    margin: 0;
  }
  .login-wrap .login {
    padding-top: 0;
  }
  .login-wrap .well .control-group {
    float: none;
    width: auto;
  }
  .login-wrap .well .control-group .controls input {
    width: 90%;
  }
  .login-wrap .other-links ul li {
    display: block;
    text-align: left;
  }
  .login-wrap .other-links ul li > a {
    border: none;
    padding: 2px 0 2px 15px;
  }
  .head-social .languageswitcher-block .dropdown-menu {
    min-width: 150px !important;
    width: 150px !important;
  }
  .head-social .languageswitcher-block .dropdown-menu li a {
    font-size: 0px;
    text-indent: -999em;
  }
  .logout {
    width: auto;
    margin: 0;
  }
  #rev_slider_3_1,
  #rev_slider_3_1_wrapper {
    height: 200px !important;
  }
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .noo-sidebar .masonry .t3-module {
    width: 45% !important;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
    margin-left: 15px !important;
  }
  .navbar-header {
    display: block;
  }
  .header-top {
    left: 0;
    position: absolute;
    top: 13px;
    width: auto;
  }
  .t3-header.light-header .header-top {
    top: 4px;
    width: auto;
  }
  .t3-mainnav .t3-navbar {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .noo-sidebar .masonry .t3-module {
    width: 90% !important;
    margin: 0px auto;
  }
  div.genericItemImageBlock {
    float: none;
  }
  span.genericItemImage {
    margin-right: 0px;
  }
  span.genericItemImage img {
    width: 100% !important;
  }
  .t3-mainnav .navbar .btn-navbar {
    margin-top: 10px;
  }
  .navbar-header {
    display: block;
  }
  .header-top {
    left: 0;
    position: absolute;
    top: 4px;
    width: auto;
  }
  .t3-header.light-header .header-top {
    top: 4px;
    width: auto;
  }
  .t3-mainnav .t3-navbar {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .noo-sidebar .masonry .module {
    width: 100% !important;
    margin: 10px auto;
  }
  .create {
    display: none;
  }
  div.genericItemImageBlock,
  div.tagItemImageBlock {
    float: none;
  }
  span.genericItemImage,
  span.tagItemImage {
    margin-right: 0px;
  }
  span.genericItemImage img,
  span.tagItemImage img {
    width: 100% !important;
  }
  div.itemSocialSharing {
    display: block;
    float: none;
    overflow: hidden;
    padding: 10px 0 0;
    width: 100%;
  }
  .t3-sl-1 .t3-spotlight-1 .col-xs-6 {
    width: auto !important;
    float: none !important;
    display: block;
  }
  .contact #row-contact .control-group {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .contact #row-contact .control-group {
    width: 100%;
    float: none;
  }
}
@media (max-width: 320px) {
  .t3-sl-1 .t3-spotlight-1 .col-xs-6 {
    width: auto !important;
    float: none !important;
    display: block;
  }
  .logo {
    text-align: right;
  }
}
