/*=== COLOR VARIABLES ===*/
#rt-top {
  background: #000000;
}
.cont {
  background: url(../images/bg_top.gif) center 0 repeat-x #ffffff;
}
#rt-footer {
  border-top: 1px solid #eaeaea;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
/*=== HEADER POSITION ===*/
/*=== SHOWCASE POSITION ===*/
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/
/*== Portfolio Page ==*/
#port div.itemExtraFields {
  border-color: #e6e6e6;
}
/*== Contacts Page ==*/
#contact-form-cont div.contact-form {
  border-right: 1px solid #e6e6e6;
}
/*== User Profile ==*/
div.profile dl {
  border-bottom: 1px solid #e6e6e6;
}
/*== Search Page ==*/
div.component-content > div.search #searchForm div.form-limit-and-counter {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/*== User Registration ==*/
div.k2AccountPage {
  border-top: 1px solid #e6e6e6;
}
div.k2AccountPage > dl {
  border-bottom: 1px solid #e6e6e6;
}
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  background: #dc6511;
  color: #fff;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  background: #dc6511;
  color: #fff;
}
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  background: #000000;
}
div.k2Pagination li.num span.pagenav,
div.pagination li.num span.pagenav,
div.itemCommentsPagination li.num span.pagenav {
  color: #606060;
  background: #e3e3e3;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*//*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%;
  font-family: 'Droid Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1,
h2,
h3 {
  font-family: 'Asap', sans-serif;
  font-size: 26px;
  line-height: 1em;
  padding: 0 0 25px 0;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
h4 {
  font: 13px 'Asap', sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0 0 9px 0;
  color: #000000;
}
body h4 a {
  color: #000;
}
body h4 a:hover {
  color: #dc6511;
}
p,
pre {
  padding-bottom: 17px;
}
/* BUTTONS */
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font: 13px 'Asap', sans-serif;
  line-height: 16px;
  margin-top: 6px;
  text-transform: lowercase;
  border: none;
  background: none;
  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: 12px;
  padding-left: 27px;
  background: url(../images/marker1.png) 0 2px no-repeat;
}
.list1 li a {
  color: #606060;
}
.list1 li a:hover {
  color: #dc6511;
}
/*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 {
  position: relative;
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#rt-top .rt-container {
  position: relative;
  text-align: center;
}
/*=== HEADER POSITION ===*/
#rt-header {
  position: relative;
  z-index: 1;
}
#rt-header #rt-logo {
  position: absolute;
  top: 88px;
  left: 0;
  z-index: 99;
}
/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  display: inline-block;
  padding: 23px 0 25px 0;
  text-align: center;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu li {
  display: inline-block;
}
ul.sf-menu li a,
ul.sf-menu li span.separator {
  display: block;
  text-decoration: none;
}
ul.sf-menu li.lastItem {
  background: none;
  padding-right: 0;
}
ul.sf-menu > li {
  padding: 0;
  position: relative;
  padding-right: 1px;
  background: url(../images/menu_line.gif) right 2px no-repeat;
}
ul.sf-menu > li > a,
ul.sf-menu > li > span.separator {
  display: block;
  padding: 0 25px 0 26px;
  font-family: 'Asap', sans-serif;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
ul.sf-menu > li > a span,
ul.sf-menu > li > span.separator span {
  background: url(../images/mask1.png) 0 -140px repeat-x;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
ul.sf-menu > li:hover a span,
ul.sf-menu > li.active a span,
ul.sf-menu > li.current a span {
  background: url(../images/mask1.png) 0 140px repeat-x;
}
ul.sf-menu > li.active:after,
ul.sf-menu > li.current:after {
  content: "";
  position: absolute;
}
ul.sf-menu > li:hover > ul,
ul.sf-menu > li.sfHover > ul {
  top: 40px;
}
ul.sf-menu > li:hover > ul:before,
ul.sf-menu > li.sfHover > ul:before {
  position: absolute;
  content: "";
  background: url(../images/menu_marker.png) center 0 no-repeat;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
}
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: 132px;
  border: 1px solid #d6d6d6;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 133px;
  top: -10px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 133px;
  top: -10px;
}
ul.sf-menu ul {
  padding: 9px 0;
  border: 1px solid #d6d6d6;
}
ul.sf-menu ul li {
  border-bottom: 1px solid #eaeaea;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span.separator {
  display: block;
  line-height: 27px;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
}
ul.sf-menu ul li.lastItem {
  border-bottom: none;
}
select.select-menu {
  display: none;
  margin: 0px 0px 0px;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
}
#rt-showcase .rt-container:after {
  content: "";
  position: absolute;
}
#rt-showcase .rt-container,
#rt-showcase .rt-container .rt-grid-12 {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  min-height: 284px;
}
#rt-showcase .rt-container {
  position: relative;
  min-height: 284px;
}
.image .rt-block {
  height: 284px;
  width: 100%;
  position: absolute;
}
.image img {
  max-width: none!important;
  height: inherit!important;
  position: absolute;
  top: 0;
  left: 0;
}
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop .rt-container:after {
  content: "";
  position: absolute;
}
/*=== CONTENT ===*/
.cont {
  padding: 53px 0 6px 0;
}
.cont .rt-block {
  padding-bottom: 46px;
}
.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 #000000;
  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 {
  text-align: center;
}
.offers h2 {
  font-size: 29px;
  text-transform: uppercase;
  padding: 0 0 21px 0;
  line-height: 27px;
}
.offers .modulePretext {
  padding: 0 192px 48px;
  font-size: 12px;
  line-height: 16px;
}
.offers ul {
  margin: 0 -10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.offers li {
  float: left;
  width: 364px;
  margin: 0 10px 21px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.offers .catItemImageBlock {
  margin-right: 0;
  margin-bottom: 26px;
}
.offers .moduleItemIntrotext {
  padding: 0 22px 23px 25px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.offers .moduleItemTitle {
  text-transform: uppercase;
}
.offers .moduleCustomLink {
  padding: 10px 27px 8px;
  background: #000;
  text-transform: uppercase;
  color: #fff !important;
  margin-top: 10px;
}
.offers .moduleCustomLink:hover {
  background: #dc6511;
}
#main #rt-maintop .rt-container {
  position: relative;
}
#main #rt-maintop .rt-container:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 40px;
  left: 433px;
  background: #f1f1f1;
  width: 1px;
}
#main #rt-maintop .rt-container:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 40px;
  left: 816px;
  background: #f1f1f1;
  width: 1px;
}
#about #rt-feature .rt-container {
  position: relative;
}
#about #rt-feature .rt-container:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 40px;
  left: 337px;
  background: #f1f1f1;
  width: 1px;
}
#about #rt-feature .rt-container:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 40px;
  left: 720px;
  background: #f1f1f1;
  width: 1px;
}
#about #rt-maintop .rt-container {
  position: relative;
}
#about #rt-maintop .rt-container:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 40px;
  left: 720px;
  background: #f1f1f1;
  width: 1px;
}
.mb8-sa4 #rt-sidebar-a .rt-block {
  padding-left: 96px;
}
.mb8-sa4 .rt-container {
  position: relative;
}
.mb8-sa4 .rt-container:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 50px;
  left: 816px;
  background: #f1f1f1;
  width: 1px;
}
.welcome .rt-block {
  padding-right: 76px;
}
.welcome h4 {
  padding: 0 0 32px 0;
}
.welcome img {
  float: left;
  margin-right: 20px;
  margin-bottom: 36px;
}
.events li {
  padding-bottom: 27px;
  background: url(../images/line_hor1.gif) 0 bottom repeat-x;
  margin-bottom: 31px;
  position: relative;
  padding-left: 51px;
}
.events .lastItem {
  padding-bottom: 0px;
  margin-bottom: 0;
  background: none;
}
.events .moduleItemDateCreated {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 31px;
  font-family: 'Oleo Script', cursive;
  text-align: center;
  line-height: 1em;
  color: #dc6511;
  text-transform: lowercase;
}
.events .moduleItemDateCreated span {
  display: block;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: -1px;
}
.events p {
  padding-bottom: 9px;
}
.services .rt-block {
  padding-left: 96px;
}
.services .moduleItemIntrotext p {
  padding-top: 14px;
  padding-bottom: 17px;
}
.services .moduleItemIntrotext span {
  display: block;
  color: #000000;
}
ul.services li {
  padding: 7px 0 28px 70px;
  position: relative;
  font: 13px 'Asap', sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  min-height: 25px;
}
ul.services .lastItem {
  padding-bottom: 26px;
}
ul.services img {
  position: absolute;
  top: 0;
  left: 0;
}
.dropcap.letter .rt-block {
  padding-right: 96px;
}
.dropcap.letter li {
  padding-bottom: 9px;
  background: url(../images/line_hor1.gif) 0 bottom repeat-x;
  margin-bottom: 31px;
  padding-left: 29px;
  position: relative;
}
.dropcap.letter .lastItem {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
.dropcap.letter span.dropcap {
  position: absolute;
  top: -7px;
  left: 0;
  font: 30px 'Oleo Script', cursive;
  color: #dc6511;
  line-height: 1em;
}
.dropcap.letter h4 {
  padding: 0 0 0 0;
}
.about_us .rt-block {
  padding-right: 96px;
}
.about_us .catItemImageBlock {
  margin-right: 0;
  margin-bottom: 36px;
}
.dishes .modulePretext {
  font: 13px 'Asap', sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 25px;
}
.dishes li {
  padding-bottom: 11px;
  background: url(../images/line_hor1.gif) 0 bottom repeat-x;
  margin-bottom: 31px;
}
.dishes .lastItem {
  background: none;
  margin-bottom: 10px;
}
.proposition .rt-block {
  padding-right: 96px;
}
.proposition h4 {
  padding: 0 0 22px 0;
}
.testimon .moduleItemIntrotext {
  padding-left: 39px;
  background: url(../images/quot.png) 0 3px no-repeat;
}
.testimon h4 a {
  font: 13px 'Droid Sans', sans-serif;
  color: #606060;
  text-transform: none;
  text-decoration: underline;
}
.testimon h4 a:hover {
  color: #dc6511;
}
.news .rt-block {
  padding-bottom: 0;
  margin-bottom: 56px;
  overflow: hidden;
}
.news ul {
  margin: 0 -10px;
  overflow: hidden;
  margin-bottom: -52px !important;
}
.news li {
  float: left;
  margin: 0 10px;
  padding-bottom: 27px;
  background: url(../images/line_hor1.gif) 0 bottom repeat-x;
  margin-bottom: 31px;
  position: relative;
  padding-left: 51px;
  width: 364px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */
}
.news .moduleItemDateCreated {
  position: absolute;
  top: -4px;
  left: 0px;
  font-size: 31px;
  font-family: 'Oleo Script', cursive;
  text-align: center;
  line-height: 1em;
  color: #dc6511;
  text-transform: lowercase;
}
.news .moduleItemDateCreated span {
  display: block;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: -1px;
}
.news p {
  padding-bottom: 9px;
}
.featured_events ul {
  margin: 0 -10px;
  overflow: hidden;
}
.featured_events li {
  float: left;
  margin: 0 10px;
  width: 364px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */
}
.featured_events .catItemImageBlock {
  float: none;
  margin-right: 0;
  margin-bottom: 40px;
}
.featured_events .moduleItemIntrotext {
  position: relative;
  padding-left: 51px;
}
.featured_events .moduleItemDateCreated {
  position: absolute;
  top: -4px;
  left: 0px;
  font-size: 31px;
  font-family: 'Oleo Script', cursive;
  text-align: center;
  line-height: 1em;
  color: #dc6511;
  text-transform: lowercase;
}
.featured_events .moduleItemDateCreated span {
  display: block;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: -1px;
}
.featured_events p {
  padding-bottom: 9px;
}
.hot .catItemImageBlock {
  margin-right: 0;
  margin-bottom: 40px;
}
.posts li {
  padding-bottom: 20px;
}
.posts .moduleItemAuthor {
  display: none;
}
.posts .moduleItemDateCreated {
  font: 13px 'Asap', sans-serif;
  color: #dc6511;
  text-transform: uppercase;
  display: block;
  padding-top: 0px;
}
.genericItemDateCreated {
  display: none;
}
.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;
  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;
  background-size: 100% 100%;
  height: 48px;
  right: 25px;
  position: absolute;
  bottom: -23px;
  width: 48px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
a.touch strong,
a.modal.img strong {
  display: none;
}
a.touch:hover span.zoom-icon,
a.modal.img:hover span.zoom-icon,
a.touch:hover span.zoomIcon,
a.modal.img:hover span.zoomIcon {
  width: 58px;
  height: 58px;
  background-size: 100% 100%;
}
#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: #dc6511;
  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 .catItemHeader,
.blog .itemHeader,
.blog .userItemHeader,
.blog .genericItemHeader {
  padding-bottom: 20px;
}
.blog .catItemHeader .catItemAuthor,
.blog .itemHeader .catItemAuthor,
.blog .userItemHeader .catItemAuthor,
.blog .genericItemHeader .catItemAuthor,
.blog .catItemHeader .itemAuthor,
.blog .itemHeader .itemAuthor,
.blog .userItemHeader .itemAuthor,
.blog .genericItemHeader .itemAuthor,
.blog .catItemHeader .userItemAuthor,
.blog .itemHeader .userItemAuthor,
.blog .userItemHeader .userItemAuthor,
.blog .genericItemHeader .userItemAuthor,
.blog .catItemHeader .genericItemAuthor,
.blog .itemHeader .genericItemAuthor,
.blog .userItemHeader .genericItemAuthor,
.blog .genericItemHeader .genericItemAuthor {
  padding-left: 20px;
  background: url(../images/icon-user.gif) 0 0 no-repeat;
  margin-right: 26px;
}
.blog .catItemHeader .catItemCommentsLink,
.blog .itemHeader .catItemCommentsLink,
.blog .userItemHeader .catItemCommentsLink,
.blog .genericItemHeader .catItemCommentsLink,
.blog .catItemHeader .itemCommentsLink,
.blog .itemHeader .itemCommentsLink,
.blog .userItemHeader .itemCommentsLink,
.blog .genericItemHeader .itemCommentsLink,
.blog .catItemHeader .userItemCommentsLink,
.blog .itemHeader .userItemCommentsLink,
.blog .userItemHeader .userItemCommentsLink,
.blog .genericItemHeader .userItemCommentsLink,
.blog .catItemHeader .genericItemCommentsLink,
.blog .itemHeader .genericItemCommentsLink,
.blog .userItemHeader .genericItemCommentsLink,
.blog .genericItemHeader .genericItemCommentsLink {
  padding-left: 20px;
  background: url(../images/icon-comments.gif) 0 0 no-repeat;
}
.blog .catItemHeader .catItemDateCreated,
.blog .itemHeader .catItemDateCreated,
.blog .userItemHeader .catItemDateCreated,
.blog .genericItemHeader .catItemDateCreated,
.blog .catItemHeader .itemDateCreated,
.blog .itemHeader .itemDateCreated,
.blog .userItemHeader .itemDateCreated,
.blog .genericItemHeader .itemDateCreated,
.blog .catItemHeader .userItemDateCreated,
.blog .itemHeader .userItemDateCreated,
.blog .userItemHeader .userItemDateCreated,
.blog .genericItemHeader .userItemDateCreated,
.blog .catItemHeader .genericItemDateCreated,
.blog .itemHeader .genericItemDateCreated,
.blog .userItemHeader .genericItemDateCreated,
.blog .genericItemHeader .genericItemDateCreated {
  color: #000000;
  padding-left: 20px;
  background: url(../images/icon-date.gif) 0 0 no-repeat;
  margin-right: 26px;
}
.blog div.userItemImageBlock,
.blog div.catItemImageBlock {
  width: 268px;
}
.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: 268px;
}
.blog div.itemImageBlock {
  width: 268px;
}
/*== 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: #f9f9f9;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 14px;
  color: #a7a7a7;
  border: 1px solid #e6e6e6;
  padding: 12px 10px;
}
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: #f9f9f9;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 14px;
  color: #a7a7a7;
  border: 1px solid #e6e6e6;
  padding: 12px 10px;
}
/* Pagination */
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: 6px 20px 4px;
  font: 13px 'Asap', sans-serif;
  line-height: 16px;
  margin-top: 10px;
  text-transform: uppercase;
  border: none;
  position: relative;
}
div.k2Pagination li.num a,
div.pagination li.num a,
div.itemCommentsPagination li.num a,
div.k2Pagination li.num span,
div.pagination li.num span,
div.itemCommentsPagination li.num span {
  width: 26px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 30px;
  background: #fff;
  border: 1px solid #dbdbdb;
}
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;
}
#rt-footer .rt-container {
  padding-top: 44px;
  padding-bottom: 16px;
  position: relative;
}
#rt-footer .rt-container .rt-block {
  padding-bottom: 24px;
}
#rt-footer .rt-container .rt-omega .rt-block {
  float: right;
}
#rt-footer .rt-container .menu {
  float: right;
  padding-top: 5px;
}
#rt-footer .rt-container .menu li {
  float: left;
  padding-left: 10px;
  background: url(../images/footer_marker.gif) 0 5px no-repeat;
  margin-left: 7px;
}
#rt-footer .rt-container .menu .firstItem {
  background: none;
  padding-left: 0;
}
#rt-footer .rt-container .menu a {
  font-size: 11px;
  color: #545454;
  text-transform: uppercase;
  display: block;
}
#rt-footer .rt-container .menu a:hover {
  color: #dc6511;
}
.smile a {
  margin-right: 6px !important;
  position: relative;
}
.smile a:hover {
  opacity: 0.5;
}
.copyright {
  font: 11px 'Droid Sans', sans-serif;
  color: #545454;
  padding-top: 6px;
  padding-bottom: 0;
}
.copyright a {
  color: #545454;
}
.copyright a:hover {
  color: #dc6511;
}
.siteName {
  display: none;
}
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  margin-left: -28px;
  width: 48px;
  height: 48px;
  display: none;
  background: url(../images/to_top.png) 0 0 no-repeat;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/to_top_active.png) 0 0 no-repeat;
  display: block;
  width: 48px;
  height: 48px;
  opacity: 0;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
a#gantry-totop:hover {
  opacity: 1;
}
/* 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;
}
