/*****************************************************************
 * **************************************************************
 * Table of Contents
 * 1-) GLOBAL
 *    a- General
 *    b- Header
 *    c- Metro Slider
 *    d- General News Listing with/without Carousel
 *    e- Mainpage Gallery Carousel
 *    f- Latest Posts Sidebar
 *    g- Latest Posts With Descriptions
 *    h- Footer
 *    i- Responsive Navigation
 *    j- Categories Slider with Caption
 *    k- Categories News List Items
 *    l- Pagination
 *    m- Blog List
 *    n- Blog List 2
 *    o- Thumbnail Slider
 *    p- Metro Sidebar Components
 *    q- Metro Sidebar Categories Box
 *    r- Metro Sidebar Recent Work Box
 *    s- Metro Sidebar Recent Posts Box
 *    t- Metro Sidebar Tag Cloud Box
 *    u- Contact Page
 *    v- Input Styles
 *    w- 404 Page Styles
 *    x- Search Results
 *    y- Archives
 *    z- Metro Sidebar Categories Box
 *    aa- Stock Market
 *    ab- Post Page
 *    ac- Comments
 *    ad- Social Icons
 * 2-) Response For Tablets
 * 3-) Response For Mobile Landscape
 * 4-) Response For Mobile Portrait
 * !Note: You can make search with one of the title above to find the block according to it
 * **************************************************************
 *****************************************************************/
/*-------------------------------
	General
 ------------------------------*/
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: #fff;
  font-size: 12px; }

a {
  text-decoration: none;
  color: #184195; }

a:hover {
  text-decoration: underline;
  color: #184195; }

.n_color {
  color: #e31f27; }

.n_bgcolor {
  background-color: #e31f27; }

.n_bgcolor_trans {
  background-color: rgba(0, 170, 170, 0.3); }

.n_title_link * {
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s; }

.n_title_link:hover * {
  color: #e31f27; }

.n_link:hover b {
  text-decoration: underline; }

.n_page_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
  /*background: #fff url("../img/header-bg.jpg") top repeat-x;*/
  min-width: 1200px;
  margin: 0 auto; }

.n_content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.n_content p {
  font-size: 14px;
  line-height: 1.5em; }

.row-fluid {
  margin-bottom: 20px; }

.row-fluid .row-fluid:last-child {
  margin-bottom: 0; }

.n_met_ad {
  width: 100%; }

.n_title_link:hover {
  text-decoration: none; }

/*-------------------------------
	Header
 ------------------------------*/
header {
  position: relative;
  z-index: 2; }

header.urad {
  height: 295px; }

header.kraj {
  height: 255px; }

.n_header_head {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px; }

.n_header_head > .n_content {
  height: 50px;
  border-bottom: 5px solid #d2232a; }

.n_header_link {
  display: inline-block;
  margin: 15px 0px 10px 0px;
  font-size: 110%;
  color: #153b8a;
  margin-right: 15px;
  font-size: 120%;
  font-weight: normal; }

.n_header_link:hover {
  text-decoration: none;
  color: #e54046; }

header .row-fluid {
  margin-bottom: 0; }

.n_logo_container {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px; }

.n_mini_menu {
  margin: 15px 0 0 0px;
  text-align: right; }

.n_mini_menu h1 {
  font-size: 200%;
  color: #666; }

.n_mini_menu h2 {
  color: #153b8a;
  margin-top: 0px;
  margin-right: 2px;
  font-size: 170%; }

.n_mini_menu li {
  list-style: none;
  float: left; }

.n_mini_menu li a {
  color: #000000;
  font-size: 12px;
  margin: 0 11px; }

.n_header_flags {
  margin: 15px 0 0 0;
  float: right; }

.n_header_flags a {
  margin-left: 6px;
  text-decoration: none; }

.n_mini_menu li:last-child a {
  margin-right: 0; }

.n_main_menu {
  width: 100%;
  background: #153b8a url("../images/menu-bg.png") repeat-x;
  position: relative;
  z-index: 2;
  height: 60px; }

.n_menu_home:hover {
  background-color: #031c52;
  color: #FFFFFF;
  text-decoration: none; }

.n_menu_home ul {
  margin: 0; }

.n_main_menu ul {
  margin: 0; }

.n_main_menu a,
.n_main_menu a:hover {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase; }

.n_main_menu li {
  list-style: none;
  float: left;
  position: relative;
  z-index: 5; }

.n_main_menu > ul > li > a {
  line-height: 60px;
  padding: 0 15px;
  float: left;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s; }

.n_main_menu > ul > li > a.n_menu_home {
  color: #fff;
  line-height: 60px;
  padding: 0 20px;
  background-color: #153b8a;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s; }

.n_main_menu > ul > li:hover > a {
  background-color: #031c52; }

.n_main_menu > ul > li.selected > a {
  background-color: #031c52; }

.n_main_menu > ul > li div.n_open_right {
  left: 0; }

.n_main_menu > ul > li div.n_open_left {
  right: 0; }

.n_main_menu > ul > li div.n_menu_type_1 {
  width: 608px;
  max-width: 648px;
  background-color: #031c52;
  padding-left: 20px;
  padding-right: 20px; }

.n_main_menu > ul > li div.n_menu_type_2 {
  background-color: #031c52; }

.n_main_menu > ul > li div.n_menu_type_2 li {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }

.n_main_menu > ul > li div {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s; }

.n_main_menu > ul > li:hover div {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }

.n_main_menu > ul > li:hover div > ul > li > div {
  padding-top: 15px;
  padding-bottom: 20px;
  position: absolute;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s; }

.n_main_menu > ul > li:hover div > ul > li:hover > div {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  margin-top: -30px; }

.n_main_menu > ul > li div.n_menu_type_1 li {
  margin-left: 22px; }

.n_main_menu > ul > li ul li {
  float: left; }

.n_main_menu > ul > li ul li:first-child,
.n_main_menu > ul > li ul li:nth-child(4n+1) {
  margin-left: 0; }

.n_main_menu > ul > li ul li a {
  min-width: 155px;
  max-width: 155px;
  color: #FFFFFF;
  padding: 6px 0 7px;
  display: block;
  text-transform: none; }

.n_main_menu > ul .n_menu_type_1 a {
  border-bottom: 1px solid #153b8a;
  text-transform: none; }

.n_main_menu > ul .n_menu_type_2 a {
  border-bottom: 1px solid #153b8a;
  text-transform: none; }

.n_main_menu > ul .n_menu_type_2 li:hover {
  background-color: #153b8a;
  text-transform: none; }

.n_menu_search_wrapper {
  float: right;
  margin-left: 20px;
  margin-top: 10px; }

.n_menu_search_wrapper input {
  margin-right: 5px; }

.n_menu_search {
  width: 245px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0; }

.n_menu_search .n_menu_search_text {
  float: left;
  width: 163px;
  border: none;
  background: none;
  color: white;
  padding: 22px 15px;
  margin: 0;
  outline: none;
  font-size: 12px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

.n_menu_search .n_menu_search_text:focus {
  outline: none; }

.n_menu_search .n_menu_search_text::-webkit-input-placeholder {
  color: #FFFFFF; }

.n_menu_search .n_menu_search_text::-moz-placeholder {
  color: #FFFFFF; }

.n_menu_search .n_menu_search_text:-ms-input-placeholder {
  color: #FFFFFF; }

.n_menu_search .n_menu_search_text:-moz-placeholder {
  color: #FFFFFF; }

.n_menu_search .n_menu_search_submit {
  float: right;
  cursor: pointer;
  text-align: center;
  margin-top: 22px;
  margin-right: 14px;
  /*background : url('../images/menu-search-magnifier.png') center center no-repeat;*/ }

.n_invisible_splitter {
  display: none; }

.submenu_control {
  float: right;
  margin-right: 5px;
  margin: 9px;
  margin-bottom: 0px; }

.submenu_control a {
  float: left;
  background-color: #d4242c;
  color: #fff;
  display: block;
  padding: 2px 8px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  text-decoration: none; }

.submenu_control a:first-child {
  margin-right: 3px; }

.n_sub_menu {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #e31f27; }

.n_sub_menu_items {
  margin: 0;
  clear: both; }

.n_sub_menu_items > li {
  position: relative;
  z-index: 2;
  list-style: none;
  float: left;
  border-right: 1px solid #d4242c;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  display: inline; }

/*
.n_sub_menu_items > li:last-child {
	border : none;
}*/
.n_sub_menu_items > li > a:hover {
  text-decoration: none; }

.n_sub_menu_items > li > a {
  line-height: 45px;
  padding: 0 12px;
  color: #FFFFFF;
  display: block;
  text-transform: uppercase; }

.n_sub_menu_items > li:last-child {
  border: none; }

.n_sub_menu_items > li:hover {
  background-color: #d4242c;
  /* font-weight: bold; */ }

.n_sub_menu_items > li > div {
  z-index: 999;
  background-color: #d4242c;
  padding: 20px;
  padding-bottom: 10px;
  display: none;
  opacity: 0;
  width: 440px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }

.n_sub_menu_items > li:hover > div {
  display: block;
  opacity: 1;
  position: fixed; }

.n_sub_menu_items > li > div > img {
  display: inline-block;
  float: left;
  margin: 0;
  height: auto;
  max-width: 210px;
  margin-bottom: 10px; }

.n_sub_menu_items > li > div > ul {
  margin-left: 242px;
  list-style: none; }

.n_sub_menu_items > li > div > ul a {
  display: inline-block;
  width: 198px;
  padding-bottom: 6px;
  padding-top: 6px;
  color: #FFFFFF;
  border-bottom: 1px solid #ea4d54;
  font-size: 14px; }

.n_sub_menu_items > li > div > ul a:hover {
  color: #fff;
  text-decoration: none; }

.n_sub_menu_items > li > div > ul li:first-child a {
  padding-top: 0; }

header .n_crumb {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fff;
  margin-top: 4px;
  padding-bottom: 5px; }

.n_crumb_menu {
  float: left; }

.login {
  float: right;
  text-align: right; }

.login a {
  list-style: none;
  float: left;
  position: relative;
  line-height: 40px;
  padding: 0 5px;
  font-size: 110%;
  color: #000; }

.login a:hover {
  text-decoration: underline; }

.login a i,
.login a:hover i {
  text-decoration: none;
  margin-right: 5px; }

.n_crumb_menu ul {
  margin: 0;
  padding: 0px; }

.n_crumb_menu a {
  color: #000; }

.n_crumb_menu a:hover {
  text-decoration: underline; }

.n_crumb_menu a i,
.n_crumb_menu a:hover i {
  text-decoration: none;
  margin-right: 5px; }

.n_crumb_menu li {
  list-style: none;
  float: left;
  position: relative;
  line-height: 40px;
  padding: 0 5px;
  font-size: 110%; }

.n_crumb_menu > ul > li > a {
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s; }

.n_under_menu_misc {
  height: 40px;
  margin: 0;
  text-shadow: 0px 1px 1px white;
  color: #000000;
  zoom: 1;
  font-weight: bold;
  font-size: 11px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.n_under_menu_misc li {
  list-style: none;
  float: left;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border-right: 1px solid #D3D3D3; }

.n_under_menu_misc li:last-child {
  border-right: none;
  padding-right: 0;
  float: right; }

.n_up {
  color: #008C00; }

.n_down {
  color: #BF2615; }

.n_block {
  float: left;
  display: block;
  height: 40px;
  line-height: 40px; }

.n_up,
.n_down {
  padding-top: 3px;
  height: 37px; }

.n_family_filter {
  display: inline-block;
  line-height: 40px;
  float: left;
  height: 40px;
  overflow: hidden;
  margin: 0;
  cursor: pointer; }

.n_family_filter input[type="checkbox"] {
  display: none; }

.n_family_filter_text {
  display: inline-block;
  float: left;
  margin-right: 10px; }

.n_on_off_lock {
  display: inline-block;
  width: 52px;
  height: 28px;
  margin-top: 10px; }

.n_family_filter input[type="checkbox"] + .n_on_off_lock {
  background-image: url("../img/on-off.png"); }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .n_family_filter input[type="checkbox"] + .n_on_off_lock {
    background-image: url("../img/on-off@2x.png");
    background-size: 103px 28px; } }
.n_on_off_lock_open {
  background-position: -52px 0; }

/*-------------------------------
	Metro Slider
 ------------------------------*/
.metro-slider {
  float: left;
  width: 100%;
  height: 455px;
  overflow: hidden; }

.metro-row {
  float: left;
  height: 215px; }

.metro-row > div:last-child {
  margin-right: 0; }

.metro-item {
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  height: 210px; }

.full {
  width: 660px; }

.half {
  width: 327.5px; }

.metro-image {
  display: block;
  float: left;
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden; }

.metro-image img {
  height: 210px;
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s; }

.metro-description {
  position: absolute;
  width: 100%;
  height: 210px;
  top: 150px;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }

.metro-description.metro-hidden {
  top: 100%; }

.metro-description * {
  padding-left: 10px;
  padding-right: 10px; }

.metro-icon {
  float: left;
  padding: 10px;
  margin-top: 5px; }

.metro-icon span {
  display: block;
  text-align: center;
  padding: 6px 6px 5px 5px; }

.metro-icon span i {
  color: #FFFFFF;
  padding: 0; }

.metro-misc {
  margin-left: 38px; }

.metro-date {
  font-size: 10px;
  line-height: 11px;
  font-style: italic;
  margin-top: 20px;
  display: block; }

.metro-title {
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  display: block;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -ms-transition: color ease 0.2s;
  -o-transition: color ease 0.2s; }

.metro-title:hover {
  color: #00AAAA; }

.metro-text {
  font-size: 12px;
  line-height: 17px;
  color: white;
  margin-top: 30px;
  display: block; }

.metro-item:hover .metro-description {
  top: 0; }

/*-------------------------------
	General News Listing with/without Carousel
 ------------------------------*/
.carousel_block {
  overflow: hidden; }

.n_splitter {
  width: 100%;
  border-top: 1px solid #E6E6E6;
  float: left;
  margin-bottom: 19px; }

.n_splitter span {
  width: 50px;
  height: 3px;
  float: right;
  margin-top: -2px; }

.n_splitter_2 {
  width: 100%;
  border-top: 1px solid #E6E6E6;
  float: left;
  margin-bottom: 20px; }

.n_splitter_2 span {
  width: 10px;
  height: 3px;
  float: left;
  margin-top: -2px; }

.n_news_cat_list_preview {
  display: inline-block; }

.n_news_cat_list_preview img {
  display: inline; }

.n_little_title {
  color: #000000;
  margin-bottom: 0;
  line-height: 11px;
  font-size: 12px; }

.n_little_date {
  color: #AAA;
  margin-bottom: 10px;
  display: inline-table; }

.n_link:hover {
  text-decoration: none; }

.n_view_counter {
  font-size: 10px; }

.n_short_descr {
  margin-bottom: 12px; }

.n_news_cat_list_preview,
.n_news_cat_list_preview img {
  width: 100%; }

.met_carousel_control a {
  float: left;
  background-color: #EAEAEA;
  color: #B6B6B6;
  display: block;
  padding: 2px 8px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s; }

.met_carousel_control a:first-child {
  margin-right: 3px; }

.met_carousel_control a:hover {
  text-decoration: none;
  background-color: #e31f27;
  color: #FFFFFF; }

.met_carousel_wrap {
  position: relative;
  margin: 0px -10px 0 -10px !important; }

.met_carousel > div {
  padding: 0 10px;
  width: 223px;
  float: left; }

.met_carousel > div:first-child {
  margin-left: 0; }

.n_news_cat_list_title {
  color: #000000;
  margin-top: 0;
  margin-bottom: 16px; }

.n_news_cat_list_title small {
  color: #999999; }

.caroufredsel_wrapper {
  float: left !important; }

.met_carousel_control {
  float: right; }

.n_view_count {
  display: inline-block;
  margin: -4px 5px 0 5px; }

.met_carousel_column .n_title_link {
  display: block;
  float: left;
  width: 100%; }

.met_carousel_column.n_classic_column {
  float: left;
  width: 31.623931623931625%;
  margin-left: 2.564102564102564%; }

.met_carousel_column.n_classic_column:first-child,
.met_carousel_column.n_classic_column:nth-child(3n+1) {
  margin-left: 0; }

.n_cat_list_image {
  position: relative;
  float: left;
  margin-bottom: 9px;
  width: 100%;
  overflow: hidden; }

.n_cat_list_image > a:first-child {
  position: relative;
  width: 100%;
  z-index: 1;
  display: block;
  float: left; }

.n_cat_list_image > .n_image_hover_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s; }

.n_cat_list_image:hover > .n_image_hover_bg {
  opacity: 1;
  filter: alpha(opacity=100); }

.n_image_hover_bg img {
  display: block;
  width: 100%; }

/*-------------------------------
	Mainpage Gallery Carousel
 ------------------------------*/
.n_gallery_carousel_wrap, .n_blog_carousel_wrap {
  position: relative;
  margin: 0px -5px 0 -5px !important; }

.n_gallery_carousel_col {
  float: left;
  margin: 0 5px;
  width: 230px;
  overflow: hidden; }

.n_blog_carousel_col {
  float: left;
  margin: 0 5px;
  width: 150px;
  overflow: hidden; }

.n_gallery_carousel_col div a:first-child,
.n_gallery_carousel_col div,
.n_gallery_carousel_col img {
  width: 230px; }

.n_blog_carousel_col div a:first-child,
.n_blog_carousel_col div,
.n_blog_carousel_col img {
  width: 150px; }

.n_gallery_carousel_col div, .n_blog_carousel_col div {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.n_gallery_carousel_col div:last-child, .n_blog_carousel_col div:last-child {
  margin-bottom: 0; }

.n_gallery_carousel_col div a:first-child, .n_blog_carousel_col div a:first-child {
  display: block;
  position: relative;
  z-index: 1; }

.n_gallery_carousel_col div a:last-child {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #153b8a;
  top: 0;
  *left: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s; }

.n_gallery_carousel_col div a:last-child span {
  display: block;
  color: #FFFFFF;
  position: absolute;
  *left: -24px;
  *top: 0;
  -webkit-transform: translateX(-460%);
  -moz-transform: translateX(-460%);
  -ms-transform: translateX(-460%);
  -o-transform: translateX(-460%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s; }

.n_gallery_carousel_col a, .n_blog_carousel_col a {
  display: block; }

.n_gallery_carousel_col div:hover a span {
  margin-top: 5px;
  margin-left: 70px; }

/*-------------------------------
	Latest Posts Sidebar
 ------------------------------*/
.n_latest_post_picture {
  float: left;
  display: block; }

.n_latest_post_picture img {
  display: block; }

.n_latest_post_details {
  margin-left: 60px; }

.n_latest_post_container {
  margin-bottom: 20px; }

.n_latest_post_container:last-child {
  margin-bottom: 0; }

.n_without_margin {
  margin: 0; }

.n_latest_post_container .n_title_link {
  display: block; }

.n_latest_post_container .n_title_link h5 {
  margin-top: 0; }

/*-------------------------------
	Latest Posts With Descriptions
 ------------------------------*/
.n_news_small_boxes {
  float: left;
  width: 100%;
  margin-top: 40px; }

.n_news_small_boxes > div {
  float: left;
  width: 31.623931623931625%;
  margin-left: 2.564102564102564%; }

.n_news_small_boxes > div:first-child,
.n_news_small_boxes > div:nth-child(3n+1) {
  margin-left: 0; }

.n_news_small_boxes > div:nth-child(3n+1) {
  clear: left; }

.n_news_small_boxes > div > .n_splitter_2 {
  margin-bottom: 0;
  margin-top: 10px; }

.n_news_small_boxes p {
  margin-top: -8px; }

/*-------------------------------
	Footer
 ------------------------------*/
footer {
  background-color: #fff;
  margin-top: 10px; }

.n_footer_head {
  background-color: #fff; }

.n_footer_head > .n_content {
  width: 1090px;
  background-color: #252424;
  padding: 0px 40px; }

.n_footer_logo {
  display: inline-block;
  margin: 21px 0; }

.n_footer_back_to_top {
  line-height: 60px;
  color: #999999;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -ms-transition: color ease 0.2s;
  -o-transition: color ease 0.2s; }

.n_footer_back_to_top i {
  color: #FFFFFF;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -ms-transition: color ease 0.2s;
  -o-transition: color ease 0.2s; }

.n_footer_back_to_top:hover,
.n_footer_back_to_top:hover i {
  text-decoration: none;
  color: #d2232a; }

.n_footer_titles {
  float: left;
  margin-right: 30px; }

.n_footer_titles span {
  line-height: 35px;
  font-size: 12px;
  color: #00AAAA; }

.n_footer_link_line a {
  line-height: 35px;
  padding: 0 17px;
  border-right: 1px solid #4B4B4B;
  color: #C5C5C5;
  font-size: 12px;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -ms-transition: color ease 0.2s;
  -o-transition: color ease 0.2s; }

.n_footer_link_line a:first-child {
  padding-left: 0; }

.n_footer_link_line a:last-child {
  border-right: none; }

.n_footer_link_line a:hover {
  text-decoration: none;
  color: #00AAAA; }

footer > .n_content {
  padding-bottom: 0px;
  border-bottom: 5px solid #d2232a;
  background-color: #373737;
  padding: 0px 40px;
  padding-top: 10px;
  width: 1090px;
  /* height: 530px; */ }

footer.base > .n_content {
  height: 85px; }

.footer-column h3 {
  color: #fff;
  margin-bottom: 0px;
  border-bottom: 1px solid #565656;
  padding-bottom: 8px;
  padding-top: 4px;
  margin-bottom: 10px;
  width: 95%; }

.footer-column .n_contact-info h3 {
  font-size: 110%;
  color: #fff;
  border-bottom: none;
  padding-bottom: 10px;
  margin-top: 0px;
  color: #ccc; }

.footer-column .n_contact-info p {
  color: #fff; }

.footer-column .n_contact-info p.ico {
  margin-top: 20px; }

.footer-column .n_contact li {
  float: left;
  display: block;
  text-decoration: none;
  width: 100%;
  line-height: 44px;
  height: 44px;
  border-bottom: none;
  font-size: 110%;
  color: #fff; }

.footer-column .n_contact li a {
  color: #fff; }

/*-------------------------------
	Responsive Navigation
 ------------------------------*/
.n_responsive_nav {
  display: none;
  background-image: url("../img/responsive-nav-bg.png");
  background-position: center right;
  background-repeat: no-repeat;
  display: none;
  width: 49%;
  -webkit-appearance: none;
  background-color: #F8F8F8;
  border: 1px solid #E8E8E8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #8F8F8F;
  padding: 0 10px;
  border-radius: 0;
  line-height: 14px;
  float: left;
  margin-left: 2%;
  margin-bottom: 2%; }

.n_responsive_nav:nth-child(odd) {
  margin-left: 0; }

.n_responsive_nav.n_no_margin_bottom {
  margin-bottom: 0; }

header .n_responsive_nav {
  margin-bottom: 28px; }

.n_header_responsive_nav {
  float: left;
  width: 100%;
  display: none; }

/*-------------------------------
	Categories Slider with Caption
 ------------------------------*/
.n_carousel_with_captions_wrapper {
  position: relative;
  z-index: 1; }

.n_carousel_with_captions > div {
  float: left;
  visibility: hidden; }

.n_carousel_with_captions > div > a {
  display: block; }

.n_carousel_with_captions > div > a:last-child {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 15px; }

.n_carousel_with_captions > div > a:hover {
  text-decoration: none; }

.n_carousel_with_captions img {
  width: 100%; }

.n_carousel_with_captions_wrapper + div {
  float: right;
  margin-top: -40px;
  position: relative;
  z-index: 2; }

.n_carousel_with_captions_wrapper + div a {
  width: 40px;
  padding: 10px 0;
  float: left;
  display: block;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  -webkit-transition: background-color ease 0.3s;
  -moz-transition: background-color ease 0.3s;
  -ms-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s; }

.n_carousel_with_captions_wrapper + div a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2); }

/*-------------------------------
	Categories News List Items
 ------------------------------*/
.n_category_list_item_image {
  width: 241px;
  float: left;
  display: block; }

.n_category_list_items {
  margin-left: 261px; }

.n_category_list_items h3,
.n_blog_list h3,
.n_blog_list_small h4 {
  margin: 0 0 5px 0;
  line-height: 16px; }

.n_category_list_items h3 a,
.n_blog_list h3 a,
.n_blog_list_small h4 a {
  color: #000000;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s; }

.n_category_list_items h3 a:hover,
.n_blog_list h3 a:hover,
.n_blog_list_small h4 a:hover {
  text-decoration: none;
  color: #e31f27; }

.n_category_list_items > span {
  margin: 0 10px; }

.n_blog_list_small p {
  font-size: 110%; }

.n_category_list_items > .n_little_date,
.n_blog_list > div > .n_little_date {
  margin-left: 0; }

.n_category_list_items > .n_comments,
.n_blog_list > div > .n_comments {
  font-weight: bold; }

.n_stars,
.n_stars {
  color: #AAAAAA;
  font-size: 100%; }

.n_stars .n_star_filled {
  color: #FFB65D; }

.n_category_list_items > div {
  margin-top: 30px; }

.n_category_list_items > div .n_read_more,
.n_blog_list > div > div .n_read_more {
  font-weight: bold;
  font-size: 100%;
  color: #333; }

/*-------------------------------
	Pagination
 ------------------------------*/
.n_pagination {
  margin-top: -20px;
  margin-bottom: 0; }

.n_pagination ul {
  box-shadow: none;
  border-radius: 0; }

.n_pagination > ul > li > a {
  border: none;
  background-color: #E5E5E5;
  color: #4C4C4C;
  margin: 0 1px;
  padding: 7px 12px;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }

.n_pagination > ul > li > a:hover {
  background-color: #e31f27;
  color: #FFFFFF; }

.n_pagination > ul > li > a.active {
  background-color: #e31f27;
  color: #FFFFFF; }

.n_pagination > ul > li > a:first-child,
.n_pagination > ul > li > a:last-child {
  border-radius: 0; }

/*-------------------------------
	Blog List
 ------------------------------*/
.n_blog_list {
  margin: 10px 0px 20px 0px; }

.n_blog_list > .n_blog_img {
  display: block;
  float: left; }

.n_blog_list > div div.asset-small-image {
  margin-left: 10px; }

.n_blog_list > .n_blog_img > div.datum {
  width: 55px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #153b8a;
  padding: 3px 0px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 180%;
  margin-left: 0px; }

.n_blog_list > .n_blog_img {
  margin-right: 20px; }

.n_blog_list > .n_blog_img > span {
  width: 55px;
  text-align: center;
  font-size: 120%;
  text-transform: uppercase;
  display: block;
  background-color: #153b8a;
  margin-top: -8px;
  padding: 3px 0px;
  color: #fff; }

.n_blog_list .n_bgcolor > i {
  border-bottom: 2px solid #FFFFFF;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }

.n_blog_list:hover > .n_bgcolor > i {
  color: #00AAAA;
  border-bottom-color: #00AAAA; }

.n_blog_list > .n_bgcolor:hover {
  text-decoration: none; }

.n_blog_list h3 {
  margin-top: 0px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-size: 140%; }

.n_blog_list h3 a {
  color: #e31f27; }

.n_blog_list h3 a:hover {
  color: #153b8a; }

.n_blog_list > div > div {
  margin-top: 0px;
  font-size: 110%;
  line-height: 1.5em;
  text-align: justify; }

/*-------------------------------
	Blog List 2
 ------------------------------*/
.n_blog_list_small {
  float: left;
  width: 48.717948717948715%;
  margin-left: 2.564102564102564%;
  margin-bottom: 29px; }

.n_blog_list_small:first-child,
.n_blog_list_small:nth-child(2n+1) {
  margin-left: 0; }

.n_blog_list_small > .n_bgcolor {
  width: 30px;
  height: 30px; }

.n_blog_list_small > .n_bgcolor > span {
  width: 30px;
  height: 30px; }

.n_blog_list_small > div {
  margin-left: 40px; }

.n_blog_list_small > div > span {
  margin: 0 5px; }

.n_blog_list_small > .n_blog_img > img {
  margin-bottom: 20px; }

.n_blog_list_small > div > div {
  margin-top: 14px; }

.n_blog_list p {
  font-size: 100%;
  text-align: justify; }

/*-------------------------------
	Thumbnail Slider
 ------------------------------*/
.n_slider {
  width: 100%;
  position: relative;
  z-index: 1;
  float: left; }

#n_slider_wrapper {
  background: #000000;
  height: 100%;
  width: 100%;
  position: relative;
  float: left; }

#n_slider_inner {
  width: 96%;
  position: relative;
  float: left;
  padding: 2%; }

#n_slider_carousel-wrapper {
  width: 100%;
  float: left; }

#n_slider_carousel {
  overflow: hidden; }

#n_slider_carousel img {
  display: block;
  float: left;
  cursor: pointer; }

#n_slider_pager-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2; }

#n_slider_pager img {
  cursor: pointer;
  display: block;
  margin: 10px;
  float: left; }

#n_slider_pager img:hover {
  background: #EEFFFF; }

#n_slider_pager img.selected {
  background: #DDFFFF; }

/*-------------------------------
	Metro Sidebar Components
 ------------------------------*/
.n_metro_title {
  float: left;
  width: 100%;
  color: #FFFFFF;
  display: table;
  height: 40px; }

.n_metro_title:hover {
  text-decoration: none;
  color: #fff; }

/*
.n_metro_title span:first-child {
	background-color : rgba(91, 96, 96, 0.1);
	display          : table-cell;
	width            : 40px;
	height           : 40px;
	vertical-align   : middle;
	text-align       : center
} */
.n_metro_title span {
  font-size: 14px;
  line-height: 40px;
  margin-left: 15px; }

/*-------------------------------
Metro Sidebar Categories Box
------------------------------*/
.n_blog_categories {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  list-style: none; }

.n_blog_categories li {
  list-style: none;
  float: left;
  display: block;
  width: 100%; }

.n_blog_categories a {
  float: left;
  display: block;
  text-decoration: none;
  width: 100%;
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 110%;
  color: #151719; }

.n_blog_categories a:hover {
  color: #e31f27; }

.footer-column .n_blog_categories {
  margin-bottom: 20px; }

.footer-column .n_blog_categories a {
  float: left;
  display: block;
  text-decoration: none;
  width: 100%;
  line-height: 26px;
  height: 26px;
  border-bottom: none;
  font-size: 110%;
  color: #fff; }

.footer-column .n_blog_categories a:hover {
  text-decoration: underline; }

.footer-column {
  float: left;
  width: 50%;
  display: inline-block; }

.footer-column {
  float: left;
  width: 50%;
  display: inline-block; }

.footer-column .left-column {
  float: left;
  width: 50%; }

.footer-column .right-column {
  float: right;
  width: 50%; }

.n_blog_categories a i {
  float: right;
  margin-top: 11px; }

.n_contact {
  float: left;
  width: 100%;
  margin: 10px 0;
  list-style: none; }

.n_contact-info {
  margin-top: 10px;
  font-size: 110%;
  float: left;
  width: 100%; }

.n_contact-info h3 {
  font-size: 110%;
  color: #153b8a;
  margin-top: 0px; }

.n_contact-info p {
  font-size: 100%; }

.n_contact-info p.last {
  margin-bottom: 50px; }

.n_contact li {
  float: left;
  display: block;
  text-decoration: none;
  width: 100%;
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 110%;
  color: #151719; }

.n_hodiny {
  float: left;
  width: 100%;
  margin: 10px 0;
  list-style: none; }

.n_hodiny li {
  float: left;
  display: block;
  text-decoration: none;
  width: 100%;
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 110%;
  color: #151719; }

.n_hodiny li strong {
  float: right;
  font-weight: bold; }

/*-------------------------------
Metro Sidebar Recent Work Box
------------------------------*/
.n_recent_work {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 3px; }

.n_recent_work .n_recent_work_shadow {
  position: absolute;
  left: -9px;
  bottom: -11px;
  width: 164px;
  height: 88px;
  background-image: url("../img/recent-work-shadow.png"); }

/*-------------------------------
Metro Sidebar Recent Posts Box
------------------------------*/
.n_recent_posts {
  float: left;
  margin: 0;
  margin-top: 10px; }

.n_recent_posts li {
  float: left;
  width: 100%;
  background-color: transparent;
  margin-top: 3px;
  list-style: none; }

.n_recent_posts a {
  display: block;
  padding: 14px 0px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }

.n_recent_posts a:hover {
  background-color: transparent;
  text-decoration: none; }

.n_recent_posts a:hover h4,
.n_recent_posts a:hover p {
  color: #FFFFFF; }

.n_recent_posts img {
  float: left;
  width: 70px;
  height: 70px;
  display: block; }

.n_recent_posts h4,
.n_recent_posts p {
  margin-left: 84px; }

.n_recent_posts h4 {
  margin-top: 0;
  color: #ccc;
  margin-bottom: 4px; }

.n_recent_posts p {
  color: #fff;
  font-size: 100%;
  margin-bottom: 0; }

/*-------------------------------
Metro Sidebar Tag Cloud Box
------------------------------*/
.n_tagcloud {
  margin-top: 3px;
  float: left; }

.n_tagcloud a {
  float: left;
  padding: 5px 10px;
  background-color: #F2F2F2;
  font-size: 12px;
  margin: 0 5px 5px 0;
  display: block;
  position: relative;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }

.n_tagcloud a:hover {
  background-color: #00AAAA;
  color: #FFFFFF; }

/*-------------------------------
Contact Page
------------------------------*/
#map {
  width: 100%;
  height: 465px; }

.n_contact_info_titles {
  float: left;
  width: 65px; }

.n_contact_info_titles span {
  font-weight: bold;
  line-height: 25px; }

.n_contact_info_titles i {
  float: right;
  font-style: normal; }

.n_contact_info {
  margin-left: 70px; }

.n_contact_info span {
  line-height: 25px;
  width: 100%;
  display: inline-block; }

.n_contact_thank_you {
  display: none; }

/*-------------------------------
Input Styles
------------------------------*/
.n_form .n_input,
.n_form .n_textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 10px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #B9B9B9;
  height: auto;
  padding: 10px; }

.n_input.n_input_long {
  width: 100%; }

.n_input.n_input_short {
  width: 47.5%;
  float: left; }

.n_input.n_input_short:nth-child(odd) {
  margin-left: 0; }

.n_input.n_input_short:nth-child(even) {
  margin-left: 5%; }

.n_textarea {
  width: 100%;
  height: 100px; }

.n_button {
  border: none;
  text-align: center;
  padding: 12px 36px;
  font-size: 12px;
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }

.n_button:hover {
  background-color: #111111; }

/*-------------------------------
404 Page Styles
------------------------------*/
.n_404 {
  display: table;
  float: left;
  width: 100%;
  font-size: 250px;
  line-height: 440px;
  text-align: center;
  color: #E1E1E1; }

.n_search_submit {
  float: right;
  display: block;
  width: 34px !important;
  height: 38px;
  background-color: transparent;
  background-image: url("../img/404-search-submit.png");
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: -45px; }

.n_404_page_list_wrapper .n_404_page_list {
  list-style: none;
  margin: 0 0 20px 0;
  float: left;
  width: 44%; }

.n_404_page_list_wrapper .n_404_page_list:last-child {
  width: auto; }

.n_404_page_list li {
  list-style: none; }

.n_404_page_list li a {
  font-size: 11px;
  color: #5B6A6F;
  line-height: 25px; }

.n_404_latest_posts {
  margin: 0; }

.n_404_latest_posts li {
  list-style: none; }

.n_404_latest_posts li a {
  line-height: 25px;
  font-size: 11px;
  color: #5B6A6F; }

.n_404_latest_posts li a span {
  color: #AB0E0E;
  font-weight: bold; }

/*-------------------------------
Search Results
------------------------------*/
.n_search_results {
  float: left;
  width: 100%; }

.n_search_results > h2 {
  margin-bottom: 30px; }

.n_search_results > div {
  padding: 20px;
  background-color: #EAEAEA;
  margin-bottom: 5px; }

.n_search_results > div:last-child {
  margin-bottom: 0; }

.n_search_results > div > a > h5 {
  margin: 0 0 5px 0;
  text-shadow: 0px 1px 1px white;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s; }

.n_search_results > div > a:hover {
  text-decoration: none; }

.n_search_results > div > a:hover > h5 {
  color: #00AAAA; }

.n_search_results > div > div {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1); }

.n_search_results .n_pagination {
  margin-top: 0; }

/*-------------------------------
Archives
------------------------------*/
.n_archive_form {
  padding: 10px;
  background-color: #EAEAEA;
  margin-bottom: 0; }

.n_archive_form * {
  float: left;
  margin-right: 5px; }

.n_archive_form input[type="text"],
.n_archive_form select,
.n_archive_form label {
  margin-bottom: 0; }

.n_archive_form input[type="submit"] {
  padding-top: 11px;
  padding-bottom: 11px; }

.n_archive_form *:last-child {
  margin-right: 0; }

.n_archive_form select {
  height: 38px; }

.n_archive_form label {
  color: #000000;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  font-size: 12px;
  line-height: 38px; }

.n_news_archives_title {
  margin-bottom: 20px;
  color: #00AAAA;
  text-decoration: underline; }

.n_archives_news > a {
  display: block;
  float: left;
  width: 100px; }

.n_archives_news > a > img {
  display: block;
  float: left; }

.n_archives_news > div {
  margin-left: 110px;
  margin-bottom: 10px; }

.n_archives_news > div > h5 {
  margin-top: 0;
  margin-bottom: 0; }

.n_archives_news > div > h5 > a {
  color: #000000; }

.n_archives_news > div > .n_link {
  margin-right: 5px; }

.n_archives_new_list {
  margin-left: 0; }

.n_archives_new_list li {
  list-style: none; }

.n_archives_new_list li a {
  color: #485555;
  line-height: 28px; }

.n_archives_new_list li a:hover {
  text-decoration: none; }

.n_archives_new_list li a:last-child {
  color: #00AAAA; }

.n_archives_new_list_title {
  text-decoration: underline; }

.n_archives_new_list_title,
.n_archives_new_list {
  margin-bottom: 15px; }

/*-------------------------------
Metro Sidebar Categories Box
------------------------------*/
.n_classic_column.n_gallery_column {
  width: 48.7%;
  margin-left: 2.6%;
  margin-bottom: 40px; }

.met_carousel_column.n_classic_column.n_gallery_column:nth-child(3n+1) {
  margin-left: 2.6%; }

.met_carousel_column.n_classic_column.n_gallery_column:first-child,
.met_carousel_column.n_classic_column.n_gallery_column:nth-child(odd) {
  margin-left: 0; }

.n_gallery_column > a,
.n_gallery_column > span,
.n_gallery_column > i {
  margin: 0 2px; }

.n_gallery_column > a:nth-child(2) {
  margin: 0; }

.n_gallery_column > span:nth-child(3) {
  margin-left: 0; }

/*-------------------------------
Stock Market
------------------------------*/
.n_stock_market_wrap {
  width: 100%;
  float: left;
  height: 50px;
  background-color: #001C2A; }

.n_stock_market_wrapper {
  padding: 0 10px; }

.n_stock_market {
  height: 50px;
  position: relative; }

.n_stock_market div {
  float: left;
  height: 50px;
  padding: 9px 15px; }

.n_stock_market span {
  display: block; }

.n_stock_market div span:first-child {
  font-size: 11px;
  color: #FFFFFF; }

.n_stock_market div span:last-child {
  font-size: 10px; }

.n_stock_market div .n_stock_down {
  color: #D32127; }

.n_stock_market div .n_stock_up {
  color: #5FAF00; }

/*-------------------------------
Post Page
------------------------------*/
.n_post > div {
  margin: 0; }

.n_post h1 a {
  font-weight: 600;
  color: #000000; }

.n_post > a {
  margin-bottom: 20px; }

.n_post_share_trigger,
.n_post_tags_trigger {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer; }

.n_post_share,
.n_post_tags {
  margin: 20px 0;
  display: none; }

.n_inline_image {
  margin: 10px; }

.n_inline_image.n_image_right {
  float: right; }

.n_inline_image.n_image_left {
  float: left; }

/*-------------------------------
Comments
------------------------------*/
.n_comment_box {
  float: left;
  width: 100%; }

.n_comment_box > .n_comment {
  margin-top: 10px;
  margin-bottom: 10px; }

.n_comment_box > .n_comment > img {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border: 3px solid #E5E5E5;
  border-radius: 3px;
  margin-top: 11px; }

.n_comment_box > .n_comment > div {
  margin-left: 80px;
  background-color: #E5E5E5;
  padding: 15px 20px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative; }

.n_comment_box > .n_comment > div:before {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #E5E5E5;
  left: -5.5px;
  top: 30px;
  -webkit-transform: rotate(134deg);
  -moz-transform: rotate(134deg);
  -ms-transform: rotate(134deg);
  -o-transform: rotate(134deg); }

.n_comment_box > .n_comment > div > h5,
.n_comment_box > .n_comment > div > span {
  display: inline-block;
  margin-right: 20px; }

.n_comment_box > .n_comment > div > h5 {
  margin-top: 0;
  font-size: 12px; }

.n_comment_box > .n_comment > div > p {
  margin-bottom: 0; }

.n_comment_edit_link,
.n_comment_reply_link {
  display: block;
  float: right;
  margin: 0 5px; }

.n_comment_awaiting_moderation {
  float: left;
  font-style: italic;
  color: #00AAAA; }

.n_comment_box > .n_comment {
  margin-left: 160px; }

.n_comment_box > .n_comment:nth-child(1) {
  margin-left: 0px; }

.n_comment_box > .n_comment:nth-child(2) {
  margin-left: 80px; }

.n_comment_box > .n_comment:nth-child(3) {
  margin-left: 160px; }

.n_post_comment {
  float: left;
  width: 100%;
  display: block; }

/*-------------------------------
Social Icons
------------------------------*/
.the-icons {
  margin: 0; }

.the-icons li {
  list-style: none; }

.the-icon-header {
  margin-bottom: 0; }

.st_social-icons {
  margin: 0; }

.st_social-icons li:first-child {
  margin-left: 0; }

.st_social-icons li {
  display: inline-block;
  margin: 2.5px;
  vertical-align: middle; }

.st_social-icons li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(../img/social-icons-sprite.png);
  background-repeat: no-repeat;
  position: relative;
  background-color: #111111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.st_social-icons li a:hover {
  background-color: #00AAAA;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }

.st_social-icons.st_has_gradient li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */ }

.st_social-icons li.st_social-twitter a {
  background-position: 0 0; }

.st_social-icons li.st_social-dribbble a {
  background-position: -30px 0; }

.st_social-icons li.st_social-facebook a {
  background-position: -60px 0; }

.st_social-icons li.st_social-envato a {
  background-position: -90px 0; }

.st_social-icons li.st_social-flickr a {
  background-position: -120px 0; }

.st_social-icons li.st_social-forrst a {
  background-position: -150px 0; }

.st_social-icons li.st_social-gplus a {
  background-position: -180px 0; }

.st_social-icons li.st_social-gplus2 a {
  background-position: -210px 0; }

.st_social-icons li.st_social-icloud a {
  background-position: -240px 0; }

.st_social-icons li.st_social-lastfm a {
  background-position: -270px 0; }

.st_social-icons li.st_social-linkedin a {
  background-position: -300px 0; }

.st_social-icons li.st_social-myspace a {
  background-position: -330px 0; }

.st_social-icons li.st_social-paypal a {
  background-position: 0 -30px; }

.st_social-icons li.st_social-piacasa a {
  background-position: -30px -30px; }

.st_social-icons li.st_social-pinterest a {
  background-position: -60px -30px; }

.st_social-icons li.st_social-reedit a {
  background-position: -90px -30px; }

.st_social-icons li.st_social-rss a {
  background-position: -120px -30px; }

.st_social-icons li.st_social-skype a {
  background-position: -150px -30px; }

.st_social-icons li.st_social-stumbleupon a {
  background-position: -180px -30px; }

.st_social-icons li.st_social-tumblr a {
  background-position: -210px -30px; }

.st_social-icons li.st_social-vimeo a {
  background-position: -240px -30px; }

.st_social-icons li.st_social-wordpress a {
  background-position: -270px -30px; }

.st_social-icons li.st_social-yahoo a {
  background-position: -300px -30px; }

.st_social-icons li.st_social-youtube a {
  background-position: -330px -30px; }

.st_social-icons li.st_social-blogger a {
  background-position: 0px -60px; }

.st_social-icons li.st_social-deviantart a {
  background-position: -30px -60px; }

.st_social-icons li.st_social-digg a {
  background-position: -60px -60px; }

.st_social-icons li.st_social-foursquare a {
  background-position: -90px -60px; }

.st_social-icons li.st_social-friendfeed a {
  background-position: -120px -60px; }

.st_social-icons li.st_social-mail a {
  background-position: -150px -60px; }

.st_social-icons li.st_social-html5 a {
  background-position: -180px -60px; }

.st_social-icons li.st_social-technorati a {
  background-position: -210px -60px; }

.st_social-icons li.st_social-soundcloud a {
  background-position: -240px -60px; }

.st_social-icons li.st_social-quora a {
  background-position: -270px -60px; }

.st_social-icons li.st_social-bebo a {
  background-position: -300px -60px; }

.st_social-icons li.st_social-aim a {
  background-position: -330px -60px; }

.st_social-icons li.st_social-gosquared a {
  background-position: 0 -90px; }

.st_social-icons li.st_social-dropbox a {
  background-position: -30px -90px; }

.st_social-icons li.st_social-github a {
  background-position: -60px -90px; }

.st_social-icons li.st_social-spotify a {
  background-position: -90px -90px; }

.st_social-icons li.st_social-apple a {
  background-position: -120px -90px; }

/* colored */
.st_social-icons li.st_colored.st_social-twitter a,
.st_social-icons li.st_coloredHov.st_social-twitter a:hover {
  background-color: #00BDEC; }

.st_social-icons li.st_colored.st_social-dribbble a,
.st_social-icons li.st_coloredHov.st_social-dribbble a:hover {
  background-color: #EF5B92; }

.st_social-icons li.st_colored.st_social-facebook a,
.st_social-icons li.st_coloredHov.st_social-facebook a:hover {
  background-color: #3B5998; }

.st_social-icons li.st_colored.st_social-envato a,
.st_social-icons li.st_coloredHov.st_social-envato a:hover {
  background-color: #8DC050; }

.st_social-icons li.st_colored.st_social-flickr a,
.st_social-icons li.st_coloredHov.st_social-flickr a:hover {
  background-color: #EA2698; }

.st_social-icons li.st_colored.st_social-forrst a,
.st_social-icons li.st_coloredHov.st_social-forrst a:hover {
  background-color: #366725; }

.st_social-icons li.st_colored.st_social-gplus a,
.st_social-icons li.st_coloredHov.st_social-gplus a:hover {
  background-color: #D94A39; }

.st_social-icons li.st_colored.st_social-gplus2 a,
.st_social-icons li.st_coloredHov.st_social-gplus2 a:hover {
  background-color: #D94A39; }

.st_social-icons li.st_colored.st_social-icloud a,
.st_social-icons li.st_coloredHov.st_social-icloud a:hover {
  background-color: #666666; }

.st_social-icons li.st_colored.st_social-lastfm a,
.st_social-icons li.st_coloredHov.st_social-lastfm a:hover {
  background-color: #D2013A; }

.st_social-icons li.st_colored.st_social-linkedin a,
.st_social-icons li.st_coloredHov.st_social-linkedin a:hover {
  background-color: #1B92BD; }

.st_social-icons li.st_colored.st_social-myspace a,
.st_social-icons li.st_coloredHov.st_social-myspace a:hover {
  background-color: #003398; }

.st_social-icons li.st_colored.st_social-paypal a,
.st_social-icons li.st_coloredHov.st_social-paypal a:hover {
  background-color: #32689A; }

.st_social-icons li.st_colored.st_social-piacasa a,
.st_social-icons li.st_coloredHov.st_social-piacasa a:hover {
  background-color: #8E5AA4; }

.st_social-icons li.st_colored.st_social-pinterest a,
.st_social-icons li.st_coloredHov.st_social-pinterest a:hover {
  background-color: #CB2027; }

.st_social-icons li.st_colored.st_social-reedit a,
.st_social-icons li.st_coloredHov.st_social-reedit a:hover {
  background-color: #82A6CE; }

.st_social-icons li.st_colored.st_social-rss a,
.st_social-icons li.st_coloredHov.st_social-rss a:hover {
  background-color: #FF7F00; }

.st_social-icons li.st_colored.st_social-skype a,
.st_social-icons li.st_coloredHov.st_social-skype a:hover {
  background-color: #18B7F1; }

.st_social-icons li.st_colored.st_social-stumbleupon a,
.st_social-icons li.st_coloredHov.st_social-stumbleupon a:hover {
  background-color: #229D3D; }

.st_social-icons li.st_colored.st_social-tumblr a,
.st_social-icons li.st_coloredHov.st_social-tumblr a:hover {
  background-color: #38526D; }

.st_social-icons li.st_colored.st_social-vimeo a,
.st_social-icons li.st_coloredHov.st_social-vimeo a:hover {
  background-color: #01557A; }

.st_social-icons li.st_colored.st_social-wordpress a,
.st_social-icons li.st_coloredHov.st_social-wordpress a:hover {
  background-color: #454545; }

.st_social-icons li.st_colored.st_social-yahoo a,
.st_social-icons li.st_coloredHov.st_social-yahoo a:hover {
  background-color: #AB64BC; }

.st_social-icons li.st_colored.st_social-youtube a,
.st_social-icons li.st_coloredHov.st_social-youtube a:hover {
  background-color: #D20800; }

.st_social-icons li.st_colored.st_social-blogger a,
.st_social-icons li.st_coloredHov.st_social-blogger a:hover {
  background-color: #FF7600; }

.st_social-icons li.st_colored.st_social-deviantart a,
.st_social-icons li.st_coloredHov.st_social-deviantart a:hover {
  background-color: #768C82; }

.st_social-icons li.st_colored.st_social-digg a,
.st_social-icons li.st_coloredHov.st_social-digg a:hover {
  background-color: #195695; }

.st_social-icons li.st_colored.st_social-foursquare a,
.st_social-icons li.st_coloredHov.st_social-foursquare a:hover {
  background-color: #1B6CB4; }

.st_social-icons li.st_colored.st_social-friendfeed a,
.st_social-icons li.st_coloredHov.st_social-friendfeed a:hover {
  background-color: #2F72C4; }

.st_social-icons li.st_colored.st_social-mail a,
.st_social-icons li.st_coloredHov.st_social-mail a:hover {
  background-color: #B5B5B5; }

.st_social-icons li.st_colored.st_social-html5 a,
.st_social-icons li.st_coloredHov.st_social-html5 a:hover {
  background-color: #E44D26; }

.st_social-icons li.st_colored.st_social-technorati a,
.st_social-icons li.st_coloredHov.st_social-technorati a:hover {
  background-color: #55BB00; }

.st_social-icons li.st_colored.st_social-soundcloud a,
.st_social-icons li.st_coloredHov.st_social-soundcloud a:hover {
  background-color: #DB5708; }

.st_social-icons li.st_colored.st_social-quora a,
.st_social-icons li.st_coloredHov.st_social-quora a:hover {
  background-color: #852828; }

.st_social-icons li.st_colored.st_social-bebo a,
.st_social-icons li.st_coloredHov.st_social-bebo a:hover {
  background-color: #A03939; }

.st_social-icons li.st_colored.st_social-aim a,
.st_social-icons li.st_coloredHov.st_social-aim a:hover {
  background-color: #CDAE2D; }

.st_social-icons li.st_colored.st_social-gosquared a,
.st_social-icons li.st_coloredHov.st_social-gosquared a:hover {
  background-color: #556065; }

.st_social-icons li.st_colored.st_social-dropbox a,
.st_social-icons li.st_coloredHov.st_social-dropbox a:hover {
  background-color: #2D76BE; }

.st_social-icons li.st_colored.st_social-github a,
.st_social-icons li.st_coloredHov.st_social-github a:hover {
  background-color: #667F8E; }

.st_social-icons li.st_colored.st_social-spotify a,
.st_social-icons li.st_coloredHov.st_social-spotify a:hover {
  background-color: #62AA29; }

.st_social-icons li.st_colored.st_social-apple a,
.st_social-icons li.st_coloredHov.st_social-apple a:hover {
  background-color: #859DAB; }

.st_social-icons li.st_colored a:hover {
  background-color: #121212; }

.hejtman {
  margin-top: -10px; }

.aktualitadne {
  margin-top: 10px; }

.hejtman a img {
  width: 280px;
  margin-top: 15px; }

.hejtman p, .aktualitadne p {
  font-size: 110%;
  line-height: 1.5em; }

.aktualitadne h3 {
  font-size: 125%;
  color: #153b8a;
  line-height: 1.4em; }

.hejtman p.podpis {
  font-weight: bold;
  font-size: 120%;
  text-align: right; }

.socials {
  margin-top: 10px; }

p.about {
  color: #fff;
  margin-top: 16px;
  line-height: 1.8em; }

.copyright {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  text-align: center; }

footer.base .copyright {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
  clear: both;
  display: inline-block; }

.uredni-hodiny {
  font-size: 110%;
  color: #fff;
  margin-top: 20px;
  clear: both; }

.projekt-logo {
  padding-right: 30px; }

.projekt-logo a, .projekt-logo a:hover {
  color: #fff; }

.projekt-logo p {
  font-size: 110%;
  color: #fff;
  clear: both; }

.projekt-logo img {
  width: 100%;
  margin-top: -5px; }

.povodne {
  padding: 25px 25px;
  height: 32px;
  width: 1115px;
  margin-bottom: 30px;
  border: 3px solid #d5050d;
  /* background: #e54046 url('../img/povodne-bg.png') bottom repeat-x; */
  background-color: #e54046; }

.povodne .left {
  float: left;
  display: block; }

.povodne .right {
  float: right;
  display: block; }

.povodne h3 {
  margin-top: 5px;
  font-weight: normal;
  color: #fff; }

.povodne_color {
  background-color: #d5050d;
  font-size: 120%;
  margin-top: -5px; }

.povodne_color:hover {
  background-color: #b2060c;
  text-decoration: none;
  color: #fff; }

iframe.video {
  margin-top: 6px; }

.videos {
  margin-top: 60px; }

.videos span.videodiv {
  margin-bottom: 80px;
  margin-right: 15px; }

.videos span.videodiv iframe {
  margin-bottom: 15px; }

.mapa {
  margin-top: 20px; }

.n_gallery_carousel_vertical div {
  margin: 25px 0px; }

.n_gallery_carousel_vertical div img {
  width: 280px; }

.akce a {
  float: right;
  font-weight: bold;
  margin-top: 10px; }

.upper {
  text-transform: uppercase; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* external links and documents */
a[target="_blank"]:after {
  content: url("../images/external_link.png");
  margin: 0 0 0 5px; }

a.ext:after {
  content: url("../images/external_link.png");
  margin: 0 0 0 5px; }

a.noext:after {
  content: none;
  margin: 0px; }

.upper {
  text-transform: uppercase; }

.ui-datepicker {
  font-size: 120%; }

.akcecal .ui-datepicker-inline {
  border: none;
  width: 97%; }

.akcecal .ui-datepicker-calendar td a {
  line-height: 2em;
  padding-right: 5px; }

.akcecal .ui-datepicker-calendar td.highlight-day a {
  background-image: none;
  background-color: #153b8a;
  color: #fff;
  border: 1px solid #153b8a;
  padding-right: 5px; }

.akcecal .ui-datepicker-calendar td.highlight-day a:hover {
  background-color: #3c68c3; }

/* jQuery UI datatable */
.dataTables_filter {
  text-align: right; }

.dataTables_filter input {
  margin-left: 5px; }

.DataTables_sort_icon {
  float: right; }

.DataTables_sort_wrapper {
  padding: 8px 10px;
  cursor: pointer; }

.dataTables_paginate {
  float: right; }

.dataTables_paginate .fg-button {
  margin-left: 10px; }

.dataTables_info {
  float: left; }

.fg-toolbar {
  padding: 8px 10px;
  padding-top: 10px; }

.n_video {
  margin-top: 20px;
  width: 100%; }

.n_video_inline {
  margin: 0px 10px;
  margin-top: 20px;
  width: 260px;
  display: inline-block; }

.n_video h3 {
  font-size: 125%;
  color: #153b8a; }

.n_video_inline h3 {
  font-size: 115%;
  color: #153b8a;
  margin-top: 5px;
  margin-bottom: 0px; }

.n_video img {
  width: 280px;
  margin-left: 2px; }

.n_video_inline img {
  width: 100%; }

.taglib-text, .taglib-text:hover {
  color: #555; }

.taglib-icon, .taglib-icon:hover {
  color: #555; }

.opens-new-window-accessible {
  display: none; }

.list_carousel_vertical {
  margin: 0px;
  width: auto; }

.list_carousel_vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.list_carousel_vertical li {
  border: none;
  width: 280px;
  height: 100px;
  padding: 0;
  margin-bottom: 20px;
  display: block; }

.list_carousel_vertical li a img {
  border: none; }

.asset-small-image {
  float: right;
  margin: 2px 0px 2px 5px; }

.galerie {
  margin: 10px 0px;
  width: 100%; }

.galerie .fotka {
  float: left;
  display: inline-block;
  margin: 10px; }

/* PĹ™ehled odborĹŻ */
.odbory a {
  text-decoration: none; }

.odbory a div.odbor {
  background-color: #d4242c;
  display: inline-block;
  margin: 25px 13px;
  margin-bottom: 0px; }

.odbory a:hover div.odbor {
  background-color: #eee; }

.odbory div.odbor div.left {
  float: left;
  width: 200px; }

.odbory a div.odbor h3 {
  font-size: 140%;
  color: #fff;
  font-weight: bold;
  margin: 20px 15px 10px 15px; }

.odbory a div.odbor p {
  color: #fff;
  margin: 0px 15px 10px 15px; }

.odbory a:hover div.odbor h3,
.odbory a:hover div.odbor p {
  color: #000; }

.odbory a div.odbor img {
  width: 158px;
  height: 150px;
  float: right;
  border: 1px solid #d4242c;
  border-left: none; }

.odbory a div.odbor img.border,
.odbory a:hover div.odbor img.border {
  border: none; }

.odbory a:hover div.odbor img {
  border-color: #eee; }

div.search-results {
  margin-bottom: 15px; }

.nav-menu ul.n_blog_categories {
  padding: 0px 3px;
  clear: both; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #e31f27;
  background: none;
  background-color: #e31f27;
  color: #fff; }

.sbi_container {
  margin-bottom: 15px; }

.clearfix {
  clear: both; }

.urad-ikony {
  width: 100%;
  margin-top: 58px; }

.urad-ikony .left-column a {
  float: right;
  margin-right: 120px; }

.urad-ikony .right-column a {
  float: right;
  margin-right: 170px; }

.urad-ikony a, .urad-ikony a:hover {
  color: #fff; }

.urad-ikony a img {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 12px; }

.urad-ikony a div {
  color: #fff;
  font-size: 110%;
  text-align: center; }

.no-margin {
  margin: 0 !important; }

