/***************************************
          * =GENERAL CSS= *
****************************************/
body {
    font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
#page.site {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.wrap-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	overflow: hidden;
}
.top {
	background: #d1875f;
	width: 100%;
	padding: 2px 0;
	overflow: hidden;
	display: none;
}
.social {
	background: #ffff;
	position: relative;
	height: 28px;
	padding: 0 20px;
	width: 100%;
}
@media only screen and (max-width: 767px) {        
.social {
	background: #f1f1f1;
	border-bottom:1px solid #ccc;
	position: relative;
	height: auto;
	padding: 0 20px;
	width: 100%;
   }
}

ul.social__font {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align:center;
    overflow: hidden;
	background-color: transparent;
	float: left;
	width: 50%;
}
ul.social__font li {
    float: left;
}
ul.social__font li a {
    font-size:25px;
    display: inline-block;
    color: #444;
    text-align: center;
    padding: 2px 6px;
    text-decoration: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
ul.social__font li a:hover {
    font-size:25px;
    display: inline-block;
    color: #fff;
    background: #0062CC;
    text-align: center;
    padding: 6px 6px;
    text-decoration: none;
}
.sidebar-right {
   width: 40%;
   float: right;
   display: block;
   text-align: right;
}

/*******************************
       * =HEADER CSS= *
********************************/
.site-header {
	position: relative;
	margin: 0 auto;
	width: 100%;
	/*background: url("/wp-content/themes/newblog/images/bg-header.jpg")no-repeat center; */
	padding: 0;
	z-index: 9999;
}
.the_header_image_tag {
  overflow-x: hidden;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
}

h1.site-title {
	font-family: 'Cormorant Unicase', serif;
}
h1.site-title a {
	font-family: 'Cormorant Unicase', serif;
	text-decoration:none;
	font-weight: 400;
	color: #fff;
	padding: 1px 20px;
	font-size: 46px;
}
h1.site-title a:hover {
	font-family: 'Cormorant Unicase', serif;
	text-decoration:none;
}
.site-branding {
	position: relative;
	margin: 0 auto;
	width: 40%;
	text-align: center;
	max-width: 1170px;
	padding:20px 0 20px;
	z-index: 999;
}
.custom-logo-link {
    display: inline-block;
    width: 260px;
}

@media only screen and (max-width: 767px) {  
	.site-branding {
	   margin: 0 auto;
	   width: 78%;
	   float: left;
	   max-width: 1170px;
	   background: transparent;
	   padding:0 20px 0 20px;
	}
}
p.site-description {
	font-size: 16px;
    font-family: 'Cormorant Unicase', serif;
    color: #fff;
    font-weight: 400;
    padding: 0;
    text-shadow: 1px 1px 2px #222;
}
@media only screen and (max-width: 767px) {        
	p.site-description {
		display: none;
	}
}


@media only screen and (min-width: 992px) and (max-width: 3200px) {  
.nav_meniu{display: none;}
}

@media only screen and (max-width: 992px) {
.nav_meniu {
	width: 5%;
	float: right;
	cursor: pointer;
	margin: 30px 10px;
  }
.nav_meniu {
	width: 10%;
	float: right;
	cursor: pointer;
	margin: 8px 10px;
   }
}

.nav-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
	margin: 6px 0;
}
.nav-ico:hover {
	  background: #000;
}
h2.bg-slide{
	background: rgba(0,0,0,0.5);
	padding: 15px;
}
p.bg-slide {
	background: rgba(0,0,0,0.5);
	padding: 10px;
}


/*--------------------------------------------------------------
## Comunicate favorite
--------------------------------------------------------------*/

.linear {
	background: -moz-linear-gradient(-45deg, rgba(28,206,234,0.82) 0%, rgba(147,26,222,0.83) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(28,206,234,0.82), color-stop(100%, rgba(147,26,222,0.83))));
    background: -webkit-linear-gradient(-45deg, rgba(28,206,234,0.82) 0%, rgba(147,26,222,0.83) 100%);
    background: -o-linear-gradient(-45deg, rgba(28,206,234,0.82) 0%, rgba(147,26,222,0.83) 100%);
    background: -ms-linear-gradient(-45deg, rgba(28,206,234,0.82) 0%, rgba(147,26,222,0.83) 100%);
    background: linear-gradient(135deg, rgba(28,206,234,0.82) 0%, rgba(147,26,222,0.83) 100%);
    box-shadow: 0 10px 12px -8px #aaa;
}

h3.titlu__big {
	margin: 0 25px;
	padding: 0;
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 3600px) {
.favorite{
	width: 100%;
	max-width:1170px;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 20px;
	margin: 0 auto;
	background: rgba(255,255,255,0.3);
	
   }
}


@media only screen and (min-device-width : 1200px) and (max-device-width : 1600px) {
.favorite{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 20px 50px;
	margin: 1px 0 0 0;
	background: #fff;
	box-shadow: 0 10px 12px -8px #aaa;
   }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) {
	.favorite {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 20px;
		margin: 25px 0 0 0;
		background: #fff;
		box-shadow: 0 10px 12px -8px #aaa;
		}
}

@media only screen and (min-device-width : 68px) and (max-device-width : 768px) {
		.favorite {
			width: 100%;
			height: auto;
			overflow: hidden;
			display: grid;
			grid-template-columns: 1fr;
			padding: 20px;
			margin: 25px 0 0 0;
			background: #fff;
			box-shadow: 0 10px 12px -8px #aaa;
			
			}
		.feature-post {
			display: inline-block;
			padding: 10px;
			max-width: 320px;
			height: auto;
			float: left;
		}
}
.feature-post {
	display: block;
	padding: 5px 5px 5px 5px;
	width: 282px;
	height: auto;
	float: left;
}
h3.title-favorite {
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 16px;
	color: #222;
	text-align: left;
}
h3.title-favorite a {
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	background: #0062CC;
	text-align: left;
	padding: 0 5px;
	font-weight: 600;
	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
     transition: all 0.6s ease-in-out;
}
h3.title-favorite a:hover {
	background: #48BAC2;
	color: #fff;
	text-decoration: none;
}
.entry-content-favorite {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	color: #111;
	font-size: 14px;
}
.entry-content-favorite p{
	color: #111;
	font-size: 14px;
}
.post_thumbnail_favorite {
	display: block;
	float: left;
	width: 300px;
}
.entry-content,
.entry-content p {
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 16px;
	color: #383838;
}

/*= grid__2columns =*/

.grid__2col {
	height: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 30px;
    box-shadow: 0 10px 12px -8px #aaa;
}
.grid__2columns {
    width: 100%;
    max-width: 1170px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    
}

/*= Social link */
ul.social-network {
	list-style: none;
	display: block;
	margin: 10px 20px 0;
	padding: 0;
	float: right;
	position: relative;
}
@media (max-width: 600px) {
  ul.social-network {
    list-style: none;
    display: inline;
    margin: 10px;
    padding: 0;
    float: left;
  }
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-circle li a {
    margin: 5px auto 0 auto;
    text-align: left;
    font-size: 25px;
}

.social-circle img {
  width: 24px;
}

/*
* CSS SLIDER
*/

.carousel {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
	.carousel {
	  display: none;
	}
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
	max-width: 1920px;
  height: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/*
* ==== Meniu CSS
*/

#meniu-vertical {
	width: 260px;
	display: none;
	background: #383838;
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	top:0;
	left: 0;
	z-index: 99999;
	/* border-right: 5px solid #0062CC; */
    transition:  all .7s ease-out;
	overflow-y: hidden;
}
.activ {
	display: block!important;
}
.x {
	cursor: pointer;
	color: #ccc;
	font-size: 30px;
	float: left;
	padding: 5px 15px 0;
	font-family: 'Saira Semi Condensed', sans-serif;
}

.nav__vertical {
	display: block;
	margin: 50px 0 0 0;
}

ul#primary-nav {
	 display: block;
    position: relative;
    margin: 0;
    padding: 0 10px;
    list-style: none;
    overflow: hidden;
    width: 250px;
}

ul#primary-nav li {
	display: block;
	list-style: none;
	padding: 0;
}
ul#primary-nav li a {
  font-family: Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	display: block;
	width: auto;
	list-style: none;
	padding: 5px 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
ul#primary-nav li a:hover {
	color: #fff;
	background-color: #007bff;
	text-decoration: none;
	padding: 5px 5px;
}
ul.sub-menu {
	display: block;
	list-style: none;
	padding: 5px 0;
	margin: 0 10px;
}
ul#primary-nav li ul li a {
	display: block;
	width: auto;
	list-style: none;
	padding: 5px 0;
	font-size: 13px;
	color: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}

ul#primary-nav li ul li a:hover {
   color: #fff;
	 background-color:  #007bff;
}

ul.ev-entry-views-list {
	margin: 0 0 0 -10px;
}

/*
* CSS Content
*/

#content.site-content {
  margin: 34px auto;
  display: block;
  width: 100%;
  max-width: 1170px;
  padding: 35px 0;
  background: #fff;
}
.content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
	padding: 0 15px;
	
}
.site-main {
	 margin: 0 25% 0 0;
	/*
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 3px; */
}
.site-content .widget-area {
	float: right;
    overflow: hidden;
    width: 25%;
    padding: 10px 10px;
    background: #fff;
	border-radius: 0;
	
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border: 1px solid transparent;
}
.site-content .widget-area:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
    transform: translateY(-3px);
}

.site-footer {
	clear: both;
	width: 100%;
}
.post-category {
    display: inline-block;
    padding-left: 5px;
}
.entry-meta {
	margin:0 0 10px;
	color: #aaa;
	font-size: 13px;
	padding: 4px;
	background: none;
}
.entry-meta a {
	color: #aaa;
	font-size: 13px;
}

main#main.site-main.single {
	width: 100%;
	margin: 0 auto;
}

/* Mobile (Portrait & Landscape)
================================================== */

@media only screen and (max-width: 767px) {
	.content-area {
		float: left;
		margin: 0 0 0 0;
		width: 100%;
		padding: 0 15px;
	}
	.site-main {
		margin: 0;
		width: 100%;
		float: left;
	}
	.site-content .widget-area {
		float: left;
		overflow: hidden;
		width: 100%;
		padding: 0 20px;
	}
}

.content-full {
	padding: 10px;
	background: #fff;
	margin: 20px 0;
}
h1.entry-title {
	font-size: 1.8rem;
	line-height: 2rem;
	color: #383838;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 700;
}
.hentry {
	margin: 0 0 1.5em;
    padding: 10px;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	border-radius: 5px;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border:1px solid transparent;
}
.hentry:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    transform: translateY(-3px);
}
a.post-thumbnail {
	float: left;
	width: 250px;
	margin: 5px 15px 15px 0;
	border: 1px solid #9acbff;
	overflow: hidden;
	-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}

a.post-thumbnail:hover {
	opacity: 0.7;
	/* transform: scale(1.1); */
	overflow: hidden;
}
a.post-thumbnail > img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width:600px) {        
	a.post-thumbnail {display: none;}
}
h2.entry-title {
  position: relative;
  font-size: 26px;
  margin: 5px 0;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Saira Semi Condensed', sans-serif;
}
h2.entry-title::after {
	position: absolute;
    bottom: -6px;
    left: 0;
    margin: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #005cbf;
  }
h2.entry-title a {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #383838;
}
h2.entry-title a:hover {
    text-decoration:none;
    background-image: -webkit-gradient(linear, left top, 0deg, color-stop(0%, #E605C1), color-stop(0%, #48BAC2), color-stop(57%, #5507E6), color-stop(99%, #3B113B), color-stop(99%, #3B113B));
		background-image: -moz-linear-gradient(0deg,#E605C1 0%,#48BAC2 0%,#5507E6 57%,#3B113B 99%,#3B113B 99%);
		background-image: -webkit-linear-gradient(0deg,#E605C1 0%,#48BAC2 0%,#5507E6 57%,#3B113B 99%,#3B113B 99%);
		background-image: -o-linear-gradient(0deg,#E605C1 0%,#48BAC2 0%,#5507E6 57%,#3B113B 99%,#3B113B 99%);
		background-image: -ms-linear-gradient(0deg,#E605C1 0%,#48BAC2 0%,#5507E6 57%,#3B113B 99%,#3B113B 99%);
		background-image: linear-gradient(0deg,#E605C1 0%,#48BAC2 0%,#5507E6 57%,#3B113B 99%,#3B113B 99%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position:relative;
		display:inline-block;
}

span.tags-links,
span.comments-link,
span.byline{
	margin: 0 5px;
}
span.author.vcard {
	margin: 0 5px;
}

/*=Sidebar css*/

h3.widget-title {
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #333;
}
h3.comments-title {
	font-size: 18px;
}
.read-more {
	float: right;
	display: block;
	background-color: #0062cc;
	color: #fff;
	width: 180px;
}
.read-more a{color: white}

@media only screen and (max-width: 767px) {
	.read-more {
		display: none;
	}
}


input.search-submit.btn.btn-default,
input#submit.submit {
	color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
		display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.btn.btn-lg.btn-primary {
	color: #fff;
}

footer.entry-footer {
	height: 30px;
	display: block;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
   footer.entry-footer {
	 height: auto;
	 display: block;
	 font-size: 14px;
   }
}

.comment-list {
	background:#fff;
	padding:25px;
}
.reply {
	display:block;
	margin:10px 0;
}

#respond {
	border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
	border-radius: 3px;
	width: 65%;
}
@media only screen and (max-width: 767px) {        
	#respond {
		border: 1px solid #ddd;
		padding: 10px;
		background: #fff;
		border-radius: 3px;
		width: 100%;
	}

}


/*= Buton css =*/

button.green {
  display: block;
  margin: 20px 5px;
  padding: 10px;
  color: #111;
  font-size: 15px;
  background: #d2ff52; /* Old browsers */
  background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d2ff52 0%,#91e842 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

button.green:hover {
 box-shadow: 0 0 10px 0 #999;
}

button.green a {
  text-transform: uppercase;
  color: #111;
  background: none;
}
button.green a:hover {
  text-transform: uppercase;
  color: #0099ff;
  text-decoration: none;
}

/*== RED ==*/

button.red {
  display: block;
  margin: 20px 5px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff4c4c 42%, #ff1a00 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff4c4c 42%,#ff1a00 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff4c4c 42%,#ff1a00 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4c', endColorstr='#ff1a00',GradientType=0 ); /* IE6-9 */
  text-transform: uppercase;
  -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

button.red:hover {
 box-shadow: 0 0 10px 0 #999;
}

button.red a {
  text-transform: uppercase;
  color: #fff;
  background: none;
}
button.red a:hover {
  text-transform: uppercase;
  color: #ccc;
  text-decoration: none;
}

/*== Default ==*/

button.default {
  display: block;
  margin: 20px 5px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  background: #e5e5e5;
background: -moz-linear-gradient(top,  #f0f9ff 0%, #d8f0ff 47%, #c9ebff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f0f9ff 0%,#d8f0ff 47%,#c9ebff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f0f9ff 0%,#d8f0ff 47%,#c9ebff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#c9ebff',GradientType=0 ); /* IE6-9 */

  text-transform: uppercase;
  -webkit-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
}

button.default:hover {
 box-shadow: 0 0 10px 0 #999;
}

button.default a {
  text-transform: uppercase;
  color: #222;
  background: none;
}
button.default a:hover {
  text-transform: uppercase;
  color: #ccc;
  text-decoration: none;
}
.pagination li a,.pagination li a:hover,.pagination li.active a,.pagination li.disabled{text-decoration:none}
.pagination li a{padding:10px;color:#222;font-family:'Ubuntu',sans-serif;font-size:15px;font-weight:400;line-height:22px;color:#333;text-decoration:none;text-align:left;padding:0;margin:0}
.pagination ul{margin:20px 0}
.pagination li{padding:10px;background:#f2f2f2;border:1px solid #ccc;color:#555;display:inline}
.pagination li:hover{background:#ddd;border:1px solid #000}
.pagination li a,.pagination li a:hover,.pagination li.active a,.pagination li.disabled{cursor:pointer}
.pagination li a:hover,.pagination li.active a{text-decoration:underline}


#jp-carousel-comment-form,
 .jp-carousel-image-meta,
 .jp-carousel-titleanddesc-title {
  display:none;
}

.jp-carousel-overlay {
    background: rgba(0,0,0,0.5)!important;
}

:root {
  --level-one: translateZ(3rem);
  --level-two: translateZ(6rem);
  --level-three: translateZ(9rem);
  --fw-normal: 400;
  --fw-bold: 700;
  --clr: #b7c9e5;
}

.card {
  width: 280px;
}

.card__content {
  text-align: center;
  position: relative;
  padding: 15em 5em;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.card:hover .card__content {
  -webkit-transform: rotateY(0.5turn);
          transform: rotateY(0.5turn);
}

.card__front,
.card__back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5em 3em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: grid;
  align-content: center;
}

.card__front {
  background-color: var(--clr);
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/308367/fair.jpg');
  background-size: cover;
  background-blend-mode: overlay;
  color: #333;
}

.card__front::before {
  content: '';
  position: absolute;
  --spacer: 1em;
  top: var(--spacer);
  bottom: var(--spacer);
  left: var(--spacer);
  right: var(--spacer);
  border: 3px solid currentColor;
  -webkit-transform: var(--level-one);
          transform: var(--level-one);
}

.card__title {
  font-size: 2.2rem;
  -webkit-transform: var(--level-three);
          transform: var(--level-three);
  order: 2;
  text-transform: uppercase;
}

.card__subtitle {
  -webkit-transform: var(--level-two);
          transform: var(--level-two);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: .75rem;
  font-weight: var(--fw-bold);
  opacity: .7;
}

.card__body {
  -webkit-transform: var(--level-two);
          transform: var(--level-two);
  font-weight: var(fw-normal);
  font-size: 1.5rem;
  line-height: 1.6;
}

.card__back {
  -webkit-transform: rotateY(0.5turn);
          transform: rotateY(0.5turn);
  color: var(--clr);
  background: #333;
}

.page-content-404 img {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}


/*
* Footer css
*/

.site-info {
	padding: 20px 100px;
	text-align: center;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: transparent;
    border: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: transparent;
}

#back-to-top.show {
    opacity: 1;
}
