body > div.container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

body > div.container-blog {
  max-width: 1000px;
  width: 100%!important;
  width: 1000px;
  margin: 0 auto 0 auto;
}

.row  {
  margin: 0 auto 0 auto;
}

.table tr  td{
  border: none!important;
}

body {
  font-family: Arial, helvetica, sans-serif;
  margin: 0px!important;
  padding: 0px!important;
  color: #000;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  overflow-x: hidden;
  width: 100%;
}

h1 {
  font-family: 'AdventPro-Bold';
  text-transform: uppercase;
  font-size: 4em;
  color: #aaa;
  margin: 0px;
  padding: 0px;
}

h1 a {
  color: #aaa;
}

@media (max-width: 479px) {
  h1 {
    font-size: 50px;
  }
}

a {
  text-decoration: none!important;
  color: #000;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

a:hover {
  color: #e9142b;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

img {
}

img:hover {
}

p {
}

.center {
  text-align: center;
}

/*  fontok ******************************************************************************************************************************************/

@font-face {
  font-family: 'AdventPro-Bold';
  src: url('../misc/fonts/AdventPro-Bold.eot');
  src: url('../misc/fonts/AdventPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../misc/fonts/AdventPro-Bold.woff') format('woff'),
    url('../misc/fonts/AdventPro-Bold.woff2') format('woff2'),
    url('../misc/fonts/AdventPro-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'AdventPro-Medium';
  src: url('../misc/fonts/AdventPro-Medium.eot');
  src: url('../misc/fonts/AdventPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../misc/fonts/AdventPro-Medium.woff') format('woff'),
    url('../misc/fonts/AdventPro-Medium.woff2') format('woff2'),
    url('../misc/fonts/AdventPro-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'AdventPro-Regular';
  src: url('../misc/fonts/AdventPro-Regular.eot');
  src: url('../misc/fonts/AdventPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../misc/fonts/AdventPro-Regular.woff') format('woff'),
    url('../misc/fonts/AdventPro-Regular.woff2') format('woff2'),
    url('../misc/fonts/AdventPro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'AdventPro-SemiBold';
  src: url('../misc/fonts/AdventPro-SemiBold.eot');
  src: url('../misc/fonts/AdventPro-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../misc/fonts/AdventPro-SemiBold.woff') format('woff'),
    url('../misc/fonts/AdventPro-SemiBold.woff2') format('woff2'),
    url('../misc/fonts/AdventPro-SemiBold.ttf') format('truetype');
}

.fontproBold {
  font-family: 'AdventPro-Bold',sans-serif;
}

.fontproMedium {
  font-family: 'AdventPro-Medium',sans-serif;
}

.fontproRegular {
  font-family: 'AdventPro-Regular',sans-serif;
}

.fontproSemiBold {
  font-family: 'AdventPro-SemiBold',sans-serif;
}

/* Blog fejléc + egyéb */

body > div.container-blog > div.row.blog-header {
  margin-bottom: 10px;
}

body > div.container-blog > div.row.blog-header > div.col-sm-12 {
  padding: 0px !important;
}

div.row.blog-header div a {
  display: block;
  position: relative;
}

div.row.blog-header div a span.title {
  position: absolute;
  left: 5%;
  bottom: 10%;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}

div#blog-container div.row div.art-txt img {
  max-width: 99% !important;
  height: auto !important;
}

/* felső rész ******************************************************************************************************************************************/

/*  felső menü ********************************/

#praelogo {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 15;
  cursor: pointer;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#search, #search_l {
  z-index: 15;
  font-family: 'AdventPro-Regular',sans-serif;
  font-size: 16px!important;
  color: #fff;
  color: #c00!important;
  font-weight: bold;
  border: none;
  letter-spacing: 2px;
}

form[title] {
  height: 100px!important;
}

.tooltip-inner {
  background-color: #000 !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
}

.tooltip.bottom .tooltip-arrow, .tooltip.left .tooltip-arrow, .tooltip.right .tooltip-arrow, .tooltip.top .tooltip-arrow {
  border-bottom-color: #000;
}

#user-func {
  z-index: 20;
  font-family: 'AdventPro-Medium',sans-serif;
  font-size: 16px;
  color: #fff;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}

#user-func a {
  color: #fff;
  text-decoration: underline;
}

#user-func a.avatar-link {
  opacity: 1;
  filter: alpha(opacity=100);
}

#avatar-img {
}

#avatar-img-holder {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}

#userfunc {
  float: left;
  padding-top: 15px;
}

#userfunc-menu {
  z-index: 5;
  display: none;
}

#userfunc-menu img {
  border-radius: 50%;
  border: 2px solid #eee;
}

#userfunc span {
  color: #ddd;
  cursor: pointer;
}

#userfunc a {
  color: #fff;
}

#smalltop-container {
  z-index: 13;
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#topmenu-container {
  z-index: 10;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  background: transparent;
  border: none;
}
#topmenu-container  a:hover{
  color: #ee1d24!important;
}

.menu-active,
#topmenu ul li a.menu-active,
#top-submenu ul li a.menu-active {
  color: #ee1d24!important;
}

#topmenu {
  z-index: 10;
  font-family: 'AdventPro-Medium',sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
#topmenu a{
  color: #fff;
}
#top-submenu{
  z-index: 10;
  font-family: 'AdventPro-Regular',sans-serif;
  font-size: 16px;
  color: #fff;
}
#top-submenu a{
  color: #fff;
}
#top-submenu li ul li a{
  color: #fff!important;
}
#topmenuc-small {
  z-index: 5;
}
#menu-button {
  z-index: 5;
  border-radius: 50%;
  border: 2px solid #eee;
}
#menu-close {
  cursor: pointer;
  float: right;
  margin-top: -15px;
}
#userfunc-close {
  cursor: pointer;
  z-index: 20;
}

/* dropdown */

#topmenu li{
  position: relative;
}

#topmenu li:hover > ul{
  display: block;
}

#topmenu ul{
  display: none;
  position: absolute;
  top: 18px;
  padding: 5px;
  left: 0;
  z-index: 1000;
  background-color:#333;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-radius: 5px;
}

#topmenu ul li{
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding: 5px;
}

#topmenu ul a{
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#topmenu ul li a{
  color: #fff!important;
}

#topmenu ul ul {
  left: 110px;
  top: 0px;
}

#topmenu > li:nth-last-child(2) > a {
  color: #fff!important;
  background-color: #e00!important;
  padding: 0px 2px!important;
}

#top-submenu li{
  position: relative;
}

#top-submenu li:hover > ul{
  display: block;
}

#top-submenu ul{
  display: none;
  position: absolute;
  top: 17px;
  padding: 5px;
  left: 0;
  z-index: 1000;
  background-color:#333;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-radius: 5px;
}

#top-submenu ul li{
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding: 5px;
}

#top-submenu ul a{
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#top-submenu ul li a{
}

#top-submenu ul ul {
  left: 110px;
  top: 0px;
}

#top-submenu > li:last-child a {
  color: #fff!important;
  background-color: #e00!important;
  padding: 0px 2px!important;
}

body.common_home #topmenu-container.bigcont, body.common_home #smalltop-container {
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(45,45,45,0) 89%, rgba(51,51,51,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(89%, rgba(45,45,45,0)), color-stop(100%, rgba(51,51,51,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(45,45,45,0) 89%, rgba(51,51,51,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(45,45,45,0) 89%, rgba(51,51,51,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(45,45,45,0) 89%, rgba(51,51,51,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(45,45,45,0) 89%, rgba(51,51,51,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333', GradientType=0 );
}

#topmenu-container.smallcont, body.portfolio_portfolio #topmenu-container.bigcont {
  background: rgba(255,255,255,1);
}

#search, #search_l {
  background-color: transparent;
  background-image: url('../../_images/front/searchbg_dark.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center left!important;
}

body.common_home #search, body.common_home #search_l {
  background-color: transparent;
  background-image: url('../../_images/front/searchbg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center left!important;
}

/* dropdown end */

/* patreon */

#patreon-container {
  padding: 20px 0px 14px 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
}

#patreon-container img {
  max-width: 100%;
}

#patreon-container .patreon-button-container {
  padding: 20px;
  text-align: center;
}

#patreon-container .patreon-logo-container {
  text-align: center;
}

#patreon-container .patreon-description {
  text-align: justify;
  font-size: 15px;
  padding: 0px 20px 8px 20px;
}

#patreon-container  .patreon-button-container iframe {
  width: 180px!important;
}

img.patreon-prae-logo {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  #top-submenu-container {
    text-align: center;
  }

  #topmenu-container2 {
    text-align: center;
  }

  #smalltop-container {
    background: transparent!important;
  }
  #search, #search_l {
    width: 184px;
    height: 25px;
    padding: 0px 0px 0px 6px;
    position: fixed;
    top: 22px;
    left: 126px;
  }
  #user-func {
    position: fixed;
    top: 15px;
    right: 10px;
    height: 60px;
    float: right;
    margin-right: 50px;
  }
  #userfunc-close {
    display: none;
  }
  #menu-close {
    display: none;
  }
  #topmenu-container {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 135px;
    width: 100%;
  }
  #topmenuc-small {
    display: none;
  }
  #menu-button {
    display: none;
  }
  #topmenu {
    margin: 0 auto 0 auto;
    margin-top: 30px;
    display:inline-block;
    width: auto;
  }
  #topmenu ul {
    text-align: left;
  }
  #topmenu li {
    float: left;
    margin-right: 26px;
  }
  #top-submenu {
    margin: 0 auto 0 auto;
    margin-top: 6px;
    display:inline-block;
    width: auto;
    margin-left: -22px;
  }
  #top-submenu ul {
    text-align: left;
  }
  #top-submenu li {
    float: left;
    margin-right: 25px;
  }
  #top-submenu li:last-child {
    margin-right: 0px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  #top-submenu {
    width: auto;
    text-align: center;
    margin: 0 auto;
    margin-left: -20px;
  }
  #user-func {
    margin: 0px;
    position: fixed;
    float: right;
  }
  #search {
    z-index: 100;
    position: relative;
    top: 5px;
    left: 0px;
  }
  #search_l {
    z-index: 100;
    position: relative;
    top: 28px;
    left: 0px;
  }
  #searchform {
    width: 190px;
    float: right;
    margin-top: 48px;
  }
}

@media (max-width: 991px) {

  #praelogo {
    width: 80px;
  }
  #search, #search_l {
    position: fixed;
    padding-left: 6px;
    top: 5px;
    left: 90px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 30%;
  }
  #user-func {
    position: fixed;
    top: 5px;
    right: 10px;
    float: right;
    margin-right: 50px;
  }
  #userfunc-close {
    width: 20px;
    height: 20px;
    display: none;
  }
  #user-func a {
  }
  #topmenu-container {
    z-index: 115!important;
    width: 100%;
    height: 360px!important;
    position: absolute!important;
    top: -360px;
    left: 0px!important;
    background-color: #222!important;
    border: 1px solid #111!important;
    opacity: 0.98;
    filter: alpha(opacity=98);
    line-height: 30px;
    padding: 20px 0px 0px 10%;
  }
  #topmenu-container a {
    color: #eee!important;
  }
  #topmenuc-small {
    position: fixed;
    top: 0px;
    left: 0px;
    padding-top: 14px;
    width: 100%;
    height: 100px;
  }
  #menu-button {
    float: right;
    margin-right: 0%;
    margin-top: -10px;
    cursor: pointer;
  }
  #topmenu {
    float: left;
    width: 50%;
  }
  #topmenu ul{
    top: 30px;
  }
  #top-submenu {
    float: left;
    width: 40%;
  }
  #top-submenu ul{
    top: 30px;
  }
  #top-separator {
    display: none;
  }
  #user-func {
    z-index: 10;
  }

}

@media (max-width: 479px) {
  #user-func {
    z-index: 15;
    font-size: 14px;
    height: 280px;
    width: 330px;
    border-radius: 50%;
    position: absolute;
    padding-top: 140px;
    padding-left: 40px;
    top: -284px;
    right: 0px;
    background-color: #222!important;
    border: 1px solid #111;
  }
  #user-func a {
    color: #fff!important;
  }
  #userfunc-close {
    display: block;
    margin-left: 160px;
    margin-bottom: 0px;
    cursor: pointer;
  }
  #userfunc-menu {
    float: left;
    cursor: pointer;
    display: block;
    height: 36px;
    width: 36px;
    position: fixed;
    top: -10px;
    right: 45px;
    padding-top: 14px;
  }
  #search, #search_l {
    width: 45%;
    font-size: 14px;
  }
}

/*  carousel ********************************/

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
}

.carousel-caption {
  top: 30%;
  text-align: left;
  width: auto;
  margin: 0 auto;
  margin-left: 10%;
}

.carousel-caption h4 {
  font-family: 'AdventPro-Bold',sans-serif;
  font-size: 26px;
}
.carousel-caption h4 a{
  color: #fff;
}
.carousel-caption p {
  font-style:italic
}

.carousel-inner img {
  width: 100%!important
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-indicators li {
  border-color: #aaa;
}

@media (max-width: 991px) {
  .carousel-caption {
    top: 22%;
    width: 50%;
    margin-left: 5%;
  }
  .carousel-caption h4 {
    font-size: 20px;
  }
}

@media (max-width: 719px) {
  .carousel-caption p {
    display: none;
  }
  .carousel-caption {
    top: 20%;
    width: 70%;
    text-align: center;
  }
  .carousel-caption h4 {
    font-size: 18px;
  }
  .glyphicon-chevron-left {
    display: none;
  }
  .carousel-control {
    display: none;
  }
  .glyphicon-chevron-right {
    display: none;
  }
}

/*  változó tartalom ********************************************************************************************************************************/

#content {
  max-width: 1000px;
  width: 100%!important;
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 30px 0px 60px 0px;
  overflow: hidden;
}

#content-blog {
  max-width: 1000px;
  width: 100%!important;
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 0px 0px 20px 0px;
  overflow: hidden;
}

#content-blog > div.row > h1 {
  margin-bottom: 10px;
}

/*  kör alakú képes box ********************************************************************************************************************************/

div.module-rounded-box {
  max-width: 876px;
  width: 100%!important;
  width: 768px;
  margin: 0 auto;
  padding-top: 0px;
}

div.module-rounded-box div.roundedpic-holder {
  position: relative;
  height: 117px;
  width: 120px;
}

div.module-rounded-box div.rounded-item img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rb-text {
  padding-top: 6px;
  width: 140px;
}

.rb-cat {
  font-family: 'AdventPro-Bold';
  text-transform: uppercase;
  font-size: 12px;
}

.rb-title {
  min-height: 38px;
  max-height: 57px;
  width: 100%;
  overflow: hidden;
  font-family: 'AdventPro-Bold';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  margin: 7px 0px 6px 0px;
}

.rb-author {
  font-family: Arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 12px;
}

@media (min-width: 992px) {
  .rounded-item {
    width: 32.1333%;
    padding: 0% 0.6%;
    float: left;
  }

  .roundedpic-holder {
    float: left;
    position: relative;
    height: 117px;
    width: 47%;
  }
  .rb-text {
    float: left;
    width: 53%;
  }
}


@media (max-width: 991px) {

  #rounded-box {
    width: 500px!important;
    max-width: 500px!important;
    margin: 0 auto!important;
    padding: 0px;
    text-align: left;
    margin-left: -10px;
  }
  .rounded-item {
    width: 100%;
    padding-top: 16px;
    clear: both;
    overflow: hidden;
  }
  .roundedpic-holder {
    margin-left: -6px;
    float: left;
    width: 46%;
  }
  .rb-text {
    float: left;
    padding-top: 16px;
    width: 54%;
  }

}

@media (max-width: 500px) {

  #rounded-box {
    width: 100%!important;
    max-width: 100%!important;
  }
}

/*  Listázó doboz (hírek, blogok, kötelező stb.) ***************************************************************************************************/

#listbox-container {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 992px) {
  #listbox-container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

#listbox {
  display: table;
  width: 100%;
  background: url('../../_images/front/listbox-header.png') top left no-repeat;
  margin-top: 40px;
}

.listbox-item {
  display: table-cell;
  margin: 0px;
}

.listbox-item h4 {
  font-family: 'AdventPro-SemiBold';
  font-size: 22px;
  text-transform: uppercase;
  padding: 8px 12px 4px 12px;
  margin: 0px;
}

.listbox-content {
  padding: 8px 12px 6px 12px;
  border-left: 2px solid #eee;
}

.listbox-first {
  border: none;
}

.listbox-content p {
  margin-bottom: 8px;
}

/* kéthasábos tartalmak, dobozok megjelenítéséhez általános elemek ************************************************************************************/
.mainbox-header {
  font-family: 'AdventPro-SemiBold';
  font-size: 30px;
  margin: 20px 0px 0px 15px;
}

div.module *.mainbox-header, div#article-container *.mainbox-header {
  text-align: center;
  margin-left: 0px!important;
}



/*  horizontális box ********************************************************************************************************************************/

.horizbox-big {
  max-width: 500px;
  margin-top: 30px;
}

.horizbox-small {
  max-width: 250px;
  margin-top: 30px;
}

.horizbox-title {
  font-family: 'AdventPro-Bold';
  text-transform: uppercase;
  font-size: 18px;
  clear: both;
}

.horizbox-author {
  font-family: 'AdventPro-Medium';
  font-size: 18px;
  margin-bottom: 1px;
  margin-top: 3px;
}

.horizbox-subtitle {
  font-size: 18px;
  font-weight: normal;
  font-family: 'AdventPro-Medium';
}

/* articles-2-columns-fresh */

div.articles-2-columns-fresh {
}

div.articles-2-columns-fresh div.horizbox-big {
  /*margin-top: 0px !important;*/
  position: relative;
}

div.articles-2-columns-fresh div.horizbox-big div.inside {
  padding: 0px;
  width: 470px;
  height: 364px;
  overflow: hidden;
  position: relative;
}

div.articles-2-columns-fresh div.horizbox-big div.inside div.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 3px 3px 2px 0px rgba(170,183,186,1);
  -moz-box-shadow: inset 3px 3px 2px 0px rgba(170,183,186,1);
  box-shadow: inset 3px 3px 2px 0px rgba(170,183,186,1);
  pointer-events: none;
}

div.articles-2-columns-fresh div.horizbox-big div.inside a {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  display: block;
  padding: 3px 10px 4px 10px;
  font-family: 'AdventPro-Medium';
}

div.articles-2-columns-fresh div.horizbox-big div.inside a span {
  padding-left: 5px;
}

div.articles-2-columns-fresh div.horizbox-big div.inside a.first {
  padding-top: 4px;
}

div.articles-2-columns-fresh div.horizbox-big div.inside a.even {
  background-color: #E2F3F7;
}

div.articles-2-columns-fresh div.horizbox-big div.inside a.odd {
  background-color: #FFFFFF;
}

div.articles-2-columns-fresh div.horizbox-big div.inside a:hover {
  text-decoration: underline;
  color: #ee1d24 !important;
}

/*  cikkajánló box ********************************************************************************************************************************/

.articlebox-cat {
  float: left;
  font-family: 'AdventPro-Bold';
  text-transform: uppercase;
  font-size: 13px;
  color: #888;
}

.articlebox-author {
  float: right;
  font-family: 'AdventPro-Bold';
  text-transform: uppercase;
  font-size: 13px;
  color: #888;
}

.artbox-item.col-md-3.col-sm-6 div.articlebox-cat, .artbox-item.col-md-3.col-sm-6 div.articlebox-author {
  float: none;
}

.artbox-item.col-md-3.col-sm-6 br.clearall {
  display: none;
}

.articlebox-title {
  font-family: 'AdventPro-Bold';
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.articlebox-subtitle {
  font-family: 'AdventPro-Bold';
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
}

.articlebox-lead {
  font-family: Arial, helvetica, sans-serif;
  margin-bottom: 8px;
}

.artbox-item {
  margin-top: 30px;
}

.artbox-item a.imglink-sm {
  display: none;
}

@media (max-width: 992px) {
  .artbox-item a.imglink-lg {
    display: none;
  }
  .artbox-item a.imglink-sm {
    display: block;
  }
}

@media (max-width: 992px) {
  div.article-item img.image-responsive {
    width: 100%!important;
    clear: both!important;
  }
  .artbox-item.col-md-3.col-sm-6:nth-child(even) {
    clear: both!important;
  }
  .artbox-item.col-md-3.col-sm-6 .header-cont {
    max-width: 100%!important;
  }
  .artbox-item.col-md-3.col-sm-6 .img-responsive {
    width: 100%!important;
  }
  .horizbox-big.col-md-6.col-sm-12 {
    margin: 0 auto!important;
    margin-top: 20px!important;
  }
}

@media (max-width: 767px) {
  .artbox-item.col-md-3.col-sm-6 {
    max-width: 500px!important;
    margin: 0 auto!important;
    margin-top: 20px!important;
  }
  .artbox-item.col-md-3.col-sm-6 .header-cont {
    max-width: 500px!important;
  }
  .artbox-item.col-md-3.col-sm-6 .img-responsive {
    width: 100%!important;
  }
}

@media (max-width: 540px) {
  .article-item {
    padding: 10px 0px!important;
    margin-top: 20px;
  }
  .container {
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
}

.header-cont {
  max-width: 220px;
}

div.author-list-box {
  margin-left: 20px;
  margin-right: 20px;
}

div.author-list-box-item {
  border: 10px solid #e9142b;
  margin-top: 20px;
}

div.author-list-box-item div + p {
  margin-bottom: 0px;
}

/*  vertikális box ********************************************************************************************************************************/

.vertbox-big {
  max-width: 500px;
  margin-top: 10px;
}

.vertbox-small {
  max-width: 250px;
  margin-top: 10px;
}

/*  footer  ********************************************************************************************************************************/

#footer {
  width: 100%;
  padding: 30px 0px 30px 0px;
  font-family: 'AdventPro-Regular';
  font-size: 14px;
  color: #fff!important;
  background-color: #ec2426;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  clear: both;
}

#footer a {
  color: #fff;
}

#bottom-footer {
  padding: 12px 12px 0px 12px;
  margin: 24px 0px 0px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  width: 90%;
  border-top: 1px solid #fff;
  text-transform: none;
}

@media (max-width: 992px) {
  #bottom-footer {
    padding: 12px 12px 0px 12px;
    margin: 24px 0px 0px 0px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #footer {
    padding: 10px 0px 10px 0px;
    font-size: 12px;
  }
}

/* cikklista és blog oldal ******************************************************************************************************************/

#article-bg {
  margin: 0 auto 0 auto;
  max-width: 888px;
  width: 100%!important;
  width: 888px;
  min-height: 300px;
  background-image: url('../../_images/front/artbg.png');
  background-position: center center;
  background-repeat: repeat-y;
}

#article-container {
  margin: 0 auto 0 auto;
  padding: 0px 14px;
  max-width: 872px;
  width: 100%!important;
  width: 872px;
  min-height: 300px;
  background: transparent;
  background-image: url('../../_images/front/artbg-top.png'), url('../../_images/front/artbg-bottom.png');
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}

#blog-bg {
  margin: 0 auto 0 auto;
  max-width: 100%;
  width: auto;
  min-height: 300px;
  background-image: url('../../_images/front/artbg.png');
  background-position: center center;
  background-repeat: repeat-y;
  background-size: contain;
}

#blog-container {
  margin: 0 auto 0 auto;
  padding: 0px 14px;
  max-width: 100%;
  width: auto;
  min-height: 300px;
  background: transparent;
  background-image: url('../../_images/front/artbg-top.png'), url('../../_images/front/artbg-bottom.png');
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog-footermenu {
  text-align: left;
  display: inline-block;
}

.blog-footermenu li {
  float: left;
  margin-right: 20px;
}

.blog-footermenu li:last-child {
  margin-right: 0px;
}

.article-edit-functions {
  background-color: #f8f8f8;
  width: auto;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 6px 10px;
  z-index: 100;
  position: fixed;
  bottom: 40px;
  right: 0px;
}

.functions {
  padding-top: 6px;
}

@media (max-width: 768px) {
  #article-bg {
    background-image: none;

  }
  #article-container {
    background-image: none;
  }
}

.article-item {
  padding: 40px;
}

.dark {
  background-color: #f8f8f8;
}

.light {
}

.article-cont {
  width: 100%;
}

.article-author {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  width: 50%;
  float: left;
}

.article-date {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #aaa;
  width: 50%;
  float: right;
  text-align: right;
}

.article-title {
  font-family: 'AdventPro-Bold';
  font-size: 26px;
  text-transform: uppercase;
  margin: 0px 0px 2px 0px;
  line-height: normal;
}

.article-subtitle {
  font-family: 'AdventPro-SemiBold';
  font-size: 18px;
  line-height: 22px;
  margin: 6px 0px;
}

.article-lead {
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.article-social {
  margin-top: 20px;
  float: right;
  font-size: 10px;
}

div.blogview-grid {
  margin: 25px 0px 0px 0px;
}

div.blogview-grid div.article-item {
  padding: 0px;
  margin-bottom: 30px;
}

div.blogview-grid div.article-cont {
  padding: 15px;
}

div.blogview-grid div.grid-image {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+50,eeeeee+100 */
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(left, #eeeeee 0%, #cccccc 50%, #eeeeee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #eeeeee 0%,#cccccc 50%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eeeeee 0%,#cccccc 50%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
}

div.blogview-grid div.grid-image div.image-holder-square {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

div.blogview-grid div.grid-image div.image-holder-square a {
  display: block;
  padding: 2px;
  height: 100%;
  max-height: 100%;
}

div.blogview-grid div.grid-image div.image-holder-square img.image-responsive {
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  padding: 0px;
  height: 100%;
  max-height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  div.blogview-grid div.grid-image div.image-holder-square img.image-responsive {
    width: auto !important;
  }
}

div.blogview-grid div.article-cont div.social {
  min-height: 20px;
}

div.blogview-grid div.article-cont *.article-title {
  font-size: 22px;
}

div.blogview-grid div.article-cont *.art-subtitle {
  font-size: 16px;
}

/* regisztráció és belépés *******************************************************************************************************/

div#footerRegisterFormContainer {
  z-index: 100;
  background-image: url('../../_images/front/loginbox-bg.png');
  background-position: top left;
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

div#footerRegisterFormDiv {
}

div#footerRegisterFormDiv {
  background-image: url('../../_images/front/regbox-bg.png');
  background-position: top left;
  background-repeat: repeat;
  width: 40%;
  z-index: 12;
  position: absolute;
  top: 40px;
  margin-left: 30%;
  color: #fff;
  text-align: center;
  padding-bottom: 45px;
  -webkit-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.1);
}

div#footerRegisterFormDiv .regbox-title {
  font-family: 'AdventPro-SemiBold';
  color: #fff;
  font-size: 32px;
  padding: 45px 0px 40px 0px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

div#footerRegisterFormDiv .regbox-submit {
  background-image:url('../../_images/front/reg-button.png');
  background-color: transparent;
  border: none;
  text-indent:-9999px;
  width:156px;
  height:155px;
}

div#footerRegisterFormDiv .regbox-field {
  width: 67%;
  padding: 6px;
  background-color: #fff;
  font-family: 'AdventPro-Medium';
  color: #ccc;
  font-size: 25px;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 1px;
}

div#footerRegisterFormDiv .regbox-face-button {
  width: 67%;
  padding: 10px;
  background-color: #000;
  font-family: 'AdventPro-Medium';
  color: #aaa;
  font-size: 25px;
  border: none;
}

div#footerRegisterFormDiv .regbox-button {
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 768px) {
  div#footerRegisterFormDiv {
    width: 100%;
    top: 0px;
    margin-left: 0%;
    z-index: 20;
  }
  div#footerRegisterFormDiv .regbox-face-button {
    font-size: 16px;
  }
}

div#footerLoginFormContainer {
  z-index: 100;
  background-image: url('../../_images/front/loginbox-bg.png');
  background-position: top left;
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

div#footerLoginFormDiv {
}

div#footerLoginFormDiv {
  background-image: url('../../_images/front/loginbox-bg.png');
  background-position: top left;
  background-repeat: repeat;
  width: 40%;
  z-index: 12;
  position: absolute;
  top: 40px;
  margin-left: 30%;
  text-align: center;
  padding-bottom: 45px;
  -webkit-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.1);
}

div#footerLoginFormDiv .loginbox-title {
  font-family: 'AdventPro-SemiBold';
  color: #d00d0e;
  font-size: 32px;
  padding: 45px 0px 40px 0px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

div#footerLoginFormDiv .login-submit {
  background-image:url('../../_images/front/login-button.png');
  background-color: transparent;
  border: none;
  text-indent:-9999px;
  width:156px;
  height:155px;
}

div#footerLoginFormDiv .loginbox-field {
  width: 67%;
  padding: 6px;
  background-color: #fff;
  font-family: 'AdventPro-Medium';
  color: #ccc;
  font-size: 25px;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 1px;
}

div#footerLoginFormDiv .loginbox-face-button {
  width: 67%;
  padding: 10px;
  background-color: #d00d0e;
  font-family: 'AdventPro-Medium';
  color: #ccc;
  font-size: 25px;
  border: none;
}

div#footerLoginFormDiv .loginbox-button {
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 768px) {
  div#footerLoginFormDiv {
    width: 100%;
    top: 0px;
    margin-left: 0%;
 	  z-index: 20;
  }
  div#footerLoginFormDiv .loginbox-face-button {
    font-size: 16px;
  }
}

#footerRegisterFormDiv .box-close,
#footerLoginFormDiv .box-close {
  position: relative;
  float: right;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

/* Statisztika ***************************************************************************************************************/

div#subsegment-statistics-container {
  min-width: 310px;
  height: 400px;
  margin: 0 auto;
  border: 1px solid lightgrey;
  padding: 1px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

/* folyóirat oldal ***************************************************************************************************************/

#journal-container {
  margin: 0 auto 0 auto;
  max-width: 930px;
  width: 100%!important;
  width: 930px;
  min-height: 300px;
}

#journal-container #art-header {
  margin-bottom: 50px;
}

#journal-content {
  margin-right: 50px;
}

#journal-month {
  z-index: 0;
  text-align: center;
}

#journal-month  h1{
  z-index: 0;
  margin: -30px 0px 0px 0px;
  font-size: 140px;
  color: #f6f6f6;
}

#journal-bigimg-holder {
  background-image: url('../../_images/front/journal-bigimg-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 11px;
  height: 358px;
  width: 257px;
}

#journal-bigimg {
  margin-top: -6px;
  margin-left: -1px;
}

#journal-date {
  font-family: 'AdventPro-SemiBold';
  font-size: 28px;
  color: #ddd;
  margin-bottom: 10px;
  margin-top: 20px;
}

h1.journal-heading-title {
  text-align: center;
  margin-top: 0px!important;
  padding-top: 30px!important;
}

.journal-holder {
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px 0px 10px 0px;
  margin-top: 30px;
}

.journal-year {
  font-family: 'AdventPro-Bold';
  font-size: 65px;
  color: #ddd;
  position: relative;
  width: 160px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: -50px;
}

.journal-img-holder {
  width: 100%;
  max-width: 166px;
  height: 240px;
  overflow: hidden;
  border: 1px solid #eee;
}

.journal-item {
  width: 168px;
}

.journal-item-title {
  font-size: 15px;
  text-transform: uppercase;
}

.journal-item-month {
  font-family: 'AdventPro-SemiBold';
  font-size: 16px;
  color: #eee;
  width: 168px;
  text-align: left;
}

.journal-item-img {
  width: 100%;
  max-width: 300px;
}

#journal-title {
  font-family: 'AdventPro-Bold';
  font-size: 26px;
  color: #000;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#journal-lead {
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px;
}

.j-text-title {
  color: #dd0000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: left;
  font-size: 30px;
}

.j-text-year {
  margin-top: -6px;
  margin-bottom: 0px;
  color: #aaa;
  font-size: 20px;
}

.j-text {
  /*width: 400px;*/
  margin: 0 auto;
  text-align: justify;
}

.j-text a {
}

.j-heading-title {
  text-transform: uppercase;
  margin: 20px 0px;
  font-family: 'AdventPro-Bold';
  font-size: 18px;
}

.j-article-author {
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 20px;
}

.j-article-subtitle {
  font-weight: bold;
  margin-bottom: 20px;
}

/* naptár oldal ******************************************************************************************************************/

#calendar-content {
  z-index: 1;
  width: 65%;
  float: left;
}

#calendar-container {
  position: relative;
  z-index: 1;
  font-family: 'AdventPro-Regular';
  margin-left: 3%;
  margin-top: 30px;
  width: 32%;
  float: left;
}


#calendar-month {
  z-index: 0;
  text-align: center;
}

#calendar-month  h1{
  z-index: 0;
  margin: -50px 0px -90px 0px;
  font-size: 140px;
  color: #f6f6f6;
}

@media (max-width: 768px) {
  #calendar-content {
    width: 100%;
    float: none;
  }
  #calendar-container {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  #calendar-month  h1{
    margin: -30px 0px -80px 0px;
    font-size: 70px;
  }
}

.calendar-item {
  padding: 20px 0px 20px 20px;
}

.calendar-author {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.calendar-date {
  font-family: 'AdventPro-Regular';
  font-size: 24px;
  color: #aaa;
  float: left;
  width: 24%;
  white-space:nowrap;
  background-color: #fff;
}

.calendar-title {
  font-family: 'AdventPro-Bold';
  font-size: 26px;
  text-transform: uppercase;
  margin: 10px 0px 10px 0px;
  line-height: normal;
}

.calendar-lead {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
}

.calendar-separator {
  width: 76%!important;
  float: right;
}

@media (max-width: 479px) {
  .calendar-separator {
    display: none;
  }
}

/* kis naptár */

#cal-container {
  width: 250px;
  margin: 0 auto;
}

.cal-month {
  font-family: 'AdventPro-Bold';
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  width: 190px;
  text-align: center;
  margin-top: 5px;
}

.cal-month-active {
  color: #ee1d24;
}

.cal-arrow {
}

.cal-fadetext {
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, white 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.cal-fadetext2 {
  background: -webkit-linear-gradient(right, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 50%, white 100%);
  background: linear-gradient(to left, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 50%, white 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.cal-day {
  float: left;
  text-align: center;
  font-size: 18px;
  color: #aaa;
  width: 28px;
  height: 28px;
  margin: 3px;
  padding: 2px;
}

.cal-day a {
  color: #fff!important;
}

.noday {

}

.cal-today {
  border: 1px solid #ccc;
  border-radius: 0%!important;
}

.busy-day {
  background-color: #ee1d24;
  border-radius: 50%;
  color: #fff;
}

#cal-details {
  font-size: 14px;
  text-align: center;
  width: 210px;
  margin: 0 auto;
  margin-top: 20px;
}

.cal-title {
  font-family: 'AdventPro-Bold';
  text-transform: uppercase;
}

.cal-date {
  font-family: 'AdventPro-Regular';
}

.cal-place {
  font-family: 'AdventPro-Regular';
}

/* cikk kifejtő oldal ******************************************************************************************************************/

#art-header {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.art-author {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.art-date {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #aaa;
  width: 50%;
  float: right;
  margin-bottom: 20px;
}

.art-title {
  font-family: 'AdventPro-Bold';
  font-size: 30px;
  text-transform: uppercase;
  margin: 24px 0px 4px 0px;
  line-height: normal;
  clear: both;
}

.art-subtitle {
  font-family: 'AdventPro-Bold';
  font-size: 20px;
  margin-bottom: 6px;
}

.art-photo {
  text-align: right;
  font-family: Arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #aaa;
}

.art-bigimg {
  margin-left: -15px;
  max-width: 844px;
  width: 111%!important;
  width: 844px;
}

.art-container {
  max-width: 600px;
  width: 100%!important;
  width: 600px;
  margin: 0 auto 0 auto;
}

.art-advert {
  margin-top: 32px;
  margin-bottom: 18px;
}

.art-advert h1 {
  margin-left: 0px!important;
  margin-bottom: 18px;
}

.art-lead {
  width: 100%;
  font-family: Arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: justify;
}

.art-text div,
.art-text p {
  font-family: Arial, helvetica, sans-serif;
  font-size: 16px !important;
  text-align: justify;
}

.art-lead a,
.art-text a,
ul.related li a {
  color: #ee1d24 !important;
}

.art-lead ul,
.art-lead ol,
.art-text ul,
.art-text ol {
  margin-left: 25px;
}

.art-lead ul,
.art-text ul {
  list-style-type: disc;
}

.art-lead ol,
.art-text ol {
  list-style-type: decimal;
}


.art-lead a:hover,
.art-text a:hover,
ul.related li a:hover {
  color: #000 !important;
}

.art-txt {
  width: 100%;
  float: left;
}

.art-func {
  margin-top: 10px;
}

.art-func img {
  margin-bottom: 4px;
}

.art-right {
  color: #888;
  text-align: center;
  padding-left: 5px;
}

.art-right a {
  color: #888;
}

.art-right .art-func a {
  display: block;
  margin: 0 auto;
}

.art-right .art-func .share-facebook {
  margin-left: -10px;
}

.art-right li {
  font-family: 'AdventPro-Regular';
  font-size: 13px;
  margin-top: 20px;
  margin-left: 40px;
}

/*.art-right div.share-center {
  margin-left: -10px;
  text-align: center;
}*/

.related {
  list-style-image: url('../../_images/front/point-green.png');
  margin: 10px 0px 0px 20px;
  line-height: 20px;
}

.recommended {
  list-style-image: url('../../_images/front/point-red.png');
  margin: 10px 0px 0px 20px;
  line-height: 20px;
}

.art-right-header {
  font-family: 'AdventPro-SemiBold';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: -4px;
}

.art-list-header {
  font-family: 'AdventPro-SemiBold';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: -4px;
  margin-top: 30px;
}

/*  lapozó ********************************************************************************************************************************/

div.pager {
  margin-top: 25px;
  padding: 0px 0px 20px 0px;
  font-family: 'AdventPro-Medium';
  font-size: 16px;
  color: #bbb;
}

div.pager a {
  color: #bbb;
}

div.pager a.page-number,
div.pager b {
  padding: 3px 9px 3px 9px;
  display: inline-block;
}

div.pager a.page-active,
div.pager b {
  background-color: #ec2426;
  border-radius: 50%;
}

/* galéria **************************************************************************************************************************************/
.container-fluid {
  margin: 12px 0px 12px 0px;
}

.thumbfade-left {
  position: absolute;
  left: 4px;
  margin-right: -104px;
  margin-bottom: -110px;
  z-index: 20;
  border: 2px solid red!important;
}
.thumbfade-right {
  position: absolute;
  right: 0px;
  margin-left: -100px;
  margin-bottom: -110px;
  z-index: 20;
  border: 2px solid red!important;
}

@media (max-width: 768px) {
  .thumb_cont {
    display: none;
  }
  #lightGallery-action {
    display: none;
  }
  #lightGallery-Gallery.opacity .lightGallery-slide.current img, #lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
    max-width: 100%!important;
  }
  #lightGallery-slider {
    height: 100%!important;
  }
  #lightGallery-slider .info {
    bottom: 3%!important;
  }
}
/*  általános dolgok ********************************************************************************************************************************/

.light-separator{
  width: 100%;
  border: 0;
  height: 1px;
  margin: 0px;
  padding: 0px;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #fff, #fff, #fff, rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, rgba(0,0,0,0), #fff, #fff, #fff, rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0), #fff, #fff, #fff, rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, rgba(0,0,0,0), #fff, #fff, #fff, rgba(0,0,0,0)); /* Standard syntax */
}

.dark-separator{
  width: 100%;
  border: 0;
  height: 1px;
  margin: 0px;
  padding: 0px;
  background: linear-gradient(90deg, rgba(0,0,0,0), #aaa, #aaa, #aaa, rgba(0,0,0,0)); /* Standard syntax */
}

.separator {
  display: inline-block;
  width: 100%;
  border: 0px;
  height: 1px;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #aaa, #aaa, #aaa, rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, rgba(0,0,0,0), #aaa, #aaa, #aaa, rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0), #aaa, #aaa, #aaa, rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, rgba(0,0,0,0), #aaa, #aaa, #aaa, rgba(0,0,0,0)); /* Standard syntax */
}

.cal-separator {
  margin: 10px 0px 4px 0px;
}

.content-separator{
  margin: 20px 0px 26px 0px;
}

.clearall {
  height: 1px;
  clear: both;
}

.floatleft {
  float: left;
}

/*
  .leftalign {
    float: left;
    text-align: left;
  }

  .rightalign {
    float: right;
    text-align: right;
  }
*/
.social {
  margin-top: 8px;
  min-width: 100px;
  max-width: 130px;
}

.social div.fb-like,
.social div.fb-like > span,
.social div.fb-like > span > iframe {
  max-width: 130px !important;
}

.social div.fb-like > span > iframe {
  margin-left: 0px !important;
  left: 0px;
}

.comment-link {
  font-family: 'AdventPro-Regular';
  font-size: 13px;
  color: #bbb;
  margin-top: 13px;
}

.comment-link a {
  color: #bbb;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.smallred {
  color: #c00;
  font-size: 12px;
}

/*
 * Very simple jQuery Color Picker
 * https://github.com/tkrotoff/jquery-simplecolorpicker
 *
 * Copyright (C) 2012-2013 Tanguy Krotoff <tkrotoff@gmail.com>
 *
 * Licensed under the MIT license
 */

/**
 * Inspired by Bootstrap Twitter.
 * See https://github.com/twbs/bootstrap/blob/master/less/navbar.less
 * See https://github.com/twbs/bootstrap/blob/master/less/dropdowns.less
 */

.simplecolorpicker.picker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1051; /* Above Bootstrap modal (@zindex-modal = 1050) */
  display: none;
  float: left;

  min-width: 160px;
  max-width: 283px; /* @popover-max-width = 276px + 7 */

  padding: 5px 0 0 5px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff; /* @dropdown-bg */

  border: 1px solid #ccc; /* @dropdown-fallback-border */
  border: 1px solid rgba(0, 0, 0, .15); /* @dropdown-border */

  -webkit-border-radius: 4px; /* @border-radius-base */
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.simplecolorpicker.inline {
  display: inline-block;
  padding: 6px 0;
}

.simplecolorpicker span {
  margin: 0 5px 5px 0;
}

.simplecolorpicker.icon,
.simplecolorpicker span.color {
  display: inline-block;

  cursor: pointer;
  border: 1px solid transparent;
}

.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
  content: '\00a0\00a0\00a0\00a0'; /* Spaces */
}

.simplecolorpicker span.color[data-disabled]:hover {
  cursor: not-allowed;
  border: 1px solid transparent;
}

.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
  border: 1px solid #222; /* @gray-dark */
}
.simplecolorpicker span.color[data-selected]:after {
  color: #fff;
}

/* Vertical separator, replaces optgroup. */
.simplecolorpicker span.vr {
  border-left: 1px solid #222; /* @gray-dark */
}

.simplecolorpicker.regularfont span.color[data-selected]:after {
  content: '\2714'; /* Ok/check mark */

  margin-right: 2.2px;
  margin-left: 2.2px;
}

.simplecolorpicker.fontawesome span.color[data-selected]:after {
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;

  content: '\f00c'; /* Ok/check mark */

  margin-right: 1px;
  margin-left: 1px;
}

.simplecolorpicker.glyphicons span.color[data-selected]:after {
  /* Taken from glyphicon class. */
  position: relative;
  top: 1px;
  font-family: 'Glyphicons Halflings';
  line-height: .9;
  -webkit-font-smoothing: antialiased;

  content: '\e013'; /* Ok/check mark */

  margin-right: 1px;
  margin-left: 1px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../_images/front/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../_images/front/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../../_images/front/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../_images/front/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../_images/front/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../_images/front/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../_images/front/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../_images/front/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

ul.tagit {
  padding: 1px 5px;
  overflow: auto;
  margin-left: inherit; /* usually we don't want the regular ul margins. */
  margin-right: inherit;
}
ul.tagit li {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {
  position: relative;
  line-height: inherit;
}
input.tagit-hidden-field {
  display: none;
}
ul.tagit li.tagit-choice-read-only {
  padding: .2em .5em .2em .5em;
}

ul.tagit li.tagit-choice-editable {
  padding: .2em 18px .2em .5em;
}

ul.tagit li.tagit-new {
  padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
  cursor: pointer;
  text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  right: .1em;
  top: 50%;
  margin-top: -8px;
  line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
  display: none;
}

ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
  -moz-box-sizing:    border-box;
  -webkit-box-sizing: border-box;
  box-sizing:         border-box;

  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;

  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  background-color: inherit;
  outline: none;
}

/* Royal slider **************************************************************************************************************************************/

/* v1.0.5 */
/* royalslider.css Core RS CSS file. 95% of time you shouldn't change anything here. ********************************************/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  background: url('../../_images/front/gallery-bg.png') top center repeat;
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;

}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition:opacity 0.3s linear;
  -moz-transition:opacity 0.3s linear;
  -o-transition:opacity 0.3s linear;
  transition:opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
  transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition:  0s;
  transition:  0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position:absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center !important;
  position: absolute;
  z-index: 15;
  font-family: 'AdventPro-Medium', sans-serif !important;
  font-size: 12px !important;
  padding: 6px 6px 6px 6px;
  color: #ffffff !important;
  line-height: 20px !important;
  letter-spacing: 0.05em !important;
  background: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  color: #fff;
}

.royalSlider.rsFullscreen.rsDefault .rsABlock {
  font-size: 17px!important;
  padding: 12px 0px 12px 0px;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor:url('../../_images/front/grab.png') 8 8, move;
}

.grabbing-cursor{
  cursor:url('../../_images/front/grabbing.png') 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left:0;
  top:0;
  position:absolute;
  width:100%;
  height:100%;
  display:block;
  z-index: 20;
  background: url('../_images/front/blank.gif');
}

/* rs-default.css *************************************************************************************/

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;

}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top:0;
}

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top:-16px;
  margin-left: -16px;

  position: absolute;
  cursor: pointer;
  background: url('../../_images/front/rs-default.png');


  border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display:inline;
  *zoom:1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
  width: 99.9%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

/* only fullscreen !!! */
.royalSlider.rsFullscreen .rsDefault {
  width:auto;
  height: 100%;
}

.royalSlider.rsFullscreen .rsThumb {
  width:auto;
  height: 100%;
}

.royalSlider.rsFullscreen .rsThumbsHor {
  height: 100px;
}

.royalSlider.rsFullscreen img {
  max-height: 80%!important;
  width: auto!important;
  -webkit-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
}

/* only fullscreen end !!! */

.rsDefault .rsThumb img {
  max-height: none!important;
  height: 100%!important;
}

.rsDefault .rsThumb.rsNavSelected {
  /* background: #fff;*/
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 100px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault .rsThumbsArrow:hover {
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top:0;
}

.rsDefault .rsThumbsArrowIcn {
  height: 100%;
  width: 100px;
  position: absolute;
  cursor: pointer;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background: url('../../_images/front/pager-prev2.png'), url('../../_images/front/thumbfade-left.png');
  background-position: center left, top right;
  background-repeat: no-repeat;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background: url('../../_images/front/pager-next2.png'), url('../../_images/front/thumbfade-right.png');
  background-position: center right, top right;
  background-repeat: no-repeat;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background: url('../../_images/front/pager-prev2.png'), url('../../_images/front/thumbfade-left.png');
  background-position: center left, top right;
  background-repeat: no-repeat;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background: url('../../_images/front/pager-next2.png'), url('../../_images/front/thumbfade-right.png');
  background-position: center right, top right;
  background-repeat: no-repeat;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}

/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align:center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display:inline;
  *zoom:1;
}

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right:  1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
  background-color: #f4f4f4;
  box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
}

/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('../../_images/front/rs-default.png') 0 0;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color:rgba(0,0,0,0.3);
  width:64px;
  height:64px;
  margin-left:-32px;
  margin-top:-32px;
  cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
  width:64px;
  display:block;
  height:64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background:url('../../_images/front/rs-default.png') no-repeat 0 -32px;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
}

.rsDefault .rsBtnCenterer {
  position:absolute;
  left:50%;
  top:50%;
}

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('../../_images/front/rs-default.png') -64px 0;
}

.rsDefault .rsCloseVideoIcn:hover {
}

/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
  width:20px;
  height:20px;
  background-image:url(../preloaders/preloader-white.gif);
  left:50%;
  top:50%;
  margin-left:-10px;
  margin-top:-10px;
}

/***************
*
*  8. Global caption
*
****************/

.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;

  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);

  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

/* PORTFOLIOS ********************************************************************************************************** */

#portfolio-container {
  margin: 0 auto 0 auto;
  max-width: 930px;
  width: 100%!important;
  width: 930px;
  min-height: 300px;
}

#portfolio-container div#art-header {
  margin-top: 0px;
}

#portfolio-container #article-bg {
  max-width: 930px;
}

#portfolio-container #article-container {
  background-size: contain !important;
  background-position: top center !important;
  margin-left: auto;
  margin-right: auto;
}

#pf_searchInputContainer {
  /*border: 1px solid blue !important;*/
}

#pf_searchInput {
  background: #ecf9ff;
  color: #c00!important;
  font-size: 18px!important;
  height: 46px;
  border: none;
  width: calc(100% - 55px);
  padding: 0px 24px;
  letter-spacing: 3px;
  border-top: 1px solid #eef;
  border-left: 1px solid #eef;
  border-bottom: 1px solid #ccd;
}

#pf_searchInput::-webkit-input-placeholder {
  color: #c00!important;
}

.pf_selector {
  border-top: 1px solid #eef;
  border-left: 1px solid #eef;
  border-right: 1px solid #ccd;
  border-bottom: 1px solid #ccd;
  background: #ecf9ff url('../../_images/front/pf_selector.png') center right no-repeat;
  letter-spacing: 2px;
  font-size: 18px;
  color: #aaa;
  width: 100%;
  height: 46px;
  float: right!important;
  padding-right: 30px;
}

.pf_list {
  width: 100%;
  font-size: 16px;
  text-align: left;
  max-height: 210px;
  overflow-y: scroll;
}

.pf_list a {
  color: #aaa!important;
}



.pf_red::-webkit-input-placeholder {
  color: #f00!important;
  display: none;
}

.pf_message {
  margin: 30px 30px;
  text-align: center;
  color: #333;
  font-size: 20px;
}

#pf_loupe {
  margin-left: -20px;
  margin-top: -6px;
  cursor: pointer;
}

.pf_small {
  width: 30%;
  min-width: 200px;
}

.pf_big {
  width: 65%;
  min-width: 235px;
}

.pf-element-row p{
  margin: 0px;
}

.pf-element-row {
  min-width: 235px;
  width: 100%!important;
  width: 768px;
  margin: 0 auto;
  margin-top: 15px;
}

.pf-user-element a, .pf-user-element2 a, .pf-element-row a {
}
.pf-rounded-img {
  margin-left: 14px;
}

.pf-rounded-item-img {
  margin-left:-114px;
}

.pf-user-element {
  margin: 10px 0px 30px 20px;
  text-align: left;
}

.pf-user-element2 {
  margin: 10px 0px 30px 0px;
  text-align: left;
}

.pf-user-info {
  float: left;
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.pf-text {
  /*width: 400px;*/
  margin: 0 auto;
  text-align: justify;
}

.pf-text-title {
  color: #dd0000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px!important;
  text-align: center;
  font-size: 30px;
}

.pf-element {
  margin-bottom: 30px;
  max-width: 280px;
  text-align: center;
}

.pf-image {
  margin-top: 6px;
  width: 100%;
  max-width: 230px;
}

.pf-image-title {
  font-size: 15px;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 20px!important;
  height: 38px;
  overflow-y: hidden;
}

.pf-image-title a {
  color: #aaa;
}

.pf-category {
  font-size: 13px;
  color: #aaa;
  text-transform: uppercase;
}

.pf-owner {
  font-size: 15px;
  color: #dd0000;
  text-transform: uppercase;
}

.pf-owner a {
  color: #dd0000;
}

.pf-owner-sub {
  font-family: Times New Roman;
  font-style: italic;
  font-size: 12px;
  color: #aaa;
}

.pf-image-holder {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.pf-image-holder img {
  height: 100%;
  width: auto;
}

.pf-sharebox {
  float: left;
  min-width: 110px;
  text-align: left;
  margin-left: 10px !important;
}

.pf-forum {
  float: left;
  font-size: 13px;
  color: #aaa;
  padding-left: 5px;
  margin-top: 2px !important;
}

.pf-func {
  margin-top: 360px;
}

.pf-func img {
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .pf-func {
    margin-top: 0px;
    margin-left: 45px;
  }
}

/* Portfolio search form */

form#pf_searchform {
  padding-top: 1px;
  padding-bottom: 20px;
  position: relative;
  margin: 40px 0px;
  display: block !important;
}

form#pf_searchform > div.ajaxload {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 2px solid #cfcfcf;
  background-color: rgba(238, 29, 36, 0.5);
  background-image: url('../../_images/ajax-loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

/* END OF PORTFOLIOS ************************************************************************************************** */



/* BLOGS ************************************************************************************************** */

.blog-navbar {
  max-width: 1000px;
  margin: 0 auto;
  border: none;
}

.blog-navbar ul li {
  font-family: 'AdventPro-Medium',sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.blog-navbar ul li a{
  color: #fff!important;
}

.blog-navbar .navbar-nav > .active > a,
.blog-navbar .navbar-nav > .active > a:hover,
.blog-navbar .navbar-nav > .active > a:focus {
  color: #fff!important;
  background: none!important;
}

.blog-navbar ul li ul{
  border-radius: 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #080808;
}

.blog-navbar ul li ul li{
  text-transform: none;
}

.blog-navbar ul li a:hover{
  background: none;
  color: #fff!important;
}

.blogmenu-container {
  margin: 0px;
}

.blog-headerpic {
  margin-top: 50px;
}

.blog-header div img {
  margin-top: 50px;
}

footer#blogfooter {
  padding: 10px 0px;
  margin-top: 30px;
  text-align: center;
  background-color: #eeeeee;
}

footer#blogfooter div#blogViewMode button.btn {
  padding: 2px 6px;
}

div.blog-footermenu ul {
  width: auto;
  display: inline-block;
}

div.blog-footermenu ul {
  margin-top: 7px;
}

div.blog-footermenu ul,
div.blog-footermenu ul li,
div.blog-footermenu ul li * {
  line-height: 100%;
}

@media (min-width: 768px) {
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* END OF BLOGS ************************************************************************************************** */

.pf-user-element div.pf-user-text p {
  font-size: 14px!important;
  margin-bottom: 12px;
  margin-right: 20px;
}

.pf-user-element .floatleft {
  margin-right: 20px;
}

.highlite {
  color: #c00;
}

.centered {
  text-align: center !important;
}

/* RATINGS */

div.sitewide_rating_container {
  padding: 5px 0px 3px 0px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #cfcfcf;
  margin-bottom: 15px;
}

div.sitewide_rating_container div.row div.text {
  padding-top: 5px;
  padding-right: 5px;
}

div.sitewide_rating_container div.row div div.text:last-child {
  padding-left: 5px;
}

div.sitewide_rating_container div.row div.rate label {
  cursor: pointer;
}

/*  AGE VERIFICATION ********************************************************/

#modal_screen {
  position: fixed;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  background-color: rgba(0,0,0,.9);
}

#modal_screen.nope {
}

#modal_content {
  position: fixed;
  z-index: 1101;
  margin: 0 auto;
  background-image: url('../../_images/front/loginbox-bg.png');
  background-position: top left;
  background-repeat: repeat;
  font-size: 12px;
  width: 60%;
  color: #fff;
  padding: 5% 3% 3% 3%;
}

#modal_content .content_wrapper {
  font-family: 'AdventPro-Medium' !important;
  text-align: center;
}

#modal_content h2 {
  font-family: 'AdventPro-Medium' !important;
  font-size: 22px;
  margin: 0 0 7% 0;
}

#modal_content p {
  font-size: 14px;
}

#modal_content nav:after {
  content: "";
  display: block;
  clear: both;
}

#modal_content nav small {
}

#modal_content nav ul {
  margin: 0 auto;
  display: inline-block;
}

#modal_content nav ul li {
  float: left;
  margin-right: 20px;
}

#modal_content nav ul li:last-child {
  margin-right: 0px;
}

#modal_content nav a.av_btn {
  font-family: 'AdventPro-Medium' !important;
  display:block;
  font-size: 18px;
  text-align: center;
  width: 160px;
  border-radius: 2px;
  height: 60px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}

#modal_content nav .av_go {
  background-color: #0e883a;
}

#modal_content nav .av_no {
  background-color: #d00d0e;
}

#modal_content nav .av_btn:hover {
}

#modal_content #modal_regret_wrapper nav a.av_btn {
}

h2.hcenter {
  font-family: 'AdventPro-Bold' !important;
  font-size: 4em;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 30px;
}


@media (max-width: 768px) {
  h2.hcenter, h1 {
    font-size: 2em;
  }
  #modal_content {
    width: 100%;
    margin-left: 0%;
  }
}

@media (max-width: 420px) {
  #modal_content h2 {
    font-size: 18px;
  }
  #modal_content nav a.av_btn {
    font-size: 15px;
    width: 120px;
    height: 50px;
    padding:8px 10px;
  }
}

.lostpw-link2 {
  margin-top: 20px;
}

.lostpw-link {
  margin-top: 20px;
}

.lostpw-link a {
  color: #fff;
}

ul.ui-sortable li, ul.ui-menu li {
  cursor: pointer;
}

ul.ui-sortable li a:hover, ul.ui-menu li a:hover {
  border: none !important;
  margin: 0px !important;
  background-image: none !important;
  background-color: #edd5be !important;
}

.book-item-text {
  margin-top: 30px;
  padding: 0px;
}

.book-comments {
  text-align: center;
}

p.book-message-title {
  text-align: center;
  font-family: 'AdventPro-Medium';
  margin-top: 10px;
  font-size: 16px;
}

.fb-like.book {
  margin-right: 10px;
}

.art-txt table tr td,
.art-txt table tr td p {
  text-align: left !important;
}

/* Sitewide media flags */

div div.pos-rel {
  position: relative !important;
}

div div.sitewide-media-labels {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
}

div div.col-sm-12 div.sitewide-media-labels {
  right: 25px;
}

div div.module-rounded-box div.sitewide-media-labels {
  right: 5px;
  top: 5px;
}

/* Moved from _front.css */

/* Bootstrap overrides */

.form-control.seolinkprefix {
  width: 110px;
  float: left;
  margin-right: 4px;
}

.form-control.seolink {
  width: calc(100% - 114px);
  float: left;
}

.form-control.seolink.short {
  width: calc(100% - 214px);
  float: left;
}

.form-control.seolink.button {
  width: 96px;
  float: left;
  background-color: #dd0000;
  color: #fff;
  margin-left: 4px;
}

.form-control.seolink.button:disabled {
  background-color: #888;
}

blockquote {
  position: relative;
  border-left: none;
  padding: 10px 60px 0 70px;
}

blockquote:before {
  display: block;
  padding-left: 10px;
  content: '„';
  font-size: 180px;
  position: absolute;
  left: -16px;
  top: -42px;
  color: #e9142b;
}

blockquote, blockquote p, blockquote div, .art-text div blockquote p, .art-txt blockquote p,  .art-txt div blockquote p, .art-txt blockquote p, .art-txt blockquote div {
  font-style: italic;
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.5px;
  text-align: left;
}

@media (max-width: 600px) {
  blockquote {
    padding: 10px 0px 0 50px;
  }

  blockquote:before {
    padding-left: 10px;
    font-size: 120px;
    left: -14px;
    top: -30px;
  }

  blockquote, blockquote p, blockquote div, .art-text div blockquote p, .art-txt blockquote p,  .art-txt div blockquote p, .art-txt blockquote p, .art-txt blockquote div {
    font-size: 18px!important;
    line-height: 26px!important;
  }
}

.highlited-content-lightgrey {
  background-color: #eee;
  color: #000;
  padding: 14px 20px;
  margin: 14px 0px;
}

.highlited-content-grey {
  background-color: #888;
  color: #fff;
  padding: 14px 20px;
  margin: 14px 0px;
}

.highlited-content {
  background-color: #e9142b;
  color: #fff;
  padding: 14px 20px;
  margin: 14px 0px;
}

/* === List Styles === */

.login_form ul {
  width:550px;
  list-style-type:none;
  list-style-position:outside;
  margin:0px auto;
  padding:0px;
}

.login_form li {
  padding:5px;
  position:relative;
}

/* === Form Elements === */

.reg-form-check2.checkbox-field {
  width: 70%;
  margin: 0 auto;
  padding: 6px;
}

.reg-form-check2 .control-label {
  margin-left: 6px;
}

.reg-form-check input[type="checkbox"] {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 9000px;
}

/*Check box*/
.reg-form-check input[type="checkbox"] + .label-text:before{
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-size: 30px;
  color: #ccc;
  background-color: #fff;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  margin-right: 5px;
  line-height: 0.7;
  border-radius: 3px;
}

.reg-form-check input[type="checkbox"]:checked + .label-text:before{
  content: "\f14a";
  color: #2980b9;
  animation: effect 250ms ease-in;
}

.reg-form-check input[type="checkbox"]:disabled + .label-text{
  color: #aaa;
}

.reg-form-check input[type="checkbox"]:disabled + .label-text:before{
  content: "\f0c8";
  color: #ccc;
}

.login_form label {
  cursor: pointer;
  width:220px;
  margin-top: 5px;
  display:inline-block;
  float:left;
  padding:3px;
}

.login_form input {
  height:20px;
  width:220px;
  padding:5px 8px;
}

.login_form select {
  width:260px;
  padding:5px 8px;
}

.login_form textarea {
  padding:8px;
  width:300px;
}

.login_form button {
  margin-left:156px;
}

/* form element visual styles */

.login_form input, .login_form textarea {
  border:1px solid #aaa;
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  border-radius:2px;
  padding-right:30px;
  -moz-transition: padding .25s;
  -webkit-transition: padding .25s;
  -o-transition: padding .25s;
  transition: padding .25s;
}

.login_form select {
  border:1px solid #aaa;
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  border-radius:2px;
  padding-right:5px;
}

label input[type="checkbox"] {
  margin-left: -4px!important;
  margin-right: 4px!important;
}

/* === Button Style === */

button.submit {
  background-color: #0087CA;
  background: -webkit-gradient(linear, left top, left bottom, from(#0087CA), to(#224579));
  background: -webkit-linear-gradient(top, #0087CA, #224579);
  background: -moz-linear-gradient(top, #0087CA, #224579);
  background: -ms-linear-gradient(top, #0087CA, #224579);
  background: -o-linear-gradient(top, #0087CA, #224579);
  background: linear-gradient(top, #0087CA, #224579);
  border: 1px solid #0087CA;
  border-bottom: 1px solid #0087CA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #0087CA;
  -webkit-box-shadow: 0 1px 0 0 #0087CA inset;
  -moz-box-shadow: 0 1px 0 0 #0087CA inset;
  -ms-box-shadow: 0 1px 0 0 #0087CA inset;
  -o-box-shadow: 0 1px 0 0 #0087CA inset;
  color: white;
  font-weight: bold;
  padding: 6px 20px;
  text-align: center;
  text-shadow: 0 -1px 0 #396715;
}

button.submit:hover {
  opacity:.85;
  cursor: pointer;
}

button.submit:active {
  border: 1px solid #0087CA;
  box-shadow: 0 0 10px 5px #224579 inset;
  -webkit-box-shadow:0 0 10px 5px #224579 inset;
  -moz-box-shadow: 0 0 10px 5px #224579 inset;
  -ms-box-shadow: 0 0 10px 5px #224579 inset;
  -o-box-shadow: 0 0 10px 5px #224579 inset;
}

#sidebar_left div.module {
  margin-top: 30px;
}

#sidebar_left div.module h4 {
  text-transform: uppercase;
  font-size: 16px;
}

#sidebar_right div.module {
  margin-top: 30px;
}

#sidebar_right div.module h4 {
  text-transform: uppercase;
  font-size: 16px;
}
