/* Cresta Posts Box PRO Version 1.1.6 */
.crestaPostsBoxContent:before,
.crestaPostsBoxContent:after {
	content: "";
	display: table;
}
.crestaPostsBoxContent:after {
	clear: both;
}
.crestaPostsBox {
	position: fixed;
    max-height: 600px;
	padding: 20px;
	border-style: solid;
	overflow: hidden;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.crestaPostsBox.cresta-slide {
	-o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.crestaPostsBox.cresta-fade {
	opacity: 0;
	-o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.crestaPostsBox.cresta-fade.show {
	opacity: 1;
}
.crestaPostsBox.cresta-bounce {
	-o-transition: all 0.6s cubic-bezier(.42,.66,.14,1.24);
	-moz-transition: all 0.6s cubic-bezier(.42,.66,.14,1.24);
	-webkit-transition: all 0.6s cubic-bezier(.42,.66,.14,1.24);
    transition: all 0.6s cubic-bezier(.42,.66,.14,1.24);
}
.crestaPostsBox.cresta-rotate {
	-o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.crestaPostsBox.cresta-rotate.right {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	opacity: 0;
}
.crestaPostsBox.cresta-rotate.left {
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	opacity: 0;
}
.crestaPostsBox.cresta-rotate.show {
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	opacity: 1;
}
.crestaPostsBox.cresta-zoom {
	-o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	opacity: 0;
}
.crestaPostsBox.cresta-zoom.show {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.crestaBoxName {
	margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.crestaCloseBox {
    display: block;
    position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
    height: 20px;
    cursor: pointer;
	-o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.crestaCloseBox:hover,
.crestaCloseBox:focus {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.crestaCloseBox:before, .crestaCloseBox:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #5b5b5b;
    content: "";
}
.crestaCloseBox:before {
	top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.crestaCloseBox:after {
	bottom: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.crestaBoxImage {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.crestaBoxImage img {
	display: block;
	max-width: 100%;
}
.crestaPostsBoxExcerpt {
	position: relative;
	margin-top: 10px;
	font-weight: normal;
}
.crestaPostsBoxExcerpt:before {
	content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #000000;
    top: -6px;
}
.cresta-nav-previous, .cresta-nav-next {
	font-weight: bold;
}
.crestaPostsBox.hide {
	display: none !important;
	visibility: hidden !important;
}
.crestaPostsBox ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.crestaPostsBox li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.crestaPostsBox.sliderActive #crestaSlider {
  position: relative;
  overflow: hidden;
}

.crestaPostsBox.sliderActive #crestaSlider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.crestaPostsBox.sliderActive #crestaSlider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.crestaPostsBox.sliderActive div.cresta_control_prev, div.cresta_control_next {
	position: absolute;
    top: 11px;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
	-o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.crestaPostsBox.sliderActive div.cresta_control_prev {
	right: 70px;
	border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 15px solid #5b5b5b;
}

.crestaPostsBox.sliderActive div.cresta_control_next {
	right: 40px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #5b5b5b;
}

.crestaPostsBox.sliderActive div.cresta_control_prev:hover,
.crestaPostsBox.sliderActive div.cresta_control_prev:focus,
.crestaPostsBox.sliderActive div.cresta_control_next:hover,
.crestaPostsBox.sliderActive div.cresta_control_next:focus {
	opacity: 0.7;
}

.crestaPostsBoxSeparator {
	width: 100%;
    height: 1px;
    background: #5b5b5b;
    margin: 10px 0 20px;
}

@media all and (max-width: 767px) {
	.crestaPostsBox {
		max-height: 400px;
		width: 100% !important;
		bottom: 0 !important;
	}
}
/*--------------------------------------------------------------
Print Style
--------------------------------------------------------------*/
@media print {
	.crestaPostsBox {
		display: none !important;
	}
}