﻿@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700&subset=latin,latin-ext);

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-top {
  vertical-align: top !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-top {
  vertical-align: top !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'PT Serif', serif;
  font-size: 14px;
  color: #505050;
  background-color: #9cc532;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #72aa00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e56f0f;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/*#region Universal*/
body {
  font-style: italic;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../img/bg/bg.jpg');
}
p {
  margin: 0 0 10px;
}
ol,
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 36px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
::-moz-selection {
  text-shadow: none;
  background: #789440;
  color: #ffffff;
}
::selection {
  text-shadow: none;
  background: #789440;
  color: #ffffff;
}
/*#endregion*/
/*#region Global page items*/
/*#endregion*/
/*#region Specific page items*/
.container-page-outer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1012px;
}
.header {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('../img/bg/header.png');
  padding: 19px 3px 8px 3px;
  position: relative;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.logo {
  display: block;
  width: 206px;
  height: 58px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/jolegyek-ro-logo.png');
  float: left;
  margin: 0 0 0 1px;
}
.logo.ro{
  display: block;
  width: 256px;
  height: 58px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/mancambine-ro-logo.png');
  float: left;
  margin: 0 0 0 1px;
}
/*
.head-name{
  display: inline-block;
  width: 230px;
  float: left;
  margin: 23px 0 0 0;
  color: #144e25;
  font-size: 15px;
}
*/
.head-name{
  display: inline-block;
  width: 300px;
  float: left;
  margin: 23px 0 0 0;
  color: #144e25;
  font-size: 15px;
}
.navbar-header {
  float: right;
  /*font-size: 15px;*/
  font-size: 19px;
  /*margin-top: 17px;*/
  margin-top: 19px;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header li {
  float: left;
  padding-right: 1px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../img/sep-nav.png');
}
.navbar-header li a {
  /*color: #ffffff;*/
  color: #082e13;
  /*padding: 0 16px;*/
  padding: 0 9px 0 9px;
}
.navbar-header li a:hover {
  /*color: #e56f0f;*/
  color: #be5500;
}
.navbar-header li:last-child {
  background: none;
  padding-right: 0;
}
.navbar-header li:last-child a {
  padding-right: 0;
}
.content-page {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../img/bg/content-top.png');
  padding: 49px 15px 27px 15px;
  border: 3px solid #789440;
  margin: 0 3px;
  border-top: none;
  border-bottom: none;
  background-color: #ffffff;
}
.showcase {
  border: 3px solid #789440;
  margin: 0 3px;
  border-top: none;
  border-bottom: none;
  background-color: #ffffff;
}
.showcase:before,
.showcase:after {
  content: " ";
  display: table;
}
.showcase:after {
  clear: both;
}
.showcase:before,
.showcase:after {
  content: " ";
  display: table;
}
.showcase:after {
  clear: both;
}
.showcase-img {
  display: block;
  width: 265px;
  height: 160px;
  float: left;
}
.showcase-right {
  padding: 12px 9px 0 12px;
  float: left;
  width: 735px;
}
.quip {
  min-height: 80px;
  padding: 0 40px 10px 40px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../img/bg/quotes.png');
  color: #6a9510;
  margin: 0;
  font-size: 16px;
}
.author {
  font-size: 14px;
  color: #494949;
  display: inline-block;
  margin: 0 0 0 5px;
}
.showcase-categories:before,
.showcase-categories:after {
  content: " ";
  display: table;
}
.showcase-categories:after {
  clear: both;
}
.showcase-categories:before,
.showcase-categories:after {
  content: " ";
  display: table;
}
.showcase-categories:after {
  clear: both;
}
.wrap-category-large {
  -moz-transition: margin .2s;
  -o-transition: margin .2s;
  -webkit-transition: margin .2s;
  transition: margin .2s;
}
.wrap-category-large:hover {
  margin-top: -5px;
  padding-bottom: 5px;
}
.category-large {
  width: 215px;
  height: 64px;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../img/bg/btn-categories.png');
  margin: 0 12px 0 11px;
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 23px;
  padding-top: 15px;
  -moz-transition: margin .2s;
  -o-transition: margin .2s;
  -webkit-transition: margin .2s;
  transition: margin .2s;
}
.category-large:hover,
.category-large:active,
.category-large:focus,
.category-large.current {
  color: #ffffff;
  margin-top: -4px;
  height: 68px;
}
.category-large-1 {
  background-position: 0px 0;
}
.category-large-1:hover,
.category-large-1:active,
.category-large-1.current {
  background-position: 0px -128px;
}
.category-large-1.disabled,
.category-large-1.disabled:hover,
.category-large-1[disabled],
.category-large-1[disabled]:hover {
  background-position: 0px -256px;
}
.category-large-2 {
  background-position: -430px 0;
}
.category-large-2:hover,
.category-large-2:active,
.category-large-2.current {
  background-position: -430px -128px;
}
.category-large-2.disabled,
.category-large-2.disabled:hover,
.category-large-2[disabled],
.category-large-2[disabled]:hover {
  background-position: -430px -256px;
}
.category-large-3 {
  background-position: -860px 0;
}
.category-large-3:hover,
.category-large-3:active,
.category-large-3.current {
  background-position: -860px -128px;
}
.category-large-3.disabled,
.category-large-3.disabled:hover,
.category-large-3[disabled],
.category-large-3[disabled]:hover {
  background-position: -860px -256px;
}
.wrap-articles {
  padding: 0 15px;
}
.wrap-articles-inside {
  margin: 0 -15px;
}
.wrap-articles-inside:before,
.wrap-articles-inside:after {
  content: " ";
  display: table;
}
.wrap-articles-inside:after {
  clear: both;
}
.wrap-articles-inside:before,
.wrap-articles-inside:after {
  content: " ";
  display: table;
}
.wrap-articles-inside:after {
  clear: both;
}
.wrap-article {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  clear: left;
}
.wrap-articles-inside .wrap-article {
  padding: 0 10px 0 15px;
}    
.wrap-article:nth-child(2n) {
  clear: none;
}
.article:before,
.article:after {
  content: " ";
  display: table;
}
.article:after {
  clear: both;
}
.article:before,
.article:after {
  content: " ";
  display: table;
}
.article:after {
  clear: both;
}
.article h2 {
  margin: 0 0 13px;
  padding: 0;
  font-weight: normal;
  line-height: 25px;
  font-size: 21px;
}
.date {
  float: left;
  width: 40px;
  height: 136px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../img/bg/date.png');
  text-align: center;
  line-height: 1;
}
.month {
  text-transform: uppercase;
  font-size: 9px;
  color: #ffffff;
  padding-top: 3px;
  margin-bottom: 3px;
}
.day {
  font-size: 23px;
  color: #ffffff;
  margin: 0;
}
.excerpt {
  /*margin-left: 51px;*/
  margin-left: 90px;
  margin-right: 33px;
}
.wrap-articles-inside .excerpt {
  margin-left: 51px;
  /*margin-left: 90px;*/
  margin-right: 0;
}
.article-img {
  display: block;
  width: 175px;
  float: left;
}
.article-img img {
  display: block;
}
.excerpt-text {
  margin: 0 0 0 189px;
}
.excerpt-noimage .excerpt-text {
  margin: 0;
}
.pagination {
  margin: 0 -10px;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination a, .pagination span {
  background-position: center center;
  background-repeat: repeat-x;
  background-image: url('../img/bg/link.png');
  background-color: #9ac53f;
  height: 24px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  color: #ffffff;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  padding: 2px 8px 0;
  background-position: 0 0;
}
.pagination a:hover,
.pagination a:active,
.pagination a.current {
  background-position: 0 -48px;
}
.pagination a.disabled,
.pagination a.disabled:hover,
.pagination a[disabled],
.pagination a[disabled]:hover {
  background-position: 0 -96px;
}
.pagination a:hover,
.pagination a:active {
  color: #ffffff;
}
.pagination a.current,
.pagination a.disabled,
.pagination a.disabled:hover,
.pagination a[disabled],
.pagination a[disabled]:hover,
.pagination a.ui-state-disabled,
.pagination a.ui-state-disabled:hover {
  cursor: default;
}
.pagination a.prevnext {
  padding-top: 0;
}
.wrap-category {
  margin-bottom: 5px;
}
.fb-btn{
    vertical-align: top;
    display: inline-block;
    /*margin: 2px 0 0 0;*/
}

/*
body .content-page .article .fb-share-button span {
  display: inline-block !important;
  min-width: 100px !important;
  min-height: 100px !important;
}
*/

/* [768] begin ------------------------------------------------------------------------ */


/*
@media (max-width: 767px) {
    
    body .content-page .article .fb-share-button span {
  		display: inline-block !important;
  		min-width: 100px !important;
  		min-height: 100px !important;
	}
}
*/

/* [768] end ------------------------------------------------------------------------ */

.category {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  padding: 4px 8px 5px 8px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 1;
}
.category:hover,
.category:active,
.category:focus {
  color: #ffffff;
}
.category-1 {
  background-position: center center;
  background-repeat: repeat-x;
  background-image: url('../img/bg/cat1.png');
  background-color: #e5780d;
  background-position: 0px 0;
  vertical-align: top;
}
.category-1:hover,
.category-1:active,
.category-1.current {
  background-position: 0px -42px;
}
.category-1.disabled,
.category-1.disabled:hover,
.category-1[disabled],
.category-1[disabled]:hover {
  background-position: 0px -84px;
}
.category-1:hover {
  background-color: #c45700;
}
.category-2 {
  background-position: center center;
  background-repeat: repeat-x;
  background-image: url('../img/bg/cat2.png');
  background-color: #8abc35;
  background-position: 0px 0;
  vertical-align: top;
}
.category-2:hover,
.category-2:active,
.category-2.current {
  background-position: 0px -42px;
}
.category-2.disabled,
.category-2.disabled:hover,
.category-2[disabled],
.category-2[disabled]:hover {
  background-position: 0px -84px;
}
.category-2:hover {
  background-color: #699b14;
}
.category-3 {
  background-position: center center;
  background-repeat: repeat-x;
  background-image: url('../img/bg/cat3.png');
  background-color: #ab4cc2;
  background-position: 0px 0;
  vertical-align: top;
}
.category-3:hover,
.category-3:active,
.category-3.current {
  background-position: 0px -42px;
}
.category-3.disabled,
.category-3.disabled:hover,
.category-3[disabled],
.category-3[disabled]:hover {
  background-position: 0px -84px;
}
.category-3:hover {
  background-color: #8a2ba1;
}
footer {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../img/bg/footer.png');
  height: 82px;
  padding: 39px 91px;
}
.copyright {
  color: #c9d4b3;
  font-style: normal;
  font-size: 12px;
}
/*# sourceMappingURL=main.css.map */

/*-- ins content begin --*/

.title_wrapper{
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
}
.info_wrapper{
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
}
.content-text{
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
}
.content-text ul{
    margin: 0 0 15px 15px;
}
.content-text ul li{
    list-style-type: disc;
    margin: 0 0 5px 15px;
}

.fbc_wrapper{
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
}

a, a:active {
  outline: 0;
}

.content_single{
  float: left;
  font-size: 16px;
  width: 900px;
}
.content_single h1{
  font-size: 23px;
  font-style: italic;
  color: #72aa00;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.content_single .category{
  margin: 0 15px 0 0;
}
.content_single a{
  font-weight: bold;
}
.clear{
  clear: both;
}

/* ----- breadcrumb begin ------------------------------------------- */

.bc_wrapper{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #929292;
    font-weight: bold;
}

.bc_wrapper a.bc{    
     float: left;
     color: #929292;     
     font-weight: normal;
}
.bc_wrapper a.bc:hover{
     color:#e56f0f;      
}
.bc_wrapper span.bca{
     float: left;
     color:#929292;
     font-weight: normal; 
}
.bc_wrapper span.bcaa{
     float: left;
     display: inline-block;
     padding: 0 6px 0 6px;
}

/* ----- breadcrumb end ------------------------------------------- */

/* ----- photo gallery begin ------------------------------------------- */

.box_pgal{
    display: block;
    width: 849px;
    float: left;
    margin: 10px 0 0 0;
}
.pgal_row_one{
    float: left;
    display: block;
    /*width: 849px;*/
    width: 777px;
    margin-bottom: 30px;
}
.photo_one{
    float: left;
    display: inline-block;
    width: 239px;
    margin: 0 30px 0 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.photo_one:hover{
    margin: -5px 30px 0 0;
    padding-bottom: 5px;
}
.photo_one.last{
    margin-right: 0;
}
.photo_one img{
    width: 239px;
}
.pgal_descr{
    display: inline-block;
    margin: 3px 0 0 0;
    font-size: 14px;
    width: 239px;
    vertical-align: top;
    line-height: 21px;
    color: #858585;
    font-weight: normal;    
}
.photo_one:hover .pgal_descr{
    color: #4a4a4a;
}

/* ----- photo gallery end ------------------------------------------- */

/*-- language menu begin --*/

.wrap-lang{
    display: inline-block;
    margin: 0 4px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #86a72b;
}
.wrap-lang .lang{
    display: inline-block;
    color: #4a4a4a;
    font-size: 14px;
    padding: 0 7px 0 7px;
    border-left: 1px solid #86a72b;
}
.wrap-lang .lang:hover{
    color: #ffffff;
}
.wrap-lang .lang.active{
    color: #ffffff;
}



/*-- language menu end --*/

/* general table styles begin */

table.gen-table{
    color: #5f5f5f;
    line-height: 16px;
    border: 1px solid #cfcfcc;
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
    width: 100%;
    margin: 15px 0 15px 0;
}
table.gen-table td{
    border: 1px solid #cfcfcc;
    padding: 6px 8px 8px 8px;
    white-space: normal;
    border-collapse: collapse;
    font-size: 15px;
}
table.gen-table thead td{
    background: #e7f1d7;
    color: #72aa00;
    border: 1px solid #cfcfcc;
    padding: 8px 8px 10px 8px;
    white-space: normal;
    border-collapse: collapse;
    font-size: 15px;
    font-weight: bold;
}

/* general table styles end */

/*-- ins content end --*/
