/*** MIXINS ***/
html,
body,
h1,
h2,
h3,
p,
ul,
ol,
li,
table,
tr,
th,
td,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button,
iframe {
  margin: 0px;
  padding: 0px;
}
header,
nav,
section,
article,
aside,
footer {
  display: block;
}
html {
  overflow-y: scroll;
}
body {
  background: #0f0f0f url('https://img.ephoto.sk/images/theme_default/background.png');
  color: #fff;
  font-family: 'Hind', arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  background: transparent;
  color: #f56521;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
img {
  border: none;
  vertical-align: middle;
}
ul,
ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
label {
  cursor: pointer;
}
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
  outline: none;
}
button {
  border: none;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}
b,
strong,
.bold {
  font-weight: bold;
}
/*** CLEARFIX ***/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
/*** ARTICLE ***/
.article {
  color: #c3c3c3;
  padding: 18px 20px 60px 16px;
}
.article h1 {
  font-size: 32px;
  font-weight: normal;
  color: #f56521;
}
.article h2 {
  color: #f56521;
  padding: 10px 0px 5px 0px;
  font-size: 16px;
  font-weight: bold;
}
.article h3 {
  padding: 8px 0px 5px 0px;
  font-size: 14px;
  font-weight: bold;
}
.article p {
  padding-bottom: 8px;
  line-height: 1.5;
}
.article ul {
  padding: 0px 0px 4px 25px;
  list-style-type: disc;
}
.article ol {
  padding: 0px 0px 4px 25px;
  list-style-type: decimal;
}
.article li {
  padding-bottom: 2px;
  line-height: 1.5;
}
/*** TABLE ***/
.table {
  width: 100%;
  margin-bottom: 10px;
}
.table th,
.table td {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.table th {
  padding: 8px 5px;
  font-weight: bold;
}
.table td {
  padding: 4px 5px;
}
.table th.center,
.table td.center {
  text-align: center;
}
.table th.right,
.table td.right {
  text-align: right;
}
/*** SITE CONTAINER ***/
.site-container {
  width: 1188px;
  margin: 0px auto;
}
/*** TOP BANNER ***/
.top-banner {
  padding: 0px 0px 10px 0px;
  margin-top: 25px;
}
/*** SITE HEADER ***/
.site-header {
  background-color: #16171b;
}
.site-header .logo {
  float: left;
  margin: 38px 0px 0px 25px;
}
/*** HEADER - SOCIAL ***/
.header-social {
  float: left;
  margin: 42px 0px 0px 22px;
}
.header-social li {
  float: left;
  margin-left: 16px;
}
.header-social a {
  display: block;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) no-repeat;
  width: 19px;
  height: 19px;
  overflow: hidden;
  text-indent: 38px;
  white-space: nowrap;
}
.header-social .twitter {
  background-position: 0px 0px;
}
.header-social .twitter:hover {
  background-position: -84px 0px;
}
.header-social .facebook {
  background-position: -21px 0px;
}
.header-social .facebook:hover {
  background-position: -105px 0px;
}
.header-social .youtube {
  background-position: -42px 0px;
}
.header-social .youtube:hover {
  background-position: -126px 0px;
}
.header-social .rss {
  background-position: -63px 0px;
}
.header-social .rss:hover {
  background-position: -147px 0px;
}
/*** HEADER - SEARCH ***/
.header-search {
  float: left;
  width: 254px;
  height: 32px;
  margin: 34px 0px 0px 112px;
  border-radius: 6px;
  background-color: #0c0d11;
}
.header-search .search-field {
  float: left;
  width: 192px;
  padding: 6px 0px 6px 15px;
  border: none;
  background: transparent;
  color: #B0B0B0;
  font-size: 16px;
}
.header-search .search-button {
  float: right;
  width: 30px;
  height: 19px;
  border: none;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -236px 0px no-repeat;
  overflow: hidden;
  text-indent: 60px;
  margin-top: 7px;
}
.header-search .search-button:hover {
  background-position: -268px 0px;
}
/*** HEADER - USER ***/
.header-user {
  float: right;
  margin: 26px 36px 0px 0px;
}
.header-user .image {
  float: left;
  height: 44px;
  width: 44px;
  overflow: hidden;
  border: 2px solid #222;
  border-radius: 3px;
  margin-top: 2px;
}
.header-user .content {
  float: left;
  margin: 4px 0px 0px 10px;
}
.header-user .username {
  color: #91c416;
  font-size: 16px;
  display: block;
  max-width: 160px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-user .username:hover {
  color: #9BD317;
}
.header-user .updates {
  padding-top: 4px;
  font-size: 13px;
}
.header-user .update {
  float: left;
  text-decoration: none;
  color: #fff;
}
.header-user .off {
  color: #58595e;
}
.header-user .icon {
  width: 15px;
  height: 15px;
  float: left;
  margin-top: 1px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png?update=1) no-repeat;
  overflow: hidden;
  text-indent: 30px;
}
.header-user .icon-envelope-on {
  background-position: -219px 0px;
}
.header-user .icon-envelope-off {
  background-position: -185px 0px;
}
.header-user .icon-lightbulb-on {
  background-position: -202px -21px;
}
.header-user .icon-lightbulb-off {
  background-position: -185px -21px;
}
.header-user .text {
  display: block;
  margin-left: 22px;
}
.header-user .separator {
  border-right: 1px solid #28292d;
  padding-right: 9px;
  margin-right: 9px;
}
/*** SITE NAVIGATION ***/
.site-nav {
  padding: 24px 0px 14px 20px;
  position: relative;
  z-index: 10;
}
.site-nav li {
  float: left;
  margin: 0px 28px 0px 6px;
  position: relative;
  z-index: 20;
}
.site-nav .icon-home {
  display: block;
  width: 24px;
  height: 20px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -300px 0px no-repeat;
  overflow: hidden;
  text-indent: 48px;
}
.site-nav a {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 4px;
  height: 26px;
  text-decoration: none;
}

.site-nav a.selected {
  border-bottom: 3px solid #f56521;
}

.site-nav a:hover,
.site-nav .active {
  color: #f56521;
}
.site-nav a:hover .icon-home,
.site-nav .active .icon-home {
  background-position: -326px 0px;
}
.site-nav .level-2 {
  display: none;
  background-color: #16171b;
  position: absolute;
  left: 0px;
  top: 100%;
  padding: 12px 0px 6px 0px;
  z-index: 30;
  min-width: 200px;
}
.site-nav .level-2 li {
  margin: 0px;
  float: none;
}
.site-nav .level-2 a {
  white-space: nowrap;
  padding: 6px 30px 6px 14px;
  font-size: 16px;
}
.site-nav li:hover .level-2 {
  display: block;
}
.site-nav .open {
  position: static;
}
.site-nav .open .level-2 {
  display: block;
  padding: 0px 12px 0px 20px;
  width: 1156px;
  background-color: #3d3d3d;
  z-index: 5;
  line-height: 18px;
  height: 34px;
  overflow: hidden;
}
.site-nav .open li {
  float: left;
  margin: 8px 28px 8px 6px;
}
.site-nav .open a {
  padding: 0px;
}
/*** SITE BODY ***/
.site-body {
  padding-top: 1px;
  background-color:#0f0f0f;
}
/*** SITE CONTENT ***/
.site-content {
  float: left;
  width: 870px;
}
/*** SITE SIDEBAR ***/
.site-sidebar {
  float: right;
  width: 300px;
}
/*** HOME ***/
.home .section-header {
  height: 36px;
  /* background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px -102px repeat-x; */
  border-bottom: 3px solid #4b4b4b;
  overflow: hidden;
}
.home .section-title {
  color: #ccc;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 0px 0px 12px;
  font-family: 'Roboto Condensed' !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.home .section-title a {
  color: #ccc;
  text-decoration: none;
}
.home .section-title a:hover {
  color: #f40;
}
.home .section-title .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.home .section-title_competition {
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 6px 0px 6px;
}
.home .section-title_competition a {
  color: #f40;
  text-decoration: none;
}
.home .section-title_competition a:hover {
  color: #f40;
}
.home .section-title_competition .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.home .section-title_competition small {
  font-weight: normal;
}

.home .section-title_competition .vline {
  color: #545454; 
  padding-left: 7px;
}

.home .fade {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/*** HOME - TOP 24 ***/
.home-top-24 {
  position: relative;
  z-index: 1;
}
.home-top-24 h2 {
  position: absolute;
  left: 12px;
  top: 10px;
  display: none;
  z-index: 20;
  font-weight: normal;
  color: #9f9f9f;
  font-size: 23px;
  text-shadow: 1px 1px 1px #000;
  /*text-transform: uppercase; */
}
.home-top-24:hover h2 {
  display: block;
}
.home-top-24 .row-1 {
  height: 205px;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
}
.home .row1-2 {
  height: 17px;
  padding: 6px 0px;
  padding-bottom: 0px;
  font-size: 12px;
  overflow: hidden;
}
.home .row1-2 a:hover {
  color: #f40;
  text-decoration: none;
}
.home .row1-2 a, .row1-2 .left {
  color: #9f9f9f; 
}
.home .row1-2 .left {
  float: left;
}
.home .row1-2 .right {
  float: right;
}
.home .row1-2 .right a.pad {
  padding-right: 10px;
  border-right: 1px solid #474747;
  margin-right: 6px;
}
.home-top-24 .row-2 {
  height: 222px;
  overflow: hidden;
  border-bottom: 2px solid #000;
}
.home-top-24 .photo {
  float: left;
  border-left: 2px solid #000;
}
.home-top-24 .first {
  border-left: none;
}
.home-top-24 .image {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-decoration: none;
}
.home-top-24 .content {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: -20px;
  visibility: hidden;
  width: 100%;
  height: 54px;
  padding-top: 42px;
  overflow: hidden;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px 0px repeat-x;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-top-24 .title {
  display: block;
  padding: 0px 18px 2px 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-top-24 .info {
  display: block;
  padding: 0px 0px 0px 18px;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
.home-top-24 .item {
  float: left;
  margin-right: 12px;
}


.home-top-24 .icon {
  width: 18px;
  height: 15px;
  float: left;
  margin-top: 1px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) no-repeat;
}
.home-top-24 .icon-comments {
  background-position: -352px 0px;
}
.home-top-24 .icon-votes {
  background-position: -372px 0px;
  margin-top: -2px;
}
.home-top-24 .text {
  display: block;
  margin-left: 26px;
}
.home-top-24 .image:hover .content {
  opacity: 1.0;
  bottom: 0px;
  visibility: visible;
}
/*** HOME - LATEST PHOTOS ***/
.home-latest-photos h2 {
  position: absolute;
  margin: 5px 0px 0px 5px;
  display: none;
  z-index: 20;
  font-weight: normal;
  color: #9f9f9f;
  font-size: 14px;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  line-height: 14px;
}

.home-latest-photos:hover h2 {
  display: block;
}


  .home-latest-photos .image:hover .content {
  opacity: 1.0;
  bottom: 0px;
  visibility: visible;
}

.home-latest-photos .content {
  display: block; /* block */
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: -20px;
  visibility: hidden;
  width: 100%;
  height: 54px;
  padding-top: 42px;
  overflow: hidden;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px 0px repeat-x;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-latest-photos .image:hover .img {
  opacity: 1.0;
}

.home-latest-photos .title {
  display: block;
  padding: 0px 10px 2px 10px;
  white-space: nowrap;
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 11px;
}

.home-latest-photos {
  padding-top: 7px;
  margin-bottom: 17px;
}
.home-latest-photos .photo {
  float: left;
  border-left: 1px solid #000;
  margin-right: 1px;
}
.home-latest-photos .photo.last {
  float: none;
  position: relative;
}
.home-latest-photos .photo.last {
  float: none;
  position: relative;
}
.home-latest-photos .photo.last a{
  position: absolute;
  right: 0px;
  background: none;
}

.home-latest-photos .photo.last .image:hover .img {
  opacity: 1.0;
}



.home-latest-photos .image {
  display: block;
  overflow: hidden;
  width: 107px;
  height: 107px;
  background-color: #000;
  position: relative;
}
.home-latest-photos .image:hover .img {
  opacity: 1.0;
}
/*** HOME - FLASH MESSAGE ***/
.home-flash-message {
  margin-bottom: 12px;
  padding: 11px;
  background-color: #0f0f0f;
  font-size: 13px;
  color:#91C416;
  height: 21px;
  border: 1px solid #222222;
}
.home-flash-message .label {
  color: #646467;
}

.home-flash-message .orange, .home-flash-message a.orange, .orange .text {
  color: #f60;
}
.orange .label {
  color: #646467;
}

.home-flash-message .icon {
  width: 14px;
  height: 15px;
  float: left;
  margin-top: 1px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -392px 0px no-repeat;
}
.home-flash-message .text {
  display: block;
  margin-left: 22px;
}

#home_notes li {
  position: absolute;
  background: #0f0f0f;
  width: 1160px;
}

#home_notes li a {
  color: #b4da40;
  text-decoration: none;
}


/*** HOME - MAIN ARTICLE ***/
.home-main-article {
  margin-bottom: 16px;
  background-color: #232323;
  width: 870px;
  height: 300px;
  float: left;
  overflow: hidden;
}
.home-main-article .image {
  float: left;
  width: 450px;
  height: 300px;
  overflow: hidden;
  background-color: #000;
}
.home-main-article .image:hover .img {
  opacity: 0.6;
}
.home-main-article .content {
  float: right;
  width: 398px;
}
.home-main-article .title {
  font-family: 'Noto Sans', 'Arial', sans-serif;
  color: #f56521;
  font-size: 32px;
  /*line-height: 34px;*/
  font-weight: normal;
  padding: 25px 24px 0px 0px;
  /*height: 68px;*/
  overflow: hidden;
}
.home-main-article .title a {
  color: #f56521;
  text-decoration: none;
}
.home-main-article .title a:hover {
  color: #F6773C;
}
.home-main-article .introduction {
  padding: 16px 24px 0px 0px;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 22px;
  height: 132px;
  overflow: hidden;
}
.home-main-article .info {
  padding-top: 16px;
  font-size: 13px;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  color: #b9b9b9;
}

.home-main-article .slidorion .info {
  font-size: 14px;
  padding-top: 0px;
  height: 40px;
  line-height: 18px;
  overflow: hidden;
  color: #b9b9b9;
}
.home-main-article .info a {
  color: #b9b9b9;
  text-decoration: none;
}
.home-main-article .info a:hover {
  color: #fff;
}
.home-main-article .item {
  float: left;
}
.home-main-article .date {
  /*background-color: #323232; */
  border-radius: 3px;
  padding: 2px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 12px;
}
.home-main-article .today {
  color: #31e500;
}

.home-main-article .yesterday {
  color: #0D66BE;
}

.home-main-article  .archive {
  color: #31e500;
}

.home-main-article  .competition {
  color: #31e500;
}

.home-main-article .separator {
  border-right: 1px solid #3d3d3d;
  padding-right: 10px;
  margin-right: 10px;
}
.home-main-article .icon {
  width: 22px;
  height: 14px;
  float: left;
  margin-top: 3px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) no-repeat;
}
.home-main-article .icon-comments {
  background-position: -408px 0px;
}
.home-main-article .icon-visits {
  background-position: -432px 0px;
  margin-top: 2px;
}
.home-main-article .text {
  display: block;
  margin-left: 30px;
}
/*** HOME - PHOTO OF DAY ***/
.home-photo-of-day {
  float: right;
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home-photo-of-day h2 {
  position: absolute;
  left:0px;
  top: 0px;
  z-index: 10;
  font-size: 16px;
  font-weight: normal;
  color: #a4a4a4;
  color: rgba(164, 164, 164, 0.8);
  *color: #a4a4a4;
  text-shadow: 1px 1px 1px #000;
  padding: 10px 0px 0px 10px;
  background: url(https://img.ephoto.sk/images/theme_dark/home/top_photo_bg2.png) no-repeat;
  width: 300px;
  height: 75px;
}
.home-photo-of-day .image:hover .img {
  opacity: 0.6;
}
.home-photo-of-day .info {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  width: 300px;
  height: 60px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h2.png) 0px 0px repeat-x;
}

.home-photo-of-day .info img {
  margin-left: 16px;
  margin-top: 14px;
  padding-right: 10px;
}

.home-photo-of-day .user {
  float: left;
  border-radius: 3px;
  overflow: hidden;
}
.home-photo-of-day .content {
  display: block;
  margin-left: 35px;
  padding-top: 10px;
}
.home-photo-of-day .title {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin-top: -2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 8px;
}
.home-photo-of-day .username {
  display: block;
  font-size: 12px;
  color: #fff; 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: -2px;
}
.home-photo-of-day .username.online {
  color: #91c416;
}
.home-photo-of-day .content_tip {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: -170px;
  visibility: hidden;
  width: 100%;
  height: 54px;
  padding-top: 42px;
  overflow: hidden;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px 0px repeat-x;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-photo-of-day .image .content_tip {
  opacity: 1.0;
  bottom: 0px;
  visibility: visible;
}

/*** HOME - LEFT COLUMN ***/
.left-column {
  width: 880px;
  float: left;
}
/*** HOME - RIGHT COLUMN ***/
.right-column {
  width: 300px;
  float: right;
}
/*** HOME - ARTICLES ***/
.home-articles {
  width: 870px;
  height: 716px;
  float: left;
  overflow: hidden;
}
.home-articles .x-article {
  float: left;
  width: 280px;
  height: 358px;
  position: relative;
  margin-left: 15px;
  margin-bottom: 5px;
}
.home-articles .first {
  margin-left: 0px;
}
.home-articles .image {
  display: block;
  width: 280px;
  height: 188px;
  overflow: hidden;
  background-color: #000;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-decoration: none;  
}
.home-articles .image:hover .img {
  opacity: 0.6;
}
.home-articles .title {
  font-family: 'Noto Sans', sans-serif;
  color: #E5E5E5;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  padding: 17px 9px 0px 9px;
  height: 40px;
  overflow: hidden;
}
.home-articles .title a {
  color: #E5E5E5;
  text-decoration: none;
}
.home-articles .title a:hover {
  color: #F60;
}
.home-articles .introduction {
  padding: 6px 9px 0px 9px;
  color: #d1d1d1;
  font-size: 14px;
  line-height: 19px;
  height: 59px;
  overflow: hidden;
}
.home-articles .info {
  padding: 18px 9px 0px 9px;
  font-size: 13px;
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  color: #aeaeae;
}
.home-articles .info a {
  color: #aeaeae;
  text-decoration: none;
}
.home-articles .info a:hover {
  color: #f40;
}
.home-articles .item {
  float: left;
}
.home-articles .date {
  border-radius: 3px;
  padding: 1px 9px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  background-color: #262626;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#262626));
  background: -webkit-linear-gradient(top, #2e2e2e, #262626);
  background: -moz-linear-gradient(top, #2e2e2e, #262626);
  background: -ms-linear-gradient(top, #2e2e2e, #262626);
  background: -o-linear-gradient(top, #2e2e2e, #262626);
  background: linear-gradient(to bottom, #2e2e2e, #262626);
}
.home-articles .today {
  color: #31e500;
}

.home-articles .yesterday {
  color: #0D66BE;
}

.home-articles .archive {
  color: #31e500;
}

.home-articles .competition {
  color: #FD8800;
}


.home-articles .category {
  display: block;
  max-width: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}
.home-articles .separator {
  border-right: 1px solid #474747;
  padding-right: 5px;
  margin-right: 8px;
}
.home-articles .icon {
  width: 18px;
  height: 12px;
  float: left;
  margin-top: 3px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) no-repeat;
}
.home-articles .icon-comments {
  background-position: -456px 0px;
}
.home-articles .icon-visits {
  background-position: -476px 0px;
  margin-top: 2px;
}
.home-articles .text {
  display: block;
  margin-left: 22px;
}
.home-articles .content_tip {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: -170px;
  visibility: hidden;
  width: 100%;
  height: 54px;
  padding-top: 42px;
  overflow: hidden;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px 0px repeat-x;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



/*** HOME - LATEST COMMENTS ***/
.home-latest-comments {
  float: right;
  width: 300px;
  height: 395px;
/*  background-color: #16171b; */
}
.home-latest-comments .x-article {
  border-bottom: 1px solid #272727;
  margin: 0px 13px;
  padding: 13px 7px 0px 0px;
  height: 51px;
}

.home-latest-comments .x-article:first-child {
	border-top: none;
  padding-top: 17px;
}

.home-latest-comments .first {
  border-top: none;
}
.home-latest-comments .image {
  float: left;
  width: 54px;
  height: 38px;
  overflow: hidden;
  background-color: #000;
}
.home-latest-comments .image:hover .img {
  opacity: 0.6;
}
.home-latest-comments .content {
  margin-left: 69px;
}
.home-latest-comments .title {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-top: 1px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-latest-comments .title:hover {
  color: #F40;
}
.home-latest-comments .info {
  padding-top: 2px;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #aaa;
}
.home-latest-comments .info a {
  color: #aaa;
  text-decoration: none;
}
.home-latest-comments .info a:hover {
  color: #f40;
}
.home-latest-comments .item {
  float: left;
}
.home-latest-comments .date,
.home-latest-comments .username {
  display: block;
  max-width: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.home-latest-comments .username a.user.online{
  color: #91C416;
}
.home-latest-comments .separator {
  border-right: 1px solid #2d2d2d;
  padding-right: 4px;
  margin-right: 4px;
}
.home-latest-comments .icon {
  width: 18px;
  height: 12px;
  float: left;
  margin-top: 3px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -456px 0px no-repeat;
}
.home-latest-comments .text {
  display: block;
  margin-left: 22px;
}
.home-latest-comments .banner {
  position: relative;
  z-index: 1;
}
.home-latest-comments .banner-content {
  height: 250px;
  overflow: hidden;
}
.home-latest-comments .label {
  position: absolute;
  width: 7px;
  height: 34px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -127px -21px no-repeat;
  overflow: hidden;
  text-indent: 14px;
  z-index: 2;
  right: -15px;
  top: 5px;
}
.home-latest-comments .send-tips {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #f56521;
  font-size: 16px;
  padding-top: 28px;
  height: 47px;
  margin-top: 16px;
  background-color: #252525;
  text-decoration: none;
}
.home-latest-comments .send-tips:hover {
  background-color: #303030;
}
/*** HOME - MORE ARTICLES ***/
.home-more-articles {
  float: left;
  width: 430px;
  /*border-right: 1px solid #000; */
  overflow: hidden;
/*  background-color: #232323; */
  margin-bottom: 12px;
  margin-right: 15px;
}
.home-more-articles .section-header {
  margin-bottom: 6px;
}

.home-more-articles .section-header .section-title {
  float: left;
}

.home-more-articles .section-header .section-title-more {
  float: right;
  padding: 9px 6px 0px 0px;
}

.home-more-articles .section-title-more a {
   color: #9a9a9a;
  font-size: 12px; 
}

.home-more-articles .section-title-more a:hover {
   color: #f40;
   text-decoration: none;
}


.home-more-articles .section-title-more .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
}

.home-more-articles .x-article {
  float: left;
  width: 430px;
  height: 112px;
  padding-top: 17px;
  border-bottom: 1px solid #2e2e2e;
  margin: 0px 9px 0px 15px;
}
.home-more-articles .image {
  float: left;
  width: 101px;
  height: 68px;
  margin-right: 10px;
  overflow: hidden;
  background-color: #000;
}
.home-more-articles .image:hover .img {
  opacity: 0.6;
}
.home-more-articles .content {
  margin: 0px 0px 0px 84px;
}
.home-more-articles .title {
  color: #d1d1d1;
  font-size: 17px;
  line-height: 16px;
  font-weight: normal;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;  
  display: block;
}
.home-more-articles .title a {
  color: #E5E5E5;
  text-decoration: none;
}
.home-more-articles .title a:hover {
  color: #F40;
}
.home-more-articles p {
  color: #d1d1d1;
  font-size: 13px;
  min-height: 50px;
  margin-top: 7px;
  padding-right: 14px;
  line-height: 17px;
}
.home-more-articles .date {
  font-size: 12px;
  color: #aaa;
}

.home-more-articles .info {
  padding: 9px 9px 0px 3px;
  font-size: 12px;
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  color: #aaa;
}
.home-more-articles .separator {
  border-right: 1px solid #474747;
  padding-right: 8px;
  margin-right: 8px;
}
.home-more-articles .info {
  color: #aaa;
  text-decoration: none;
}
.home-more-articles .info a {
  color: #aaa;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 175px;  
  float: left;
}

.home-more-articles .info a:hover {
  color: #f40;
}
.home-more-articles .item {
  float: left;
  font-size: 12px;
  max-width: 160px;
}
.home-more-articles .nav {
  float: right;
  padding: 18px 6px 0px 0px;
  color: #919191;
  font-size: 12px;
  line-height: 13px;
}
.home-more-articles .nav a {
  color: #919191;
  text-decoration: none;
}
.home-more-articles .nav a:hover {
  color: #f40;
}
.home-more-articles .nav li {
  float: left;
}
.home-more-articles .nav .first {
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #424242;
}
.home-more-articles .nav .active a {
  color: #f40;
}
.home-more-articles .section-header .section-title {
  float: left;
}

.home-more-articles .section-header .section-title-more {
  float: right;
  padding: 9px 6px 0px 0px;
}

.home-more-articles .section-title-more a {
   color: #9a9a9a;
  font-size: 12px; 
}

.home-more-articles .section-title-more a:hover {
   color: #f40;
   text-decoration: none;
}

.home-more-articles .icon {
  width: 18px;
  height: 12px;
  float: left;
  margin-top: 3px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) no-repeat;
}
.home-more-articles .icon-comments {
  background-position: -456px 0px;
}
.home-more-articles .icon-visits {
  background-position: -476px 0px;
  margin-top: 2px;
}

.home-more-articles .text {
  display: block;
  margin-left: 22px;
  margin-top: 2px;
}

/*** HOME PRESS NEWS ***/

.home-press-news {
  float: left;
  width: 280px;
  /*border-right: 1px solid #000; */
  overflow: hidden;
/*  background-color: #232323; */
  margin-bottom: 12px;
  margin-right: 15px;
}
.home-press-news .section-header {
  margin-bottom: 6px;
}

.home-press-news .section-header .section-title {
  float: left;
}

.home-press-news .section-header .section-title-more {
  float: right;
  padding: 9px 6px 0px 0px;
}

.home-press-news .section-title-more a {
   color: #9a9a9a;
  font-size: 12px; 
}

.home-press-news .section-title-more a:hover {
   color: #f40;
   text-decoration: none;
}


.home-press-news .section-title-more .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
}

.home-press-news .x-article {
  float: left;
  width: 250px;
  height: 50px;
  padding-top: 17px;
  border-bottom: 1px solid #2e2e2e;
  margin: 0px 9px 0px 15px;
}
.home-press-news .image {
  float: left;
  width: 55px;
  height: 35px;
  overflow: hidden;
  background-color: #000;
}
.home-press-news .image:hover .img {
  opacity: 0.6;
}
.home-press-news .content {
  margin: 0px 0px 0px 66px;
}
.home-press-news .title {
  color: #d1d1d1;
  font-size: 15px;
  line-height: 16px;
  font-weight: normal;
  min-height: 56px;
}
.home-press-news .title a {
  color: #d1d1d1;
  text-decoration: none;
}
.home-press-news .title a:hover {
  color: #F40;
}
.home-press-news .date {
  font-size: 12px;
  color: #aaa;
}

.home-press-news .info {
  padding: 9px 9px 0px 9px;
  font-size: 13px;
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  color: #aeaeae;
}
.home-press-news .separator {
  border-right: 1px solid #474747;
  padding-right: 8px;
  margin-right: 8px;
}
.home-press-news .info a {
  color: #aeaeae;
  text-decoration: none;
}
.home-press-news .info a:hover {
  color: #f40;
}
.home-press-news .item {
  float: left;
  font-size: 12px;
}

.home-press-news .today {
  color: #31e500;
}

.home-press-news .yesterday {
  color: #0D66BE;
}

.home-press-news .archive {
  color: #31e500;
}

.home-press-news .competition {
  color: #31e500;
}

/*** HOME MORE BLOGS ***/

.home-more-blogs {
  float: left;
  width: 430px;
  /*border-right: 1px solid #000; */
  overflow: hidden;
/*  background-color: #232323; */
  margin-bottom: 12px;
}
.home-more-blogs .section-header {
  margin-bottom: 6px;
}
.home-more-blogs .nav {
  float: right;
  padding: 18px 6px 0px 0px;
  color: #919191;
  font-size: 12px;
  line-height: 13px;
}
.home-more-blogs .nav a {
  color: #919191;
  text-decoration: none;
}
.home-more-blogs .nav a:hover {
  color: #f40;
}
.home-more-blogs .nav li {
  float: left;
}
.home-more-blogs .nav .first {
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #424242;
}
.home-more-blogs .nav .active a {
  color: #f40;
}
.home-more-blogs .section-header .section-title {
  float: left;
}

.home-more-blogs .section-header .section-title-more {
  float: right;
  padding: 9px 6px 0px 0px;
}

.home-more-blogs .section-title-more a {
   color: #9a9a9a;
  font-size: 12px; 
}

.home-more-blogs .section-title-more a:hover {
   color: #f40;
   text-decoration: none;
}


.home-more-blogs .section-title-more .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
}

.home-more-blogs .x-article {
  float: left;
  width: 430px;
  height: 112px;
  padding-top: 17px;
  border-bottom: 1px solid #2e2e2e;
  margin: 0px 9px 0px 15px;
}
.home-more-blogs .image {
  float: left;
  width: 101px;
  height: 68px;
  margin-right: 10px;
  overflow: hidden;
  background-color: #000;
}
.home-more-blogs .image:hover .img {
  opacity: 0.6;
}
.home-more-blogs .content {
  margin: 0px 0px 0px 84px;
  height: 73px;
  overflow: hidden;
}
.home-more-blogs .title {
  color: #d1d1d1;
  font-size: 17px;
  line-height: 16px;
  font-weight: normal;
  width: 300px;
}
.home-more-blogs .title a {
  color: #E5E5E5;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;  
}
.home-more-blogs p {
  color: #d1d1d1;
  font-size: 13px;
  min-height: 50px;
  margin-top: 7px;
  padding-right: 14px;
  line-height: 17px;
}
.home-more-blogs .title a:hover {
  color: #F40;
}
.home-more-blogs .date {
  font-size: 12px;
  color: #aaa;
}

.home-more-blogs .info {
  padding: 9px 9px 0px 0px;
  font-size: 13px;
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  color: #aeaeae;
}
.home-more-blogs .separator {
  border-right: 1px solid #474747;
  padding-right: 8px;
  margin-right: 8px;
}
.home-more-blogs .info a {
  color: #aeaeae;
  text-decoration: none;
}
.home-more-blogs .info a:hover {
  color: #f40;
}
.home-more-blogs .info a.user.online {
  color: #91C416;
}
.home-more-blogs .item {
  float: left;
  font-size: 12px;
}

.home-more-blogs .icon {
  width: 18px;
  height: 12px;
  float: left;
  margin-top: 3px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) no-repeat;
}
.home-more-blogs .icon-comments {
  background-position: -456px 0px;
}
.home-more-blogs .icon-visits {
  background-position: -476px 0px;
  margin-top: 2px;
}

.home-more-blogs .text {
  display: block;
  margin-left: 22px;
  margin-top: 2px;
}

.home-more-blogs .today {
  color: #31e500;
}

.home-more-blogs .yesterday {
  color: #0D66BE;
}

.home-more-blogs .archive {
  color: #31e500;
}

.home-more-blogs .competition {
  color: #31e500;
}

/*** HOME - NEWS ***/
.home-news {
  float: left;
  width: 280px;
  height: 445px;
  overflow: hidden;
/*  background-color: #232323; */
}
.home-news .item {
  margin: 0px 9px 1px 17px;
  padding: 8px 16px 0px 2px;
  border-top: 1px solid #2e2e2e;
  font-size: 14px;
  height: 56px;
  /* margin-top: -3px; */

}
.home-news .item span.date {
  font-size: 11px;
  color: #aaaaaa;
  margin-left: 16px;
  display: block;
}
.home-news .item.two-rows .dot{
  /*margin-top: 15px;*/
}
.home-news .section-header .section-title-more {
  float: right;
  padding: 9px 6px 0px 0px;
}
.home-news .section-title-more .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
}

.home-news .section-title {
  float: left;
}

.home-news .section-title-more a {
   color: #9a9a9a;
  font-size: 12px; 
}

.home-news .section-title-more a:hover {
   color: #f40;
   text-decoration: none;
}

.home-news .first {
  border-top: none;
  padding-top: 11px;
  margin-top: -1px;
}
.home-news .title {
  color: #d1d1d1;
  text-decoration: none;
}
.home-news .title:hover {
  color: #f40;
}
.home-news .dot {
  width: 6px;
  height: 9px;
  float: left;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -504px 0px no-repeat;
  margin-top: 2px;
}
.home-news .text {
  display: block;
  margin-left: 16px;

  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 33px;
  font-size: 14px;
  line-height: 16px;
}
/*** HOME AD ARITCLES ***/

.home-ad-articles {
  width: 870px;
  margin: 15px 0px;
  /*height: 260px; */
  float: left;

  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}

.home-ad-articles .section-header {
  position: relative;
  border: 0px;
  height: 11px;
  margin-bottom: 10px;
}
.home-ad-articles .section-header .section-title {
  position: absolute;
  top: -8px;
  right: 3px;
  font-size: 10px;
  color: #464646;
  text-transform: none;
}
.home-ad-articles .section-content .article-x {
  padding: 0px 20px 29px 16px;
  margin-top: 0px;
}

.home-ad-articles .section-content .article-x h2 {
  font-weight: 400;
}

.home-ad-articles .section-content .article-x .left-content {
  float: left;
  padding-right: 20px;
  margin-top: 6px;
}

.home-ad-articles .section-content .article-x .left-content .image {
  float: left;
  width: 137px;
  height: 92px;
  overflow: hidden;
  background-color: #000;
}


.home-ad-articles .section-content .article-x .image:hover .img {
  opacity: 0.6;
}

.home-ad-articles .section-content .article-x .right-content h2 {
  margin-top: -7px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  margin-bottom: 8px;
}

.home-ad-articles .section-content .article-x .right-content h2 a {
  color: #E5E5E5;
  margin-top: -5px;
}

.home-ad-articles .section-content .article-x .right-content h2 a:hover {
  color: #f40;
  text-decoration: none;
}

.home-ad-articles .section-content .article-x .right-content p {
  color: #c3c3c3;
  line-height: 18px;
  height: 49px;
}

.home-ad-articles .section-content .article-x .right-content .nicedate{
  color: #878686;
  font-size: 13px;
}




/*** HOME BLOG ARTICLE ***/

.home-blog-articles {
  width: 870px;
  height: 405px;
  float: left;
  overflow: hidden;
}
.home-blog-articles .x-article {
  float: left;
  width: 280px;
  height: 350px;
  position: relative;
  margin-left: 15px;
}
.home-blog-articles .first {
  margin-left: 0px;
}
.home-blog-articles .image {
  display: block;
  width: 280px;
  height: 188px;
  overflow: hidden;
  background-color: #000;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-decoration: none;  
}
.home-blog-articles .image:hover .img {
  opacity: 0.6;
}
.home-blog-articles .title {
  font-family: 'Noto Sans', sans-serif;
  color: #E5E5E5;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  padding: 17px 9px 0px 9px;
  height: 40px;
  overflow: hidden;
}
.home-blog-articles .title a {
  color: #E5E5E5;
  text-decoration: none;
}
.home-blog-articles .title a:hover {
  color: #F60;
}
.home-blog-articles .introduction {
  padding: 6px 9px 0px 9px;
  color: #d1d1d1;
  font-size: 14px;
  line-height: 19px;
  height: 56px;
  overflow: hidden;
}
.home-blog-articles .info {
  padding: 18px 9px 0px 9px;
  font-size: 13px;
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  color: #aeaeae;
}
.home-blog-articles .info a {
  color: #aeaeae;
  text-decoration: none;
}
.home-blog-articles .info a:hover {
  color: #f40;
}
.home-blog-articles .info a.user.online {
  color: #91C416;
}
.home-blog-articles .item {
  float: left;
}
.home-blog-articles .date {
  border-radius: 3px;
  padding: 1px 9px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  background-color: #262626;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#262626));
  background: -webkit-linear-gradient(top, #2e2e2e, #262626);
  background: -moz-linear-gradient(top, #2e2e2e, #262626);
  background: -ms-linear-gradient(top, #2e2e2e, #262626);
  background: -o-linear-gradient(top, #2e2e2e, #262626);
  background: linear-gradient(to bottom, #2e2e2e, #262626);
}
.home-blog-articles .today {
  color: #31e500;
}

.home-blog-articles .yesterday {
  color: #0D66BE;
}

.home-blog-articles .archive {
  color: #31e500;
}

.home-blog-articles .competition {
  color: #31e500;
}


.home-blog-articles .category {
  display: block;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}
.home-blog-articles .separator {
  border-right: 1px solid #474747;
  padding-right: 8px;
  margin-right: 8px;
}
.home-blog-articles .icon {
  width: 18px;
  height: 12px;
  float: left;
  margin-top: 3px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) no-repeat;
}
.home-blog-articles .icon-comments {
  background-position: -456px 0px;
}
.home-blog-articles .icon-visits {
  background-position: -476px 0px;
  margin-top: 2px;
}
.home-blog-articles .text {
  display: block;
  margin-left: 22px;
}
.home-blog-articles .content_tip {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: -170px;
  visibility: hidden;
  width: 100%;
  height: 54px;
  padding-top: 42px;
  overflow: hidden;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px 0px repeat-x;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-blog-articles .image:hover .content_tip {
  opacity: 1.0;
  bottom: 0px;
  visibility: hidden;
}

.home-blog-articles .section-header {
  margin-bottom: 16px;
}

.home-blog-articles .section-title {
  float: left;
}
.home-blog-articles .nav {
  float: right;
  padding: 18px 6px 0px 0px;
  color: #919191;
  font-size: 12px;
  line-height: 13px;
}
.home-blog-articles .nav a {
  color: #919191;
  text-decoration: none;
}
.home-blog-articles .nav a:hover {
  color: #f40;
}
.home-blog-articles .nav li {
  float: left;
}
.home-blog-articles .nav .first {
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #424242;
}
.home-blog-articles .nav .active a {
  color: #f40;
}


/*** HOME - AD BANNER ***/
.home-ad-banner {
  float: right;
  width: 300px;
  /*height: 412px;*/
  margin-top: 15px;
  position: relative;
}
.home-ad-banner .banner {
  position: relative;
  z-index: 1;
}
.home-ad-banner .banner-content {
  /*height: 412px; */
}

.home-ad-banner .banner-content .banners {
  margin-bottom: 10px;
}


.home-ad-banner .label {
  position: absolute;
  width: 7px;
  height: 34px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -127px -21px no-repeat;
  overflow: hidden;
  text-indent: 14px;
  z-index: 2;
  right: -15px;
  top: 5px;
  display: none;
}
/*** HOME - FORUM LATEST ***/
.home-forum-latest {
  float: right;
  width: 300px;
  height: 361px;
  overflow: hidden;
/*  background-color: #16171b; */
}
.home-forum-latest .comment {
  border-bottom: 1px solid #272727;
  margin: 0px 13px;
  padding-top: 10px;
  height: 48px;
}
.home-forum-latest .title {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-forum-latest .title:hover {
  color: #f40;
}
.home-forum-latest .info {
  padding-top: 0px;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #aaa;
}
.home-forum-latest .info a {
  color: #aaa;
  text-decoration: none;
}
.home-forum-latest .info a:hover {
  color: #f40;
}
.home-forum-latest .item {
  float: left;
}
.home-forum-latest .date,
.home-forum-latest .username {
  display: block;
  max-width: 90px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-forum-latest .username a.user.online{
  color: #91C416;
}
.home-forum-latest .separator {
  border-right: 1px solid #2d2d2d;
  padding-right: 4px;
  margin-right: 4px;
}
.home-forum-latest .icon {
  width: 18px;
  height: 12px;
  float: left;
  margin-top: 3px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -456px 0px no-repeat;
}
.home-forum-latest .text {
  display: block;
  margin-left: 22px;
}
.home-forum-latest .more {
  text-align: right;
  padding: 10px 13px 0px 0px;
  font-size: 12px;
  height: 24px;
}
.home-forum-latest .more a {
  color: #9a9a9a;
  text-decoration: none;
}
.home-forum-latest .more a:hover {
  color: #f40;
}
/*** HOME - COMPETITION PHOTOS ***/
.competition-photos {
  background-color: #16171b;
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: left;
  width: 1188px;
}
.competition-photos .links {
  padding: 9px 0px 14px 22px;
}
.competition-photos .section-title {
  float: left;
  margin-right: 45px;
}
.competition-photos .photo {
  float: left;
  /*width: 144px; */
  margin-left: 27px;
}
.competition-photos .image {
  display: block;
  /*width: 144px; */
  height: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align:center;
  /*box-shadow: 0px 0px 6px #000;*/
}
.competition-photos .image:hover .play {
  opacity: 1.0;
}
.competition-photos .image:hover .img {
  opacity: 0.6;
}
.competition-photos .play {
  display: block;
  width: 36px;
  height: 36px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) 0px -21px no-repeat;
  position: absolute;
  left: 54px;
  top: 22px;
  z-index: 10;
  opacity: 0.72;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.competition-photos .title {
  color: #a2a2a2;
  font-size: 12px;
  font-weight: normal;
  padding-top: 4px;
  height: 45px;
  width: 100px; 
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 3px;
  line-height: 12px;
}
.competition-photos .title a {
  color: #a2a2a2;
  text-decoration: none;
}
.competition-photos .title a:hover {
  color: #f40;
}

/*** HOME - VIDEOS ***/
.home-videos {
  background-color: #16171b;
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: left;
  width: 1188px;
}
.home-videos .links {
  padding: 4px 0px 14px 22px;
}
.home-videos .section-title {
  float: left;
  margin-right: 45px;
}
.home-videos .video {
  float: left;
  width: 144px;
  margin-left: 22px;
}
.home-videos .image {
  display: block;
  width: 144px;
  height: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 6px #000;
}
.home-videos .image:hover .play {
  opacity: 1.0;
}
.home-videos .image:hover .img {
  opacity: 0.6;
}
.home-videos .play {
  display: block;
  width: 36px;
  height: 36px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) 0px -21px no-repeat;
  position: absolute;
  left: 54px;
  top: 22px;
  z-index: 10;
  opacity: 0.72;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-videos .title {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: normal;
  padding-top: 4px;
  height: 45px;
  width: 100%;  
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 3px;
  line-height: 15px;
}
.home-videos .title a {
  color: #a2a2a2;
  text-decoration: none;
}
.home-videos .title a:hover {
  color: #f40;
}
/*** HOME - EVENTS ***/
.home-events {
  float: left;
  width: 871px;
  margin-right: 16px;
}

.home-events .section-title {
  float: left;
}

.home-events .nav {
  float: right;
  padding: 14px 6px 0px 0px;
  color: #919191;
  font-size : 12px;
}
.home-events .nav a {
  color: #919191;
  text-decoration: none;
}
.home-events .nav a:hover {
  color: #f40;
}
.home-events .nav li {
  float: left;
}
.home-events .nav .first {
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #424242;
}
.home-events .nav .active a {
  color: #f06522;
}

/*** HOME - MAIN EVENT ***/
.home-main-event {
  float: left;
  width: 275px;
  margin: 15px 0px 14px 16px;
  height: 334px;
}


.home-main-event .event-image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}



.home-main-event .event-image span { 
  background: #da4c13;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 3px 10px;
  font-size: 11px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto; 
}

.home-main-event span.date {
  border-radius: 3px;
  padding: 1px 9px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #31e500;
  position: absolute;
  background-color: #262626;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#262626));
  background: -webkit-linear-gradient(top, #2e2e2e, #262626);
  background: -moz-linear-gradient(top, #2e2e2e, #262626);
  background: -ms-linear-gradient(top, #2e2e2e, #262626);
  background: -o-linear-gradient(top, #2e2e2e, #262626);
  background: linear-gradient(to bottom, #2e2e2e, #262626);
}

.home-main-event .image {
  display: block;
  width: 275px;
  height: 170px;
  overflow: hidden;
  background-color: #000;
}
.home-main-event .image:hover .img {
  opacity: 0.6;
}
.home-main-event .title {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  padding: 14px 2px 0px 2px;
  height: 40px;
  overflow: hidden;
}
.home-main-event .title a {
  color: #fff;
  text-decoration: none;
}
.home-main-event .title a:hover {
  color: #f40;
}
.home-main-event .date {
  color: #818181;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-main-event .date.pad{
  padding-left: 55px;
}


.home-main-event .introduction {
  padding: 6px 2px 0px 2px;
  color: #d1d1d1;
  font-size: 14px;
  line-height: 19px;
  height: 72px;
  overflow: hidden;
}

.home-main-event .info {
  padding: 9px 9px 0px 3px;
  font-size: 13px;
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  color: #aeaeae;
}
.home-main-event .separator {
  border-right: 1px solid #474747;
  padding-right: 8px;
  margin-right: 8px;
}
.home-main-event .info {
  color: #7a7a7a;
  text-decoration: none;
}
.home-main-event .info a {
  color: #7a7a7a;
  text-decoration: none;
}
.home-main-event .info a:hover {
  color: #f40;
}
.home-main-event .item {
  float: left;
  font-size: 13px;
}


/*** HOME - MORE EVENTS ***/
.home-more-events {
  float: left;
  width: 567px;
}

.home-more-events .events-wrapper {
  position: relative;
  min-height: 295px;
}

.home-more-events .events-wrapper ul.closer {
  position: absolute;
  display: none;
}

.home-more-events .events-wrapper ul {
  position: absolute;
}

.home-more-events .item {
  margin: 0px 16px;
  padding: 10px 6px 0px 4px;
  height: 28px;
  border-bottom: 1px solid #222;
  font-size: 14px;
}
.home-more-events .first {
  margin-top: 12px;
}
.home-more-events .title {
  display: block;
  color: #fff;
  text-decoration: none;
  float: left;
  width: 295px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-more-events .category {
  display: block;
  color: #727171;
  font-size: 13px;
  width: 106px;
  text-align: right;
  text-decoration: none;
  float: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-more-events .category:hover {
  color: #f40;
}
.home-more-events .title:hover {
  color: #f40;
}
.home-more-events .date {
  float: left;
  color: #f06522;
  width: 112px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}
.home-more-events .more {
  padding: 12px 16px 0px 20px;
  font-size: 12px;
}
.home-more-events .calendar {
  float: left;
  color: #818181;
  text-decoration: none;
}
.home-more-events .calendar:hover {
  color: #f40;
}
.home-more-events .icon-calendar {
  float: left;
  width: 21px;
  height: 23px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -38px -21px no-repeat;
}
.home-more-events .text {
  display: block;
  margin-left: 30px;
  padding-top: 4px;
}

.home-more-events .text:hover{
  color: #f40;
}
.home-more-events .add {
  float: right;
  color: #ccc;
  padding: 4px 12px;
  border-radius: 3px;
  text-decoration: none;
  background-color: #353535;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#353535));
  background: -webkit-linear-gradient(top, #3f3f3f, #353535);
  background: -moz-linear-gradient(top, #3f3f3f, #353535);
  background: -ms-linear-gradient(top, #3f3f3f, #353535);
  background: -o-linear-gradient(top, #3f3f3f, #353535);
  background: linear-gradient(to bottom, #3f3f3f, #353535);

}
.home-more-events .add:hover {
  background-color: #252526;
}
/*** HOME - BLOGS (SPACE) ***/
.home-blogs-space {
  float: left;
  width: 1px;
  overflow: hidden;
  background-color: #222;
  margin: 46px 7px 0px 7px;
  height: 332px;
}
/*** HOME - BLOGS ***/
.home-blogs {
  float: left;
  width: 598px;
  position: relative;
  z-index: 1;
}
.home-blogs .section-title {
  float: left;
}
.home-blogs .nav {
  float: right;
  padding: 9px 26px 0px 0px;
  color: #919191;
}
.home-blogs .nav a {
  color: #919191;
  text-decoration: none;
}
.home-blogs .nav a:hover {
  color: #f40;
}
.home-blogs .nav li {
  float: left;
}
.home-blogs .nav .first {
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #424242;
}
.home-blogs .nav .active a {
  color: #f40;
}
.home-blogs .blog {
  float: left;
  width: 272px;
  height: 86px;
  padding-top: 22px;
  border-top: 1px solid #222;
  margin: 0px 14px 0px 12px;
}
.home-blogs .first {
  border-top: none;
}
.home-blogs .image {
  float: left;
  width: 102px;
  height: 68px;
  overflow: hidden;
  background-color: #000;
}
.home-blogs .image:hover .img {
  opacity: 0.6;
}
.home-blogs .content {
  margin: 0px 12px 0px 116px;
}
.home-blogs .title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  height: 40px;
  overflow: hidden;
}
.home-blogs .title a {
  color: #fff;
  text-decoration: none;
}
.home-blogs .title a:hover {
  color: #f40;
}
.home-blogs .info {
  padding-top: 12px;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #aaa;
}
.home-blogs .info a {
  color: #aaa;
  text-decoration: none;
}
.home-blogs .info a.online{
  color: #91C416;
}
.home-blogs .info a:hover {
  color: #f40;
}
.home-blogs .item {
  float: left;
}
.home-blogs .date,
.home-blogs .username {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-blogs .date {
  border-right: 1px solid #2d2d2d;
  padding-right: 4px;
  margin-right: 4px;
  max-width: 72px;
}
.home-blogs .username {
  max-width: 62px;
}
.home-blogs .tab-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 35px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-blogs .active-tab {
  opacity: 1.0;
  visibility: visible;
}
/*** HOME - GROUPS ACTIVITY ***/
.home-groups-activity {
  float: left;
  width: 286px;
  height: 400px;
  background-color: #16171b;
  border-right: 1px solid #000;
  margin-bottom: 16px;
}
.home-groups-activity .section-title {
  text-transform: none;
}
.home-groups-activity .x-article {
  border-top: 1px solid #272727;
  margin: 0px 2px 0px 20px;
  padding: 17px 12px 0px 0px;
  height: 50px;
}
.home-groups-activity .first {
  border-top: none;
  margin-top: 12px;
}
.home-groups-activity .image {
  float: left;
  width: 60px;
  height: 42px;
  overflow: hidden;
  background-color: #000;
}
.home-groups-activity .image:hover .img {
  opacity: 0.6;
}
.home-groups-activity .content {
  margin: -2px 0px 0px 0px;
}
.home-groups-activity .title {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-groups-activity .title:hover {
  color: #f40;
}
.home-groups-activity .activity {
  color: #b9b9b9;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 2px;
}
.home-groups-activity .activity a {
  color: #ccc;
}
.home-groups-activity .activity a.online{
  color: #91C416;
}
.home-groups-activity .activity a.user{
  color: #aaa;
}
.home-groups-activity .activity a:hover{
  text-decoration: none;
  color: #f40;
}
.home-groups-activity .info {
  padding-top: 1px;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #818181;
}
.home-groups-activity .item {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-groups-activity .date {
  max-width: 70px;
  border-right: 1px solid #464646;
  padding-right: 8px;
  margin-right: 8px;
}
.home-groups-activity .place {
/*  max-width: 92px; */
}
/*** HOME - GROUPS INTRO ***/
.home-groups-intro {
  float: left;
  width: 584px;
  height: 400px;
  background-color: #16171b;
}

.home-groups-intro .section-header .section-title {
  float: left;
}


.home-groups-intro .section-header .section-title-more {
  float: right;
  padding: 11px 11px 0px 0px;
}

.home-groups-intro .section-header .section-title-more a {
 color: #9a9a9a;
 font-size: 12px; 
}


.home-groups-intro .section-header .section-title-more .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
}



/*** HOME - GROUPS ABOUT ***/
.home-groups-about {
  float: left;
  width: 348px;
  margin: 20px 0px 0px 12px;
}
.home-groups-about .image {
  display: block;
  width: 348px;
  height: 230px;
  overflow: hidden;
  background-color: #000;
}
.home-groups-about .image:hover .img {
  opacity: 0.6;
}
.home-groups-about .title {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding-top: 10px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-groups-about a {
  color: #fff;
  text-decoration: none;
}
.home-groups-about a:hover {
  color: #f40;
}
.home-groups-about .title a {
  color: #fff;
  text-decoration: none;
}
.home-groups-about .title a:hover {
  color: #f40;
}
.home-groups-about .info {
  padding-top: 8px;
  font-size: 13px;
  height: 11px;
  line-height: 11px;
  overflow: hidden;
  color: #818181;
}
.home-groups-about .item {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* overflow: hidden; */
}
.home-groups-about .username {
  max-width: 184px;
  border-right: 1px solid #464646;
  padding-right: 10px;
  margin-right: 10px;
}
.home-groups-about .place {
  max-width: 140px;
}
.home-groups-about .introduction {
  padding-top: 8px;
  color: #b9b9b9;
  font-size: 14px;
  line-height: 14px;
  height: 24px;
  overflow: hidden;
}
/*** HOME - GROUPS MEMBERS ***/
.home-groups-members {
  float: left;
  width: 220px;
  margin-top: 20px;
}
.home-groups-members .wrap {
  height: 248px;
}
.home-groups-members .member {
  float: left;
  margin: 0px 0px 12px 16px;
}
.home-groups-members .image {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #000;
  border-radius: 3px;
  text-decoration: none;
}
.home-groups-members .image:hover .img {
  opacity: 0.6;
}
.home-groups-members .more {
  text-align: center;
  color: #ececec;
  background-color: #2e2d2d;
}
.home-groups-members .more:hover {
  background-color: #4B4949;
}
.home-groups-members .count {
  display: block;
  font-size: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 4px;
}
.home-groups-members .label {
  display: block;
  font-size: 9px;
  color: #cecece;
}
.home-groups-members .join {
  text-align: center;
  padding-top: 18px;
}
.home-groups-members .join-button {
  padding: 5px 20px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #353535;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#353535));
  background: -webkit-linear-gradient(top, #3f3f3f, #353535);
  background: -moz-linear-gradient(top, #3f3f3f, #353535);
  background: -ms-linear-gradient(top, #3f3f3f, #353535);
  background: -o-linear-gradient(top, #3f3f3f, #353535);
  background: linear-gradient(to bottom, #3f3f3f, #353535);
}
.home-groups-members .join-button:hover {
  background: #4C4C4C;
}
/*** HOME - SECOND HAND ***/
.home-second-hand {
  float: right;
  width: 300px;
  height: 400px;
  background-color: #16171b;
}
.home-second-hand .offer {
  border-top: 1px solid #272727;
  margin: 0px 13px;
  padding: 13px 7px 0px 0px;
  height: 54px;
}
.home-second-hand .first {
  border-top: none;
}
.home-second-hand .image {
  float: right;
  width: 60px;
  height: 42px;
  overflow: hidden;
  background-color: #000;
}
.home-second-hand .image:hover .img {
  opacity: 0.6;
}
.home-second-hand .content {
  float: left;
  width: 200px;
}
.home-second-hand .title {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-top: 1px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-second-hand .title:hover {
  color: #f40;
}
.home-second-hand .info {
  padding-top: 3px;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #aaa;
}
.home-second-hand .info a {
  color: #aaa;
  text-decoration: none;
}
.home-second-hand .info a:hover {
  color: #f40;
}

.home-second-hand .bazaar_top {
  color: #fff;
  display: inline;
  background-color: #d30e00;
  padding: 0px 3px 0px 3px;
  font-size: 10px;
  margin-right: 5px;
}

.home-second-hand .item {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-second-hand .date {
  max-width: 80px;
  border-right: 1px solid #2d2d2d;
  padding-right: 4px;
  margin-right: 4px;
}
.home-second-hand .username {
  max-width: 96px;
}
/*** HOME - WEBSITES ***/
.home-websites {
  float: left;
  width: 872px;
  height: 352px;
  background-color: #16171b;
  margin-bottom: 10px;
}


.home-websites .section-header .section-title {
  float: left;
}

.home-websites .section-header .section-title-more {
  float: right;
  padding: 11px 11px 0px 0px;
}

.home-websites .section-header .section-title-more a {
 color: #9a9a9a;
 font-size: 12px;
}


.home-websites .section-header .section-title-more .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
}


.home-websites .website {
  float: left;
  margin: 20px 17px 0px 19px;
  width: 180px;
}
.home-websites .image {
  float: right;
  width: 180px;
  height: 158px;
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 6px #000;
}
.home-websites .image:hover .img {
  opacity: 0.6;
}
.home-websites .shadow {
  display: block;
  height: 24px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px 0px repeat-x;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.home-websites .title {
  color: #d1d1d1;
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
  padding: 20px 1px 0px 1px;
  text-align: center;
  height: 28px;
  overflow: hidden;
}
.home-websites .title a {
  color: #d1d1d1;
  text-decoration: none;
}
.home-websites .title a:hover {
  color: #f40;
}
.home-websites .footnote {
  margin: 20px 18px 0px 18px;
  border-top: 1px solid #363636;
  padding-top: 13px;
  color: #d1d1d1;
}
.home-websites .text {
  float: left;
  white-space: nowrap;
  width: 675px;
  overflow: hidden;
  padding-top: 5px;
}
.home-websites .b {
  color: #52df51;
}
.home-websites .create {
  float: right;
  color: #fff;
  padding: 5px 12px;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 7px;
  background-color: #148c13;
  background: -webkit-gradient(linear, left top, left bottom, from(#22aa21), to(#148c13));
  background: -webkit-linear-gradient(top, #22aa21, #148c13);
  background: -moz-linear-gradient(top, #22aa21, #148c13);
  background: -ms-linear-gradient(top, #22aa21, #148c13);
  background: -o-linear-gradient(top, #22aa21, #148c13);
  background: linear-gradient(to bottom, #22aa21, #148c13);
}
.home-websites .create:hover {
  background: #177317;
}
/*** HOME - POLL ***/
.home-poll {
  float: right;
  width: 300px;
  height: 352px;
  background-color: #16171b;
}
.home-poll .question {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  height: 48px;
  overflow: hidden;
  padding: 16px 16px 0px 16px;
}
.home-poll .answers {
  padding: 10px 0px 0px 38px;
  width: 200px;
  color: #aaa;
}
.home-poll .answer {
  padding-bottom: 12px;
}
.home-poll .bar {
  display: block;
  background-color: #f26721;
  height: 11px;
  position: relative;
  z-index: 1;
  line-height: 11px;
  margin-bottom: 4px;
  color: #aaa;
}
.home-poll .bar.active:hover {
  color: #D4D4D4;
  background-color: #D9510D;
}
.home-poll .percent {
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 6px;
  color: #aaa;
}
.home-poll .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-poll .text a {
  color: #aaa;
  text-decoration: none;
}
.home-poll .text a:hover {
  color: #f40;
}
.home-poll .more-wrapper {
  position: relative;
}
.home-poll .more {
  margin: 1px 11px 0px 13px;
  padding-top: 10px;
  font-size: 12px;
  text-align: right;
  position: absolute;
  top: -43px;
  right: 3px;
}
.home-poll .more a {
  color: #9a9a9a;
  text-decoration: none;
}
.home-poll .more a:hover {
  color: #f40;
}

/*** HOME - PHOTO SCHOOL ***/
.home-photo-school {
  float: left;
  width: 280px;
  height: 385px;
  margin-right: 14px;
  margin-bottom: 16px;
}
.home-photo-school-content {
    background: #16171b;
    min-height: 349px;
    max-height: 350px;
    overflow: hidden;
}

.home-photo-school .section-header {
  border: 0px;
}

.home-photo-school .section-header .section-title {
  float: left;
}

.home-photo-school .section-header .section-title-more {
  float: right;
  padding: 9px 6px 0px 0px;
}

.home-photo-school .section-title-more .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
}

.home-photo-school .section-title-more a {
  color: #9a9a9a;
  font-size: 12px; 
  float: left;
}

.home-photo-school .section-title-more a:hover {
   color: #f40;
   text-decoration: none;
}

.home-photo-school .cover-image .image {
  float: left;
  width: 280px;
  height: 187px;
  overflow: hidden;
  background-color: #000;
}
.home-photo-school .cover-image .image:hover .img {
  opacity: 0.6;
}
.home-photo-school .cover-text {
  border-bottom: 1px solid #272727;
  padding: 16px;
  padding-bottom: 8px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 21px;
  min-height: 42px;
  max-height: 42px;
}
.home-photo-school .cover-text a {
  color: #fff;
  height: 41px;
  overflow:hidden;
  float: left;
}
.home-photo-school .cover-text a:hover {
  text-decoration: none;
  color: #f40;
}
.home-photo-school .item {
  margin: 0px 14px;
  padding: 9px 2px 13px 2px;
  border-top: 1px solid #272727;
  font-size: 14px;
  height: 25px;
}
.home-photo-school .item.first {
  border-top: 0px;
}
.home-photo-school .arrowx {
  width: 6px;
  height: 9px;
  float: left;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -504px 0px no-repeat;
  margin-top: 2px;
} 
.home-photo-school .item a:hover {
  text-decoration: none;
}

.home-photo-school .item a:hover span{
  color: #f40;
}

.home-photo-school .item span {
  display: block;
  margin-left: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 33px;
  font-size: 14px;
  line-height: 16px; 
  color: #d1d1d1; 
}
/*** HOME TRAVEL PHOTO ***/
.home-travel-photo {
  float: left;
  width: 280px;
  height: 385px;
  margin-right: 14px;
  margin-bottom: 16px;
}
.home-travel-photo-content {
    background: #16171b;
    min-height: 349px;
    max-height: 350px;
    overflow: hidden;
}

.home-travel-photo .section-header {
  border: 0px;
}

.home-travel-photo .section-header .section-title {
  float: left;
}

.home-travel-photo .section-header .section-title-more {
  float: right;
  padding: 9px 6px 0px 0px;
}

.home-travel-photo .section-title-more .arrow {
  margin-left: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
}

.home-travel-photo .section-title-more a {
  color: #9a9a9a;
  font-size: 12px; 
  float: left;
}

.home-travel-photo .section-title-more a:hover {
   color: #f40;
   text-decoration: none;
}

.home-travel-photo .cover-image .image {
  float: left;
  width: 280px;
  height: 187px;
  overflow: hidden;
  background-color: #000;
}
.home-travel-photo .cover-image .image:hover .img {
  opacity: 0.6;
}
.home-travel-photo .cover-text {
  border-bottom: 1px solid #272727;
  padding: 16px;
  padding-bottom: 8px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 21px;
  min-height: 42px;
  max-height: 42px;
}
.home-travel-photo .cover-text a {
  color: #fff;
}
.home-travel-photo .cover-text a:hover {
  text-decoration: none;
  color: #f40;
}
.home-travel-photo .item {
  margin: 0px 14px;
  padding: 9px 2px 13px 2px;
  border-top: 1px solid #272727;
  font-size: 14px;
  height: 25px;
}
.home-travel-photo .item.first {
  border-top: 0px;
}
.home-travel-photo .arrowx {
  width: 6px;
  height: 9px;
  float: left;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -504px 0px no-repeat;
  margin-top: 2px;
}
.home-travel-photo .item a:hover {
  text-decoration: none;
}

.home-travel-photo .item a:hover span{
  color: #f40;
}

.home-travel-photo .item span {
  display: block;
  margin-left: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 33px;
  font-size: 14px;
  line-height: 16px; 
  color: #d1d1d1; 
}

/********************************************/
.home-travel-photo .image:hover .content_tip, .home-photo-school .image:hover .content_tip , .home-reviews-block .image:hover .content_tip {
  opacity: 1.0;
  bottom: 0px;
  visibility: visible;
}

.home-travel-photo .image, .home-photo-school .image ,.home-reviews-block .image {
  display: block;
  width: 280px;
  height: 188px;
  overflow: hidden;
  background-color: #000;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-decoration: none;  
}
.home-travel-photo .image:hover .img, .home-photo-school .image:hover .img , .home-reviews-block .image:hover .img {
  opacity: 0.6;
}


.home-travel-photo .content_tip, .home-photo-school .content_tip, .home-reviews-block .content_tip {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: -170px;
  visibility: hidden;
  width: 100%;
  height: 54px;
  padding-top: 42px;
  overflow: hidden;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px 0px repeat-x;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-travel-photo .separator, .home-photo-school .separator, .home-reviews-block .separator {
  border-right: 1px solid #474747;
  padding-right: 8px;
  margin-right: 8px;
}

.home-travel-photo .icon, .home-photo-school .icon , .home-reviews-block .icon {
  width: 18px;
  height: 12px;
  float: left;
  margin-top: 3px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) no-repeat;
}
.home-travel-photo .icon-comments, .home-photo-school .icon-comments, .home-reviews-block .icon-comments {
  background-position: -456px 0px;
}
.home-travel-photo .icon-visits, .home-photo-school .icon-visits, .home-reviews-block .icon-visits {
  background-position: -476px 0px;
  margin-top: 2px;
}

.home-travel-photo .info, .home-photo-school .info , .home-reviews-block .info {
  padding: 18px 9px 0px 9px;
  font-size: 13px;
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  color: #aeaeae;
}

.home-travel-photo .text, .home-photo-school .text , .home-reviews-block .text {
  display: block;
  margin-left: 22px;
}


.home-travel-photo .info a, .home-photo-school .info a, .home-reviews-block .info a {
  color: #aeaeae;
  text-decoration: none;
}
.home-travel-photos .info a:hover, .home-photo-school .info a:hover , .home-reviews-block .info a:hover {
  color: #f40;
}
.home-travel-photo .item_x, .home-photo-school .item_x, .home-reviews-block .item_x {
  float: left;
}

.home-travel-photo .image:hover .content_tip, .home-photo-school .image:hover .content_tip, .home-reviews-block .image:hover .content_tip {
  opacity: 1.0;
  bottom: 0px;
  visibility: visible;
}

/********************************************/


/*** HOME REVIEWS BLOCK ***/

.home-reviews-block {
  float: left;
  width: 280px;
  height: 385px;
  margin-right: 14px;
  margin-bottom: 16px;
}
.home-reviews-block-content {
    background: #16171b;
    min-height: 349px;
    max-height: 350px;
    overflow: hidden;
}

.home-reviews-block .section-header {
  border: 0px;
}

.home-reviews-block .section-header .section-title {
  float: left;
}

.home-reviews-block .section-header .section-title-more {
  float: right;
  padding: 9px 6px 0px 0px;
}

.home-reviews-block .section-title-more .arrow {
  margin-top: 5px;
  width: 6px;
  height: 9px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -496px 0px no-repeat;
  display: inline-block;
  zoom: 1;
}

.home-reviews-block .section-title-more a {
  color: #9a9a9a;
  font-size: 12px; 
  float: left;
}

.home-reviews-block .section-title-more a:hover {
   color: #f40;
   text-decoration: none;
}

.home-reviews-block .cover-image .image {
  float: left;
  width: 280px;
  height: 187px;
  overflow: hidden;
  background-color: #000;
}
.home-reviews-block .cover-image .image:hover .img {
  opacity: 0.6;
}
.home-reviews-block .cover-text {
  border-bottom: 1px solid #272727;
  padding: 16px;
  padding-bottom: 8px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 21px;
  min-height: 42px;
  max-height: 42px;  
}
.home-reviews-block .cover-text a {
  color: #fff;
}
.home-reviews-block .cover-text a:hover {
  text-decoration: none;
  color: #f40;
}
.home-reviews-block .item {
  margin: 0px 14px;
  padding: 9px 2px 13px 2px;
  border-top: 1px solid #272727;
  font-size: 14px;
  height: 25px;
}
.home-reviews-block .item.first {
  border-top: 0px;
}
.home-reviews-block .arrowx {
  width: 6px;
  height: 9px;
  float: left;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -504px 0px no-repeat;
  margin-top: 2px;
}
.home-reviews-block .item a:hover {
  text-decoration: none;
}

.home-reviews-block .item a:hover span{
  color: #f40;
}

.home-reviews-block .item span {
  display: block;
  margin-left: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 33px;
  font-size: 14px;
  line-height: 16px; 
  color: #d1d1d1; 
}


/*** HOME - NEWS SLIDER ***/
.home-news-slider {
  float: left;
  width: 862px;
  height: 286px;
  margin-bottom: 16px;
}
.home-news-slider .links {
  padding-left: 6px;
  height: 42px;
}
.home-news-slider .section-title {
  float: left;
  margin-right: 30px;
}
/*** HOME - NEWS SLIDER SLIDES ***/
.home-news-slider-slides {
  float: left;
  width: 450px;
  height: 244px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-news-slider-slides .slide {
  display: block;
  width: 450px;
  height: 244px;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-news-slider-slides .slide:hover .img {
  opacity: 0.6;
}
.home-news-slider-slides .active-tab {
  opacity: 1.0;
  visibility: visible;
}
.home-news-slider-slides .content {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 72px;
  padding-top: 18px;
  overflow: hidden;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px 0px repeat-x;
  color: #b9b9b9;

}
.home-news-slider-slides .title {
  vertical-align: middle;
  display: table-cell;
  height: 76px;
  padding: 0px 19px;
  font-size: 20px;
  color: #fff;
}
.home-news-slider-slides .introduction {
  display: block;
  padding: 0px 19px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}
/*** HOME - NEWS SLIDER NAV ***/
.home-news-slider-nav {
  float: right;
  width: 385px;
  padding-top: 5px;
  position: relative;
  z-index: 100;
}
.home-news-slider-nav a {
  display: block;
  border-bottom: 1px solid #232323;
  color: #d1d1d1;
  height: 29px;
  padding: 10px 4px 0px 9px;
  position: relative;
  z-index: 110px;
  text-decoration: none;
}
.home-news-slider-nav .arrow {
  width: 10px;
  height: 39px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -62px -21px no-repeat;
  position: absolute;
  left: -12px;
  top: 0px;
}
.home-news-slider-nav .text {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-news-slider-nav a:hover {
  color: #ff6600;
}
.home-news-slider-nav .active a {
  background-color: #16171b;
  color: #ff6600;
  border-bottom: 0px;
  padding-bottom: 1px;
  margin-top: -1px;
}
.home-news-slider-nav .active .arrow {
  background-position: -73px -21px;
  width: 52px;
  left: -52px;
  height: 40px;
}
/*** HOME - EPHOTOSHOP ***/
.home-ephotoshop {
  width: 300px;
  height: 395px;
  float: right;
  overflow: hidden;
}

.facebook_box {
  width: 300px;
  height: 250px;
  float:right;
}

.home-ephotoshop .label {
  height: 30px;
  color: #979797;
  font-size: 11px;
  padding-left: 28px;
  line-height: 52px;
}
.home-ephotoshop .product {
  border-top: 1px solid #272727;
  margin: 0px 26px 0px 28px;
  padding-top: 16px;
  height: 69px;
}
.home-ephotoshop .first {
  border-top: none;
}
.home-ephotoshop .image {
  float: left;
  width: 83px;
  height: 53px;
  overflow: hidden;
  background-color: #000;
}
.home-ephotoshop .image:hover .img {
  opacity: 0.6;
}
.home-ephotoshop .content {
  margin: -3px 0px 0px 92px;
}
.home-ephotoshop .title {
  display: block;
  color: #f06522;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-ephotoshop .title:hover {
  color: #F17232;
}
.home-ephotoshop .introduction {
  color: #aaa;
  font-size: 12px;
  line-height: 13px;
  height: 39px;
  overflow: hidden;
}
/*** HOME - MORE ARTICLES ***/
.home-suggestions { 
  float:left;
  padding-bottom: 14px;
}

.home-suggestions .image:hover .content_tip {
  opacity: 1.0;
  bottom: 0px;
  visibility: visible;
}

.home-suggestions .image {
  display: block;
  width: 280px;
  height: 188px;
  overflow: hidden;
  background-color: #000;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-decoration: none;  
}
.home-suggestions .image:hover .img {
  opacity: 0.6;
}


.home-suggestions .content_tip {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: -170px;
  visibility: hidden;
  width: 100%;
  height: 54px;
  padding-top: 42px;
  overflow: hidden;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites_h.png) 0px 0px repeat-x;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-suggestions .separator {
  border-right: 1px solid #474747;
  padding-right: 8px;
  margin-right: 8px;
}


.home-suggestions .icon {
  width: 18px;
  height: 12px;
  float: left;
  margin-top: 3px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) no-repeat;
}
.home-suggestions .icon-comments {
  background-position: -456px 0px;
  margin-right: 7px;
}
.home-suggestions .icon-visits {
  background-position: -476px 0px;
  margin-top: 2px;
}

.home-suggestions .info {
  padding: 18px 9px 0px 9px;
  font-size: 13px;
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  color: #aeaeae;
}

.home-suggestions .text {
  display: block;
  margin-left: 22px;
}


.home-suggestions .info a {
  color: #aeaeae;
  text-decoration: none;
}
.home-suggestions .info a:hover {
  color: #f40;
}
.home-suggestions .item {
  float: left;
}

.home-suggestions .image:hover .content_tip {
  opacity: 1.0;
  bottom: 0px;
  visibility: visible;
}



.home-suggestions .x-article {
  float: left;
  width: 263px;
  min-height: 225px;
  padding: 16px 5px 12px 13px;
  margin: 12px 0px 0px 13px;
  background-color: #16171b;
}
.home-suggestions .first {
  margin-left: 0px;
}

.home-suggestions h2 {

}

.home-suggestions .image {
  width: 255px;
  height: 170px;
  overflow: hidden;
  background-color: #000;
}
.home-suggestions .image:hover .img {
  opacity: 0.6;
}
.home-suggestions .content {
  margin: 10px 21px 0px 5px;
}
.home-suggestions .title {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-suggestions .title a {
  color: #fff;
  text-decoration: none;
}
.home-suggestions .title:hover {
  color: #f40;
}
.home-suggestions .title a:hover {
  color: #f40;
}

.home-suggestions .title_x {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px; 
  padding-top: 4px;
}
.home-suggestions .title_x a {
  color: #fff;
  text-decoration: none;
}
.home-suggestions .title_x:hover {
  color: #f40;
}
.home-suggestions .title_x a:hover {
  color: #f40;
}
.home-suggestions .category {
  display: block;
  font-size: 14px;
  color: #b9b9b9;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-suggestions .category:hover {
  color: #f40;
}
/*** SITE FOOTER ***/
.site-footer {
  color: #b9b9b9;
  padding: 30px 0px 42px 0px;
  font-size: 11px;
  background-color:#0f0f0f;
}
.site-footer a {
  color: #b9b9b9;
  text-decoration: none;
}
.site-footer a:hover {
  color: #f40;
}
/*** FOOTER - COPYRIGHT ***/
.footer-copyright {
  float: left;
  height: 60px;
  border-right: 1px solid #262626;
  width: 338px;
}
.footer-copyright .icon-ephoto {
  float: left;
  width: 38px;
  height: 28px;
  background: url(https://img.ephoto.sk/images/theme_dark/sprites.png) -136px -21px no-repeat;
  margin-top: 11px;
}
.footer-copyright .content {
  margin-left: 55px;
}
.footer-copyright .copy-line {
  padding-bottom: 5px;
}
.footer-copyright .line {
  display: block;
  white-space: nowrap;
}
/*** FOOTER - ephoto ***/
.footer-ephoto {
  float: left;
  height: 60px;
  border-right: 1px solid #262626;
  width: 210px;
  padding-left: 22px;
}
.footer-ephoto li {
  float: left;
  width: 105px;
  white-space: nowrap;
  padding: 3px 0px 2px 0px;
}
.footer-ephoto a:before {
  content: '\2022';
  padding-right: 10px;
}

/*** FOOTER - NAV ***/
.footer-nav {
  float: left;
  height: 60px;
  width: 532px;
  padding-left: 22px;
}
.footer-nav li {
  float: left;
  width: 105px;
  white-space: nowrap;
  padding: 3px 0px 2px 0px;
}
.footer-nav a:before {
  content: '\2022';
  padding-right: 10px;
}
/*** FOOTER - NEWSLETTER ***/
.footer-newsletter {
  float: left;
  width: 294px;
  height: 60px;
}
.footer-newsletter .how-to {
  margin: 0px 0px 5px 15px;
}
.footer-newsletter .email-field {
  float: left;
  width: 160px;
  padding: 6px 9px;
  border: none;
  background-color: #0c0d11;
  color: #666;
  font-size: 11px;
  border-radius: 5px;
  margin-left: 15px;
}
.footer-newsletter .register-button {
  float: right;
  width: 80px;
  border: none;
  background: transparent;
  padding: 6px 0px;
  color: #b9b9b9;
  margin-right: 15px;
}
.footer-newsletter .register-button:hover {
  color: #fff;
}

/* SIGNING MENU */
#signin_menu {
	background-color:#3e3e3e;
	position:absolute;
	width:158px;
	z-index:2001;
	border:1px transparent;
	text-align:left;
	padding:5px 12px 12px 18px;
	display:none; 
	margin-left: -20px;
	font-size:12px; 
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

#signin_menu.shrink {
	width: 140px;
	margin: 90px 0px 0px 1000px;
	padding: 5px 5px 12px 6px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #6a6a6a;
	font-size:13px;
	margin:0 0 5px;
	padding: 2px;
	width:145px;
	background-color:#606060;
	color: #fff;
}

#signin_menu input[type=submit], .facebook_login_header {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 11px/100% Arial, Helvetica, sans-serif;
    padding: .5em 0.7em 0.6em 0.7em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
      border: solid 1px #3d2700;
       color: #fff;
       background: #f47c20;
       background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
       background: -moz-linear-gradient(top,  #f88e11,  #f06015);
}


.facebook_login_header {
       -webkit-border-radius: .5em; 
       -moz-border-radius: .5em;
       border: solid 1px #112e58;
       color: #fff;
       background: #3b5997;
       background: -webkit-gradient(linear, left top, left bottom, from(#3b5997), to(#284683));
       background: -moz-linear-gradient(top,  #3b5997,  #284683);
	margin-left: 3px;
}

#signin_menu input[type=submit]:hover {
	background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

#specialLogin #signin_menu .username {
	font-size: 14px;
}

#specialLogin #signin_menu .avatar_image {
	margin-right: 7px;
}

#specialLogin {
	float:left;
	/* margin: 44px 0px 0px 245px; */
	margin: 44px 0px 0px 298px;	
}

#specialLogin .signin {
	margin-right: 20px;
}

#signin_menu p {
	margin:0;
}
#signin_menu a {

}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:5px 0;
	font-size: 10px;
}
#signin_menu p.forgot, #signin_menu p.complete {
	margin: -19px -5px 0px 0px;
	float: right;
	font-size: 10px;
}
#signin_menu #remember {
	margin-top: 15px;
}

#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	cursor:pointer;
}

.site-header .account_status {
	position:absolute;
	margin: 37px 5px 5px 755px;
	color: #606060;
	text-align: center;
	height: 20px;
	padding: 5px;
	font-size: 13px;
	width: 220px;
}

.site-header .account_status a {
	color: #717171;
	text-decoration: underline;
}

.c_orange {
	color:#F60;
}

.c_green {
	color:#36ae25;
}
a.c_green {
	color:#36ae25;
	border-bottom: 1px dotted #797979;
}

a.c_blue {
	color:#258ab5;
	border-bottom: 1px dotted #797979;
}

.c_blue {
	color:#258ab5;
}

.c_white {
	color:#fff;
}

a.c_blue {
	color:#258ab5;
	border-bottom: 1px dotted #797979;
}




/* SIGNOUT MENU */

/*** USER MENU ***/
#usermenu {
  padding: 5px 5px 0px 5px;
}

#usermenu ul {
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
}

#usermenu.home {
  padding-top: 5px;
  clear: both;
}

#usermenu.home ul li {
  float: left;
  width: 80px;
}

#usermenu ul li:hover, #usermenu ul li.active {
  background: #2d2d2d;
}

#usermenu ul li.active_sub {
  background: #171717;
}

#usermenu ul li a {
  display: block;
  margin-top: -1px;
  padding-left: 18px;
  border-top: 1px solid #494949;
  color:#aaaaaa;
  font-size: 14px;
  background: transparent 5px center no-repeat;
}

#usermenu ul li.active a {
  color: #6C2807;
}

#usermenu ul li a.orange, .orange {
}

div.home-flash-message.orange #home_notes li a {
 color: #F60; 
}

#usermenu ul li a.dashboard {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_dashboard.png);
}

#usermenu ul li a.profil {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_profile.png);
}

#usermenu ul li a.fotografie {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_photos.png);
}

#usermenu ul li a.albumy {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_album.png);
}

#usermenu ul li a.oblubene {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_fav.png);
}

#usermenu ul li a.blocklist {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_blocklist.png);
}

#usermenu ul li a.komentare {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_comments.png);
}

#usermenu ul li a.priatelia {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_friends.png);
}

#usermenu ul li a.skupiny {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_groups.png);
}

#usermenu ul li a.posta {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_mail.png);
}

#usermenu ul li a.aktivity {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_events.png);
}

#usermenu ul li a.blog {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_blog.png);
}

#usermenu ul li a.mojweb {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_mojweb.png);
}

#usermenu ul li a.sledovanie{
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_following.png);
}


#usermenu ul li a.odhlasit{
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_exit.png);
}

#usermenu ul li a.ekonto {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_kontoplus.png);
}

#usermenu ul li a.statistiky {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_statistic.png);
}

#usermenu ul li a.blog_add {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_blog_add.png);
}

#usermenu ul li a.photo_add {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_menu_photo_add.png);
}

#usermenu ul li a.orange_num, .orange_num {
  color: #F60; 
}



#usermenu ul li a span {
  display: block;
  padding: 5px 8px;
}

#usermenu ul ul {
  display: none;
}

#usermenu ul li.active ul, #usermenu ul li.active_sub ul {
  display: block;
}

#usermenu ul ul li {
  padding: 0px;
}

#usermenu ul ul li:hover {
  background: none;
}

#usermenu ul ul li a {
  padding: 5px 8px 5px 36px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/dot_gray_small.png) 26px center no-repeat;
}

#usermenu ul li.active ul li a {
  color: gray;
}

#usermenu ul li.active ul li a:hover {
  color: #6C2807;
}

#usermenu ul ul li.active {
  background: none;
}

#signin_menu #resend_password_link {
	color: #aaaaaa;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:19999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{ outline: 0px;}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; border: 2px solid #191919;}
        #cboxLoadingGraphic{background:url(https://img.ephoto.sk/images/theme_default/modal/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(https://img.ephoto.sk/images/theme_default/modal/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

.main_image {
  width: 450px; height: 300px;
  float: left;
  background: #1c1c1c;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.main_image h2 {
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 5px;  padding: 10px;
}
.main_image p {
  font-size: 1.2em;
  padding: 10px;  margin: 0;
  line-height: 1.6em;
}
.block small { 
  padding: 0 0 0 20px; 
  /*background: url(images/icon_cal.gif) no-repeat 0 center; */
  font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
  position: absolute;
  bottom: 0;  left: 0;
  width: 100%;
  display: none;
}
.main_image .block{
  width: 100%;
  background: #111;
  display: none;
  border-top: 1px solid #000;
}
.main_image a.collapse {
  /* background: url(images/btn_coll.gif) no-repeat left top; */
  height: 27px; width: 93px;
  text-indent: -99999px;
  position: absolute; 
  top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 

.image_thumb img.no-stylex {
  float: none;
  border: 0px;
  padding: 0px;
  background: transparent;
}

.image_thumb {
  float: left;
  width: 419px;
  background: #f0f0f0;
}
.image_thumb a.no-style {
  text-decoration: none;
}
.image_thumb .info {
  margin-top: 10px;
}
.image_thumb img {
  border: 1px solid #ccc; 
  padding: 5px; 
  background: #fff; 
  float: left;
}
.image_thumb ul li.active .item span.date {
/*  background-color: #232323; */
}
.image_thumb ul {
  margin: 0; padding: 0;
  list-style: none;
}
.image_thumb ul li{
  margin: 0; 
  padding: 12px 10px;
  background-color: #16171b; 
  width: 399px;
  height: 76px;
  float: left;
}



.image_thumb ul li:before {
  content: "";
  display: block;
  position: relative;
  top: 0px;
  width: 94%;
  height: 1px;
  margin-left: 10px;
  margin-top: -13px;
  background: #272727;
}

.image_thumb ul li.hover {
  color: #b9b9b9;
  background: #232529;  
  cursor: pointer;
}
.image_thumb ul li.active {
  background: #232529;  
  cursor: default;
}

.image_thumb ul li .info {
  display: none;
}
.image_thumb ul li .info .item.cat {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 155px;
}

.image_thumb ul li .info.short, .image_thumb ul li .item.short {
  display: block;
  margin-top: -15px !important;
}

.image_thumb ul li .info.short a, .image_thumb ul li .item.short a {
}

.image_thumb ul li.active .info {
  display: block;
  margin-top: -25px;
  color: #b9b9b9 !important;  
}

.image_thumb ul li.active .info.short, .image_thumb ul li.active .item.short {
  display: none;
}

html .image_thumb ul li h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0px 16px 0px; 
  padding: 0px;
  color: #e5e5e5;
  line-height: 23px;
/*  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;   */
  width: 379px;
}

@-moz-document url-prefix() { 
html .image_thumb ul li h2  {
	margin-top: 0px;
}
}


html .image_thumb ul li h2 a{
  color: #e5e5e5;
  text-decoration: none;
}
.image_thumb ul li .block {
  float: left;
  margin-left: 10px;
  padding: 0;
  width: 391px;
  margin-top: 10px;
  margin-right: 10px;
} 
.image_thumb ul li .wrap-arrow {   
    display: none;
} 

.image_thumb ul li.active .wrap-arrow {   
    display: block;
    position: relative;
} 

.image_thumb ul li.active .wrap-arrow img{   
    border: 0px;
    background: transparent;
    position: absolute;
    left: -32px;
    top: 25px;
} 
.image_thumb ul li p{display: none;}

.lowercase {
	text-transform: lowercase;
}

.block-bottom-box {
	float:left;
	width: 886px;
}

/*.facebookOuter {
    width:308px; 
    padding:0px;
    height:215px;
    border:0px;
}

.facebookInner {
    height:212px;
    overflow:hidden;
    background-color:#0f0f0f;
}
*/

div.mhs.pluginBoxDivider, div.mhs.pluginBoxDivider.pluginBoxDividerGray {
  border-color: #272727; 
}

.special_promo_bsk {
	position:absolute;
	margin: 12px 0px 0px 1018px;
	z-index: 2000;
}


.poll_banner {
  float:left;
  margin-left: 16px;
}

.home_banner_link a {
 color: #ef9421;
 margin-left: 103px;
}

li.home_banner_link {
	margin-left: -50px;
}

/*** INTERNET.SK ****/

.internet-sk-bar{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}
.lista-header{
	text-align: center;
	background: #16171b;
	height: 50px;
	line-height: 50px;
	
	border-bottom: 1px solid #16171b;
	position: relative;
	z-index: 99999;
}
.lista-header:before{
	content: '';
	width: 253px;
	height: 56px;
	background: url("https://img.ephoto.sk/images/theme_default/internet-sk-bar/centered-bg.png") no-repeat 0 0;
	position: absolute;
	margin-left: -126px;
	left: 50%;
	top: 0;
	z-index: 10;
}
.lista-wrap{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.lista-wrap .lista-left{float: left;}
.lista-wrap .lista-right{float: right;}
.lista-header a, .lista-header span{
	display: inline-block;
	outline: none;
	margin: 0 10px;
	position: relative;
	z-index: 20;
}
.lista-header a img, .lista-header span img{
	vertical-align: middle;
	-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;
	opacity: 1;
}
.lista-header a:hover img{opacity: 0.7;}
.lista-header #internet-sk, .lista-header .internet-sk-toggle{
	position: absolute;
	cursor: pointer;
	margin: 0 0 0 -15px;
	top: 0;
	left: 50%;
}
.lista-header .internet-sk-toggle{display: none;}
.lista-header #internet-sk-full{display: none;}

@media only screen and (max-width: 940px){
	.internet-sk-bar .lista-wrap{
		width: 100%;
		padding-top: 51px;
	}
	.internet-sk-bar .lista-wrap .logos{
		padding: 20px 20px 30px;
		background: #0f0f0f;
	}
	.lista-header #internet-sk{
		display: none;
	}
	.lista-header .internet-sk-toggle{
		display: block;
	}
	.lista-header #internet-sk-full{
		display: inline-block;
	}
	.lista-wrap .lista-left,
	.lista-wrap .lista-right{
		display: inline;
		float: none;
	}
	
	.lista-wrap .logos{display: none;}
	.lista-wrap .logos.active{display: block;}
}

#banner_branding_right {
  position: fixed;
  top: 70px;
  margin-left: 1188px;
}

#banner_branding_left {
  position: fixed;
  top: 70px;
  margin-left: -120px;
}

#banner_main {
	margin-bottom: -23px;
}

#banner_branding_top {
	margin-bottom: -23px;
}
