/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -70px;
}
#footer,
#push {
  height: 70px;
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */

.overflow {overflow: hidden;}

/* BUTTONS */

a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 1px;
}

a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
  padding: 7px 15px 6px;
}
button.button,
input.button {
  padding: 10px 15px;
}
/*Lists*/
/*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 {
  padding: 48px 0 0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
}
#rt-top .rt-container #rt-logo {
  position: relative;
}
#rt-top .rt-block {padding-bottom: 31px;}

/*=== HEADER POSITION ===*/
/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  float: right;
  margin: 12px 10px 0 0;
}
ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 -6px;
}
ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
  padding: 0;
  text-decoration: none;
  font: bold 10px/30px arial;
  text-transform: uppercase;
  text-align: center;
}

/**/
ul.sf-menu > li.parent {
  background: url(../images/template/sep.png) center 35px no-repeat;
}
ul.sf-menu > li > a,
ul.sf-menu > li > span.separator {
  padding: 0 20px;
  font: 13px/46px 'Ubuntu', sans-serif;
  text-transform: uppercase;
}
ul.sf-menu > li.sfHover > a,
ul.sf-menu > li.sfHover > span.separator,
ul.sf-menu > li > a:hover,
ul.sf-menu > li > span.separator:hover {
  color: #6da9c0;
}
ul.sf-menu > li.active > a,
ul.sf-menu > li.active > span.separator {
  background: url(../images/template/item.jpg) 0 0 repeat-x;
  color: white;
}
/**/

ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 32px;
}
ul.sf-menu ul {
  width: 131px;
  left: 0;
  padding: 17px 0;
  background: url(../images/template/sfmenu.jpg) 0 0 repeat;
  border-radius: 6px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 132px;
  top: -17px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 140px;
  top: -17px;
}
ul.sf-menu ul {
  padding: 17px 0;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height: 30px;
}
/**/
ul.sf-menu > li > ul {
  background: url(../images/template/sfmenu2.jpg) 0 0 repeat;
}
.sf-menu > li > ul > li > a, 
.sf-menu > li > ul > li > span {
  color: white;
}
ul.sf-menu > li > ul > li.sfHover > a,
ul.sf-menu > li > ul > li.sfHover > span,
ul.sf-menu > li > ul > li.active > a,
ul.sf-menu > li > ul > li.active > span,
ul.sf-menu > li > ul > li > a:hover,
ul.sf-menu > li > ul > li > span:hover {
  color: #71b1c6;
}
/**/
select.select-menu {
  display: none;
}

/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
}
div.k2ItemsBlock.articles > ul {
  margin: 13px 0 0;
}
div.k2ItemsBlock.articles > ul li {
  margin: 0;
  height: 233px;
  overflow: hidden;
  text-align: center;
}
div.k2ItemsBlock.articles > ul li:first-child {
  background: url(../images/template/bg1.jpg) 0 0 no-repeat;
}
div.k2ItemsBlock.articles > ul li:first-child + li {
  background: url(../images/template/bg2.jpg) right 0 no-repeat;
}
div.k2ItemsBlock.articles > ul li:first-child + li + li {
  background: url(../images/template/bg3.jpg) 0 0 no-repeat;
}
div.k2ItemsBlock.articles > ul li .moduleItemIntrotext {
  width: 193px;
  height: 100%;
  padding: 31px 60px 0;
}
div.k2ItemsBlock.articles > ul li:first-child .moduleItemIntrotext {
  float: right;
  background: url(../images/template/bg1.gif) 0 0 repeat;
}
div.k2ItemsBlock.articles > ul li:first-child + li .moduleItemIntrotext {
  float: left;
  background: url(../images/template/bg2.gif) 0 0 repeat;
}
div.k2ItemsBlock.articles > ul li:first-child + li + li .moduleItemIntrotext {
  float: right;
  background: url(../images/template/bg3.gif) 0 0 repeat;
}
div.k2ItemsBlock.articles ul h3.catItemTitle {
  font: 24px/24px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: white;
  padding-bottom: 12px;
}
div.k2ItemsBlock.articles ul h3.catItemTitle span {
  display: block;
  font: 40px/40px 'Ubuntu', sans-serif;
  margin-bottom: -3px;
}
prova {
  display: block;
  font: 10px/10px 'Ubuntu', sans-serif;
  margin-bottom: 1px;
color: #fff;
 margin-top: 10px;
}
div.k2ItemsBlock.articles ul h3.catItemTitle span2 {
  display: block;
  font: 10px/10px 'Ubuntu', sans-serif;
  margin-bottom: 1px;
color: #fff;
 margin-top: 10px;
}
div.k2ItemsBlock.articles ul h3.catItemTitle span3 {
  display: block;
  font: 20px/20px 'Ubuntu', sans-serif;
  color: #008aca;
 margin-bottom: 5px;
}div.k2ItemsBlock.articles ul h3.catItemTitle span4 {
  display: block;
  font: 20px/20px 'Ubuntu', sans-serif;
 color: #f9b41f;
  /*margin-bottom: -3px;*/
}
div.k2ItemsBlock.articles ul h3.catItemTitle span5 {
  display: block;
  font: 30px/30px 'Ubuntu', sans-serif;
  
}
div.k2ItemsBlock.articles > ul li:first-child .moduleItemIntrotext h3.catItemTitle {
  
}
div.k2ItemsBlock.articles > ul li:first-child .moduleItemIntrotext h3.catItemTitle span {
  padding-top: 6px;
  margin-bottom: -4px;
}
div.k2ItemsBlock.articles > ul li:first-child + li .moduleItemIntrotext h3.catItemTitle {
  font: 27px/27px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: white;
}
div.k2ItemsBlock.articles > ul li:first-child + li .moduleItemIntrotext h3.catItemTitle span {
  display: block;
  font: 51px/51px 'Ubuntu', sans-serif;
  margin-bottom: -5px;
}
div.k2ItemsBlock.articles > ul li:first-child + li + li .moduleItemIntrotext h3.catItemTitle {
  font: 21px/21px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: white;
}
div.k2ItemsBlock.articles > ul li:first-child + li + li .moduleItemIntrotext h3.catItemTitle span {
  display: block;
  font: 36px/36px 'Ubuntu', sans-serif;
  margin-bottom: -3px;
  padding-top: 13px;
}
div.k2ItemsBlock.articles > ul li a.moduleItemReadMore {
  background: url(../images/template/artmore.png) 0 0 no-repeat;
  width: 33px;
  height: 34px;
  overflow: hidden;
  text-indent: -999em;
  padding: 0;
  margin: 0;
  border-radius: 34px;
}
div.k2ItemsBlock.articles > ul li a.moduleItemReadMore:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/

#rt-maintop .rt-container {
  padding: 36px 0 18px;
}

/**/

.art div.module-title {padding-bottom: 13px;}
.art div.module-title h2 {
  text-transform: none;
  font-size: 36px;
  text-align: center;
}
.art div.module-title h2 span {
  display: block;
  text-transform: uppercase;
  margin-top: -8px;
}
div.k2ItemsBlock.art > ul {
  text-align: center;
}
div.k2ItemsBlock.art > ul li .moduleItemIntrotext {
  padding: 0 48px;
}
div.k2ItemsBlock.art > ul li p {
  text-shadow: 1px 0px 0px rgba(0,0,0,0.2);
  margin: 0 0 28px;
}
div.k2ItemsBlock.art > ul li .moduleItemLearnMore {
  text-align: center;
  background: url(../images/template/more.png) center center no-repeat;
}
div.k2ItemsBlock.art > ul li .moduleItemLearnMore a {
  text-transform: uppercase;
  color: #191919;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
}
div.k2ItemsBlock.art > ul li .moduleItemLearnMore a:hover {color: #4b4b4b;}

/*=== CONTENT ===*/

/**/

#rt-main {padding: 13px 0 29px;}
.mb9-sa3 .rt-containerInner {background: url(../images/template/divider.gif) 709px 0 repeat-y;}
.mb8-sa4 .rt-containerInner {background: url(../images/template/divider.gif) 629px 0 repeat-y;}
.mb6-sa6 .rt-containerInner {background: url(../images/template/divider.gif) 469px 0 repeat-y;}
.sa4-mb8 .rt-containerInner {background: url(../images/template/divider.gif) 309px 0 repeat-y;}
#wrapper.view-search .rt-containerInner {background: none;}
#rt-mainbody,
#rt-sidebar-a,
#rt-sidebar-b {padding: 34px 0 0;}
.mb6-sa6 #rt-mainbody {padding-right: 50px;}
.mb8-sa4 #rt-mainbody,
.mb9-sa3 #rt-mainbody {padding-right: 34px;}

.homepage #rt-mainbody div.itemListCategory {
    padding-bottom: 18px;
}

/**/
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
}
.K2ItemsRow {margin: 0 -10px;}


/*== Portfolio Page ==*/

#port div.catItemView {
  padding: 0;
  margin-bottom: 2em;
}
#port div.catItemImageBlock {
    float: none;
    margin: 0 0 1em;
}
#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 div.itemImageBlock {
  float: left;
  margin: 0 1em 1em 0;
}
#port a.touch {
  position: relative;
  display: block;
  overflow: hidden;
}
#port a.touch span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 101px;
  width: 101px;
  left: 50%;
  margin-left: -51px;
  margin-top: -51px;
  position: absolute;
  top: -50%;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
}
#port div.itemExtraFields ul {
  list-style: none;
}
#port div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#port div.extraFieldsIntroText {
  overflow: hidden;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#port #isotopeOptions {
  overflow: hidden;
  margin-bottom: 1em;
  float: left;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0.5em 1em 0.5em 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 {
  text-decoration: none;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 1em;
}
#port .itemList > div {
  margin: 0 -10px;
}


/*== About Page ==*/

div.k2ItemsBlock.news > ul {}
div.k2ItemsBlock.news > ul li {
  margin: 0 0 10px;
}
div.k2ItemsBlock.news > ul li h3.catItemTitle {
  padding-top: 0;
  font-size: 24px;
}
div.k2ItemsBlock.news > ul li .moduleItemIntrotext {overflow: hidden;}
div.k2ItemsBlock.news > ul li {}

/*== Blog Page ==*/

div.catItemView.blog {
  background: url(../images/template/border.png) 0 bottom repeat-x;
  margin-bottom: 40px;
  padding-bottom: 36px;
}
.news .catItemDateCreated,
.blog .catItemDateCreated,
.blog .itemDateCreated {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
  width: 60px;
  height: 60px;
  background: #414657;
  font: 12px/13px arial;
  text-transform: uppercase;
  color: white;
}
.news .catItemDateCreated span,
.blog .catItemDateCreated span,
.blog .itemDateCreated span {
  display: block;
  padding-top: 17px;
}

/*== 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;
}
/*== FAQs Page ==*/
#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;
}

div.catItemView.faqs {
  padding-bottom: 30px;
}

.team div.catItemImageBlock {
    float: none;
}

/*== 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;
  padding-bottom: 30px;
}
#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-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;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  margin: 0 0 2em 0;
}
#k2Container.k2AccountPage input.inputbox,
#k2Container.k2AccountPage input[type="text"],
#k2Container.k2AccountPage textarea#jform_profile_aboutme,
#k2Container.k2AccountPage select {
  width: 60%;
}
#k2Container.k2AccountPage textarea#description {
  resize: none;
  overflow: auto;
}
#k2Container.k2AccountPage textarea#jform_profile_aboutme {
  height: 150px;
}
/*Reset / Remind */
#user-registration input.inputbox {
  width: 60%;
}
/*== 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"] {
  height: 29px;
  padding: 4px 9px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  background: url(../images/template/itemCommentsList.png) 0 0 repeat;
  border: 1px solid #eaeaea;
  color: #545454;
}
textarea#commentText,
textarea#description,
textarea.rapid_contact,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 6px 9px;
  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: url(../images/template/itemCommentsList.png) 0 0 repeat;
  border: 1px solid #eaeaea;
  color: #545454;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 13px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover,
div.k2Pagination li span.pagenav,
div.pagination li span.pagenav,
div.itemCommentsPagination li span.pagenav {
  color: #353434;
}

div.k2Pagination li.pagination-start .pagenav,
div.pagination li.pagination-start .pagenav,
div.itemCommentsPagination li.pagination-start .pagenav,
div.k2Pagination li.pagination-prev .pagenav,
div.pagination li.pagination-prev .pagenav,
div.itemCommentsPagination li.pagination-prev .pagenav,
div.k2Pagination li.pagination-next .pagenav,
div.pagination li.pagination-next .pagenav,
div.itemCommentsPagination li.pagination-next .pagenav,
div.k2Pagination li.pagination-end .pagenav,
div.pagination li.pagination-end .pagenav,
div.itemCommentsPagination li.pagination-end .pagenav {
  background: #414657;
  color: white;
  padding: 0 15px;
}
div.k2Pagination li.pagination-start span.pagenav,
div.pagination li.pagination-start span.pagenav,
div.itemCommentsPagination li.pagination-start span.pagenav,
div.k2Pagination li.pagination-prev span.pagenav,
div.pagination li.pagination-prev span.pagenav,
div.itemCommentsPagination li.pagination-prev span.pagenav,
div.k2Pagination li.pagination-next span.pagenav,
div.pagination li.pagination-next span.pagenav,
div.itemCommentsPagination li.pagination-next span.pagenav,
div.k2Pagination li.pagination-end span.pagenav,
div.pagination li.pagination-end span.pagenav,
div.itemCommentsPagination li.pagination-end span.pagenav,
div.k2Pagination li.pagination-start .pagenav:hover,
div.pagination li.pagination-start .pagenav:hover,
div.itemCommentsPagination li.pagination-start .pagenav:hover,
div.k2Pagination li.pagination-prev .pagenav:hover,
div.pagination li.pagination-prev .pagenav:hover,
div.itemCommentsPagination li.pagination-prev .pagenav:hover,
div.k2Pagination li.pagination-next .pagenav:hover,
div.pagination li.pagination-next .pagenav:hover,
div.itemCommentsPagination li.pagination-next .pagenav:hover,
div.k2Pagination li.pagination-end .pagenav:hover,
div.pagination li.pagination-end .pagenav:hover,
div.itemCommentsPagination li.pagination-end .pagenav:hover {
  background: #71b1c6;
  color: white;
}

/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 15px 20px;
  background: url(../images/template/itemCommentsList.png) 0 0 repeat;
}
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 div.userAvatar {
  float: left;
  margin: 5px 15px 0 0;
}
form#comment-form textarea#commentText {
  height: 200px;
}
form#comment-form input.inputbox {
  width: 60%;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/

#rt-mainbottom .rt-block {
  background: url(../images/template/border.png) 0 0 repeat-x;
  padding: 55px 0 47px;
}

/**/

div.k2ItemsBlock.clients ul {overflow: hidden;}
div.k2ItemsBlock.clients ul li {
  float: left;
  margin-left: 24px;
}
div.k2ItemsBlock.clients ul li:first-child {
  margin-left: 0;
}
div.k2ItemsBlock.clients ul li p {margin: 0;}

/**/

div.k2ItemsBlock.monials > ul li .moduleItemIntrotext {overflow: hidden;}
div.k2ItemsBlock.monials > ul li .moduleItemIntrotext a.moduleItemImage {
  float: left;
  margin: 5px 20px 0 0;
}
div.k2ItemsBlock.monials > ul li .moduleItemIntrotext .catItemTitle {
  font: bold 13px/21px arial;
  text-shadow: none;
}
div.k2ItemsBlock.monials > ul li .moduleItemIntrotext .name {text-align: right;}
div.k2ItemsBlock.monials > ul li .moduleItemIntrotext .name span.name {display: block;}
div.k2ItemsBlock.monials > ul li .moduleItemIntrotext .name span.about {font-size: 11px;}

/**/

div.k2ItemsBlock.executives > ul {
  overflow: hidden;
  margin-right: -20px;
}
div.k2ItemsBlock.executives > ul li {
  float: left;
  width: 220px;
  margin-right: 20px;
}
div.k2ItemsBlock.executives > ul li h3 {padding-top: 10px;}
div.k2ItemsBlock.executives > ul li h3 a {
  font-weight: normal;
  color: #dc5c29;
  text-decoration: none;
}
div.k2ItemsBlock.executives > ul li h3 a:hover {
  color: #6e6e6e;
}

/**/

/*=== BOTTOM POSITION ===*/

#rt-bottom .rt-container {  
  background: url(../images/template/border-long.png) center 0 no-repeat;
  padding-bottom: 42px;
}
#rt-bottom div.module-title {
  padding: 0 0 27px;
}
#rt-bottom div.module-title h2 {
  font-size: 24px;
  padding: 53px 0 0;
}

/**/

ul.tweets {
  margin: 0;
  max-width: 220px;
}
ul.tweets li {
  list-style: none;
  line-height: 18px;
  background: url(../images/template/tweet.gif) top left repeat-x;
  padding-top: 15px;
  margin-top: 14px;
  color: #6e6e6e;
}
ul.tweets li:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
ul.tweets li p {
  margin-bottom: 18px;
}
.tweet_time {color: #dc5c29; font-size: 14px;}

/**/

.rapid_contact {
  padding: 2px 0 0;
}
.rapid_contact > form > span {
  display: block;
  padding-bottom: 18px;
}
.rapid_contact .inputbox,
.rapid_contact .textarea {
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  color: #9c9c9c;
  margin-bottom: 6px;
}
.rapid_contact .inputbox {
  line-height: 26px;
  height: 26px;
  padding: 0 15px;
}
.rapid_contact .textarea {
  padding: 12px 15px;
  height: 104px;
}
.rapid_contact .rapid_button {
  text-align: right;
}
.rapid_contact .rapid_button .button {
  margin: 0;
  text-transform: none;
  padding: 10px 32px;
  font-size: 13px;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.13);
  -webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.13);
}

/**/

/*=== FOOTER POSITION ===*/

p.copyright {
  background: url(../images/template/copyright.gif) 0 0 repeat-x;
  font-size: 11px;
  color: #4e4e4e;
  text-transform: uppercase;
  padding-top: 25px;
  margin: 0;
}
.siteName {display: none;}
p.copyright a {
  text-decoration: none;
  color: #4e4e4e;
}
p.copyright a:hover {text-decoration: underline;}

/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 50px;
  position: fixed;
  right: 39px;
  display: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 42px;
  height: 42px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
/* 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 #888888;
  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 #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;
}
a.subline {display: block; line-height: 5px; font-size: 10px; color: #333;}

a.rokcandy-link {text-decoration: none;}
a.formula {display: block; line-height: 5px; font-size: 10px; color: #333;}