/*
/*
    Main SCSS file
*/
/*
    external libs
*/
.scroll_content {
  margin: 0px;
  width: 309px;
  height: 475px;
  padding: 0px;
  overflow: hidden;
  background: none;
}

.scroll_content p:nth-child(even) {
  color: #999;
  font-family: Georgia,serif;
  font-size: 17px;
  font-style: italic;
}

.scroll_content p:nth-child(3n+0) {
  color: #c96;
}

.mCSB_container {
  width: auto;
  margin-right: 0px;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #bec5e4;
  /* rgba fallback */
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #1d1f52;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  /*background-image:url(mCSB_buttons.png);
  background-repeat:no-repeat;*/
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.ad-gallery {
  width: 640px;
}

.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}

.ad-gallery .ad-image-wrapper {
  width: 640px;
  height: 345px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 0px;
}

.ad-gallery .ad-image-wrapper .ad-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}

.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}

.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
  /* Or else IE will hide it */
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  width: 30px;
  height: 30px;
  display: none;
  position: RELATIVE;
  top: 47%;
  left: 0;
  z-index: 101;
}

div.ad-next:hover {
  background: url("go_right_.png") no-repeat transparent;
  background-position: 130px 50%;
}

div.ad-prev:hover {
  background: url("go_left_.png") no-repeat transparent;
  background-position: 0px 50%;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  width: 30px;
  height: 30px;
  right: 0;
  left: auto;
}

.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
  border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 7px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url(js/addgallery/opa75.png);
  color: #000;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  display: none;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='opa75.png');
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
  display: block;
}

.ad-gallery .ad-controls {
  height: 20px;
}

.ad-gallery .ad-info {
  float: left;
}

.ad-gallery .ad-slideshow-controls {
  float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
  padding-left: 5px;
  font-size: 0.9em;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
  cursor: default;
  font-style: italic;
}

.ad-gallery .ad-nav {
  width: 100%;
  position: relative;
}

.ad-gallery .ad-forward, .ad-gallery .ad-back {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
  height: 100px;
}

.ad-gallery .ad-back {
  cursor: pointer;
  left: -20px;
  width: 40px;
  display: block;
}

.ad-gallery .ad-forward {
  cursor: pointer;
  display: block;
  right: -20px;
  width: 40px;
}

.ad-gallery .ad-nav {
  overflow: hidden;
  width: 100%;
}

.ad-thumbs {
  overflow: hidden;
  width: 80%;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
  float: left;
  width: 9000px;
  margin-left: 10px;
  list-style: none;
}

.ad-gallery .ad-thumbs li {
  float: left;
  padding-right: 5px;
}

.ad-gallery .ad-thumbs li a {
  display: block;
}

.ad-gallery .ad-thumbs li a img {
  display: block;
}

.ad-gallery .ad-thumbs li a.ad-active img {
  border: 1px solid #616161;
}

.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

* html #fancybox-loading {
  /* IE6 */
  position: absolute;
  margin-top: 0;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("fancybox.png");
}

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none;
}

* html #fancybox-overlay {
  /* IE6 */
  position: absolute;
  width: 100%;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 1101;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-image: url("fancybox.png");
  background-position: -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 7px;
  margin: 0;
}

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #111c3a;
}

.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.fancybox-title-over {
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url("fancy_title_over.png");
  display: block;
}

#fancybox-title-wrap {
  display: inline-block;
}

#fancybox-title-wrap span {
  height: 32px;
  float: left;
}

#fancybox-title-left {
  padding-left: 15px;
  background-image: url("fancybox.png");
  background-position: -40px -90px;
  background-repeat: no-repeat;
}

#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background-image: url("fancybox-x.png");
  background-position: 0px -40px;
  color: #FFF;
}

#fancybox-title-right {
  padding-left: 15px;
  background-image: url("fancybox.png");
  background-position: -55px -90px;
  background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url("blank.gif");
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url("fancybox.png");
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url("fancybox.png");
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancy-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("fancybox-x.png");
}

#fancy-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -162px;
}

#fancy-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("fancybox-y.png");
  background-position: -20px 0px;
}

#fancy-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -182px;
}

#fancy-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("fancybox-x.png");
  background-position: 0px -20px;
}

#fancy-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -142px;
}

#fancy-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("fancybox-y.png");
}

#fancy-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -122px;
}

.navigation {
  width: 595px;
  padding-left: 0px;
  height: 48px;
  background: none;
  float: right;
  top: 0px;
  display: inline-block;
}

.navigation ul {
  display: inline-block;
  height: 43px;
  display: inline-block;
  top: 0px;
  margin-top: 0px;
  padding: 0px;
  float:right;
}

.navigation li {
  height: 28px;
  float: left;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'roboto_B';
  color: #fff;
  display: inline-block;
  padding: 10px 10px 0 10px;
}

.navigation li:hover {
  border-bottom: 5px solid #ff9900;
}

.navigation a {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'roboto_B';
  color: #fff;
  text-shadow: 0px 0px 2px black;
}

.navigation a:hover {
  color: #eee;
}

#menu li a {
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.drop_menu {
  margin: 0 auto;
  width: 960px;
}

.drop1, .drop2, .drop3, .drop4, .drop5, .drop6 {
  display: none;
  position: relative;
  width: 615px;
  float: right;
  margin-top: -5px;
  padding: 10px 10px 10px 15px;
  background-color: #fff;
  color: #000;
  opacity: 0.95;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 5px 10px -2px #777;
  -webkit-box-shadow: 0 5px 10px -2px #777;
  border-left: #fff 2px solid;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.drop1 a, .drop2 a, .drop3 a, .drop4 a, .drop5 a, .drop6 a {
  font-size: 11px;
  color: #1d1f48;
  text-transform: uppercase;
  display: block;
  padding: 0 9px 0 7px;
  float: left;
  background: url(grey_arrow.png) no-repeat 0px 3.5px;
}

.drop1 a:hover, .drop2 a:hover, .drop3 a:hover, .drop4 a:hover, .drop5 a:hover, .drop6 a:hover {
  color: #ff9900;
  background: url(red_arrow.png) no-repeat 0px 3.5px;
}

/* CSS Document */
@font-face {
  font-family: 'roboto_B';
  src: url("fonts/robotoslab-bold-webfont.eot");
  src: url("fonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab-bold-webfont.woff") format("woff"), url("fonts/robotoslab-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_R';
  src: url("fonts/robotoslab-regular-webfont.eot");
  src: url("fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab-regular-webfont.woff") format("woff"), url("fonts/robotoslab-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* main classes */

body {
  background: #f9f9f9 url(sitebg.gif) center;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #111c3a;
}

a {
  text-decoration: none;
  color: #4f4f4f;
}

img {
  border: 0px;
}

blockquote {
  font-style: italic;
}

.site_box {
  width: 990px;
  margin: 0 auto;
  text-align: center;
}

.wrapper {
  background: #fff;
  width: 990px;
  margin: 0 auto;
  display: inline-block;
  z-index: 5;
  position: relative;
  top: 0;
  text-align: left;
  padding-bottom: 20px;
}

.site_box_content {
  width: 960px;
  margin: 0 auto;
  margin-top: 105px;
  font-size: 12px;
}

.left_10px {
  margin-left: 10px;
}

.right_10px {
  margin-right: 10px;
}

.top_5px {
  margin-top: 5px;
}

.top_0px {
  margin-top: 0px !important;
}

.top_10px {
  margin-top: 10px;
}

.top_20px {
  margin-top: 20px !important;
}

.top_30px {
  margin-top: 30px;
}

.r_10{
  margin-right: 10px;
}
.r_20{
  margin-right: 20px;
}
.r_50{
  margin-right: 60px !important;
}

.b_10px {
  margin-bottom: 10px !important;
}

.b_20px {
  margin-bottom: 20px;
}

.h_auto {
  height: auto;
}

.center {
  text-align: center;
}

.border_t {
  border-top: 1px #bec5e4 dotted;
}

.border_b {
  border-bottom: 1px #bec5e4 dotted;
}

.p_b_10px {
  padding-bottom: 10px;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.clb {
  clear: both;
}

.alc {
  text-align: center;
}

.all {
  text-align: left;
}

.alr {
  text-align: right;
}

.chktd {
  cursor: pointer;
}

.npchange {
  cursor: pointer;
}

.news_info {
  margin: 10 0 10px 0;
  font-size: 10px;
  color: #6D8DBE;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  height: 19px;
  letter-spacing: -0.05em;
  display: inline-block;
}

.eye_icon {
  background: url(eye_icon.png) no-repeat left;
  height: 19px;
  padding: 2px 0 2px 25px;
}

.comment_icon {
  background: url(comment_icon.png) no-repeat left;
  height: 19px;
  padding: 2px 0 2px 25px;
}

.red_arrow {
  background: #bec5e4;
  height: 9px;
  width: 4px;
  background: url(red_arrow.png);
  display: inline-block;
  margin: 0 0 -1px 5px;
}

.title_box {
  height: 24px;
  border-top: 1px #bec5e4 dotted;
  border-bottom: 3px #bec5e4 solid;
  font-size: 12px;
  font-family: 'roboto_B';
  text-transform: uppercase;
  padding: 6px 0 0 0;
  color: #152247;
}

.title_box a {
  color: #111c3a;
}

.title_box a:hover, .title_box a.on {
	color: #ff9900;
}

.error {
  color: #ff9900;
}

h1 {
  font-family: 'roboto_B';
}

/* HEADER */
.header_box {
  z-index: 100;
  top: 0px;
  width: 100%;
  height: 79px;
  background: #fff;
  position: fixed;
  background: url(header_back.gif) right top repeat-x white;
  border-bottom: 1px #FFF solid;
  box-shadow: 0 5px 10px -2px #777;
  -webkit-box-shadow: 0 4px 2px -2px #ececec;
}

.header_box_int {
  width: 960px;
  height: 79px;
  margin: 0 auto;
}

.logo {
	width: 356px;
    height: 55px;
    display: block;
    float: left;
    clear: left;
	margin: -8px 0 0 0;
}

.logo a {
  width: 356px;
  height: 55px;
  display: block;
  background: url(logo_red.png) right top no-repeat;
}

.logo a:hover {
  background-position: 0 -55px;
}

.top_line_box {
	width: 960px;
    height: 25px;
    top: 0px;
    display: block;
    margin-bottom:7px;
}

.top_line_box span {
  height: 25px;
  padding: 6px 5px 0 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'roboto_R';
  color: #bec5e4;
  display: block;
  float: left;
}

.top_line_box a {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'roboto_R';
  color: #26304B;
}

.top_line_box a:hover {
  color: #ff9900;
}

.social_top {
  width: 64px;
  height: 22px;
  float: left;
  margin-top: 4px;
  margin-left: 10px;
}

a.social_top_f {
  width: 22px;
  height: 22px;
  background: url(social_top.gif) left top no-repeat;
  display: block;
  float: left;
}

a.social_top_f:hover {
  background: url(social_top.gif) left -22px no-repeat;
}

a.social_top_t {
  width: 20px;
  height: 22px;
  background: url(social_top.gif) center top no-repeat;
  display: block;
  float: left;
}

a.social_top_t:hover {
  background: url(social_top.gif) center -22px no-repeat;
}

a.social_top_rss {
  width: 22px;
  height: 22px;
  background: url(social_top.gif) right top no-repeat;
  display: block;
  float: left;
}

a.social_top_rss:hover {
  background: url(social_top.gif) right -22px no-repeat;
}

/* END HEADER */
/*Content*/
.content {
  float: left;
  width: 640px;
}

.content_box {
  width: 640px;
}

/* users */
#userbox{
	float:right!important;
}
#userbox img{
	width:22px;
	height:22px;
	float:left;
	margin-right:5px;
	margin-top:-2px;
}
/* BREAK NEWS */
.break_news_box {
  height: 30px;
  margin-bottom: 25px;
}

.break_news_left {
  float: left;
  width: 80px;
  height: 25px;
  background: #ff9900;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  padding: 5px 0 0 20px;
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'roboto_B';
}

.break_news_right {
  float: left;
  width: 789px;
  height: 24px;
  background: #fff;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #bec5e4;
  border-left: none;
  padding: 4px 0 0 20px;
  color: #1d1f48;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'roboto_B';
  background: url(orange_arrow.png) no-repeat left 9px;
}

.break_news_right a {
  color: #1d1f48;
}

.break_news_right a:hover {
  color: #ff9900;
}

/* BLINK ME */
.blink_me {
  padding-left: 5px;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  /* Decimal not necessary, 0 and 1 is enough */
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

/* END BLINK ME */
/* BREAK NEWS */
/*
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border:none; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border:none; padding: 0px;  }
*/
ul {
  list-style-type: none;
}

/* TOP News */
.top_news_tabbox {
  width: 640px;
  height: 28px;
  margin: 0px;
  padding: 0px;
}

.tab {
  height: 28px;
  margin-right: 1px;
  background: url(tabs_red.gif) right top;
  display: inline_block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'roboto_B';
  border-left: 2px #152247 solid;
}

.tab:hover {
  height: 28px;
  margin-right: 1px;
  background: #fff;
  display: inline_block;
  color: #ff9900;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px #bec5e4 solid;
  border-bottom: none;
  cursor: pointer;
  font-family: 'roboto_B';
  color: #ff9900;
}

.tab a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 7px 9px 2px 9px;
  width: 100%;
  heght: 100%;
  font-weight:normal;
}

.tab a:hover, .top_news_redtab:hover a {
  text-decoration: none;
  color: #ff9900;
}

.tab.active {
  height: 28px;
  margin-right: 1px;
  background: #fff;
  display: table;
  color: #ff9900;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px #bec5e4 solid;
  border-bottom: none;
  font-family: 'roboto_B';
}

.tab a.active {
  color: #ff9900;
}

.tab-container {
  margin-bottom: 20px;
}

.shadow_box {
  width: 640px;
  height: 490px;
  border-right: 1px #bec5e4 solid;
  border-bottom: 1px #bec5e4 solid;
  border-top: 1px #bec5e4 solid;
}

.shadow {
  box-shadow: 10px 0px 5px -2px #ececec;
  -webkit-box-shadow: 10px 0px 5px -2px #ececec;
}

.top_news_left {
  width: 330px;
  height: 475px;
  background: url(top_news_back.gif);
  border-right: 1px #bec5e4 solid;
  display: block;
  float: left;
  text-align: left;
  overflow: hidden;
}

.red_box {
  height: 475px;
}

.red_box:hover a {
  color: #ff9900;
}

.red_box img {
  width: 310px;
  height: 290px;
  padding: 10px;
}

.red_box:hover img {
  border: 0px #ececec solid;
  margin: 0;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.red_box h1 {
  display: block;
  height: 68px;
  overflow: hidden;
}

.top_news_img {
  width: 330px;
  height: 310px;
}

.top_news_title {
  width: 310px;
  font-family: 'roboto_B';
  font-size: 20px;
  color: #111c3a;
  margin-left: 10px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 0px;
  height: 100px;
  font-weight: normal;
}

.top_news_title a {
  color: #111c3a;
  text-decoration: none;
}

.top_news_title a:hover {
  color: #ff9900;
  text-decoration: none;
  text-decoration: underline;
}

.top_news_text {
  font-size: 12px;
  color: #111c3a;
  margin-left: 10px;
  line-height: 22px;
  margin-top: -20px;
  margin-bottom: 0px;
  font-weight: normal;
}

.top_news_text a {
  color: #111c3a;
  text-decoration: none;
}

.top_news_text a:hover {
  color: #ff9900;
  text-decoration: none;
  text-decoration: none;
}

.top_news_right {
  width: 309px;
  height: 475px;
  float: left;
  background: #fff;
}

.top_news_right_news_box {
  width: 309px;
  height: 99px;
  padding: 10px 0 10px 0;
  float: left;
  font-family: 'roboto_R';
  font-size: 14px;
  color: #111c3a;
  line-height: 17px;
}

.top_news_right_news_box:hover {
  background: url(top_news_back.gif);
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.top_news_right_news_box img {
  width: 80px;
  height: 90px;
  float: left;
  margin-left: 20px;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
}

.top_news_right_news_box:hover img {
  border: 1px solid #bec5e4;
  background-color: #fff;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top_news_right_news_box:hover a {
  background-color: #fff;
  background: none;
}

.top_news_right_news_title {
  float: right;
  width: 180px;
  padding-right: 10px;
}

.top_news_right_news_title h2 {
  font-weight: normal;
  font-size: 14px;
  margin-top: 0px;
}

.top_news_right_news_title a {
  color: #111c3a;
  text-decoration: none;
}

.top_news_right_news_title a:hover {
  color: #ff9900;
  text-decoration: none;
}

.dot_container {
  height: 19px;
  display: block;
  position: absolute;
  width: 330px;
  position: relative;
  top: 440px !important;
}

.dot_number {
  height: 19px;
  display: table;
  margin: 0 auto;
  text-align: center;
}

.dot_number span a {
  background: url(dot_number_grey.png) no-repeat center top;
  width: 19px;
  height: 19px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'roboto_R';
  font-size: 12px;
  margin: 0 0 0 10px;
  float: left;
  text-decoration: none;
}

.dot_number span a:hover {
  background: url(dot_number_red.png) no-repeat center top;
  width: 19px;
  height: 19px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'roboto_R';
  font-size: 12px;
  margin: 0 0 0 10px;
  float: left;
  text-decoration: none;
}

.dot_number_active {
  background: url(dot_number_red.png) no-repeat center top !important;
}

/* END TOP News */
/* AKCENTI */
.accent_box {
  width: 152px;
  height: 220px;
  background: #2f2f2f;
  float: left;
  margin-right: 10px;
  border-bottom: 5px #2f2f2f solid;
  background: url(back_black_2.gif);
}

.accent_box:last-child {
  margin-right: 0px;
}

.accent_box:hover {
  background: url("top_news_back.gif");
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accent_box:hover a {
  color: #111c3a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accent_box_img {
  width: 152px;
  height: 108px;
  background: #2f2f2f;
}

.accent_box_img img {
  border: 0;
}

.accent_box_title {
  width: 152px;
  height: 32px;
  text-transform: uppercase;
  font-family: 'roboto_B';
  color: #fff;
  font-size: 12px;
  background: #bec5e4;
}

.accent_box_title a {
  width: 142px;
  height: 25px;
  padding: 8px 0 0 10px;
  display: block;
  color: #FFF !important;
}

.accent_box_title a:hover {
  color: #fff !important;
  background: #ff9900;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accent_box_text {
  width: 142px;
  height: 76px;
  color: #fff;
  font-size: 11px;
}

.accent_box_text a {
  color: #fff;
  font-size: 11px;
  width: 132px;
  height: 76px;
  padding: 5px 0px 0 10px;
  display: block;
}

/* END AKCENTI */
/* NASHITE AVTORI */
.avtori_max_box {
  background: url(top_news_back.gif);
  height: 293px;
  overflow: hidden;
}

.avtori_box_back {
  background: none;
  width: 152px;
  height: 240px;
  float: left;
  padding-right: 0px;
  margin-right: 11px;
  padding-top: 10px;
}

.avtori_box_back:hover {
  
}

.avtori_box_back:last-child {
  width: 151px;
  overflow: hidden;
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.avtori_box {
  width: 152px;
  height: 240px;
  float: left;
  padding-right: 0px;
  margin-right: 10px;
}

.avtori_box:hover img {
  border: 10px !important;
  padding-top: 0px;
}

.avtori_box_img {
  width: 152px;
  height: 108px;
}

.avtori_box_img img {
  border: 0;
}

.avtori_box_title {
	float:right;
  width: 142px;
  height: 20px;
  font-family: 'roboto_R';
  padding: 7px 0 0 10px;
  font-size: 12px;
  color: #ff9900;
  line-height: 12px;
}

.avtori_box_title a {
  font-size: 12px;
  color: #ff9900;
}

.avtori_box_title a:hover {
  font-size: 12px;
  color: #ff9900;
  text-decoration: underline;
}

.avtori_box_text {
  width: 132px;
  height: 60px;
  color: #111c3a;
  font-size: 11px;
  padding: 5px 10px 0 10px;
}

.avtori_box_text a {
  width: 132px;
  height: 60px;
  color: #111c3a;
  font-size: 11px;
}

.avtori_dots {
  height: 43px;
  display: table;
  margin: 0px auto;
  cursor: pointer;
}

.avtori_dots span {
  background: url(small_dots_grey.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-top: 15px;
}

.active_red {
  background: url(small_dots_red.png) !important;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-top: 15px;
}

/* END NASHITE AVTORI */
/* point box  */
.point_max_box {
  background: url(top_news_back.gif);
  height: 293px;
  overflow: hidden;
}

.point_box_back {
  background: none;
  width: 152px;
  height: 240px;
  float: left;
  padding-right: 0px;
  margin-right: 11px;
  padding-top: 10px;
}

.point_box_back:hover {
  background: url(red_back.gif) top left repeat-x;
}

.point_box_back:last-child {
  width: 151px;
  overflow: hidden;
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.point_box {
  width: 152px;
  height: 240px;
  float: left;
  padding-right: 0px;
  margin-right: 10px;
}

.point_box:hover img {
  border: 10px !important;
  padding-top: 0px;
}

.point_box_img {
  width: 152px;
  height: 108px;
}

.point_box_img img {
  border: 0;
}

.point_box_title {
  width: 142px;
  height: 20px;
  font-family: 'roboto_R';
  padding: 7px 0 0 10px;
  font-size: 12px;
  color: #ff9900;
  line-height: 12px;
}

.point_box_title a {
  font-size: 12px;
  color: #ff9900;
}

.point_box_title a:hover {
  font-size: 12px;
  color: #ff9900;
  text-decoration: underline;
}

.point_box_text {
  width: 132px;
  height: 60px;
  color: #111c3a;
  font-size: 11px;
  padding: 5px 10px 0 10px;
}

.point_box_text a {
  width: 132px;
  height: 60px;
  color: #111c3a;
  font-size: 11px;
}

.point_dots {
  height: 43px;
  display: table;
  margin: 0px auto;
  cursor: pointer;
}

.point_dots span {
  background: url(small_dots_grey.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-top: 15px;
}

.point_red {
  background: url(small_dots_red.png) !important;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-top: 15px;
}

/* PROFILE */
.profile {
  margin: 0 10px 10px 0;
  width: 48%;
  float: left;
  height: 110px;
}

.profile .link {
  height: 10px;
}

/* MNENIA */
.mnenia_left_box {
  width: 440px;
  height: 210px;
  float: left;
}

.mnenia_left_box:hover img {
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mnenia_left_box img {
  float: left;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
  margin-top: 17px;
}

.mnenia_left {
  float: right;
  margin-top: 17px;
  width: 270px;
  height: 174px;
}

.mnenia_left_title {
  width: 260px;
  font-family: 'roboto_B';
  font-size: 16px;
  float: left;
  color: #111c3a;
  line-height: 20px;
}

.mnenia_left_title a {
  color: #111c3a;
}

.mnenia_left_title a:hover {
  color: #ff9900;
}

.mnenia_left_text {
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-size: 11px;
  padding-top: 10px;
  float: left;
}

.mnenia_left_2_title {
  height: 17px;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px #bec5e4 dotted;
  width: 260px;
  float: left;
  font-size: 12px;
  font-family: 'roboto_R';
}

.mnenia_left_2_title a {
  font-size: 12px;
  font-family: 'roboto_R';
  color: #111c3a;
}

.mnenia_left_2_title a:hover {
  font-size: 12px;
  font-family: 'roboto_R';
  color: #ff9900;
}

.mnenia_right_box {
  background: url(top_news_back.gif);
  width: 178px;
  padding-left: 20px;
  padding-top: 17px;
  height: 193px;
  overflow: hidden;
  float: right;
  border-left: 1px #bec5e4 dotted;
  border-right: 1px #bec5e4 dotted;
}

.mnenia_right_box:hover {
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.mnenia_right_title {
  width: 165px;
  font-family: 'roboto_B';
  font-size: 16px;
  float: left;
  color: #111c3a;
  line-height: 20px;
}

.mnenia_right_title a {
  color: #111c3a;
}

.mnenia_right_title a:hover {
  color: #ff9900;
}

.mnenia_right_text {
  width: 165px;
  height: 40px;
  font-size: 16px;
  font-size: 11px;
  padding-top: 10px;
  float: left;
  display: inline-block;
}

.mnenia_more_box {
  height: 135px;
  width: 640px;
  display: inline-block;
  background: url(top_news_back.gif);
  border-top: 1px #bec5e4 dotted;
}

.mnenia_more_box img {
  float: left;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
  margin: 0px 20px 0 20px;
}

.mnenia_more_box_int {
  width: 320px;
  height: 115px;
  padding-top: 20px;
  float: left;
}

.mnenia_more_box_int:hover {
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.mnenia_more_box_int:hover img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
}

.mnenia_more_box1 {
    width: 640px;
    display: inline-block;
    background: transparent url(top_news_back.gif) repeat scroll 0% 0%;
    border-top: 1px #ccc dotted;
}
.mnenia_more_box_int1 {
    width: 300px;
    height: 105px;
    padding: 20px 10px 10px;
    float: left;
    position:relative;
}
.mnenia_more_box_int1 .news_info{
    position:relative;
    top:10px;
}
.mnenia_more_box_int1:hover {
    -moz-box-shadow: inset 0 0 10px #dbdbdb;
    -webkit-box-shadow: inset 0 0 10px #dbdbdb;
    box-shadow: inset 0 0 10px #dbdbdb
}
.mnenia_more_box1 img {
    float: right;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin: 0px 0px 0 20px;
}

.mnenia_more_box_title {
  width: 190px;
  font-family: 'roboto_R';
  font-size: 14px;
  float: left;
  color: #111c3a;
  line-height: 17px;
}

.mnenia_more_box_title a {
  font-family: 'roboto_R';
  font-size: 14px;
  color: #111c3a;
}

.mnenia_more_box_title a:hover {
  font-family: 'roboto_R';
  font-size: 14px;
  color: #ff9900;
}

/* END MNENIA */
/* VIDEO MULTIMEDIA */
.multimedia_big_box {
  background: url(back_black_2.gif);
  display: inline-block;
}

.multimedia_box {
  width: 155px;
  height: 270px;
  float: left;
}

.multimedia_tittle {
  font-family: 'roboto_B';
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  padding-top: 20px;
  display: inline-block;
}

.multimedia_tittle a {
  font-family: 'roboto_B';
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.multimedia_tittle a:hover {
  font-family: 'roboto_B';
  color: #bec5e4;
  font-size: 16px;
  line-height: 20px;
}

.multimedia_text {
  color: #fff;
  font-size: 11px;
  margin: 10px 0 0 10px;
  display: inline-block;
}

.multimedia_big_img {
  width: 485px;
  height: 270px;
  float: left;
}

.play_big {
  background: url(play_big_01.png) no-repeat center 80px;
  width: 485px;
  height: 270px;
  display: block;
  margin: 0 auto;
}

.play_big:hover {
  background: url(play_big_02.png) no-repeat center 80px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.play_small {
  background: url(play_small_01.png) no-repeat center;
  width: 152px;
  height: 108px;
  display: block;
  margin: 0 auto;
}

.play_small:hover {
  background: url(play_small_02.png) no-repeat center;
  -moz-box-shadow: inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 5px #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.photo_big {
  background: none;
  width: 485px;
  height: 270px;
  display: block;
  margin: 0 auto;
}

.photo_big:hover {
  background: url(photo_big.png) no-repeat center 80px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.photo_small {
  background: none;
  width: 152px;
  height: 108px;
  display: block;
  margin: 0 auto;
}

.photo_small:hover {
  background: url(photo_small.png) no-repeat center;
  -moz-box-shadow: inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 5px #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.media_box {
  width: 152px;
  float: left;
  margin-right: 10px;
  margin-top: 30px;
}

.media_box:last-child {
  margin-right: 0px;
}

.media_box:hover {
  background: url(media_arrow.png) no-repeat center top;
  margin-top: 0px;
  padding-top: 30px;
}

.media_box_img {
  width: 152px;
  height: 108px;
}

.media_box_img img {
  border: 0;
}

.media_box_text {
  width: 132px;
  height: 62px;
  background: #2f2f2f;
  color: #111C3A;
  font-size: 11px;
  padding: 5px 10px 0 10px;
  background: url(sitebg.gif);
}

/* END VIDEO MULTIMEDIA */
/* BULGARIA */
.top_news_titletab {
  height: 22px;
  margin-right: 1px;
  background: #fff;
  display: table;
  padding: 5px 9px 0 0;
  color: #ff9900;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  font-family: 'roboto_B';
  color: #1d1f48;
  font-weight:normal;
}

.top_news_titletab a {
  color: #ff9900;
}

.top_news_titletab a:hover {
  color: #111c3a;
}

/* END BULGARIA */
/* SVIAT OFFTOPIC */
.four_news {
  width: 300px;
  display: inline-block;
}

.four_news_int {
  padding-top: 10px;
  width: 310px;
  height: 106px;
  display: inline-block;
  float: left;
}

.four_news_int:hover {
  background: url(top_news_back.gif);
}

.four_news_int:hover img {
  border: 1px solid #bec5e4;
  background-color: #fff;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.four_news_int img {
  float: left;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
}

.four_news_int_img {
  background: #FFF;
  float: left;
  width: 96px;
  margin-right: 10px;
  height: 106px;
  margin-top: -10px;
  padding-top: 10px;
}

.four_news_title {
  font-family: 'roboto_R';
  font-size: 14px;
  color: #111c3a;
  line-height: 17px;
}

.four_news_title a {
  font-family: 'roboto_R';
  font-size: 14px;
  color: #111c3a;
  line-height: 17px;
}

.four_news_title a:hover {
  font-family: 'roboto_R';
  font-size: 14px;
  color: #ff9900;
  line-height: 17px;
}

/* END SVIAT OFFTOPIC */
/* AKCENTI 2 */
.accent_2_title {
  width: 152px;
  float: left !important;
  padding-right: 11px;
}

.accent_2_title:last-child {
  width: 150px;
  padding-right: 0px;
}

.h_240 {
  height: 240px;
}

/* END AKCENTI 2 */
/* PARTNER */
.partner {
  border: 0px;
  height: 14px;
  color: #111c3a;
}

.partner_link a:hover {
  color: #ff9900;
}

/* END PARTNER */
.h_line_back {
  background: url(h_line_back.gif);
  background-position: -5px;
}

.h_auto {
  height: auto;
}

/****************/
/* RIGHT Content*/
/****************/
.content_right {
  float: right;
  width: 300px;
    }


.right_cont_box {
  width: 300px;
  float: right;
}

.border_0px {
  border: 0px;
}

.more_info {
  height: 25px;
  padding: 7px 0 0 0px;
  font-size: 10px;
  color: #ff9900;
  text-transform: uppercase;
}

.more_info a {
  font-size: 10px;
  color: #ff9900;
}

.more_info a:hover {
  color: #ff9900;
  text-decoration: underline;
}

/* SEARCH */
#search input[type="text"] {
  background: url(search-dark.gif) no-repeat 10px 1px #33435c;
  border: 0 none;
  font: bold 12px Arial,Helvetica,Sans-serif;
  color: #bec5e4;
  width: 245px;
  padding: 7px 15px 7px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

#search input[type="text"]:focus {
  width: 245px;
  color: #fff;
  -webkit-box-shadow: 0 0 5px #dbdbdb, 0 1px 3px dbdbdb;
  -moz-box-shadow: 0 0 5px #dbdbdb, 0 1px 3px #dbdbdb;
  box-shadow: 0 0 5px #dbdbdb, 0 1px 3px #dbdbdb;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

/* END SEARCH */
/* ARCHIVE */
.archive {
  height: 24px;
  font-size: 12px;
  font-family: 'roboto_B';
  text-transform: uppercase;
  padding: 0;
  color: #ff9900;
}

.archive a {
  font-size: 12px;
  font-family: 'roboto_B';
  text-transform: uppercase;
  color: #3a5a8b;
}

.archive a:hover {
  color: #ff9900;
}

.calendar {
  margin: 40px 0 0 10%;
  width: 400px;
}

/* END ARCHIVE */
/* TEMI NA DENQ */
.tema_box {
  width: 290px;
  border-left: 10px solid #ff9900;
  color: #111c3a;
  border-top: 1px #bec5e4 dotted;
  border-bottom: 1px #bec5e4 dotted;
  font-size: 12px;
  font-family: 'roboto_R';
}

.tema {
  overflow: hidden;
  height: 24px;
  width: 280px;
  color: #111c3a;
  border-bottom: 1px #bec5e4 dotted;
  font-size: 12px;
  font-family: 'roboto_R';
  padding: 6px 0 0 10px;
}

.tema:last-child {
  border-bottom: none;
}

.tema:hover {
  background: url(red_arrow.png) no-repeat 0px 10px;
}

.tema a {
  color: #111c3a;
}

.tema a:hover {
  color: #ff9900;
}

/* END TEMI NA DENQ */
/* RIGHT LAST COMMENT */
.r_l_c_box {
  width: 300px;
  color: #111c3a;
  font-size: 12px;
  font-family: 'roboto_R';
}

.r_l_c {
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  width: 290px;
  color: #111c3a;
  border-bottom: 1px #bec5e4 dotted;
  font-size: 12px;
  font-family: 'roboto_R';
  padding: 2px 0 5px 10px;
  background: url(red_arrow.png) no-repeat 0px 10px;
}

.r_l_c:first-child {
  border-top: none;
}

.r_l_c:hover {
  background: url(grey_arrow.png) no-repeat 0px 10px;
}

.r_l_c a {
  color: #111c3a;
  height: 24;
  line-height: 24px;
}

.r_l_c a:hover {
  color: #ff9900;
}

.r_l_c span {
  color: #ff9900;
  margin-right: 5px;
}

/* END RIGHT LAST COMMENT */
/* IMEN DEN */
.imen_den {
  color: #111c3a;
  border-bottom: 1px #bec5e4 dotted;
  font-size: 12px;
  font-family: 'roboto_R';
  padding: 6px 0 10px 0px;
}

/* IMEN DEN */
/* CHELI LI STE TOVA */
.read_this {
  font-size: 11px;
  margin-top: 10px;
  display: inline-block;
  width: 300px;
  color: #111c3a;
}

.read_this a {
  color: #111c3a;
}

.read_this_box {
  width: 300px;
  height: 99px;
  padding: 10px 0 10px 0;
  float: left;
  font-family: 'roboto_R';
  font-size: 14px;
  color: #111c3a;
  line-height: 17px;
  background: url(top_news_back.gif);
}

.read_this_box:hover {
  background: url(top_news_back.gif);
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.read_this_box img {
  float: left;
  margin-left: 10px;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
}

.read_this_box:hover img {
  border: 1px solid #bec5e4;
  background-color: #fff;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.read_this_box:hover a {
  background-color: #fff;
  background: none;
}

.read_this_title {
  float: right;
  width: 195px;
}

.read_this_title a {
  color: #111c3a;
  text-decoration: none;
}

.read_this_title a:hover {
  color: #ff9900;
  text-decoration: none;
}

/* END CHELI LI STE TOVA */
/* ANKETA */
.anketa_tittle {
  background-color: #f5f6fe;
  margin-bottom: 10px;
  padding: 10px 10px 15px 10px;
  font-family: 'roboto_B';
  font-size: 16px;
  line-height: 20px;
  color: #111c3a;
}

.anketa_reply {
  background-color: #f5f6fe;
  font-size: 12px;
  padding: 5px 0 10px 0;
}

.anketa_reply td {
  vertical-align: top;
}

.button_box {
  padding: 20px 0 10px 35px;
}

.anketa_button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9900), color-stop(1, #ff9900));
  background: -moz-linear-gradient(center top, #ff9900 5%, #ff9900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff9900');
  background-color: #ff9900;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 0px solid #ff9900;
  display: inline-block;
  color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  height: 25px;
  line-height: 22px;
  width: 100px;
  text-decoration: none;
  text-align: center;
}

.anketa_button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #111c3a), color-stop(1, #111c3a));
  background: -moz-linear-gradient(center top, #111c3a 5%, #111c3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111c3a', endColorstr='#111c3a');
  background-color: #111c3a;
}

.anketa_button:active {
  position: relative;
  top: 1px;
}

a.result_button {
  color: #ff9900;
  margin-left: 10px;
}

a.result_button:hover {
  color: #111c3a;
}

/* END ANKETA */
/* button */
.button {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9900), color-stop(1, #ff9900));
  background: -moz-linear-gradient(center top, #ff9900 5%, #ff9900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff9900');
  background-color: #ff9900;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 0px solid #ff9900;
  display: inline-block;
  color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  padding: 0px 20px 0px 20px;
  height: 35px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
}

.button:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #111c3a), color-stop(1, #111c3a));
  background: -moz-linear-gradient(center top, #111c3a 5%, #111c3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111c3a', endColorstr='#111c3a');
  background-color: #111c3a;
}

.button:active {
  cursor: pointer;
  position: relative;
  top: 1px;
}

.offtop .offtop-header, .tehn .tehn-header {
  cursor: pointer;
  height: 45px !important;
  overflow: hidden !important;
  line-height: 18px;
  padding-top: 5px;
}

.offtop-content, .tehn-content {
  display: none;
}

.offtop_box, .tehn_box {
  width: 300px;
  padding: 10px 0 10px 0;
  float: left;
  font-family: 'roboto_R';
  font-size: 14px;
  color: #111c3a;
  line-height: 17px;
  background: url(top_news_back.gif);
}

.offtop_box:hover, .tehn_box:hover {
  background: url(top_news_back.gif);
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.offtop_box img, .tehn_box img {
  float: left;
  margin-left: 7px;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
}

.offtop_title, .tehn_title {
  position: absolute;
  width: 270px;
  margin: 135px 0px 0px 10px;
  background: none repeat scroll 0% 0% #FFF;
  padding: 0 0 0 10px;
  opacity: 0.8;
}

.offtop_title a, .tehn_title a {
  color: #111c3a;
  text-decoration: none;
}

.offtop_title a:hover, .tehn_title a:hover {
  color: #ff9900;
  text-decoration: none;
}

.offtop_s, .tehn_s {
  height: 25px;
  width: 290px;
  color: #111c3a;
  border-bottom: 1px #bec5e4 dotted;
  font-size: 12px;
  font-family: 'roboto_R';
  padding: 6px 0 0 10px;
  background: url(red_arrow.png) no-repeat 0px 10px;
  display: inline-block;
}

.offtop_s:hover, .tehn_s:hover {
  background: url(grey_arrow.png) no-repeat 0px 10px;
  color: #ff9900;
}

.offtop_s a, .tehn_s a {
  color: #111c3a;
}

.offtop_s a:hover, .tehn_s a:hover {
  color: #ff9900;
}

/* PREPORYCHANO OT OFFNEWS */
.recommend_box {
  width: 300px;
  height: 99px;
  padding: 10px 0 10px 0;
  float: left;
  font-size: 10px;
  color: #111c3a;
  line-height: 15px;
  background: url(top_news_back.gif);
}

.recommend_box:hover {
  background: url(top_news_back.gif);
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.recommend_box img {
  float: left;
  margin-left: 10px;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
}

.recommend_box:hover img {
  border: 1px solid #bec5e4;
  background-color: #fff;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.recommend_box:hover a {
  background-color: #fff;
  background: none;
}

.recommend_title {
  float: right;
  width: 195px;
}

.recommend_title a {
  color: #111c3a;
  text-decoration: none;
}

.recommend_title a:hover {
  color: #ff9900;
  text-decoration: none;
}

.recommend_s {
  height: 24px;
  width: 290px;
  color: #111c3a;
  border-bottom: 1px #bec5e4 dotted;
  font-size: 12px;
  font-family: 'roboto_R';
  padding: 6px 0 0 10px;
  background: url(red_arrow.png) no-repeat 0px 10px;
  display: inline-block;
}

.recommend_s:hover {
  background: url(grey_arrow.png) no-repeat 0px 10px;
  color: #ff9900;
}

.recommend_s a {
  color: #111c3a;
}

.recommend_s a:hover {
  color: #ff9900;
}

/* ACTUAL S */
.actual_s_box {
  width: 300px;
  height: 99px;
  padding: 10px 0 10px 0;
  float: left;
  font-family: 'roboto_R';
  font-size: 14px;
  color: #111c3a;
  line-height: 17px;
  background: url(top_news_back.gif);
}

.actual_s_box:hover {
  background: url(top_news_back.gif);
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.actual_s_box img {
  float: left;
  margin-left: 10px;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
}

.actual_s_box:hover img {
  border: 1px solid #bec5e4;
  background-color: #fff;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.actual_s_box:hover a {
  background-color: #fff;
  background: none;
}

.actual_s_title {
  float: right;
  width: 195px;
}

.actual_s_title a {
  color: #111c3a;
  text-decoration: none;
}

.actual_s_title a:hover {
  color: #ff9900;
  text-decoration: none;
}

.actual_s {
  height: 24px;
  width: 290px;
  color: #111c3a;
  border-bottom: 1px #bec5e4 dotted;
  font-size: 12px;
  font-family: 'roboto_R';
  padding: 6px 0 0 10px;
  background: url(red_arrow.png) no-repeat 0px 10px;
  display: inline-block;
}

.actual_s:hover {
  background: url(grey_arrow.png) no-repeat 0px 10px;
  color: #ff9900;
}

.actual_s a {
  color: #111c3a;
}

.actual_s a:hover {
  color: #ff9900;
}

.accordion, .accordion1, .accordiona {
  width: 300px;
}

.actual_s .accord-headera, .accordion1 .accord-header, .accordion .accord-header {
  cursor: pointer;
  height: 25px !important;
  overflow: hidden !important;
  line-height: 18px;
  padding-top: 5px;
}

.accord-content, .accord-contenta {
  display: none;
}

/* END PREPORYCHANO OT OFFNEWS */
/* FUTTER */
.futter_box {
  float: left;
  width: 100%;
  height: 225px;
  display: inline-block;
  background: #F5F6FE;
  text-align: left;
  position: relative;
  z-index: 101;
}

.futter_box_int {
  width: 960px;
  height: 225px;
  margin: 0 auto;
}

.futter_left {
  width: 600px;
  height: 185px;
  padding-top: 40px;
  float: left;
  font-size: 10px;
  text-transform: uppercase;
}

.futter_left div {
  margin-bottom: 10px;
  width: 600px;
  display: inline-block;
}

.futter_left span {
  font-family: 'roboto_B';
  font-size: 12px;
  font-weight:normal;
  margin-right: 20px;
  margin-top: -1px;
  display: block;
}

.futter_left a {
  color: #1d1f48;
  display: block;
  margin-right: 10px;
  float: left;
}

.futter_left a:hover {
  color: #ff9900;
}

.futter_right {
  float: right;
  width: 350px;
  height: 225px;
}

.futter_soc_box {
  height: 70px;
  width: 338px;
}

a.futter_f {
  width: 135px;
  height: 70px;
  background: url(social_futter_f.png) no-repeat 0px 0px;
  display: block;
  float: left;
}

a.futter_f:hover {
  background: url(social_futter_f_.png) no-repeat 0px 0px;
}

a.futter_t {
  width: 123px;
  height: 70px;
  background: url(social_futter_t.png) no-repeat 0px 0px;
  display: block;
  float: left;
}

a.futter_t:hover {
  background: url(social_futter_t_.png) no-repeat 0px 0px;
}

a.futter_rss {
  width: 80px;
  height: 70px;
  background: url(social_futter_rss.png) no-repeat 0px 0px;
  display: block;
  float: left;
}

a.futter_rss:hover {
  background: url(social_futter_rss_.png) no-repeat 0px 0px;
}

.futter_logo {
  margin: 30px 0 0 10px;
  font-size: 11px;
  font-family: 'roboto_R';
  text-transform: uppercase;
}

.futter_logo span {
  display: block;
  float: left;
}

.futter_logo span img {
	margin-top:15px;
  margin-left: -10px;
  margin-right: 10px;
}

.f_date {
  padding-top: 9px;
}

.for_us {
  width: 350px;
  float: left;
  margin: 30px 0 0 5px;
}

.for_us a {
  width: 75px;
  color: #1d1f48;
  display: block;
  float: left;
  font-family: 'roboto_B';
  font-size: 12px;
  margin-right: 7px;
  font-weight:normal;
  text-transform: uppercase;
}

.for_us a:hover {
  color: #ff9900;
}

#mobile {
  background: url("mobile_icon_small.png") no-repeat left top;
  width: 75px;
  background-position: 0px 4px;
  padding-left: 23px;
  margin: 0px;
  float: right;
}

.futter_cr {
  width: 100%;
  height: 50px;
  padding-top: 15px;
  background: #111C3A;
  float: left;
  position: relative;
  z-index: 102;
  text-align: center;
  font-size: 11px;
  color: #a6a6a6;
}

.futter_cr_int {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.futter_cr span {
  font-size: 10px;
  display: block;
  float: left;
}

.f_cr_left {
  width: 800px;
  line-height: 11px;
  padding-right: 15px;
}

.f_cr_right {
  width: 141px;
  height: 41px;
  line-height: 11px;
  float: right;
}

.f_cr_right a {
  display: block;
  width: 141px;
  height: 41px;
  background: url(pimdesign.gif) no-repeat 0px 0px;
}

.f_cr_right a:hover {
  background-position: 0 -41px;
}

/* END futter */
/* IMAGES LINK */
/***************/
/* SEND NEWS */
a.send_news {
  width: 300px;
  height: 81px;
  background: url(send_news.gif) no-repeat 0px 0px;
  display: block;
}

a.send_news:hover {
  background: url(send_news_.gif) no-repeat 0px 0px;
}

/* SEND NEWS */
a.send_video {
  width: 300px;
  height: 81px;
  background: url(send_video.gif) no-repeat 0px 0px;
  display: block;
}

a.send_video:hover {
  background-position: 0 -81px;
}

/* VIC */
a.vicyt {
  width: 300px;
  height: 51px;
  background: url(vic.gif) no-repeat 0px 0px;
  display: block;
}

a.vicyt:hover {
  background-position: 0 -51px;
}

/* noisi */
a.noisi {
  width: 300px;
  height: 51px;
  background: url(noize.gif) no-repeat 0px 0px;
  display: block;
}

a.noisi:hover {
  background-position: 0 -51px;
}

/* TWITTER */
a.twitter_r {
  width: 300px;
  height: 89px;
  background: url(twitter.gif) no-repeat 0px 0px;
  display: block;
}

a.twitter_r:hover {
  background-position: 0 -89px;
}

/* NEWSLETTER */
a.newsletter {
  width: 300px;
  height: 71px;
  background: url(newsletter.gif) no-repeat 0px 0px;
  display: block;
}

a.newsletter:hover {
  background-position: 0 -71px;
}

/***************/
/* END IMAGES LINK */
/* FRIENDS */
.friends {
  width: 960px;
  float: left;
  margin-top: 30px;
  border-top: 1px #bec5e4 dotted;
  padding: 6px 0 0 0;
  color: #111c3a;
  font-size: 10px;
  text-transform: uppercase;
}

.friends span {
  font-size: 12px;
  font-family: 'roboto_B';
  text-transform: uppercase;
  color: #1d1f48;
  margin-right: 5px;
  display: block;
  float: left;
}

.friends a {
  color: #111c3a;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  float: left;
  padding-top: 1px;
  margin-right: 10px;
}

.friends a:hover {
  color: #ff9900;
}

/* END FRIENDS */
/****** PAGES *******/
/********************/
/* CATEGORY LIST */
.cat_list_box {
  width: 640px;
  height: 210px;
  float: left;
}

.cat_list_box:hover img {
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cat_list_box img {
  float: left;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
  margin-top: 17px;
}

.cat_list {
  float: right;
  margin-top: 17px;
  width: 470px;
  height: 174px;
}

.cat_list h1.cat_list_title {
  width: 460px;
  font-family: 'roboto_B';
  font-size: 18px;
  float: left;
  font-weight: normal !important;
  color: #111c3a;
  line-height: 20px;
  display: block;
  margin: 0 0 10px 0;
}

.cat_list h1.cat_list_title a {
  color: #111c3a;
}

.cat_list h1.cat_list_title a:hover {
  color: #ff9900;
}

.cat_list h1.cat_list_text {
  display: block;
  width: 460px;
  height: 80px;
  font-size: 16px;
  font-size: 11px;
  padding-top: 10px;
  float: left;
}

.cat_list_s {
  width: 640px;
  display: inline-block;
}

.cat_list_s_int {
  padding-top: 10px;
  width: 640px;
  height: 106px;
  display: inline-block;
  float: left;
  border-bottom: 1px #bec5e4 dotted;
  overflow: hidden;
}

.cat_list_s_int:hover {
  background: url(top_news_back.gif);
}

.cat_list_s_int:hover img {
  border: 1px solid #bec5e4;
  background-color: #fff;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cat_list_s_int img {
  float: left;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
}

.cat_list_s_int_img {
  background: #FFF;
  float: left;
  width: 96px;
  margin-right: 10px;
  height: 106px;
  margin-top: -10px;
  padding-top: 10px;
}

h2.cat_list_s_title {
  color: #111c3a;
  line-height: 17px;
  font-weight: normal !important;
  margin: 0 0 10px 0;
}

h2.cat_list_s_title a {
  font-family: 'roboto_R';
  font-size: 15px;
  color: #111c3a;
  line-height: 17px;
}

h2.cat_list_s_title a:hover {
  color: #ff9900;
}

.cat_list_s_text {
  width: 460px;
  height: 35px;
  font-size: 16px;
  font-size: 11px;
  padding-top: 0px;
  float: left;
  display: block;
  overflow: hidden;
  line-height: 16px;
  margin: 0;
}

/* END CATEGORY LIST */
/* PAGING */
.paging {
  width: 640px;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}

.paging a, .paging a:link {
  padding: 4px 8px 4px 8px;
  margin: 2px;
  text-decoration: none;
  color: #ececec;
  background-color: #1d1f48;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.paging a:visited {
  padding: 4px 8px 4px 8px;
  margin: 2px;
  text-decoration: none;
  color: #ececec;
  background-color: #1d1f48;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.paging a:hover {
  color: #fff;
  background-color: #2a2a2a;
}

.paging a:active {
  padding: 4px 8px 4px 8px;
  margin: 2px;
  text-decoration: none;
  color: #777;
  background-color: #2a2a2a;
}

.paging span.pages {
  padding: 4px 8px 4px 8px;
  margin: 2px;
  color: #666;
  font-weight: bold;
}

.paging span.current {
  padding: 4px 8px 4px 8px;
  margin: 2px;
  font-weight: bold;
  color: #fff;
  background-color: #ff9900;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.paging span.extend {
  padding: 4px 8px 4px 8px;
  color: #1d1f48;
  background-color: #ececec;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* END PAGING */
/* NEWS PAGE */
/*************/
.news_box {
  width: 640px;
  border-bottom: 1px dotted #bec5e4;
  padding: 15px 0 10px 0;
}

.news_box_title {
  font-family: 'roboto_B';
  font-size: 25px;
  color: #111c3a;
  line-height: 28px;
  font-weight: normal;
  margin: 0 0 15px 0;
}


.news_box_subtitle {
  font-weight: bold;
  font-style: italic;
  color: #1d1f48;
  margin: 0 0 15px 0;
  font-size: 15px;
}

.news_box_social {
  height: 22px;
  overflow: hidden;
  width: 640px;
  margin: 0px 0 0px 0px;
  background: #fff;
  position: relative;
}

.news_box_social div {
  float: left;
  margin-right: 23px;
  max-width: 110px;
  width: auto;
}

/* fix for google+ button */
iframe[id^="oauth2relay"] {
  left: auto !important;
  right: 0px !important;
}

/* fix for twitter */
.news_box_social a {
  color: #fff;
}

/* fix for svejo */
.svejo {
  padding-top: 2px;
}

.news_photo {
  background: url(sitebg.gif) center;
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
}

.news_photo img {
  max-height: 345px;
}

.news_photo_info {
  margin: 10px 0 10px 0;
  background: white;
  width: 640px;
  font-size: 11px;
  color: #1d1f48;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  border-bottom: 1px dotted #bec5e4;
}

.news_photo_info p:last-child{
    display:none;
}
.news_photo_info p:first-child{
    display:inline;
    padding-bottom:10px;
}

.news_text {
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
  margin-top: 10px;
  line-height: 18px;
  width: 640px;
  display: inline-block;
}


.news_text ul {
    list-style-type: disc;
}

.news_text a {
  color: #6D8DBE;
}

.news_text a:hover {
  color: #ff9900;
  text-decoration: underline;
}

.news_text .formula {
    white-space: nowrap;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman";
    font-size: 16px;
}

.news_from {
  font-size: 12px;
  color: #1d1f48;
  display: block;
  margin-top: 20px;
}

.news_tags {
  font-size: 12px;
  color: #1d1f48;
  display: block;
  margin-top: 20px;
}

.news_tags span {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 2px;
}

.news_tags a {
  font-size: 12px;
  background: #ececec;
  color: #1d1f48;
  display: block;
  float: left;
  margin-right: 10px;
  padding: 2px 5px 3px 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.news_tags a:hover {
  font-size: 12px;
  background: #ff9900;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* SIMILAR NEWS */
.similar_news_box {
  width: 200px;
  float: right;
  margin: -9px 0px 20px 20px;
  top: 100px;
}

.similar_news_box span {
  width: 200px;
  height: 24px;
  font-size: 12px;
  font-family: 'roboto_B';
  text-transform: uppercase;
  padding: 6px 0 0 0;
  color: #1d1f48;
  border-bottom: 1px #bec5e4 dotted;
  display: block;
}

.similar_news {
  padding: 10px 0 10px 10px;
  width: 190px;
  height: 57px;
  border-bottom: 1px #bec5e4 dotted;
  background: url(similar_news_back.gif) center;
  float: left;
  font-size: 12px;
  font-family: 'roboto_R';
  line-height: 16px;
}

.similar_news img {
  width: 43px;
  height: 48px;
  float: left;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
  margin-right: 8px;
}

.similar_news:hover img {
  border: 1px solid #bec5e4;
  background-color: #fff;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.similar_news_t {
  height: 48px;
  overflow: hidden;
}

.similar_news_t a {
  color: #1d1f48;
}

.similar_news_t a:hover {
  color: #ff9900;
  text-decoration: none;
}

/* END SIMILAR NEWS */
/* MORE NEWS PHOTO */
.more_news_photo {
  height: 130px;
  background: #f9f9f9 url(sitebg.gif);
  border-bottom: 1px #bec5e4 dotted;
  text-align: center;
}

.more_news_photo img {
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
  margin-right: 1px;
  margin-top: 17px;
}

.more_news_photo img:hover {
  border: 1px solid #bec5e4;
  background-color: #fff;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.more_photo_l {
  width: 30px;
  height: 130px;
  background: url(go_left.png) no-repeat center 45px;
  display: block;
  float: left;
  padding-left: 10px;
}

.more_photo_l:hover {
  background: url(go_left_.png) no-repeat center 45px;
}

.more_photo_r {
  width: 30px;
  height: 130px;
  background: url(go_right.png) no-repeat center 45px;
  display: block;
  float: right;
  padding-right: 10px;
}

.more_photo_r:hover {
  background: url(go_right_.png) no-repeat center 45px;
}

/* END MORE NEWS PHOTO */
/* NEWS VIDEO */
.news_video_box {
  width: 640px;
  background: url(back_black.gif);
  display: inline-block;
}

.news_video_box_img {
  width: 640px;
  height: auto;
  text-align: center;
}

.news_play_big {
  z-index: 6;
  background: url(play_big_01.png) no-repeat center 80px;
  width: 485px;
  height: 270px;
  display: block;
  margin: 0 auto;
}

.news_play_big:hover {
  background: url(play_big_02.png) no-repeat center 80px;
  z-index: 6;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* END NEWS VIDEO */
/* MORE FROM THIS NEWS */
.more_from_news {
  height: 24px;
  width: 630px;
  color: #111c3a;
  border-bottom: 1px #bec5e4 dotted;
  font-size: 12px;
  font-family: 'roboto_R';
  padding: 6px 0 0 10px;
  background: url(red_arrow.png) no-repeat 0px 10px;
  display: inline-block;
}

.more_from_news:hover {
  background: url(grey_arrow.png) no-repeat 0px 10px;
  color: #ff9900;
}

.more_from_news a {
  color: #111c3a;
}

.more_from_news a:hover {
  color: #ff9900;
}

/* END MORE FROM THIS NEWS */
/* NEXT PREV NEWS */
.next_prev_news {
  height: 108px;
  width: 640px;
  background: url(sitebg.gif);
  border-bottom: 1px #bec5e4 dotted;
  font-family: 'roboto_B';
  font-size: 16px;
  color: #111c3a;
  line-height: 20px;
  display: inline-block;
}

.next_prev_news a {
  color: #111c3a;
  display: block;
  height: 45px;
  overflow: hidden;
}

.next_prev_news a:hover {
  color: #ff9900;
}

.next_prev_news_l {
  width: 270px;
  height: 100px;
  background: url(go_left.png) no-repeat 5px 35px;
  display: block;
  float: left;
  padding-left: 50px;
  padding-top: 8px;
}

.next_prev_news_l:hover {
  background: url(go_left_.png) no-repeat 5px 35px;
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.next_prev_news_r {
  width: 270px;
  height: 100px;
  background: url(go_right.png) no-repeat 285px 35px;
  display: block;
  float: right;
  padding-right: 50px;
  text-align: right;
  padding-top: 8px;
}

.next_prev_news_r:hover {
  background: url(go_right_.png) no-repeat 285px 35px;
  -moz-box-shadow: inset 0 0 10px #dbdbdb;
  -webkit-box-shadow: inset 0 0 10px #dbdbdb;
  box-shadow: inset 0 0 10px #dbdbdb;
}

/* END NEXT PREV NEWS */
/* COMMENT */
.comment_number {
  float: left;
  margin-right: 26px;
}

a.comment_top_but {
  display: block;
  height: 24px;
  padding: 6px 5px 0 5px;
  background: #ff9900;
  float: left;
  width: 100px;
  margin-top: -6px;
  text-align: center;
  color: #fff;
}

a.comment_top_but:hover {
  background: #ececec;
  color: #1d1f48;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.comment_top_left {
  float: right;
  height: 24px;
  font-family: 'roboto_R';
  text-transform: none;
}

.comment_top_left a {
  color: #ff9900;
}

.comment_box_int {
  float: left;
  width: 640px;
  border-bottom: 1px #bec5e4 dotted;
}

.comment_box_int:hover {
  background: url(sitebg.gif);
}

.comment_info {
  float: left;
  padding: 10px 0 10px 0;
  width: 130px;
  display: inline-block;
}

.comment_name {
  display: block;
  float: left;
  font-size: 12px;
  font-family: 'roboto_B';
  color: #ff9900;
  background: url("red_arrow.png") no-repeat 0px 4px;
  padding-left: 10px;
}

.comment_date {
  display: block;
  float: left;
  font-size: 12px;
  font-family: 'roboto_R';
  color: #1d1f48;
  padding-left: 10px;
}

.comment_count {
  display: block;
  float: left;
  font-size: 23px;
  font-family: 'roboto_B';
  color: #dddddd;
  padding-left: 10px;
}

a.comment_alert {
  display: block;
  float: right;
  width: 18px;
  height: 16px;
  background: url(comment_alert.png) no-repeat;
  margin: 9px 10px 0 0;
}

a.comment_alert:hover {
  background: url(comment_alert_.png) no-repeat;
}

a.edit {
  display: -moz-inline-box;
  height: 29px;
  line-height: 29px;
  float: right;
  width: 28px;
  background: url(edit.gif) no-repeat;
  margin: 9px 10px 0 0;
}

.comment_text_box {
  float: left;
  width: 495px;
  padding: 10px 0px 15px 10px;
  background: #FFF;
  min-height: 65px;
  border-left: 5px #FFF solid;
}

.vote_positive {
  border-color: #d8f0a9;
}

.vote_negative {
  border-color: #f2b3b9;
}

.comment_text {
  font-size: 12px;
  padding: 0px 10px 0px 0px;
}

.comment_vote {
  width: 140px;
  float: right;
  margin: 5px 0 0 10px;
  display: inline-block;
}

.comment_vote a {
  color: #1d1f48;
  font-size: 12px;
  font-family: 'roboto_R';
}

.vote_up {
  cursor: pointer;
  display: block;
  height: 31px;
  background: url(vote_up.png) no-repeat;
  float: left;
  width: 40px;
  padding-left: 25px;
  padding-top: 6px;
  margin-right: 10px;
}

.vote_up:hover {
  cursor: pointer;
  background: url(vote_up_.png) no-repeat;
}

.vote_down {
  cursor: pointer;
  display: block;
  height: 31px;
  background: url(vote_down.png) no-repeat;
  float: left;
  width: 40px;
  padding-left: 25px;
  padding-top: 6px;
}

.vote_down:hover {
  cursor: pointer;
  background: url(vote_down_.png) no-repeat;
}

.border_t_b {
  border-bottom: 1px #bec5e4 dotted;
  padding: 10px 0 10px 0;
  display: inline-block;
}

.send_comment_box {
  width: 640px;
  background: url(sitebg.gif);
  display: inline-block;
}

.send_comment_int {
  width: 490px;
  background: #fff;
  margin-left: 130px;
  padding: 10px;
  font-size: 12px;
}

.name_input {
  float: left;
  border: 1px solid #bec5e4;
  background: #fff;
  width: 330px;
}

.name_input:hover {
  border: 1px solid #bec5e4;
  background: #f9f9f9;
}

.text_input {
  float: left;
  border: 1px solid #bec5e4;
  background: #fff;
  width: 480px;
  height: 170px;
  cols: 49;
  rows: 10;
}

.text_input:hover {
  border: 1px solid #bec5e4;
  background: #f9f9f9;
}

label {
  display: block;
  width: 480px;
  float: left;
  margin: 2px 4px 6px 4px;
}

.comment_send ,.butt {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9900), color-stop(1, #ff9900));
  background: -moz-linear-gradient(center top, #ff9900 5%, #ff9900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff9900');
  background-color: #ff9900;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 0px;
  display: inline-block;
  color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  padding: 4px;
  width: 150px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.comment_send:hover ,.butt:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #111c3a), color-stop(1, #111c3a));
  background: -moz-linear-gradient(center top, #111c3a 5%, #111c3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111c3a', endColorstr='#111c3a');
  background-color: #111c3a;
}

.comment_send:active ,.butt:active{
  position: relative;
  top: 1px;
}

/* END COMMENT */
/* END NEWS PAGE */
/* LIST MULTIMEDIA */
.list_m_max_box {
  overflow: hidden;
  width: 640px;
}

.list_m_box_back {
  background: none;
  width: 152px;
  height: 240px;
  float: left;
  padding-right: 5px;
  border-right: 1px solid #A8A8A8;
  margin-right: 5px;
  padding-top: 10px;
}

.list_m_box_back:hover {
  background: url(red_back.gif) top left repeat-x;
}

.list_m_box_back_last {
  border: none;
  width: 151px !important;
  overflow: hidden;
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.list_m_box {
  width: 152px;
  height: 240px;
  float: left;
  padding-right: 0px;
  margin-right: 10px;
}

.list_m_box:hover img {
  border: 10px !important;
  padding-top: 0px;
}

.list_m_box_img {
  width: 152px;
  height: 108px;
  margin: 0 0 15px 0;
}

.list_m_box_img img {
  border: 0;
}

.list_m_box_title {
  width: 142px;
  height: 25px;
  font-family: 'roboto_R';
  padding: 7px 0 0 10px;
  font-size: 12px;
  color: #ff9900;
  line-height: 12px;
}

.list_m_box_title a {
  font-size: 12px;
  color: #ff9900;
}

.list_m_box_title a:hover {
  font-size: 12px;
  color: #ff9900;
  text-decoration: underline;
}

.list_m_box_text {
  width: 132px;
  height: 60px;
  color: #111c3a;
  font-size: 11px;
  padding: 5px 10px 0 10px;
}

.list_m_box_text a {
  width: 132px;
  height: 60px;
  color: #111c3a;
  font-size: 11px;
}

.list_m_dots {
  height: 43px;
  display: table;
  margin: 0px auto;
}

.list_m_dots span {
  background: url(small_dots_grey.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-top: 15px;
}

.list_m_red {
  background: url(small_dots_red.png) !important;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-top: 15px;
}

/* END LIST MULTIMEDIA */
/* PHOTO AND VIDEO PAGE - MULTIMEDIA */
.photo_news_box {
  width: 480px;
  padding: 15px 0 0px 0;
  float: left;
}

.photo_news_box_title {
  font-family: 'roboto_B';
  font-size: 18px;
  color: #111c3a;
  line-height: 22px;
}

/* END PHOTO AND VIDEO PAGE - MULTIMEDIA */
/* ************************* */
/* NEXT BACK OVER POST IMAGE */
/* ************************* */
f {
  position: relative;
  cursor: auto;
  color: #000;
  display: inline-block;
  width: 640px;
  height: 345px;
  margin-top: 10px;
}

f > ll {
  background: url("go_left.png") no-repeat scroll 5px 140px transparent;
  position: absolute;
  width: 80px;
  height: 345px;
  left: 0px;
  margin-left: 0px;
  padding: 0px 0;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

f > ll:before, a > i:after {
  position: absolute;
}

f:hover > ll {
  visibility: visible;
  opacity: 1;
}

f > ll:hover {
  background: url("go_left_.png") no-repeat scroll 5px 140px transparent;
}

f > rr {
  background: url("go_right.png") no-repeat scroll 525px 140px transparent;
  position: absolute;
  width: 560px;
  height: 345px;
  right: 0px;
  margin-right: 0px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

f > rr:before, a > c:after {
  position: absolute;
}

f:hover > rr {
  visibility: visible;
  opacity: 1;
}

f > rr:hover {
  background: url("go_right_.png") no-repeat scroll 525px 140px transparent;
}

.ll_link {
  width: 80px;
  height: 345px;
  display: block;
  padding: 0px;
}

.rr_link {
  width: 560px;
  height: 345px;
  display: block;
  padding: 0px;
  float: right;
}

/* ***************************** */
/* END NEXT BACK OVER POST IMAGE */
/* ***************************** */
/* NASHITE AVTORI LIST */
.a_l_box {
  width: 410px;
  float: left;
}

.a_r_box {
  width: 210px;
  float: left;
  padding-left: 10px;
}

.our_authors {
  width: 410px;
  display: inline-block;
  padding-right: 10px;
  float: left;
}

.our_authors_int {
  padding-top: 10px;
  width: 410px;
  height: 206px;
  display: inline-block;
  float: left;
  border-bottom: 1px #bec5e4 dotted;
  overflow: hidden;
}

.our_authors_int:hover {
  background: url(top_news_back.gif);
}

.our_authors_int:hover img {
  border: 1px solid #bec5e4;
  background-color: #fff;
  box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.our_authors_int img {
  float: left;
  padding: 2px;
  border: 1px solid #bec5e4;
  background-color: #fff;
}

.our_authors_int_img {
  background: none;
  float: left;
  width: 86px;
  height: 206px;
  margin-top: -10px;
  padding-top: 10px;
}

.our_authors_int_right {
  width: 304px;
  height: 206px;
  background: #FFF;
  float: left;
  margin-top: -10px;
  padding-top: 10px;
  padding-left: 20px;
}

.our_authors_title {
  color: #111c3a;
  line-height: 17px;
}

.our_authors_title a {
  font-family: 'roboto_R';
  font-size: 15px;
  color: #111c3a;
  line-height: 17px;
}

.our_authors_title a:hover {
  color: #ff9900;
}

.our_authors_text {
  width: 250px;
  height: 100px;
  font-size: 16px;
  font-size: 11px;
  padding-top: 0px;
  float: left;
  display: block;
  overflow: hidden;
  line-height: 16px;
}

.our_authors_name {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  background: url(red_arrow.png) no-repeat left 3px;
  padding-left: 8px;
}

.our_authors_name:hover {
  background: url(grey_arrow.png) no-repeat left 3px;
}

.our_authors_name a {
  color: #ff9900;
}

.our_authors_name a:hover {
  color: #1d1f48;
}

.all_authors_box {
  width: 220px;
  display: inline-block;
  float: left;
}

.all_authors_box div {
  width: 220px;
  height: 24px;
  border-bottom: 1px #bec5e4 dotted;
  font-size: 12px;
  font-family: 'roboto_R';
  text-transform: none;
  padding: 6px 0 0 0;
  color: #1d1f48;
  padding-left: 10px;
  background: url(grey_arrow.png) no-repeat left 10px;
}

.all_authors_box div:hover {
  color: #111c3a;
  background: url(red_arrow.png) no-repeat left 10px;
}

.all_authors_box div a {
  color: #ff9900;
}

.all_authors_box div a:hover {
  color: #111c3a;
}

/* NASHITE AVTORI LIST */

/* arch date months */
a.archdate {
  text-transform: capitalize;
  font-size: 12px;
  margin: 0 10px 0 0;
  float: left;
}

a.print {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  background: url("print.jpg") 0 0;
}

a.print:hover {
  background-position: 0 -20px;
}

/*
 * end fansybox styles
 */
.branding_1000 {
  position: fixed;
  width: 100%;
  height: 1000px;
  float: left;
}

.banner {
  position: relative;
  overflow: auto;
  left: -30px;
}

.banner li {
  list-style: none;
}

.banner ul li {
  float: left;
  width: 300px;
}

#banntop {
  text-align: center;
  margin: -10px 0 15px 0;
}

/* ADS EXPERIMENTS branding */
.branding {
  width: 100%;
  height: 1000px;
  position: fixed;
  top: 79px;
  left: 0;
  background-color: #eee;
}

.branding a {
  background-position: top center;
  width: 100%;
  height: 1000px;
  float: left;
  background-repeat: no-repeat;
}

.branding a img {
  display: none;
}

#p-branding {
  display: none;
}

/* TOP News */
.top_news_tabbox1 {
  width: 300px;
  height: 28px;
  margin: 0px;
  padding: 0px;
}

.top_news_tabbox1 .tab {
  height: 28px !important;
  margin-right: 1px;
  background: url(tabs_red.gif) right top;
  display: block;
  color: #fff;
  text-transform: uppercase;
  border-left: 2px #ff9900 solid;
}

.top_news_tabbox1 .tab:hover {
  height: 28px;
  margin-right: 1px;
  background: #fff;
  display: block;
  color: #ff9900;
  text-transform: uppercase;
  border: 1px #bec5e4 solid;
  border-bottom: none;
  cursor: pointer;
  color: #ff9900;
}

.top_news_tabbox1 .tab a {
  text-decoration: none;
  color: #fff;
  padding: 7px 9px 5px 9px;
  display: block;
  width: 100%;
  height: 100%;
}

.top_news_tabbox1 .tab a:hover, .top_news_tabbox1 .top_news_redtab:hover a {
  text-decoration: none;
  color: #ff9900;
}

.top_news_tabbox1 .tab.active {
  height: 28px;
  background: #fff;
  display: table;
  color: #ff9900;
  text-transform: uppercase;
  border: 1px #bec5e4 solid;
  border-bottom: none;
}

.top_news_tabbox1 .tab a.active {
  color: #ff9900;
}

.top_news_tabbox1 .tab-container {
  margin-bottom: 20px;
}

#tabr10, #tabr11, #tabr12 {
  width: 300px;
  height: 260px;
  overflow: hidden;
  overflow: none;
}

#tabr10 div, #tabr11 div, #tabr12 div {
  margin: 0 5px 10px 5px;
}

#tabr10 a, #tabr11 a, #tabr12 a {
  font-size: 12px;
  margin: 0px !important;
}

#tabr10 a:hover, #tabr11 a:hover, #tabr12 a:hover {
  color: #ff9900;
}

.top_news_tabbox1 .shadow_box {
  width: 640px;
  height: 490px;
  border-right: 1px #bec5e4 solid;
  border-bottom: 1px #bec5e4 solid;
  border-top: 1px #bec5e4 solid;
}

.top_news_tabbox1 .shadow {
  box-shado: 10px 0px 5px -2px #ececec;
  -webkit-box-shadow: 10px 0px 5px -2px #ececec;
}

.more{
    width:100px;
    float:right;
    text-transform:none;
    text-align:right;
    margin-top:-5px;
}

#cookies-agreebar{
    position:relative;
    width:100%;
    height:20px;
    background:#eee;
    padding:15px 0px;
    margin-bottom:10px;
    width:100%;
    z-index:101;
    text-align:center;
}

#cookies-agreebar a {
    color:#B7062B;
}

#cookies-agreebar a.butt {
    color:#fff;
}

#chrome-bar-install {
	margin:5px 0 5px 0;
	display:none;
	padding:5px;
	line-height:35px;
	background: url('chromeext/chromegradient.png');
}

/* logos */
.med34{
	background: url(logo/gm-01.gif) right top no-repeat #fff;
}