/*****************************

Template Name:  Jack lemon - Personal Portfolio Template
Author: Vedees
Version: 1.0
Design and Developed by: Vedees

NOTE: This is main stylesheet of the template.

******************************/

/*================================================
            Table of contents
==================================================

0. SETTING
	a. GLOBAL
	b. SECTION
	c. HELPER
1. NAVIGATION SECTION
2. HEADER SECTION
3. ABOUT SECTION
4. SERVICE SECTION
5. BLOG SECTION
6. TOGETHER AREA
7. PORTFOLIO SECTION
8. CONTACT SECTION
9. VIDEO  PAGE
10. COMING SOON  PAGE
11. FOOTER  SECTION

====================================================
            End table content
===================================================*/

@import 'https://fonts.googleapis.com/css?family=Dosis:400,400i,700|Raleway:300,600,600i,700,900';

/*SETTING*/

body {
  font-size: 16px;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #424242;
  margin-bottom: 35px;
  margin-top: 0;
}

h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 600!;
}

p {
  font-family: 'Dosis', sans-serif!important;
  font-size: 18px;
  color: #333;
}

a {
  color: #fff;
}

a:hover {
  color: #f9df00;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}


/*SECTION*/
.editRelative
{
    position:relative;
    float:right;
    width:100%;
}
.editCountrol
{
    position:absolute;
    top:100px;
    right:10px;
     width:150px;
    height:33px;
    display:none;
    z-index:9999;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-heading {
  padding: 40px 0;
}

.section-heading .title {
  position: relative;
  margin: 0 0 26px;
  text-align: center;
}

.section-heading .title:after {
  content: '';
  height: 3px;
  width: 80px;
  background-color: #f9df00;
  position: absolute;
  top: 55px;
  right: calc(40% - -74px);
}

.section-heading p {
  text-align: center;
  color: #818181;
  margin: 0px 0 40px;
}

.section-heading h2 {
  margin: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #F9DF00;
}

.section-heading h3 {
  font-size: 32px;
  font-weight: 900;
}


/*HELPER*/

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.bg-img div {
  z-index: 1;
  position: relative;
}

.bg-img:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.green-text {
  color: #82B440;
}

.mauto {
  margin: auto;
}

.btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  padding: 11px 34px;
  border: 1px solid #F9DF00;
  color: #333;
  background-color: rgba(240, 248, 255, 0.1);
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}

.btn-default:hover, .header .btn-default:focus, .btn-default:active {
  background: #F9DF00;
  color: #000;
  padding: 11px 34px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
}


/*navigation*/

.navbar-nav>li>a {
  line-height: 1;
  display: inline-block;
  color: #333!important;
  text-decoration: none;
  cursor: pointer;
}

.navbar-nav>li>a:hover {
  color: #f9df00;
}

.navbar-nav>li>a:after {
  display: block;
  content: "";
  height: 5px;
  width: 0%;
  background-color: #F9DF00;
  transition: width .4s ease-in-out;
}

.navbar-nav>li>a:hover:after, .navbar-nav>li>a:focus:after {
  width: 100%;
}

.navbar-brand {
  font-weight: 700;
  color: #333;
  letter-spacing: 2px;
}

.navbar-toggle .icon-bar {
  background-color: #F9DF00;
}

.animated-header {
  background: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #dedede;
}

.navbar-nav>li>a:hover {
  background: transparent;
}

.main-menu li>a {
  color: #333;
}

.main-menu li>a:hover {
  color: #444;
}

.main-menu li a {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-transform: uppercase;
}


/*header*/

.header {
  /*background-image: url(../img/main.jpg);*/
  height: 140vh;
  position: relative;
  max-height: 600px;
}
.header .imgG
{
    width:100%;
    }

.intro-box {
  height: 100vh;
  display: table;
  text-align: center;
  width: 100%;
}

.intro {
  display: table-cell;
  vertical-align: middle;
}

.header h1 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size:99%;
}

.header span.header-name {
  color: #F9DF00;
  font-weight: 700;
  font-size:62%;
}

.header h1, .header p {
  letter-spacing: 2px;
  color: #333;
}

.header p {
  font-size: 32px;
  padding-top: 0;
  padding-bottom: 40px;
}

.header .lemon-btn {
  border-color: #fff;
  color: #fff;
}


/*ABOUT*/

#about .btn-default {
  padding: 8px 15px;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #F9DF00;
  margin-right: 20px;
}

#about .btn-default:hover, .btn-default:focus {
  background: #F9DF00;
  color: black;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #F9DF00;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
}

#about .soc-icon {
  padding-top: 20px;
  display: inline-block;
}

#about .soc-icon a i {
  color: #333;
  font-size: 20px;
  padding-right: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

#about .soc-icon a i:hover {
  color: #F9DF00;
  font-size: 20px;
  padding-right: 15px;
}


/*SERVICE*/

#service {
  background-color: #f9f9f9;
}

#service .service-card {
  margin-bottom: 18px;
  padding: 24px;
  transition: all 0.5s;
  border: 1px solid #ddd;
}

#service .icon {
  margin-top: 8px;
  font-size: 47px;
  color: #F9DF00;
}

#service .service-card:hover {
  border: 1px solid #686868;
}


/*BLOG*/

#blog .b-btn {
  color: #333;
  letter-spacing: 3px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

#blog .item img {
  max-height: 360px;
}
@media only screen and (max-width: 767px) {
.header
{
        height: 87px;
        min-height: 87px;
    }
    
    .intro-box
    {
       height: 115px;
    }
    .header .col-md-12
    {
        margin-top: 93px !important;
    }
    .intro .col-md-12
    {
        margin-top: 37px !important;
    }
    .intro .col-md-12 h1
    {
        font-size: 24px;
    }
    .intro .col-md-12 .header-name
    {
        font-size: 16px;
    }
}
/*@media only screen and (max-width: 767px) {
#blog .item img {
  max-height: 150px;
  margin-right:auto;
}
.work-area .image
{
        height: 150px !important;
    line-height: 150px !important;
}
#portfolio .work-area .image img
{
    margin-right:auto  !important;
}
}*/
#blog .b-btn:hover {
  color: #333;
  border-bottom: 4px #F9DF00 solid;
  letter-spacing: 3px;
  text-decoration: none;
  font-weight: 700;
}

#blog .owl-theme .owl-dots .owl-dot span {
  background-color: #F9DF00;
  margin: 5px;
}

#blog .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots span {
  background-color: #F9DF00;
  height: 14px;
  width: 14px;
  margin: 3px;
}

#blog .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F9DF00;
}


/*TOGETHER*/

.together {
  background: url(../img/together.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.together h3 {
  letter-spacing: 5px;
  color: #333;
}

.together p {
  font-size: 14px;
  margin-bottom: 30px;
}

.together .btn-together {
  padding: 11px 40px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #F9DF00;
  margin-top: 20px;
  font-size: 16px;
  background-color: rgba(240, 248, 255, 0.1);
}

.together .btn-together:hover, .btn-together:focus {
  background: #F9DF00;
  color: black;
  font-weight: 600;
  padding: 11px 40px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #F9DF00;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  text-decoration: none;
}


/*PORTFOLIO */

#portfolio .col-md-4 {
  padding: 5px;
}

#portfolio ul {
  width: 100%;
  overflow: hidden;
  list-style: none;
  text-align: center;
}

#portfolio ul>li {
  width: auto;
  padding: 20px 25px;
  text-align: center;
  cursor: pointer;
}

#portfolio ul>li {
  line-height: 1;
  display: inline-block;
  color: #333!important;
  text-decoration: none;
  cursor: pointer;
}

#portfolio ul>li:hover {
  color: #f9df00;
}

#portfolio ul>li:after {
  display: block;
  content: "";
  height: 3px;
  width: 0%;
  background-color: #F9DF00;
  transition: width .6s ease-in-out;
}

#portfolio ul>li:hover:after, #portfolio ul>li:focus:after {
  width: 100%;
}

#portfolio .work-area {
  position: relative;
}

#portfolio .work-area .image img {
     width: auto;
    max-height: 100%;
}

#portfolio .work-area .overlay {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
}

#portfolio .work-area .overlay i {
  color: #777;
  text-align: center;
  position: absolute;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 20px;
  top: 35%;
  left:0;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
      overflow: hidden;
    cursor: pointer;
}

#portfolio .work-area:hover .overlay {
  opacity: 1;
}

#portfolio .work-area:hover .overlay i {
  top: 50%;
}

.lemon-card-content
{
    overflow:hidden;
}
.lemon-card-content h3
{
    font-size:14px;
}
.lemon-card-content h2
{
    font-size:14px;
}
/*FACT*/

#fact .card-fact {
  text-align: center;
  font-size: 32px;
}

#testimonials .item h3 {
  margin-top: 10px;
  margin-bottom: 0px;
}

#testimonials i {
  margin-top: 10px;
  font-size: 50px;
  color: #F9DF00;
}


/*CONTACT*/

#contact {
  background-color: #F0F0F0;
}

.success {
  display: none;
}

.contact-form {
  text-align: center;
  margin-bottom: 100px;
}

.contact-form .input-field {
  line-height: 49px;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 4px;
  text-align: center;
  padding: 0 10px 0 10px;
  margin-bottom: 24px;
}

.contact-form .textarea {
  max-height: 225px;
  height: 130px;
  line-height: 27px;
  padding-top: 15px;
}

.contact-form ::-webkit-input-placeholder {
  text-align: center;
}

.contact-form :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

.contact-form :-ms-input-placeholder {
  text-align: center;
}

.contact-form .btn-send {
  padding: 8px 15px;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #F9DF00;
  margin-right: 20px;
  width: 30%;
  background: #fff;
}

.contact-form .btn-send:hover, .btn-send:focus {
  background: #F9DF00;
  color: black;
  padding: 8px 15px;
  text-transform: uppercase;
  border: 1px solid #F9DF00;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
}


/*VIDEO*/

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.no-video .video-container video, .touch .video-container video {
  display: none;
}

.no-video .video-container .poster, .touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto!important;
  height: auto!important;
}

.video-container video.fillWidth {
  position: absolute;
}

.video-container h1 {
  font-weight: 800;
  margin-bottom: 20px;
}

.video-container span.header-name {
  color: #F9DF00;
  font-weight: 700;
}

.video-container h1 {
  letter-spacing: 2px;
  color: #fff;
}

.video-container p {
  font-size: 32px;
  padding-top: 0;
  padding-bottom: 40px;
}

.video-container .btn-default {
  color: #fff;
  font-weight: 700;
}

.video-container .btn-default:hover, .video-container .btn-default:focus {
  color: #333;
  padding: 11px 34px;
}


/* COMING SOON PAGE */

.title-bg h1 {
  text-transform: uppercase;
  font-weight: 900;
  color: #424242;
  font-size: 48px;
  font-family: 'Raleway', sans-serif;
}

.info-bg {
  font-size: 20px;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

.buttons-bg {
  margin-top: 120px;
}

.countdownContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}


/* FOOTER */

#footer {
  padding: 130px 0px;
  background: #000;
}

#footer p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fafafa;
}

#footer .fotter-email {
  float: right;
}
.owl-carousel .lemon-card-header
{
    border:solid 1px gray;
    background: white;
    height: 241px;
    overflow: hidden;
    text-align:center;
}
.iconPlay {
  background-image: url(../img/play.png);
 height: 100%;
    width: 100%;
    background-size: 21% 45%;
    background-repeat: no-repeat;
    background-position: center center;
}