/*STYLE.CSS*/

/*This is main CSS file that contains custom style rules used in this template*/

/***********************************************************************************************

    Project Name: Orsova
    Project Description: Orsova - Minimal Personal/Portfolio Template
    File Name: style.css
    Author: ClasDesign
    Author URI: http://www.clas-design.com
    Build Date: 15-04-2015
    Version: 1.0 Initial Release
    Copyright: (C) 2015
    
/***********************************************************************************************/


/***********************************************************************************************/
/* TABLE OF CONTENTS: */
/***********************************************************************************************/

/*------------------------------------------------------------------------


  01. Common Styles
      -Typography
      -Buttons
  02. Preloader
  03. Header
  04. Hero section
  05. Home Page
      -Home-projects
      -Clients-section
  06. About Page
      -About-section
      -Statistics-section
      -Team-section
  07. Services Page
  08. Portfolio Page 
  09. Single-project
  10. Blog Masonry
  12. Blog single page 
      -Body-post
      -Comments-list
      -Respond Form
  12. Contact Page
  13. Footer 
  14. Back to top


--------------------------------------------------------------------------*/


/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/

body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  line-height: 22px;
  font-size: 13px;
  letter-spacing: .8px;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px;
  max-width: 100%;
  overflow-x: hidden !important;
}

a {
  color: #/*fe4000*/;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

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

img {
  max-width: 100%;
}

.dark-bg {
  background: #34353A;
}

.dark-bg-1 {
  background: #333;
}

.white-bg {
  background: #fff;
}

.without-padding {
  padding: 0;
}

.marg-0 {
  margin: 0;
}

.bg-gray {
  background: #e5e5e5;
}

.form-control::-moz-placeholder {
  color: #494949;
}
.form-control:-ms-input-placeholder {
  color: #494949;
}
.form-control::-webkit-input-placeholder {
  color: #494949;
}


/***********************************************************************************************/
/* =HEADER ANIMATION */
/***********************************************************************************************/
/*Custom Styles*/
/*.typeWrapper{
  background-color:#000;
}*/
/*.css-typing
{
    color:#fff; 
    font-size:50px; 
    font-family:'Raleway', sans-serif; 
    font-weight:700;
    width: 30em;
    margin-top:260px;
    height:150px;
    width:200px;
    margin-left:280px;
    white-space:nowrap;
    /*overflow:hidden;*/
    background-color:#000;
    -webkit-animation: type 5s steps(50, end);
    animation: type 5s steps(50, end);
}*/

@keyframes type{
    from { width: 0; }
}

@-webkit-keyframes type{
    from { width: 0;}
}

/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/
/*Custom Styles*/
.myBioHdr{

}
.myBio{
  color: #1f2021;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: #1f2021;
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

h1, .h1 {
  font-family: 'Abel', sans-serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 2px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

p {
  margin: 0;
}

.title-section hr {
  width: 15%;
}

.pad-sec {
  padding: 100px 0!important;
}

.title-section {
  padding-left: 30px;
  padding-right: 30px;
}

.sep-section {
  height: 1px;
  border-bottom: 1px solid #EAEAEA;
}

/***********************************************************************************************/
/* =Buttons */
/***********************************************************************************************/

.btn {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 25px;
  border-radius: 1px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, 
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-lg {
  padding: 15px 35px;
}

.btn-primary {
  text-transform: uppercase;
  background-color: #fe4000;
  border-color: #fe4000;
}

.btn-black {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:hover {
  background-color: #fe4000;
  border-color: #fe4000;
  color: #fff;
}

.btn-clean {
  border-color: #6B6B6B;
  color: #1f2021;
  text-transform: uppercase;
  letter-spacing: 0;
  background: transparent;
}

.send-btn {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
 font-size: 3.6rem;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #191919;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/***********************************************************************************************/
/* =Preloader */
/***********************************************************************************************/ 

#preloader {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

#loading-animation {
  background-image: url("../images/preloader.gif") ;
  background-position: center center;
  background-repeat: no-repeat;
  height: 75px;
  left: 33%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 650px;
  border-radius: 4px;
}

/************************************************************************
// =Navigation>Sticky Header
*************************************************************************/

.sticky-header {
  height: 80px;
  width: 100%;
  z-index: 56;
  padding: 27px 0;
  border-bottom: 1px solid rgb(242, 242, 242);
  position: absolute;
  top: 0;
}

.sticky-header .logo,
.sticky-header .top-bars {
  padding-left: 0;
}

.sticky-header .logo img {
  max-height: 50px;
}

.sticky-header .top-bars {
  text-align: right;
  font-size: 28px;
  color: black;
}

.sticky-header .top-bars .fa-wrap {
  margin-right: 3px;
  float: right;
}

.sticky-header .top-bars .fa {
  cursor: pointer;
}

.sticky-header .top-bars .fa:hover {
  color: #7e7d7d;
}

.navbar.active {
  position: fixed;
  display: block;
  width: 100%;
  opacity: 0.95;
  background: #fff;
  height: 80px;
  width: 100%;
  padding: 27px 0;
  border-bottom: 1px solid rgb(242, 242, 242);
}

/************************************************************************
// =Navigation>orsova Menu
*************************************************************************/

.orsova-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.orsova-menu .container {
  position: relative;
}

.orsova-menu a {
  color: #e6e5e5;
}

.orsova-menu a:hover {
  color: white;
}

.orsova-menu .icon-wrap {
  font-size: 50px;
  position: absolute;
  right: 0;
  top: 54px;
}

.orsova-menu .icon-wrap .close-icon {
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.orsova-menu .icon-wrap .close-icon:hover {
  opacity: .7;
}

.orsova-menu .menu-wrap {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 105px;
  overflow-y: auto;
}

.orsova-menu .menu-wrap ul {
  padding-left: 0;
}

.orsova-menu .menu-wrap > ul > li {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.orsova-menu .menu-wrap > ul > li > a {
  color: white;
  position: relative;
}

.orsova-menu .menu-wrap > ul > li > a:hover {
  color: #e6e5e5;
}

.orsova-menu .menu-wrap ul ul {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  padding-left: 0;
  margin-top: 24px;
  line-height: 1.5;
  display: none;
}

.orsova-menu .menu-wrap ul ul a {
  color: #7e7d7d;
}

.orsova-menu .menu-wrap ul ul a:hover {
  color: #e6e5e5;
}

.open-menu {
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: 0;
  padding: 7px;
  font-weight: 100;
  color: white;
  font-size: 20px;
}

/***********************************************************************************************/
/* =Hero section */
/***********************************************************************************************/

#hero-section {
  position: relative;
  display: table;
  width: 100%;
}

#hero-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  opacity: .9;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}

.hero-text {
  padding-top: 5%;
}

p.hero {
  color: #737373;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 30px
}

/***********************************************************************************************/
/* =Home Page */
/***********************************************************************************************/

.home-hero {
  background: url('../images/hero-bg/background.jpg');
  background-size: cover;
}

/*--------------------
  Home-projects
----------------------*/

#projects-section {
  padding-top: 100px;
}

#projects-section .title-section {
  padding-bottom: 80px;
}

#type-masory {
  width: 100%;
}

#projects-section #type-masory .project {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.project-item a {
  position: relative;
  display: block;
}

.project-item a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*Overlay projects*/

.overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}

.overlay .overlay-inner {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  bottom: 0;
}

.overlay .overlay-inner h3 {
  color: #313537;
  margin-bottom: 15px;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(-30px);
     -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
       -o-transform: translateY(-30px);
          transform: translateY(-30px);
}

.overlay .overlay-inner p {
  color: #8c8c8c;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
}

a:hover .overlay .overlay-inner h3 {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

a:hover .overlay .overlay-inner p {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

a:hover .overlay {
  opacity: 1;
}

.View-more {
  text-align: center;
  padding: 60px 0;
}

/*--------------------
  Clients-section
----------------------*/

#clients-section {
  border-top: 1px solid #EEEEEE;
  padding: 20px 0;
}

#clients-section .client-logo a {
  display: block;
  opacity: .6;
  text-align: center;
}

#clients-section .client-logo a img {
  width: 100%;
}

#clients-section .client-logo a:hover {
  opacity: .8;
}

#masonry-projects-section {
  padding: 0 0 100px 0;
}

#masonry-projects-section #type-masory .project {
  padding-bottom: 30px;
}

/***********************************************************************************************/
/* =About Page */
/***********************************************************************************************/

.about-hero {
  background: url('../images/hero-bg/vader.jpg');
  background-size: cover;
}

.about-hero p.hero {
  font-size: 16px;
  line-height: 24px;
}

/*--------------------
   About-section
  ------------------*/

.about-img img {
  width: 100%;
}

#about-section .about {
  padding-top: 90px;
  padding-left: 70px;
  padding-right: 70px;
}

#about-section .about h2 {
  margin-bottom: 30px;
}

#about-section .about p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.3px;
}

#about-section .about h4 {
  margin-top: 30px;
}

#about-section .about h4 a {
  color: rgba(31,32,33,1);
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(31,32,33,1);
}

/*--------------------
   Statistics-section
  ------------------*/

#statistic-section {
  background: url('../images/temp/stats-bg.jpg') center top;
  position: relative;
  text-align: center;
  padding-top: 70px;
}

#statistic-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(55, 55, 55, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#statistic-section .container {
  position: relative;
  z-index: 3;
}

.statistic-percent {
  padding-bottom: 70px;
}

span.percentfactor {
  color: #fff;
  font-size: 42px;
  margin-bottom: 4px;
}

.fact p {
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
}

/*--------------------
   Team-section
  ------------------*/

#team-section {
  padding: 100px 0;
}

#team-section .title-section {
  margin-bottom: 80px;
}

#team-section .title-section, .team-members .magnifier-inner {
  text-align: center;
}

.member-team {
  position: relative;
  cursor: pointer;
}

.member-team img {
  width: 100%;
}

.member-team .magnifier {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}

.member-team .magnifier:hover {
  opacity: 1;
}

.member-team .magnifier .magnifier-inner {
  position: absolute;
  width: 100%;
  top: 20%;
  padding: 0 20px;
}

.member-team .magnifier .magnifier-inner p {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  margin-bottom: 40px;
}

.member-team .magnifier .magnifier-inner ul.social-icons {
  list-style-type: none;
  padding: 0;
}

.member-team .magnifier .magnifier-inner ul.social-icons li {
  display: inline-block;
  margin-left: 5px;
}

.member-team .magnifier .magnifier-inner ul.social-icons li:first-child {
  margin: 0;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a i {
    color: #8e8e8e;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a:hover i {
  color: #000;
}

.process h4 {
  font-size: 15px;
}

.process-desc {
  padding: 100px 70px;
  line-height: 24px;
  font-size: 13px;
  color: #9e9e9e;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

.process-desc h2 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}

.process-icon span {
  display: block;
  font-size: 46px;
  padding-bottom: 15px
}

/***********************************************************************************************/
/* =About-2 page */
/***********************************************************************************************/

#skill-section, #process-section {
  border-top: 1px solid #EEEEEE;
}

.skill-desc {
  padding: 100px 70px;
  text-align: center;
}

.skill-desc h2 {
  color: #fe8869;
  letter-spacing: 1.3px;
}

.skill-desc {
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 300;
}

.skills, .process {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding: 100px 0 80px 0;
}

.skills ul.skills-slider, .process-slider {
  list-style-type: none;
  padding: 0;
}

.skills ul.skills-slider li span {
  display: block;
  font-size: 42px;
  padding-bottom: 15px
}

.skills ul.skills-slider li p, .process-slider li p {
  line-height: 24px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -80px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #797979!important;
  width: 8px;
  height: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fe8869!important;
}

/***********************************************************************************************/
/* =Services Page */
/***********************************************************************************************/

.services-hero {
  background: url('../images/hero-bg/services-bg.jpg');
  background-size: cover;
  text-align: center;
}

#services-section {
  padding: 100px 0 50px 0;
}

#services-section .title-section {
  padding-bottom: 80px;
}

.service-post {
  padding: 30px 0;
}

.service-post h4 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.service-icon {
  font-size: 42px;
  color: #111;
  padding-bottom: 15px;
}

#action-section {
  padding: 100px 0;
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
}

#action-section h2 {
  padding-bottom: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

#action-section .btn+.btn {
  margin-left: 20px;
}

#services-2-column .row {
  margin: 0;
}

#services-2-column .row .col-sm-6 {
  padding: 0;
}

#services-2-column .service-post {
  padding: 80px 120px;
}

/***********************************************************************************************/
/* =Portfolio Page */
/***********************************************************************************************/

.portfolio-hero {
  background: url('../images/hero-bg/portfolio-bg3.jpg');
  background-size: cover;
}

#portfolio-section {
  padding: 80px 0;
}

ul.filter-list {
  padding: 10px 0 10px 0;
  list-style: none;
  text-align: center;
}

ul.filter-list li {
  display: inline-block;
  margin-right: 10px;
}

ul.filter-list li a {
  display: block;
  cursor: pointer;
  color: rgb(73, 73, 73);
  /*font-style: italic;*/
  font-size: 18px;
}

ul.filter-list li a:hover {
  color: #fe4000;
}

ul.filter-list li a.active {
  color: #fe4000;
}

ul.filter-list li a:after {
  content: "/";
  color: #898989;
  padding-left: 15px;
}

ul.filter-list li:last-child a:after {
    content: "";
}

.gallery-masory {
    width: 100%;
}

.portfolio-items .gallery-masory .gallery-item {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

/***********************************************************************************************/
/* =Single-project */
/***********************************************************************************************/

.single-portfolio {
  padding-top: 85px;
}

.mbBanner{
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.hpp{
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.crestBanner{
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.crestor{
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.project-image-v img {
  width: 50%;
  padding-bottom:85px;
}

.project-image img {
  width: 100%;
}

.project-title {
  padding: 30px 0;
  text-align: center;
}

.project-title-v {
  text-align: left;
}

.project-title h6 {
  text-transform: lowercase;
}

.portfolio-desc {
  padding-bottom: 70px;
}

.portfolio-desc-v {
  padding-bottom: 70px;
  width:33%;
  float:right;
  margin-top:10px;
}

.portfolio-desc h5 {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.portfolio-desc a {
  padding-top: 20px;
  display: block
}

.portfolio-desc a:hover {
  color: #fe4000;
  opacity: .8;
}

.portfolio-rel-title h4 {
  position: relative;
  letter-spacing: 2px;
  padding-bottom: 13px;
}

.portfolio-rel-title h4:after {
  content: "";
  width: 40px;
  height: 0;
  border-bottom: 1px solid #252525;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.portfolio-rel {
  padding: 80px 0;
}

/***********************************************************************************************/
/* =Blog Masonry*/
/***********************************************************************************************/

.blog-hero {
  padding: 80px 0;
}

.hero-bg {
  background: url('../images/hero-bg/blog-bg.jpg');
  background-size: cover;
  width: 100%;
  position: relative;
}

.hero-bg:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-head-title {
  padding: 10px;
  position: relative;
  z-index: 3;
}

.blog-head-title .title-border {
  padding: 96px 60px 81px;
  border: 1px solid rgba(101,101,101,.5);
}

.blog-head-title .title-border .hero-text h2 {
  color: #fff;
  font-size: 24px;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 15px;
}

.blog-head-title .title-border .hero-text {
  color: #fff;
  text-align: center;
}

.blog-post {
  margin-bottom: 45px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada
}

.blog-post .thumbnail {
  padding: 0;
  margin-bottom: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  overflow: hidden;
}

.thumbnail img, .article-img a img {
  width: 100%;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.blog-post .thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

h4.blog-title a {
  display: block;
  color: #252525;
  margin-bottom: 15px;
}

h4.blog-title a:hover {
  color: #fe4000;
}

.blog-post p {
  margin-bottom: 40px;
  font-size: 12px;
}

.blog-post .meta-data {
  font-style: italic;
  font-size: 12px;
}

/***********************************************************************************************/
/* =Blog 2-column*/
/***********************************************************************************************/

.blog-post-item {
  position: relative;
  margin-bottom: 30px;
}

.blog-post-item a {
  display: block;
  position: relative;
}

.blog-post-item a img {
  width: 100%;
}

.blog-post-item .overlay {
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  background: rgba(249, 247, 247, 0.9);
}

span.post-date {
  font-size: 13px;
  line-height: 14px;
  color: #fe4000;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  -webkit-transform: translatex(-30px);
  -moz-transform: translatex(-30px);
  -ms-transform: translatex(-30px);
  -o-transform: translatex(-30px);
  transform: translatex(-30px);
}

.blog-post-item a:hover .overlay .overlay-inner span.post-date {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}

/***********************************************************************************************/
/* =Blog single page */
/***********************************************************************************************/

#article-blog {
  padding-top: 100px;
}

/*--------------------
  body-post
  ------------------*/

.body-post {
  margin-bottom: 80px;
}

.article-img {
  margin-bottom: 30px;
}

.article-img a {
  display: block;
}

.body-post .meta-data {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.body-post .meta-data:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 0;
  border-bottom: 1px solid #252525;
}

.share-wrap {
  text-align: right;
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #e9e9e9;
}

.share-wrap ul.social-share {
  list-style: none;
  display: inline-block;
  padding: 0;
}

ul.social-share li {
  position: relative;
  display: inline-block;
}

.social-share li a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
  width: 1px;
  height: 13px;
  background-color: #c9c9c9;
}

.social-share li:last-child a:after {
  background: transparent;
}

ul.social-share li a {
  font-size: 14px;
  display: block;
  color: #010101;
  padding: 5px;
  margin: 5px;
}

/*--------------------
  comments-list
  ------------------*/

#comments {
  margin-bottom: 70px;
}

h4.comments-title {
  position: relative;
  padding-bottom: 15px;
}

h4.comments-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 0;
  border-bottom: 1px solid #252525;
}

.comments-list {
  margin: 40px 0 70px;
}

#comments .media {
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0 40px 0;
}

#comments a.media-left {
  float: left;
}

#comments .media.nbm {
  border-bottom: 0;
  padding-bottom: 0;
}

.media-left, .media>.pull-left {
  padding-right: 20px;
}

.media-heading a {
  font-size: 15px;
}

.comment-meta {
  margin-bottom: 15px;
}

.comment-meta p a {
  font-size: 12px;
  color: #202020;
}

/*--------------------
  Respond Form
  ------------------*/

#commentform {
  margin: 60px 0 0;
  padding: 0;
}

h5#reply-title {
  position: relative;
  letter-spacing: 2px;
  padding-bottom: 15px;
}

h5#reply-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 0;
  border-bottom: 1px solid #252525;
}

p.comment-notes {
  margin-top: 20px;
}

span.required {
  color: #fe4000;
  font-size: 18px;
  line-height: 10px;
}

label {
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

#comments .form-group {
  margin-bottom: 30px;
}

#comments textarea.form-control {
  margin-top: 0;
}

/***********************************************************************************************/
/* =Contact Page */
/***********************************************************************************************/

.contact-hero {
  background: url('../images/hero-bg/contact-bg.jpg');
  background-size: cover;
}

#contact-header {
  padding: 60px 0;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
}

#contact-header h2.title {
  padding-top: 20px;
  text-align: center;
}

.contactform {
  padding: 80px 30px;
}

.form-control {
  font-size: 13px;
  height: 42px;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
      -ms-transition: border-color .3s ease-in-out;
        -o-transition: border-color .3s ease-in-out;
          transition: border-color .3s ease-in-out;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fe4000;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, 
.btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, 
.btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, 
.btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #000;
  border-color: #000;
}

textarea.form-control {
  padding-top: 15px;
  margin-top: 20px;
}

.contact-info {
  text-align: center;
  border-top: 1px solid #EEEEEE;
}

.contact-info a {
  color: #4F4F4F;
  font-size: 18px;
  display: block;
  padding: 50px 0;
}

.contact-info a i {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}

.map {
  height: 600px;
}

/***********************************************************************************************/
/* =Contact Page 2 */
/***********************************************************************************************/

#contact-page-area {
  padding-top: 80px;
}

#contact-page-area h1 {
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  margin-bottom: 22px;
}

#contact-page-area address {
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  line-height: 1.5;
  color: #191919;
}

#contact-page-area address strong {
    line-height: 1.8;
}

.cf-min-pad {
  padding-top: 40px!important;
}

.cf-min-input {
  border-color: #6B6B6B;
  border-radius: 0;
  letter-spacing: 1.1px;
}

.form-control:focus.cf-min-input {
  border: 1px solid #6B6B6B;
}

/***********************************************************************************************/
/* =Footer */
/***********************************************************************************************/

#footer-section {
  padding: 0px 0;
  background: #F7F7F7;
  border-top: 1px solid #EEEEEE;
  margin-top:0px;
}

ul.footer-social-links {
  list-style-type: none;
  padding: 0;
}

ul.footer-social-links li {
  display: inline-block;
  margin-left: 30px;
}

ul.footer-social-links li:first-child {
  margin: 0;
}

ul.footer-social-links li a {
  font-size: 15px;
  color: #4F4F4F;
  display: block;
  text-transform: uppercase;
}

ul.footer-social-links li a:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  background: #fe8869;
  opacity: 0;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}

ul.footer-social-links li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

p.copyright {
  padding-top: 40px;
}

/***********************************************************************************************/
/* =Back to top */
/***********************************************************************************************/

.back-to-top {
  text-align: center;
  background: #fe4000;
  color: #fff;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  opacity: 0.7;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 9999
}

.back-to-top:hover {
  opacity: 100;
}


/***********************************************************************************************/
/* Responsive Part */
/***********************************************************************************************/

@media screen and (max-width: 1200px) {

  #about-section .about {
    padding-top: 40px;
  }

}

@media screen and (max-width: 992px) {

  #type-masory {
    width: auto;
}

  #about-section .about {
    padding: 90px 70px;
  }

  .member-team .magnifier .magnifier-inner {
    padding: 0 10px;
  }

  .member-team .magnifier .magnifier-inner p:last-of-type {
    display: none;
  }

  .gallery-masory {
    width: auto;
  }

  .contactform {
    padding: 80px 10px;
  }

  .portfolio-desc .col-sm-4 {
    margin-bottom: 20px;
  }

  .portfolio-rel figure {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 768px) {

  header .menu .menu-logo {
    display: none !important;
  }

  .menu .close-icon {
    margin-top: 30px;
    margin-right: 30px;
  }

  header .menu li {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 25px;
  }

  header .menu li .submenu {
    position: relative;
    top: 10px;
    display: none;
  }

  header .menu li:hover .submenu {
    display: block;
  }

  header .menu li .submenu li {
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
  }

  header .menu li .submenu li:last-child {
    margin-bottom: 35px;
  }

  header .menu .social-icons {
    display: none !important;
  }

  .member-team {
    margin-bottom: 30px;
  }

  .member-team .magnifier .magnifier-inner {
    padding: 0 30px;
 }

  .member-team .magnifier .magnifier-inner p:last-of-type {
    display: block;
  }

  #contact-header p {
    text-align: center;
  }

}

@media screen and (max-width: 640px) {
  
  h1, .h1 {
    font-size: 40px;
  }

  p.hero {
    font-size: 14px;
    line-height: 24px;
  }

  #action-section {
    text-align: center;
  }

  #action-section h2 {
    line-height: 1.4;
  }

  #action-section .btn+.btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .back-to-top {
    visibility: hidden;
  }

}