/* Jason J. Kim Website

Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common Styles
- 2. Header Styles
- 3. Footer
- 4. Nav
- 5. Pages
- 6. Utilities
*/


/* 1. JJK Common Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
    overflow-x: hidden;
}
body{
   /* border-left: solid 70px #fff;
    border-right: solid 70px #fff;*/
}
p {f
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 0;
	font-style: normal;
	font-weight: 400;
}
.menupoint span{ padding-top: 15; font-size:16px}
.text-right-side {
	text-align: right;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
}
.casestudyheadline { font-size:18px; letter-spacing: 4px;}
a {
    text-decoration: none !important;
}
.main-menu a {
	color: #606060;
}

a:focus {
    outline: none;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid .no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid .no-gutter [class*='col-']:not(:first-child),
.container-fluid .no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
/*Preloader*/
html.preloader-running, body.preloader-running {
    overflow: hidden;
}

html.preloader-running .sticky-sidebar {
    display: block;
}

div#preloader.jason-kim {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 99999;
}

div#preloader.jason-kim.fluidview {
    left: 0px;
}
.page-section{
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
}
.separator-section{
	padding: 150px 0;
}
#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    margin: -100px 0 0 -100px;
}
.super-heading{
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 16px;
}
.main-heading{
	font-size: 28px;
	line-height: 46px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 9px;
}
.main-heading .text-rotator{
    display: inline-block;
}
.sub-heading span{
    border: solid 2px;
    padding: 10px;
    padding-left: 22px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 12px;
    text-transform: uppercase;
}
.promo-text{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
}
.liner{
    width: 200px;
    height: 6px;
    display: inline-block;
}
.liner-small{
    width: 100px;
    height: 2px;
    display: inline-block;
}
/*navabr*/
.navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding-top:20px;}
.navbar-default .navbar-brand {
  color: none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: none;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* 2. Header Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead.jason-kim {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9900;
	height: 90px;
	border-bottom: thin solid #B8B8B8;
}
header.masthead.jason-kim > .masthead-inner {
 padding-left: 70px;
  padding-right: 70px;
}
.main-logo{
    margin: 18px 0;
}
.menu-trigger{
	margin-top: 10px;
	display: block;
	
}
.menu-trigger span{
	font-size: 22px;
}

/* 3. Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer.mastfoot.jason-kim {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9900;
    height: 70px;
}
footer.mastfoot.jason-kim > .mastfoot-inner {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 15px;
}
footer.mastfoot.jason-kim h6{
    font-size: 14px;
    line-height: 21px;
}
footer.mastfoot.jason-kim p{
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	padding-top: 10px;
}
footer.mastfoot.jason-kim .social{
    list-style-type: none;
    padding: 0;
    margin: 0
}
footer.mastfoot.jason-kim .social li{
    display: inline-block;
    margin: 0 5px;
}
footer.mastfoot.jason-kim .social li a span{
    font-size: 24px;
}
.foot-logo{
  margin-bottom: 10px;
}


/* 4. Nav Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

nav.mastnav.jason-kim {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.mastnav-inner-left{
    width: 50%;
    float: left;
    background-color: rgba(0,0,0,0.6);
    -ms-transform: translateY(-100%); /* IE 9 */
    -webkit-transform: translateY(-100%); /* Safari */
    -o-transform: translateY(-100%); /* Opera */
    transform: translateY(-100%);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.mastnav-inner-right{
    width: 50%;
    padding: 0 120px;
    float: right;
    background-color: #ecffff;
    -ms-transform: translateY(100%); /* IE 9 */
    -webkit-transform: translateY(100%); /* Safari */
    -o-transform: translateY(100%); /* Opera */
    transform: translateY(100%);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.mastnav-inner-left.slide-to-left {
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Safari */
    -o-transform: translateY(0); /* Opera */
    transform: translateY(0);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.mastnav-inner-right.slide-to-right {
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Safari */
    -o-transform: translateY(0); /* Opera */
    transform: translateY(0);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
nav.mastnav.jason-kim ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav.mastnav.jason-kim ul li{
    margin-bottom: 20px;
}
.menu-social{
  border:none;
}
.menu-social li{
  display: inline-block;
}
.menu-social li span{
  font-size: 24px;
}
.menu-credits{
}
.sub-menu{
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.sub-menu a{
  display: block;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.main-link{
  font-size: 18px;
  line-height: 26px; 
  letter-spacing: 6px;
  text-transform: uppercase;
}
.menu-close-notification span{
  position: fixed;
  top: 40px;
  right: 60px;
    font-size: 34px;
    z-index: 9999;
}


/* 5. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.mastwrap.top-spaced {
    margin-top: 70px;
}
.hero h1 span{
    font-size: 146px;
    line-height: 146px;
    border-bottom: solid 12px; 
}
/*ABOUT*/
.about.jason-kim .main-heading{
	font-family: 'FuturaStd-Book', sans-serif;
    margin-top: 20px;
}
.caps {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 4px;
	
}
.spacer {
	margin-top: 30px;
	display: block;
	height: 10px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.process .separator-section{
	background-color: rgba(0,0,0,0.2);
}
.process h3{
	font-family: 'FuturaStd-Book', sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.process-text{
	font-family: 'FuturaStd-Book', sans-serif;
	font-size: 24px;
	line-height: 58px;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-top: 10px;
}
.features-slider-triggers{
	margin-top: 10px;
}
.features-slider-triggers a{
	padding: 10px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: inline-block;
	margin: 5px;
	border: solid 1px;
}
.features-slider-triggers a{
	border-color:#fff;
	color:#fff;
}
.features-slider-triggers a.features-triggered{
	border-color:#fff;
	color:#fff;
}
.inner-spacer{
	height: 50px;
	width: 150px;
	display: block;
	
	text-align: center;
}
.sm-spacer{
	height: 10px;
	width: 150px;
	display: block;
	text-align: center;
}

.service-icon{
	padding: 30px;
	text-align: center;
	border-right:solid 1px; 
}
.service-icon:last-child{
	border: none;
}
.service-icon-wrap .row{
	border-bottom:solid 1px; 
}
.service-icon-wrap .row:last-child{
	border: none;
}
.service-icon h4{
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.service-icon i {
    display: block;
    font-size: 80px;
}
.team-block{
	padding: 10px;
}
.team-block-inner{
	padding: 30px;
	text-align: center;
}
.team-block h4{
	margin-top: 10px;
	border: solid 1px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*FEATURES*/
.features.jason-kim .feature-block.jason-kim{
}
.features.jason-kim .feature-block.jason-kim span{
  font-size: 96px;
}
.features.jason-kim .feature-block.jason-kim h3{
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.awards ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.awards ul li{
  border-bottom: solid 1px #aaa;
  padding: 4px 0;
}
.awards h3{
  margin-bottom: 20px;
}

/*SERVICES*/
.services.jason-kim .service-block.jason-kim{
    text-align: center;
    padding: 10px 30px;
}
.services.jason-kim .service-block.jason-kim span{
  font-size: 52px;
}
.services.jason-kim .service-block.jason-kim h3{
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.services.jason-kim .liner-small{
  margin-bottom: 10px;
}
/*SKILLS*/
.skills.jason-kim .progress-bar{
    width: 0;
}
.skills.jason-kim .progress{
    height: 10px;
    box-shadow: none;
    border-radius: 0;
}
.skills.jason-kim .progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}
.progress-container.jason-kim{
    padding: 30px 80px;
}
.progress-container.jason-kim h6{
    margin: 10px 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.progress-container.jason-kim h6 > span{
    font-size: 36px;
    line-height: 43px;
}
.progress-container.jason-kim h6 > span:before{
    content: ' / ';
    font-size: 20px;
    line-height: 27px;
    font-style: italic;
    color: #ccc;
}

/*CLIENTS*/
.clients-container.jason-kim{
}

.clients-container.jason-kim h2{
    font-size: 24px;
    line-height: 31px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.client-logo.jason-kim{
}
.client-logo-inner{
    padding: 40px;
    opacity: 1;
    border-right:solid 2px; 
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.client-logo-inner:hover{
    opacity: 0.5;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.client-logo-row{
    border-bottom:solid 2px; 
}
.client-logo:last-child .client-logo-inner{
    border-right:none;
}
.client-logo-row:last-child{
    border-bottom:none;
}
.client-logo-inner img{
    width: 100px;
    display: inline-block !important;
}

/*NEWS*/
.case-block.jason-kim{
	padding: 40px;
}
.case-study, .case-study:hover{
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

/*PROJECT PAGE*/
.parallax-showcase-overlay{
  opacity: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.parallax-showcase:hover .parallax-showcase-overlay{
  opacity: 1;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}

/*CONTACT*/



.btn-wrap {
    margin-top: 30px;
}

.space-left {
    margin-left: 1%;
}

.alert {
    margin-top: 0px;
    border-radius: 0px;
    padding: 5px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.alert > p {
    text-shadow: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.contact-address {
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
}

.email-wrap {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}




/*WORKS*/

.works-filter-panel.jason-kim{
  padding: 40px;
}
.works-filter-wrap{
}
.filter-notification.jason-kim{
    margin-left: 10px;
}
.filter-notification.jason-kim span, .menu-notification span{
    font-size: 34px;
    float: right;
    margin-left: 20px;
}
.works-filter.jason-kim{
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-filter.jason-kim li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.works-filter.jason-kim li a{
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.works-container.jason-kim{
    padding: 0;
  margin: 70px auto 0 auto;
  overflow: hidden;
}
.works-filter.jason-kim li:after{
  content: '/';
  font-size: 15px;
  line-height: 23px;
  margin-left: 20px;
}
.works-filter.jason-kim li:last-child:after{
    display: none;
}

 .works-item.jason-kim{
  overflow: hidden;
 }
        .info a:hover{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("../images/zoom.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: center;
            padding: 0 100px;
            background-color: rgba(0,0,0,0.6);
        }
        .works-thumbnails-view{
          margin-top: 40px;
        }
        .works-thumbnails-view .works-item-inner{
            text-align: center;
            padding: 20px;
			width:100%;}
        .works-thumbnails-view .works-item-inner p > span {
            font-size: 14px;
            letter-spacing: normal;
			 text-align: center;
            line-height: 21px;
            margin-top: 0;
            border-bottom: none;
            padding-bottom: 0;
            text-transform: none;
        }
        .works-item-inner h3 > span{ 
            font-size: 12px;
            letter-spacing: normal;
            line-height: 19px;
            text-transform: none;
            margin-bottom: 5px;
            border-bottom: none;
            font-weight: 200;
        }
        .works-item-inner p > span{
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	 text-align: center;
	 
	letter-spacing: 2px;
	margin-top: 0px;
	text-transform: capitalize;
        }
        .works-item.jason-kim a:hover 
        .works-item-inner h3{ 
        }
        .works-item.jason-kim a:hover 
        .works-item-inner p{  
        }

.works-item-fade{
  opacity: 0.1;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}

.works-item-fade a{
  display: none !important;
}
.works-masonry-container{
    padding: 0;
  margin:0px !important;
}
.works-masonry-container .works-item-one-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}
.works-masonry-container .works-item-two-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 66.6% !important;
}
.works-masonry-container .works-item-one-half {
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
}
.works-masonry-container .works-item-one-fourth {
  margin: 0 !important;
  padding: 0 !important;
  width: 25% !important;
}
.works-masonry-container .works-item-full-width {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.works-masonry-container .works-item-one-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 31.3% !important;
}
.works-masonry-container .works-item-one-half-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 48% !important;
}
.works-masonry-container .works-item-two-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 64.6% !important;
}
.works-masonry-container .works-item-one-fourth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 23% !important;
}


/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Portfolio Isotope Transitions */ 

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Portfolio Isotope Transitions */ 

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.overlay-trans-dark{
    background-color: rgba(0,0,0,0.7);
}

.overlay-trans-white{
    background-color: rgba(255,255,255,0.5);
}


/*Buttons*/
.btn-jason {
  border: none;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-jason-big {
  border: none;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-jason:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-jason-white {
  border: none;
    background: #fff;
    color: #fff;
}

.btn-jason-white:hover {
  border: none;
    color: #fff;
}

.btn-jason-dark {
  border: none;
    background: #000;
    color: #fff;
}

.btn-jason-dark:hover {
  border: none;
    color: #fff;
}

.btn-jason-color {
  border: none;
    background: transparent;
}

.btn-jason-color:hover {
  border: none;
}


/*Additional Helper Calsses*/

.add-top {
    margin-top: 220px;
}

.add-top-half {
    margin-top: 60px;
}

.add-top-quarter {
    margin-top: 30px;
}

.add-bottom {
    margin-bottom: 220px;
}

.add-bottom-half {
    margin-bottom: 60px;
}

.add-bottom-quarter {
    margin-bottom: 30px;
}

.pad {
    padding: 60px;
}
.jason-image{
	padding-top: 180px;
	padding-bottom: 180px;
}
.testimonail-image{
	padding-top: 100px;
	padding-bottom: 100px;
}
.pad-right {
    padding-right: 20px;
}

.pad-top {
    padding-top: 120px;
}

.pad-top-half {
    padding-top: 80px;
}

.pad-top-quarter {
    padding-top: 40px;
}

.pad-bottom {
    padding-bottom: 100px;
}

.pad-bottom-half {
    padding-bottom: 80px;
}

.pad-bottom-quarter {
    padding-bottom: 40px;
}

.remove-top {
    margin-top: 0 !important;
}

.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ease:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.no-pad {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.valign {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.homelink{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.parallax{    
    /*css for stellar BG parallax*/
    background-attachment: fixed;
    width:100%;
    height:100%;
    position: relative;
    background-size: cover;
}
/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off, .no-parallax {
  background-attachment:scroll !important;
  background-size:fixed !important;
  background-position: center center !important;
  width:100%;
}
.parallax-case {
  background-attachment:scroll !important;
  background-size:fixed !important;
  background-position: center center no-repeat !important;
  background-repeat:no-repeat;
  width:100%;
}
.no-scroll-xy{
  overflow: hidden !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.poster-img{
  background:url(../images/poster.jpg) center center no-repeat !important;
  background-size: cover !important;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*LESS Compiled to CSS for preview purposes only 
(Please read PDF guide to manage colors via LESS with just a single line of code editing)*/
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.color {
	color: #fe4110;
}
.white {
  color: #ffffff;
}
.silver {
  color: #f0f4f4;
}
.grey {
  color: #cccccc;
}
.dark {
  color: #292929;
}
.black {
  color: #121212;
}
.color-bg {
	background-color: #BDBDBD;
}
.white-bg {
  background-color: #ffffff;
}
.white-trans-bg {background:rgba(255,255,255,0.8); }

.silver-bg {
	background-color: #A4A4A4;
}
.ltsilver-bg {
	background-color: #DCDCDC;
}
.grey-bg {
  background-color: #505050;
}
.gold-bg {
	background-color: #8c734c;
}
.dark-bg {
  background-color: #505050;
}
.black-bg {
  background-color: #121212;
}
a {
  color: #121212;
}
a:hover {
	color: #fe4110;
}
::selection {
  background: #dfb47d;
  color: #292929;
}
::-moz-selection {
  background: #dfb47d;
  color: #292929;
}
body,
p {
	color: #565656;
	text-align:justify}
	
.masthead{
	font-family: 'FuturaStd-Book', sans-serif;
	font-size: 42px;
	font-weight:300;
	line-height: 52px;
	color: #fff;
	
	
	text-transform: uppercase;
	letter-spacing: 7px;
}
	
.masthead2{
	font-family: 'FuturaStd-Book', sans-serif;
	font-size: 30px;
	color: #9C9C9C;
	line-height: 40px;
	letter-spacing: 8px;
	text-transform: uppercase;
	letter-spacing: 7px;
}
.main-heading { padding-top:10px;
}

.btn-jason-color {
	background-color: #676767 !important;
	color: #ffffff !important;
}
.btn-jason-color:hover {
	background-color: #fe4110 !important;
	color: #ffffff !important;
}
.btn-jason-dark:hover,
.btn-jason-white:hover {
	background-color: #fe4110 !important;
}
.sub-heading span {
  border-color: #dfb47d;
}
.client-logo-inner,
.client-logo-row {
  border-color: #dfb47d;
}
.hero h1 span {
  border-color: #121212;
}
.owl-prev,
.owl-next {
  background-color: #121212 !important;
}
.font1 {
  font-family: 'FuturaStd-Book', sans-serif;
}
.font2 {
  font-family: 'FuturaStd-Book', sans-serif;
}
.font3 {
  font-family: 'Open Sans', sans-serif;
}
.font3headline {
  font-family: 'FuturaStd-Book', sans-serif;
}

.font3bold {
  font-family: 'FuturaStd-Book', sans-serif;
}

.font3thin {
  font-family: 'FuturaStd-Book', sans-serif;
}
.font4 {
	font-family: 'FuturaStd-Book', sans-serif;
	font-size: 24px;
}

body,
p {
	font-family: 'Open Sans', sans-serif;
	color: fff;
	padding-bottom: 10px;
	font-size: 16px;
	font-style: normal;
}
.btn-jason {
  font-family: 'Montserrat', sans-serif;
}
.map {
	max-height: 600px;
	overflow: hidden;
}
.insert-image {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.orange-bar {
	display: block;
	background-color: #E55818;
	text-align: center;
	height: 3px;
	margin-top: 20px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.orange-bar-large {
	display: block;
	background-color: #B8B6B6;
	text-align: center;
	height: 2px;
	margin-top: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
/* Video Wrapper*/
.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:40px;
	height:40px;
	background:#fff;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	border-radius:50%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	background:#000;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}	
figure.vimeo a:before, figure.youtube a:before {
	font-family: 'FontAwesome';
	content:"\f04b";
	width:40px;
	height:40px;
	z-index:10;
	position:absolute;
	color:#000;
	line-height:40px;
	text-align:center;
	font-size:10px;
	top:50%;
	left:50%;
	margin:-19px 0 0 -18px;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo a:hover:before, figure.youtube a:hover:before {
	color:#fff; 
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	a -webkit-transform: scale(1);
	transform: scale(1);
}
.img-left { float:left; padding-right:5px;}

#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h3 {font-weight:normal; padding:0; margin:15px 0; font-size:16px;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {
	clear: both;
	background-color: #5B5B5B;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

/*slim mailchimp for*/
/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {padding:10px 0 10px 3%}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {
	clear: both;
	background-color: #5B5B5B;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:80%; min-width:130px;}
#mc_embed_signup input.button {width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
