/*

Template 2089 Meteor

http://www.tooplate.com/view/2089-meteor

*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', arial, sans-serif;
	font-size: 16px;
}
ul {
	list-style: none;
}
p {
	color: #5a5a5a;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}
.primary-button a {
	display: inline-block;
	background-color: #a2cf8d;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.primary-button a:hover {
	background-color: #5c9d7d;
}
.post, .page{
	margin-bottom: 0;
}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: #121212;
	color: #fff;
}
.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262223;
}
.section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: #262223;
	margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand .logo{
	margin-top: 22px;
	background-image: url(../img/white_logo.png);
	display: inline-block;
	width: 125px;
	height: 32px;
	background-repeat: no-repeat;
}
.header.active .navbar-brand .logo{
	margin-top: 22px;
	background-image: url(../img/black_logo.png);
	display: inline-block;
	width: 125px;
	height: 32px;
	background-repeat: no-repeat;
}
#main-nav {
	background-color: transparent;
	background-image: none!important;
}
.header .navbar-brand {
    font-weight: 900;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #a2cf8d;
    background-color: #a2cf8d;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #a2cf8d;
}
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}



/* HERO SLIDER */

.slide-caption {
	color: #fff;
}

.slide-caption span {
	font-size: 14px;
	text-transform: uppercase;
}

.slide-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
}

.slide-caption p {
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}

ul.cd-hero-slider {
	margin-bottom: 0px!important;
	margin-left: 0;
}
.cd-hero{
	height: 100vh;
	background-size: cover;
	background-position: center;
}
.flex{
	display: flex;
}
.wid{
	width: 100%;
}
.alcent{
	align-self: center;
}
/* WHAT WE DO */

#about {
	background-color: #f4f4f4;
	padding: 80px 0px;
}
.modal{
	overflow: visible;
}
#contact a{
	color: #262223;
	font-family: Montserrat;
	font-size: 13px;
	padding-left: 15px;
	top: -10px;
	position: relative;
}
#about .section-heading {
	margin-bottom: 60px;
}
#about p{
	margin-bottom: 0;
}
.hidb{
	display: none;
}
.showmoreblog{
	text-align: center;
	color: #262223;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin-top: 25px;
}
.service-item {
	background-color: #fff;
	text-align: center;
	padding: 5px 20px;
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
	height: 320px;
}

.pagination{
	display: block;
	text-align: center;
}
.service-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 30px;
}



.first-service .icon {
	background-image: url(../img/first-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.first-service:hover .icon {
	background-image: url(../img/first-service-white.png);
}

.second-service .icon {
	background-image: url(../img/second-service-main.png);
	height: 32px;
	width: 22px;
	display: inline-block;
}

.second-service:hover .icon {
	background-image: url(../img/second-service-white.png);
}

.third-service .icon {
	background-image: url(../img/third-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.third-service:hover .icon {
	background-image: url(../img/third-service-white.png);
}

.fourth-service .icon {
	background-image: url(../img/fourth-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.fourth-service:hover .icon {
	background-image: url(../img/fourth-service-white.png);
}


#what-we-do {
	background-position: center center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}

#what-we-do .right-image img {
	width: 100%;
	overflow: hidden;
}

#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}



/* PORTFOLIO */

#portfolio {
	text-align: center;
}

.projects-holder .mix {
  display: none;
}

.filter-categories {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 10px;
  display: inline-block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.filter-categories ul li.active span {
  color: #a2cf8d;
}

.project-item {
	margin-top: 30px;
}

.project-item .thumb {
	position: relative;
	text-align: center;
}

.project-item .thumb img {
	width: 100%;
	overflow: hidden;
}
.image{
	background-size: cover;
	background-image: url(http://localhost/psycholog/wp-content/uploads/2020/04/3-COVID.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 250px;
}
.project-item .hover-effect {
	position: absolute;
	background-color: #dec7b6;
	width: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.image{
	display: flex;
}
.image p{
	align-self: center;
	color: white;
	font-weight: 700;
	display: block;
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	font-size: 18px;
}
.project-item .hover-effect i {
	text-align: center;
	margin-top: 38%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	color: #a2cf8d;
	border-radius: 50%;
	font-size: 18px;
}

.project-item .hover-effect i:hover {
	background-color: #5c9d7d;
	color: #fff;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}


/* BLOG */

#blog {
	background-color: #dec7b6;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#blog .section-heading  {
	margin-bottom: 60px;
}

#blog .section-heading h4 {
	color: #fff;
}

#blog .section-heading .line-dec {
	background-color: #fff;
}

#blog .pop, .pop2, .pop3 {
	background-color: #fff;
}

.blog-item {
	margin-bottom: 30px;
}
.odtop{
	margin-top: 30px;
}
.single .content p{
	    font-size: 1em;
    margin: 0 0 20px;
    color: #262223;
}
.single .content em{
	color: #262223;
}
.blog-item img {
	width: 100%;
	overflow: hidden;
	max-height: 410px;
	object-fit: cover;
	object-position: center center;
}
.blogimage{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
}
.single .content{
	margin-top: 60px;
	margin-bottom: 60px;
}
.left h4{
	text-align: left!important;
}
.left .line-dec{
	margin-left: 0;
	margin-right: auto;
}
.blog-item.b2 img {
	width: 100%;
	overflow: hidden;
	max-height: 190px;
}
.blog-item.b3 img {
	width: 100%;
	overflow: hidden;
	max-height: 190px;
}

.blog-item .thumb {
	position: relative;
}

.blog-item .text-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 12px 20px;
}

.blog-item .text-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
}

.blog-item .text-content span {
	font-size: 12px;
	color: #fff;
}

.blog-item .text-content em {
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
}

.pop, .pop2, .pop3 {
	z-index: 9999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    top:25%;
    left:10.3%;
    width:80%;
    height: auto;
    box-shadow: 0px 0px 25px #7a7a7a;
}

.pop span, .pop2 span, .pop3 span {
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #a2cf8d;
}

.pop span:hover, .pop2 span:hover, .pop3 span:hover {
	background-color: #5c9d7d;
	transition: all 0.5s;
}



/* FUN FACTS */

#fun-facts {
	padding: 100px 0px;
	background-color: #fff;
}

#fun-facts .fact-item {
	background-color: #f4f4f4;
	padding: 30px;
	text-align: center;
}

.fact-item .counter {
	font-size: 24px;
	font-weight: 700;
	color: #a2cf8d;
}

.fact-item span {
	display: inline-block;
	margin-top: 10px;
	font-style: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}



/* CONTACT US */

#contact .section-heading h4 {
	color: #fff;
}

#contact .section-heading .line-dec {
	background-color: #fff;
}

#contact .section-heading {
	margin-bottom: 60px;
}

#contact {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}

#contact .map img {
	width: 100%;
	overflow: hidden;
}

#contact input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.1);
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
}

#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.1);
	outline: none;
	border: none;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 25px;
}

#contact button {
	display: inline-block;
	background-color: #a2cf8d;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact button:hover {
	color: #fff;
	background-color: #5c9d7d;
	transition: all 0.3s;
}


/* FOOTER */

footer {
	background-color: #262223 ;
	padding: 20px;
}

footer p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: #a2cf8d;
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #dec7b6;
	color: #202628!important;
	border-radius: 50%;
}
span.wpcf7-not-valid-tip{
	position: relative;
	top: -20px;
}
input,textarea{
	font-family: Montserrat!important;
	color: black!important;
}
.post, .page{
	margin-bottom: 0!important;
}
#contact textarea, #contact input{
	background-color: rgba(250, 250, 250, 0.6);
}
#contact button{
	background-color: #262223;
}
#contact button:hover{
	background-color: #262223;
}
footer ul li a:hover{
	background-color: #dec7b6!important;
}
footer ul li a:hover {
	color: #202628;
	background-color: #5c9d7d;
	transition: all 0.5s;
}




/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.image{
	width: 100%;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.black{
	color: #000000;
}
.seda{
	color: #262223;
}
.kava{
	color: #dec7b6;
}
.biela{
	color: #ffffff;
}
.project-item .hover-effect i{
	color: #dec7b6!important;
}
.hovik:hover{
	text-decoration: initial!important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: 0!important;
}
div.wpcf7-mail-sent-ok{
	border: 0!important;
	font-size: 13px!important;
	color: #262223!important;
	padding-left: 20px!important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	font-size: 13px!important;
}
footer ul{
	margin-left: 0!important;
	padding-left: 0!important;
}
.wid{
	width: 220px;
	height: 220px;
	margin-left: 60px;
	margin-top: 60px;
}



.arrow {
  text-align: center;
  margin: 8% 0;
  color: white;
  text-decoration: initial;
}
.arrow a{
	color: #dec7b6!important;
}
.arrow a:hover{
	text-decoration: initial!important;
}
.alcenter.center{
	text-align: center;
}
.absolute{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
#moove_gdpr_cookie_info_bar p{
	font-family: Montserrat!important;
}
.activb{
	text-decoration: underline;
}
.showblog{
	color: #262223!important;
	padding-right: 10px;
	padding-left: 10px;
}
.portret{
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 480px;
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 480px;
    margin: 0 auto;
    background-position: center;
}
#what-we-do h4, #what-we-do p{
	color: #262223;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* RESPONSIVE */

@media (max-width: 767px){
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;
	}
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 50px;
		color: #121212!important;
	}
}
#contact{
	padding-top: 25px;
	padding-bottom: 25px;
}
#contact h4{
	color: #262223!important;
}

#contact .section-heading .line-dec{
	background-color: #262223!important;
}
#videa .line-dec{
	background-color: #262223!important;
}
#videa .tob{
	margin-bottom: 50px;
}
.showvideo{
	    color: #262223!important;
    padding-right: 10px;
    padding-left: 10px;
}
.activevideo{
	text-decoration: underline;
}
.showmorevideos{
	margin-top: 30px;
}
@media screen and (max-width: 767px){
	.videorow iframe{
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
#videa .line-dec {
	width: 60px;
	height: 3px;
	background-color: #262223;
	margin: 0 auto;
}
#videa .hidrow{
	display: none;
}
#videa h4{
	color: #262223!important;
	text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}
#videa{
	padding-top: 25px;
	padding-bottom: 25px;
}
.single .content{
	min-height: calc(100vh - 235px);
}
.single .content a{
	color: #262223;
	text-decoration: underline;
}

@media (max-width: 768px){
	.cd-hero .slide-caption span {
		font-size: 13px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 1199px){
	.service-item{
		height: 360px;
	}
	.portret{
		height: 565px;
	}
}

@media (max-width: 1015px){
	.slide-caption .content-caption p {
		padding: 0 10%;
	}
	.service-item {
		margin-bottom: 30px;
	}
	#what-we-do .right-image {
		margin-top: 60px;
	}
	#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}
	.fact-item {
		margin-bottom: 15px;
	}
	.map {
		margin-bottom: 45px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}
@media screen and (max-width: 992px){
	.service-item{
		height: 240px!important;
	}
}

@media screen and (max-width: 767px){
	.col-md-3.col-sm-6.project-item.mix.workspace.mix_all{
		display: block!important;
	}
	.service-item{
		height: 180px!important;
	}
	.project-item .hover-effect i{
		margin-top: 100px;
	}
}
@media screen and (max-width: 550px){
	.wid{
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 480px){
	.service-item{
		height: 260px!important;
		font-size: 13px;
	}
	.portret{
		background-position: center center;
		height: 300px;
	}
	.absolute{
		bottom: 100px;
	}
	.wid{
		width: 120px;
		height: 120px;
		margin-left: 30px;
		margin-top: 30px;
	}
}
article, article a, article a:hover{
	color: #262223;
}
article *{
	color: #262223;
}
article b,
article i,
article li{
	font-size: 13px;
		color: #262223;
}


 .fota a,.fota a:hover,.fota{
            color: white;
            font-size: 14px;
        }
        .im-brown-wrapper{
            font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    background-color: #dec7b6;
    color: #202628;
    border-radius: 50%;
        }
        .calend-wrap{
            width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
}
        .im-brown-wrapper{
        	margin-right: 10px;
        }
        @media screen and (max-width: 992px){

            .fota{
                text-align: left!important;
            }
            
            .social-icons li, footer ul{
            	text-align: left!important;
            	margin-left: 0!important;
            }
            .copyright-text{
            	text-align: left!important;
            }
            .fota a, .fota a:hover, .fota{
                text-align: left!important;
            }
            .fota2{
            	margin-top: 20px;
            }
            footer{
                text-align: left!important;
            }
        }



footer{
	padding-top: 80px;
	padding-bottom: 80px;
}