 /*=======================
Template: Akay Blog - HTML Template
Author: Laza Themes
Email: lazathemes@gmail.com
Version: 1.0
Date Created: April. 21, 2015
Latest Updated : April. 21, 2015
=======================
CSS Style Structure
- General
- Page Layout
	- Header
	- 404
	- Single
	- Page
	- Content
	- Category
	- Contact
- Sidebar
	- Author
	- Categories
	- Social
	- Recent Posts
	- Gallery
=======================*/
/*=======================
        General 
=======================*/
html,
body {
	font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	background: #fff;
}
p{
	font-size: 13px;
	line-height: 24px;
}
h1 {
    font-size: 32px;
    line-height: 35px;
    margin: 20px 0;
	font-weight: bold;
}
h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 20px 0;
	font-weight: bold;
}
h3 {
    font-size: 20px;
    line-height: 23px;
    margin: 18px 0;
	font-weight: bold;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
	font-weight: bold;
}
h5 {
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0;
	font-weight: bold;
}
h6 {
    font-size: 12px;
    line-height: 14px;
    margin: 15px 0;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Playfair Display";
}
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
img { max-width: 100%; height: auto; }
::-webkit-input-placeholder {
   color: #373737;
}
:-moz-placeholder { /* Firefox 18- */
   color: #373737;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #373737;  
}
:-ms-input-placeholder {  
   color: #373737;  
}
.fully-search-form input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.fully-search-form input:-moz-placeholder {
 color: #b2b2b2;
}
.fully-search-form input::-moz-placeholder {
 color: #b2b2b2;
}
.fully-search-form input:-ms-input-placeholder {  
  color: #b2b2b2;
}
a:hover ,
a:focus {
	text-decoration: none;
	outline: 0;
}
@media (min-width: 991px) {	
	.rst-grid .col-md-6{
		width: 49.8888%;
	}
	.rst-grid .col-md-4{
		width: 33.3%;
	}
}
iframe {
    max-width: 100%;
    vertical-align: top;
	border: 0;
    width: 100%;
}
a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a:hover{
    color: #c69f73;
}
/*=======================
       Page Layout
=======================*/
.container {
	max-width: 1200px;
	margin: 0 auto;
	width: auto;
}
.rst-thumbnail img {
	width: 100%;
	height: auto;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
#header .rst-menu-trigger {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: none;
    height: 20px;
    margin: 8px 0 0 ;
    padding: 0;
    position: relative;
    left: 15px;
    width: 23px;
	z-index: 999;
	float: left;
}




.rst-menu-trigger span::before, .rst-menu-trigger span::after {
    background: #0b0b0b none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease 0s;
    width: 100%;
}
.header-dark .rst-menu-trigger span::before,.header-dark  .rst-menu-trigger span::after ,.header-dark  .rst-menu-trigger span {
	background: #eeeeee;
}
.rst-menu-trigger span::before {
    transform: translateY(-200%);
}
.rst-menu-trigger span::after {
    transform: translateY(200%);
}
.rst-menu-trigger span {
    -moz-user-select: none;
    background-color: #0b0b0b;
    display: block;
    font-size: 0;
    height: 3px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0s;
    width: 100%;
}
.rst-menu-trigger.exit span::before {
    transform: translateY(0px) rotate(45deg);
}
.rst-menu-trigger.exit span::after {
    transform: translateY(0px) rotate(-45deg);
}
.rst-menu-trigger.exit span {
    background-color: transparent !important;
}
/*=======================
       Header
=======================*/
.rst-nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rst-nav-menu  li{
	display: inline-block;
	padding: 20px;
	position: relative;
	line-height: normal;
}

.rst-nav-menu li a{
	color: #282828;
	font-size: 13px;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 18px;
	font-family: lato;
}
.rst-nav-menu li.current-menu-item a,.rst-nav-menu li a:hover,.rst-social-menu li a:hover,.rst-nav-menu .sub-menu li a:hover{
	color: #c69f73;
}
.rst-nav-menu > .menu-item-has-children > a {
    display: block;
    padding-right: 15px;
    position: relative;
}
.rst-nav-menu > .menu-item-has-children > a::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sub-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	
	box-shadow: 0px 2px 3px rgba(0,1, 1, 0.1);
	-webkit-box-shadow: 0px 2px 3px rgba(0,1, 1, 0.1);
	-moz-box-shadow:  0px 2px 3px rgba(0,1, 1, 0.1);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	display: none;
	padding-top: 2px;
}

.rst-inner-post-item-list2 .rst_thumbnail_quote{
	margin-top: 40px;
}
.nancy-main-menu .sub-menu{
	left: 20px;
}
.rst-nav-menu li:hover > .sub-menu {
    animation: 0.3s ease 0s normal none 1 running fadeInDownMenu;
    display: block;
    z-index: 999;
}
.rst-nav-menu ul.sub-menu .sub-menu {
    left: 100%;
}
.rst-nav-menu ul ul.sub-menu.rst-position-left {
    left: 100%;
    right: auto;
}
.rst-nav-menu ul ul.sub-menu.rst-position-right {
    left: auto;
    right: 100%;
}
.rst-nav-menu ul.sub-menu li:hover > ul.sub-menu {
    top: 0;
}
.rst-nav-menu li ul.sub-menu.rst-check {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: auto;
}
.rst-nav-menu > li:first-child .sub-menu {
	left: 0;
}
.sub-menu li,.nancy-main-menu .rst-nav-menu .sub-menu li{
	margin: 0;
	display: block;
	padding: 0 20px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #fff;
}
.rst-nav-menu .sub-menu li a{
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 0;
	display: block;
	color: #282828;
}
.sub-menu > li:first-child > a{
	padding-top: 25px;
}
.sub-menu > li:last-child > a{
	padding-bottom: 25px;
}
.rst-social-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rst-social-menu li{
	display: inline-block;
	padding-left: 50px;
}
.rst-social-menu li:first-child{
	padding-left: 0;
}
.rst-social-menu li a{
	color: #858585;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: lato;
}
.rst-social-menu li a i{
	padding-right: 6px;
}
.fully-search-form{
	display: inline-block;
	position: relative;
	margin-top: 13px;
	margin-right: 15px;
}
.fully-search-form input{
	border: none;
	height: 32px;
	line-height: 32px;
	background: #f6f6f6;
	font-size: 13px;
	color: #b2b2b2;
	padding: 0px;
	width: 235px;
	border-radius: 18px;
	font-family: 'lato';
	border: none;
	position: relative;
	padding: 0 40px 0 15px;
}
.fully-search-form button {
    border: medium none;
    color: #b2b2b2;
    font-size: 13px;
    width: 40px;
	padding: 0;
	background: none;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}

#inner-header{
	padding-top: 40px;
	padding-bottom: 40px;
}
.rst-logo-text h1{
	font-size: 68px;
	line-height: 70px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 5px;
	font-family: 'Bad Script', cursive;
}
.rst-logo-text a{
	display: inline-block;
	text-align: center;
}
.rst-logo-text h1 a{
	color: #282828;
}
.rst-logo-text h2{
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}


.sub-menu li{
	text-align: left;
}
.header-social{
	background: #f6f6f6;
	padding: 15px 0;
	margin: 0;
}


/*content*/
.rst-meta-info h2,.rst-meta-info h1{
	padding: 0;
	margin: 0 0 20px;
	font-weight: 400;
	font-family: 'Playfair Display';
	font-size: 28px;
	line-height: 30px;
	color: #000;
}
.rst-meta-info h2 a{
	color: #000;
}
.rst-meta-info h2 a:hover{
	opacity: 0.6;
}
.rst-inner-post-item-large .rst-inner-meta-info,
.rst-meta-info-single .rst-inner-meta-info{
	margin: 0 0 20px 0;
}
.rst-inner-meta-info,.rst-inner-meta-info a{
	color: #aaaaaa;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: lato;
	word-spacing: 1px;
}
.fully_inner_info .rst-inner-meta-info,.fully_inner_info .rst-inner-meta-info a{
	color: #fff;
}
.rst-inner-meta-info a:hover,.fully_category_name a:hover{
	color: #c69f73;
}
.owl-theme .owl-controls {
    margin: 0;
}
.fully-exceprt-post{
	color: #646464;
	margin: 30px 0  0 0;
}
.fully-exceprt-post p{
	margin: 0;
	padding: 0;
}
.fully-read-more{
	padding: 0;
	letter-spacing: 5px;
	font-size: 28px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
}
.fully-read-more:hover{
	background: #282828;
	color: #fff;
}
.number-comment{
	color: #999999;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	font-family: lato;
}
.fully-share{
	float: right;
}
.fully-share span{
	color: #999999;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: lato;
}
.fully-post-bottom{
	margin-top: 30px;
	padding-bottom: 10px;
}
.author-comment,.author-comment a{
	color: #282828;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
}


.rst-inner-post-item-grid  .fully-post-bottom-readmore{
	margin: 0;
}
.rst-inner-post-item-grid  .fully-post-bottom{
	padding-bottom: 0;
}
.fully-share a:hover{
	color: #c69f73;
}
.social a:hover{
	color: #c69f73;
}
.rst-inner-post-item-large{
	margin-bottom: 60px;
}
.rst-pagination{
	padding: 20px 0 0;
}
.wp-pagenavi {
    font-size: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    border-bottom: 1px solid transparent;
    color: #999999;
    display: inline-block;
    font-size: 14px;
	font-family: lato;
    line-height: 24px;
    margin: 0 10px;
    padding: 0 5px;
    text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wp-pagenavi a.next{
	margin-left: 30px;
}
.wp-pagenavi a.prev{
	margin-right: 30px;
}
.disabled{
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.wp-pagenavi a i {
    margin-left: 2px;
}
.wp-pagenavi{
	text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span.page-numbers.current {
    color: #c69f73;
	border-color: #c69f73;
}
.navigation {
	text-align: center;
}
.navigation a {
    color: #999999;
    display: inline-block;
    font-size: 12px;
	line-height: 24px;
    font-weight: 400;
    padding: 0;
	margin: 0 15px;
    text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #999999;
}

.navigation a:hover {
	border-color: #c69f73;
}
.navigation a i{
	margin-left: 5px;

}
.navigation .nav-previous a i{
	margin-left: 0;
	margin-right: 5px;
}
.navigation a:hover{
	color: #c69f73;
}
/*slider*/
.fully_owl_item_info{
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	left: 50%;
	margin: 0px auto;
	z-index: 99;
	width: 65%;
	transition: opacity 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s;
}

.fully_inner_info{
	display: inline-block;
	position: relative;
	z-index: 1;
	width: auto;
	z-index: 99;
}
.fully-main-slider-02 .fully-item:after{
	background: rgba(0, 0, 0, 0.25);
	content:"";
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}
.fully-main-slider-02 .fully-owl-item{
	margin-left: 10px !important;
}

.fully-main-slider-02 .fully_owl_item_info{
	opacity: 0;
}
.fully-main-slider-02 .slick-center .fully_owl_item_info{
	opacity: 1;
}
.fully-owl-item{
	position: relative;
}
.fully-owl-item .fully_owl_item_info h4 a:hover{
	opacity: 0.6;
}
.recent-meta-info a:hover{
	color: #c69f73;
}
.fully_owl_item_info h4{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: "Playfair Display";
	font-size: 36px;
	line-height: 40px;
}
.fully_owl_item_info  h4 a{
	color: #fff;
}
.slick-slide img{
	width: 100%;
}
.slick-arrow.slick-prev,.slick-arrow.slick-next,.rst-galleries .owl-nav .owl-prev,.rst-galleries .owl-nav .owl-next{
	height: 40px;
	width: 40px;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform:  translateY(-50%);
	-moz-transform: translateY(-50%);
	color: #fff;
	display: block;
	left: 20px;
	right: auto;
	margin: 0px auto;
	padding: 0;
	font-size: 16px;
	z-index: 9;
	background: #c69f73;
	transition: all 0.35s linear;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	border-radius: 50%;
	border: none;
	line-height: 40px;
	
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	font-weight: 400;
	text-decoration: none;
	margin-left: 6px;
}
.main-slider .slick-arrow.slick-prev,.main-slider .slick-arrow.slick-next{
	opacity: 0;
}
.main-slider .slick-arrow.slick-prev{
	left: -1225px;
	right: 0;
}
.main-slider .slick-slider:hover .slick-arrow.slick-prev{
	left: -1075px;
	opacity: 1;
}
.main-slider .slick-arrow.slick-next{
	left: 1225px;
	right: 0;
}
.main-slider .slick-slider:hover .slick-arrow.slick-next{
	left: 1075px;
	opacity: 1;
}
.slick-slider{
	overflow: hidden;
}
.slick-arrow.slick-next,.rst-galleries .owl-nav .owl-next{
	left: auto;
	right: 20px;
}
.slick-next i,.rst-galleries .owl-nav .owl-next i{
	margin-right: -1px;
}
.slick-prev i,.rst-galleries .owl-nav .owl-prev i{
	margin-left: -1px;
}
.main-slider{
	margin-bottom: 40px;
}
.fully-item-big{
	width: 71%;
	float: left;
}
.fully-item-small{
	width: 29%;
	float: left;
	padding-left: 2px;
}
.fully-item-small  .item-small,.fully-item-big{
	position: relative;
}
.fully-item-small  .item-small{
	margin-top: 2px;
}
.fully-item-small  .item-small:first-child{
	margin: 0 !important;
}
.fully_inner_info2{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	color: #fff;
	padding: 15px 30px;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
}
.rst-post-item:last-child .rst-inner-post-item-large{
	margin-bottom: 60px;
}
.fully_inner_info2 h4{
	font-size: 22px;
	line-height: 30px;
	font-family: "Playfair Display";
	font-weight: 400;
	margin:0 0 0 0;
}
.fully_inner_info2 h4 a{
	color: #fff;
}
.fully-item-small  .fully_inner_info2{
	position: absolute;
	bottom: 12px;
	left: 20px;
	z-index: 99;
	color: #fff;
	padding-left: 0;
	padding-right: 20px;
}
.fully_inner_info2  .rst-inner-meta-info,.fully_inner_info2  .rst-inner-meta-info a{
	color: #fff;
}
.fully-main-slider-child-08 .fully_inner_info2{
	bottom: 10px;
	padding: 0 15px;
}
.fully-main-slider-child-08 .fully_inner_info2 h4{
	font-size: 18px;
	line-height: 23px;
}
.fully-item-small .fully_inner_info2 h4{
	font-size: 18px;
	line-height: 24px;
	margin:0 0 5px 0;
}
.rst_thumbnail{
	overflow: hidden;
    position: relative;
}
.rst_thumbnail a:hover img{
	opacity: 0.7;
}
.rst_thumbnail{
	text-align: center;
}
.fully-main-slider-05 .fully-owl-item .fully-item ,.fully-main-slider-04 .fully-owl-item .fully-item{
	margin: 0 1px;
}
.fully-main-slider-04 .fully-item,.fully-main-slider-05 .fully-item,.fully-item-big .fully-item-slider, .fully-item-small .item-small .fully-small{
	overflow: hidden;
    position: relative;
}
.fully-main-slider-07  .slick-dots{
	position: absolute;
	bottom: 10px;
	right: 30%;
}
.fully-main-slider-08{
	margin-bottom: 1px;
}
.fully-main-slider-child-08  .fully-owl-inner{
	position: relative;
	margin-right: 1px;
}
.fully-main-slider-08 .fully_owl_item_info h4{
	font-size: 32px;
	line-height: 38px;
}
.fully-item{
	position: relative;
}
.rst-inner-meta-info{
	margin-top: 20px;
	margin-bottom: 0;
}
.fully-small{
	position: relative;
}
.fully_inner_info2{
	z-index: 9;
	width: 100%;
}
.fully-main-slider-05 .fully-owl-item .fully-item .fully_inner_info2:after,.fully-main-slider-04 .fully-owl-item .fully-item .fully_inner_info2:after,.fully-item-big .fully-item-slider:after,.fully-item-small .item-small .fully-small:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0px;
	left: 0;
	opacity: 1;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}

.fully-main-slider-03 .fully-owl-item{
	max-width: 885px;
	width: 100%;
}
.fully-main-slider-03 .fully-owl-item.slick-current{
	margin-right: 2px;
}
.fully-main-slider-02 .fully-owl-item{
	max-width: 1170px;
	width: 100%;
}
.fully-owl-inner:after{
	background-color: rgba(0, 0 ,0, 0.3);
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}


.slick-dots{
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	padding: 0px 6px;
}
.slick-dots li button{
	display: inline-block;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	border: none;
	background: #c69f73;
	opacity: 0.6;
	text-indent: -99999px;
	padding: 0;
}
.slick-dots li.slick-active button{
	background: #c69f73;
	opacity: 1;
}
.fully-main-slider-grid .slick-arrow.slick-prev,.fully-main-slider-grid  .slick-arrow.slick-next{
	margin-top: -25px;
}
.fully-main-slider-3 .fully-item-small{
	padding-left: 15px;
}
.fully-item-slider{
	position: relative;
}
.fully-main-slider-3 .fully-item-small .item-small{
	margin-top: 30px;
}
.main-slider{
	overflow: hidden;
}
.fully-main-slider-5 .fully-owl-item{
	width: 800px !important;
}
/*fuature post*/
.rst-item-inner-box-post{
	position: relative;
	overflow: hidden;
}
.rst-item-inner-box-post img{
	width: 100%;
}
.rst-item-inner-box-post .rst-title-box{	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 99;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
}
.rst-inner-title-box{
	display: inline-block;
	position: relative;
	padding: 10px;
	z-index: 99;
}
.rst-inner-title-box::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
}
.rst-item-inner-box-post .rst-title-box h3{
	padding: 12px 40px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	display: inline-block;
	font-family: "Playfair Display";
	position: relative;
	z-index: 99;
}
.rst-item-inner-box-post .rst-title-box h3:after{
	background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.rst-item-inner-box-post img{
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.rst-item-inner-box-post h3{
	color: #383838;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.rst-item-inner-box-post h3:hover{
	color: #c69f73;
}
/*siderbar*/
#sidebar .widget{
	margin-bottom: 50px;
}
#sidebar .widget:last-child{
	margin-bottom: 0;
}
.fully-footer-widget .widget  + .widget{
	margin-top: 45px;
}
.widget .widget-title{
	margin: 0 0 30px 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	line-height: 16px;
	position: relative;
	font-family: "lato";
	letter-spacing: 1px;
	text-transform: uppercase;
}
.widget .widget-title span{
	background: #f2f2f2;
	padding: 10px 0;
	display: block;
}
.sidebar-border .widget {
	border: 1px solid #eeeeee;
	padding: 40px 25px 35px;
	border-top: 0;
}
.sidebar-background .widget {
	padding: 30px 20px;
}


.sidebar-style-3 .widget .widget-title span{
	background: none;
	padding-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #282828;
}

.widget_about h5{
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: "Playfair Display";
	color: #000;
}
.widget_about  p{
	color: #808080;
	margin: 18px 0 0 0;
	padding: 0;
	font-size: 13px;
}
.signature{
	margin-top: 15px;
}
.widget_about ul{
	padding-bottom: 0px;
	margin-bottom: 0;
}
.widget_about ul li{
	margin: 0 5px;
}
.widget_about ul li a{
	color: #313131;
	font-size: 16px;
}
.widget_about ul li a:hover{
	color: #c69f73;
}
.widget_newsletter p,.widget_wysija{
	text-align: center;
}
.widget_newsletter form{
	position: relative;
}
.widget_newsletter form input{
	border: none;
	height: 45px;
	line-height: 45px;
	color: #aaaaaa;
	font-family: 'Open Sans';
	font-size: 12px;
	width: 100%;
	background: #f7f6f3;
	padding: 0 40px 0 15px;
}
.widget_newsletter form button{
	font-size: 14px;
	color: #757575;
	background: none;
	border: none;
	position: absolute;
	height: 45px;
	width: 40px;
	right: 0;
	top: 0;
	line-height: 45px;
}
.widget_newsletter .widget_wysija .wysija-paragraph{
	margin-top: 15px;
}
.widget_newsletter .widget_wysija form {
    position: relative;
}
.widget_newsletter .widget_wysija form input.wysija-input {
    background: none;
    border: medium none;
    color: #282828;
    font-family: "Open Sans";
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    padding: 0 40px 0 15px;
    width: 100%;
}
.widget_newsletter .widget_wysija .wysija-submit {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    color: #757575;
    font-size: 0;
    height: 45px;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
}
.widget_newsletter .widget_wysija .wysija-paragraph {
    margin: 0;
    position: relative;
}
.widget_newsletter .widget_wysija .wysija-paragraph::before {
    color: #757575;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 18px;
}
.widget select{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e1e1e1;
	padding-left: 10px;
}
.formError .formErrorContent {
    display: none;
}
.rst-media-left{
	float: left;
	width: 145px;
}
.rst-media-left +.rst-media-body{
	padding-left: 165px;
}
.flickr_badge_image img{
	width: 100% !important;
}
.rst-media-body h4{
	margin: 8px 0 15px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: "Playfair Display";
	position: relative;
}
.recent-meta-info{
	color: #999999;
	font-size:  12px;
	line-height: 16px;
	margin: 0;
	text-transform: uppercase;
	padding: 0;
	font-family: lato;
}
.recent-meta-info span{
	font-style: italic;
	text-transform: lowercase;
	color: #aaa;
}
.rst-date-info{
	padding-right: 8px;
	padding-left: 8px;
}
.recent-meta-info span,.rst-date-info span,.author-comment span,.fully_category_name span{
	padding-right: 5px;
}
.rst-inner-meta-info .fully_category_name{
	padding: 0;
}
.recent-meta-info a{
	color: #c69f73;
}
.rst-media-body h4 a{
	color: #000;
}
.rst-media-body h4 a:hover{
	opacity: 0.6;
}
.box-recent-post{
	padding: 15px 0;
}
.box-recent-post:first-child{
	border: none;
	padding-top: 0px;
}
.box-recent-post:last-child{
	padding-bottom: 0px;
}
.rst-media-body  .meta-date{
	color: #757575;
	font-size: 11px;
	text-transform: uppercase;
}
.tagcloud{
	font-size: 0;
}
.tagcloud a{
	color: #282828;
	padding: 3px;
	display: inline-block;
	font-family: "Playfair Display";
}
.tagcloud{
	margin-top: -10px;
}
.tagcloud a:hover{
	color: #c69f73;
}

.widget_categories ul,.widget_archive ul,.widget_pages ul,.widget_meta ul,.widget_recent_entries ul,.widget_rss ul,.widget_nav_menu ul,.widget_recent_comments ul,.widget_product_categories ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_categories ul li,.widget_archive ul li,.widget_pages ul li,.widget_meta ul li,.widget_recent_entries ul li,.widget_rss ul li,.widget_nav_menu ul li,.widget_recent_comments ul li,.widget_product_categories ul li{
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
}
.widget_categories ul li:first-child,.widget_archive ul li:first-child,.widget_pages ul li:first-child,.widget_meta ul li:first-child,.widget_recent_entries ul li:first-child,.widget_nav_menu ul li:first-child,.widget_recent_comments ul li:first-child,.widget_product_categories ul li:first-child{
	border: none;
	padding-top: 0;
}

.widget_categories ul li:last-child,.widget_archive ul li:last-child,.widget_pages ul li:last-child,.widget_meta ul li:last-child,.widget_recent_entries ul li:last-child,.widget_nav_menu ul li:last-child,.widget_recent_comments ul li:last-child,.widget_product_categories ul li:last-child{
	padding-bottom: 0;
}
.widget_categories ul li a,.widget_archive ul li a,.widget_pages ul li a,.widget_meta ul li a,.widget_recent_entries ul li a,.widget_nav_menu ul li a,.widget_recent_comments ul li a,.widget_product_categories ul li a{
	color: #000;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	position: relative;
	font-family: "Playfair Display";
}

.widget_categories ul li:first-child a,.widget_archive ul li:first-child a,.widget_pages ul li:first-child a,.widget_meta ul li:first-child a,.widget_recent_entries ul li:first-child a,.widget_nav_menu ul li:first-child a,.widget_recent_comments ul li:first-child a,.widget_product_categories ul li:first-child a{
	padding-top: 0;
}

.widget_rss ul li {
	color: #999999;
	font-size: 14px;
}
.widget_categories ul li a:hover,.widget_archive ul li a:hover,.widget_pages ul li a:hover,.widget_meta ul li a:hover,.widget_recent_entries ul li a:hover,.widget_nav_menu ul li a:hover,.widget_recent_comments ul li a:hover,.widget_product_categories ul li a:hover{
	color: #c69f73;
}

.widget_search .main-search{
	spadding-top: 10px;
}
.textwidget {
	color: #646464;
	font-size: 13px;
	line-height: 25px;
}

.textwidget  p{
	margin: 0 0 25px 0;
}
.textwidget  p:last-child{
	margin: 0;
}
.main-search {
	position: relative;
	width: 100%;
}
.main-search .form-control-input{
	background: #f6f6f6;
    border: medium none;
    border-radius: 18px !important;
    color: #b2b2b2;
    font-family: "lato";
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0 46px 0 18px;
    position: relative;
    width: 100%;
	box-shadow: none;
}

.main-search  .btn-default{
	background: none;
    border: medium none;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    color: #b2b2b2;
    font-size: 13px;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
}
.calendar_wrap table th,.calendar_wrap table td{
	padding: 9px 13px;
	text-align: center;
	border: 1px solid #e1e1e1;
}
.calendar_wrap table td a{
	color: #c69f73;
	font-weight: bold;
}
.calendar_wrap .caption{
	color: #282828;
}
.wp-calendar{
	border-collapse: collapse;
}
/*template list*/
.fully-thumbnail-list{
	width: 270px;
	float: left;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.fully-thumbnail-list + .fully-info-meta{
	padding-left: 300px;
	min-height: 190px;
	padding-top: 13px;
}
.rst-inner-post-item-list .fully_category_name{
	color: #c69f73;
	display: block;
}
.fully_category_name{
	line-height: 16px;
	font-family: lato;
	position: relative;
	padding-bottom: 4px;
	display: block;
	margin-bottom: 21px;
	min-width: 65px;
}
.fully_category_name:after{
	content:"";
	width: 65px;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	background: #c69f73;
}
.rst-inner-post-item-list .fully_category_name:after{
	right: auto;
}
.text-left.fully_category_name:after{
	right: auto;
}
.text-right.fully_category_name:after{
	left: auto;
}

.fully_category_name a{
	color: #c69f73;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}
.fully_inner_info .fully_category_name a,.fully_inner_info .fully_category_name{
	color: #fff;
}
.fully_inner_info .fully_category_name:after{
	background-color: #fff;
}
.rst-date-info span,.fully_category_name span,.author-comment span{
	color: #aaa;
	text-transform: lowercase;
	font-style: italic;
}
.rst-inner-meta-info{
	overflow: hidden;
}
.rst-date-info{
	position: relative;
}
.rst-date-info:before,.rst-date-info:after{
	border-top: 1px solid #cdcdcd;
    content: "";
    position: absolute;
	opacity: 0.6;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 50px;
}
.rst-date-info::before {
    left: -50px;
    right: auto;
}
.fully_category_name{
	color: #c69f73;
}

.rst-inner-post-item-list .rst-date-info,.rst-inner-post-item-list2 .rst-date-info{
	padding-left: 0;
}
.rst-inner-post-item-list  .rst-inner-meta-info,.rst-inner-post-item-list2  .rst-inner-meta-info{
	color: #808080;
}


.fully-post-bottom{
	border-bottom: 1px solid #cccccc;
}

.rst-inner-post-item-list .rst-meta-info h2{
	font-size: 26px;
	line-height: 30px;
}
.rst-inner-post-item-list .fully-exceprt-post{
	margin: 13px 0;
}
.rst-inner-post-item-list .rst-inner-meta-info{
	margin: 0;
}
.rst-inner-post-item-list{
	padding-bottom: 60px;
}
.rst-inner-post-item-list .rst_thumbnail_quote blockquote{
	margin-bottom: 0;
}
/*template list2*/
.rst-inner-post-item-list-big .fully-thumbnail-list{
	width: 50%;
	padding-right: 15px;
	float: left;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.rst-inner-post-item-list .clearfix{
	position: relative;
}
.rst-inner-post-item-list-big  .fully-thumbnail-list + .fully-info-meta{
	padding-left: 50%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.rst-inner-post-item-list-big  .fully-thumbnail-list + .fully-info-meta .rst-meta-info{
	padding-left: 15px;
}
/*template grid*/

.rst-inner-post-item-grid  .rst-meta-info h2{
	font-size: 22px;
	line-height: 26px;
}
.rst-inner-post-item-grid  .fully-exceprt-post{
	margin: 20px 0;
}
.rst-inner-post-item-grid{
	margin-bottom: 45px;
}
.rst-post-item-grid{
	clear: none;
}
.rst-post-item-grid:nth-child(2n) {
    float: left;
}
.rst-post-item-grid.first {
    clear: both;
}
.rst-ajax-load-more{
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	background: #282828;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid transparent;
	text-transform: uppercase;
	line-height: 16px;
	font-family: lato;
	position: relative
}


.rst-ajax-load-more:focus,.rst-ajax-load-more:active{
	color: #fff;
	background: #282828;
}
.rst-ajax-load-more:hover{
	background: #c69f73;
	color: #fff;
}

.rst-ajax-load-more i{
	margin-left: 10px;
	font-size: 13px;
	display: none;
}
.rst-load-more {
	smargin-top: 50px;
}
/*template list2*/
.fully-feature-post > h3{
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #282828;
	position:relative;
	font-family: "Playfair Display";
	margin: 30px 0 24px 0;
	overflow: hidden;
	letter-spacing: 1px;
	
}
.widget-instagram .fully-feature-post > h3{
	margin: 0;
	padding: 30px 0;
}
.fully-feature-post > h3 span{
	position: relative;
}
.fully-feature-post > h3 span::before, .fully-feature-post > h3 span::after {
    border-top: 1px solid #eeeeee;
    content: "";
    height: 1px;
    position: absolute;
    right: -620px;
    bottom: 5px;
    width: 600px;
}
.fully-feature-post > h3 span::before {
    left: -620px;
    right: auto;
}
.rst-item-inner-feature-post .rst-meta-info h2{
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0 0px 0;
}
.related-posts .rst-item-inner-feature-post .rst-meta-info h2{
	font-size: 16px;
	line-height: 22px;
}
.rst-inner-post-item-list2 .fully-thumbnail-list,.rst-inner-post-item-list2 .fully-thumbnail-list + .fully-info-meta{
	width: 50%;
	float: left;
}
.rst-inner-post-item-list2 .fully-thumbnail-list + .fully-info-meta{
	margin-left: 50%;
}
.rst-inner-post-item-list2 .fully-thumbnail-list.fully-thumbnail-list-right + .fully-info-meta{
	margin-left: 0%;
}
.rst-inner-post-item-list2 .fully-thumbnail-list{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.rst-inner-post-item-list2 .fully-thumbnail-list.fully-thumbnail-list-right{
	left: auto;
	right: 0;
}
.rst-inner-post-item-list2 {
	position: relative;
}
.rst-inner-post-item-list2 .fully-thumbnail-list + .fully-info-meta{
	padding-left: 35px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.rst-inner-post-item-list2 .fully-thumbnail-list.fully-thumbnail-list-right + .fully-info-meta{
	padding-right: 35px;
	padding-left: 0px;
}
.rst-inner-post-item-list2 .fully-thumbnail-list  .rst_thumbnail img{
	max-width: none;
	width: auto;
}
.rst-inner-post-item-list2  .rst-meta-info h2{
	font-size: 26px;
	line-height: 30px;
	margin-top: 15px;
}
.rst-inner-post-item-list2 .rst_thumbnail_quote{
	padding-bottom: 20px;
}
.rst-inner-post-item-list2 .fully-exceprt-post{
	margin: 20px 0;
}
.rst-inner-post-item-list2  .fully-exceprt-post{
	line-height: 22px;
}
.pull-right + .fully-info-meta{
	padding-left: 0;
	padding-right: 30px;	
}
.rst-post-item:last-child .rst-inner-post-item-list2{
	margin-bottom: 80px;
}

/*template large no sidebar*/
.fully-main-content-full{
	spadding-left: 195px;
	spadding-right: 195px;
}
.rst-inner-post-item-list-full{
	background: #f8f8f8;
	position: relative;
}
.rst-inner-post-item-list-full .fully-share  a{
	line-height: 40px;
}
.rst-inner-post-item-list-full  .rst-meta-info{
	margin-left: 20px;
	padding-top: 40px;
	margin-right: 37px;
}
.has-sidebar .rst-inner-post-item-list-full  .rst-meta-info{
	margin-left: 0px;
	padding-top: 40px;
	margin-right: 30px;
}
.rst-thumbnail-list-full{
	width: 40%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
}
.format-audio .rst-thumbnail-list-full .rst_thumbnail,.format-gallery .rst-thumbnail-list-full .rst_thumbnail{
	position: static;
	transform: none;
}
.rst-meta-info-list-full{
	padding: 0 0 0 30px;
}
.rst-thumbnail-list-full .rst_thumbnail img{
	width: auto;
	max-width: none;
}
.rst-meta-info-list-full .rst_thumbnail_quote{
	padding-bottom: 20px;
}
.rst-inner-post-item-list-full .slick-arrow{
	sdisplay: none !important;
}
.rst-thumbnail-list-full + .rst-meta-info-list-full{
	width: 60%;
	float: left;
	margin-left: 40%;
	padding: 0 0 0 30px;
}
.rst-inner-post-item-list-full .rst-meta-info h2{
	font-size: 28px;
	line-height: 32px;
	margin: 10px 0;
}
.has-sidebar .rst-inner-post-item-list-full .rst-meta-info h2{
	font-size: 22px;
	line-height: 26px;
}
.rst-meta-info-list-full .fully-share a{
	margin-left: 5px;
}
.rst-meta-info-list-full .fully-share a span{
	display: none;
}
.rst-inner-post-item-list-full .fully-exceprt-post{
	margin: 25px 0 35px 0;
}
.has-sidebar .rst-inner-post-item-list-full  .fully-exceprt-post{
	margin: 25px 0;
}
.rst-inner-post-item-list-full .fully-post-bottom{
	padding-bottom: 40px;
}
.fully-post-bottom  .fully-read-more{
	background: none;
	color:  #c69f73;
	position: relative;
	padding: 0;
}
.fully-post-bottom-readmore{
	padding: 0;
}

.fully-post-bottom  .fully-read-more:hover{
	color:  #c69f73;
}
.social a{
	font-size: 16px;
	text-transform: uppercase;
	color: #313131;
	margin-left: 0;
	display: inline-block;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;  
	-webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;  
}
.social li{
	padding: 0 8px;
}
.fully-share a{
	transition: all 0.4s ease-in-out 0s;  
	-webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;  
	display: inline-block;
	font-size: 14px;
	margin: 0 0 0 10px;
	color: #c69f73;
}
.fully-post-bottom-readmore {
	margin-bottom: 25px;
}

.list-inline{
	margin: 0 auto;
}

.rst-inner-post-item-list-full{
	margin-bottom: 55px;
}
/*page*/
.fully-title-page h1{
	color: #000;
	font-size: 26px;
	margin: 0 0 35px 0;
	font-family: "Playfair Display";
	font-weight: 400;
	line-height: 32px;
}
.content-page img{
	max-width: 100%;
}
.content-page .rst_thumbnail{
	margin-bottom: 35px;
}
.inner-content .title-box{
	margin-top: 60px;
}
.content-page p{
	color: #646464;
	margin: 0 0 20px 0;
}
.content-page ul{
	margin: 0 0 0 45px;
	padding: 0;
	list-style: none;
}
.content-page ul li{
	margin-bottom: 10px;
	color: #646464;
	font-size: 13px;
}

.comment-form-box{
	margin-top: 60px;
}
.title-box{
	color: #282828;
	font-size: 16px;
	text-transform:uppercase;
	font-family: "lato";
	margin: 0 0 30px 0;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
}
.title-box span{
	border-bottom: 1px solid #282828;
	display: inline-block;
	padding-bottom: 10px;
}
.related-posts .rst-item-inner-feature-post{
	overflow: visible;
}


/*single*/
.rst-meta-info-single h1{
	margin: 0 0 20px 0;
}
blockquote, blockquote p{
	font-size: 13px;
}
blockquote{
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 20px 30px;
	border: none;
	text-align: left;
}
blockquote p{
	margin: 0;
	padding: 0;
}
blockquote ,blockquote p{
	font-style: italic;
}
blockquote:before {
    content: "\f10d";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    left: 0px;
    position: absolute;
    top: 3px;
	color: #646464;
}
.rst_thumbnail blockquote:before {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	text-align: center;
	font-size: 25px;
}

.rst_thumbnail blockquote{
	padding-top: 40px;
	text-align: center;
	margin-top: 0;
	font-size: 17px;
	padding-left: 0;
	margin-right: 0px;
	margin-left: 0px;
}
.rst_thumbnail_quote a{
	color: #646464;
}
blockquote footer{
	color: #c69f73;
}
.rst_thumbnail blockquote footer{
	margin-top: 10px;
}
.fully-exceprt-post-single p{
	margin: 20px 0;
}
.fully-exceprt-post a{
	color: #c69f73;
}
.fully-exceprt-post a:hover{
	text-decoration: underline;
}
.fully-post-bottom-single{
	padding-top: 15px;
	padding-bottom: 20px;
}
.fully-tags a,.fully-tags{
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: lato;
    text-transform: uppercase;
}
.fully-tags a{
	letter-spacing: 0px;
}
.inner-sidebar{
	margin-bottom: 40px;
}
.fully-tags a:hover{
	color: #c69f73;
}
.fully-post-blok{
	border-bottom: 1px solid #eeeeee;
}
.author-box img {
    float: left;
    width: 105px;
}
.author-box{
	margin-top: 50px;
}
.author-box .fully-about-info {
    margin-left: 130px;
}
#header{
	border-bottom: 1px solid #ccc;
}
.home #header{
	border: none;
}
.author-box .fully-about-info h3 {
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
	font-family: "lato";
}
.author-box .fully-about-info p {
    color: #464646;
    font-size: 13px;
    line-height: 22px;
}
.author-box .fully-about-info ul{
	margin-bottom: 0;
}
.author-box .fully-about-info li {
    margin-right: 4px;
}
.author-box .fully-about-info li a {
    color: #282828;
    font-size: 14px;
}
.author-box .fully-about-info li a:hover {
    color: #c69f73;
}
.related-posts{
	margin-top: 65px;
}
.related-posts .title-box{
	margin-bottom: 20px;
}
.related-posts .rst-inner-meta-info{
	margin-bottom: 0;
	margin-top: 12px;
}
.related-posts .rst-inner-meta-info{
	text-transform: inherit;
}
.related-posts .rst-inner-meta-info span{
	font-style: italic;
	margin-right: 4px;
}
.related-posts .rst-inner-meta-info time{
	text-transform: uppercase;
}
#comments{
	margin: 60px 0 0 0;
}
.comment-list,.comment-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment .fully-media-left {
    float: left;
    width: 70px;
}
.comment .fully-media-left img{
	border-radius: 50%;
}
.comment .fully-media-body {
    color: #646464;
    font-size: 13px;
    line-height: 22px;
    margin-left: 100px;
    position: relative;
}
.comment .fully-media-body h5 {
    color: #262626;
    font-family: 'Playfair Display';
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
	line-height: 22px;
    padding: 0;
    text-transform: capitalize;
}
.date-comment {
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    margin: 10px 0 0;
	font-family: lato;
    text-transform: uppercase;
	word-spacing: 1px;
}
.comment-reply-link, #cancel-comment-reply-link {
    background: #282828 none repeat scroll 0 0;
    border: medium none;
    color: #fff !important;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
#cancel-comment-reply-link {
    right: 0px;
    top: 0px;
}
.comment-list li.comment {
    margin-bottom: 40px;
}
.comment-list .children {
    margin-left: 30px;
    margin-top: 40px;
}
#content{
	margin-top: 60px;
} 
#header.header-logo-bottom + #content{
	smargin-top: 0px;
} 
.single #sidebar{
	margin-top: 10px; 
}
.single .fully-inner-content-style2  #sidebar{
	margin-top: 40px;
}
.rst-inner-post-item,.rst-item-inner-feature-post {
    overflow: hidden;
}
.rst-inner-post-item .rst_thumbnail img,.rst-item-inner-feature-post .rst_thumbnail img,.rst-item-inner-box-post  .fully-figcaption img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.rst-item-inner-box-post:hover  .fully-figcaption img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
/*author*/
.rst-author-post img{
	float: left;
	width: 200px;
	border-radius: 50%;
}
.rst-author-post img + .info-author-post{
	padding-left: 230px;
	margin-top: 10px;
}
.info-author-post h4{
	color: #282828;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Playfair Display';
	margin: 0 0 18px 0;
	text-transform: capitalize;
}
.info-author-post .description-author{
	color: #646464;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 18px;
}
.info-author-post .description-author p{
	margin: 0;
}
.info-author-post  ul li{
	padding: 0 2px;
}
.info-author-post  ul li a{
	height: 32px;
	line-height: 32px;
	width: 32px;
	border-radius: 2px;
	color: #d9d9d9;
	font-size: 13px;
	display: block;
	background: #282828;
	text-align: center;
}
.info-author-post  ul li a:hover{
	background: #c69f73;
	color: #fff;
}
.rst-author-post{
	padding-bottom: 75px;
	padding-left: 30px;
	padding-right: 30px;
}	
.header-logo-top + #content .rst-author-post{
	padding-top: 75px;
}
/*index box*/
.fully-box{
	background: #f5f5f5;
}
.wrapper-box{
	padding: 0;
	margin: 0px auto;
	background: #fff;
}
.header-container-full{
	padding: 0;
}
#wrapper.wrapper-box #header,#wrapper.wrapper-box .main-slider,#wrapper.wrapper-box #content,#wrapper.wrapper-box .fully-box-custom,#wrapper.wrapper-box .fully-feature-post,#wrapper.wrapper-box .fully-footer-widget{
	spadding: 0 15px;
}
.widget-instagram .fully-feature-post{
	padding: 0 !important;
}
/*footer*/
#footer{
	padding-top: 160px;
}
.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 30%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
.col-6 {
    width: 16.6667%;
}
.col-7 {
    width: 14.2857%;
}
.col-8 {
    width: 12.5%;
}
.col-9 {
    width: 11.1111%;
}
.col-10 {
    width: 10%;
}
.col-11 {
    width: 9.0909%;
}
.col-12 {
    width: 8.33333%;
}
.col-13 {
    width: 7.692%;
}
.col-14 {
    width: 7.1428%;
}
.fully-footer-social ul li.col-block {
    text-align: center;
}
.fully-footer-social ul li.col-block span {
    display: block;
    margin: 0 auto 5px;
}
.fully-footer-social{
	background: #282828;
}
.fully-footer-social-show{
	padding: 12px 0;
}
.fully-footer-social ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.fully-footer-social ul li{
	display: inline-block;
	text-align: center;
	padding: 3px 0;
}

.fully-footer-social ul li a{
	color: #f7f6f3;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	font-family: lato;
}
.fully-footer-social ul li span{
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
}	
.fully-footer-social ul li a:hover{
	color: #c69f73 !important;
}

.widget-instagram{
	position: relative;
}
.title-instagram{
	position: absolute;
	top: 50%;
	text-transform: uppercase;
	left: 50%;
	text-align: center;
	z-index: 999;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.title-instagram span{
	padding: 12px 40px;
	background: #fff;
	color: #282828;
	font-size: 13px;
	display: inline-block;
	letter-spacing: 1px;
}
.rst-copyright{
	color: #999999;
	font-size: 12px;
	padding: 30px 0;
	font-family: lato;
	text-transform: uppercase;
	letter-spacing: 1px;
}	
.rst-copyright a{
	color: #c69f73;
}
.rst-copyright a:hover{
	opacity: 0.8;
}

.widget-instagram +.rst-copyright{
	border: none;
}

.fully-footer-inner-social{
	background: #fff;
	padding: 0;
	position: relative;
	display: inline-block;
	z-index: 9;
}
#instagram-post .item {
    position: relative;
}
.fully_thumbnail_overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.fully_thumbnail_overlay::before, .fully_thumbnail_overlay::after {
    content: "";
    position: absolute;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fully_thumbnail_overlay::after {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 6%;
    left: 6%;
    right: 6%;
    top: 6%;
    transform: scale(0, 1);
    transform-origin: 100% 0 0;
}
.fully_thumbnail_overlay::before {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 6%;
    left: 6%;
    right: 6%;
    top: 6%;
}
#instagram-post .item:hover .fully_thumbnail_overlay {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
#instagram-post .item:hover .fully_thumbnail_overlay::before,#instagram-post .item:hover .fully_thumbnail_overlay::after{
	opacity: 1;
    transform: scale(1);
}
#instaphotos .item:hover img {
    opacity: 0.9;
}
#instaphotos .owl-item:last-child {
    margin-left: -1px !important;
}
.logged-in-as a{
	color: #282828;
}
.logged-in-as a:hover{
	color: #c69f73;
}
.comment-respond{
	position: relative;
}
.fully-title-description{
	margin-bottom: 60px;
	padding: 0 100px 0 100px;
	position: relative;
}
.fully-title-description h2 {
    color: #282828;
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px 0 0 0;
    padding: 0;
}
.fully-title-description h2 span{
	font-size: 18px;
	letter-spacing: 1px;
}
.fully-title-description p{
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0 0 0;
    padding: 0;
}
.content-404  .fully-title-description{
	margin: 0 0 20px 0;
}
.content-404  .fully-title-description h2{
	font-size: 45px;
	line-height: 50px;
}
.content-404  .fully-title-description p{
}
.search .fully-title-description p{
	font-weight: 400;
	margin: 0 0 10px 0;
	font-size: 16px;
}
#instagram-post .item a{
	position: relative;
	display: block; 
}
#instagram-post .item:hover a:after{
	opacity: 1;
}
#instagram-post .item a:after{
	background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s;
    width: 100%;
    z-index: 999;
}
.not-found .page-title{
	font-weight: 400;
	margin-top: 0;
}
.not-found .page-content p{
	margin-bottom: 20px;
}
.fully-main-slider-child-08 .fully-owl-inner{
	cursor: pointer;
}
.fully-thumbnail-list > a{
	width: 100%;
    height: 100%;
	background-size: cover;
    background-position: center center;
    display: inline-block;
	position: relative;
}
/*
.fully-thumbnail-list > a::after {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 999;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	opacity: 0;
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
	top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}
.fully-thumbnail-list > a::before {
    content: "";
    left: 0;
    position: absolute;
    z-index: 999;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	opacity: 0;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
	top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}
.rst-inner-post-item:hover .fully-thumbnail-list > a::before,.rst-inner-post-item:hover .fully-thumbnail-list > a::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
*/
.fully-thumbnail-list .slick-list{
	height: 100% !important;
}
.fully-thumbnail-list  .slick-list,.fully-thumbnail-list  .slick-track {
    height: 100% !important;
}
.fully-thumbnail-list .slick-slide{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.fully-thumbnail-list .rst-galleries,
.fully-thumbnail-list .rst_thumbnail_galleries{
	height: 100%;
}
.description-slider{
	margin-top: 10px;
	height: 70px;
	overflow: hidden;
	color: #fff;
}
.fully-main-slider-08 .description-slider{
	height: auto;
	margin-bottom: 20px;
}
.fully-item-custom .fully-posts-single-description h4{
	margin-top: 0;
}
.description-slider p{
	margin: 0;
	font-size: 13px;
	line-height: 24px;
}
.header-fixed{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.sticky{
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	opacity: 0;
	z-index: 9999;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.header-fixed-show{
	top: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	opacity: 1;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.fully-main-slider-05,.fully-main-slider-04{
	margin-left: -1px;
	margin-right: -1px;
}
.admin-bar .header-fixed-show{
	top: 32px !important;
}

.widget.widget_easy_facebook_page_plugin{
	padding-right: 4px;
	overflow: hidden;
}
.sidebar-border .widget.widget_easy_facebook_page_plugin{
	padding-right: 20px;
}
.sidebar-background .widget.widget_easy_facebook_page_plugin{
	padding-right: 20px;
}
.rst-footer-top{
	padding: 40px 0 35px;
	background-color: #333333;
}
.rst_footer_style_03 .fully-footer-social{
	padding: 0;
	background: #282828;
}
.rst_footer_style_03 .fully-footer-social li{
	padding: 0;
	border: none;
}
.rst_footer_style_03 .rst-copyright{
	background-color: #2c2c2c;
}
.rst_footer_style_03 .fully-footer-social li a{
	color: #666666;
    display: block;
    font-size: 13px;
    margin: 0 15px;
    padding: 16px 10px;
}
.rst_footer_style_03 .rst-nav-menu-footer{
	border-bottom: 1px solid #393939;
    border-top: 1px solid #393939;
    list-style: outside none none;
    margin: 0 0 40px;
    padding: 17px 0;
}
.rst_footer_style_03 .rst-nav-menu-footer li {
    display: inline-block;
    margin: 0 25px;
}
.rst-nav-menu-footer li a {
    color: #999999;
	font-size: 14px;
    text-transform: uppercase;
}
.rst-nav-menu-footer li a:hover,.rst-nav-menu-footer li.current-menu-item a{
	color: #c69f73;
}
.rst_footer_style_03 .logo-footer {
    margin: 0 0 40px;
}

#content-widget-tweets{
	margin: 0;
	padding: 0;
	list-style: none;
}
.jtwt_tweet {
	margin-top: 15px;
}
#content-widget-tweets .jtwt_tweet:first-child{
	margin: 0;
}
.jtwt_tweet .rst-tweet{
	width: 40px;
	float: left;
	font-size: 16px;
}
.content-widget-tweets-slider .jtwt_tweet{
	padding-left: 20px;
	padding-right: 20px;
}
.content-widget-tweets-slider .jtwt_tweet {
	text-align: center;
	margin: 0;
}
.content-widget-tweets-slider .jtwt_tweet .rst-tweet{
	width: auto;
	float: none;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.content-widget-tweets-slider .jtwt_tweet .rst-tweet-right{
	margin-left: 0px;
}
.jtwt_tweet .rst-tweet-right{
	margin-left: 40px;
}
.widget_instagram ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_instagram ul,.lisst-flickr,.lisst-dribbble {
	margin-left: -6px;
	margin-right: -6px;
	margin-top: -12px;
}
.widget_instagram ul li,.lisst-flickr .flickr_badge_image,.lisst-dribbble .dribbble-image{
	width: 33.333%;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
	margin-top: 12px;
}
.widget_instagram ul li a:hover img,.lisst-flickr .flickr_badge_image a:hover img,.lisst-dribbble .dribbble-image a:hover img{
	opacity: 0.8;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
}
.lisst-flickr p{
	padding: 10px;
}
.fully-main-slider-09  .owl-controls .owl-prev,.fully-main-slider-09  .owl-controls .owl-next{
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	top: 0;
	width: 180px;
	background: rgba(255, 255, 255, 0.6);
	text-indent: -99999px;
	border: none;
	height: 100%;
	border-radius: 0;
	padding: 0;
}
.wrapper-box .fully-main-slider-09  .owl-controls .owl-prev,.wrapper-box .fully-main-slider-09  .owl-controls .owl-next{
	width: 100px;
}
.fully-main-slider-09 .owl-controls .owl-next{
    transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}

.fully_owl_item_info_list{
	position: relative;
	top: 0;
	transform: none;
	padding: 0;
	background: #fff;
	width: 100% !important;
	left:0;
	max-width: 100%;
	padding: 20px;
	background: #fff;
	border-left: 1px solid rgb(241, 241, 241);
}
.fully_owl_item_info_list h4{
	font-size: 16px;
    line-height: 22px;
	padding: 5px 0;
}
.fully-main-slider-09{
	border-bottom: 1px solid rgb(241, 241, 241);
}
.blog-post-alt-thumb{
	overflow: hidden;
	position: relative;
}
.fully-main-slider-09 .fully-item img {
    display: block;
}
.fully-main-slider-09 .fully-owl-item:hover .fully-item img {
}
.rst-read-article{
    color: #c69f73;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 30px;
	display: inline-block;
	margin-top: 20px;
	line-height: 36px;
	height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fff;
	border-radius: 20px;
	border:1px solid #fff;
	font-family: lato;
}
.rst-read-article:hover{
	background: #c69f73;
	border-color:  #c69f73;
	color: #fff;
}
.widget-wrap ing{
	max-width: 300px;
}
.blog-post-alt-main-inner{
	position: relative;
	transition: transform 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s;
}
.fully-owl-item:hover .blog-post-alt-main-inner{
    transform: translate(0px, -50px);
    -webkit-transform: translate(0px, -50px);
    -moz-transform: translate(0px, -50px);
}
.blog-post-alt-read-more {
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
}
*, *::after, *::before {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}
.blog-post-alt-thumb-cover {
    background: #fff none repeat scroll 0 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
	width: 100%;
    top: 100%;
	content:"";
    transition: top 0.3s ease 0s, transform 0.3s ease 0s;
    -webkit-transition: top 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s, transform 0.3s ease 0s;
}
.fully-owl-item:hover .blog-post-alt-thumb-cover {
    transform: translate(0px, -50px);
    -webkit-transform: translate(0px, -50px);
    -moz-transform: translate(0px, -50px);
}
@keyframes blogButton {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fully-owl-item:hover .blog-post-alt-read-more {
    animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-name: blogButton;
    -webkit-animation-name: blogButton;
    -moz-animation-name: blogButton;
    opacity: 1;
    visibility: visible;
}
.fully-post-thumb{
	float: left;
	width: 70%;
	position: relative;
}
.fully-post-thumb.hidden-caption-thumb{
	width: 100%;
}
.fully-posts-single-description {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
	margin-top: 30px;
    width: 30%;
}
.view-overlay-bg {
    background: #000;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.fully-post-thumb:hover .view-overlay-bg {
    opacity: 0.3;
    visibility: visible;
}
.fully-posts-single-description h4{
	margin: 18px 0;
	font-size: 34px;
	line-height: 40px;
}
.fully-posts-single-description h4 a{
	color: #000;
}
.fully-posts-single-description .description-slider {
    color: #222;
    height: auto;
    margin-top: 0px;
}
.fully-posts-single-description .rst-read-article{
	border-radius: 0;
	padding: 0 30px;
	height: 34px;
	line-height: 34px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;	
	background: none;
	border: 1px solid #222;
	color: #222;
}
.fully-posts-single-description .rst-read-article:hover{
	background: none;
}
.fully-main-slider-10 .owl-controls {
    bottom: 30px;
    left: 70%;
	margin-left: 30px;
    position: absolute;
}
.fully-main-slider-10 .owl-controls .owl-next,.fully-main-slider-10 .owl-controls .owl-prev{
	background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 24px;
    height: auto;
    left: 0;
    line-height: 1;
    position: static;
    text-align: center;
    transform: translate(0, 0);
    transition: all 0.35s linear 0s;
    width: auto;
    z-index: 9;
	margin-right: 20px;
}
.fully-main-slider-10 .owl-controls .owl-next{
	margin-right: 0;
}
.rst-icon-left-open-big::before {
    content: '\e865';
    font-family: "fontello";
	display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
}
.rst-icon-right-open-big::before {
	content: '\e86f';
    font-family: "fontello";
	display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
}
.fully_owl_item_info.slider-content{
    padding: 25px;
    position: absolute;
    right: 50px;
    width: 360px !important;
	left: auto;
	transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
}
.slider-content.fully_owl_item_info::after{
	opacity: 0.9;
}
.vertical-slider-midde{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.vertical-slider-middle .description-slider{
	color: #222;
	height: auto;
}
.vertical-slider-middle .slider-read-more{
	margin-top: 20px;
}
.vertical-slider-middle .slider-read-more a{
	font-size: 12px;
	font-style: italic;
	color: #222;
	letter-spacing: 0.15em;
}
.vertical-slider-middle .slider-read-more a span{
	padding-left: 5px;
	left: 0;
    position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
	font-size: 13px;
}
.slider-read-more a:hover span {
    left: 5px;
}
.fully-main-slider-12 .slick-dots li{
	padding: 0 5px;
}
.fully-main-slider-12 .slick-dots li button{
	width: 8px;
	height: 8px;
}
.sp-thumbnail-image-container{
	width: 80px;
	float: left;
}
.sp-right-thumbnails{
	margin-left: 0px;
}
#fully-main-slider-11{
	background: #fff;
	margin: 0;
}
.sp-thumbnail-text{
	margin-left:100px;
}
.sp-thumbnail-text h4{
    font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	font-family: "Playfair Display";
	color: #303030;
}
.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container{
	margin: 0;
}
.sp-thumbnail-container{
	border-right: 10px solid #efefef;
}
.sp-thumbnail-container.sp-selected-thumbnail {
    border-color: #ddd;
}
.sp-thumbnail {
    border-top: 1px solid #eee;
    padding-top: 20px;
	padding-left: 30px;
}
.fully_owl_item_info.sp-slide-description{
	position: absolute;
    display: inline-block;
    padding: 20px 30px;
	width: 70%;
	bottom: 30px;
	left: 0;
	right: 0;
	top: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}
.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before{
	width: 5px;
}
.sp-thumbnails-container{
	margin-top:-1px;
}
.sp-arrow{
	height: 30px;
}
.format-audio .fully-thumbnail-list i.fa,.format-audio .rst_thumbnail i.fa{
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 30px;
	z-index: 9999;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.wrapper-box .header-container{
	padding-left: 0;
	padding-right: 0;
}
/*animate slider*/
.fully-main-slider .fully_owl_item_info,.fully-main-slider-02 .fully_owl_item_info,.fully-main-slider-03 .fully_owl_item_info ,.fully-main-slider-08 .fully_owl_item_info{
	opacity: 0;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
	transform: translate(-50%,-70%);
    -webkit-transform: translate(-50%,-70%);
    -moz-transform:  translate(-50%,-70%);
}
.fully-main-slider.loaded-done .fully_owl_item_info,.fully-main-slider-02.loaded-done .slick-center .fully_owl_item_info,.fully-main-slider-03.loaded-done .slick-current .fully_owl_item_info,.fully-main-slider-08.loaded-done .fully_owl_item_info{
    opacity: 1;
}
.fully-main-slider.loaded .slick-active .fully_owl_item_info,
.fully-main-slider-02.loaded .slick-active.slick-current .fully_owl_item_info,
.fully-main-slider-03.loaded .slick-active.slick-current .fully_owl_item_info ,
.fully-main-slider-08.loaded .slick-active .fully_owl_item_info  {
    animation-name: pencitextslider;
    -webkit-animation-name: pencitextslider;
    -moz-animation-name: pencitextslider;
}
@keyframes pencitextslider {
0% {
    opacity: 0;
    transform:  translate(-50%,-70%);
    -webkit-transform: translate(-50%,-70%);
    -moz-transform: translate(-50%,-70%);
}
100% {
    opacity: 1;
    transform:  translate(-50%,-50%);
    -webkit-transform:  translate(-50%,-50%);
    -moz-transform:  translate(-50%,-50%);
}
}
@-webkit-keyframes pencitextslider {
0% {
    opacity: 0;
   transform:  translate(-50%,-70%);
    -webkit-transform: translate(-50%,-70%);
    -moz-transform: translate(-50%,-70%);
}
100% {
    opacity: 1;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform:  translate(-50%,-50%);
}
}
@-moz-keyframes pencitextslider {
0% {
    opacity: 0;
    transform:  translate(-50%,-70%);
    -webkit-transform: translate(-50%,-70%);
    -moz-transform: translate(-50%,-70%);
}
100% {
    opacity: 1;
    transform:  translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
}
@-o-keyframes pencitextslider {
0% {
    opacity: 0;
	transform:  translate(-50%,-70%);
    -webkit-transform: translate(-50%,-70%);
    -moz-transform: translate(-50%,-70%);
}
100% {
    opacity: 1;
    transform:  translate(-50%,-50%);
    -webkit-transform:  translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
}
.fully-main-slider-child-08 .fully_owl_item_info{
	opacity: 1;
}
.sp-slide-description.fully_owl_item_info::after{
	opacity: 0.9;
}
.description-slider-custom{
	color: #fff;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	margin-top: 20px;
}
.description-slider-custom p{
	margin: 0;
	font-size: 13px;
	line-height: 24px;
}
#recentcomments .recentcomments{
	padding: 10px 0;
}
.rst-logo.text-left,.rst-logo.text-right{
	width: 36%;
	display: inline-block;
	vertical-align: middle;
}
.header-anunciar{
	width: 64%;
	display: inline-block;
	padding-left: 30px;
	vertical-align: middle;
}
.inner-header-ads{
	font-size: 0px;
}
.header-anunciar.text-left{
	padding-right: 30px;
	padding-left: 0px;
}
.fully-footer-widget .col-widget-3:first-child aside {
	margin-right: 30px;
}
.fully-footer-widget .col-widget-3 + .col-widget-3 aside {
	margin-right: 15px;
	margin-left: 15px;
}
.fully-footer-widget .col-widget-3:last-child aside {
	margin-left: 30px;
	margin-right: 0px;
}
/*custom col*/

	.fully-main-content.col-md-8{
		width: 72%;
		padding-right: 30px;
	}
	.fully-main-content.col-md-8.pull-right{
		padding-right: 15px;
		padding-left: 30px;
	}
	#sidebar{
		width: 28%;
	}
	#sidebar .inner-sidebar{
		 padding-left: 5px;
	}
	.pull-right + #sidebar .inner-sidebar{
		padding-left: 0px;
		padding-right: 5px;
	}

.header-container-box #inner-header .container{
	padding-left: 0;
	padding-right: 0;
}
.header-fixed{
	margin: 0px auto;
}

.footer-newletter{
	background: #f9f9f9;
}
.inner-footer-newletter{
	max-width: 560px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	color: #282828;
	
}
.inner-footer-newletter h3{
	color: #282828;
    font-size: 38px;
	font-weight: 400;
    line-height: 38px;
	font-family: 'Great Vibes', cursive;
    margin: 0;
    padding: 50px 0 10px;
}

.inner-newletter{
	font-size: 13px;
	color: #707070;
}
.inner-newletter > .shortcode_wysija{
	padding-bottom: 50px;
}

.widget_wysija{
	color: #808080;
	font-size: 13px;
	line-height: 24px;
	position: relative;
}
.widget.widget_wysija .wysija-input{
	background: #f6f6f6;
    border: medium none;
    border-radius: 18px !important;
    box-shadow: none;
    color: #b2b2b2;
    font-family: "lato";
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0 46px 0 18px;
    position: relative;
    width: 100%;
}	
.widget.widget_wysija .wysija-submit{
	background: url(../img/bg_email.png) no-repeat center center;
    border: medium none;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    color: #b2b2b2;
    font-size: 13px;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
	text-indent: -99999px;
	margin: 0;
}
.wysija-paragraph{
	margin-top: 25px;
}
.rst-inner-post-item .rst_thumbnail +  .rst-meta-info{
	margin-top: 25px;
}
.sidebar-border .widget {
	position: relative;
}
.sidebar-border .widget .widget-title{

	width: 100%;
	position: absolute;
	top: -8px;
	left: 0;
}
.widget_categories ul li:after,.widget_product_categories ul li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.widget_categories ul li,.widget_product_categories ul li{
	text-align: right;
	color: #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.widget_categories ul li a,.widget_product_categories ul li a{
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}
.archive .fully-title-description {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 40px 0;
}
.fully-title-description span {
    color: #aaaaaa;
    font-family: lato;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 0 0 6px 0;
    position: relative;
    text-transform: uppercase;
	display: inline-block;
	margin: 0 0 10px 0;
}
.fully-title-description span::after {
    background: #cdcdcd;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
	left: 0;
	margin: 0px auto;
    width: 65px;
	height: 1px;
}

.has-sidebar.fully-main-content{
	padding-top: 8px;
}
.fully-main-slider-05{
	display: none;
}
.fully-main-slider-05.loaded{
	display: block;
}
.fully-main-slider-05 .fully-owl-item .fully-item:hover .fully_inner_info2::after, .fully-main-slider-04 .fully-owl-item .fully-item:hover .fully_inner_info2::after{
	background: rgba(0, 0, 0, 0.5);
}
.footer-top{
	background: #f8f8f8;
	position: relative;
}
.footer-info{
	width: 43%;
	float: left;
	padding-left: 60px;
	padding-right: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	
}
.footer-instagram{
	width: 57%;
	float: right;
	position: relative;
}
.footer-instagram h3{
	background: #fff;
	font-family: lato;
	text-transform: uppercase;
	color: #c69f73;
	font-size:12px;
	font-weight: 400;
	padding: 11px 20px;
	line-height: 16px;
	letter-spacing: 1px;
	margin: 0;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
}
.title-instagram2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 9999;
	left: 0;
}
.footer-instagram #instagram-post .item{
	width: 20%;
	float: left;
	padding-bottom: 1px;
    padding-left: 1px;
}
.logo-footer{
	float: left;
	width: 275px;
	margin-top: 15px;
}
.logo-footer ul{
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.logo-footer ul li{
	display: inline-block;
	padding: 0 7px;
}
.logo-footer ul li a{
	color: #313131;
	font-size: 16px;
}
.logo-footer ul li a:hover{
	color: #c69f73;
}
.footer-text-about{
	margin-left: 320px;
	font-size: 13px;
	color: #303030;
	line-height: 26px;
}
.comment-form input[type="text"],.comment-form input[type="email"],.wpcf7-form-control:not(.wpcf7-submit){
	padding: 8px 0;
	border: none;
	border-bottom: 2px solid #f2f2f2;
	width: 100%;
	background: none;
	color: #999999;
	font-size: 12px;
	font-family: lato;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.comment-form textarea,textarea.wpcf7-form-control{
	padding: 8px 0;
	border: none;
	border-bottom: 2px solid #f2f2f2;
	width: 100%;
	background: none;
	color: #999999;
	font-size: 12px;
	font-family: lato;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
	height: 200px;
	resize: none;
	margin-bottom: 0px;
}
.woocommerce #reviews #comment{
	height: 200px;
}
#reviews #comments{
	margin: 0;
}
.wpcf7-form-control-wrap{
	margin-bottom: 30px;
	display: block;
}
.comment-respond .comment-form  input[type="text"],.comment-respond .comment-form input[type="email"], .comment-respond .comment-form  textarea{
	margin-bottom: 30px;
}
span.wpcf7-not-valid-tip{
	margin-top: 5px;
}
.fully-input-submit,.wpcf7-submit,.comment-form  input[type="submit"],.woocommerce #respond .comment-form  input#submit{
    background: none;
    border: 2px solid  #f2f2f2;
    border-radius: 0;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 33px;
    padding: 0 20px ;
    text-transform: uppercase ;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	letter-spacing: 1px;margin-top: 20px;
	font-weight: 400;
	
}
.fully-input-submit:hover,.wpcf7-submit:hover,.woocommerce #respond .comment-form  input#submit:hover{
	 border-color: #c69f73;
	 color: #c69f73;
	 background: none;
}
.form-submit,.wpcf7-form p{
	text-align: center;
	
}
.inner-contact{
	padding-left: 150px;
	padding-right: 150px;
}
.content-top-contact{
	padding-left: 50px;
	padding-right: 50px;
}
.list-info{
	margin: 50px 0 90px 0;
	padding: 0;
	list-style: none;
}
.list-info li{
	width: 33.33333%;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.col-info-2.list-info li{
	width: 50%;
}
.col-info-1.list-info li{
	width: 100%;
}
.list-info li span{
	display: block;
	margin-bottom: 20px;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	font-family: lato;
}
.wpcf7-form{
	margin-top: 35px;
}
.list-info li span i{
	display: block;
	font-size: 16px;
	padding-bottom: 8px;
}
.content-top-contact{
	smargin-bottom: 90px;
}
.list-info li p{
	display: block;
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	font-family: "Playfair Display";
}
.header-top{	
	background: #fff;
}
.rst_loadingdot > span {
    animation: 1.2s linear 0s normal none infinite running loadingdot;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin: 0 2px;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    width: 6px;
	background-color: #fff;
}
.rst_loadingdot{
	display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	opacity: 0;
}
.rst_loadingdot > span:nth-child(1) {
    animation-delay: 0s;
}
.rst_loadingdot > span:nth-child(2) {
    animation-delay: 0.2s;
}
.rst_loadingdot > span:nth-child(3) {
    animation-delay: 0.4s;
}
.rst_loadingdot > span:nth-child(4) {
    animation-delay: 0.6s;
}
@keyframes loadingdot {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0.75;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.25;
	}
}
@-webkit-keyframes loadingdot {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0.75;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.25;
	}
}

.fully-main-slider-02{
	display: none;
}
.fully-main-slider-02.loaded{
	display: block;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-not-valid{
	color: #f00 !important;
	border-color: #f00 !important;
}
input.wpcf7-not-valid::-webkit-input-placeholder,textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #f00 !important;
}
input.wpcf7-not-valid:-moz-placeholder,textarea.wpcf7-not-valid:-moz-placeholder {
 color: #f00 !important;
}
input.wpcf7-not-valid::-moz-placeholder,textarea.wpcf7-not-valid::-moz-placeholder  {
 color: #f00 !important;
}
input.wpcf7-not-valid:-ms-input-placeholder,textarea.wpcf7-not-valid:-ms-input-placeholder {  
  color: #f00 !important;
}
div.wpcf7-validation-errors{
	background: #f7e700;
	color: #fff;
}
div.wpcf7-mail-sent-ok{
	background: #398f14;
	color: #fff;
}

.grid-item .overlay {
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: opacity 0.4s ease-in-out 0s;
    visibility: visible;
    width: 100%;
    z-index: 3;
}
.rdy_gallery figure .hover-element {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.rdy_gallery figure .hover-element svg {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.rdy_gallery figure .hover-element svg rect:nth-child(1) {
    transform: translateY(0px);
	transition: all 0.4s ease-in-out 0s;  
	-webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;  
}
.rdy_gallery figure{
	position: relative;
}
.rdy_gallery figure .hover-element svg rect:nth-child(2) {
    transform: translateX(0px);
	transition: all 0.4s ease-in-out 0s;  
	-webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;  
}
.rdy_gallery figure .hover-element svg rect:nth-child(3) {
    transform: translateY(0px);
	transition: all 0.4s ease-in-out 0s;  
	-webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;  
}
.rdy_gallery figure .hover-element svg rect:nth-child(4) {
    transform: translateX(0px);
	transition: all 0.4s ease-in-out 0s;  
	-webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;  
}

.rdy_gallery figure:hover svg {
    filter: none;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.rdy_gallery figure:hover .hover-element svg rect:nth-child(1) {
    transform: translateY(20px);
}
.rdy_gallery figure:hover .hover-element svg rect:nth-child(2) {
    transform: translateX(-20px);
}
.rdy_gallery figure:hover .hover-element svg rect:nth-child(3) {
    transform: translateY(-20px);
}
.rdy_gallery figure:hover .hover-element svg rect:nth-child(4) {
    transform: translateX(20px);
}
.grid-item .picture a, .grid-item .picture .img {
    transition: all 0.4s ease 0s;
}
.grid-item .picture a {
    position: relative;
}
.grid-item a, .grid-item .picture {
    backface-visibility: hidden;
    display: block;
    line-height: 0;
    overflow: hidden;
    text-align: center;
}
.grid-item .picture img, .grid-item .picture .img {
    transform: scale(1.08);
    transition: all 0.6s ease 0s;
}
.grid-item .figcaption {
    height: 100%;
    padding: 0 40px 40px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 3;
	cursor: pointer;
}

.grid-item figure:hover .picture img, .grid-item figure:hover .picture .img {
    transform: scale(1);
}

.grid-item figure:hover .overlay {
    opacity: 0.5;
}
.grid-item{
	margin-bottom: 30px;
}
.mfp-figure .mfp-close, .mfp-iframe-holder .mfp-close {
    display: none !important;
}
body.mfp-zoom-out-cur .header-fixed{
	opacity: 0;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
}
.mfp-wrap{
	z-index: 99999;
}
.mfp-close {
    background: #505050 !important;
    height: 72px !important;
    padding-right: 6px;
    right: 0 !important;
    text-align: right;
    top: 0 !important;
    transition: opacity 0.2s ease-out 0s;
    width: 72px !important;
}
.mfp-close:hover {
    filter: none !important;
    opacity: 1 !important;
}
.admin-bar .mfp-close {
    top: 32px !important;
}
.mfp-close::before, .mfp-close::after {
    background-color: #fff;
    content: " ";
    height: 33px;
    left: 50%;
    position: absolute;
    top: 18px;
    width: 1px;
}
.mfp-close::before {
    transform: rotate(45deg);
}
.mfp-close::after {
    transform: rotate(-45deg);
}
.mfp-arrow {
    background-color: #505050 !important;
    height: 90px !important;
    transition: opacity 0.2s ease-out 0s;
}
.mfp-counter {
    right: 50% !important;
}
.mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
    border-right: 21px solid #fff !important;
    margin-left: 30px !important;
}
.mfp-arrow-left::after, .mfp-arrow-left .mfp-a {
    border-right: 21px solid #505050 !important;
    margin-left: 31px !important;
}
.mfp-arrow-right::before, .mfp-arrow-right .mfp-b {
    border-left: 21px solid #fff !important;
}
.mfp-arrow::before, .mfp-arrow .mfp-b {
    border-bottom-width: 21px !important;
    border-top-width: 21px !important;
    filter: none !important;
    opacity: 1 !important;
}
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    border: medium inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 36px;
    margin-top: 24px !important;
    position: absolute;
    top: 0;
    width: 0;
}
.mfp-arrow-right::after, .mfp-arrow-right .mfp-a {
    border-left: 21px solid #505050 !important;
    margin-left: 34px !important;
}
.mfp-arrow::after, .mfp-arrow .mfp-a {
    border-bottom-width: 21px !important;
    border-top-width: 21px !important;
    top: 0 !important;
}
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    border: medium inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 36px;
    margin-top: 24px !important;
    position: absolute;
    top: 0;
    width: 0;
}
.mfp-bg {
    transition: all 0.3s ease-out 0s;
}
.mfp-zoom-in .mfp-with-anim, .mfp-zoom-in .mfp-img, .mfp-zoom-in .mfp-iframe-scaler {
    opacity: 0;
    transform: scale(0.93);
    transition: all 0.2s ease-in-out 0s;
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim, .mfp-zoom-in.mfp-ready .mfp-img, .mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
    filter: none;
    opacity: 1;
    transform: scale(1);
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim, .mfp-zoom-in.mfp-removing .mfp-img, .mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
    opacity: 0 !important;
    transform: scale(0.93) !important;
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-zoom-in .mfp-close, .mfp-zoom-in .mfp-arrow {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.mfp-zoom-in .mfp-figure::after {
    opacity: 0;
    transform: scale(0.93);
    transition: all 0.2s ease-in-out 0s;
}
.mfp-zoom-in.mfp-ready .mfp-figure::after {
    filter: none;
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-figure::after {
    opacity: 0;
    transform: scale(0.93);
}
.mfp-figure::after, .mfp-iframe-scaler iframe {
    box-shadow: 0 10px 70px 20px rgba(0, 0, 0, 0.35) !important;
}
.mfp-zoom-in.mfp-ready .mfp-close, .mfp-zoom-in.mfp-ready .mfp-arrow {
    opacity: 0.65;
}
.mfp-zoom-in.mfp-removing .mfp-close, .mfp-zoom-in.mfp-removing .mfp-arrow {
    opacity: 0;
}
.mfp-zoom-in .mfp-with-anim, .mfp-zoom-in .mfp-iframe-scaler {
    overflow: visible;
}



/*woocommece*/
.container-products{
	padding: 0;
	list-style: none;
}
.rst-post-item-shop h3{
	color: #282828;
	font-size: 20px;
	line-height: 26px;
	font-family: "Playfair Display";
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.rst-post-item-shop a:hover h3{
	opacity: 0.6;
}
.rst_thumbnail-shop{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.rst-post-item-shop .price{
	color: #c69f73;
	font-size: 16px;
	font-family: lato;
	display: block;
	margin: 10px 0 0 0;
} 
.rst-post-item-shop .price ins{
	text-decoration: none;
}
.rst-post-item-shop .price del{
	margin-right: 10px;
}
.woocommerce .star-rating{
	float: none;
    font-family: star;
    font-size: 14px;
    height: 1.2em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 100px;
	letter-spacing: 5px;
	margin-top: 8px;
}
.rst-post-item-shop{
	margin-bottom: 40px;
}
.woocommerce .star-rating span::before{
	color: #c69f73;
}
.woocommerce span.onsale {
    background-color: #c69f73;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    left: auto;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 25px 65px 5px;
    position: absolute;
    right: -73px;
    text-transform: uppercase;
    top: -13px;
    transform: rotate(45deg);
    z-index: 9;
	left: auto;
}
#content-shop{
	position: relative;
}
#content-shop .page-title{
	font-family: "Playfair Display";
	 font-size: 32px;
    font-weight: 400;
    line-height: 35px;
	margin: 0;
	float: left;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
	width: 200px;
	margin: 15px 0 0 0;
	right: 0px;
	text-align: right;
	float: right;
	
}
.container-products{
	padding-top: 35px;
}
.rs-selectbox .rs-select-item.active{
	background: #dfe0e4;
}
.rs-selectbox .rs-select-item:hover, .rs-selectbox .rs-select-item.active:hover {
    background: #d3d3d3;
}
.rs-selectbox .rs-select-options{
	color: #858585;
}
.rs-selectbox .rs-select-options{
	padding: 5px 0;
}
.rs-selectbox .rs-select-item{
	margin: 0 10px;
}
.rs-select-arrow,.rs-select-selected{
	border: none; 
}
div.rs-selectbox{
	background: none;
}
.rs-select-selected{
	box-shadow: none;
	color: #858585;
	font-size: 12px;
	text-transform: uppercase;
	font-family: lato;
}
.rs-selectbox .rs-select-item{
	height: auto;
	line-height: 20px;
}
.rs-select-arrow{
	background-color: none;
}
.rs-textbox:focus, .rs-selectbox-multiple:focus, .rs-selectbox.focus .rs-select-selected{
	border: none;
	box-shadow: none;
}
.rst-post-item-shop.first{
	clear: both;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width: 100%;
	float: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width: 100%;
	float: none;
}
.woocommerce div.product .product_title{
	color: #282828;
	font-size: 24px;
	margin: 25px 0 5px 0;
	padding: 0;
	font-weight: 400;
	font-family: "Playfair Display";
}
.woocommerce .woocommerce-product-rating .star-rating{
	margin: 6px 0 0 0;
}
.woocommerce-review-link{
	color: #c69f73;
}
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 5px;
}
.woocommerce-product-rating{
	margin-top: 2px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #c69f73;
	font-size: 16px;
	font-family: lato;
}
.summary  div[itemprop="description"]{
	margin-top: 20px;
	color: #727272;
	font-size: 13px;
	line-height: 24px;
	padding: 20px 0 10px 0;
	margin-bottom: 30px;
	position: relative;
}
.summary  div[itemprop="description"]:after{
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 1px;
	background: #e5e5e5;
}
.summary  div[itemprop="description"]:before{
	width: 170px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 1px;
	background: #e5e5e5;
}
.woocommerce .quantity .qty {
    border: none;
	background: #f1f1f1;
    color: #282828;
	font-size: 16px;
    line-height: 30px;
    padding: 0 25px 0 0;
    text-align: center;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
	border-radius: 20px;
}
.woocommerce div.product form.cart div.quantity, .product-quantity .quantity, .quick-view .quantity {
    position: relative;
    width: 75px;
	margin-right: 20px;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.plus {
    cursor: pointer;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 25px;
}
.plus i{
	margin-top: 3px;
}
.minus {

    bottom: 0;
    cursor: pointer;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 25px;
}
.summary .product_meta{
	font-size: 13px;
	color: #999999;
	text-transform: uppercase;
}
.summary .product_meta > span{
	display: block;
	margin-bottom: 10px;
	line-height: 13px;
}
.summary .product_meta span span,.summary .product_meta span a{
	color: #555555;
}
.related.products{
	margin: 65px 0 0 0;
}
.related.products h2{
	text-transform: uppercase;
	font-size: 16px;
	color: #282828;
	margin: 0 0 30px 0;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 6px;
	font-family: lato;
	border-bottom: 1px solid #282828;
	line-height: 18px;
	display: inline-block;
}
.related.products .container-products{
	margin-left: -15px;
	margin-right: -15px;
}
.related.products .rst-post-item-shop{
	margin-bottom: 0;
}
.related.products .rst-post-item-shop.first{
	clear: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-color: #ececec;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size: 13px;
	text-transform: uppercase;
	color: #727272;
	padding: 15px 0;
	line-height: 16px;
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	font-size: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	padding: 0 20px;
	margin: 0;
	background-color: #ececec;
	border-color:  #ececec;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding-left: 0;
	margin-bottom: 35px;
}

#tab-description h2,.woocommerce-Reviews-title{
	color: #282828;
	font-size: 24px;
	line-height: 26px;
	font-family: "Playfair Display";
	margin: 0 0  20px 0;
	padding: 0;
	font-weight: 400;
}
#tab-description{
	color: #727272;
}
#tab-description p{
	margin-bottom: 25px;
}
.woocommerce-tabs  .panel{
	background-color: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
#review_form #reply-title{
	border-bottom: 1px solid #282828;
    color: #282828;
    display: inline-block;
    font-family: lato;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0 0 30px;
    padding-bottom: 6px;
    text-align: center;
    text-transform: uppercase;
}
#review_form_wrapper{
	margin: 60px 0 0 0 ;
}
#review_form .comment-respond{
	text-align: center;
}
.woocommerce p.stars a::before{
	color: #c69f73;
}
#review_form .comment-form{
	text-align: left;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	background:none;
    border: none;
    box-shadow: none;
    float: none;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0px;
    position: static;
    top: 0;
    width: 100%;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary,.rst_main_slider_pro{
	margin-bottom: 70px;
}
#reviews .commentlist .meta{
	margin-top: 10px;
}
#reviews .commentlist .meta strong{
	color: #262626;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
#reviews .commentlist .meta time{
	color: #aaaaaa;
    display: inline-block;
    font-family: lato;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    word-spacing: 1px;
}
.sp-thumbnail-container{
	border: none;
}
.sp-left-thumbnails{
	margin-right: 15px;
}
.sp-thumbnail-container{
	margin-bottom: 10px !important;
	position: relative;
}
.sp-thumbnail-container.sp-selected-thumbnail:after{
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
	
}
.sp-slide img{
	width: 100%;
}

.product-stt{
	width: 100px;
	text-align: left;
	padding-left: 30px !important;
}
.product-thumbnail{
	width: 95px;
}
.product-price{
	width: 165px;
	
}
.product-quantity{
	width: 160px;
}
.product-subtotal{
	width: 90px;
}
.product-remove{
	width: 75px;
	text-align: center;
}
.woocommerce a.remove{
	margin: 0px auto;
}
.woocommerce table.shop_table th{
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	color: #282828;
	text-transform: uppercase;
	font-weight: 400;
}
.woocommerce table.shop_table{
	border-color: #eeeeee;
	border-radius: 0;
	margin-bottom: 70px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 95px;
}
.product-name{
	padding-left: 25px !important;
}
.product-name a{
	color: #282828;
	font-size: 18px;
	font-family: "Playfair Display";
}
.product-name a:hover{
	color: #c69f73;
}
.woocommerce table.shop_table td{
	border-color: #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	color: #282828;
	font-family: 'Noto Sans', sans-serif;
}
.woocommerce table.shop_table td.product-price,.woocommerce table.shop_table td.product-subtotal{
	color: #c69f73;
	font-size: 16px;
}
.woocommerce a.remove{
	color: #282828 !important;
	font-size: 20px;
}
.woocommerce a.remove:hover{
	background: none;
	color: #c69f73 !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	 border: 1px solid #c2c2c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 30px;
	height: 30px;
    margin: 0 8px 0 0;
    outline: 0 none;
    padding: 0 12px;
	color: #838383;
	font-style: italic;
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;
	width: 200px !important;
}
 .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: #282828 !important;
    background-image: none;
	font-family: 'Noto Sans', sans-serif;
    border: 0 none;
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    left: auto;
    line-height: 30px;
    margin: 0;
	height: 30px;
    overflow: visible;
    padding: 0 15px !important;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
	text-transform: uppercase;
	opacity: 1 !important;
}
.woocommerce .coupon input.button{
	background-color: #c69f73 !important;
}
.woocommerce .actions input.button{
	margin-right: 30px;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	 background-color: #c69f73 !important;
}
.coupon{
	margin-left: 30px;
}
.cart-collaterals .cart_totals  h2{
	color: #282828;
	font-size: 20px;
	margin: 0 0 14px 0;
	font-family: "Playfair Display";
	line-height: 22px;
	font-weight: 400;
	
}
 .cart-collaterals .cart_totals th{
	 color: #282828;
	 font-size: 13px;
	 text-transform: uppercase;
	 line-height: 16px !important;
	 padding: 25px 0 25px 30px !important;
	 font-family: 'Noto Sans', sans-serif;
	 font-weight: 400 !important;
	 border-right: 1px solid #eeeeee !important;
 }
.cart-collaterals .cart_totals td{
	font-size: 16px !important; 	
	font-family: lato;
	color: #c69f73 !important;
	text-transform: uppercase;
	padding-left: 20px !important;
}	 
.cart-collaterals .cart_totals td strong{
	font-weight: 400;
}
.wc-proceed-to-checkout{
	width: 185px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	 display: block;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout{
	padding: 24px 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	 border: 1px solid #c2c2c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 30px;
	height: 30px;
    margin: 0;
    outline: 0 none;
    padding: 0 12px;
	color: #838383;
	sfont-style: italic;
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;;
}
.woocommerce form .form-row textarea{
	height: 100px;
	line-height: 20px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
	display: block;
    font-weight: 400;
    line-height: 16px !important;
    margin-bottom: 8px;	
}
.woocommerce .rst_thumbnail-shop .button{
	background: rgba(0, 0, 0, 0.3) !important;
	border-radius: 50% !important;
	height: 46px !important;
	width: 46px !important;
	line-height: 43px !important;
	text-align: center;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 0 !important;
	margin: 0 4px !important;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	opacity: 0 !important;
}
.rst_thumbnail-shop .button span{
	position: absolute;
	top: 0;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	left: 100%;
	font-family: 'Noto Sans', sans-serif;
}
.button.quick-view-btn{
	transform: translateX(-150px);
}
.button.add_to_cart_button{
	transform: translateX(150px);
}
.rst-post-item-shop:hover .button.quick-view-btn,.rst-post-item-shop:hover .button.add_to_cart_button{
	transform: translateX(0px);
	opacity: 1 !important;
}
.woocommerce .rst_thumbnail-shop .button:hover{
	background: rgba(0, 0, 0, 1) !important;
}
.action-bottom{
	text-align: center;
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 0 !important;
	width: 100%;
}
.rst_thumbnail-shop .button span{
	display: none;
}
.rst_thumbnail-shop img{
	width: 100%;
}
.woocommerce div.product .summary .single_add_to_cart_button{
	background: none !important;
	color: #c69f73 !important;
	font-family: 'Noto Sans', sans-serif !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	border-bottom: 1px solid #c69f73 !important;
	padding: 3px 0 !important;
	font-weight: 400 !important;
	border-radius: 0 !important;
	margin-top: 4px !important;
	line-height: 13px !important;
	height: auto !important;
}
.woocommerce div.product .summary .single_add_to_cart_button:hover{
	color: #282828;
	border-color: #282828;
}
.minus i{
	position: relative;
	top: -3px;
}
.woocommerce-message::before,.woocommerce-info::before{
	color: #282828;
}
.woocommerce-message,.woocommerce-info{
	border-color: #282828;
}
.woocommerce-billing-fields > h3,.woocommerce-shipping-fields > h3{
	font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
	margin: 20px 0;
}
.select2-container .select2-choice{
	border-color: #c2c2c2;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	padding-left: 12px;
	color: #838383;
}
.woocommerce-checkout-review-order table.shop_table tfoot th,.woocommerce .order_details  tfoot th,.woocommerce .customer_details tbody th{
	font-weight: 400 !important;
	padding-left: 25px;
}
.cart_header{
	color: #282828;
	font-size: 14px;
	font-family: lato;
	border-left: 1px solid #e5e5e5;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 20px;
}
.cart_header i{
	font-size: 18px;
	margin-right: 5px;
}
.woocommerce a.added_to_cart{
	color: #fff;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
	margin: 0;
	vertical-align: sub;
}
.add_to_cart_button.added i{
	display: none;
}




.quick-view {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
.quick-view.visible {
    opacity: 1;
    visibility: visible;
}
.quick-view .mask {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.quickview-wrap {
    left: 50%;
    smax-height: 80%;
    opacity: 0;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 2;
}
.quick-view.visible .quickview-wrap {
    opacity: 1;
    top: 50%;
    visibility: visible;
}
.quick-view .nancy-loading {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    height: 46px;
    left: 50%;
    line-height: 42px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 46px;
}
.quick-view .quick-title > h3 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0 50px 10px 0;
    position: relative;
    text-transform: uppercase;
	font-family: "Playfair Display";
	font-weight: 400;
}
.quickview-inner {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    width: 1070px;
	position: relative;
	margin: 0px auto;
}
.sp-thumbnail-container .sp-thumbnail{
	margin: 0 !important;
}
.woocommerce div.product .quickview-inner  div.images, .woocommerce div.product .quickview-inner  div.summary, .quickview-inner .rst_main_slider_pro
{
	margin: 0;
}
.quickview-inner  .product_title{
	margin: 10px 0 0 0 !important;
}
.quickview-close {
    color: #ccc;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
	z-index: 9999;
}
.woocommerce .order_details li{
	font-size: 12px;
}
.woocommerce .order_details li strong{
	font-size: 14px;
}
.woocommerce-checkout .woocommerce h2,.woocommerce-checkout .woocommerce h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 10px;
    min-width: auto;
    padding: 0 5px;
    text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background: none;
    color: #c69f73;
}
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
}
.woocommerce nav.woocommerce-pagination ul{
	border: none;
	margin: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
	font-weight: 400;
}
 .woocommerce ul.product_list_widget li{
	padding: 15px 0;
}
.woocommerce ul.product_list_widget li:first-child{
	padding-top: 0;
}
.woocommerce ul.product_list_widget li:last-child{
	padding-bottom: 0;
}
.product_list_widget .rst-media-body h4{
	margin-bottom: 5px;
}
.recent-meta-price{
	color: #c69f73;
	font-family: lato;
	font-size: 16px;
	margin-top: 8px;
}
.recent-meta-price ins{
	text-decoration: none;
	margin-left: 10px;
}
 .woocommerce ul.product_list_widget li img{
    float: none;
    height: auto;
    margin-left: 0;
    width: 100%;
 }
.price_slider_amount .price_label{
	font-size: 16px;
	font-family: lato;
	color: #c69f73;
} 

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #282828;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
	height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #c69f73;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	text-align: center;
	background: none;
	top: -6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after{
	content: "\f0da";
	font-size: 16px;
	color: #c69f73;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle:after{
	content: "\f0d9";
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	float: right;
	margin-top: 5px;
}
.price_slider_amount .price_label{
	float: left;
}
.woocommerce-info{
	margin-top: 10px !important;
}
.no-results{
	padding-left: 15px;
	padding-right: 15px;
}