/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.Header
 3.content - home sections
 4.Home2
 5.Home3
 6.Home4
 7.home dark
 8.Home5
 9.Single project
 10.blog
 11.single post
 12.about page
 13.contact page
 14.footer
 15.responsive part
-------------------------------------------------*/

body { background: #fffffb url(/images/mikyBG.jpg) bottom left no-repeat; }

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

header .navbar {
  border: none !important;
  background: transparent;
  margin-bottom: 0;
}
header .navbar-brand {
  background: #fffffb;
  height: auto;
  padding: 0px 0px 0px;
  position: absolute;
}

header .navbar-brand img {
  max-width: 115px;
}

header .navbar-collapse {
  border-bottom: 1px solid #f1f1f1;
}
header .navbar-nav {
  margin: 20px 0 0;
}
header .navbar-nav > li {
  margin-right: 45px;
  margin-left: 15px;
  /*padding-bottom: 40px;*/
  position: relative;
  float: right; 
}
header .navbar-nav > li:last-child{ margin-left: 0px; }
header .navbar-nav > li > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  padding: 19px 0 16px;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
}
header .navbar-nav > li > a:hover,
header .navbar-nav > li > a.active {
  border-bottom: 5px solid #b02d2e;
}
header .navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: right;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-backface-visibility: hidden;
}
header .navbar-nav li.drop ul.dropdown li {
  display: block;
  position: relative;
  text-align: right; 
}
header .navbar-nav li.drop ul.dropdown:last-child{ right: -50px; }
header .navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding: 18px;
  background: #b02d2e;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .navbar-nav li.drop ul.dropdown li a:hover {
  background: #ffffff;
  color: #b02d2e;
}
header .navbar-nav li.drop ul.dropdown li:first-child a {
  border-top: none;
}
header .navbar-nav li.drop ul.dropdown.third-level {
  top: 0;
  right: 100%;
}
header .navbar-nav li.drop:hover > ul.dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer a { color: #fff; }
.up-footer {
  padding-top: 40px;
}
/*.up-footer .footer-widget {
  margin-bottom: 10px;
}
*/.up-footer ul.recent-posts {
  margin: 0;
  padding: 0;
}
.up-footer ul.recent-posts li {
  list-style: none;
  border-top: 1px solid #f1f1f1;
}
.up-footer ul.recent-posts li a {
  font-size: 15px;
  color: #828282;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
  padding: 12px 0;
  line-height: 18px;
  display: inline-block;
}
.up-footer ul.recent-posts li:first-child {
  border-top: none;
}
.up-footer ul.recent-posts li:first-child a {
  padding-top: 0;
}
.up-footer ul.tags-list {
  margin: 0;
  padding: 0;
}
.up-footer ul.tags-list li {
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 10px;
}
.up-footer ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 9px 14px;
  background: #b02d2e;
}
.up-footer ul.tags-list li a:hover {
  background: #c1c1c1;
}
.up-footer ul.flickr-list {
  margin: 0;
  padding: 0;
}
.up-footer ul.flickr-list li {
  display: inline-block;
  margin-left: 9px;
  margin-bottom: 12px;
}
.up-footer ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.up-footer ul.flickr-list li a img {
  width: 78px;
}
.up-footer ul.flickr-list li a:hover {
  opacity: 0.7;
}
.up-footer ul.flickr-list li:nth-child(3n) {
  margin-left: 0;
}
.footer-line {
  border-top: 1px solid #f1f1f1;
  /*padding: 30px;*/
}
.footer-line p {
  float: left;
}
.footer_cont_bottomRight{ width: 50%; color: #fff; padding: 10px 0 10px 0; }
.skin-version footer {
  background: #515151;
}
.skin-version footer .footerTitle {
  color: #ffffff;
  font-size: 21px; 
  margin: 0 0 20px;
  text-transform: uppercase;


}
.skin-version footer p {
  color: #ffffff;
  padding-top: 20px;
}
.skin-version footer ul.recent-posts {
  margin: 0;
  padding: 0;
}
.skin-version footer ul.recent-posts li {
  border-top: 1px solid #707070;
}
.skin-version footer ul.recent-posts li a {
  color: #ffffff;
}
.skin-version footer ul.recent-posts li:first-child {
  border-top: none;
}
.skin-version footer ul.tags-list li a {
  color: #000000;
  background: #ffffff;
}
.skin-version footer ul.tags-list li a:hover {
  background: #707070;
  color: #ffffff;
}
.footer-line .col-md-6 { padding-right: 0px; }


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
#container {
  opacity: 0;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#container.active {
  opacity: 1;
}
.preloader {
  position: fixed;
  top: 40%;
  left: 54%;
  width: 128px;
  height: 128px;
  margin-top: -64px;
  margin-left: -64px;
  -webkit-backface-visibility: hidden;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.preloader img {
  -webkit-backface-visibility: hidden;
}
.smlIcon { max-width: 35px; max-height: 35px; }
p {
  font-size: 15px;
  color: #828282;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
}
h1 {
  color: #b02d2e;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
}
h3 {
  color: #ffffff;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
}
.portfolio-section {
  padding: 10px 0 50px; /* CHANGED */
}
.portfolio-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}
.portfolio-section ul.filter li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 3px;
}
.portfolio-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #828282;
  font-size: 15px;
  padding: 8px 16px;
  background: transparent;
  font-weight:700;
}
.portfolio-section ul.filter li a:hover,
.portfolio-section ul.filter li a.active {
  color: #ffffff;
  background: #b02d2e;
}
.portfolio-box .project-post {
  position: relative;
  border: 1px solid #fff;
  width: 25%;
}
.portfolio-box .project-post img {
  width: 100%;
}
.portfolio-box .project-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b02d2e;
  opacity: 0;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.portfolio-box .project-post .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -50px;
  text-align: center;
}
.portfolio-box .project-post .hover-box .inner-hover h3 {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 -2px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.portfolio-box .project-post .hover-box .inner-hover p {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 12px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.portfolio-box .project-post .hover-box .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  margin-right: -2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.portfolio-box .project-post .hover-box .inner-hover a i {
  line-height: 50px;
  font-size: 22px;
  color: #b02d2e;
}
.portfolio-box .project-post .hover-box .inner-hover a:hover {
  opacity: 0.7;
}
.portfolio-box .project-post .hover-box .inner-hover a.zoom {
  margin-right: 60px;
}
.portfolio-box .project-post:hover .hover-box {
  opacity: 0.9;
}
.portfolio-box .project-post:hover .hover-box .inner-hover h3 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.portfolio-box .project-post:hover .hover-box .inner-hover p {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.portfolio-box .project-post:hover .hover-box .inner-hover a.zoom {
  margin-right: -2px;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
/*-------------------------------------------------*/
/* =  home dark
/*-------------------------------------------------*/
.dark-version {
  background: #1f1f1f;
}
.dark-version .navbar-collapse {
  border-bottom: 1px solid #303030;
}
.dark-version .navbar-nav > li > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #ffffff;
}
.dark-version .navbar-nav > li > a:hover,
.dark-version .navbar-nav > li > a.active {
  color: #ffffff;
}
.dark-version .portfolio-section ul.filter li a {
  color: #ffffff;
}
.dark-version footer .up-footer,
.dark-version footer .footer-line {
  border-top: 1px solid #303030;
}
.dark-version footer ul.recent-posts {
  margin: 0;
  padding: 0;
}
.dark-version footer ul.recent-posts li {
  border-top: 1px solid #303030;
}
.dark-version footer ul.recent-posts li:first-child {
  border-top: none;
}
/*-------------------------------------------------*/
/* =  single project
/*-------------------------------------------------*/
.vid-description { 
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    position: absolute;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 80px;
    padding-top: 7px;
}
.project-section {
  padding: 65px 0 65px;
}
.project-section .flex-direction-nav {
  width: 100%;
  height: 0px;
  bottom: inherit;
  top: 45%;
  margin-top: -15px;
}
.project-section .title-section {
  margin-bottom: 26px;
}
.project-section .single-project-content ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-right: 30px;
}
.project-section .single-project-content ul li {
  list-style: none;
  width: 50%;
  float: right;
  color: #191919;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-right: 37px;
  position: relative;
}
.project-section .single-project-content ul li:before {
  position: absolute;
  content: '\f05d';
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-left: 16px;
  color: #b02d2e;
  line-height: 24px;
}
.project-section .single-project-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #ffffff;
  font-size: 15px;
  padding: 15px 18px;
  background: #b02d2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.project-section .single-project-content > a:hover {
  opacity: 0.7;
}
.other-project-section .title-section {
  margin-bottom: 30px;
}
.similar-project {
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
.similar-project .project-post {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.similar-project .project-post img {
  width: 100%;
}
.similar-project .project-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b02d2e;
  opacity: 0;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.similar-project .project-post .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -50px;
  text-align: center;
}
.similar-project .project-post .hover-box .inner-hover h3 {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 -2px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.similar-project .project-post .hover-box .inner-hover p {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 12px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.similar-project .project-post .hover-box .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  margin-right: -2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.similar-project .project-post .hover-box .inner-hover a i {
  line-height: 50px;
  font-size: 22px;
  color: #b02d2e;
}
.similar-project .project-post .hover-box .inner-hover a:hover {
  opacity: 0.7;
}
.similar-project .project-post .hover-box .inner-hover a.zoom {
  margin-right: 60px;
}
.similar-project .project-post:hover .hover-box {
  opacity: 1;
}
.similar-project .project-post:hover .hover-box .inner-hover h3 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.similar-project .project-post:hover .hover-box .inner-hover p {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.similar-project .project-post:hover .hover-box .inner-hover a.zoom {
  margin-right: 0px;
}
.carousel-control .glyphicon {
  display: none;
}
.carousel-control {
  width: 50px;
  height: 50px;
  background: none;
  top: -100px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  opacity: 1;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.carousel-control.left {
  left: 0px;
  right: auto;
  background: #b02d2e;
}
.carousel-control.left:before {
  font-family: 'FontAwesome';
  content: "\f104";
  position: absolute;
  font-size: 22px;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 50px;
}
.carousel-control.right {
  right: auto;
  left: 55px;
  background: #b02d2e;
}
.carousel-control.right:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  font-size: 22px;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 50px;
}
.carousel-control.left:hover {
  opacity: 0.7;
}
.carousel-control.right:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  single post
/*-------------------------------------------------*/
.comment-section,
.comment-form {
  margin-bottom: 35px;
}
.comment-section h3,
.comment-form h3 {
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  text-transform: inherit;
  margin-bottom: 20px;
}
.comment-form {
  overflow: hidden;
  margin-bottom: 20px;
}
.comment-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.comment-box img {
  float: left;
  max-width: 80px;
}
.comment-tree {
  margin: 0;
  padding: 0;
}
ul.depth {
  margin: 0;
  padding: 0;
  margin-left: 100px;
}
ul.depth li {
  position: relative;
}
ul.depth li:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  top: 0;
  left: -60px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.comment-content {
  padding-left: 100px;
}
.comment-content h6 {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  margin: -4px 0 7px;
  padding-bottom: 4px;
}
.comment-content h6 span {
  color: #d1d1d1;
}
.comment-content p {
  color: #828282;
  font-size: 18px;
  line-height: 25px;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.boxes-header-section { padding: 55px 0 0 0px; }
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.about-section {
  padding: 55px 0;
}
.about-section .history{ min-height: 520px; }
.about-section .history p {
  color: #000000;
  font-size: 16px;
  line-height: 25px;
}
.skills-progress p {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.skills-progress p span {
  display: inline-block;
  float: right;
  font-weight: 400;
  color: #a6a6a6;
  font-size: 15px;
}
.meter {
  height: 33px;
  position: relative;
  background: url('../images/back-pattern.png');
  margin-bottom: 15px;
  padding-top: 13px;
}
.meter > span {
  display: block;
  height: 9px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.team-section {
  padding-bottom: 20px;
}
.team-post {
  margin-bottom: 30px;
}
.team-post img {
  width: 100%;
}
.team-post .team-content {
  position: relative;
  text-align: center;
  padding: 25px 5px 0;
}
.team-post .team-content h3 {
  font-size: 20px;
  color: #000000;
  margin: 0;
  margin-bottom: -4px;
  font-weight: 400;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.team-post .team-content span {
  color: #b3b3b3;
  font-size: 13px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.team-post .team-content ul.team-social {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background: #b02d2e;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.team-post .team-content ul.team-social li {
  display: inline-block;
  margin-left: 9px;
}
.team-post .team-content ul.team-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #ffffff;
  text-align: center;
}
.team-post .team-content ul.team-social li a{
  color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.team-post .team-content ul.team-social li a:hover {
  background: #ffffff;
}
.team-post .team-content ul.team-social li a:hover i {
  color: #b02d2e;
}
.team-post:hover .team-content h3 {
  opacity: 0;
}
.team-post:hover .team-content span {
  opacity: 0;
}
.team-post:hover .team-content ul.team-social {
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  Contact page
/*-------------------------------------------------*/
.contact-section {
  padding: 54px 0 44px;
}
.contact-info {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.contact-info ul.contact-info-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-top: -16px;
}
.contact-info ul.contact-info-list li {
  display: inline-block;
  font-size: 15px;
  color: #828282;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  font-size: 14px;
  margin-bottom: 4px;
  margin-right: 20px;
}
.contact-info ul.contact-info-list li i {
  color: #828282;
  font-size: 17px;
  margin-right: 10px;
}
.contact-info ul.contact-info-list li a {
  color: #828282;
}
.title-section {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 22px;
}
.navigation{ padding-bottom: 10px; }
.navigation a { display: inline-block; padding-right: 5px; text-decoration: none; color: #333; font-size: 16px; }
.navigation a:after { content: ">"; color: #000; display: inline-block; padding-right: 10px; vertical-align: middle; }
.navigation a:last-child::after { content: ""; }
.navigation a:first-child { padding-right: 0px !important; }

.subTitle{ font-size: 16px; font-weight: bold; position: relative; padding-bottom: 15px; margin-bottom: 20px; }
.subTitle:after{   content: '';  position: absolute; bottom: 0; right: 0; background: #b02d2e; height: 1px; width: 142px; }

.title-section h1{
  font-size: 32px;
  /*color: #000000;*/
  margin-bottom: 0;
}
.title-section a {
  display: inline-block;
  font-size: 20px;
  color: #9e9e9e;
}
.title-section:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #b02d2e;
  height: 1px;
  width: 142px;
}
#contact-form {
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -30px;
}
.text-fields {
  float: right;
  width: 40%;
  padding-left: 10px;
}
.submit-area {
  float: left;
  width: 60%;
}
.float-input {
  position: relative;
  padding-right: 58px;
}
.float-input span {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 1px solid #eaeaea;
  top: 0px;
  right: 0px;
  z-index: 2;
  text-align: center;
}
.float-input span i {
  line-height: 32px;
  font-size: 12px;
  color: #929292;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #929292;
  margin-top: 13px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
  color: #848484;
  font-size: 14px;
  border: 1px solid #eaeaea;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  width: 100%;
  padding: 18px 12px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#contact-form input[type="text"]:focus + span i,
.comment-form input[type="text"]:focus + span i {
  color: #fff;
  background: #929292;
}
#contact-form textarea,
.comment-form textarea {
  height: 126px;
  border: 1px solid #eaeaea;
}
#contact-form #submit_contact,
.comment-form #submit_contact {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 19px;
  background: #b02d2e;
  text-transform: uppercase;
  border: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#contact-form #submit_contact:hover,
.comment-form #submit_contact:hover {
  opacity: 0.8;
}
#contact-form .message,
.comment-form .message {
  height: 20px;
  font-size: 13px;
  float: none;
  margin-top: 5px;
}
#contact-form .message.error,
.comment-form .message.error {
  color: #eb2c06;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #1e9397;
}
.map-section h1 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 14px;
  color: #000000;
  text-transform: inherit;
}
.map {
  height: 560px;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1300px) {
  #container.fullwidth .portfolio-box .project-post {
    width: 24.98%;
  }
}
@media (max-width: 1199px) {
  .up-footer ul.flickr-list li {
    margin-right: 7px !important;
  }
  .portfolio-box .project-post {
    width: 33.33%;
  }
  #container.fullwidth .portfolio-box .project-post {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  header .navbar-nav > li {
    margin-left: 20px;
  }
  .portfolio-box .project-post {
    width: 50%;
  }
  #contact-form {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  header .navbar-brand {
    background: transparent;
    padding: 10px 15px 15px 15px;
  }
  header .navbar-brand img {
    margin:  auto;
  }
  .navbar-toggle {
    position:  absolute;
    top: 15px;
    left: 15px;
  }
  .navbar-header {
    display: flex;
    justify-content: center;
    /*border-bottom: 1px solid #f1f1f1;*/
    border-bottom:  0;
  }
  header .navbar-nav li.drop ul.dropdown:last-child {
    right:  auto;
  }
  header .navbar-nav {
    margin: 0;
  }
  header .navbar-nav > li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header .navbar-nav > li a {
    padding: 5px 0;
    border: none !important;
  }
  header .navbar-nav > li a:hover,
  header .navbar-nav > li a.active {
    color: #b02d2e;
  }
  li.drop ul.dropdown {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: rotateY(0deg) !important;
    -moz-transform: rotateY(0deg) !important;
    -ms-transform: rotateY(0deg) !important;
    -o-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    -moz-transform: rotateX(0deg) !important;
    -ms-transform: rotateX(0deg) !important;
    -o-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
  }
  header .navbar-nav li.drop ul.dropdown li a {
    background: transparent;
    color: #333;
    padding: 5px 0;
  }
  header .navbar-nav li.drop ul.dropdown li a:hover {
    color: #b02d2e;
  }
  .portfolio-section ul.filter li a {
    padding: 8px;
  }
  .portfolio-box .project-post {
    width: 49.9%;
  }
  .footer-line p {
    float: none;
    text-align: center;
  }
  .footer-line ul.footer-social-icons {
    float: none;
    text-align: center;
  }
  #slider p.flex-caption {
    display: none;
  }
  #container.fullwidth .portfolio-box .project-post {
    width: 49.98%;
  }
  #slider-fullwidth p.flex-caption {
    padding: 0 10px;
    font-size: 12px;
    left: 0;
    right: 0;
  }
  #slider-fullwidth p.flex-caption span {
    padding: 5px 10px;
  }
  #slider-fullwidth .flex-direction-nav {
    display: none;
  }
  .blog-section .blog-post .blog-title h3 {
    font-size: 20px;
  }
  .blog-section .blog-post .blog-title {
    padding: 15px;
  }
  .blog-section .blog-post .blog-title ul.post-tags li {
    font-size: 14px;
  }
  .text-fields,
  .submit-area {
    width: 100%;
    padding: 0;
    float: none;
  }
  ul.depth {
    margin-left: 0;
  }
  ul.depth li:before {
    display: none;
  }
  .project-section .flexslider {
    margin-bottom: 20px;
  }
  .title-section h1 {
    font-size: 25px;
  }
}
@media (max-width: 548px) {
  .portfolio-box .project-post {
    width: 100%;
  }
  #container.fullwidth .portfolio-box .project-post {
    width: 100%;
  }
  header .navbar-nav li.drop ul.dropdown.third-level {
  top: 0;
  right: 0;
  padding-right: 25px !important; 
 }
 header .navbar-nav li.drop ul.dropdown {
  padding-right: 25px;
 }
}

.search {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}
.search form {
  display:  flex;
}

.search input {
  width:  200px;
  height:  40px;
  border:  1px solid #b02d2e;
  padding: 0 8px;
}
.search button {
  width:  40px;
  height:  40px;
  background-color: #b02d2e;
  color: #fff;
  border:  0;
}

@media screen and (max-width: 680px) {
  .search input {
    width: 90%;
  }
  .search form {
    width: 100%;
    margin-bottom:  10px;
  }
  .navbar-collapse {
    max-height:  100vh !important;
    min-height:  100vh;
    height: 100vh;
    background-color:  #fff;
    padding-top:  110px;
  }
}


/* CLIENTS */
.our-clients.portfolio-box .project-post {
  height: 150px;
  overflow: hidden;
} 
.our-clients.portfolio-box .project-post .hover-box .inner-hover {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.clients {
  margin-bottom: 90px !important;
}
.clients .slick-slide { 
    text-align: center; 
    height: 130px; 
    background: #fff;
    border: 1px solid #eee;
    margin: 0 2px;
}
.clients .slick-slide .logo {
  margin: 5%;
  width: 90%;
  height: 110px;
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: center center; 
}
.slick-prev:before, .slick-next:before {
  color: #000;
}

@media screen and (max-width: 600px) {
  .clients .slick-slide {
    margin: 0
  }
  .clients .slick-prev, .clients .slick-next {
    display: none !important;
  }
}