/*--------------------------------------
	1) GENERAL STYLES
---------------------------------------*/
body{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: black!important;
	-webkit-font-smoothing: antialiased;	
	-webkit-text-size-adjust: none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	color: black;
	padding: 0;
	margin: 0;
	text-decoration: none; 
}
a:hover,
a:focus{
	color: #555;
	text-decoration: none;
	box-shadow: none;
	outline: none;
}

.cbp-animation-quicksand .cbp-item {
    webkit-transition:;
    transition: none!important;
}
/*--------------------------------------
	2) HEADER
---------------------------------------*/
#header-section{
    background-color: #eaeaea;
}
/*Helper Classes*/
.col-no-p{
	padding-left: 0;
	padding-right: 0;
}
.rk-mbottom10{
	margin-bottom: 30px;
}
.rk-mtop30{
	margin-top: 30px;
}
.rk-mtop40{
	margin-top: 40px;
}
.rk-mtop50{
	margin-top: 50px;
}
.rk-mtop70{
	margin-top: 70px;
}
.rk-mtop100{
	margin-top: 100px;
}
hr.line-separator{
	margin: 150px 0;
}
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.section-padding{
	position: relative;
	padding: 75px 0;
}
.section-bg-color{
	background-color: #eaeaea;
}
/*Navbar Styles*/
.header-navbar-container{
	padding-left: 60px;
	padding-right: 60px;
}
.header-navbar {
	padding: 20px 0 0 0;
	border-bottom: 0;
	letter-spacing: 1px;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-nav li a{	
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.header-navbar-collapse {
	padding: 20px 0px;
	background: rgb(82, 82, 81) !important;
}
.navbar-header .navbar-toggle {
	margin-top: 12px;
}
.navbar-header .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #e1e8ee;
}
.navbar-nav li.active a{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: black;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: transparent;
}
.header-navbar .nav,
.header-navbar .collapse{
	position: static;
}
.header-navbar .container {
	position: relative;
}
/*--------------------------------------
	3) BOOTSTRAP OVERRIDE
---------------------------------------*/
.navbar{
    margin-bottom: 0px!important;
}
.navbar-brand {
	padding: 0 15px;
    height: 40px;
}
.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 8px;
}
.nav>li>a:hover{
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}
.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}
/*Buttons*/
.btn {
	border-radius: 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 23px;
	border: 2px solid transparent;
}
.btn.active, .btn:active, .btn:focus{
 	color: #fff;
 	box-shadow: none;
	outline: none;
 	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/*Black Button*/
.btn-black-border{
    border:	2px solid #000;
    color: #000;
}
.btn-black:hover{
	color: #fff;
	background-color: #3d3d3d;
	border-color: transparent;
}
.btn-black{
	color: #fff;
	background-color: #525251;
}

/*Heading*/
h4, h5{
    line-height: 26px!important;
    padding: 0 0 20px 0!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
h4{
    font-size: 16px;
}
p.blockquote-text{
    padding: 10px 20px!important;
    margin: 0 0 20px!important;
    border-left: 5px solid #eee!important;
    font-weight: 400!important;
}
/*--------------------------------------
	5) ABOUT US
---------------------------------------*/
.about-content p{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.8;
}
.about-content a{
	margin-top: 30px;
}
.about-content-portfolio strong{
	color: #555;
}
.cbp-l-caption-desc{
    color: #000000;
}
/*--------------------------------------
	6) PORTFOLIO
---------------------------------------*/
.cbp-filter-counter{
	display: none !important;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
	background-color: #FFF;
	border: none;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
	background-color: #111;
	background-color: rgba(0,0,0,.85);
}
.cbp-l-grid-masonry-projects .cbp-caption {
	margin-bottom: 0;
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
	border-radius: 0;
	background-color: #555;
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.cbp-l-grid-masonry-projects-title {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	display: block;
}
.cbp-l-grid-masonry-projects-title:hover {
	color: #111;
}
.cbp-l-grid-masonry-projects-desc {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #b2b2b2;
	text-align: center;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {	
	font-family: 'Raleway', sans-serif;
	background-color: #555;
	color: #fff;
	border: none;
	border-radius: 0;
	min-width: 164px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 2px 0;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
	color: #555;
	border-color: transparent;
	border-bottom: 2px solid #555;
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
	color: #555;
	border-color: transparent;
	border-bottom: 2px solid #555;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft:hover, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight:hover {
	background-color: #fff;
	color: #555;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover{	
	color: #fff;
	background-color: #AF1D50;
}
.cbp-l-caption-body span{
	color: #fff;
	font-size: 48px;
}
.rk-portfolio-content{
	padding-left: 25px;
	padding-right: 25px;
}
.rk-portfolio-desc{
	background-color: #fff;
	padding: 20px;
}
#portfolio-filters-container{
	text-align: left;
}
#portfolio-filters-container .cbp-filter-item.cbp-filter-item-active {
	color: #000;
	background-color: transparent;
	border-bottom: 2px solid;
	border-color: #89929a;
	cursor: default;
}
#portfolio-filters-container .cbp-filter-item {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	border: none;
	padding: 0;
	margin: 10px 30px 0 0;
    color: #525251;
}
#portfolio-filters-container .cbp-filter-item:hover{
    color: black;
}
#portfolio-grid-container .cbp-l-caption-title, #portfolio-grid-container .cbp-l-caption-desc{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.badge{
    font-size: inherit;
}
.cbp-caption-zoom .cbp-caption-activeWrap{
    background-color: rgba(82,82,81,0.9);
}
/*--------------------------------------
	18) FOOTER
---------------------------------------*/
.footer-content p{
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}
/*--------------------------------------
	19) RESPONSIVE STYLES
---------------------------------------*/
@media(max-width:1200px){
	.nav>li>a {padding: 10px 10px;}
	.header-navbar li a {font-size: 12px;font-weight: 600;letter-spacing: 0.5px;}
	.navbar-nav {margin-top: 11px;}
}
@media(max-width:992px){
	.nav>li>a {padding: 11px 6px;}
	.navbar-nav li a{font-size: 12px !important;}
}
@media(max-width:768px){
	.navbar-nav li{background: rgba(0, 0, 0, 0.8) !important;margin: 1px;}
	.navbar-collapse {-webkit-overflow-scrolling: touch;border-top: none;-webkit-box-shadow: none;box-shadow: none;}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 100%;}
	.navbar-toggle{margin-right: 0;}
	.header-navbar-container {padding-left: 30px;padding-right: 30px;}
	.second-footer .pull-right{float: none !important; margin-top: 20px;}
	.nav>li>a {padding: 11px 15px;}
	.navbar-nav li.dropdown{display: none;}
	.vertical-align {display: block;}	
	.footer-second .col-sm-3{padding-bottom: 50px;}
	.navbar-nav-white li a {color: #fff !important;}
	.project-list-group{margin-bottom: 30px !important;}
    .btn.btn-black.home{font-size: 13px!important; padding: 10px 23px!important;}
}
/*--------------------------------------
	END RESPONSIVE STYLES
---------------------------------------*/
/*Sliders*/
.owl-carousel img{
	max-width: 100%;
	height: auto;
}
#fullwidth-slider .owl-pagination {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
}
#fullwidth-slider .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 5px;
	background: #fff;
}
/*Footer*/
.footer-second-copyright{	
	padding: 20px 0;
	background-color: #525251;
}
.footer-second-copyright p{
	padding: 0;
	margin: 0;
}
/*Project Single*/
.project-list-group{
	margin: 0 0 35px 0;
}
.project-single-details{
	padding-top: 40px;
}
.project-list-group-item .badge{
	padding: 7px 7px;
	background-color: transparent;
	color: #222;
	font-weight: 500;
}
.project-list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.project-list-group-item:last-child{
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.project-list-group-item{
	position: relative;
	display: block;
	padding: 10px 0;
	margin-bottom: -1px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #f2f2f2;
}
/*Blog Page*/
.blog-item{
	margin-bottom: 75px;
}
.blog-fullwidth-header{
	position: relative;
	margin-bottom: 0;
	height: 400px;
	background: url('../img/slider-image-1.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.blog-fullwidth-container{
	padding: 120px 0 75px 0;
}
.foto-fullwidth-container .blog-widget-container .col-sm-6{
    padding-left: 0px!important;
}
.blog-widget-container h1,
.project-single-slider h1{
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0px;
}
.blog-widget-container{
	margin-bottom: 20px;
}

.blog-text-widget p{
    padding: 0 0 20px 0;
}

p{
    margin: 0px!important;
}