/*=======================================================================
* Template Name: BioCard
* Author: mr7oda
* Author URI: http://mr7oda.com
* Description: BioCard - Responsive Bootstrap 3 One Page Personal Portfolio Template
* Version: 1.0
======================================================================= */

/*------------------------------------------------------
Table of content
--------------------------------------------------------
1. General Styles
2. preloader
3. Header
4. Navbar
5. Content Header
6. AboutMe
7. My Skills
8. My Portfolio
9. Testimonials
10. Latest News
11. Contact Me
12. Footer
13. Return to Top
------------------------------------------------------*/

/*----------------------------------------
General Styles
----------------------------------------*/
body{
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 100%;
  background-color: #ffffff;
  color: #494947;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  color: #252523;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
input,textarea,select{
  width:100%;
  padding: 10px 15px;
  font-size: 12px;
  border: 1px solid #d7d7cb;
  line-height: 24px;
  letter-spacing: 0.3px;
  outline-color: #c0392b;
}
[class*=col] > input,
[class*=col] > textarea{
  margin-bottom: 30px;
}
a:hover, a:focus{
  text-decoration: none;
}
.btn{
  width: 160px;
  height: 40px;
  margin-right: 30px;
  background: #494947;
  color: #fff;
  line-height: 25px;
  font-size:13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  border-radius:0px;
  border:1px solid #d7d7cb;
  transition: all 1s;
}
.btn:hover, .btn:focus{
  background:#c0392b;
  color:#fff;
}
.padding-section{
  padding-top:90px;
  padding-bottom:90px;
}
.section-title{
  text-align:center;
  margin-bottom: 80px;
}
.section-title h2{
  font-size:35px;
  margin: 0px;
  line-height:1;
}
.icon{
  position: relative;
  border-top: 1px solid #c0392b;
  width: 150px;
  margin: auto;
  margin-top: 30px;
}
.icon:before{
  content: "";
  position: absolute;
  right: 0px;
  top: -4px;
  width: 7px;
  height: 7px;
  background: #c0392b;
  border-radius: 100%;
}
.icon:after{
  content: "";
  position: absolute;
  left: 0px;
  top: -4px;
  width: 7px;
  height: 7px;
  background: #c0392b;
  border-radius: 100%;
}
.icon span{
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #c0392b;
  font-size: 12px;
  transform: rotate(45deg);
  top: -8px;
  background: #c0392b;
  color:#fff;
  left: 0px;
  right: 0px;
  line-height: 13px;
  margin: auto;
}
.icon span .fa-code{
  transform: rotate(134deg);
}

/* White Title Style*/
.title-white h2{
  color:#fff;
}
.title-white .icon{
  border-top: 1px solid #c0392b;
}
.title-white .icon:before,
.title-white .icon:after{
  background: #c0392b;
}
.title-white .icon span{
  border: 1px solid #c0392b;
}
.content-over{
  position: relative;
  z-index: 1;
}

/* Code Style Effect Hover Portfolio*/
*, *:after, *:before { 
	-webkit-box-sizing: border-box;
	 box-sizing: border-box; 
 }
.clearfix:before, .clearfix:after {
	display: table;
	content: ''; 
}
.clearfix:after { 
	clear: both; 
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
.grid figure figcaption {
	padding: 2em;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #c0392b;
}
.grid {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
figure.effect-goliath {
	background: #c0392b;
}
figure.effect-goliath img,
figure.effect-goliath h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath p, figure.effect-goliath h4 {
	position: absolute;
	bottom: 0;
}
figure.effect-goliath p{
	right:0px;
	padding:30px;
	font-size:14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
figure.effect-goliath p:hover{
	color:#494947;
}
figure.effect-goliath h4{
	left:0px;
	padding:20px;
	color:#fff;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
figure.effect-goliath h4:hover{
	color: #494947;
}
figure.effect-goliath p ,figure.effect-goliath h4{
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}
figure.effect-goliath:hover h4 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}
figure.effect-goliath:hover p, figure.effect-goliath:hover h4 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*----------------------------------------
 Preloader
----------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
}
.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}
.loader:before {
  animation: before 2s infinite;
}
.loader:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em #3d3d3d, -1em 0.5em #3d3d3d;
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em #3d3d3d, 0 0.5em #3d3d3d;
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em #3d3d3d, 1em 0.5em #3d3d3d;
  }
  100% {
    box-shadow: 1em -0.5em #3d3d3d, -1em 0.5em #3d3d3d;
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em #bebeb6, -0.5em -1em #bebeb6;
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 #bebeb6, -0.5em 0 #bebeb6;
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em #bebeb6, -0.5em 1em #bebeb6;
  }
  100% {
    box-shadow: 0.5em 1em #bebeb6, -0.5em -1em #bebeb6;
  }
}
.loader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

/*----------------------------------------
Header
----------------------------------------*/
#header-site{
  height:940px;
  position: relative;
  background: url(../img/eric-lane-header-shot-02.jpg)no-repeat;
  background-size: cover;
  background-position: center top;
}
#header-site:after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: rgba(255,255,255,.15);
}
.main-header{
	position:relative;
	z-index:3;
}

@media only screen and (max-width: 600px) {
    #header-site {
        height: 740px;
        background: url(../img/eric-lane-header-shot-02-mobile.jpg)no-repeat;
    }
}

/*----------------------------------------
Navbar
----------------------------------------*/
.navbar{
	border:none;
	margin-bottom:0px;
}
.navbar-default{
	background:none;
	padding-top:30px;
}
.navbar-default .navbar-nav>li{
	margin:0px 5px;
}
.navbar-default .navbar-nav>li>a{
	color:#000;
	font-size:13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	padding:5px 10px;
}
.navbar-default .navbar-nav>li>.active {
	border-right:1px solid #000;
	border-left:1px solid #000;
	position:relative;
	color:#494947;
}
.navbar-nav .active:before{
    content: "";
  position: absolute;
  width: 5px;
  top: 0px;
  right: 0px;
  height: 30px;
  border-top: 1px solid #494947;
  border-bottom: 1px solid #494947;
}
.navbar-nav .active:after{
	content: "";
  position: absolute;
  width: 5px;
  top: 0px;
  left: 0px;
  height: 30px;
  border-top: 1px solid #494947;
  border-bottom: 1px solid #494947;
}
.navbar-default .navbar-nav>li>.active>a:hover,.navbar-default .navbar-nav>li>.active>a:focus{
	color:#494947;
}
.navbar-default .navbar-brand{
	font-size:30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color:#000;
	padding: 5px 15px;
}
.navbar-brand span{
	font-size:40px;
	font-weight: 800;
    visibility: hidden;
    
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover{
	color:#252523;
}
.navbar-toggle{
  margin-top: 0px;
  background-color: #494947;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
  background-color: #c0392b;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
  background-color: #fff;
}
.affix{
  left:0px;
  right:0px;
}
.flixed-nav{
  padding-top: 20px;
  background: #c0392bed;
  box-shadow: 0px 1px 10px #00000094;
  transition: all 1s;
}
.flixed-nav .navbar-nav>li>.active{
  color:#fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.flixed-nav .navbar-nav>li>a{
  color: #e6e6e6;
}
.flixed-nav .active:after{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.flixed-nav .active:before{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.flixed-nav .navbar-brand{
  color:#fff;
}
.flixed-nav .navbar-nav>li>a:focus,
.flixed-nav .navbar-nav>li>a:hover{
  color:#fff;
}
.flixed-nav .navbar-brand:focus,
.flixed-nav .navbar-brand:hover{
	color:#fff;
}
/*----------------------------------------
Content Header
----------------------------------------*/
.content-header{
	padding-top: 125px;
    padding-left: 0px;
    padding-bottom: 90px;
}
.content-header h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 28px;
    line-height: 35px;
}
.content-header h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	font-size: 40px;
    line-height: 50px;
}
.content-header h1 span{
	font-size:28px;
}
.button-group{
	margin-top:40px;
}
.contact{
	background: #c0392b;
    color: #fff;
}
.contact:hover{
	background:#494947
}
/*----------------------------------------
AboutMe
----------------------------------------*/
.text-about p{
  font-size: 15px;
  line-height: 2;
}
.info-about{
  margin-top: 40px;
}
.info-about li{
  font-size: 15px;
  margin-top: 30px;
  display: block;
}
.info-about li strong{
  width: 130px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-weight: 900;
}
.info-about li strong:after{
  content:":";
  position: absolute;
  right: 0px;
}
.services-blocks{
  margin-top: 8px;
}
.block-serv{
  text-align: center;
  margin-bottom: 30px;
}
.block-serv .icon-serv{
  border: 1px solid #c0392b;
  text-align: center;
  height: 130px;
  width: 130px;
  margin: auto;
  margin-bottom: 15px;
  line-height: 2;
  font-size: 63px;
  color: #494947;
  transition: all 1s;
}
.block-serv .label-serv{
  font-size: 15px;
  font-weight: bold;
  color: #494947;
}
.block-serv:hover .icon-serv{
  border: 1px solid #787876;
  color:#c0392b;
  transition:0.5s all;
}
.block-serv:hover .label-serv{
  color:#9b9b9b;
  transition:0.5s all;
}

/*----------------------------------------
My Skills
----------------------------------------*/
#my-skills{
  background: url(../img/bg-my-skills.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#my-skills:after{
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  background: rgba(0,0,0,.5);
  width:100%;
  height: 100%;
}
.block-bar{
  margin-bottom: 40px;
}
.tooltip{
  position:relative;
  float:right;
  top: -38px!important;
}
.tooltip > .tooltip-inner {
  background-color: #c0392b;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.popOver + .tooltip > .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #c0392b;
}
.progress{
  border-radius:0;
  overflow:visible;
  margin-bottom:0px;
}
.progressText{
  color: #fff;
  padding-bottom: 30px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.progress-bar{
  background: #bebeb6;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
  height: 25px;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  top: -2px;
}

/*----------------------------------------
My Portfolio
----------------------------------------*/
.nav-filter{
  text-align: center;
}
.filter-button{
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-align: center;
  color: #787876;
  margin-bottom: 40px;
  margin-right: 0px;
  padding: 0px 25px 0px 15px;
  border: none;
  background: none;
}
.filter-button:hover, .filter-button:focus{
  text-align: center;
  color: #c0392b;
  background: none;
  outline:0;
}
.port-image{
  width: 100%;
}
.gallery_product{
  margin: 0px;
  padding:0px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.hovereffect .info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: capitalize;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 85%;
  position: absolute;
  top: 7%;
  left: 0px;
  right: 0px;
  margin: auto;
  padding: 70px;
}
.hovereffect:hover .info,
.post-news:hover .info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(179, 179, 179, 0.58);
}
.content-info{
  position: absolute;
  bottom: 10%;
  right:0px;
  left:0px;
  margin: auto;
}
.content-info h4{
  font-size: 18px;
  color:#252523;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}
.content-info span{
  font-size: 12px;
  color:#c0392b;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.see-more{
  margin: auto;
  margin-top: 45px;
  display: block;
}

/*----------------------------------------
Testimonials
----------------------------------------*/
#testimonials{
  background: url(../img/bg-test.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#testimonials:after{
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0.72);
  width:100%;
  height: 100%;
}
.content-testimonial{
  text-align: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.image-person{
  width:70px;
  height:70px;
  margin: auto;
  border:1px solid #fff;
  overflow: hidden;
}
.name-job{
  margin-top: 30px;
}
.name-job h3{
  font-size: 14px;
  font-weight: 700;
  color:#fff;
}
.name-job span{
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
.mess-person{
  margin-top: 40px;
}
.mess-person p{
  width: 65%;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}
.mess-person p:before{
  content: "\f10d";
  color: #c0392b;
  font-family: FontAwesome;
  position: absolute;
  left: -5px;
  top: -25px;
}
.mess-person p:after{
  content: "\f10e";
  color: #c0392b;
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  bottom: -8px;
}
.owl-theme .owl-nav.disabled + .owl-dots{
  margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span{
  width: 30px;
  height: 3px;
  margin: 5px 10px;
}
.owl-theme .owl-dots .owl-dot span{
  background: #d7d7cb;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #c0392b;
}

/*----------------------------------------
Latest News
----------------------------------------*/
#latest-news{
  padding-bottom:100px;
}
.post-news .content-post-news{
  border: 1px solid #d7d7cb;
  border-top:none;
  padding: 30px 20px;
}
.post-news:hover .content-post-news{
  box-shadow: 0px 5px 10px #d7d7cb;
  transition: all 0.5s;
}
.content-post-news h2{
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
  color: #242424;
  line-height: 25px;
}
.content-post-news p{
  font-size: 14px;
  line-height: 26px;
  color:#787876;
  margin: 0 0 17px;
}
.continue-read{
  font-size: 14px;
  font-weight: 700;
  color:#242424;
}
.continue-read:hover{
  color:#c0392b;
}
.date-post{
  float: right;
  font-size: 14px;
  font-weight: 700;
  color:#242424;
}
.post-news:hover .date-post,
.post-news:hover .continue-read,
.post-news:hover .content-post-news h2{
  color:#c0392b;
}
.hovereffect .hover-pluss{
  font-size: 50px;
  line-height: 1;
  color: #c0392b;
}

/*----------------------------------------
Contact Me
----------------------------------------*/
#contact-me{
  position: relative;
  background: url(../img/eric-lane-contact-background.jpg)no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
#contact-me:before{
  content:"";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #141414b8;
  z-index: 1;
}
#contact-me:after{
  content:"";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 330px;
  width: 100%;
   background: #141414;
}
.contact-area{
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #d7d7cb;
  padding: 30px 20px;
}

/*----------------------------------------
Footer
----------------------------------------*/
#footer{
  height: auto;
  background: #252523;
  color: #fff;
  padding: 30px 0px 30px 0px;
}
.copy-right{
  padding-top: 10px;
  font-size: 13px;
  font-weight: 700;
}
.copy-right a{
  color:#b7b7b7;
}
.social-icons{
  text-align: right;
}
.social-icons ul li{
  display: inline-block;
}
.social-icons ul li a{
  color:#fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  line-height: 2;
  margin-right: 20px;
}
.social-icons ul li a:hover,
.social-icons ul li a:focus{
  background: #c0392b;
  color: #fff;
}

/*----------------------------------------
Return to Top
----------------------------------------*/
#top{
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    background: rgb(73, 73, 71);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#top i{
    color: #fff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 13px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#top:hover{
    background: #c0392b;
}
#top:hover i{
    color: #fff;
    top: 5px;
}