/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  background: #fff;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -161px;
}
#footer,
#push {
  height: 161px;
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1 {
  margin: 0 0 43px 0;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
  color: #333;
  letter-spacing: -1px;
}
h2 {
  margin: 0 0 43px 0;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
  color: #333;
  letter-spacing: -1px;
}
h2 span {
  display: block;
}
body h3,
dt.result-title {
  margin: 0 0 8px 0;
  font-family: 'open_sansregular';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #333;
}
body h3 a,
dt.result-title a {
  color: inherit;
  text-decoration: none;
}
body h3 a:hover,
dt.result-title a:hover {
  color: #fa4400;
}
h4 {
  margin: 0 0 25px 0;
  font-size: 15px;
  line-height: 18px;
  font-family: 'open_sans_semiboldregular';
  text-transform: uppercase;
  color: #333;
  font-weight: normal;
}
h4 span {
  font-size: 47px;
  font-family: 'open_sansbold';
  display: block;
  line-height: 50px;
  letter-spacing: -2px;
}
h5 {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-family: 'open_sansregular';
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #333;
}
h6 {
  margin: 0 0 2.33em 0;
  font-family: 'open_sansregular';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 18px;
}
p,
pre {
  margin: 0 0 18px 0;
}
/* 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;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: url(../images/button_tail.png);
  box-shadow: 1px 1px 2px rgba(0, 1, 1, 0.35);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  border: none;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover,
button.button:hover,
input.button:hover {
  background: url(../images/button_tail.png) 0 -31px;
}
#camera-slideshow a.moduleItemReadMore {
  line-height: 40px;
  height: 40px;
  background: url(../images/slider_more.png);
  font-size: 12px;
}
#camera-slideshow a.moduleItemReadMore:hover {
  background: url(../images/slider_more.png) 0 -40px;
}
/*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 .rt-container #rt-logo {
  position: relative;
}
/*=== HEADER POSITION ===*/
.top-container {
  min-height: 144px;
}
#rt-header {
  border-top: 4px solid #c0c0c0;
  padding: 10px 0 13px;
}
#rt-header #rt-logo {
  margin-left: 3px;
}
#rt-header .top_contacts {
  text-align: right;
  font-size: 11px;
  color: #7c7c7c;
  padding: 20px 0 0;
}
#rt-header .top_contacts .mail {
  display: inline-block;
  background: url(../images/mail.png) 0 50% no-repeat;
  padding: 0 0 0 24px;
}
#rt-header .top_contacts .mail a {
  text-decoration: none;
  color: inherit;
}
#rt-header .top_contacts .mail a:hover {
  color: #000;
}
#rt-header .top_contacts .phone {
  display: inline-block;
  background: url(../images/phone.png) 0 50% no-repeat;
  padding: 0 0 0 13px;
  margin-left: 25px;
}
/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  display: table;
  table-layout: fixed;
  background: url(../images/menu_tail.png) repeat-x #d6d7da;
  border: 1px solid #b7b7b7;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 2px 0 rgba(0, 1, 1, 0.07);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 10;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu > li {
  float: none !important;
  display: table-cell;
  background: url(../images/menu_border.png) 0 50% no-repeat;
}
ul.sf-menu > li.active > .sfHolder > a,
ul.sf-menu > li.sfHover > .sfHolder > a,
ul.sf-menu > li.current > .sfHolder > a,
ul.sf-menu > li:hover > .sfHolder > a,
ul.sf-menu > li.active > .sfHolder > span,
ul.sf-menu > li.sfHover > .sfHolder > span,
ul.sf-menu > li.current > .sfHolder > span,
ul.sf-menu > li:hover > .sfHolder > span {
  text-shadow: none;
}
ul.sf-menu > li:first-child {
  background: none;
}
ul.sf-menu > li > .sfHolder {
  position: relative;
  display: block;
}
ul.sf-menu > li > .sfHolder > a,
ul.sf-menu > li > .sfHolder > span {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff;
  line-height: 50px;
}
ul.sf-menu > li > .sfHolder > a > span,
ul.sf-menu > li > .sfHolder > span > span {
  position: relative;
}
ul.sf-menu > li.parent > .sfHolder > a > span:after,
ul.sf-menu > li.parent > .sfHolder > span > span:after {
  position: absolute;
  right: -12px;
  content: ' ';
  border-top: 4px solid #a6a6a6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 50%;
  margin-top: -2px;
}
ul.sf-menu li:hover > .sfHolder > ul,
ul.sf-menu li.sfHover > .sfHolder > ul {
  top: 100%;
}
ul.sf-menu ul {
  width: 100%;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 100%;
  top: -15px !important;
  margin-left: 1px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 100%;
  top: -15px !important;
  margin-left: 1px;
}
ul.sf-menu ul {
  padding: 15px 0;
}
ul.sf-menu ul ul {
  background: #454545;
}
ul.sf-menu ul > li > .sfHolder > a,
ul.sf-menu ul > li > .sfHolder > span {
  display: block;
  line-height: 2.5em;
  margin: 0 20px;
  text-transform: uppercase;
  font-size: 11px;
  border-top: 1px solid #292929;
  text-decoration: none;
  text-align: center;
}
ul.sf-menu ul > li:first-child > .sfHolder > a,
ul.sf-menu ul > li:first-child > .sfHolder > span {
  border: none;
}
select.select-menu {
  display: none;
  padding: 5px;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
  max-width: 1663px;
  margin: 0 auto;
}
/*=== FEATURE POSITION ===*/
#rt-feature {
  padding: 51px 0 0;
}
#rt-feature .work h2 {
  text-align: center;
  font-family: 'open_sansregular';
  letter-spacing: normal;
}
#rt-feature .work a.moduleItemImage {
  display: block;
  position: relative;
  margin: 0 0 33px;
}
#rt-feature .work a.moduleItemImage:after {
  position: absolute;
  top: 100%;
  background: url(../images/img_shadow.png) 50% 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  left: 0;
  height: 33px;
  content: ' ';
  pointer-events: none;
}
#rt-feature .work li {
  text-align: center;
  border-bottom: 4px solid #eaeaea;
  padding: 0 0 38px;
  margin-bottom: 54px;
}
#rt-feature .work li div.moduleItemIntrotext {
  padding: 0 0 18px;
}
/*=== UTILITY POSITION ===*/
.company h2 {
  text-align: center;
}
.company h5 {
  color: #fa4400;
}
.company p {
  margin: 0 0 24px;
}
.company > ul > li {
  margin-bottom: 50px;
}
.list1 ul li {
  list-style: none;
  padding: 0 0 6px 16px;
  position: relative;
}
.list1 ul li:before {
  position: absolute;
  left: 0;
  content: ' ';
  top: 6px;
  height: 5px;
  width: 5px;
  background: #fa4400;
  border-radius: 3px;
}
.list1 ul li a {
  text-decoration: none;
  color: inherit;
}
.list1 ul li a:hover {
  text-decoration: underline;
}
/*=== MAINTOP POSITION ===*/
#rt-maintop {
  padding: 50px 0 0px;
}
#rt-maintop .carousel h2 {
  text-align: center;
  margin: 0 0 53px;
}
#rt-maintop .carousel a.moduleItemImage {
  text-decoration: none;
  position: relative;
  display: block;
}
#rt-maintop .carousel h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: url(../images/carousel_title.png);
  color: #fff;
  margin: 0;
  padding: 15px 0 16px;
}
#rt-maintop .clients {
  font-size: 0;
  line-height: 0;
  border-bottom: 4px solid #eaeaea;
}
#rt-maintop .clients h2 {
  font-family: 'open_sansregular';
  margin: 0 0 30px;
  letter-spacing: normal;
}
#rt-maintop .clients a {
  display: inline-block;
  margin: 0 0 57px 60px;
  position: relative;
}
#rt-maintop .clients a:first-child {
  margin: 0 0 57px;
}
#rt-maintop .clients a img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#rt-maintop .clients a:hover img + img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.homepage #rt-maintop {
  background: url(../images/maintop_tail.png) 0 0 repeat-x;
  position: relative;
}
.homepage #rt-maintop:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 18px;
  background: url(../images/maintop_shadow.png) 50% 0 no-repeat;
  content: ' ';
}
/*=== CONTENT ===*/
#rt-main {
  padding: 52px 0 40px;
}
.homepage.view-itemlist.option-com_k2 #rt-main {
  padding: 0 0 59px;
}
.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.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.catItemView div.catItemImageBlock {
  margin: 0 0 30px;
  float: none;
}
#port div.catItemView h3.catItemTitle {
  color: #a51519;
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 1em 1em 0;
}
#port a.touch {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #000;
}
#port a.touch.preloader {
  background: url(../images/system/preloading.gif) 50% 50% no-repeat #000000;
}
#port a.touch span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 103px;
  left: 50%;
  margin-left: -50px;
  margin-top: -51px;
  position: absolute;
  top: -50%;
  width: 101px;
}
#port a.touch img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#port a.touch:hover img {
  opacity: .5 !important;
  filter: alpha(opacity=50) !important;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding: 0.5em;
  margin-bottom: 1em;
}
#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: right;
}
#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 10px;
}
#port .itemList > div {
  margin: 0 -10px;
}
#clients h3.catItemTitle {
  color: #fa4400;
}
/*== Blog Page ==*/
#blog .catItemHeader,
#blog .itemHeader,
#blog .userItemHeader,
#blog .genericItemHeader,
#blog div.tagItemHeader {
  font-size: 16px;
  font-family: 'open_sansregular';
  margin: 0 0 30px;
}
#blog .catItemHeader h3.catItemTitle,
#blog .itemHeader h3.catItemTitle,
#blog .userItemHeader h3.catItemTitle,
#blog .genericItemHeader h3.catItemTitle,
#blog div.tagItemHeader h3.catItemTitle,
#blog .catItemHeader h3.itemTitle,
#blog .itemHeader h3.itemTitle,
#blog .userItemHeader h3.itemTitle,
#blog .genericItemHeader h3.itemTitle,
#blog div.tagItemHeader h3.itemTitle,
#blog .catItemHeader h3.userItemTitle,
#blog .itemHeader h3.userItemTitle,
#blog .userItemHeader h3.userItemTitle,
#blog .genericItemHeader h3.userItemTitle,
#blog div.tagItemHeader h3.userItemTitle,
#blog .catItemHeader h3.genericItemTitle,
#blog .itemHeader h3.genericItemTitle,
#blog .userItemHeader h3.genericItemTitle,
#blog .genericItemHeader h3.genericItemTitle,
#blog div.tagItemHeader h3.genericItemTitle,
#blog .catItemHeader h3.tagItemTitle,
#blog .itemHeader h3.tagItemTitle,
#blog .userItemHeader h3.tagItemTitle,
#blog .genericItemHeader h3.tagItemTitle,
#blog div.tagItemHeader h3.tagItemTitle {
  margin: 0 0 4px;
}
#blog div.catItemView,
#blog div.tagItemView,
#blog div.userItemView {
  border-bottom: 4px solid #eaeaea;
  padding-bottom: 37px;
  margin-bottom: 33px;
}
#blog div.catItemView .catItemIntroText p,
#blog div.tagItemView .catItemIntroText p,
#blog div.userItemView .catItemIntroText p,
#blog div.catItemView .tagItemIntroText p,
#blog div.tagItemView .tagItemIntroText p,
#blog div.userItemView .tagItemIntroText p,
#blog div.catItemView .userItemIntroText p,
#blog div.tagItemView .userItemIntroText p,
#blog div.userItemView .userItemIntroText p {
  margin: 0 0 28px;
}
#blog .componentheading h2 {
  letter-spacing: normal;
  font-family: 'open_sansregular';
}
/*== 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;
}
/*== 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;
}
#team div.catItemImageBlock {
  margin: 0 0 20px;
  float: none;
}
#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-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;
}
.map-wrapper {
  margin-bottom: 1em;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  margin: 0 0 2em 0;
  padding: 10px 0 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: 27px;
  padding: 5px 6px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  color: inherit;
  background: url(../images/textarea.png) repeat-x #fcfcfc;
  border: 1px solid #d4d4d4;
  font-family: inherit;
  font-size: inherit;
  line-height: 15px;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 5px 6px;
  font: inherit;
  color: 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/textarea.png) repeat-x #fcfcfc;
  border: 1px solid #d4d4d4;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 3px 3px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 20px;
  height: 31px;
  line-height: 33px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: url(../images/button_tail.png);
  box-shadow: 1px 1px 2px rgba(0, 1, 1, 0.35);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  border: none;
}
div.k2Pagination li .pagenav:hover,
div.pagination li .pagenav:hover,
div.itemCommentsPagination li .pagenav:hover {
  background: url(../images/button_tail.png) 0 -31px;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 30px 20px;
  background: url(../images/comments_bg.png) repeat-x #fafafa;
  max-width: 540px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 20px 0 0;
}
form#comment-form textarea#commentText {
  height: 177px;
  max-width: 460px;
}
form#comment-form input.inputbox {
  max-width: 460px;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
.programs h2 {
  margin: 0 0 24px 0;
  font-family: 'open_sansregular';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #fa4400;
}
/*=== MAINBOTTOM POSITION ===*/
#rt-mainbottom {
  background: url(../images/maintop_tail.png) 0 100% repeat-x #efefef;
  position: relative;
  padding: 50px 0 59px;
}
#rt-mainbottom:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 18px;
  content: ' ';
  background: url(../images/mainbottom_shadow.png) 50% 0 no-repeat;
}
#rt-mainbottom .news ul {
  margin: 0 -10px;
}
#rt-mainbottom .news li {
  float: left;
  width: 220px;
  margin: 0 10px;
}
#rt-mainbottom .news li div.moduleItemIntrotext {
  margin-left: 50px;
}
#rt-mainbottom .news li div.moduleItemIntrotext p {
  margin: 0 0 30px;
}
#rt-mainbottom .news li h6 {
  text-transform: none;
  font-size: 16px;
  color: #a51519;
  margin: 0 0 12px;
}
#rt-mainbottom .news .moduleItemDateCreated {
  float: left;
  width: 50px;
  color: #a51519;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
#rt-mainbottom .news .moduleItemDateCreated span {
  display: block;
  font-family: 'open_sansbold';
}
#rt-mainbottom .news .moduleItemDateCreated span.date-1 {
  font-size: 24px;
  line-height: 24px;
}
#rt-mainbottom .news .moduleItemDateCreated span.date-2 {
  font-size: 16px;
}
#rt-mainbottom .tabs .col {
  float: left;
  width: 191px;
}
#rt-mainbottom #tabs {
  background: url(../images/tabs_bg.png) repeat-x #fcfcfc;
}
#rt-mainbottom .tabs_container {
  border: 1px solid #d2d2d2;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.list2 li {
  list-style: none;
  padding: 0 0 8px 12px;
  background: url(../images/list2_marker.gif) 0 7px no-repeat;
}
.list2 li a {
  color: #a0a0a0;
  text-decoration: none;
}
.list2 li a:hover {
  color: #000;
}
.propositions li {
  padding: 0 0 0 81px;
}
.propositions li.firstItem {
  background: url(../images/proposition-icon-1.png) no-repeat;
}
.propositions li.lastItem {
  background: url(../images/proposition-icon-2.png) no-repeat;
}
.propositions li .moduleItemIntrotext {
  padding: 0 0 12px;
}
.why_choose_us .moduleItemIntrotext {
  padding: 0 0 12px;
}
#clients #rt-mainbottom {
  padding-bottom: 20px;
}
/*=== BOTTOM POSITION ===*/
#rt-bottom {
  background: url(../images/bottom_shadow.png) 50% 0 no-repeat #444444;
  color: #878787;
  padding: 50px 0 0px;
}
#rt-bottom .rt-block {
  margin: 0 0 55px;
}
#rt-bottom h2 {
  color: #c7c7c7;
  font-family: 'open_sansregular';
  letter-spacing: normal;
  margin: 0 0 50px;
}
#rt-bottom .accordion h2 {
  margin: 0 0 30px;
}
#rt-bottom .testimonials .rt-block {
  overflow: hidden;
}
#rt-bottom .testimonials .testimonials {
  position: relative;
  background: url(../images/bottom_quotes.png) no-repeat;
  padding: 0 0 0 44px;
}
#rt-bottom .testimonials .moduleItemExtraFields {
  list-style: none;
  padding: 10px 0 0;
}
#rt-bottom .testimonials .moduleItemExtraFields span {
  display: inline;
  color: #c7c7c7;
}
#rt-bottom .testimonials .cycle_nav {
  position: absolute;
  right: 0;
  top: -31px;
}
#rt-bottom .testimonials .cycle_nav a {
  position: absolute;
  width: 12px;
  height: 18px;
  cursor: pointer;
  top: 0;
}
#rt-bottom .testimonials .cycle_nav a#prev {
  background: url(../images/cycle_nav.png);
  right: 22px;
}
#rt-bottom .testimonials .cycle_nav a#prev:hover {
  background: url(../images/cycle_nav.png) 0 -18px;
}
#rt-bottom .testimonials .cycle_nav a#next {
  background: url(../images/cycle_nav.png) -22px 0;
  right: 0;
}
#rt-bottom .testimonials .cycle_nav a#next:hover {
  background: url(../images/cycle_nav.png) -22px -18px;
}
#rt-bottom .blog li {
  margin-bottom: 34px;
}
#rt-bottom .blog a.moduleItemImage {
  float: left;
  margin: 0 12px 0 0;
  width: 73px;
}
#rt-bottom .blog a.moduleItemTitle {
  color: inherit;
  text-decoration: none;
}
#rt-bottom .blog a.moduleItemTitle:hover {
  color: #fff;
}
/*=== FOOTER POSITION ===*/
#footer {
  background: url(../images/footer_shadow.png) 50% 0 no-repeat #343434;
}
#rt-footer {
  padding: 15px 0 0;
}
#rt-footer div.smile {
  padding-left: 58px;
}
#rt-footer div.smile a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: .29;
  filter: alpha(opacity=29);
}
#rt-footer div.smile a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#rt-footer .footer_logo {
  padding: 7px 0 0;
}
#rt-copyright .copyright {
  text-align: right;
  font-size: 13px;
  color: #878787;
  margin: 0;
}
#rt-copyright .copyright a {
  color: inherit;
  text-decoration: none;
}
#rt-copyright .copyright a:hover {
  color: #fff;
}
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 170px;
  position: fixed;
  right: 13px;
  display: none;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat #ffffff;
  background: url(../images/scroll-to-top.png) top left no-repeat rgba(0, 0, 0, 0);
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
  opacity: .17;
  filter: alpha(opacity=17);
}
a#gantry-totop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* 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 #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;
}
