.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1f9cff;
}
h1 {
  font-size: 86px;
  line-height: 70px;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
}
h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: normal;
  font-family: 'Ubuntu Condensed', sans-serif;
  line-height: 48px;
  letter-spacing: -1px;
  margin-bottom: 42px;
}
h4 {
  font-size: 24px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 30px;
  margin-bottom: 6px;
}
h6 {
  font-size: 15px;
  font-weight: 300;
  color: #434343;
}
h3.moduleTitle {
  padding: 0 0 11px;
  border-bottom: 1px solid #d9d9db;
}
.page_header h3 {
  padding: 0 0 11px;
  border-bottom: 1px solid #d9d9db;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 24px;
  background: #ffffff;
  color: #333333;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  color: #1f9cff;
  border: none;
  outline: none !important;
  background: none !important;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Ubuntu Condensed', sans-serif;
  padding: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  color: #3b3a42;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  color: #3b3a42;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  color: #1f9cff;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  color: #3b3a42;
}
.btn-info {
  color: #1f9cff;
  border: none;
  outline: none !important;
  background: none !important;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Ubuntu Condensed', sans-serif;
  padding: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-info:hover {
  color: #3b3a42;
}
.btn-info:focus,
.btn-info:active {
  color: #1f9cff;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  color: #3b3a42;
}
.btn-info.active {
  color: #3b3a42 !important;
}
.btn-group .btn-info {
  margin: 0 5px 5px;
}
#searchForm .btn.btn-primary {
  height: 34px;
  line-height: 34px;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 0px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin: 0 30px 10px 0;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: uppercase;
  color: #3b3a42;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  font-size: 20px;
  font-family: 'Ubuntu Condensed', sans-serif;
  padding: 0;
  background: none !important;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #3b3a42;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #1f9cff;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  color: #3b3a42;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #3b3a42;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 26px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img .lazy_container {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: url(../images/camera-loader.gif) 50% 50% no-repeat;
}
.item_img .lazy_container .lazy_preloader {
  height: 0;
  display: inline-block;
  width: 100%;
}
.item_img .lazy_container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #1f9cff;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 30px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#system-message > div {
  margin: 20px 0;
}
body {
  font-weight: 300;
}
#wrapper:before {
  display: block;
  height: 57px;
  background: #3b3a42;
  content: '';
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: #3b3a42;
}
#header-row:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.line {
  height: 10px;
  background: #3b3a42;
}
#logo {
  float: left;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  padding: 101px 0 60px;
}
.navigation {
  float: right;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  border-bottom: 6px solid #1f9cff;
  color: #ffffff;
}
.navigation ul.sf-menu > li.sfHover:after {
  content: '';
  left: 0;
  width: 100%;
  top: 100%;
  height: 10px;
  position: absolute;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 19px;
  line-height: 23px;
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #ffffff;
  display: block;
  padding: 55px 16px 27px;
  border-bottom: 6px solid transparent;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  border-bottom: 6px solid #1f9cff;
  color: #ffffff;
}
.navigation ul.sf-menu li > ul {
  top: 100%;
  /*Define 1st SubMenu position*/
  margin-top: 10px;
  left: 50%;
  margin-left: -69.5px;
}
.navigation ul.sf-menu ul {
  width: 139px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -19px;
  margin-top: 0;
  left: 139px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -19px;
  margin-top: 0;
  left: 139px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  background: #58575e;
  padding: 19px 0;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 19px;
  line-height: 24px;
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  display: block;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #1f9cff;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #1f9cff;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 139px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 139px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 141px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 23px;
  padding-bottom: 23px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 25px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 139px;
  top: 23px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
#camera-slideshow_92 {
  margin-bottom: 0 !important;
}
#camera-slideshow_92 .camera_pag {
  left: 50%;
  margin-left: -585px;
  width: 1170px;
  position: absolute;
  font-size: 0;
  line-height: 0;
  bottom: 41px;
}
#camera-slideshow_92 .camera_pag .camera_pag_ul li {
  margin: 0 0 0 6px;
  height: 14px;
  width: 14px;
  background: #58575e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#camera-slideshow_92 .camera_pag .camera_pag_ul li span {
  display: none;
}
#camera-slideshow_92 .camera_pag .camera_pag_ul li:hover,
#camera-slideshow_92 .camera_pag .camera_pag_ul li.cameracurrent {
  background: #1f9cff;
}
#camera-slideshow_92 .camera_caption {
  font-size: 0;
  line-height: 0;
  top: 0;
}
#camera-slideshow_92 .camera_caption:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#camera-slideshow_92 .camera_caption > div {
  display: inline-block;
  max-width: 100%;
  background: none;
  vertical-align: middle;
  color: #747377;
  font-size: 14px;
  line-height: 24px;
}
#camera-slideshow_92 .camera_caption > div h1 {
  color: #fff;
}
#camera-slideshow_92 .camera_caption > div h1 span {
  display: block;
}
#camera-slideshow_92 .camera_caption > div p {
  padding-bottom: 40px;
}
#camera-slideshow_92 .camera_caption > div .btn-info {
  color: #fff;
  padding: 0 58px 0 0;
  position: relative;
}
#camera-slideshow_92 .camera_caption > div .btn-info:after {
  content: '\f105';
  font-family: FontAwesome;
  line-height: 42px;
  text-align: center;
  width: 42px;
  background: #1f9cff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  font-size: 25px;
  color: #313036;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#camera-slideshow_92 .camera_caption > div .btn-info:hover:after {
  background: #fff;
}
/*======================= FEATURE =======================*/
#feature-row {
  background: #1f9cff;
  padding: 40px 0 22px;
}
.top_blocks .item_link {
  color: #fff;
  text-align: center;
  background: transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 44px 0 38px;
}
.top_blocks .item_link:hover {
  background: #fff;
  color: #1f9cff;
}
.top_blocks .item_link:hover .item_img .fa {
  font-size: 150px;
}
.top_blocks .item_link:hover .item_title {
  border-bottom: 1px solid #99d1ff;
}
.top_blocks .item_link .item_img {
  margin-bottom: 15px;
}
.top_blocks .item_link .item_img .fa {
  font-size: 70px;
  line-height: 158px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top_blocks .item_link .btn-info {
  color: inherit;
}
.top_blocks .item_link .item_title {
  border-bottom: 1px solid #99d1ff;
  padding: 0 0 11px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top_blocks .item_introtext {
  padding: 0 10px 5px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #58575e;
  padding: 96px 0 60px;
  font-size: 13px;
  color: #fff;
}
#maintop-row h3.moduleTitle {
  color: #e6e2de;
  border-bottom: 1px solid #6f6e74;
}
#maintop-row .item_title {
  color: #fff;
}
.advantages .item_img {
  font-size: 36px;
  line-height: 36px;
  color: #1f9cff;
  width: 40px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 101px 0 108px;
}
.page-category__home {
  font-size: 15px;
}
.page-category__home p {
  padding-bottom: 13px;
}
.quote {
  color: #1f9cff;
  font-size: 13px;
  line-height: 20px;
  border-top: 1px solid #d1cdca;
  border-bottom: 1px solid #d1cdca;
  font-weight: normal;
  padding: 14px 0;
  margin: 0px 0 14px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 10px;
  line-height: 20px;
  color: #a8a8a8;
}
.item_info_dl dd {
  margin: 0 10px 0 0;
  display: inline-block;
  white-space: nowrap;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl a {
  color: inherit;
}
.item_info_dl a:hover {
  color: #1f9cff;
}
.item_info_dl .item_published:before {
  content: '\f017';
  font-family: FontAwesome;
  color: #1f9cff;
  padding-right: 4px;
}
.item_info_dl .item_createdby:before {
  content: '\f007';
  font-family: FontAwesome;
  color: #1f9cff;
  padding-right: 4px;
}
.item_info_dl .komento:before {
  content: '\f075';
  font-family: FontAwesome;
  color: #1f9cff;
  padding-right: 4px;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery.loaded .gallery-item {
  display: none;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 24px 24px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
.gallery-grid .view p {
  padding-bottom: 0;
  line-height: 22px;
}
.gallery-grid .view h4 {
  margin-bottom: 0;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .btn-info,
.page-item__blog .btn-info {
  font-size: 13px;
  line-height: 24px;
}
.page-blog .btn-info span,
.page-item__blog .btn-info span {
  display: none;
}
.page-blog .btn-info:before,
.page-item__blog .btn-info:before {
  content: '\f0a9';
  font-family: FontAwesome;
}
.page-blog .item_introtext,
.page-item__blog .item_introtext,
.page-blog .item_introtext p,
.page-item__blog .item_introtext p {
  display: inline;
}
.page-blog .item,
.page-item__blog .item {
  margin-bottom: 33px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
.testimonials .item_content {
  background: #dad6d2;
  position: relative;
  padding: 22px 30px 23px 30px;
  font-size: 13px;
  color: #434343;
  margin-bottom: 45px;
}
.testimonials .item_content:after {
  position: absolute;
  top: 100%;
  content: '';
  border-top: 10px solid #dad6d2;
  border-left: 10px solid #dad6d2;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: 30px;
}
.testimonials .item_content .item_introtext:before {
  content: '“... ';
}
.testimonials .item_content .item_introtext:after {
  content: ' ...”';
}
.content-links ul {
  margin: 0;
}
.content-links ul li {
  list-style: none;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  font-size: 15px;
  padding: 7px 0 8px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  background: none !important;
  color: #292f36;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #1f9cff;
}
.archive-module li + li,
.categories-module li + li,
.mod-menu .nav.menu li + li,
.list1 ul li + li {
  border-top: 1px solid #d9d9db;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
.dynamic_development .progbar {
  clear: both;
  background: #dad6d2;
  height: 7px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  position: relative;
}
.dynamic_development .progbar > div {
  left: 0;
  position: absolute;
  height: 100%;
  width: 0;
  background: #1f9cff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.dynamic_development .diff {
  float: right;
  color: #a8a8a8;
  font-size: 15px;
  width: 52px;
  font-weight: normal;
  padding-top: 4px;
}
.dynamic_development .diff i {
  display: block;
}
.dynamic_development .diff i.green {
  color: #6db454;
}
.dynamic_development .diff i.red {
  color: #cf4842;
}
.dynamic_development .percentage {
  float: right;
  font-size: 42px;
  color: #292f36;
  font-family: 'Ubuntu Condensed', sans-serif;
  line-height: 48px;
  width: 133px;
}
.dynamic_development .item_title {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 20px;
}
.dynamic_development .item {
  margin-bottom: 24px;
}
#aside-right .moduletable + .moduletable {
  margin-top: 80px;
}
.cycle .item_introtext {
  display: inline;
}
.cycle .item_introtext p {
  display: inline;
}
.cycle .btn-info {
  font-size: 13px;
  line-height: 24px;
}
.cycle .btn-info:before {
  content: '\f0a9';
  font-family: FontAwesome;
}
.cycle .btn-info span {
  display: none;
}
.cycle .item {
  margin-bottom: 33px;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row {
  background: #58575e;
  color: #fff;
  padding: 96px 0 71px;
  font-size: 13px;
}
#bottom-row .moduleTitle {
  border-bottom: 1px solid #6f6e74;
  color: #e6e2de;
}
#bottom-row .item_img .lazy_container .lazy_preloader {
  background: url(../images/bottom_loader.gif) 50% 50% no-repeat #58575e;
}
#bottom-row .archive-module li a,
#bottom-row .categories-module li a,
#bottom-row .mod-menu .nav.menu li a,
#bottom-row .list1 ul li a {
  color: #fff;
}
#bottom-row .archive-module li a:hover,
#bottom-row .categories-module li a:hover,
#bottom-row .mod-menu .nav.menu li a:hover,
#bottom-row .list1 ul li a:hover {
  color: #1f9cff;
}
#bottom-row .archive-module li + li,
#bottom-row .categories-module li + li,
#bottom-row .mod-menu .nav.menu li + li,
#bottom-row .list1 ul li + li {
  border-top: 1px solid #6f6e74;
}
#bottom-row .btn-info {
  color: #1f9cff;
}
#bottom-row .btn-info:hover {
  color: #fff;
}
.dropcap {
  background: #1f9cff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: #313036;
  font-size: 30px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  float: left;
  font-family: 'Ubuntu Condensed', sans-serif;
  margin-right: 27px;
}
.standards .item {
  margin-bottom: 5px;
}
.moduletable.history .item {
  margin-bottom: 5px;
}
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 22px 0 63px;
}
#copyright-row:after {
  clear: both;
  display: block;
  content: '';
}
#copyright {
  text-transform: uppercase;
  font-weight: normal;
  float: left;
  font-size: 10px;
}
#copyright .year:after {
  content: '•';
  padding: 0 0 0 2px;
}
#copyright .footer_logo {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 12px;
}
#footer-wrapper {
  color: #76757b;
}
#footer-wrapper a {
  color: inherit;
}
#footer-wrapper a:hover {
  color: #fff;
}
/*===== Social Media ======*/
.moduletable.social {
  float: right;
  padding-top: 65px;
}
.social {
  margin: 0;
}
.social li + li {
  margin-left: 7px;
}
.social li a {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-align: center;
  line-height: 44px;
  color: #fff !important;
  font-size: 17px;
  font-weight: normal;
}
.social li a:hover {
  background: #1f9cff;
  border: 2px solid #1f9cff;
}
body.itemid-318 #inksoftEmbed{
  height: 1600px !important;
}