/*=======================
Template: Portfolio 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: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	color: #808080;
	line-height: 22px;
}

h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0;
	font-weight: bold;
}
h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0;
	font-weight: bold;
}
h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 18px 0;
	font-weight: bold;
}
h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0;
	font-weight: bold;
}
h5 {
    font-size: 16px;
    line-height: 18px;
    margin: 15px 0;
	font-weight: bold;
}
h6 {
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0;
	font-weight: bold;
}
.logged-in header,.page-template-template-home.logged-in .navbar-transparent{
	margin-top: 32px !important;
}
.logged-in  .overlay-menu.active{
	top: 32px;
} 

.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;  
}

a:hover ,
a:focus {
	text-decoration: none;
	outline: 0;
}
}

iframe {
    max-width: 100%;
    vertical-align: top;
	border: 0;
}
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;
}
/*=======================
       Page Layout
=======================*/
#wrapper {
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	width: auto;
}
.rst-thumbnail img {
	width: 100%;
	height: auto;
}


/*=======================
       Header
=======================*/
.rst-logo-text{
	margin: 0;
	padding: 0;
	color: #373737;
	font-size: 32px;
	font-family: 'Josefin Sans';
}
header {
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
}
header .rst-logo{
	float: left;
	padding-top: 6px;
}
header .rst-main-menu{
	float: right;
	margin-right: 20px;
}
header .rst-main-menu #click-menu{
	display: none;
}
header .rst-main-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
header .rst-main-menu > ul > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 20px;
	position: relative;
	padding: 22px 0 18px 0;
}
header .rst-main-menu > ul > li:first-child{
	margin-left: 0;
}
header .rst-main-menu > ul > li > a{
	color: #808080;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}
.rst-nav-menu ul.sub-menu {
    background: #373737;
    left: 0px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 130%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.rst-nav-menu ul.sub-menu .sub-menu{
	top: 10px;
	left: 100%;
	margin-left: 10px;
}
.rst-nav-menu ul.sub-menu li {
	border-top: 1px solid #4f4f4f;
 	margin: 0 15px;
  	padding: 10px 20px 10px 0;
  	text-transform: capitalize;
	position: relative;
}
.rst-nav-menu ul.sub-menu li:first-child{
	border: none;
}
.rst-nav-menu ul.sub-menu li a {
    color: #cccccc;
    display: block;
    font-size: 13px;
    white-space: nowrap;
}
.rst-nav-menu ul.sub-menu li:hover > a {
	color: #fff;
}
.rst-nav-menu li:hover > ul.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.rst-nav-menu ul.sub-menu li:hover > ul.sub-menu{
	top: 0;
}
header .rst-main-menu > ul > li > a:hover,header .rst-main-menu > ul > li.current-menu-item > a{
	color: #373737;
}
header .rst-menu-trigger {
    float: right;
	display: block;
    margin: 0;
    padding: 0;
	border: 0;
	background: none;
    width: 20px;
    margin-top: 20px;
}
.rst-menu-trigger span {
	height: 2px;
	margin: 3px 0;
	width: 100%;
	background: #373737;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	display: block;
}
header .rst-menu-trigger:hover span{
	background: #000;
}



.rst-menu-trigger.exit span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.rst-menu-trigger.exit span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.rst-menu-trigger.exit span {
	background-color: transparent;
}

.home.page-template-template-home-php #content{
	margin-top: 0 !important;
}
.home.blog #content{
	margin-top: 140px;
}
.overlay-menu.active {
    opacity: 1;
    top: 0;
    visibility: visible;
}
.overlay-menu {
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    min-height: 100%;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    display: table;
	top: 0;
}
.overlay-menu-inner {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%; 
}

.navigation-hide {
    color: #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 90px;
    text-align: center;
    top: 44px;
}
.overlay-menu-nav {
    margin: 0 auto 30px;
    max-width: 300px;
}
.overlay-menu-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.overlay-menu-nav ul li{
	padding: 8px 0;
}
.overlay-menu-nav ul li a{
	color: #e5e5e5;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav li ul {
    display: none;
    margin: 5px 0 0px;
    padding: 5px 0;
}
#nav li ul li{
	padding: 0;
}
#nav li ul li a {
    color: #666;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 6px 0;
    text-transform: uppercase;
}
#nav li ul li a:hover,#nav li ul li a.active_nav{
	color: #fff;
}
.overlay-menu-nav ul li a:hover,.overlay-menu-nav ul li a.active_nav{
	text-decoration: underline;
	color: #fff;
}
.overlay-social a{
	color: #e5e5e5;
	font-size: 18px;
	margin-left: 20px;
}
.overlay-social a:hover{
	color: #305891;
}
.overlay-social a:first-child{
	margin-left: 0;
}
.overlay-search{
	width: 100%;
	position: relative;
	max-width: 300px;
	margin: 10px auto 13px;
}
.overlay-search input[type="text"]{
	background: #e5e5e5;
	height: 35px;
	line-height: 35px;
	color: #373737;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border: none;
	font-size: 14px;
	padding: 0;
	width: 0;
	transition: width 0.3s ease-in-out 0s;
	-moz-transition: width 0.3s ease-in-out 0s;
	-webkit-transition: width 0.3s ease-in-out 0s;
}
.overlay-search button{
	color: #e5e5e5;
	font-size: 20px;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	text-align: center;
	width: 25px;
	background: none;
	border: none;
	padding: 0;
	left: 0;
	margin: 0px auto;
}
.overlay-search .open button{
	left: auto;
	margin: 0px;
}
.overlay-search button i{
	line-height: normal;
}
.rst-search.open input[type="text"]{
	width: 100%;
	padding: 0 25px 0 10px;
}
.rst-search.open button{
	color: #000;
}
.navbar-transparent{
    padding-bottom: 25px;
    padding-top: 25px;
}
.home.page-template-template-home-php .navbar-transparent,.page-template-template-home .navbar-transparent{
	margin: 0;
	padding: 45px 0;
	background: none;
	border: none;
}
.home.page-template-template-home-php .navigation-hide,.page-template-template-home .navigation-hide{
	top: 62px;
}
.overlay-menu2 .navigation-hide{
	top: 20px !important;
}
.rst-logo2{
	padding-bottom: 6px;
}
#content{
	padding-top: 60px;
	margin-top: 103px;
	background: #fff;
	position: relative;
	padding-bottom: 70px;
}
.single #content{
	padding-top: 65px;
}
.single.single-projects #content{
	padding-top: 60px;
}
.home.page-template-template-home-php #content{
	padding-top: 155px;
}
.home.page-template-template-home-php #content.no-slider{
	padding-top: 155px;
}
/*=======================
       slider
=======================*/
.main-slider{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.royalSlider .container{
	position: absolute;
	bottom: 115px;
	left: 0;
	right: 0;
	top: auto;
	margin: 0px auto;
}
.rst-slider-item{
	max-width: 570px;
	width: 100%;
}
.rst-slider-item h1{
	color: #2c2c2c;
	font-size: 30px;
	margin: 0 0 17px 0;
	padding: 0 0 30px 0;
	font-weight: 400;
	position: relative;
	letter-spacing: 2px;
}

.rst-slider-item h1::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 7px;
	background: url('../img/bg_title_page.png') no-repeat center left;
	bottom: 0;
	left: 0;
}
.rst-slider-item.text-right h1::after{
	left: auto;
	right: 0;
	background: url('../img/bg_title_page_right.png') no-repeat center right;
}
.rst-slider-item p{
	margin: 0;
	padding: 0;
	color: #373737;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}

.rsArrowIcn{
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	position: absolute;
	top: 47%;
}
.rsArrowLeft .rsArrowIcn{
	background: url('../img/arrow.png') no-repeat left center;
	left: 10px;
}
.rsArrowLeft .rsArrowIcn:hover{
	background: url('../img/arrow_hover.png') no-repeat left center;
}
.rsArrowRight .rsArrowIcn{
	background: url('../img/arrow.png') no-repeat right center;
	right: 10px;
}
.rsArrowRight .rsArrowIcn:hover{
	background: url('../img/arrow_hover.png') no-repeat right center;
}

#full-width-slider {
  width: 100%;
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

/*=======================
       content
=======================*/
.rst-tab-grid ul{
	margin: 0px 0 50px 0 ;
	padding: 0;
	list-style: none;
}
.main-content .rst-tab-grid ul{
	margin-top: 0;
}
.rst-tab-grid ul li{
	display: inline-block;
	*display: inline-block;
	zoom: 1;
	margin-left: 35px;
}
.rst-tab-grid ul li:first-child{
	margin-left: 0;
}
.rst-tab-grid ul li a{
	color: #373737;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	display: block;
}
.rst-tab-grid ul li a.current::after{
	position: absolute;
	content: "";
	height: 7px;
	width: 7px;
	background: url('../img/bg_active_tab.png') no-repeat center;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0px auto;
}
.rst-select-grid{
	max-width: 370px;
	width: 100%;
	margin-bottom: 45px;
	display: none;
}
.rst-select-grid div.rs-selectbox{
	height: 40px;
	line-height: 40px;
	background: #f1f1f1;
}
.rst-select-grid .rs-select-selected{
	border: none;
    box-shadow: none;
    padding-left: 20px;
}
.rst-select-grid .rs-select-value{
	height: 40px;
	padding-right: 40px;
	color: #373737;
	font-size: 14px;
	text-transform: uppercase;
}
.rst-select-grid .rs-select-arrow {
    background: #f1f1f1 url("arrow.png") no-repeat scroll center center;
    border-left: none;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
}
.rs-selectbox .rs-select-item{
	height: auto;
	line-height: 16px;
	padding-left: 16px;
}
.rs-selectbox .rs-select-options,.rs-selectbox.expanded .rs-select-inner{
	z-index: 99999;
}
.rst-thumnnail img{
	width: 100%;
	display: block;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.rst-thumnnail{
	position: relative;
	overflow: hidden;
}
.rst-thumnnail-zoom:hover img{
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.entry-hover{
	background: url('../img/bg_hover_team.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    opacity: 0;
    z-index: 998;
}
.entry-hover-widget{
	background: url('../img/bg_hover.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    opacity: 0;
    z-index: 998;
}
.rst-thumnnail:hover .entry-hover{
	opacity: 1;
}


.rst-thumnnail .rst-inner-post-item{
    transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0px;
    text-align: center;
    opacity: 0;
    z-index: 999;
}
.rst-thumnnail:hover .rst-inner-post-item{
	opacity: 1;
}
.rst-post-item{
	margin-bottom: 30px;
}
.rst-thumnnail .rst-inner-post-item .entry-title{
	margin: 0 70px;
	padding: 0 0 20px 0;
	font-weight: normal;
	font-weight: 18px;
	position: relative;
	opacity: 0;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.column-3 .rst-thumnnail .rst-inner-post-item .entry-title{
	margin: 0 40px;
}

.rst-thumnnail .rst-inner-post-item .entry-title a{
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	color: #373737;
	display: block;
	letter-spacing: 1px;
}
.rst-thumnnail .rst-inner-post-item .entry-title::after{
	position: absolute;
	content: " ";
	bottom: 0;
	right: 0;
	left: 0;
	background: url('../img/img_border_404.png') no-repeat center;
	height: 7px;
	width: 50px;
	margin: 0 auto;
}
.rst-thumnnail .rst-inner-post-item .rst-categories{
	font-style: italic;
	font-weight: 400;
	margin-top: 15px;
	color: #373737;
	font-size: 14px;
	opacity: 0;
	transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.rst-thumnnail:hover .entry-title, .rst-thumnnail:hover .rst-categories{
    opacity: 1 !important;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
.rst-thumnnail .rst-inner-post-item .rst-categories a{
	color: #373737;
	font-size: 14px;
}


.rst-page-navi a:hover{
	background: #373737;
	color: #fff;
}
.rst-load-more {
    text-align: center;
}
.newer-post{
	float: left;
}
.older-post{
	float: right;
}
.rst-ajax-load-more,.rst-pagging a,.rst-ajax-load-more-project {
    background: #f1f1f1;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    color: #373737;
    text-transform: uppercase;
    font-weight: 300;
}
.rst-ajax-load-more:focus,.rst-pagging a:focus,.rst-ajax-load-more-project:focus{
	color: #373737;
}
/*=======================
       Footer
=======================*/
footer {
	background: #f1f1f1;
	text-align: center;
	padding: 65px 0 60px;
	
}
.rst-social {
	padding-bottom: 20px;
}
.rst-social a {
	font-size: 17px;
	color: #808080;
	margin: 0 5px;
	border: 1px solid transparent;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
	height: 30px;
    line-height: 26px;
    width: 30px;
}

.rst-social a:hover {
    border: 1px solid #7f7f7f;
}
.rst-copyright{
	padding-top: 20px;
	color: #686868;
	font-size: 16px;
	font-weight: 300;
	position: relative;
}
.rst-copyright:before {
    content: " ";
    height: 7px;
    width: 50px;
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
	background: url('../img/img_border_footer.png') no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.rst-social a:hover{
	color: #305891;
}
.rst-icon-facebook:hover { color: #305891 !important;}
.rst-icon-google-plus:hover { color: #ce4d39 !important; }
.rst-icon-twitter:hover { color: #2ca8d2  !important;}
.rst-icon-dribbble:hover { color: #384853  !important;}
.rst-icon-behance:hover { color: #2A5B83  !important;}
.rst-icon-pinterest:hover { color: #DD2C28 !important; }


/*=======================
       Project
=======================*/
.rst-title-page{
	margin-bottom: 40px;
	color: #373737;
	font-size: 16px;
	line-height: 25px;
	padding: 0;
	font-weight: 300;
}
.rst-title-page h1{
	color: #373737;
	font-size: 36px;
	margin: 0 0 18px 0;
	padding: 0 0 35px 0;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
}
.rst-title-page h1::after{
	position: absolute;
	content: "";
	width: 25px;
	height: 7px;
	background: url('../img/bg_title_page.png') no-repeat center left; 
	bottom: 0;
	left: 0;
}
.rst-title-page p{
	color: #373737;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

/*=======================
       Blog
=======================*/
.rst-inner-post-item-blog{
	padding: 30px 0 25px 0;
}
.rst-inner-post-item-search{
	padding-top: 25px; 
}
.rst-inner-post-item-blog h3{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 400;
}
.rst-inner-post-item-blog h3 a{
	color: #373737;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}
.rst-inner-post-item-blog h3 a:hover{
	color: #808080;
}
.rst-inner-post-item-blog .meta-info{
	padding: 0 0 25px 0;
	position: relative;
	font-size: 0;
	margin-bottom: 18px;
}
.rst-inner-post-item-blog .meta-info::after{
	position: absolute;
	content: "";
	width: 39px;
	height: 7px;
	background: url('../img/bg_title_page.png') no-repeat center left; 
	bottom: 0;
	left: 0;
}
.meta-info span{
	font-style: italic;
	color: #808080;
	font-size: 13px;
	display: inline-block;
	margin-left: 13px;
	padding-left: 20px;
	background: url('../img/bg_meta_info.png') no-repeat center left;
}
.meta-info span:first-child{
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.rst-inner-post-item-blog .rst-post-excerpt{
	margin-bottom: 20px;
}
.rst-inner-post-item-blog .rst-post-excerpt p{
	color: #909090;
	font-size: 14px;
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 24px;
}
.rst-inner-post-item-blog .rst-readmore{
	color: #373737;
	font-size: 14px;
}
.rst-inner-post-item-blog .rst-readmore:hover{
	color: #8d8d8d;
}
.rst-page-navi-blog{
	margin-top: 10px;
}
.wp-pagenavi{
	font-size: 0;
	padding: 15px 0 0 0;
}
.wp-pagenavi a,.wp-pagenavi span{
	width: 36px;
	height: 36px;
	color: #808080;
	font-size: 14px;
	line-height: 36px;
	background: url('../img/bg_paging.png') no-repeat center top;
	display: inline-block;
	margin-right: 8px;
	text-align: center;
}
.wp-pagenavi a.next{
	line-height: 33px;
}
.wp-pagenavi a.next i{
	margin-left: 2px;
}
.wp-pagenavi a:hover,.wp-pagenavi .current{
	background: url('../img/bg_paging.png') no-repeat center bottom;
	color: #fff;
}
/*=======================
       404
=======================*/
.content-404{
	margin: 75px 0 85px 0;
}
.content-404 h1{
	color: #2c2c2c;
	font-size: 120px;
	line-height: 120px;
	margin: 0;
	padding: 0 0 25px 0;
	position: relative;
	font-weight: 400;
	text-align: center;
}
.content-404 h1::after{
	position: absolute;
	content: "";
	width: 45px;
	height: 7px;
	background: url('../img/img_border_404.png') no-repeat center center; 
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0px auto;
}
.content-404 p{
	color: #373737;
	font-size: 22px;
	margin: 17px 0 5px 0;
	padding: 0;
	line-height: 27px;
	text-align: center;
}
.content-404 span{
	color: #808080;
	font-size: 14px;
	display: block;
	line-height: 20px;
	text-align: center;
}
.content-404 form{
	max-width: 500px;
	margin: 50px auto 0;
}
.group-form{
	width: 100%;
	position: relative;	
}
.group-form input[type="text"]{
	background: #f6f6f6;
	width: 100%;
	padding: 0 60px 0 20px;
	height: 50px;
	line-height: 50px;
	color: #373737;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	border: none;
}
.widget_search .group-form input[type="text"]{
	height: 40px;
	line-height: 40px;
}
.group-form button{
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 100%;
	text-align: center;
	color: #373737;
	font-size: 20px;
	border: none;
	background: #f6f6f6;
	cursor: pointer;
	font-weight: 400;
	padding: 0;
}
/*=======================
       sidebar
=======================*/
.sidebar aside.widget{
	padding-left: 10px;
	margin-bottom: 45px;
}
.sidebar aside.widget .widget-title{
	margin: 0 0 20px 0;
	padding: 0 0 23px 0;
	font-weight: normal;
	color: #373737;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
}
.sidebar aside.widget .widget-title::after{
	position: absolute;
	content: "";
	width: 39px;
	height: 7px;
	background: url('../img/bg_title_page.png') no-repeat center left; 
	bottom: 0;
	left: 0;
}
.sidebar aside.widget.widget_about div{
	text-align: center;
}
.sidebar aside.widget.widget_about h4{
	text-transform: uppercase;
	color: #808080;
	font-size: 16px;
	margin: 30px 0 15px 0;
	padding: 0;
	font-weight: 400;
}
.sidebar aside.widget.widget_about p{
	margin: 0;
	padding: 0;
	color: #808080;
	font-size: 14px;
	line-height: 23px;
}
.sidebar aside.widget.widget_social ul{
	padding: 10px 0 15px 0 ;
	margin: 0;
	list-style: none;
}
.sidebar aside.widget.widget_social ul li{
	display: inline-block;
	margin: 0 4px;
	border: 1px solid transparent;
    border-radius: 50%;
    text-align: center;
    height: 30px;
    line-height: 26px;
    width: 30px;
} 
.sidebar aside.widget.widget_social ul li a{
	font-size: 17px;
	color: #808080;
	display: block;
	line-height: 28px;
}
.sidebar aside.widget.widget_social ul li:hover{
	border: 1px solid #7f7f7f;
}
.sidebar aside.widget.widget_social ul li a i{
}
.sidebar aside.widget.widget_recent_post ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_recent_post .rst-thumbnail-widget{
	 box-sizing: initial;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    display: table-cell;
    vertical-align: top;
    width: 60px;
    position: relative;
}

.widget_recent_post .rst-post-info-widget {
    box-sizing: initial;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    display: table-cell;
    padding-left: 15px;
}
.widget_recent_post .rst-post-info-widget h4{
	margin: -5px 0 15px 0;
	padding: 0;
	font-weight: 400;
}
.widget_recent_post .rst-post-info-widget h4 a{
	color: #464646;
	font-size: 14px;
	line-height: 22px;
	display: block;
}
.widget_recent_post .rst-post-info-widget h4 a:hover{
	color: #8d8d8d;
}
.widget_recent_post .rst-post-info-widget time{
	font-size: 13px;
	color: #808080;
	font-style: italic;
}
.widget_recent_post ul li:first-child {
    padding-top: 0;
    border: none;
}
.widget_recent_post ul li {
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 25px 0;
}
.sidebar aside.widget.widget_gallery ul{
	margin: 0 -5px 0 -5px;
	padding: 0;
	list-style: none;
}
.sidebar aside.widget.widget_gallery ul li{
	float: left;
	margin: 5px;
	position: relative;
}
.sidebar aside.widget.widget_gallery ul li:hover .entry-hover-widget{
	opacity: 1;
}
.widget_gallery a {
    display: block;
}
/*=======================
       Contact
=======================*/
.wpcf7-form input,.wpcf7-form input[type="text"], .wpcf7-form textarea,
 #contactForm input[type="text"], #contactForm textarea , #contactForm input[type="email"],
 .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond textarea{
    background: #f6f6f6;
    border: 0 none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 10px 0 35px;
    color: #808080;
    font-size: 14px;
    font-style: italic;
}
.wpcf7-form textarea, #contactForm textarea , .comment-respond textarea{
    height: 210px;
    resize: none;
    width: 100%;
    line-height: normal;
}
#contactForm  #name,.comment-respond #author{
	background: url('../img/icon_full_name.png') no-repeat left 12px center #f6f6f6;;
}
#contactForm  #email,.comment-respond #email{
	background: url('../img/icon_email.png') no-repeat left 12px center #f6f6f6;;
}
#contactForm  #website,.comment-respond #url{
	background: url('../img/icon_website.png') no-repeat left 12px center #f6f6f6;;
}
#contactForm  textarea,.comment-respond textarea{
	background: url('../img/icon_message.png') no-repeat left 12px top 13px #f6f6f6;;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-group {
    margin-bottom: 30px;
}
.main-content-form h3{
	color: #373737;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 1px;
}
.help-block{
	display: none;
}
.error .help-block{
	display: block;
}
#contactForm input[type="submit"],.comment-respond input[type="submit"]{
	font-size: 16px;
	text-transform: uppercase;
	color: #373737;
	height: 45px;
	padding: 0px 18px;
	background: #f6f6f6;
	display: inline-block;
	border: none;
	-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;
	font-style: normal;
	width: auto;
}
#contactForm input[type="submit"]:hover,.comment-respond input[type="submit"]:hover{
	background: #373737;
	color: #fff;
}
.map-contact{
	margin-top: 95px;
}
.map-contact iframe{
	width: 100% !important;
	height: 450px !important;
}
.rst-info-contact {
	margin-top: 70px;
}
.rst-info-contact .box-rst-info-contact{
	margin-top: 20px;
}
.rst-info-contact .box-rst-info-contact:first-child{
	margin: 0;
}
.rst-info-contact .box-rst-info-contact h4{
	margin: 0;
	padding: 20px 0 15px 0;
	font-weight: 400;
	color: #373737;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
}
.rst-info-contact .box-rst-info-contact:first-child h4{
	padding-top: 0;
}
.rst-info-contact .box-rst-info-contact:first-child h4::before{
	display: none;
}
.rst-info-contact .box-rst-info-contact h4::before{
	position: absolute;
	content: "";
	width: 70px;
	height: 1px;
	background: #f1f1f1;
	top: 0;
	left: 0;
}
#content.contact{
	padding-bottom: 0;
}
.rst-info-contact .box-rst-info-contact p{
	margin: 0;
	padding: 0;
	color: #808080;
	font-size: 14px;
	line-height: 26px;
}
.contact footer{
	margin-top: 0;
}
/*=======================
       About
=======================*/
.rst-box-content-about{
	color: #808080;
	font-size: 14px;
	padding: 0;
	line-height: 22px;
}
.rst-box-content-about img{
	margin-bottom: 0px !important;
}

.title-box{
	color: #373737;
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0px 0 20px 0;
	padding: 0 0 25px 0;
	font-weight: 400;
	text-align: center;
	position: relative;
}
.title-box::after{
	background: url("../img/img_border_404.png") no-repeat center center;
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
}
.description-box{
	max-width: 630px;
	width: 100%;
	margin: 20px auto 40px;
	text-align: center;
}
.description-box p{
	color: #373737;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 24px !important;
	margin: 0 !important;
}
.rst-box-content-about p{
	color: #808080;
	font-size: 14px;
	margin: 10px 0 25px 0;
	padding: 0;
	line-height: 22px;
}
.rst-our-team h4{
	margin-bottom: 30px;
}
.rst-inner-team{
	position: relative;
	overflow: hidden;
}

.rst-inner-team .rst-info-inner-team{
    text-align: center;
    z-index: 999;
	padding-top: 20px;
}
.rst-inner-team .rst-info-inner-team h4{
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #373737;
	font-size: 16px;
	text-transform: uppercase;
}
.rst-inner-team .rst-info-inner-team p{
	margin: 5px 0 12px 0;
	padding: 0;
	font-weight: 400;
	color: #808080;
	font-size: 14px;
	font-style: italic;
}
.rst-inner-team img{
	filter : grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter: url(filter.svg#greyscale);
    filter: gray;
}
.rst-inner-team:hover img{
	filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
.rst-inner-team .rst-info-inner-team .rst-social-team a{
	color: #686868;
	font-size: 14px;
	margin: 0 9px;
}

.rst-inner-team img{
	width: 100%;
	display: block;
}
.rst-our-client{
	margin-bottom: 0;
}
#owl-client {
	overflow: hidden;
}
#owl-client .item-client{
	text-align: center;
	width: 200px;
	padding: 12px 0;
	border-left: 1px solid #f1f1f1;
}
#owl-client .item-client:hover img{
	opacity: 0.7;
}
#owl-client .client img{
	display: block;
	max-width: 100%;
	height: auto;
}
#owl-client .owl-wrapper-outer{
	margin-left: -1px;
}
.rst-list-client{
	position: relative;
}
.navigation-client a{
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	color: #000;
	font-size: 30px;
	background: #fff;
	position: absolute;
	top: 37%;
	color: #808080;
	border: 1px solid  #808080;
	border-radius: 50%;
}
.navigation-client a:hover{
	color: #000;
	border-color: #000;
}
.navigation-client a span{
	line-height: normal;
	display: block;
	line-height: 25px;
    margin-left: -3px;
}
.navigation-client .prev-slider{
	left: -26px;
}
.navigation-client .next-slider{
	right: -26px;
}
.progress-title {
    margin: 0 0 3px 0;
    padding: 0;
    color: #808080;
    font-size: 13px;
    font-weight: 400;
}
.progress {
    height: 4px;
    overflow: visible;
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
}

.progress-bar {
    border-radius: 0px;
    position: relative;
}
.progress-bar.pb-dark {
    background: #808080;
}
.progress-bar p {
    color: #808080;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    opacity: 0;
    position: absolute;
    right: -33px;
    top: -17px;
    margin: 0;
    padding: 0 0 0 14px;
    background: url('../img/bg_progress_bar.png') no-repeat left center;
}
.rst-our-skills{
	padding-top: 15px;
}

/*=======================
       Single Blog
=======================*/
.main-breadcrumb{
	color: #808080;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.main-breadcrumb::after{
	position: absolute;
	content: "";
	width: 39px;
	height: 7px;
	background: url('../img/bg_title_page.png') no-repeat center left; 
	bottom: 0;
	left: 0;
}
.main-breadcrumb a{
	color: #808080;
}
.main-breadcrumb a:hover{
	color: #373737;
}
.main-breadcrumb span{
	padding: 0px 10px;
}

.rst-post-single .post-title{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.rst-post-single .post-title a,.post-title{
	color: #373737;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.rst-post-single .post-title a:hover{
	color: #808080;

}
.rst-post-single .meta-info{
	padding: 25px 0 35px 0;
}
.rst-post-single .meta-info span {
   font-size: 13px;
}
.rst-post-single  .post-media{
	margin-bottom: 28px;
}
.rst-post-single .post-entry p{
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 25px 0;
    padding: 0;
    color: #808080;
}
.post-entry blockquote{
	background: url('../img/bg_blockquote.png') no-repeat left top 5px;
	font-style: italic;
	padding: 0 0 0 40px;
	border: none;
	min-height: 25px;
}
.single-post-entry{
	margin-bottom: 20px;
}
.rst-post-single .post-entry .wp-caption.alignright{
	padding: 0;
	margin-top: 0px;
}
.rst-post-single .rst-tags{
	padding: 23px 0 10px 0;
	position: relative;
	color: #373737;
	font-size: 14px;
	text-transform: uppercase;
}

.rst-post-single .rst-tags span{
	margin-right: 10px;
}
.rst-post-single .rst-tags a{
	color: #373737;
	margin-right: 15px;
}
.rst-post-single .rst-tags a:hover{
	color: #8d8d8d;
}
.rst-post-single .rst-shares span{
	color: #373737;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
}
.rst-post-single .rst-shares ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.rst-post-single .rst-shares ul li{
	display: inline-block;
	margin-left: 15px;
}
.rst-post-single .rst-shares ul li a{
	display: block;
	color: #808080;
	font-size: 17px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 50%;
	line-height: 27px;
	width: 30px;
	height: 30px;
}
.rst-post-single .rst-shares ul li a i{

}
.rst-post-single .rst-shares{
	margin-bottom: 40px;
}
.rst-post-single .rst-shares ul li a:hover{
	border: 1px solid #7f7f7f;
}

hr.divider{
	border-color: #f1f1f1;
	margin: 0 0 40px 0;
}
.rst-post-author .author-bio{
	padding-bottom: 35px;
}
.author-avatar {
    box-sizing: initial;
    display: table-cell;
    vertical-align: top;
    width: 120px;
    padding-right: 27px;
}
.author-avatar img{
	border-radius: 50%;
}
.author-content {
    box-sizing: initial;
    display: table-cell;
    vertical-align: top;
}

.author-content h5 {
    margin: 10px 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    color: #373737;
    font-size: 20px;
}
.author-content p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #808080;
    line-height: 22px;
}

.rst-recent-post-box h3.title-box,.rst-comment-box h3.title-box,.rst-comment-form h3.title-box{
	color: #373737;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	margin: 35px 0 22px 0;
	padding: 0 0 23px 0;
	position: relative;
}
.rst-recent-post-box h3.title-box::after,.rst-comment-box h3.title-box::after,.rst-comment-form h3.title-box::after{
	position: absolute;
	content: "";
	width: 39px;
	height: 7px;
	background: url('../img/bg_title_page.png') no-repeat center left; 
	bottom: 0;
	left: 0;
}
.rst-box-rencent-post .entry-title{
	margin: 15px 0 13px 0;
	padding: 0;
	font-weight: 400;
}
.rst-box-rencent-post .entry-title a{
	color: #373737;
	font-size: 17px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}
.rst-box-rencent-post .entry-title a:hover{
	color: #8d8d8d;
}

.rst-box-rencent-post  .rst-information-author{
	color: #808080;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
}
.comment-avatar img{
	border-radius: 50%;
}
.comment-avatar {
    float: left;
    max-width: 80px;
}
.comment-content {
   
    margin-left: 110px;
}
.comment-box {
	 margin-bottom: 25px;
}
.comment-content .comment-author {
    margin: 5px 0 17px;
    font-weight: 400;
    padding: 0;
    float: left;
	text-transform: uppercase;
}
.comment-content .comment-meta{
	float: right;
	margin-top: 6px;
}
.comment-content .comment-meta span{
	color: #808080;
	font-size: 13px;
	font-style: italic;
	padding-right: 13px;
}
.comment-content .comment-meta a{
	padding-left: 18px;
	color: #373737;
	font-size: 13px;
	background: url('../img/bg_active_tab.png') no-repeat left center;
}
.comment-content .comment-meta a:hover{
	color: #8d8d8d;
}
.comment-content .comment-author a{
	color: #373737;
	font-size: 14px;
	text-transform: uppercase;
}
.comment-content .comment-author a:hover{
	color: #8d8d8d;
}
.comment-content .comment-body{
	float: left;
	margin-top: -40px;
}
.comment-content .comment-body p{
    margin: 0;
    padding: 0;
    color: #808080;
    font-size: 13px;
    line-height: 25px;
}
.children{
	margin: 0;
	padding: 0;
	list-style: none;
}
.children .comment {
    margin-left: 110px;
}
.rst-comment-box{
	spadding-bottom: 10px;
}
.rst-recent-post-box{
	margin-bottom: 35px;
}
.rst-comment-box .title-box{
	margin-top: 0;
}
/*=======================
       Single Project
=======================*/
.rst-box-related-project{
	position: relative;
	overflow: hidden;
}
.rst-box-related-project img{
	width: 100%;
}

.related-project-caption{
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    width: 100%;
    z-index: 3;
    letter-spacing: 2px;
    z-index: 999;
}
.related-project-caption .project-title {
    color: #111;
    font-size: 14px;
    margin: 6px 0;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}

.related-project-caption .project-descr {
    color: rgba(17, 17, 17, 0.75);
    font-size: 11px;
    text-transform: uppercase;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}
.related-project-caption .project-descr a{
	color: rgba(17, 17, 17, 0.75);
	 font-size: 11px;
	 text-transform: uppercase;
}
.rst-box-related-project:hover .related-project-caption,.rst-box-related-project:hover .entry-hover{
	opacity: 1;
}
.rst-box-related-project:hover .project-title,.rst-box-related-project:hover .project-descr {
	opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
.rst-related-project{
	margin-top: 85px;
}
.rst-related-project h4{
	color: #373737;
	font-size: 16px;
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
}
.rst-title-project{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 25px;
	padding-top: 5px;
}
.rst-title-project h1{
	margin: 5px 0 18px 0;
	padding: 0;
	font-weight: 400;
	color: #373737;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 42px;
}
.rst-title-project .rst-list-category-project{
	margin: 0;
	padding: 0;
}
.rst-title-project .rst-list-category-project a,.rst-title-project .rst-list-category-project{
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}
.rst-title-project .rst-list-category-project a:hover{
	color: #8d8d8d;
}
.rst-title-project::after{
	position: absolute;
	content: "";
	width: 39px;
	height: 7px;
	background: url('../img/bg_title_page.png') no-repeat center left; 
	bottom: 0;
	left: 0;
}
.rst-info-project p{
	margin: 0 0 25px 0;
	padding: 0;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
}
.rst-info-project p:last-child{
	margin-bottom: 0;
}
.rst-info-project .rst-detail-project{
	padding-top: 25px;
}
.rst-detail-project h5{
	color: #373737;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 400;
	text-decoration: underline;
}
.rst-detail-project ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rst-detail-project ul li{
	padding: 5px 0;
	color: #808080;
	font-size: 14px;
	font-weight: 400;
}
.rst-detail-project ul li a{
	color: #808080;
}
.rst-detail-project ul li span{
	color: #373737;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	width: 160px;
	letter-spacing: 1px;
}
.rst-list-gallery-project ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rst-list-gallery-project ul li{
	margin-bottom: 30px;
}
.rst-list-gallery-project ul li img{
	width: 100%;
	display: block;
}

.slider-images{
	margin-bottom: 40px;
}
.slider-images .owl-controls .owl-buttons .owl-prev, .slider-images .owl-controls .owl-buttons .owl-next ,.rst-galleries.owl-theme .owl-controls .owl-buttons div, #sync1.owl-theme .owl-controls .owl-buttons div{
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-size: 23px;
    height: 34px;
    line-height: 30px;
    margin: -20px 18px 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    width: 35px;
    background: transparent;
}
#sync1.owl-theme .owl-controls .owl-buttons div{
	opacity: 1;
	border-color: #808080;
	color: #808080;
	height: 30px;
	line-height: 26px;
	margin: 0;
	width: 30px;
	bottom: -85px;
	top: auto;
}
#sync1.owl-theme .owl-controls .owl-buttons div:hover{
	border-color: #000;
	color: #000;
}
#sync1.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 0px;
}
#sync1.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 0px;
}
.slider-images .owl-controls .owl-buttons .owl-prev ,.rst-galleries.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -20px;
}
.slider-images .owl-controls .owl-buttons .owl-prev i,.rst-galleries.owl-theme .owl-controls .owl-buttons .owl-prev i{
	margin-left: -3px;
}
.slider-images .owl-controls .owl-buttons .owl-next ,.rst-galleries.owl-theme .owl-controls .owl-buttons  .owl-next{
    right: -20px;
}
.slider-images .owl-controls .owl-buttons .owl-next i,.rst-galleries.owl-theme .owl-controls .owl-buttons  .owl-next i{
	margin-right: -3px;
}
.slider-images:hover .owl-controls .owl-buttons .owl-prev,.rst-galleries.owl-theme:hover .owl-controls .owl-buttons  .owl-prev {
    left: 0;
    opacity: 0.5;
}
.slider-images:hover .owl-controls .owl-buttons .owl-next ,.rst-galleries.owl-theme:hover .owl-controls .owl-buttons  .owl-next{
    opacity: 0.5;
    right: 0;
}
.item img{
	width: 100%;
}
.rst-slider-item {
	display:none;
}
.pgwSlideshow .ps-list li img{
	width: 127px;
	height: 90px;
	border: none;
}
.pgwSlideshow .ps-list li{
	display: inline-block;
	float: none;
}
.pgwSlideshow .ps-list li .ps-item{
	margin: 0 10px;
	opacity: 1;
}
.pgwSlideshow{
	background: none;
}
.pgwSlideshow .ps-list ul{
	margin: 0 !important;
	font-size: 0;
}
.pgwSlideshow .ps-list{
	background: none;
	border: none;
	box-shadow: none;
	padding-top: 20px;
	margin: 0px 40px;
}
.pgwSlideshow ul li{
	margin-bottom: 0 !important;
}
.rst-list-gallery-project .ps-prevIcon{
	background: url('../img/prev_slider.png') no-repeat;
	width: 30px;
	height: 31px;
	display: block;
	border: none;
}
.rst-list-gallery-project .ps-nextIcon{
	background: url('../img/next_slider.png') no-repeat;
	width: 30px;
	height: 31px;
	display: block;
	border: none;
}
.rst-list-gallery-project .rst-ps-next{
	right: 15px;	
}
.rst-list-gallery-project .rst-ps-prev {
	left: 15px;
}
.pgwSlideshow .ps-list .ps-next,.pgwSlideshow .ps-list .ps-prev {
	display: none !important;
}

.rst-list-gallery-project{
	position: relative;
}
.rst-list-gallery-project .rst-ps-next,.rst-list-gallery-project .rst-ps-prev {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
    bottom: 27px;
    position: absolute;
    cursor: pointer;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected img{
	margin: 0;
	border: 1px solid #808080;
	padding: 1px;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected{
	border: none;
}
.info-fixed{
	position: fixed;
	top: 80px;
}

.owl-theme .owl-controls{
	margin: 0;
}

.rst-thumbnail-rencent img{
	width: 100%;
}
img.alignright{
	margin: 0 0 20px 20px;
}
img.alignleft{
	margin: 0 20px 20px 0;
}
.comment-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rst-comment-box{
	margin-bottom: 35px;
}
aside.widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_archive ul li,.widget_categories  ul li,.widget_pages ul li,.widget_meta ul li,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_nav_menu ul li{
	border-top: 1px solid #e5e5e5;
	padding: 7px 0 9px 0;
	position: relative;
}

aside.widget_archive ul li:first-child,aside.widget_categories ul li:first-child,aside.widget_pages ul li:first-child,aside.widget_meta ul li:first-child,aside.widget_recent_comments ul li:first-child,aside.widget_recent_entries ul li:first-child,aside.widget_nav_menu ul li:first-child{
	border: none;
}
.widget_archive ul li::before,.widget_categories  ul li::before,.widget_pages ul li::before,.widget_meta ul li::before,.widget_recent_comments ul li::before,.widget_recent_entries ul li::before,.widget_nav_menu ul li::before{
	background: #8d8d8d;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
	bottom: -1px;
    -moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    width: 0;
    z-index: 999;
}
.widget_archive ul li:hover::before,.widget_categories  ul li:hover::before,.widget_pages ul li:hover::before,.widget_meta ul li:hover::before,.widget_recent_comments ul li:hover::before,.widget_recent_entries ul li:hover::before,.widget_nav_menu ul li:hover::before{
	width: 40%;
}
.screen-reader-text{
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}
.widget select{
	width: 100%;
	border: 1px solid #e5e5e5;
	height: 30px;
}
aside.widget ul li a{
	color: #464646;
    font-size: 14px;
    line-height: 22px;
}
#wp-calendar th,#wp-calendar td{
	padding: 5px 10px;
}
aside.widget ul li a:hover{
	color: #8d8d8d;
}
.search .rst-ajax-load-more{
	margin: 80px 0 0px 0;
}
.rst-ajax-load-more-project{
	margin: 30px 0 0px 0;
}
.search .wp-pagenavi{
	padding-top: 80px;
}
.search  .rst-post-item{
	margin-bottom: 50px;
}
.rst-content-wrap-ajax{
	
}
.rst-tab-mobie{
	background: #f1f1f1;
    height: 40px;
    line-height: 40px;
	color: #373737;
    font-size: 14px;
	text-transform: uppercase;
	display: block;
	padding-left: 20px;
	background: #f1f1f1 url("arrow.png") no-repeat right 15px center;
	text-align: left;
	display: none;
}
.page-content-none p{
	margin: 20px 0;
}
.span.wpcf7-not-valid-tip{
	margin-top: 10px;
}

.border-entry{
	background: url("../img/bg_title_page.png") no-repeat scroll left center;
    content: "";
    height: 7px;
    width: 39px;
}
#sync1 .item{
    margin: 0;
    color: #FFF;
}

#sync2 .item{
    margin: 10px;
    cursor: pointer;
}
#sync2{
	margin: 15px 40px 0 40px;
	width: auto;
}
#sync2 .synced .item img{
    border: 1px solid #808080;
    margin: 0;
    padding: 1px;
}
.rst-list-gallery-project .owl-theme .owl-controls .owl-buttons div{
	background: none;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    opacity: 1;
    padding: 0;
}
.column-4 .rst-thumnnail .rst-inner-post-item .entry-title{
	margin: 0 20px;
}
/*fancybox*/
.fancybox-nav span{
	border: 1px solid  #808080;
    color: #808080;
    height: 30px;
    line-height: 26px;
    width: 30px;
	font-size: 23px;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: none;
}
.fancybox-nav span:hover{
	color: #000;
	border-color: #000;
}
.fancybox-next span i{
	margin-left: 2px;
}
.fancybox-prev span i{
	margin-right: 2px;
}
.fancybox-close {
    cursor: pointer;
    height: 30px;
    position: absolute;
	line-height: 24px;
    right: -18px;
    top: -18px;
    width: 30px;
    z-index: 8040;
	border: 1px solid  #808080;
    color: #808080;
	font-size: 16px;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	font-weight: 700;
}
.fancybox-close:focus,.fancybox-close:active,.fancybox-close:hover{
	color: #808080;
}
.rst-our-testimonial{
	padding-left: 30px;
	padding-right: 30px;
}
.description-testimonial{
	padding-top: 10px;
}
.description-testimonial p{
	text-align: center;
	font-size: 18px;
	color: #665f60;
	font-weight: 400;
	font-style: italic;
	line-height: 28px;
	margin: 0;
}
.rst-info-inner-testimonial{
	max-width: 325px;
	width: 100%;
	margin: 25px auto 0;
}
.rst-info-inner-testimonial img{
	float: left;
	border: 5px solid #ebebeb;
}
.rst-info-inner-testimonial-right{
	padding-left: 125px;
}
.rst-info-inner-testimonial-right h4{
	color: #373737;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0 0 0;
	font-weight: 400;
}
.rst-info-inner-testimonial-right span{
	color: #808080;
	display: block;
	font-size: 16px;
	font-style: italic;
	padding: 5px 0 8px 0;
}
.rst-info-inner-testimonial-right .rst-social-testimonial a{
	color: #686868;
	font-size: 16px;
	padding: 0px 9px;
}
.rst-info-inner-testimonial-right .rst-social-testimonial a:first-child{
	padding-left: 0;
}
.rst-list-testimonial.owl-theme .owl-controls .owl-buttons div{
	background: none;
    border-radius: 0;
    color: #808080;
    display: inline-block;
    font-size: 32px;
    margin: 5px;
    opacity: 1;
    padding: 0;
}
.rst-list-testimonial.owl-theme .owl-controls .owl-buttons div:hover{
	color: #000;
}
.rst-list-testimonial.owl-theme .owl-controls{
	margin-top: 50px;
}
.rst-our-contact{
	padding-left: 15px;
	padding-right: 15px;
}

.rst-our-service{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 90px;
}
.rst-wrap-ajax,.rst-box-content-about{
	margin-bottom: 90px;
}

.rst-box-content-about:last-child{
	margin-bottom: 0;
}
.rst-our-service .title-service{
	color: #373737;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 25px 0;
	padding: 0;
}
.rst-our-service p{
	color: #373737;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.rst-our-service .logo-service{
	font-size: 60px;
	color: #665f60;
	font-family: "linea-basic-10";
	background-image: none;
    background-position: 100%;
    background-repeat: no-repeat;
    display: block;
    height: auto;
    line-height: normal;
    vertical-align: text-top;
    width: auto;
}
