 /*=======================
Template: fully 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: 'Open Sans';
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	background: #fff;
}
p{
	font-size: 14px;
	line-height: 26px;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.3;
}
h1 {
    font-size: 32px;
    margin: 20px 0;
	font-weight: bold;
}
h2 {
    font-size: 28px;
    margin: 20px 0;
	font-weight: bold;
}
h3 {
    font-size: 20px;
    margin: 18px 0;
	font-weight: bold;
}
h4 {
    font-size: 16px;
    margin: 15px 0;
	font-weight: bold;
}
h5 {
    font-size: 14px;
    margin: 15px 0;
	font-weight: bold;
}
h6 {
    font-size: 12px;
    margin: 15px 0;
	font-weight: bold;
}
.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: #fff;
}
:-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: #fff;
}
.fully-search-form input:-moz-placeholder {
 color: #fff;
}
.fully-search-form input::-moz-placeholder {
 color: #fff;
}
.fully-search-form input:-ms-input-placeholder {  
  color: #fff;
}
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: #c7b773;
}
/*=======================
       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: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    width: 23px;
	z-index: 999;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#header.header-style-02 .rst-menu-trigger{
	right: 0;
	left: 0;
	position: relative;
	transform: none;
	margin: 0px auto;
}
#header.header-style-03 .rst-menu-trigger{
	right: 0;
	left: 0;
	margin: 0px auto;
}
.header-style-03 #inner-header  .container{
	position: relative;
}
.header-logo-top.header-style-01 + .main-slider .fully-main-slider-01,
.header-logo-top.header-style-02 + .main-slider .fully-main-slider-01{
	smargin-top: 30px;
}
#header.header-style-03 .fully-menu-03{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 9999;
}
.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: 14px 15px;
	position: relative;
	line-height: normal;
}
.rst-nav-menu > li:first-child{
	padding-left: 0;
}
.rst-nav-menu  li a{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 22px;
}
.current-menu-item a,.rst-nav-menu  li a:hover,.rst-social-menu li a:hover{
	color: #c7b773;
}
.sub-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 13px;
	z-index: 9999;
	display: none;
}
.menu-border-bottom .sub-menu{
	margin-top: 1px;
}
.menu-border-top-bottom .sub-menu{
	margin-top: 1px;
}
.menu-border .sub-menu{
	margin-top: 1px;
}
.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;
}
.rst-nav-menu .sub-menu li a{
	border-top: 1px solid #eeeeee;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px;
	display: block;
	color: #282828;
}
.sub-menu > li:first-child > a{
	border: none;
}
.rst-social-menu{
	margin: 0 0px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.rst-social-menu li{
	display: inline-block;
	padding: 0px 8px;
}
.rst-social-menu li a{
	color: #282828;
	font-size: 13px;
	text-transform: uppercase;
}
.fully-search-form{
	display: inline-block;
	position: relative;
	margin-left: 15px;
	line-height: 22px;
}
.fully-search-form input{
	border: none;
	height: 18px;
	line-height: 18px;
	background: none;
	font-size: 13px;
	color: #282828;
	padding: 0px;
	width: 135px;
	font-family: 'Droid Serif';
	border-bottom: 1px solid #fff;
	position: relative;
	font-style: italic;
	top: -2px;
}
.fully-search-form button {
    border: medium none;
    color: #313131;
    font-size: 13px;
    width: 20px;
	padding: 0;
	background: none;
	height: 22px;
}
.rst-header-right{
	padding-top: 14px;
	padding-bottom: 14px;
}
.menu-border-top{
	border-top: 1px solid #dddddd;
}
.menu-border-bottom{
	border-bottom: 1px solid #dddddd;
}
.menu-border-top-bottom{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.menu-border{
	border: 1px solid #dddddd;
}
#inner-header{
	padding-top: 60px;
	padding-bottom: 60px;
}
.rst-logo-text h1{
	font-size: 68px;
	line-height: 70px;
	margin: 0;
	padding: 0;
	font-family: 'Old Standard TT';
	font-weight: 400;
	letter-spacing: 5px;
}
.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: 15px;
	font-weight: 400;
	line-height: 20px;
}
.header-dark .header-top{
	background: #303030;
}
.header-style-03.header-dark .header-top{
	background: #303030;
}
.header-dark .rst-social-menu li a{
	color: #fff;
}
.header-dark .current-menu-item > a,.header-dark .rst-nav-menu  li a:hover,.header-dark  .rst-social-menu li a:hover{
	color: #c7b773;
}
.header-dark .fully-search-form input{
	background: none;
	color: #fff;
}
.header-dark .fully-search-form button {
	color: #fff;
}
.header-style-03  .header-top{
	padding: 10px 0 !important;
}
.header-style-03 .rst-social-menu{
	float: left;
}
.header-style-03 .fully-search-form{
	float: right;
}
.header-style-03 .rst-nav-menu > li:last-child{
	padding-right: 0;
}
.sub-menu li{
	text-align: left;
}
.header-style-04 #inner-header {
    position: relative;
}
.header-style-04 + .main-slider{
	margin-top: 0;
}
.header-style-04 .rst-logo {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
	z-index: 999;
	display: inline-block;
}
.header-style-04 .fully-search-form input {
    position: absolute;
    right: 20px;
	height: 20px;
	line-height: 20px;
    top: 0;
    transition: width 0.4s ease-in-out 0s;
    -webkit-transition: width 0.4s ease-in-out 0s;
    -moz-transition: width 0.4s ease-in-out 0s;
	background: #fff;
    width: 0;
}
.header-style-04 .fully-search-form.open input[type="text"],
.rst-header-right-search .fully-search-form.open input[type="text"] {
    width: 150px;
}
.header-style-04 .fully-search-form {
    display: inline-block;
    height: 22px;
    position: relative;
    vertical-align: top;
    width: 20px;
    z-index: 99;
	margin-left: 0;
}
.header-style-04 .rst-social-menu{
	margin-right: 5px;
}
.header-style-04 .nancy-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 998;
	height: 22px;
}
/*content*/
.rst-meta-info h2{
	padding: 0;
	margin: 10px 0 8px;
	font-weight: 400;
	font-family: 'Playfair Display';
	font-size: 32px;
	line-height: 35px;
	color: #282828;
}
.rst-meta-info h2 a{
	color: #282828;
}
.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 30px 0;
}
.rst-inner-meta-info,.rst-inner-meta-info a{
	color: #aaaaaa;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: lato;
	letter-spacing: 1px;
}
.rst-inner-meta-info a:hover,.fully_category_name a:hover{
	color: #c7b773;
}
.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;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}
.fully-read-more:hover{
	background: #282828;
	color: #fff;
}

.fully-post-bottom{
	margin-top: 30px;
}
.author-comment,.author-comment a{
	color: #282828;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
}
.author-comment,.fully-post-bottom-readmore,.fully-share{
	line-height: 16px;
	padding: 12px 0;
}

.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: #c7b773;
}
.social a:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	color: #fff;
}
.rst-inner-post-item-large{
	margin-bottom: 60px;
}
.rst-pagination{
	padding: 40px 0 0;
}
.wp-pagenavi {
    font-size: 0;
}
.wp-pagenavi a, .wp-pagenavi span,.page-links a {
    border-bottom: 1px solid transparent;
    color: #303030;
    display: inline-block;
    font-size: 14px;
    line-height: px;
    margin: 0 10px;
    padding: 0 5px;
    text-align: center;
}
.wp-pagenavi a.next{
	margin-left: 30px;
}
.wp-pagenavi a.prev{
	margin-right: 30px;
}
.wp-pagenavi a i {
    margin-left: 2px;
}
.wp-pagenavi{
	text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span.page-numbers.current {
    color: #c7b773;
	border-color: #c7b773;
}
.navigation a {
    color: #282828;
    display: inline-block;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
    padding: 10px 0px;
    text-transform: uppercase;
	position: relative;
}

.navigation a::after {
    background-color: #282828;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 0;
	-webkit-transition: width 0.6s;
	-moz-transition: width 0.6s;
	transition: width 0.6s;
}
.navigation a:hover::after {
	width: 100%;
	background-color: #c7b773;
}
.navigation a i{
	margin-left: 10px;
	vertical-align: top;
}
.navigation .nav-previous a i{
	margin-left: 0;
	margin-right: 10px;
}
.navigation a:hover{
	color: #c7b773;
}
/*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: auto;
	padding: 15px;
	transition: opacity 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s;
}
.fully_owl_item_info:after{
	background-color: #fff;
	opacity: 0.4;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}
.fully_inner_info{
	display: inline-block;
	padding: 20px 60px;
	position: relative;
	z-index: 1;
	width: auto;
	z-index: 99;
}
.fully_inner_info:after{
	background-color: #fff;
	opacity: 0.9;
	top: 0;
	left: 0;
	content:"";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.fully-main-slider-02 .fully-owl-item{
	margin-left: 2px;
}
.fully_owl_item_info{
	max-width: 75%;
}
.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: #c7b773;
}
.fully_owl_item_info  h4{
	margin: 0;
	padding: 5px 0 10px 0;
	font-weight: 400;
	font-family: "Playfair Display";
	font-size: 24px;
	line-height: 28px;
}
.fully_owl_item_info  h4 a{
	color: #303030;
}
.slick-slide img{
	width: 100%;
}
.slick-arrow.slick-prev,.slick-arrow.slick-next,.owl-controls .owl-prev,.owl-controls  .owl-next{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid  #fff;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(-100%,-50%);
	-webkit-transform: translate(-100%,-50%);
	-moz-transform: translate(-100%,-50%);
	color: #fff;
	display: block;
	left: 0;
	padding: 0;
	font-size: 20px;
	z-index: 9;
	background: none;
	transition: all 0.35s linear;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
}
.slick-slider:hover .slick-arrow.slick-prev{
	transform: translate(30px,-50%);
	-webkit-transform: translate(30px,-50%);
	-moz-transform: translate(30px,-50%);
}
.slick-slider{
	overflow: hidden;
}
.slick-arrow.slick-next,.owl-controls  .owl-next{
	right: 0;
	transform: translate(100%,-50%);
	-webkit-transform: translate(100%,-50%);
	-moz-transform: translate(100%,-50%);
	left: auto;
}
.slick-slider:hover  .slick-arrow.slick-next{
	transform: translate(-30px,-50%);
	-webkit-transform: translate(-30px,-50%);
	-moz-transform: translate(-30px,-50%);
}
.slick-arrow:hover ,.owl-controls  .owl-next:hover,.owl-controls  .owl-prev:hover{
    background: #c7b773;
	border-color: #c7b773;
}
.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 img{
	width: 100%;
}
.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-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: 970px;
	width: 100%;
}
.fully-main-slider-08 .fully_inner_info{
	background: none;
	padding: 0;
}
.fully-main-slider-08 .fully-item:after,.fully-owl-inner:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
	background-color: rgba(0, 0 ,0, 0.25);
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.fully-main-slider-08 .fully-owl-item:hover  .fully_owl_item_info h4 a{
	opacity: 1;
}
.fully-main-slider-08 .fully_owl_item_info h4{
	padding: 5px 0 10px 0;
}
.fully-main-slider-child-08 .fully_owl_item_info{
	width: 100%;
	background: none;
	padding: 0 15px 15px 15px;
	transform: none;
	top: auto;
	bottom: 0;
	left: 0;
}
.fully-main-slider-child-08  .fully_owl_item_info h4{
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	color: #fff;
}
.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;
}
.fully-main-slider-child-08 .fully-owl-item.slick-current .fully-owl-inner:after,.fully-main-slider-child-08 .fully-owl-item:hover .fully-owl-inner:after{
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.fully-main-slider-child-08  .fully_owl_item_info h4 a{
	color: #fff;
}
.fully-main-slider-child-08 .fully-owl-item:hover  .fully_owl_item_info h4 a{
	opacity: 1;
}
.fully-main-slider-08 .fully_owl_item_info{
	padding: 0;
}
.fully-main-slider-08 .fully_owl_item_info::after,.fully-main-slider-child-08 .fully_owl_item_info::after,.fully-main-slider-08 .fully_inner_info::after,.fully-main-slider-09 .fully_owl_item_info::after{
	display: none;
}
.fully-main-slider-08 .fully_category_name{
	color: #fff;
	background: #c7b773;
	padding: 1px 10px 2px 10px;
	display: inline-block;
}
.main-slider .fully-main-slider-08 .fully_category_name a,.main-slider .fully-main-slider-08 .fully_category_name{
	color: #fff !important;
}
.fully-main-slider-08 .fully_owl_item_info h4 a,.fully-main-slider-08 .rst-inner-meta-info,.fully-main-slider-08  .rst-inner-meta-info a{
	color: #fff !important;
}
.header-logo-top.header-style-01 + .main-slider .fully-main-slider-01, .header-logo-top.header-style-02 + .main-slider .fully-main-slider-01,.header-logo-top.header-style-01 + .main-slider .fully-main-slider-03, .header-logo-top.header-style-02 + .main-slider .fully-main-slider-03,.header-logo-top.header-style-01 + .main-slider .fully-main-slider-07, .header-logo-top.header-style-02 + .main-slider .fully-main-slider-07,.header-logo-top.header-style-01 + .main-slider .fully-main-slider-10, .header-logo-top.header-style-02 + .main-slider .fully-main-slider-10,.header-logo-top.header-style-01 + .main-slider 
#fully-main-slider-11, .header-logo-top.header-style-02 + .main-slider #fully-main-slider-11,.header-logo-top.header-style-01 + .main-slider .fully-main-slider-12, .header-logo-top.header-style-02 + .main-slider .fully-main-slider-12{
    margin-top: 30px;
}
.wrapper-box .header-logo-top.header-style-01 + .main-slider,.wrapper-box  .header-logo-top.header-style-02 + .main-slider {
	margin-top: 30px;
}
#fully-main-slider-11{
	overflow: hidden;
}
.wrapper-box .header-logo-top.header-style-01 + .main-slider .fully-main-slider-01,.wrapper-box  .header-logo-top.header-style-02 + .main-slider .fully-main-slider-01,.wrapper-box  .header-logo-top.header-style-01 + .main-slider .fully-main-slider-03,.wrapper-box  .header-logo-top.header-style-02 + .main-slider .fully-main-slider-03,.wrapper-box  .header-logo-top.header-style-01 + .main-slider .fully-main-slider-07,.wrapper-box  .header-logo-top.header-style-02 + .main-slider .fully-main-slider-07,.wrapper-box .header-logo-top.header-style-01 + .main-slider .fully-main-slider-10,.wrapper-box  .header-logo-top.header-style-02 + .main-slider .fully-main-slider-10,.wrapper-box .header-logo-top.header-style-01 + .main-slider #fully-main-slider-11,.wrapper-box  .header-logo-top.header-style-02 + .main-slider #fully-main-slider-11,.wrapper-box .header-logo-top.header-style-01 + .main-slider .fully-main-slider-12,.wrapper-box  .header-logo-top.header-style-02 + .main-slider .fully-main-slider-12{
    margin-top: 0px;
}
.fully-main-slider-03 .fully-owl-item .fully_owl_item_info{
	opacity: 0;
}
.fully-main-slider-03 .fully-owl-item.slick-current  .fully_owl_item_info{
	opacity: 1;
}
.fully-main-slider-05  .fully_category_name a:hover,.fully-main-slider-04   .fully_category_name a:hover{
	color: #303030;
}
.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: #c7b773;
	opacity: 0.6;
	text-indent: -99999px;
	padding: 0;
}
.slick-dots li.slick-active button{
	background: #c7b773;
	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: #c7b773;
}
/*siderbar*/
#sidebar .widget{
	margin-bottom: 30px;
}
#sidebar .widget:last-child{
	margin-bottom: 0;
}
.fully-footer-widget .widget  + .widget{
	margin-top: 45px;
}
.widget .widget-title{
	margin: 0 0 25px 0;
	padding: 0;
	color: #303030;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	line-height: 14px;
	position: relative;
	font-family: "Playfair Display";
	letter-spacing: 1px;
}
.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.sidebar-style-7  .inner-sidebar{
	spadding-right: 4px;	
}
.sidebar-style-7 .widget .widget-title span{
	border: 1px solid #eeeeee;
	position: relative;
	z-index: 9;
	background: none !important;
	padding-top: 16px;
}
.sidebar-style-7 .widget .widget-title:after{
	height: 100%;
	position: absolute;
	width: 100%;
	content: "";
	border: 1px solid #eeeeee;
	left: 3px;
	top: 3px;
}
.sidebar-style-6 .widget .widget-title span{
	background: none;
	padding: 0;
	border: none !important;
}
.sidebar-style-3 .widget .widget-title span{
	background: none;
	padding-top: 0;
	border-bottom: 1px solid #eeeeee;
}
.sidebar-style-4 .widget .widget-title span{
	position: relative;
	background: none;
	padding-top: 0;
}
.sidebar-style-4 .widget .widget-title span:after{
	background: #eeeeee;
	height: 1px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 50px;
}
.sidebar-style-1 .widget .widget-title span{
	background: none;
	border: 1px solid #eeeeee;
}
.sidebar-style-5 .widget .widget-title{
	overflow: hidden;
}
.sidebar-style-5 .widget .widget-title span{
	background: none;
	display: inline-block;
	position: relative;
	padding: 0;
}
.sidebar-style-5 .widget .widget-title span::before, .sidebar-style-5 .widget .widget-title span::after {
    border-top: 1px solid #eeeeee;
    content: "";
    position: absolute;
    right: -180px;
    top: 50%;
    width: 170px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.sidebar-style-5 .widget .widget-title span::before{
    left: -180px;
    right: auto;
}
.widget_about h5{
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: "Playfair Display";
}
.widget_about  p{
	color: #464646;
	margin: 15px 0 0 0;
	padding: 0;
}
.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: #c7b773;
}
.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: 90px;
}
.rst-media-left +.rst-media-body{
	padding-left: 110px;
}
.flickr_badge_image img{
	width: 100% !important;
}
.rst-media-body h4{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
}
.recent-meta-info{
	color: #808080;
	font-size:  12px;
	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: #c7b773;
}
.rst-media-body h4 a{
	color: #282828;
}
.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: #646464;
	padding: 8px 3px;
	display: inline-block;
}
.tagcloud a:hover{
	color: #c7b773;
}

.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;
	border-top: 1px solid #eeeeee; 
	line-height: 20px;
}
.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: #404040;
	font-size: 13px;
	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;
}
.widget_categories ul li a:before,.widget_archive ul li a:before,.widget_pages ul li a:before,.widget_meta ul li a:before,.widget_recent_entries ul li a:before,.widget_nav_menu ul li a:before,.widget_recent_comments ul li:before,.widget_product_categories ul li a:before{
	content: "\f10c";
	font-size: 8px;
	font-family: 'FontAwesome';
	padding-right: 10px;
	color: #c7b773 ;
}
.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: #404040;
	font-size: 13px;
}
.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: #c7b773;
}
.fully-footer-widget .widget_categories ul li a:hover,.fully-footer-widget .widget_archive ul li a:hover,.fully-footer-widget .widget_pages ul li a:hover,.fully-footer-widget .widget_meta ul li a:hover,.fully-footer-widget .widget_recent_entries ul li a:hover,.fully-footer-widget .widget_nav_menu ul li a:hover,.fully-footer-widget .widget_recent_comments ul li a:hover,.fully-footer-widget .widget_product_categories ul li a:hover{
	color: #c7b773;
}
.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,.widget_wysija form input.wysija-input{
	border: 1px solid #eee;
}
.main-search .form-control{
	background: none ;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #282828;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	font-family: "Open Sans";
}
.main-search  .btn-default{
	border: none;
	background: none ;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	height: 45px;
	width: 45px;
	color: #757575;
}
.calendar_wrap table th,.calendar_wrap table td{
	padding: 9px 13px;
	text-align: center;
	border: 1px solid #e1e1e1;
}
.calendar_wrap table td a{
	color: #c7b773;
	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: #c7b773;
	display: block;
}
.fully_category_name{
	line-height: 20px;
	font-family: lato;
}
.fully_category_name a{
	color: #c7b773 !important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}
.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: #c7b773;
}
.bottom-col-3 .col-bottom{
	width: 33.3333%;
	float: left;
}
.bottom-col-2 .col-bottom{
	width: 50%;
	float: left;
}
.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;
}
.bottom-col-1 .col-bottom{
	width: 100%;
}
.rst-inner-post-item-large .fully-exceprt-post > p:first-child::first-letter {
    font-size: 50px;
	font-weight: 600;
	float: left;
	line-height: 50px;
	padding-right: 8px;
	padding-top: 5px;
}
.fully-post-bottom{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: lato;
}
.fully-post-bottom .col-bottom{
	border-left: 1px solid #eee;
	text-align: center;
}
.fully-post-bottom .col-bottom:first-child{
	border-left: none;
}
.rst-inner-post-item-list .rst-meta-info h2{
	font-size: 26px;
	line-height: 30px;
	margin-top: 13px;
}
.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 .fully_category_name{
	color: #c7b773;
	display: block;
	margin-top: 15px;
}
.rst-inner-post-item-grid  .rst-meta-info h2{
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}
.rst-inner-post-item-grid  .fully-exceprt-post{
	margin: 20px 0;
}
.rst-inner-post-item-grid{
	margin-bottom: 60px;
}
.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: 14px;
	border: 1px solid transparent;
	text-transform: uppercase;
	line-height: 16px;
	position: relative
}
.rst-ajax-load-more:hover{
	background: #fff;
	border-color: #282828;
}

.rst-ajax-load-more:focus,.rst-ajax-load-more:active,.rst-ajax-load-more:hover{
	color: #282828;
	background: #fff;
	border-color: #282828;
}

.rst-ajax-load-more i{
	margin-left: 10px;
	font-size: 13px;
	display: none;
}
.rst-load-more {
	smargin-top: 50px;
}
/*template list2*/
.widget-instagram{
	position: relative;
}
.fully-feature-post > h3{
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #282828;
	position:relative;
	font-family: lato;
	margin: 0;
	overflow: hidden;
	letter-spacing: 1px;
	 background: #fff;
    border-radius: 50%;
    font-family: lato;
    font-size: 12px;
    height: 130px;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 130px;
    z-index: 1;
}

.fully-feature-post > h3 span{
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.rst-item-inner-feature-post .rst-meta-info h2{
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 5px 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;
}
.rst-inner-post-item-large-custom{
	margin-bottom: 70px;
}
/*template large no sidebar*/

.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:  #595959;
	position: relative;
	line-height: 16px;	
	overflow: hidden;
	padding: 12px 0;
}
.fully-post-bottom-readmore{
	padding: 0;
}
.fully-post-bottom  .fully-read-more span{
	display: block;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	width: 100%;
}
.fully-post-bottom  .fully-read-more span:first-child {
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
}
.fully-post-bottom  .fully-read-more span:last-child {
    left: 50%;
    position: absolute;
    transform: translateY(200%) translateX(-50%);
    -webkit-transform: translateY(200%) translateX(-50%);
    -moz-transform: translateY(200%) translateX(-50%);
}
.fully-post-bottom  .fully-read-more:hover span:first-child {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
}
.fully-post-bottom  .fully-read-more:hover span:last-child {
    transform: translateY(-100%) translateX(-50%);
    -webkit-transform: translateY(-100%) translateX(-50%);
    -moz-transform: translateY(-100%) translateX(-50%);
}
.fully-post-bottom  .fully-read-more:hover{
	color:  #c7b773;
}
.social a{
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	margin-left: 8px;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	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;  
}
.fully-share span{
	color: #909090;
    font-style: italic;
	font-size: 12px;
	margin-right: 5px;
}
.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: 12px;
	margin: 0 5px;
}
.social a{
	margin-bottom: 5px;
}
.social a{
	margin-left: 0;
}
.list-inline{
	margin: 0 auto;
}
.rst-icon-facebook2{
	color: #4769a5;
}
.rst-icon-twitter2{
	color: #51a3bf;
}
.rst-icon-google-plus2{
	color: #bf3727;
}
.rst-icon-linkedin2{
	color: #2ba3e1;
}
.rst-icon-pinterest2{
	color: #cc2129;
}

.rst-inner-post-item-list-full{
	margin-bottom: 55px;
}
/*page*/
.fully-title-page h1{
	color: #282828;
	font-size: 32px;
	margin: 0 0 30px 0;
	font-family: "Playfair Display";
	font-weight: 400;
}
.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;
	font-family: 'PT Sans';
	font-style: italic;
}
.content-page ul li span{
	display: inline-block;
	width: 105px;
	color: #282828;
	font-style: normal;
	font-size: 14px;
	font-family: "Playfair Display";
}
.comment-form{
	margin-top: 60px;
}
.title-box{
	color: #282828;
	font-size: 16px;
	text-transform:uppercase;
	font-family: "Playfair Display";
	margin: 0 0 30px 0;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 10px;
}
.title-box:after{
	width: 60px;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
	border-bottom: 2px solid #eeeeee;
}
.related-posts .rst-item-inner-feature-post{
	overflow: visible;
}
input.fully-input-form,input.wpcf7-form-control:not(.wpcf7-submit){
	width: 50%;
}
.fully-input-form,.wpcf7-form-control:not(.wpcf7-submit){
	background: none;
    border: 1px solid #eeeeee;
    border-radius: 0;
    box-shadow: none;
    color: #282828;
    font-family: "Open Sans";
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 25px;
    padding: 0 15px;
}
.fully-input-form:focus,.wpcf7-form-control:not(.wpcf7-submit):focus {
    box-shadow: none;
}
textarea.fully-input-form ,textarea.wpcf7-form-control{
    height: 180px !important;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 12px 15px;
    resize: none;
	width: 100%;
}
.wpcf7-form-control-wrap{
	display: block;
}
.fully-input-submit,.wpcf7-submit {
    background: #282828 !important;
    border: none !important;
    border-radius: 0 !important;
    color: #f7f6f3 !important;
    display: inline-block !important;
    font-size: 12px !important;
    height: 33px !important;
    line-height: 33px !important;
    padding: 0 25px !important;
    text-transform: uppercase !important;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.fully-input-submit:hover,.wpcf7-submit:hover{
	background: #c7b773 !important;
}
/*single*/
.rst-meta-info-single h1{
	margin: 8px 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;
}
.fully-post-block{
	border-bottom: 1px solid #eeeeee;
}
.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: #c7b773;
}
.rst_thumbnail blockquote footer{
	margin-top: 10px;
}
.fully-exceprt-post-single p{
	margin: 20px 0;
}
.fully-exceprt-post a{
	color: #c7b773;
}
.fully-exceprt-post a:hover{
	text-decoration: underline;
}
.fully-post-bottom-single{
	padding-top: 15px;
	padding-bottom: 20px;
}
.fully-tags a,.fully-tags{
	color: #909090;
	font-size: 12px;
	font-style: italic;
}
.fully-tags a{
	font-style: normal;
}
.inner-sidebar{
	margin-bottom: 40px;
}
.fully-tags a:hover{
	color: #c7b773;
}
.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;
}
.single .header-logo-bottom #inner-header,.page .header-logo-bottom #inner-header ,.archive .header-logo-bottom #inner-header{
	border-bottom: 1px solid #eeeeee;
}
.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: "Playfair Display";
}
.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: #c7b773;
}
.related-posts{
	margin-top: 65px;
}
.related-posts .title-box{
	margin-bottom: 20px;
}
.related-posts .rst-inner-meta-info{
	margin-bottom: 0;
}
.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: 20px;
    font-weight: 400;
    margin: 0 0 10px;
	line-height: 22px;
    padding: 0;
    text-transform: capitalize;
}
.date-comment {
    color: #909090;
    display: block;
    font-size: 11px;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.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: #c7b773;
	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: 100px;
}
.col-1,.menu-col-1 li {
    width: 100%;
}
.col-2,.menu-col-2 li {
    width: 50%;
}
.col-3 ,.menu-col-3 li{
    width: 30%;
}
.col-4,.menu-col-4 li {
    width: 25%;
}
.col-5 ,.menu-col-5 li{
    width: 20%;
}
.col-6 ,.menu-col-6 li{
    width: 16.6667%;
}
.col-7,.menu-col-7 li {
    width: 14.2857%;
}
.col-8,.menu-col-8 li {
    width: 12.5%;
}
.col-9 ,.menu-col-9 li{
    width: 11.1111%;
}
.col-10 ,.menu-col-10 li{
    width: 10%;
}
.col-11 ,.menu-col-11 li{
    width: 9.0909%;
}
.col-12 ,.menu-col-12 li{
    width: 8.33333%;
}
.col-13,.menu-col-13 li{
    width: 7.692%;
}
.col-14,.menu-col-14 li {
    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: inline-block;
	letter-spacing: 1px;
	font-family: lato;
	position: relative;
}
.fully-footer-social ul li span{
	display: inline-block;
	font-size: 12px;
	padding-left: 25px;
}	
.fully-footer-social ul li a svg{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.fully-footer-social ul li a:hover{
	color: #c7b773 !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: #282828;
	font-size: 13px;
	padding: 22px 0;
}	
.rst-copyright a{
	color: #ad9949;
}
.rst-copyright a:hover{
	opacity: 0.8;
}
.footer-2 .rst-copyright{
	padding: 0;
	text-transform: inherit;
	border-top: 1px solid #eeeeee;
}
.footer-2 .widget-instagram +.rst-copyright{
	margin-top: 0;
}
.widget-instagram +.rst-copyright{
	border: none;
}
.footer-2 .copyright{
	text-transform: inherit;
	color: #797979;
	padding: 22px 0;
}
.footer-2 .main-footer-widget{
	padding-top: 65px;
	padding-bottom: 50px;
}
.footer-2 .fully-footer-social{
	background: none;
	padding: 0;
	margin-bottom: -22px;
}
.footer-2 .fully-footer-social ul{
	padding-left: 25px;
	display: inline-block;
	background: #282828;
	padding-right: 25px;
}
.footer-2 .fully-footer-social ul li{
	border: none;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}
.footer-2 .fully-footer-social ul li a{
	color: #fff;
	font-size: 15px;
}
.footer-2 .fully-footer-social{
	position: relative;
}
.footer-2 .fully-footer-social:after{
	background: #eeeeee;
	height: 1px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.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: #c7b773;
}
.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: 35px;
    font-weight: 400;
    line-height: 40px;
    margin: 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;
}
.header-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;
	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;
}
.header-style-03  #inner-header.sticky {
	padding-bottom: 5px;
    padding-top: 5px;
}
.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: #c7b773;
}
.rst_footer_style_03 .logo-footer {
    margin: 0 0 40px;
}
.logo-footer img{
	max-width: 400px;
	height: auto;
}
#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;
}
.owl-controls .owl-next:hover,.owl-controls .owl-prev:hover{
	background: rgba(255, 255, 255, 0.6);
}
.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{
	border: 1px solid #303030;
    color: #303030;
    font-size: 11px;
    font-weight: 400;
    padding: 8px 20px;
	display: inline-block;
	margin-top: 15px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.fully-main-slider-10 .rst-read-article{
	margin-top: 30px;
}
.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: #222;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
}
.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;
}
.header-style-02 .container{
	position: relative;
}
.header-style-02 .rst-social-menu,.header-style-02 .fully-search-form{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.header-style-02 .rst-social-menu{
	left: 0px;
}
.header-style-02 .fully-search-form{
	right: 0px;
}
.rst-inner-post-item-grid .rst-meta-info .fully_category_name + h2{
	margin-top: 15px;
}
.rst-inner-post-item-grid .rst-meta-info h2{
	margin-top: 20px;
}
.header-style-02 #inner-header  .rst-social-menu li a,.header-style-02 #inner-header .fully-search-form button{
	color: #282828;
}
.header-style-02 #inner-header  .rst-social-menu li a:hover{
	color: #c7b773;
}
.header-style-02 #inner-header .fully-search-form input::-webkit-input-placeholder {
				  color: $value
				}
.header-style-02 #inner-header .fully-search-form input:-moz-placeholder {
  color:#282828;
}
.header-style-02 #inner-header .fully-search-form  input::-moz-placeholder {
  color: #282828;
}
.header-style-02 #inner-header .fully-search-form  input:-ms-input-placeholder {  
   color: #282828;
}
.header-style-02 #inner-header .fully-search-form input{
	border-color: #282828;
	color: #282828;
}
.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*/
@media (min-width: 990px) {
	.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;
}
.inner-newletter .widget_wysija {
	font-size: 0;
}
.inner-newletter .wysija-paragraph{
	position: relative;
	width: 62%;
	display: inline-block;
}
.inner-newletter .shortcode_wysija .wysija-input{
	border: 1px solid #e5e5e5;
	width: 100%;
	background: none;
	color: #aaaaaa;
	font-family: 'lato';
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	padding: 7px 15px

}	

.inner-newletter .wysija-submit{
    background: #e5e5e5;
    display: inline-block;
    margin: 20px auto 0;
    padding: 8px 35px;
	font-family: 'lato';
	text-transform: uppercase;
	border: none;
	font-size: 12px;
    font-weight: 400;
	color: #282828;
	width: 35%;
	vertical-align: top;
	text-align: center;
}

.widget.widget_wysija .wysija-input{
	border: 1px solid #e5e5e5;
	width: 100%;
	background: none;
	color: #aaaaaa;
	font-family: 'lato';
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	padding: 7px 15px
}	
.widget.widget_wysija .wysija-submit{
    background: #c7b773;
    display: inline-block;
    margin: 10px auto 0;
    padding: 8px 35px;
	line-height: 20px;
	font-family: 'lato';
	text-transform: uppercase;
	border: none;
	font-size: 12px;
    font-weight: 400;
	color: #fff;
	text-align: center;
}
.rst-inner-post-item .rst_thumbnail +  .rst-meta-info{
	margin-top: 30px;
}
.sidebar-border .widget {
	position: relative;
}
.sidebar-border .widget .widget-title{

	width: 100%;
	position: absolute;
	top: -8px;
	left: 0;
}
.widget_categories ul li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.widget_categories ul li{
	text-align: right;
	color: #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.widget_categories ul li a{
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}
.archive .fully-title-description {
    background: #f4f4f4;
    margin-bottom: 0;
    padding: 40px 0;
}
.fully-title-description span{
	font-size: 12px;
	position: relative;
	color: #aaaaaa;
    font-family: lato;
	padding: 0 10px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.fully-title-description span::before, .fully-title-description span::after {
    border-top: 1px solid #cdcdcd;
    content: "";
    opacity: 0.6;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}
.fully-title-description span::before {
    left: -50px;
    right: auto;
}
/*copyright*/
.rst-copyright {
	text-align: center;
}
.rst-copyright span {
    border-right: 1px solid #ddd;
    color: #333;
    display: inline-block;
    padding: 0 20px;
}
.rst-copyright span:last-child {
    border-right: none;
}
.rst-copyright span a {
    color: #333;
}
.rst-copyright span a:hover {
    color: #b27f33;
}
@media (max-width: 767px) {
.rst-copyright span {
	border-right: none;
	display: block;
}
}


/*gallery*/

.ie7 .gallery, .ie8 .gallery {
    margin: auto;
}
.gallery .gallery-item {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 6px;
    text-align: center;
}
.ie7 .gallery .gallery-item, .ie8 .gallery .gallery-item {
    padding: 6px 0;
}
.gallery .gallery-caption, .gallery .gallery-icon {
    margin: 0;
}
.gallery .gallery-caption {
    font-size: 13px;
    margin: 4px 0;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.333%;
}
.ie8 .gallery-columns-3 .gallery-item, .ie7 .gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.665%;
}
.gallery-columns-7 .gallery-item {
    width: 14.285%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.111%;
}
.gallery img {
    border: medium none;
    height: auto;
    max-width: 100%;
    padding: 0;
}
.gallery:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
	
.post-password-form input[type="password"]{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 0;
    box-shadow: none;
    color: #282828;
    font-family: "Open Sans";
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 25px;
    padding: 0 15px;
}
.post-password-form input[type="submit"]{
	background: #282828 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #f7f6f3;
    display: inline-block;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    text-transform: uppercase;
    transition-duration: 0.3s;
}


/*gallery*/

.ie7 .gallery, .ie8 .gallery {
    margin: auto;
}
.gallery .gallery-item {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 6px;
    text-align: center;
}
.ie7 .gallery .gallery-item, .ie8 .gallery .gallery-item {
    padding: 6px 0;
}
.gallery .gallery-caption, .gallery .gallery-icon {
    margin: 0;
}
.gallery .gallery-caption {
    font-size: 13px;
    margin: 4px 0;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.333%;
}
.ie8 .gallery-columns-3 .gallery-item, .ie7 .gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.665%;
}
.gallery-columns-7 .gallery-item {
    width: 14.285%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.111%;
}
.gallery img {
    border: medium none;
    height: auto;
    max-width: 100%;
    padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.rst-icon {
    height: 16px;
    width: 16px;
	vertical-align: middle;
	fill: currentColor;
	display: inline-block;
}
