/*=== COLOR VARIABLES ===*/
body.all {
  background: #000000 url(../images/body/bg_top.jpg) center 0 no-repeat;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
/*=== HEADER POSITION ===*/
/*=== SHOWCASE POSITION ===*/
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/
/*== Portfolio Page ==*/
#port div.itemExtraFields {
  border-color: #1a1b1d;
}
/*== Contacts Page ==*/
#contact-form-cont div.contact-form {
  border-right: 1px solid #ffffff;
}
/*== User Profile ==*/
div.profile dl {
  border-bottom: 1px solid #1a1b1d;
}
/*== Search Page ==*/
div.component-content > div.search #searchForm div.form-limit-and-counter {
  border-top: 1px solid #1a1b1d;
  border-bottom: 1px solid #1a1b1d;
}
/*== User Registration ==*/
div.k2AccountPage {
  border-top: 1px solid #1a1b1d;
}
div.k2AccountPage > dl {
  border-bottom: 1px solid #1a1b1d;
}
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  background: #9085a9;
  color: #fff;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  background: url("../images/btn_back.png");
  color: #fff;
}
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  background: #9085a9;
  color: #fff;
}
div.k2Pagination li.num span.pagenav,
div.pagination li.num span.pagenav,
div.itemCommentsPagination li.num span.pagenav {
  color: #fff;
  background: #9085a9;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/
.toolbar {
  color: #000;
}
.toolbar:hover {
  color: #000;
  text-decoration: none !important;
}
/*Variables*/
/*==============================================================================*/
/*Mixins*/
/*==============================================================================*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#body-wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rt-container {
  padding: 0 20px;
  background: #000000;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1,
h2,
h3 {
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
  padding: 0 0 28px 0;
  font-weight: 800;
  color: ##2727b3;
  text-transform: uppercase;
  letter-spacing: -1px;
}
h4 {
  font: 24px 'Open Sans', sans-serif;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 0 9px 0;
}
body h4 a {
  color: #fff;
}
h5 {
  font: 12px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}
h6 {
  font: 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 20px;
}
p,
pre {
  padding-bottom: 20px;
}
/* BUTTONS */
a {
  text-decoration: none;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  background: url("../images/btn_back.png") !important;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 7px 19px 7px 19px;
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 14px;
  text-transform: uppercase;
  border: 1px solid #262330;
  position: relative;
}
/*Lists*/
li {
  list-style-type: none;
}
ul.itemList li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li,
ul.k2UserBlockActions li,
ul.userLinks li,
form#form-login ul li,
ul.menu-list li {
  overflow: hidden;
}
ul.itemList li a,
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a,
ul.k2UserBlockActions li a,
ul.userLinks li a,
form#form-login ul li a,
ul.menu-list li a {
  float: left;
}
ul.k2UserBlockActions {
  margin: 1em 0;
}
ul.userLinks,
form#form-login ul {
  margin: 1em 0 0;
}
ul.list1 {
  padding-bottom: 22px;
}
.list1 li {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.list1 li a {
  color: #878787;
  padding-left: 14px;
  background: url(../images/marker2.gif) 0 7px no-repeat;
}
.list1 li a:hover {
  color: #9085a9;
}
/*Columns*/
.cols ul {
  margin: 0 -10px;
  overflow: hidden;
}
.cols ul li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.cols.four ul li {
  width: 240px;
}
.cols.three ul li {
  width: 320px;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top .rt-container {
  position: relative;
  padding: 49px 0 20px 0;
  background: none;
}
.call {
  font-size: 30px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  float: right;
  padding: 51px 0 0 0;
  letter-spacing: -1px;
}
/*=== HEADER POSITION ===*/
#rt-header .rt-container {
  background: url(../images/bg_menu.gif) 0 0 repeat-x #000000;
  padding-bottom: 12px;
}
/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu li a,
ul.sf-menu li span.separator {
  display: block;
  text-decoration: none;
}
ul.sf-menu > li {
  background: url(../images/menu_line.gif) right 0 no-repeat;
  width: 17%;
  position: relative;
}
ul.sf-menu > li > a,
ul.sf-menu > li > span.separator {
  display: block;
  padding: 2px 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 84px;
}
ul.sf-menu > li.lastItem,
ul.sf-menu > li.firstItem {
  width: 16%;
}
ul.sf-menu > li.lastItem {
  background: none;
}
ul.sf-menu > li.active > a,
ul.sf-menu > li.current > a,
ul.sf-menu > li:hover > a,
ul.sf-menu > li.active > span.separator,
ul.sf-menu > li.current > span.separator,
ul.sf-menu > li:hover > span.separator {
  background: url(../images/menu_active.gif) 0 0 repeat-x #eeeeee;
}
ul.sf-menu > li:hover > ul,
ul.sf-menu > li.sfHover > ul {
  top: 86px;
}
ul.sf-menu > li:hover > ul li a,
ul.sf-menu > li.sfHover > ul li a,
ul.sf-menu > li:hover > ul li span.separator,
ul.sf-menu > li.sfHover > ul li span.separator {
  display: block;
}
ul.sf-menu ul {
  width: 160px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 161px;
  top: 0px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 161px;
  top: 0px;
}
ul.sf-menu ul {
  padding: 0px 0;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span.separator {
  display: block;
  line-height: 50px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: url(../images/submenu_bg.gif) 0 0 repeat-x #010101;
  padding: 0 20px;
}
select.select-menu {
  display: none;
  margin: 0px 0px 0px;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
}
#rt-showcase .rt-container {
  padding-top: 17px;
}
#rt-showcase .rt-container:after {
  content: "";
  position: absolute;
}
/*=== FEATURE POSITION ===*/
#rt-feature .rt-container {
  padding-top: 30px;
}
.banner1 .rt-block {
  background: url("../images/banner1.png");
  border: 1px solid #262330;
  position: relative;
  padding: 19px 19px 0px 32px;
  text-align: right;
}
.banner1 img {
  position: absolute;
  left: 11px;
  bottom: -1px;
}
.banner1 h3 {
  font: 29px 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: italic;
  float: left;
  color: #9085a9;
  padding: 5px 0 0 0;
  letter-spacing: -1px;
}
.banner1 a {
  padding: 14px 46px;
  font: 18px 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  line-height: 22px;
  display: inline-block;
  letter-spacing: -1px;
  color: #fff;
  background: url(../images/btn.png) 0 0 repeat-x #5d596f;
  border-radius: 25px;
}
.banner1 a:hover {
  color: #000;
}
.banner2 a {
  display: block;
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop .rt-container:after {
  content: "";
  position: absolute;
}
/*=== CONTENT ===*/
.cont .rt-block {
  padding: 34px 0 13px 0;
}
.catItemImageBlock,
.itemImageBlock,
.userItemImageBlock,
.genericItemImageBlock,
.tagItemImageBlock {
  margin-right: 20px;
  margin-bottom: 22px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  float: left;
}
.catItemImageBlock strong,
.itemImageBlock strong,
.userItemImageBlock strong,
.genericItemImageBlock strong,
.tagItemImageBlock strong {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  right: 0;
  border: 0px solid #9085a9;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -o-transition: all 0.5s;
  /* Opera */

}
.catItemImageBlock:hover strong,
.itemImageBlock:hover strong,
.userItemImageBlock:hover strong,
.genericItemImageBlock:hover strong,
.tagItemImageBlock:hover strong {
  border-width: 5px;
}
.catItemImageBlock a,
.itemImageBlock a,
.userItemImageBlock a,
.genericItemImageBlock a,
.tagItemImageBlock a {
  display: block;
  float: left;
  position: relative;
}
.offers ul {
  position: relative;
  margin: 0 -10px;
  overflow: hidden;
}
.offers li {
  float: left;
  margin: 0 10px;
  width: 300px;
}
.offers .catItemImageBlock {
  margin: 0;
  float: none;
}
.offers .moduleItemIntrotext {
  background: url("../images/btn_back.png");
  border: 1px solid #262330;
  padding: 16px 18px 17px;
}
.offers h5 a {
  color: #9085a9;
  padding-right: 19px;
  display: inline-block;
  background: url(../images/marker1.gif) right 1px no-repeat;
}
.posts li {
  border-top: 1px solid #191919;
  padding-top: 28px;
  padding-bottom: 10px;
}
.posts li h4 a {
  color: #9085a9;
}
.posts li h4 a:hover {
  color: #fff;
}
.posts .lastItem {
  padding-bottom: 13px;
}
.descr {
  font-size: 11px;
  padding-bottom: 18px;
}
.descr a {
  font-weight: bold;
}
.descr .moduleItemComments,
.descr .catItemCommentsLink a,
.descr .itemCommentsLink a,
.descr .userItemCommentsLink a {
  float: right;
  background: url(../images/bg_comment.png) 0 0 no-repeat;
  height: 31px;
  line-height: 31px;
  width: 48px;
  text-align: center;
  padding-left: 5px;
  font-weight: normal;
  font-style: italic;
  color: #878787;
  margin-right: 25px;
  margin-top: -5px;
}
.descr .moduleItemComments:hover,
.descr .catItemCommentsLink a:hover,
.descr .itemCommentsLink a:hover,
.descr .userItemCommentsLink a:hover {
  color: #fff;
}
.smile li {
  line-height: 32px;
  padding-bottom: 18px;
}
.smile img {
  margin-right: 17px;
  float: left;
}
.smile a {
  color: #878787;
}
.smile a:hover {
  color: #fff;
}
.dropcap li {
  position: relative;
  padding-left: 60px;
}
.dropcap span.dropcap {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: url("../images/btn_back.png");
  border: 1px solid #262330;
  font: 24px 'Open Sans', sans-serif;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.our_team ul {
  margin: 0 -10px;
  overflow: hidden;
}
.our_team li {
  float: left;
  width: 140px;
  margin: 0 10px;
}
.our_team .catItemImageBlock {
  float: none;
  margin-right: 0;
  margin-bottom: 12px;
}
.services .catItemView {
  background: url("../images/btn_back.png");
  border: 1px solid #262330;
  padding: 19px;
  margin-bottom: 20px;
}
.services .catItemImageBlock {
  float: none;
  margin-right: 0;
  margin-bottom: 14px;
}
.services .catItemHeader {
  padding-bottom: 0;
}
.services .k2Pagination {
  display: none;
}
.post li {
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
}
.post .moduleItemDateCreated {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: url("../images/btn_back.png");
  border: 1px solid #262330;
  font: 24px 'Open Sans', sans-serif;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.post .moduleItemDateCreated span {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -24px;
  font: 15px 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.post h5 {
  padding-bottom: 6px;
}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
.columns-fluid {
  margin: 0 -10px;
}
.columns-fluid li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
/*== Portfolio Page ==*/
a.touch,
a.modal.img {
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
a.touch span.zoom-icon,
a.modal.img span.zoom-icon,
a.touch span.zoomIcon,
a.modal.img span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: -50%;
  width: 36px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#port div.catItemView {
  padding: 0;
}
#port div.catItemView div.catItemHeader span.catItemDateCreated,
#port div.catItemView div.catItemHeader div.catItemHitsBlock {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
}
#port .catItemImageBlock {
  float: none;
  margin-right: 0;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
}
#port div.itemExtraFields ul li {
  list-style: none;
}
#port div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#port div.extraFieldsIntroText {
  overflow: hidden;
  min-width: 240px;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#port #isotopeOptions {
  overflow: hidden;
  margin-bottom: 2em;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0 1em 0 0 ;
}
#port #isotopeOptions ul#filters li,
#port #isotopeOptions ul#sort li,
#port #isotopeOptions ul#sort_direction li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
#port #isotopeOptions ul#filters li a:hover,
#port #isotopeOptions ul#sort li a:hover,
#port #isotopeOptions ul#sort_direction li a:hover,
#port #isotopeOptions ul#filters li a.selected,
#port #isotopeOptions ul#sort li a.selected,
#port #isotopeOptions ul#sort_direction li a.selected {
  color: #fff;
  text-decoration: none;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
#port .itemList > div {
  margin: 0 -10px;
}
#isotopeContainer.columns_1 .catItemImageBlock {
  float: left;
  margin: 0 2em 0em 0;
}
/*== Blog Page ==*/
.blog div.userItemImageBlock,
.blog div.catItemImageBlock {
  width: 300px;
}
.blog div.userItemImageBlock img,
.blog div.catItemImageBlock img,
.blog div.userItemImageBlock span,
.blog div.catItemImageBlock span,
.blog div.userItemImageBlock a,
.blog div.catItemImageBlock a {
  width: 300px;
}
.blog div.itemImageBlock {
  width: 300px;
}
/*== History Page ==*/
#history div.catItemHeader {
  float: left;
  margin: 0 1em 0 0;
}
#history div.catItemHeader h3.catItemTitle {
  margin: 0;
}
#history div.catItemHeader span.catItemEditLink {
  float: none;
}
#history div.catItemBody {
  overflow: hidden;
  padding: 0 2em 0 0;
}
#history div.catItemBody div.catItemIntroText p {
  margin: 0;
}
#history .K2ItemsRow .itemContainer {
  margin: 0 0 2em 0;
}
#team .catItemImageBlock {
  float: none;
  margin-right: 0;
  max-width: 100%;
  display: inline-block;
}
#team .catItemImageBlock img,
#team .catItemImageBlock a,
#team .catItemImageBlock span {
  width: 100%;
}
/*== FAQs Page ==*/
#faqs div.catItemHeader {
  padding: 0;
}
#faqs div.catItemHeader h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 18px;
}
#faqs div.catItemHeader h3:before {
  content: "Q.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs div.catItemBody:before {
  content: "A.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
/*== Testimonials Page ==*/
#testimonials div.catItemIntroText:before {
  background: url(../images/quotes.png) left top no-repeat;
  content: ".";
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 66px;
  height: 45px;
}
#testimonials div.catItemIntroText p:after {
  content: '"';
}
#testimonials div.itemExtraFields > h3 {
  display: none;
}
#testimonials div.itemExtraFields ul {
  float: right;
  list-style: none;
}
#testimonials div.itemExtraFields ul li {
  font-style: italic;
}
#testimonials div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#testimonials div.catItemExtraFields {
  float: right;
}
#testimonials div.catItemExtraFields ul {
  list-style: none;
}
#testimonials div.catItemExtraFields ul li {
  font-style: italic;
}
#testimonials div.catItemExtraFields ul li.author {
  font-weight: bold;
}
/*== Contacts Page ==*/
.contact-misc span {
  float: right;
  margin-right: 10px;
}
#contact-form-cont div.contact-form {
  margin: 0 2em 0 0;
  padding: 0 3.5em 0 0;
}
#contact-form-cont div.contact-form #contact-form textarea {
  height: 200px;
}
#contact-form-cont div.contact-form #contact-form dl {
  margin: 0;
}
#contact-form-cont div.contact-form #contact-form fieldset legend {
  display: inline-block;
  padding: 0 0 1em 0;
}
#jform_contact_email_copy {
  margin-top: 5px;
}
.map-wrapper {
  margin-bottom: 20px;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  padding-top: 2em;
  margin: 0 0 2em 0;
}
#k2Container.k2AccountPage input.inputbox,
#k2Container.k2AccountPage input[type="text"],
#k2Container.k2AccountPage textarea#jform_profile_aboutme,
#k2Container.k2AccountPage select {
  width: 40%;
}
#k2Container.k2AccountPage textarea#description {
  resize: none;
  overflow: auto;
}
#k2Container.k2AccountPage textarea#jform_profile_aboutme {
  height: 150px;
}
/*Reset / Remind */
#user-registration input.inputbox {
  width: 40%;
}
/*== User Profile ==*/
div.profile dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
ul.userLinks {
  list-style: none;
}
/*== Search Page ==*/
div.component-content > div.search {
  margin: 0 0 2em 0;
}
div.component-content > div.search #searchForm fieldset legend {
  margin: 0 0 1em 0;
  font-weight: bold;
}
div.component-content > div.search #searchForm fieldset > div {
  margin: 0 0 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter {
  margin: 1em 0;
  padding: 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter p.counter {
  line-height: 34px;
}
div.component-content > div.search #searchForm div.phrases-box label,
div.component-content > div.search #searchForm fieldset.only label {
  display: inline-block;
  margin: 0 1em 0 0;
  line-height: inherit;
}
div.component-content > div.search .componentheading {
  margin: 0 0 2em 0;
}
fieldset.word {
  margin: 0 0 2em;
}
fieldset.word label {
  display: block;
}
fieldset.word #search-searchword {
  width: 40%;
  display: block;
  margin: 0 0 1em 0;
}
/*== User Lofin ==*/
.component-content div.login {
  padding: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  background: #1a1b1d;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  color: #878787;
  border: 1px solid #262330;
  padding: 7px 8px;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  font-family: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  width: 100%;
  background: #1a1b1d;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  color: #878787;
  border: 1px solid #262330;
  padding: 7px 8px;
}
/* Pagination */
.social-button {
  padding-bottom: 30px !important;
}
.contact,
.itemCommentsForm,
.img404,
.form-validate {
  padding-bottom: 30px;
}
div.k2Pagination ul,
div.pagination ul,
div.itemCommentsPagination ul {
  margin-top: 0;
  margin-bottom: 30px !important;
}
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 2px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 7px 19px 7px 19px;
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 14px;
  text-transform: uppercase;
  border: 1px solid #28292b;
  position: relative;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 19px;
  background: #1a1b1d;
  border: 1px solid #262330;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
  float: right;
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
  margin: 0 0 0 2em;
}
div.itemComments ul.itemCommentsList .commentAuthorName {
  margin-right: 20px;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 4px 20px 0 0;
}
form#comment-form input.inputbox {
  width: 60%;
}
form#comment-form textarea#commentText {
  height: 250px;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/
#footer {
  position: relative;
}
#footer .footer-container {
  background: none;
}
#rt-footer .rt-container {
  background: none;
  padding-top: 19px;
  padding-bottom: 75px;
  position: relative;
}
.copyright {
  font: 11px Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: right;
}
.copyright span {
  text-transform: uppercase;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #9085a9;
}
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 61px;
  height: 61px;
  display: none;
  background: url(../images/to_top_active.png) 0 0 no-repeat;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/to_top.png) 0 0 no-repeat;
  display: block;
  width: 61px;
  height: 61px;
  opacity: 1;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
a#gantry-totop:hover {
  opacity: 0;
}
/* Alert boxes---------------------------------------- */
.alert-box {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box {
  border-color: #ff9999;
  color: #c31b00;
  background: url(../images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box {
  border-color: #e6c555;
  color: #9e660d;
  background: url(../images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(../images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(../images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
}
/* Fluid Columns */
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 2%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clr,
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Tooltips */
#s-m-t-tooltip {
  position: absolute;
  max-width: 300px;
  padding: 4px 8px 4px 8px;
  background: #222;
  z-index: 1000;
  display: inline-block;
  /*important*/

  /*font*/

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  /*css3 rounded corners*/

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tip-wrap {
  background: none repeat scroll 0 0 #000;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 7px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px !important;
  width: auto !important;
}
.tip-title {
  font-weight: bold;
}
/*======= 404 page styling ============*/
div.img404 {
  width: 50%;
  float: left;
}
div.img404 img {
  width: 100%;
}
div.text404 {
  overflow: hidden;
}
div.text404 h1 {
  padding-bottom: 0;
}
div.text404 #mod-search-searchword {
  margin: 0 0.5em 0 0;
  width: 70%;
}
/*======= Under Construction ============*/
h1.constrSiteName {
  margin-bottom: 1em;
}
.counter_desc {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 0 40px 0;
  margin: 0 0 0 30px;
}
.counter_desc div {
  width: 104px;
  margin-left: 18px;
  text-align: center;
  float: left;
}
.counter_desc div:first-child {
  margin-left: 0;
  margin-right: 23px;
}
.cntSeparator {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  margin: 24px 0;
}
#frame {
  width: 600px;
  margin: 150px auto 0;
  padding: 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
#frame .frameInner {
  padding: 50px 36px;
}
#frame form {
  text-align: left;
}
#frame #form-login label {
  width: 10em;
  display: block;
  float: left;
  line-height: 2em;
}
#frame #form-login input.inputbox {
  height: 2em;
  line-height: 2em;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  background: #9085a9 !important;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #ffffff !important;
}
