.mobile-small-320 {
  width: 320px !important;
}

body {
  width:100%;
  height:100%;
  margin:0 auto;
}

a {
  text-decoration:none;
}

img {
  border:0;
}

p {
  margin:0;
}

ul {
  list-style:none;
  margin:0;
}

li {
  list-style:none;
}

.orangish {
  color:#ffbd4b;
}

.deep_blue {
  color:#1F6FB7;
}

.light_blue {
  color:#00ADEF;
}

.bluetitle {
  color:#1F6FB7;
}

.bluetitle:hover {
  color:#00ADEF;
}

.text {
  color:#000;
  text-align: justify;
}

.text img {
  max-width: 300px !important;
  height: auto !important;
}

.text ul,.text ul li {
  list-style:inherit;
}

.text a {
  color:#1F6FB7;
}

.text a:visited {
  color:#00ADEF;
}

.author_time {
  color:#7F7F7F;
}

.related,.more {
  color:#1F6FB7;
}

.tabs {
  float:left;
}

.tabs a {
  color:#fff;
  display:block;
  float:left;
  height:0;
  line-height:21px;
  border-bottom:34px solid #1F6FB7;
  border-right:18px solid rgba(0,0,0,0);
  position:relative;
}

.tabs a:nth-child(1) {
  z-index:2;
}

.tabs a:nth-child(2) {
  z-index:1;
}

.tabs .active_tab {
  z-index:2;
  border-bottom:34px solid #1F6FB7;
}

.tabs .passive_tab {
  border-bottom:34px solid #00ADEF;
  z-index:1;
}

.blue_bot_line {
  display: none;
  width: 300px;
  height:34px;
  border-bottom:2px solid #1F6FB7;
}

.blue_bot_line_fit {
  width:100%;
  height:30px;
  border-left: 5px solid #ffbd4c;
  line-height: 30px;
  font-size: 16px;
}

.clear {
  clear:both;
}

.nav_controls {
}

.nav_controls a {
  background-color:#1F6FB7;
  display:block;
  color:#fff;
  float:left;
}

.nav_controls a:hover {
  background-color:#00ADEF;
}

.nav_controls .next {
  margin-left:4px;
}

#content {
  width: 300px;
  margin:auto;
}

#content_bot_shadow {
  display: none;
  height:71px;
  width:900px;
  margin:auto;
  background:url(../img/content_bot_shadow.png) no-repeat;
  position:relative;
  top:14px;
  z-index:-1;
}

#footer {
  width: 320px;
  height:315px;
  margin: 10px auto 0 auto;
}

#footer_wrapper {
  display: none;
  height:292px;
  background:url(../img/footer_back_map.png) no-repeat;
}

.mobile-footer .go-top-btn {
  width: 120px;
  height: 38px;
  margin: 0 auto;
  padding-left: 55px;
  color: #fff;
  line-height: 38px;
  font-family: 'DinMedium', sans-serif;
  cursor: pointer;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;

  background: #155187 url(../img/mobile/icons/go-top-arrow.jpg) no-repeat 33px center;

  border-top: 2px solid #2070b7;
}

.mobile-footer .shortcuts {
  width: 300px;
  height: 90px;
  background: #155187;
  padding: 10px;
}

.mobile-footer .subscribe {
  width: 320px;
  height: 38px;
  color: #fff;
  background: #12416d url(../img/mobile/icons/subscribe.jpg) no-repeat 10px center;
  border: 0;
  border-top: 2px solid #0e3963;
  outline: none;
  padding-left: 40px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.mobile-footer .shortcuts input.search {
  width: 300px;
  height: 39px;
  margin: 0 auto;
  outline: none;
  display: block;
  border: 0;
  border-top: 1px solid #2777c0;
  border-bottom: 1px solid #14497b;
  background: #2070b9 url(../img/mobile/icons/search-icon.jpg) no-repeat left center;
  color: #fff;
  padding-left: 59px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.mobile-footer .shortcuts .btn {
  display: block;
  width: 145px;
  height: 39px;
  color: #fff;
  border-top: 1px solid #2777c0;
  border-bottom: 1px solid #14497b;
  background: #2070b9 url(../img/mobile/icons/shortcut-btn.jpg) no-repeat 39px center;
  padding-left: 65px;
  line-height: 37px;
  font-family: 'DinMedium', sans-serif;
  float: left;
  margin-top: 10px;
  font-size: 14px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.mobile-footer .shortcuts .btn.right {
  float: right;
}

.mobile-footer .links {
  width: 320px;
  height: 127px;
  background: #e4e7e8 url(../img/mobile/footer-bg.png) no-repeat center bottom;
}

.mobile-footer .links .abouts {
  height:40px;
  border-bottom: 1px solid #ced3d6;
}

.mobile-footer .links .abouts a {
  display: block;
  float: left;
  width: 149px;
  padding-right: 9px;
  border-right: 1px solid #f2f3f5;
  height: 20px;
  margin-top: 10px;
  color: #888;
  text-align: right;
  font-family: 'DinLight', sans-serif;
  line-height: 20px;
  font-size: 16px;
}

.mobile-footer .links .abouts a:nth-child(2) {
  padding-right: 0;
  padding-left: 9px;
  border-right: 0;
  border-left: 1px solid #ced1d6;
  text-align: left;
}

.mobile-social-plugins {
  width: 298px;
  height: 38px;
  border: 1px solid #e5ecf2;
  margin-bottom: 30px;
  margin-top: 30px;
}

.mobile-social-plugins .fb-plugin {
  width: 148px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-right: 1px solid #e5ecf2;
  float: left;
}

.mobile-social-plugins .tw-plugin {
  width: 148px;
  height: 33px;
  line-height: 38px;
  text-align: center;
  float: right;
  padding-top: 5px;
}

.mobile-social-plugins .fb-plugin .fb-like,
.mobile-social-plugins .fb-plugin .fb-share-button {
  line-height: 16px;
  margin-top: 0;
}

.mobile-footer .links .socials {
  height: 44px;
  border-bottom: 1px solid #ced3d6;
  border-top: 1px solid #f3f3f3;
  text-align: center;
}

.mobile-footer .links .socials a {
  width: 24px;
  height: 24px;
  background: #2171ba;
  display: inline-block;
  margin: 10px 10px 0 0;
}

.mobile-footer .links .socials a.tw {
  background: #2171ba url(../img/mobile/icons/tw.jpg) no-repeat center center;
}

.mobile-footer .links .socials a.yt {
  background: #2171ba url(../img/mobile/icons/yt.jpg) no-repeat center center;
}

.mobile-footer .links .socials a.fb {
  background: #2171ba url(../img/mobile/icons/fb.jpg) no-repeat center center;
}

.mobile-footer .links .socials a.fk {
  background: #2171ba url(../img/mobile/icons/fk.jpg) no-repeat center center;
}

.mobile-footer .links .socials a.rss {
  background: #2171ba url(../img/mobile/icons/rss.jpg) no-repeat center center;
}

.mobile-footer .links .socials a.dig {
  background: #2171ba url(../img/mobile/icons/digg.jpg) no-repeat center center;
}

.mobile-footer .links .cp {
  border-top: 1px solid #f3f3f3;
  text-align: center;
  line-height: 39px;
  color: #1f6fb6;
  font-size: 12px;
}

.search_container ul {
  padding: 0;
}

.footer_menu_wrap {
  width:963px;
  margin:0 auto;
  height:185px;
  position:relative;
  top:30px;
}

#footer_list_main {
}

#footer_list_cat {
  left:200px;
}

#footer_list_social {
  left:350px;
}

#footer_list_main,#footer_list_cat,#footer_list_social {
  float:left;
  position:relative;
}

#footer_list_main ul,#footer_list_cat ul,#footer_list_social ul {
  padding:0;
}

#footer_list_main ul li a {
  color:#1F6FB7;
}

#footer_list_cat ul li a,#footer_list_social ul li a {
  color:#000;
}

#footer_list_main ul li a:hover,#footer_list_cat ul li a:hover,#footer_list_social ul li a:hover {
  color:#00ADEF;
  background-position:0 -33px;
}

#footer_list_main ul li a,#footer_list_cat ul li a,#footer_list_social ul li a {
  padding-left:10px;
}

#footer_list_main ul li,#footer_list_cat ul li {
  padding:1px 0;
}

#footer_list_social ul li {
  height:24px;
  padding-bottom:5px;
}

#footer_list_cat ul {
  float:left;
  line-height:21px;
}

#footer_list_cat #second_cat_list {
  padding-left:123px;
}

#footer_list_main ul li a {
  background:url(../img/list_arrows.png) no-repeat 0 7px;
}

#footer_list_cat ul li a {
  background:url(../img/list_arrows.png) no-repeat 0 -13px;
}

#footer_list_social ul li a span {
  float:left;
}

.icon {
  display:block;
  background-color:#1F6FB7;
  width:24px;
  height:24px;
}

.icon:hover {
  background-color:#00ADEF;
}

.tw_icon,.fb_icon,.yt_icon,.flkr_icon,.rss_icon,.digg_icon {
  background:url(../img/social_icons.png) #1F6FB7;
}

.tw_icon {
  background-position:0 3px;
}

.fb_icon {
  background-position:0 -25px;
}

.yt_icon {
  background-position:0 -55px;
}

.flkr_icon {
  background-position:0 -85px;
}

.rss_icon {
  background-position:0 -105px;
}

.digg_icon {
  background-position:0 -123px;
}

#footer_copyright {
  padding-top:45px;
  width:963px;
  margin:auto;
}

#copyright {
  position:relative;
}

#logo42 {
  position:relative;
  left:600px;
  top:0;
}

.text_wrapper {
  padding-bottom: 0px;
}

.pageing {
}

.pageing ul {
  float:right;
}

.pageing ul li .prev_page,.pageing ul li .next_page {
  width:93px;
  height:34px;
}

.pageing ul li .prev {
  float:left;
}

.pageing ul li .next {
  float:right;
}

.pageing ul li {
  float:left;
}

.pageing a {
  display:block;
  background:#1F6FB7;
  text-decoration:none;
  color:#fff;
}

.pageing a:hover,.page_active {
  background:#00ADEF!important;
}

.pageing a span {
  padding:7px 9px;
}

.disabled_link {
  pointer-events:none;
  cursor:default;
}

.very_active_link {
  background-color:#0d8fd2;
}

@media print {
  body *
  {
    visibility:hidden;
  }

  .section-to-print,.section-to-print *
  {
    visibility:visible;
    width:1024px;
    display:block!important;
  }

  .section-to-print
  {
    position:absolute;
    left:0;
    top:0;
  }
}

.blue_bot_line_short {
  border-bottom:2px solid #1F6FB7;
  height:34px;
  width:300px;
}

.econom {
  float:left;
  width:300px;
  height:300px;
  margin-right:20px;
}

.image_hover {
  padding:3px;
  height:200px;
}

.img_text_block {
  background:url(../img/hover.png);
  width:275px;
  height:35px;
  position:relative;
  overflow:hidden;
  bottom:5px;
  color:#fff;
  font-size:14px;
  padding:10px;
  display:block;
}

.img_text_block {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  opacity:1;
  display:block;
  transform:translateY(-100%);
}

.img_text_block:hover {
  height:130px;
  display:block;
  color:#fff;
  background:url(../img/hover_bg.png);
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
}

.img_text_block span {
  color:#fff;
  font-size:12px;
  display:block;
}

.hover_block {
  color:#00aced;
}

.img {
  float:left;
  padding:5px;
}

.text_block {
  float:left;
  padding:5px;
}

.image_slider {
  background:#e7e7e7;
  width:630px;
  height:420px;
  margin:30px 15px 5px 0;
  position:relative;
}

.news_pub_date {
  width:100px;
  height:24px;
  padding:3px 10px;
  position:absolute;
  z-index:10;
  background:url(../img/news_date.png);
  top:12px;
  left:13px;
  font-size:13px!important;
}

.wrap_image_block {
  width:630px;
  overflow:hidden;
  height:auto;
}

.wrap_image_block .link_style {
  color:#1F6FB7;
  font-size:15px;
}

.wrap_image_block .link_style:hover {
  color:#00aced;
  font-size:15px;
  text-decoration:underline;
}

.left_side {
  width:300px;
  height:auto;
  position:relative;
  float:left;
  margin:15px 10px 15px 0;
}

.right_side {
  width:300px;
  position:relative;
  height:auto;
  float:left;
  margin:15px 0 15px 15px;
}

.imag_title_block {
  position:relative;
  background:#00adef;
  width:100px;
  bottom:40px;
  left:260px;
  padding:5px;
  color:#fff;
  font-size:14px;
  text-align:center;
}

.style_link {
  background:url(../img/list_arrows.png) no-repeat 2px -57px;
  padding-left:10px;
}

.title_for_de {
  padding:0 0 10px;
  font-size:15px;
  font-weight:700;
}

.curr {
  background:url(../img/arrows_courses.png) no-repeat;
}

.social_block_gallery_page {
  float:right;
}

#tabs_gallery_ins {
  display: none;
}

.tweet {
  color:#00adef;
  font-size:15px;
  margin-right:15px;
  padding-left:25px;
  font-weight:700;
  background:url(../img/header_select_twitter.png) no-repeat 2px 5px;
}

.share {
  color:#2070b8;
  font-size:15px;
  margin-left:15px;
  margin-right:5px;
  font-weight:700;
  padding-left:25px;
  background:url(../img/fb.png) no-repeat 2px 1px;
}

.cat_select1 a {
  display:block;
  position:relative;
  z-index:10;
  background:url(../img/header_select_arrow.png) no-repeat 183px 15px;
  width:70px;
}

.cat_select1 ul {
  display:none;
  padding:33px 0 0;
  z-index:1;
  position:absolute;
}

.cat_select1 ul li {
  background:url(../img/select_bg.png) repeat-y;
  width:67px;
}

.cat_select1 ul li:hover {
  background:#00ADEF;
}

.cat_select1 ul li a {
  color:#FFF;
  padding:8px 12px 7px;
  display:block;
  background:0;
  text-transform:capitalize;
}

#social_select_link {
  width:65px!important;
}

#twitter_selector_link {
  background:url(../img/header_select_twitter.png) no-repeat 16px 10px;
  width:35px;
  height:35px;
  float:left;
  position:absolute;
  top:3px;
  display:block!important;
}

.cat_select2 a {
  display:block;
  padding:0 0 10px 10px;
  background:url(../img/head_lang_arrow.png) no-repeat 120px 15px;
  width:125px;
}

.cat_select2 ul {
  display:none;
  top:65px;
  padding:0;
  z-index:10;
  position:absolute;
}

.cat_select2 ul li {
  background:#2070B8;
  width:125px;
}

.cat_select2 ul li:hover {
  background:#00ADEF;
}

.cat_select2 ul li a {
  color:#FFF;
  padding:8px 12px 7px;
  display:block;
  background:0;
  text-transform:capitalize;
}

.blue_bot_line_right {
  width:100%;
  height:60px;
  border-bottom:2px solid #1F6FB7;
}

h4 {
  color:#2070b8;
  font-size:20px;
  font-weight:700;
  margin-top:10px;
  height:10px;
}

.under_construction {
  width:100%;
  margin:auto;
  height:34px;
  background:#00ADEF;
}

.under_construction p {
  margin:auto;
  color:#FFF;
  width:250px;
  padding-top:7px;
}

#header {
  margin:0 auto;
  width:100%;
  background:#FFF url(../img/head_body_back.png) top center repeat-x;
  margin-bottom: 15px
}

#top_menu_wrapper,#footer_wraper {
  width:963px;
  margin:auto;
}

.go-to-full-website {
  height: 40px;
  background: #282828;
  overflow: hidden;

  transition: height .5s;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
}

.go-to-full-website a {
  display: block;
  color: #ffbd4c;
  padding-right: 26px;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  float: left;
  background: url(../img/mobile/icons/go-full.png) no-repeat right center;
  font-family: 'DinLight',sans-serif;
}

.go-to-full-website .close {
  width: 39px;
  height: 40px;
  float: right;
  background: url(../img/mobile/icons/close.png) no-repeat center center;
  cursor: pointer;
}

.go-to-full-website .separator {
  width: 0;
  height: 20px;
  float: right;
  margin-top: 10px;
  border-left: 1px solid #242424;
  border-right: 1px solid #2e2e2e;
}

.header-time {
  height: 38px;
  border-bottom: 2px solid #2070b8;
  background: #e6edf2;
  position: relative;
}

.header-time .tbilisi-time {
  height: 38px;
  border-right: 1px solid #2070b8;
  position: absolute;
  left: 0;
  top: 0;
  right: 40px;
  margin: auto;
  padding-left: 35px;
  font-size: 13px;
  line-height: 38px;
  color: #888888;
  background: url(../img/mobile/header-time-icon.png) no-repeat 10px center;
  font-family: 'DinLight',sans-serif;
}

.header-time .tbilisi-time span {
  font-weight: bold;
  color: #444444;
}

.header-time .lang-switcher {
  background: #2070b8;
  width: 39px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #307fc7;
  color: #ffffff;
  text-shadow: 1px 1px 1px #165187;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-family:"Patara Nino",sans-serif;
}

#header_midpart {
  height: 60px;
  background: url(../img/mobile/head_back.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.mobile-search-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 60px;
  border-right: 1px solid #106196;
  background: url(../img/mobile/icons/search.png) no-repeat center center;
  cursor: pointer;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mobile-search-btn .search-area {
  display: none;
}

.mobile-search-btn.active {
  background: #155187 url(../img/mobile/icons/search.png) no-repeat 15px center;
  border-right: 0;
  width: 100%;
  z-index: 10;
}

.mobile-search-btn.active .search-area {
  display: block;
  background: #145086 url(../img/mobile/search-active-bg.jpg) no-repeat left top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 59px;
  margin: auto;
}

.mobile-search-btn.active .search-area input {
  background: transparent;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 38px;
  margin: auto;
  display: block;
  padding-left: 20px;
  outline: none;
  color: #fff;
}

.mobile-search-btn.active .search-area .close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  background: url(../img/mobile/search-active-close.jpg) no-repeat center center;
}

.mobile-search-btn.active .search-area input::-webkit-input-placeholder {
  color: #14497b;
}

.mobile-search-btn.active .search-area input:-moz-placeholder {
  color: #14497b;
}

.mobile-search-btn.active .search-area input::-moz-placeholder {
  color: #14497b;
}

.mobile-search-btn.active .search-area input:-ms-input-placeholder {
  color: #14497b;
}

#header_midpart .mobile-logo {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 0;
  margin: auto;
  height: 60px;
  border-right: 1px solid #106196;
  border-left: 1px solid #144a79;
  background: url(../img/mobile/logo.png) no-repeat center center;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#header_midpart.expanded .mobile-logo {
  border-bottom: 1px solid #134371;
}

#header_midpart.expanded .mobile-search-btn {
  border-bottom: 1px solid #134371;
}

#header_midpart .mobile-menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  height: 60px;
  border-left: 1px solid #144a79;
  background: url(../img/mobile/icons/menu.png) no-repeat center center;
  cursor: pointer;
}

#header_midpart.expanded .mobile-menu-btn {
  background: #154979 url(../img/mobile/close-menu.jpg) no-repeat center center;
}

#header_midpart .mobile-expanded-menu li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #155187;
  border-bottom: 1px solid #134371;
  height: 48px;
  display: block;
  font-family: 'DinLight',sans-serif;
}

#header_midpart .mobile-expanded-menu li:first-child {
  border-top: 0;
}

#header_midpart .mobile-expanded-menu li a {
  display: block;
  padding: 0;
  margin: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #9cceff;
  font-size: 22px;
}

#header_midpart.expanded .mobile-expanded-menu {
  max-height: 600px;
}

#header_midpart .mobile-expanded-menu {
  position: absolute;
  width: 100%;
  max-height: 0;
  top: 100%;
  background: #154979;
  z-index: 501;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;

  transition: max-height .5s;
  -webkit-transition: max-height .5s;
  -moz-transition: max-height .5s;
}

.mobile-main-banner {
  position: relative;
  display: block;
  width: 300px;
  height: 100px;
  margin: 10px auto;
}

.mobile-main-banner > div {
  width: 300px;
  height: 100px;
  background: url(../img/mobile/banner1.jpg) no-repeat center center;
  background-size: cover;
}

.mobile-main-banner > span.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: #165288 url(../img/mobile/close-banner.jpg) no-repeat center center;
}

#topline {
  display: none;

  width:100%;
  height:34px;
  background:url(../img/head_darkline.png) repeat-x;
}

#top_menu_wrapper {
  height:34px;
}

#lang_changer {
  width:150px;
  height:34px;
  float:left;
  padding-left:2px;
}

#lang_changer a {
  color:#FFF;
}

#lang_changer a span {
  padding-top:7px;
  display:inline-block;
}

#lang_changer a img {
  position:relative;
  top:-2px;
  left:4px;
}

#top_menu {
  height:34px;
  float:right;
}

#top_menu ul {
  padding-top:6px;
}

#top_menu ul li {
  float:left;
  padding:0 8px;
}

#top_menu ul li a {
  color:#FFF;
}

#top_menu ul li a:hover {
  color:#ffbd4b;
}

#logo {
  display: none;
  width:275px;
  height:70px;
  padding:20px 0 0;
  float:left;
}

#logo .logo_time {
  position:relative;
  top:0;
  left:0;
}

#social {
  display: none;
  width:415px;
  float:right;
  padding-top:34px;
}

#social #rss {
  float:left;
  position:relative;
  left:-3px;
}

#social #newsletter {
  float:left;
  position:relative;
  left:-15px;
}

#social_select {
  width:67px;
  height:35px;
  background:url(../img/header_select_back_arrow.png) no-repeat;
  float:left;
  position:relative;
  left:9px;
}

#social_select_link {
  display:block;
  width:28px;
  height:35px;
  float:left;
}

#social_select_img {
  width:13px;
  height:12px;
  margin:12px 10px 11px 16px;
  float:left;
}

#social_select ul {
  display:none;
}

#social form {
  background:url(../img/header_search_back.png) no-repeat;
  width:228px;
  height:35px;
  float:left;
  position:relative;
  left:22px;
}

#social form input {
  background:transparent;
  border:0;
  float:left;
}

#social form input[type=text] {
  width:180px;
  height:25px;
  padding:5px;
}

#social form input[type=submit] {
  width:32px;
  height:29px;
  padding:0;
  margin:3px;
}

#categories_menu {
  width:100%;
  height:47px;
  background:url(../img/head_menu.png) repeat-x;
}

#categories_menu_wrapper {
  height:47px;
  text-align: center;
}

#categories_menu_wrapper ul {
  display: inline-block;
  padding:0;
}

#categories_menu_wrapper ul li {
  display: none;
}

#categories_menu_wrapper ul li.mobile-menu {
  display: list-item;
  float:left;
  height:46px;
  background:url(../img/head_menu_separator.png) right center no-repeat;
}

#categories_menu_wrapper ul li.mobile-menu:nth-last-child(2) {
  background: none;
}

#categories_menu_wrapper ul li a {
  color:#FFF;
  display:inline-block;
  margin:0 3px 0 0;
  padding:15px 9px 0;
  height:32px;
}

#categories_menu_wrapper ul li a:hover {
  background-color:#0d8fd2;
}

#categories_menu_wrapper ul li:last-child {
  background:0;
}

@-moz-document url-prefix() {
  #lang_changeraspanpadding-top:10px;
}

#categories_menu_wrapper ul li a {
  height:30px;
  padding:17px 10px 0;
}
}

#main_menu {
  margin:0 auto;
  width:995px;
  height:170px;
  background:url(../img/menu_logo.png) no-repeat center center;
  position:relative;
}

#main_menu ul {
  position:relative;
  top:50px;
  height:75px;
  margin:0;
  padding:0;
}

#main_menu ul li {
  float:left;
  list-style:none;
}

#main_menu ul li:hover,.menu_li_active {
}

#main_menu ul li a {
  color:#6a6a6a;
  font-family:"Patara Nino",sans-serif;
  font-size:20px;
  padding:0 16px;
}

#main_menu ul li a:hover,.menu_a_active {
  color:#8c6b4d!important;
}

.qmmc #menuli_4 {
  margin-left:275px;
}

.qmmc #menuli_9 {
  margin-left:290px;
}

.qmmc #menuli_6,.qmmc #menuli_7,.qmmc #menuli_8,.qmmc #menuli_9,.qmmc #menuli_10,.qmmc #menuli_11 {
  margin-top:30px;
}

#plus_wrap {
  width:20px;
  height:20px;
  position:absolute;
  top:103px;
  right:37px;
  z-index:15;
}

#plus_wrap a {
  display:block;
  width:20px;
  height:20px;
  background:url(../img/plus.png) no-repeat;
}

#plus_menu {
  width:219px;
  position:absolute;
  top:95px;
  right:25px;
  z-index:11;
  background:#fff;
  box-shadow:0 0 21px -5px #6A6A6A;
  display:none;
}

#plus_menu ul {
  position:relative;
  margin:0;
  top:0;
  height:auto;
  padding:20px 0 15px 10px;
}

#plus_menu ul li {
  list-style:none;
  float:none;
  padding:5px 0;
}

#plus_menu ul li a {
}

.level2 {
  display:none;
  position:absolute!important;
  margin:0!important;
  top:30px!important;
  width:200px;
  height:auto!important;
  min-height:40px;
  background:#fff;
  padding:15px 0!important;
  box-shadow:0 0 21px -5px #6A6A6A;
  z-index:15;
}

.level2 li {
  padding:6px 0!important;
  z-index:16;
}

.level2 li a {
  z-index:20;
}

#intro_top_wrap {
  width: 300px;
}

#weather_course {
  display: none;
}

#weather_course .tabs {
  height:36px;
  float:left;
}

#tab_course,#tab_weather {
  width:89px;
  height:34px;
  float:left;
  position:relative;
  background:url(../img/tab_weather_courses2.png) no-repeat;
  border:0;
}

#tab_course {
  left:-21px;
}

#tab_weather {
}

.active_tab_course {
  background-position:-326px 0!important;
}

.active_tab_weather {
  background-position:-108px 0!important;
}

.passive_tab_course {
  background-position:-216px 0!important;
}

.passive_tab_weather {
  background-position:0 0!important;
}

#weather_course_slide {
  overflow:hidden;
  position:relative;
}

#weather_course_slide ul {
  padding:0;
  width:5020px;
  height:34px;
  position:relative;
}

#weather_course_slide ul li {
  float:left;
  color:#000;
  padding:0 42px 0 32px;
  height:32px;
  position:relative;
}

.course_ul li {
  padding:0 29px!important;
}

#weather_course_slide ul li p {
  float:left;
  padding-top:7px;
  padding-right:12px;
}

#weather_course_slide a {
  display:block;
  width:5px;
  height:10px;
  background:url(../img/arrows_weather_slide.png) no-repeat;
  position:absolute;
  top:10px;
  z-index:10;
}

#weather_course_slide .left {
  right:23px;
}

#weather_course_slide .right {
  right:10px;
}

#weather_course_slide .left_passive {
  background-position:0 0;
  pointer-events:none;
  cursor:default;
}

#weather_course_slide .left_active {
  background-position:-30px 0;
}

#weather_course_slide .right_active {
  background-position:-15px 0;
}

#weather_course_slide .right_passive {
  background-position:-45px 0;
  pointer-events:none;
  cursor:default;
}

.weather_icon {
  display:block;
  float:left;
  width:30px;
  height:30px;
  background:url(../img/weather_icons.png) no-repeat;
  background-position:0 0;
}

.courses span {
  float:left;
  margin:0 5px;
}

.course_up,.course_down {
  display:block;
  width:7px;
  height:4px;
  background:url(../img/arrows_courses.png) no-repeat;
  position:relative;
  top:7px;
}

.course_up {
  background-position:0 0;
}

.course_down {
  background-position:-7px 0;
}

.change_up {
  color:#DD8D00;
}

.change_down {
  color:#1F6FB7;
}

.ajax_loader_img {
  display:none;
  padding-top:8px;
}

#top_news {
  width:300px;
  position: relative;
}

#top_news_img, #top_news_img img {
  width:300px;
}

#top_news_text {
  position: absolute;
  height: 120px;
  width: 300px;
  left: 0;
  bottom: 0;
  background: url(../img/mobile/news-title-bg.png) repeat-x bottom center;
}

#top_news_text .text {
  display: none;
}

.mobile-text-shadow-wrapper {
  background: url(../img/mobile/news-title-bg.png) repeat-x bottom center;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
}

#top_news_text .top_news_title {
  position: absolute;
  font-size: 16px !important;
  color: #fff !important;
  bottom: 30px;
  left: 0;
  padding: 0 10px;
  line-height: 18px;
}

#top_news_text .author_time {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  color: #888888 !important;
  font-size: 13px !important;
  padding-left: 10px;
}

#top_news_related {
  padding-top:14px;
}

#top_news_related a {
  padding:2px 0 2px 8px;
  display:block;
  background:url(../img/list_arrows.png) no-repeat 0 -53px;
}

.top_news_h {
  color:#1F6FB7;
  width:100%;
  margin:0 0 10px;
  letter-spacing:-1px;
  font-size: 16px !important;
}

#recent_news {
  width:300px;
}

#recent_news ul {
  padding:0;
}

#recent_news ul li {
padding: 10px 0;
  border-bottom:1px dotted #D1D6DB;
}

#recent_news ul li:last-child {
  border:0;
}

#recent_news ul li:first-child+li+li+li+li {
  border:0;
}

#banner_quotes {
  display: none;
  float:left;
  margin-left:22px;
}

#banner-1 {
  width:300px;
  height:255px;
}

#quote {
  width:300px;
  height:auto;
  max-height:175px;
  padding-bottom:20px;
  margin-top:25px;
  background:url(../img/quotes_back.png) no-repeat #2070B8;
}

#quote_text,#quote_text a {
  color:#FFF;
}

#quote_text span {
  color:#FFBD4B;
}

#intro_mid_wrap {
  padding-top: 10px;
}

#blog-news {

}

#blog-news .blue_bot_line {
  display: none;
}

#tab_blogs {
  width:125px;
}

#tab_news {
  width:120px;
  left:-18px;
}

#tab_blogs span,#tab_news span {
  padding:7px 0 0 43px;
  display:block;
}

.tabs_see_all {
  color:#1F6FB7;
  float:right;
  padding:7px 4px 0 0;
}

#banner-2 {
  display: none;
  clear: both;
  position:relative;
  width:958px;
  height:135px;
  padding-top:40px;
  padding-bottom:24px;
}

select.mobile-news-category, select.mobile-gallery-category {
  display: block;
  height: 39px;
  width: 300px;
  margin: 10px auto;
  text-align: center;
  line-height: 36px;
  color: #226eb9;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'DinMedium', sans-serif;
  background: #e6edf3 url(../img/mobile/icons/select-category.jpg) no-repeat 37px center;
  cursor: pointer;
  outline: none;
  display: block;
  border: 0;
  border-top: 1px solid #cde3f1;
  text-indent: 0.01px;
  text-overflow: '';
  padding-left: 63px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;


  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#read-shared {
  display: none;
  height:400px;
  padding-top:45px;
}

#tab_mostread {
  width:160px;
}

#tab_mostshared {
  width:171px;
  left:-18px;
}

#tab_mostread span,#tab_mostshared span {
  padding:7px 0 0 38px;
  display:block;
}

#read-shared .intro_news_content {
  padding-top:15px;
}

#articles {
  padding-top: 10px;
}

#articles .blue_bot_line .tabs a span {
  padding:7px 12px 0 24px;
  display:block;
}

#tab_articles_1 {
  z-index:2;
}

#tab_articles_2 {
  left:-18px;
}

#tab_articles_3 {
  left:-36px;
}

#tab_articles_4 {
  left:-54px;
}

#blog-news h2.latest-news-header, #articles h2.latest-news-header, #recent_news h2.latest-news-header {
  margin: 0;
  font-size: 16px;
  color: #206eb8;
  font-family: 'DinAlterMedium', sans-serif;
  border-left: 5px solid #ffbd4c;
  padding-left: 10px;
}

#recent_news h2.latest-news-header {
  margin: 15px 0;
}

.intro_news_content {
  padding-top: 0;
}

.intro_news_content ul {
  padding:0;
}

.intro_news_content ul.first-page {
  display: none;
}

.intro_news_content ul li {
  width:300px;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.blogs_arch .intro_news_content .single_intro_news {
  position: relative;
}

.single_intro_news {
  position: relative;
}

.single_intro_news .general_news_title {
  padding: 0 !important;
}

.single_intro_news .mobile-date {
  color: #898989;
  font-size: 14px;
  margin-top: 3px;
}

.intro_news_content ul li:last-child {
  border-bottom: 0;
}

.intro_news_imgwrap, .single_intro_news img {
  display: none;
}

.single_intro_news .intro_news_imgwrap,
.single_intro_news .intro_news_imgwrap img {
  width: 300px;
}

.blogs_arch .intro_news_content .single_intro_news .intro_news_imgwrap,
.blogs_arch .intro_news_content .single_intro_news .intro_news_imgwrap img {
  display: block;
  width: 300px;
  height: 202px;
}

.blogs_arch .intro_news_content .single_intro_news .general_news_title {
  position: absolute;
  font-size: 16px !important;
  color: #fff !important;
  bottom: 30px;
  left: 0;
  padding: 0 10px !important;
  line-height: 18px;
}

.blogs_arch .intro_news_content .single_intro_news .author_time {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  color: #888888 !important;
  font-size: 13px !important;
  padding-left: 10px;
}

.single_intro_news .text {
  display: none;
}

.show-all-news-mobile {
  width: 298px;
  height: 38px;
  background: #fff;
  margin: 0 auto;
  border: 1px solid #2070b9;
  color: #1e71b5;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-family: 'DinMedium', sans-serif;
}



.sintype {
  padding:0 0 8px;
}

#intro_bot_wrap {
  display: none;
  height:670px;
  padding-top:49px;
  padding-bottom:6px;
}

#tab_timeline {
  width:150px;
}

#tab_timeline span {
  padding:7px 0 0 38px;
  display:block;
}

#timelene_slide_news {
  position:relative;
  overflow:auto;
  width:545px;
  float:left;
}

#timelene_slide_news li {
}

#timelene_slide_news ul {
  padding:0;
}

#timelene_slide_news ul li {
  float:left;
}

.single_timeline_news {
  width:545px;
  max-height:85px;
  padding-top:38px;
  float:left;
}

.single_timeline_news .author_time {
  padding:3px 0;
}

#timeline_controls {
  float:left;
  position:relative;
  top:66px;
  left:224px;
}

#timeline {
  float:left;
  padding-top:10px;
}

#banners-twitter {
  clear:both;
  padding-top:45px;
}

#bottom_banners_wrap {
  width:466px;
  float:left;
}

#banner-3,#banner-4 {
  width:466px;
  height:164px;
}

#banner-3 {
  padding-top:2px;
}

#banner-4 {
  padding-top:22px;
}

#twit_feed {
  float:left;
  width:475px;
  padding-left:22px;
}

#twit_feed iframe {
}

.news_wrap {
  padding-top: 0;
  margin-bottom: 10px;
}

.news_wrap br, #content br {
  display: none;
}

#tab_news_ins {
}

#tab_news_ins span {
  padding:7px 12px 0 30px;
  display:block;
}

.news_quote {
  display:block;
  padding:0 0 0 73px;
  background:url(../img/news_quote.png) no-repeat 43px 5px;
}

.news_left_side {
  width: 300px;
  position:relative;
}

.news_left_side .news_ins_header {
  margin: 10px 0 !important;
  font-size: 16px;
  font-weight: normal;
}

.news_slider {
  width: 300px;
  height: auto;
  float:left;
  position:relative;
}

.news_slider ul {
  padding:0;
}

.video_slide {
  width:87px;
  height:87px;
  display:block;
  background:url(../img/bxslider/play.png) no-repeat;
  position:absolute;
  top:95px;
  left:180px;
}

.bx_video {
  width:450px;
  height:252px;
  position:absolute;
  display:none;
  background:#FFF;
}

.obj_video {
  width:450px;
  height:252px;
}

.video-caption {
  top:252px;
  background:rgba(6,31,62,.85)!important;
}

.news_pub_date {
  width:94px;
  height:24px;
  padding:4px 10px;
  position:absolute;
  z-index:10;
  background:url(../img/news_date.png) no-repeat;
  top:12px;
  left:13px;
}

.bxslider li,.bxslider li img {
  height: auto;
  width: 300px;
}

.bxslider li img {
  margin:auto;
}

.slider_comment_wrapper {
  position: relative;
}

.news_share {
  height:300px;
}

.news_share ul {
  padding:0 0 0 15px;
}

.news_share ul li {
  height:36px;
  border-bottom:1px dotted #C4C9CC;
}

.news_share ul li a {
  display:block;
  color:#1F6FB7;
}

.news_share ul li a:hover {
  color:#00ADEF;
}

.news_share_tw {
  background:url(../img/share_print.png) no-repeat 3px 12px;
}

.news_share_fb {
  background:url(../img/share_print.png) no-repeat 2px -28px;
}

.news_share_pr {
  background:url(../img/share_print.png) no-repeat 3px -65px;
}

.news_share_cmt {
  position:relative;
  top:150px;
}

.news_share_cmt li {
  border-top:1px dotted #C4C9CC;
}

.news_share_cmt li a {
  background:url(../img/news_comment_link_arrow.png) no-repeat 9px -16px;
  padding:10px 0 0 31px;
}

#comment_close {
  background-position:9px 12px;
}

.news_share_cmt li a:hover {
  color:#1F6FB7!important;
}

.news_share_cmt .act_link {
  background-position:9px 13px;
}

.news_share_comment {
  display: none;
  width:160px;
  height:auto;
  max-height:1000px;
  min-height:300px;
  position:absolute;
  top:0;
  right:10px;
  background:#fff;
  z-index:700;
  padding-left:10px;
}

.comment_block {
  height:auto;
  display:none;
}

#disqus_thread {
  position:relative;
  width:535px;
  padding:35px 0 0 10px;
}

#post-count h4 {
  font-size:15px!important;
}

.dsq-options,.dsq-pagination,.dsq-request-user-info {
  background-image:none!important;
}

.dsq-comment-header {
  background:#e7e7e7!important;
  border:1px solid #ccc!important;
  padding:10px!important;
  -webkit-border-radius:0!important;
  -moz-border-radius:0!important;
  border-radius:0!important;
}

#dsq-textarea-wrapper {
  padding:0!important;
  margin:0!important;
  -webkit-border-radius:0!important;
  -moz-border-radius:0!important;
  border-radius:0!important;
  position:relative;
  border:0!important;
  overflow:hidden!important;
  width:940px!important;
}

#dsq-textarea-wrapper {
  padding:0!important;
  margin:0!important;
  -webkit-border-radius:0!important;
  -moz-border-radius:0!important;
  border-radius:0!important;
  position:relative;
  border:0!important;
  overflow:hidden!important;
  width:940px!important;
}

#dsq-textarea-wrapper iframe {
  border:0!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  margin-bottom:0!important;
  display:block!important;
  background:#f6f6f6!important;
  width:940px!important;
  height:114px!important;
}

.news_text {
  width: 300px;
}

.news_text .author_time {
  color:#777;
}

.news_text .text a {
  color:#00ADEF;
}

.news_text .text a:visited {
  color:#1F6FB7;
}

.news_text .text_wrapper .text p {
  margin:0 0 20px;
}

.news_back_btn {
  display:none;
  background-color:#1F6FB7;
  color:#fff;
  float:right;
}

.news_back_btn:hover {
  background-color:#00ADEF;
}

.news_time_place {
  padding-top: 0 !important;
  color:#1F6FB7;
  height: 33px;
  line-height: 33px;
  border: 1px solid #e5ecf2;
  border-top: 0;
  padding-left: 10px !important;
}

.mobile-section-header {
  height:30px;
  border-left: 5px solid #ffbd4c;
  line-height: 30px;
  font-size: 16px !important;
  padding-left: 10px;
  display: block !important;
  margin: 10px 0 !important;
  color: #1F6FB7;
  font-family: 'DinAlterMedium',sans-serif;
}

.mobile-under-title {
  height: 10px;
  width: 300px;
  margin-bottom: 10px;
  background: url(../img/mobile/under-title.jpg) no-repeat left top;
}

.mobile-news-top-line {
  width: 300px;
  height: 40px;
  overflow: hidden;
  margin-top: 10px;
}

.mobile-news-top-line .go-back-btn {
  float: left;
  width: 51px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  background: #2070b9 url(../img/mobile/icons/go-back.jpg) no-repeat 14px center;
  font-family: "Patara Nino",sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 29px;
}

.mobile-news-top-line .fb-plugin {
  width: 117px;
  height: 38px;
  border: 1px solid #e5ecf2;
  border-left: 0;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 29px;
}

.mobile-news-top-line .tw-plugin {
  width: 89px;
  height: 29px;
  border: 1px solid #e5ecf2;
  border-left: 0;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 30px;

  padding-top: 9px;
  padding-left: 12px;
}

.news_right_side {
  width:300px;
}

.mobile-gallery-right {
  display: none;
}

#banner-news {
  display: none;
  padding-top:36px;
  height:250px;
}

.news_right_side .news_side_title {
  display:block;
  padding: 0 0 0 10px !important;
  font-size: 16px !important;
  text-transform: uppercase;
}

#news_most_read {
}

#news_most_read ul {
  padding: 0;
}

#news_most_read ul li {
  border-bottom:1px solid #e5e5e5;
  display:table;
  width:100%;
  padding: 10px 0;
}

#news_most_read ul li a {
  color:#1F6FB7;
  display:table-cell;
  vertical-align:middle;
  position:relative;
  padding-right:0;
}

#news_most_read ul li a:hover {
  color:#00ACED;
}

#news_most_read ul li a .nmr {
  position:absolute;
  display:none;
  right:13px;
  top:24%;
}

#news_tag_cloud {
  display: none;
  padding-top:47px;
  height:auto;
  min-height:250px;
  max-height:435px;
  max-width:301px;
}

.tag_cloud a {
  color:#1F6FB7;
  padding:4px;
}

.tag_cloud a:hover {
  color:#00ACED!important;
}

#tabs_related {
  padding-top:30px;
}

.blog_author_wrap {
  height:72px;
  padding:20px 0;
}

.blog_author_wrap img {
  width:106px;
  height:72px;
  float:left;
}

.blog_author_wrap p {
  margin-left:120px;
}

.blog_author_wrap .author_name {
  color:#1F6FB7;
}

.blog_author_wrap .author_position {
  color:#000;
}

.blog_author_wrap .time_place {
  color:#000;
  display: none;
}

.blog_author_wrap .dotted_divider {
  border-bottom:1px dotted #C4C9CC;
  width:170px;
  margin-top:8px;
  margin-bottom:8px;
}

.news_text span {
  color:#7f7f7f;
  font-size:12px;
  font-family:arial;
}

.link_style {
  color:#00ADEF;
  line-height:20px;
  font-size:14px;
}

.history_right_side {
  float:left;
  padding-left:40px;
  width:280px;
}

.history_right_side .news_side_title {
  padding:8px 0 20px;
}

.news_text .text ul li {
  list-style-image:url(../img/bullet_arrow.png);
  margin-bottom:20px;
}

.news_text .text_wrapper {
  width: 300px;
}

#news_archive_wrap {
  padding-top: 0;
}

#news_archive_wrap h2,
#news_archive_wrap h1 {
  color:#1F6FB7;
  margin:8px 0 17px;
  display: none;
}

#news_archive_wrap .tabs {
  float:left;
  border-bottom:34px solid #1F6FB7;
  border-right:18px solid rgba(0,0,0,0);
  height:0;
  width:124px;
}

#news_archive_wrap .tabs a {
  color:#fff;
  display:block;
  padding:0 0 0 5px;
  height:auto;
  line-height:21px;
  border:0;
}

#news_archive_wrap .blue_bot_line {
  height:34px;
}

.week_news {
  padding-top:18px;
}

.news_arch_wrap .paging {
  padding-top:34px;
}

.arch {
  padding-top: 0;
}

.news_arch_today,.news_arch_week {
  height: auto;
}

.news_arch_all {
  max-height:765px;
}

.pageing {
  height:34px;
  padding-top:25px;
  display: none;
}

.pageing ul {
  padding:0;
}

.pageing .prev {
  width:93px;
  height:34px;
}

.archive_news_content {
  padding-top: 0;
}

.archive_news_content ul {
  padding:0;
}

.archive_news_content ul li {
  width:300px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.news_arch_wrap.week_news {
  display: none;
}

.archive_news_content ul li .single_arch_news .text {
  display: none;
}

.archive_news_content ul li .single_arch_news .author_time, .single_intro_news .author_time {
  color: #898989;
  font-size: 14px;
  margin-top: 3px;
}

.archive_news_content ul li:last-child {
  border: 0;
}

.archive_news_content.intro_news_content ul li:first-child+li+li+li {
  padding:0;
}

.arch_news_imgwrap, .single_arch_news img {
  width:300px;
  height:202px;
  padding-bottom:12px;
  display: none;
}

.archive_news_content ul li:first-child .single_arch_news {
  position: relative;
}

.archive_news_content ul li:first-child .single_arch_news .arch_news_imgwrap,
.archive_news_content ul li:first-child .single_arch_news img {
  display: block;
  padding: 0;
}

.archive_news_content ul li .mobile-text-shadow-wrapper {
  background: none;
  height: auto;
  position: static;
  bottom: auto;
  left: auto;
  width: auto;
}

.archive_news_content ul li:first-child .mobile-text-shadow-wrapper {
  background: url(../img/mobile/news-title-bg.png) repeat-x bottom center;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
}

.archive_news_content ul li:first-child .single_arch_news .general_news_title {
  position: absolute;
  font-size: 16px !important;
  color: #fff !important;
  bottom: 30px;
  left: 0;
  padding: 0 10px;
  line-height: 18px;
}

.archive_news_content ul li:first-child .single_arch_news .author_time {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  color: #888888 !important;
  font-size: 13px !important;
  padding-left: 10px;;
}

.disabled_link {
  pointer-events:none;
  cursor:default;
}

.cat_select {
  float:right;
  display: none;
}

.cat_select a {
  color:#1F6FB7;
  display:block;
  padding:6px 0 10px 66px;
  background:url(../img/header_select_arrow.png) no-repeat 183px 15px;
  width:125px;
}

.cat_select ul {
  display:none;
  padding:5px 0 0;
  z-index:10;
  position:absolute;
}

.cat_select ul li {
  background:#2070B8;
  width:191px;
}

.cat_select ul li:hover {
  background:#00ADEF;
}

.cat_select ul li a {
  color:#FFF;
  padding:8px 14px 7px;
  display:block;
  background:0;
}

#news_arch_banner {
  display: none;
  width:958px;
  height:135px;
  padding-top:25px;
}

.nodata {
  width:100%;
  height:372px;
  background:#E0E5E9;
  top:45px;
  position:relative;
}

.nodata p {
  color:#2070B8;
}

#tabs_arch_blogs {
}

#tabs_arch_blogs .tabs a {
}

#tabs_arch_blogs .tabs a span {
  display:block;
  padding:6px 20px 0 30px;
}

.gt-timeline {
  position:relative;
  width:960px;
  height:100px;
  border:0 solid red;
  margin-left:auto;
  margin-right:auto;
}

.gt-timeline div.main_line {
  border:0;
  clear:both;
  height:2px;
  width:100%!important;
  position:absolute;
  top:50px;
  left:0;
  z-index:0;
  background:url(../img/timeline/line.png);
}

.gt-timeline div.event {
  background:url(../img/timeline/events.png) no-repeat 0 0;
  width:12px;
  height:12px;
  cursor:pointer;
  position:absolute;
  z-index:2;
  top:45px;
}

.gt-timeline div.selected {
}

.gt-timeline div.e-message {
  background:url(../img/timeline/tooltip.png) no-repeat;
  width:120px;
  height:50px;
  position:absolute;
  top:-5px;
}

.gt-timeline div.e-message .msg {
  color:#1F6FB7;
  padding:15px 23px;
  text-shadow:0 0 0;
  cursor:pointer;
  z-index:100;
  position:relative;
}

.gt-timeline div.e-message .msg:hover {
}

.gt-timeline div.e-message .info {
  padding:5px;
  font-size:11px;
  text-shadow:0 0 0;
  cursor:auto;
  z-index:100;
  position:relative;
  font-weight:700;
  border-bottom:1px dashed #999;
  position:default;
}

.gt-timeline div.e-message .message-pointer {
  background:url(../img/main_img.png) no-repeat 0 -122px;
  width:14px;
  height:18px;
  position:absolute;
  top:-11px;
  z-index:1;
}

.gt-timeline .icon-close {
  background:url(../img/main_img.png) no-repeat -3px -227px;
  background-color:#999;
  width:14px;
  height:14px;
  position:absolute;
  top:5px;
  right:7px;
  cursor:pointer;
}

.gt-timeline div.event:hover {
  background-position:-14px 0;
}

.gt-timeline div.horizontal-line {
  border:0;
  border-left:3px solid #666;
  clear:both;
  height:20px;
  width:0;
  position:absolute;
  z-index:1;
  top:30px;
}

.gt-timeline div.leftend {
  left:14px;
}

.gt-timeline div.rightend {
  right:0;
}

.gt-timeline .leftend .year {
  position:relative;
  text-align:center;
  top:-30px;
  left:-15px;
}

.gt-timeline .leftend .month {
  position:relative;
  text-align:center;
  top:-32px;
  left:-11px;
}

.gt-timeline div.month-line {
  height:15px;
  border-left:2px solid #666;
}

.gt-timeline div.even-month {
  top:37px;
}

.gt-timeline div.even-month .month {
  position:relative;
  top:-18px;
  left:-10px;
}

.gt-timeline div.odd-month {
  top:41px;
  height:10px;
  border-left:1px solid #999;
}

.gt-timeline .year,.gt-timeline .month {
  font-size:12px;
}

.gt-timeline .year {
  font-weight:700;
}

.bx-wrapper {
  position:relative;
  margin:0 auto 60px;
  padding:0;
  zoom:1;
}

.bx-wrapper img {
  max-width: 300px;
  display:block;
}

.bx-wrapper .bx-viewport {
  height: auto !important;
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
  position:absolute;
  bottom:-30px;
  width:100%;
}

.bx-wrapper .bx-loading {
  min-height:50px;
  background:url(../img/bxslider/bx_loader.gif) center center no-repeat #fff;
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2000;
}

.bx-wrapper .bx-pager {
  text-align:center;
  font-size:.85em;
  font-family:Arial;
  font-weight:700;
  color:#666;
  padding-top:20px;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display:inline-block;
  zoom:1;
  display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background:#666;
  text-indent:-9999px;
  display:block;
  width:10px;
  height:10px;
  margin:0 5px;
  outline:0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
  background:#000;
}

.bx-wrapper .bx-prev {
  left:376px;
  background:url(../img/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right:10px;
  background:url(../img/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position:0 0;
}

.bx-wrapper .bx-next:hover {
  background-position:-43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position:absolute;
  top:92%;
  margin-top:-16px;
  outline:0;
  width:32px;
  height:32px;
  text-indent:-9999px;
  z-index:500;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display:none;
}

.bx-wrapper .bx-controls-auto {
  text-align:center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display:block;
  text-indent:-9999px;
  width:10px;
  height:11px;
  outline:0;
  background:url(../img/bxslider/controls.png) -86px -11px no-repeat;
  margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position:-86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display:block;
  text-indent:-9999px;
  width:9px;
  height:11px;
  outline:0;
  background:url(../img/bxslider/controls.png) -86px -44px no-repeat;
  margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position:-86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align:left;
  width:80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right:0;
  width:35px;
}

.bx-wrapper .bx-caption {
  position:absolute;
  bottom:0;
  left:0;
  background:rgba(6,31,62,.75);
  width:100%;
  height:48px;
}

.bx-wrapper .bx-caption span {
  color:#fff;
  display:block;
  padding:10px;
  width:345px;
}

.elect_wrap {
  padding-top:37px;
  float:left;
}

#tab_elect_ins {
  width:165px;
}

#tab_elect_ins span {
  padding:7px 0 0 38px;
  display:block;
}

.elect_top {
  height:425px;
  padding-top:35px;
}

.elect_top_left {
  float:left;
  width:622px;
  height:425px;
}

.elect_top_right {
  float:left;
  width:302px;
  height:425px;
  padding-left:18px;
}

.history_header {
  height:47px;
}

.history_header h3 {
  margin:0;
  color:#1F6FB7;
}

.history_header p {
  color:#000;
}

.elect_top_right ul {
  padding:0;
}

.elect_top_right ul li {
  border-bottom:1px dotted #D1D6DB;
  height:80px;
  padding-top:11px;
}

.elect_top_right ul li:first-child {
  padding-top:18px;
}

.elect_top_right ul li a {
  float:left;
  color:#1F6FB7;
  padding-left:15px;
  margin-top:-3px;
}

.elect_top_right ul li a:hover {
  color:#00ADEF;
}

.elect_top_right ul li img {
  width:71px;
  height:68px;
  float:left;
}

.elect_top_right ul li p {
  float:left;
  padding-left:15px;
}

.elect_top_right ul li .pers_postion {
  color:#000;
  padding-top:2px;
}

.elect_top_right ul li .pers_date {
  color:#767676;
  padding-top:17px;
}

.elect_slider {
  float:left;
  position:relative;
}

.elect_slider ul {
  padding:0;
}

.news_pub_date {
  display: none;
  width:94px;
  height:24px;
  padding:4px 10px;
  position:absolute;
  z-index:10;
  background:url(../img/news_date.png) no-repeat;
  top:12px;
  left:13px;
}

.elect_slider .bxslider li,.elect_slider .bxslider li img {
  height:425px;
  max-height:425px;
}

.elect_slider .bxslider li img {
  margin:auto;
}

.elect_slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  top:95%;
  margin-top:-18px;
  left:546px;
}

.elect_slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  top:95%;
  margin-top:-18px;
}

#elect_news {
  height:450px;
  padding-top:45px;
}

#tab_elect_news {
  width:120px;
}

#tab_elect_news span {
  padding:7px 0 0 38px;
  display:block;
}

#elect_news .intro_news_content {
  padding-top:15px;
}

.elect_bot {
  padding-top:50px;
  float:left;
}

.elect_bot_elem {
  width:295px;
  height:263px;
  float:left;
}

#elect_finances,#elect_statistics {
  padding-left:35px;
}

.img_with_caption {
  display:block;
  position:relative;
  padding-top:24px;
  height:202px;
}

.img_with_caption img {
  width:295px;
  height:201px;
}

.img_with_caption .caption {
  position:absolute;
  bottom:0;
  left:0;
  background:rgba(6,31,62,.75);
  width:100%;
  height:63px;
}

.img_with_caption .caption p {
  color:#fff;
  padding:5px 0 0 12px;
}

#tab_elect_programs,#tab_elect_finances,#tab_elect_statistics {
  width:165px;
}

#tab_elect_programs span,#tab_elect_finances span,#tab_elect_statistics span {
  padding:7px 0 0 38px;
  display:block;
}

.news_left_side.gallery_wrap .bx-viewport {
  height: 205px !important;
}

.news_left_side.gallery_wrap .bx-viewport ul li {
  height: 205px !important;
}

.news_left_side.gallery_wrap .bx-viewport ul li img {
  max-width: 300px;
  max-height: 205px;
}

.top_gal_wrap,.top_gal_wrap img {
  width: 300px;
  height: 205px;
}

.top_gal_wrap {
  padding-top:0px;
  padding-bottom:0px;
}

.top_gal_wrap ul li,.top_gal_wrap ul li img {
  height:420px;
  max-height:420px;
}

.top_gal_wrap .bx-wrapper .bx-caption {
  height:67px;
}

.top_gal_wrap .bx-wrapper .bx-prev {
  left: auto !important;
  right: 50px !important;
}

.top_gal_wrap .bx-wrapper .bx-caption {
  background:rgba(0,0,0,.75);
}

.top_gal_wrap .bx-wrapper .bx-caption span {
  width: 280px;
}

.galleries_wrap {
  padding-top: 0px;
}

.galleries_wrap>ul {
  padding:0;
}

.galleries_wrap>ul li {
  float:left;
  padding:0;
  width:145px;
  height: 163px;
  position:relative;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.galleries_wrap>ul li:nth-child(2n) {
  margin-right: 0;
}

.galleries_wrap > ul li a {
  display:block;
  width: 145px;
  height: 163px;
  color:#1F6FB7;
  text-decoration: none !important;
}

.galleries_wrap>ul li a:hover {
  text-decoration:underline;
  color:#00ABEC;
}

.galleries_wrap>ul li img {
  height: 100px;
  width: 145px;
  display: block;
}

.galleries_wrap>ul li .gallery_name {
  display: block;
  width: 133px;
  height: 52px;
  border: 1px solid #ccc;
  border-top: 0;
  color: #898989;
  font-size: 14px;
  padding: 5px;
}

.gallery_cover {
  width:303px;
  height:202px;
}

.gallery_name {
}

.galleries_wrap .news_pub_date {
}

.sharer_album {
  position:absolute;
  width:28px!important;
  height:24px!important;
  top:7px;
  right:25px;
  background:url(../img/share_small.png) no-repeat;
}

.sharer_album_ins {
  position:absolute;
  width:74px;
  height:24px;
  top:12px;
  right:12px;
  background:url(../img/share_labeled.png) no-repeat;
  z-index:10;
}

.gallery_inside_wrap {
  padding-top: 0px;
}

.gwrap {
  padding-top:0px;
}

.top_slider {
  width:320px;
  height:302px;
}

#slider.top_slider img {
  width: 320px;
  height: 238px;
}

.full_galleries_wrap {
  display: none;
  padding-top:10px;
}

#slider img {
  width:958px;
  height:706px;
}

#slider .flex-viewport {
}

#slider .flex-caption {
  position:absolute;
  bottom:0;
  left:0;
  margin:0;
  color:#fff;
  background-color: #165288;
  height:64px;
  width:320px;
}

#slider .flex-caption span {
  display:block;
  float:left;
}

#slider .flex-caption .flex_title {
  padding: 5px;
  width:320px;
  font-size: 13px;
}

#slider .flex-caption .flex_divider {
  width:1px;
  height:40px;
  border-right:1px dotted #fff;
  margin-top:19px;
}

#slider .flex-caption .flex_author {
  padding:18px 0 0 23px;
}

#slider .slides li {
  position:relative;
  height: 302px;
}

#slider .flex-direction-nav li a {
  background:url(../img/ins_gal/big_arrows.png) no-repeat;
}

#slider .flex-direction-nav .flex-prev {
  background-position:0 0;
}

#slider .flex-direction-nav .flex-next {
  background-position:-40px 0;
}

#carousel {
  width:320px;
  height:auto;
  background: #e5edf0;
}

#carousel .flex-viewport {
  width: 320px;
  height: auto;
  top: -5px;
}

#carousel .flex-viewport .slides {
  padding-top:5px;
  width: auto !important;
  -webkit-transform: none !important;
}

#carousel .flex-direction-nav {
  display: none;
}

#carousel ul li {
  width:74px !important;
  height:54px;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
}

#carousel ul li:first-child {
  margin-left: 5px;
}

#carousel ul li:nth-child(4n + 1) {
  margin-left: 5px;
}

#carousel ul li:nth-child(4n) {
  margin-right: 0;
}

#carousel ul li img {
  width:74px;
  height:54px;
  margin:0;
}

#carousel ul li.flex-active-slide {
  border: 5px solid #155185;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#carousel ul li.flex-active-slide img {
  width:64px;
  height:44px;
}

#carousel .flex-active-slide .carousel_back {
  background:url(../img/ins_gal/gal_active.png) no-repeat;
  z-index:999;
  position:absolute;
  top:0;
  width:102px;
  height:73px;
}

#carousel .flex-direction-nav a {
  width:31px;
  height:68px;
  background:url(../img/ins_gal/small_arrows.png) no-repeat;
  top:20px;
}

#carousel .flex-direction-nav .flex-prev {
  background-position:0 0;
}

#carousel .flex-direction-nav .flex-next {
  background-position:-31px 0;
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
  outline:0;
}

.slides,.flex-control-nav,.flex-direction-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.flexslider {
  margin:0;
  padding:0;
}

.flexslider .slides>li {
  display:none;
  -webkit-backface-visibility:hidden;
}

.flexslider .slides img {
  width:100%;
  display:block;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

html[xmlns] .slides {
  display:block;
}

* html .slides {
  height:1%;
}

.no-js .slides>li:first-child {
  display:block;
}

.flexslider {
  background:#fff;
  position:relative;
  zoom:1;
}

.flex-viewport {
  max-height:2000px;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;
}

.loading .flex-viewport {
  max-height:300px;
}

.flexslider .slides {
  zoom:1;
}

.carousel li {
  margin-right:5px;
}

.flex-direction-nav a {
  width:40px;
  height:56px;
  margin:-20px 0 0;
  display:block;
  position:absolute;
  top: 110px;
  cursor:pointer;
  text-indent:-9999px;
  -webkit-transition:all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position:100% 0;
  right:0;
}

.flex-direction-nav .flex-prev {
  left:0;
}

.flex-direction-nav .disabled {
  opacity:.3!important;
  filter:alpha(opacity=30);
  cursor:default;
}

.flex-control-nav {
  width:100%;
  position:absolute;
  bottom:-40px;
  text-align:center;
}

.flex-control-nav li {
  margin:0 6px;
  display:inline-block;
  zoom:1;
  display:inline;
}

.flex-control-paging li a {
  width:11px;
  height:11px;
  display:block;
  background:#666;
  background:rgba(0,0,0,.5);
  cursor:pointer;
  text-indent:-9999px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
  box-shadow:inset 0 0 3px rgba(0,0,0,.3);
}

.flex-control-paging li a:hover {
  background:#333;
  background:rgba(0,0,0,.7);
}

.flex-control-paging li a.flex-active {
  background:#000;
  background:rgba(0,0,0,.9);
  cursor:default;
}

.flex-control-thumbs {
  margin:5px 0 0;
  position:static;
  overflow:hidden;
}

.flex-control-thumbs li {
  width:25%;
  float:left;
  margin:0;
}

.flex-control-thumbs img {
  width:100%;
  display:block;
  opacity:.7;
  cursor:pointer;
}

.flex-control-thumbs img:hover {
  opacity:1;
}

.flex-control-thumbs .active {
  opacity:1;
  cursor:default;
}

@media screen and max-width860px {
  .flex-direction-nav .flex-prev
  {
    opacity:1;
    left:0;
  }

  .flex-direction-nav .flex-next
  {
    opacity:1;
    right:0;
  }
}

.contact_wrap {
  padding-top: 0;
}

.contact_form {
  display: none;
}

.contact_form.mobile-version {
  display: block;
}

.contact_form.mobile-version input, .contact_form.mobile-version textarea, .contact_form.mobile-version .input {
  width: 280px;
  height: 38px;
  background: #fff;
  border: 1px solid #cccccc;
  color: #888888;
  padding-left: 18px;
  outline: none;
  display: block;
  margin-bottom: 10px;
}

.contact_form.mobile-version textarea {
  height: 104px;
  resize: none;
  padding-top: 14px;
}

.contact_form.mobile-version .input {
  padding-left: 0;
  width: 298px;
}

.contact_form.mobile-version .input input {
  border: 0;
  margin-bottom: 0;
  height: 30px;
  width: 170px;
  float: left;
}

.contact_form.mobile-version .input .scode {
  float: right;
  background: #f1f1f1;
  width: 98px;
  height: 38px;
  display: block;
  position: static;
  line-height: 38px;
  text-align: center;
  border-left: 1px solid #ccc;
}

.cont_main_title {
  color:#1F6FB7;
  height: 30px;
  border-left: 5px solid #ffbd4c;
  line-height: 30px;
  font-size: 16px !important;
  padding-left: 10px;
  display: block !important;
  margin: 10px 0 !important;
}

.cont_title {
  color:#1F6FB7;
  padding-top:12px;
}

.cont_text {
  color:#000;
  padding-top:5px;
}

.cont_left {
  width:300px;
  padding-right:0;
  padding-top:0;
}

.cont_right {
  display: none;
  float:left;
  width:651px;
  padding-top:50px;
}

.cont_left ul {
  padding:0;
}

.cont_left ul li {
  height:65px;
  border-bottom:1px dotted #C4C9CC;
}

.cont_right input[type=text] {
  border:1px solid #C3C9CB;
  width:300px;
  height:32px;
  margin:7px 0;
  padding-left:15px;
}

.cont_right textarea {
  border:1px solid #C3C9CB;
  width:633px;
  height:140px;
  padding-left:15px;
  margin-top:8px;
}

.cont_right img {
  padding-top:4px;
}

.cont_submit {
  display:block;
  color:#fff;
  background-color:#1F6FB7;
  padding:10px 30px;
  float:right;
  margin:6px -3px;
}

.sdvg {
  margin-left:14px!important;
}

.scode {
  color:#00ACED;
  position:absolute;
  top:17px;
  right:15px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
  padding:0;
  margin:0;
  border:0;
  outline:0;
  vertical-align:top;
}

.fancybox-wrap {
  position:absolute;
  top:25px!important;
  left:0;
  z-index:8020;
}

.fancybox-skin {
  position:relative;
  background:#f9f9f9;
  color:#444;
  text-shadow:none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

.fancybox-opened {
  z-index:8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);
  -moz-box-shadow:0 10px 25px rgba(0,0,0,.5);
  box-shadow:0 10px 25px rgba(0,0,0,.5);
}

.fancybox-outer,.fancybox-inner {
  position:relative;
}

.fancybox-inner {
  overflow:hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling:touch;
}

.fancybox-error {
  color:#444;
  font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin:0;
  padding:15px;
  white-space:nowrap;
}

.fancybox-image,.fancybox-iframe {
  display:block;
  width:100%;
  height:100%;
}

.fancybox-image {
  max-width:100%;
  max-height:100%;
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
  background-image:url(../../img/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-22px;
  margin-left:-22px;
  background-position:0 -108px;
  opacity:.8;
  cursor:pointer;
  z-index:8060;
}

#fancybox-loading div {
  width:44px;
  height:44px;
  background:url(../../img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position:absolute;
  top:-18px;
  right:-18px;
  width:36px;
  height:36px;
  cursor:pointer;
  z-index:8040;
}

.fancybox-nav {
  position:absolute;
  top:0;
  width:40%;
  height:100%;
  cursor:pointer;
  text-decoration:none;
  background:transparent url(../../img/fancybox/blank.gif);
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  z-index:8040;
}

.fancybox-prev {
  left:0;
}

.fancybox-next {
  right:0;
}

.fancybox-nav span {
  position:absolute;
  top:50%;
  width:36px;
  height:34px;
  margin-top:-18px;
  cursor:pointer;
  z-index:8040;
  visibility:hidden;
}

.fancybox-prev span {
  left:10px;
  background-position:0 -36px;
}

.fancybox-next span {
  right:10px;
  background-position:0 -72px;
}

.fancybox-nav:hover span {
  visibility:visible;
}

.fancybox-tmp {
  position:absolute;
  top:-99999px;
  left:-99999px;
  visibility:hidden;
  max-width:99999px;
  max-height:99999px;
  overflow:visible!important;
}

.fancybox-lock {
  overflow:hidden!important;
  width:auto;
}

.fancybox-lock body {
  overflow:hidden!important;
}

.fancybox-lock-test {
  overflow-y:hidden!important;
}

.fancybox-overlay {
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  display:none;
  z-index:8010;
  background:url(../../img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position:fixed;
  bottom:0;
  right:0;
}

.fancybox-lock .fancybox-overlay {
  overflow:auto;
  overflow-y:scroll;
}

.fancybox-title {
  visibility:hidden;
  font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position:relative;
  text-shadow:none;
  z-index:8050;
}

.fancybox-opened .fancybox-title {
  visibility:visible;
}

.fancybox-title-float-wrap {
  position:absolute;
  bottom:0;
  right:50%;
  margin-bottom:-35px;
  z-index:8050;
  text-align:center;
}

.fancybox-title-float-wrap .child {
  display:inline-block;
  margin-right:-100%;
  padding:2px 20px;
  background:transparent;
  background:rgba(0,0,0,.8);
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  text-shadow:0 1px 2px #222;
  color:#FFF;
  font-weight:700;
  line-height:24px;
  white-space:nowrap;
}

.fancybox-title-outside-wrap {
  position:relative;
  margin-top:10px;
  color:#fff;
}

.fancybox-title-inside-wrap {
  padding-top:10px;
}

.fancybox-title-over-wrap {
  position:absolute;
  bottom:0;
  left:0;
  color:#fff;
  padding:10px;
  background:#000;
  background:rgba(0,0,0,.8);
}

@media only screen and -webkit-min-device-pixel-ratio15,only screen and min--moz-device-pixel-ratio15,only screen and min-device-pixel-ratio15 {
  #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span
  {
    background-image:url(../../img/fancybox/fancybox_sprite@2x.png);
    background-size:44px 152px;
  }

  #fancybox-loading div
  {
    background-image:url(../../img/fancybox/fancybox_loading@2x.gif);
    background-size:24px 24px;
  }
}

input, select, textarea {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
