@import url(//fonts.googleapis.com/css?family=Droid+Sans);
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
    font-family: 'Droid Sans', sans-serif;
*/
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #51b6e7;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000000;
}
h4 {
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
}
h1, h2, h3, .item_title {
/*  Droid Sans */
  font-family: 'Droid Sans', sans-serif;
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: bold;
/*    font: 20px 'Comfortaa' bold; font-weight: 700; */
  color: #4b4a4b;
  margin: 0 0 23px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 13.2px;
  line-height: 14px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 11px;
  line-height: 14px;
  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-primary {
  font-size: 14px; font-weight: bold;
  background: #d8d8d8;
  color: #000000;
  text-shadow: none;
  border: none;
  padding: 0px 14px;
  text-transform: lowercase;
  display: inline-block;
}
.btn-primary:hover {
  background: #51b6e7;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary.submitButton {
  float: right;
  font-size: 14px; font-weight: bold;
  background: #d8d8d8;
  color: #000000;
  text-shadow: none;
  border: none;
  padding: 0 14px 4px;
  text-transform: lowercase;
  display: inline-block;
}
.btn-primary.submitButton:hover {
  background: #51b6e7;
  color: #ffffff;
  text-shadow: none;
}
.btn-info {
  font-size: 14px; font-weight: bold;
  background: #d8d8d8;
  color: #000000;
  text-shadow: none;
  border: none;
  padding: 0 14px 4px;
  text-transform: lowercase;
  display: inline-block;
}
.btn-info:hover {
  background: #51b6e7;
  color: #ffffff;
  text-shadow: none;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list,
.unstyled {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li,
.unstyled li {
  list-style: none;
}
ul.item_list > li,
.categories-module > li,
.archive-module > li,
.item-list > li,
.unstyled > li {
  background: url(../images/template/marker.png) 0 2px no-repeat;
  font-size: 15px;
  padding: 0 0 10px 24px;
  list-style: none;
}
ul.item_list ul,
.categories-module ul,
.archive-module ul,
.item-list ul,
.unstyled ul {
  margin: 0 0 13px;
  padding: 8px 0 0;
}
ul.item_list ul li,
.categories-module ul li,
.archive-module ul li,
.item-list ul li,
.unstyled ul li {
  padding: 0;
  background: none;
  font-size: 11px;
  line-height: 14px;
}
ul.item_list.indent,
.categories-module.indent,
.archive-module.indent,
.item-list.indent,
.unstyled.indent {
  padding-bottom: 20px;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav {
  background: none;
  text-transform: none;
  color: #606060;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0;
}
.pagination ul li span.pagenav {
  color: #51b6e7;
}
.pagination ul li a.pagenav {
  color: #606060;
}
.pagination ul li a.pagenav:hover {
  color: #51b6e7;
}
.pagination ul li.num span.pagenav {
  color: #51b6e7;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 25px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 14px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 14px 20px;
}
.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);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
/*  background: url(../images/template/header.jpg) center 0 repeat;
  background-color: #044C61;
  border-bottom: 1px solid #383c32;
  background-color: #184a7d; */
background-image: -moz-linear-gradient(top,#17688C,#1a3867);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#17688C),to(#1a3867));
background-image: -webkit-linear-gradient(top,#17688C,#1a3867);
background-image: -o-linear-gradient(top,#17688C,#1a3867);
background-image: linear-gradient(to bottom,#17688C,#1a3867);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff17568c', endColorstr='#ff1a3867', GradientType=0);
border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 21px;
}
#logo a {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 30px;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 22px;
  text-align: right;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 0 0 8px;
}
.social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  float: right;
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  font-family: Arial, Helvetica, sans-serif; font-size: 13px;
/*  padding: 0;
  margin: 0 0 0 50px;
  position: relative; */
}
.navigation ul.sf-menu > li:before {
/*  content: "";
  background: url(../images/template/separator.png) 0 0 no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -28px;
  top: 7px;*/
}
.navigation ul.sf-menu > li:first-child {
  margin: 0;
}
.navigation ul.sf-menu > li:first-child:before {
  display: none;
}
.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 {
  color: white;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  color: #b5b3b3;
  display: block;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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 {
  color: white;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 29px;
}
.navigation ul.sf-menu ul {
  width: 140px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 141px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 141px;
}
.navigation ul.sf-menu ul {
  background: #555555;
  padding: 12px 0;
}
.navigation ul.sf-menu ul li {
  line-height: 24px;
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  display: block;
  padding: 0 12px;
  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 {
  color: white;
}
.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 {
  color: white;
}
.navigation ul.sf-menu.sf-vertical {
  width: 140px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 140px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 142px;
}
.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: 28px;
  padding-bottom: 28px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 30px;
  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: 140px;
  top: 28px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  border-bottom: 6px solid #e2e2e2;
  overflow: hidden;
}
.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;
}
/*======================= FEATURE =======================*/
#feature-row {
  background: white;
  padding: 45px 0 0px;
  border-bottom: 1px solid #eceeee;
  box-shadow: 0 1px 0 #eceeee;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 40px 0 0;
}
#maintop-row .row-container .container {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 7px;
}
/*======================= CONTENT TOP =======================*/
#content-row {
  padding: 40px 0 20px;
}
#aside-left .moduletable,
#aside-right .moduletable {
  margin-bottom: 30px;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 48px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 14px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Home Page ======*/
.mod-article-single .item-title {
  font: 11px/14px 'Droid Sans', sans-serif;
  color: #606060;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.mod-article-single .item__module {
  overflow: hidden;
  margin-bottom: 30px;
}
.mod-article-single .readmore {
  float: right;
}
.mod-article-single.mod-article-single__quofe .item__module {
  background: white;
  border: 1px solid #e9e8e8;
  padding: 22px 16px;
}
.mod-article-single.mod-article-single__welcome .item-title {
  font-size: 15px;
  text-transform: none;
  color: black;
  margin-bottom: 21px;
}
.category_desc {
  color: #606060;
  padding-bottom: 30px;
}
.mod-newsflash-adv .pretext {
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 18px;
  color: #606060;
  padding-bottom: 30px;
}
.mod-newsflash-adv.mod-newsflash-adv__projects .img-intro__left {
  float: none;
  margin: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__projects .item_content {
  border: 1px solid #e9e8e8;
  border-top: none;
  background: white;
  padding: 18px 16px 32px;
}
.mod-newsflash-adv.mod-newsflash-adv__projects .item_content .item_title {
  font-family: 'Droid Sans', sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 18px;
  text-transform: uppercase;
  color: black;
  margin: 0 0 9px;
}
#isotopeContainer > li > .item_content_glavn {
  border: 1px solid #e9e8e8;
  border-top: none;
  background: white;
  padding: 18px 16px 24px;
}
#isotopeContainer > li > .item_img.img-intro.img-intro__left.glavn {
margin-bottom: 0;
}
#isotopeContainer > li > .item_header > h4 {
font-size: 15px;
font-weight: normal;
color: rgb(10, 97, 142);
}
.mod-newsflash-adv.mod-newsflash-adv__posts {
  font-size: 13px;
  line-height: 17px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .img-intro__left {
  margin-right: 7px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item_content {
  padding-right: 66px;
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item_content .item_title {
  font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 30px;
/*  font: 20px Comfortaa; font-weight: 700; */
  color: black;
  text-transform: uppercase;
  margin: 0 0 2px;
  padding: 4px 0 0;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item_content .title {
  font: 13px/17px 'Droid Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 13px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item_content .readmore {
  float: right;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item {
  margin-bottom: 24px;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item .img-intro__left {
  margin-bottom: 13px;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item .item_content .item_title {
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 4px;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item .item_content .title {
  font: 11px/14px 'Droid Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item {
  margin-bottom: 17px;
}
.mod-newsflash-adv.mod-newsflash-adv__services .dropcap {
  float: left;
  width: 33px;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item_content .item_title {
  font: 12px Comfortaa;
  margin: 0 0 7px;
  text-transform: uppercase;
}
/*===== About Page ======*/
/*===== Gallery Page ======*/
/*===== Blog Page ======*/
.page-category .item_title,
.page-gallery .item_title,
.page-archive .item_title,
.page-item__blog .item_title,
.page-blog .item_title {
  color: black;
  margin: 0 0 3px;
}
.page-category .item_info_dl,
.page-gallery .item_info_dl,
.page-archive .item_info_dl,
.page-item__blog .item_info_dl,
.page-blog .item_info_dl {
  color: #606060;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.page-category .item_info_dl dd,
.page-gallery .item_info_dl dd,
.page-archive .item_info_dl dd,
.page-item__blog .item_info_dl dd,
.page-blog .item_info_dl dd {
  display: inline-block;
}
.page-category .item_info_dl dd:before,
.page-gallery .item_info_dl dd:before,
.page-archive .item_info_dl dd:before,
.page-item__blog .item_info_dl dd:before,
.page-blog .item_info_dl dd:before {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}
.page-category .item_info_dl dd:first-child:before,
.page-gallery .item_info_dl dd:first-child:before,
.page-archive .item_info_dl dd:first-child:before,
.page-item__blog .item_info_dl dd:first-child:before,
.page-blog .item_info_dl dd:first-child:before {
  display: none;
}
.page-category .item_info_dl a,
.page-gallery .item_info_dl a,
.page-archive .item_info_dl a,
.page-item__blog .item_info_dl a,
.page-blog .item_info_dl a {
  color: #606060;
}
.page-category .item_info_dl a:hover,
.page-gallery .item_info_dl a:hover,
.page-archive .item_info_dl a:hover,
.page-item__blog .item_info_dl a:hover,
.page-blog .item_info_dl a:hover {
  color: #51b6e7;
}
.page-category .item_title {
  text-transform: none;
  margin-bottom: 18px;
}
/*===== Gallery Page ======*/
ul.gallery {
/*  margin: 0 0 0 -20px; */
  margin: 0;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 14px 14px 0 !important;
}
/*===== 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 ======*/
.addthis_toolbox {
  padding-top: 11px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .row-container .container {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright {
  margin-bottom: 20px;
  color: #545454;
}
#copyright .siteName {
  color: black;
  margin-right: 8px;
}
#copyright a {
  color: #545454;
}
#copyright a:hover {
  color: #51b6e7;
}
#footer-wrapper {
  background: white;
}
#footer-wrapper .footer-wrapper-inner {
  background: white;
  border-top: 1px solid #eaecec;
  padding-top: 53px;
}
ul.footer {
  text-align: right;
}
ul.footer li {
  display: inline;
  text-transform: uppercase;
  margin-left: 17px;
  position: relative;
}
ul.footer li:before {
  content: "";
  background: url(../images/template/fmarker.png) 0 0 no-repeat;
  width: 4px;
  height: 4px;
  position: absolute;
  left: -11px;
  top: 5px;
}
ul.footer li:first-child:before {
  display: none;
}
ul.footer li a {
  color: #545454;
}
ul.footer li a:hover {
  color: #51b6e7;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 24px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 6px 14px;
}
.bel {
  background-color: #FFFFFF;
}
.ser {
  background-color: #ebf9fb;
}