/*
	Author: Lumberjacks
	Template: Plumber Jack (Coming Soon)
	Version: 1.0
	URL: http://themeforest.net/user/Lumberjacks/
*/



/* TABLE OF CONTENTS

	1. Import section
	2. Basic styles
	3. Typography
	4. Header
	5. Icons
  6. Contact
	7. Footer
	8. Breakpoints

*/



/* 1. IMPORT SECTION */

	@import url("bootstrap.css");
	@import url("http://fonts.googleapis.com/css?family=Roboto:400,100,300,500&subset=latin,latin-ext");
	@import url("https://fonts.googleapis.com/css?family=Slabo+13px&subset=latin,latin-ext");
	@import url("ionicons.min.css");
	@import url("animate.css");
  @import url("lj-color-switcher.css");



/* 2. BASIC STYLES */

	body {
		font: 16px/1.5 Roboto, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
		background-color: #fff;
		color: #1B2432;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}

	a { 
		color: #64c7fe;
		transition: all 0.125s ease-in-out 0s;
		-moz-transition: all 0.125s ease-in-out 0s;
		-webkit-transition: all 0.125s ease-in-out 0s;
		-o-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
	}

	a:hover {
		color: #64c7fe;
	}

	a, a:hover, a:active, a:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	.lj-float-left {
		float: left;
	}

	.lj-float-right {
		float: right;
	}
	
	.lj-block-center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.lj-show {
		display: block !important;
	}
	
	.lj-hide {
		display: none !important;
		visibility: hidden !important;
	}

	.lj-preloader {
		background: #fff url('../img/preloader.svg') no-repeat center center;
		bottom: 0;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 99999;
	}



/* 3. TYPOGRAPHY */

	p {
		line-height: 1.5;
	}
    
	.lj-text-uppercase {
		text-transform: uppercase;
	}

	.lj-text-center {
		text-align: center;
	}

	.lj-text-left {
		text-align: left;
	}

	.lj-text-right {
		text-align: right;
	}

	.lj-text-justify {
		text-align: justify;
	}

	.lj-text-underline {
		text-decoration: underline;
	}



/* 4. HEADER */

	header {
		width: 100%;
		overflow: hidden;
		position: relative;
		background-color: #212649 !important;
	}
	
	header > .container {
		height: 100%;
		padding: 100px 20px;
		position: relative;
		z-index: 1;
	}

	header > canvas {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.lj-overlay {
		width: 100%;
		height: 100%;		
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.lj-background-repeat {
	    background-repeat: repeat;
	}
	
	.lj-background-no-repeat {
		background-repeat: no-repeat;
	}
	
	.lj-overlay-none {
		display: none;
		visibility: hidden;
	}
	
	.lj-overlay-color {
	    background-color: rgba(0,0,0,0.5);
	}

  .lj-overlay-image {
      background-image: url('../img/dots.png');
      background-repeat: repeat;
  }
	
	.lj-overlay-gradient {
		background: -moz-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%, rgba(196,255,0,0.8) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,204,255,0.8)), color-stop(100%,rgba(196,255,0,0.8))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* IE10+ */
		background: linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#c4ff00',GradientType=1 ) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/1x1.png'); /* IE6-9 fallback on horizontal gradient */
		pointer-events:none;
	}

	header.yt-background {
		background-image: url('../img/video.jpg');
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}

	.mobile .mbYTP_wrapper,
	.tablet .mbYTP_wrapper {
		z-index: -1 !important;
	}

	.mobile .yt-controls,
	.tablet .yt-controls {
		display: none;
	}

	.yt-controls {
		margin-top: 30px;
		text-align: center;
	}

	.yt-controls a {
		display: inline-block;
		color: #fff;
    font-size: 1.25em;
		width: 25px;
	}

	.yt-controls a:hover { 
		color: #64c7fe;
	}

	.lj-menu-name h3 {		
  	font-family: 'Slabo 13px';
		color: #fff;
		line-height: 50px;
		font-size: 1.5em;
		margin: 0;
	}

	.lj-menu-socials {
		text-align: right;
	}

	.lj-menu-socials ul {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		list-style-type: none;
	}

	.lj-menu-socials li {
		display: inline-block;
		margin-right: 5px;
	}

	.lj-menu-socials li:last-child {
		margin-right: 0;
	}

	.lj-menu-socials li a {
		width: 50px;
		height: 50px;
		display: inline-block;
		line-height: 48px;
		text-align: center;
		border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: transparent;
		color: #fff;
		font-size: 1.25em;
	}

	.lj-menu-socials li a:hover {
		background-color: #fff;
		color: #1B2432;		
	}

	.lj-logo {
		text-align: center;
		margin-top: 50px;
	}
	
	.lj-logo a,
	.lj-logo img {
		width: 400px;
		height: 200px;
	}
	
	.lj-logo a {
		display: inline-block;
	}
	
	.lj-logo img {
		vertical-align: bottom;
	}

	.lj-title {
		margin-top: 50px;
		text-align: center;
  }
    
  .lj-title h1 {
  	font-family: 'Slabo 13px';
  	font-size: 3em;
		min-height: 72px;
    color: #fff;
    margin: 0;
    word-wrap: break-word;
  }
  
  .lj-title span {
    color: #64c7fe;
    font-weight: 700;
  }
	
	@-webkit-keyframes caret {0%, 100%{opacity:1}50%{opacity:0}}
	@keyframes caret {0%, 100%{opacity:1}50%{opacity:0}}

  .saying:after {
  	content: "|";
  	font-family: Roboto, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
  	line-height: 1;
		font-weight: 300;
  	display: inline-block;
  	vertical-align: baseline;
  	opacity: 1;
  	-webkit-animation: caret 500ms infinite;
  	animation: caret 500ms infinite;
  }

  .lj-title-paragraph {
  	margin-top: 25px;
  }

  .lj-title-paragraph p {
  	color: #fff;
  	margin: 0;
  	text-align: center;
  	font-size: 1.1em;
  }

  .lj-subscribe-form {
  	margin-top: 50px;
  	text-align: center;
  }

  .lj-subscribe-form input[type=text] {
		width: 300px;
    background-color: transparent;
    color: #fff;
    padding: 0 25px;
    border-top: 1px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 1px solid #fff; 
    border-right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lj-subscribe-form input:focus {
  	outline: 0;
  }
  
  .lj-subscribe-form input[type=submit] {
    text-align: center;
    background-color: transparent;
    color: #fff;
    padding: 0 25px;
    border: 1px solid #fff;  
    border-bottom: 3px solid #fff;  
		font-family: 'Slabo 13px';
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: top;
  }

	.lj-subscribe-form input[type=text],
	.lj-subscribe-form input[type=submit] {
    height: 60px;
    line-height: 56px;
    display: inline-block;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
	}

	.lj-subscribe-form input[type=submit]:hover {
    color: #1B2432;
    background-color: #fff;
	}

  .lj-subscribe-message {
  	height: 2.5em;
  	padding: 10px 20px;
  	color: #fff;
  	font-size: 0.9em;
  }

  .lj-subscribe-message i {
  	margin-right: 5px;
  }

	.lj-subscribe-message .ion-alert-circled {
  	color: #ff5c5c;
  }

  .lj-subscribe-message .ion-checkmark {
  	color: #2ecc71;
  }

	.lj-scroll-down {
		margin-top: 50px;
		text-align: center;
	}

	@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY();-moz-transform:translateY();-ms-transform:translateY();-o-transform:translateY();transform:translateY()}}
	@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY();-moz-transform:translateY();-ms-transform:translateY();-o-transform:translateY();transform:translateY()}}

	.lj-scroll-down a,
	.lj-scroll-down a:focus {
		width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-size: 1.25em;
	}

	.lj-scroll-down a:hover {
    color: #1B2432;
    background-color: #fff;
	}

	.lj-scroll-down a i {
   -webkit-animation: fadeInDown 1s infinite;
   -moz-animation: fadeInDown 1s infinite;
   -o-animation: fadeInDown 1s infinite;
    animation: fadeInDown 1s infinite;
	}

	.countdown {	
		width: 100%;
		background-color: #fff;
		box-shadow: 0 6px 20px 0 rgba(0,0,0,0.09),0 8px 17px 0 rgba(0,0,0,0.08);
		position: fixed;
		z-index: 999;
	}

	.lj-countdown {
    padding: 0 25px;
  	text-align: center;
	}

	.lj-countdown h4 {	
  	font-family: 'Slabo 13px';
  	color: #1B2432;
  	margin: 25px 0;
    font-weight: 300;
	}

	.lj-countdown h4 span {
		border-bottom: 3px solid #3be8b0;
    font-weight: bold;
	}


    
/* 5. ICONS */

	.icons {
		background-color: #fff;
	}

	.icons > .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.lj-icon-texts {
		text-align: center;
	}

	.lj-icon-texts h3 {	
		color: #1B2432;
		font-family: 'Slabo 13px';	
		font-size: 2em;
		margin: 0;
	}

	.lj-icon-texts h3 span {
		border-bottom: 3px solid #3be8b0;
	}

	.lj-icon-texts p {
		color: #676D76;
		margin: 25px 0 0;
		padding: 0 50px;
	}

	.lj-icon-texts p strong {
		font-weight: 500;
	}

	.lj-icon-box {
		margin: 50px 0 0;
		padding: 0 20px;
		text-align: center;
	}

	.lj-icon-box i {
		display: inline-block;
		font-size: 3em;	
	}

	.lj-icon-one {
		color: #3be8b0;	
	}

	.lj-icon-two {
		color: #FC636B;	
	}

	.lj-icon-three {
		color: #1AAFD0;	
	}

	.lj-icon-four {
		color: #ffb900;	
	}

	.lj-icon-five {
		color: #ff6803;	
	}

	.lj-icon-six {
		color: #7c848f;	
	}

	.lj-icon-box h4 {
		font-family: 'Slabo 13px';
		font-size: 1.25em;
		word-wrap: break-word;
		color: #1B2432;
		margin-top: 0;
	}

	.lj-icon-box p {
		font-size: 0.9em;
		color: #676D76;
	}

	.lj-icon-box > a {
		font-family: 'Slabo 13px';
		font-size: 0.85em;
		color: #1B2432;
		display: inline-block;
	}

	.lj-icon-box > a:hover {
		color: #64c7fe;	
	}

	.lj-icon-box h3,
	.lj-icon-box p,
	.lj-icon-box > a {
		margin: 20px 0 0;
	}



/* 6. CONTACT */

	.contact {
		background-color: #fff;
	}

	.contact > .container {
		padding-top: 0;
		padding-bottom: 100px;
	}

	.lj-contact-texts {
		text-align: center;
	}

	.lj-contact-texts h3 {	
		color: #1B2432;
		font-family: 'Slabo 13px';	
		font-size: 2em;
		margin: 0;
	}

	.lj-contact-texts h3 span {
		border-bottom: 3px solid #1AAFD0;
	}

	.lj-contact-texts p {
		color: #676D76;
		margin: 25px 0 0;
		padding: 0 50px;
	}

	.lj-contact-texts p strong {
		font-weight: 500;
	}

	.monkey::before {
		content: "\0040"; 
	}

	.lj-contact-box {
		margin: 50px 0 0;
		padding: 0 20px;
		text-align: center;
	}

	.lj-contact-box i {
		display: inline-block;
		font-size: 3em;	
	}

	.lj-contact-one {
		color: #1AAFD0;	
	}

	.lj-contact-two {
		color: #1AAFD0;	
	}

	.lj-contact-three {
		color: #1AAFD0;	
	}

	.lj-contact-box h4 {
		font-family: 'Slabo 13px';
		font-size: 1.25em;
		word-wrap: break-word;
		color: #1B2432;
		margin-top: 0;
	}

	.lj-contact-box p {
		font-size: 0.9em;
		color: #676D76;
	}

	.lj-contact-box > a {
		font-family: 'Slabo 13px';
		font-size: 0.85em;
		color: #1B2432;
		display: inline-block;
	}

	.lj-contact-box > a:hover {
		color: #64c7fe;	
	}

	.lj-contact-box h3,
	.lj-contact-box p,
	.lj-contact-box > a {
		margin: 20px 0 0;
	}

  .lj-contact-message {
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    margin-top: 100px;
    margin-bottom: 25px;
    color: #676D76;
    font-size: 0.9em;
    text-align: center;
  }

  .lj-contact-message i {
    margin-right: 5px;
  }

  .lj-contact-message .ion-alert-circled {
  	color: #ff5c5c;
  }

  .lj-contact-message .ion-checkmark {
  	color: #2ecc71;
  }

  .lj-contact-form input[type=text],
  .lj-contact-form input[type=submit],
  .lj-contact-form textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CDCFD2;
    border-bottom: 3px solid #CDCFD2;
    background-color: transparent;
    color: #1B2432;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
  }

  .lj-contact-form input[type=text],
  .lj-contact-form input[type=submit] {
    height: 60px;
    line-height: 56px;
    padding: 0 25px;
  }

  .lj-contact-form input[type=text],
  .lj-contact-form textarea {  
    width: 100%;  
    margin-bottom: 25px;
  }

  .lj-contact-form input[type=submit] {
    font-family: 'Slabo 13px';
    color: #1B2432;
    border: 1px solid #1B2432;
    border-bottom: 3px solid #1B2432;
    background-color: transparent;
    margin: 0;
    padding: 0 25px;
  }

  .lj-contact-form input[type=submit]:hover {
    color: #fff;
    background-color: #1B2432;
    border: 1px solid #1B2432;
    border-bottom: 3px solid #1B2432;   
  }

  .lj-contact-form textarea {
    height: 180px;
    padding: 15px 25px;
    resize: none;
    vertical-align: top;
    overflow: hidden;
  }

  .lj-contact-form input[type=text]:focus,
  .lj-contact-form input[type=submit]:focus,
  .lj-contact-form textarea:focus {
    outline: 0;
    border: 1px solid #676D76;
    border-bottom: 3px solid #676D76;
  }

	
	    
/* 7. FOOTER */

	footer {
		width: 100%;
		background-color: #F8F8F9;
	}

	footer > .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.lj-footer-copyrights p {		
  	font-family: 'Slabo 13px';
		color: #676D76;
		font-size: 0.9em;
		line-height: 40px;
		margin: 0;
	}

	.lj-footer-name h4 {
    font-family: 'Slabo 13px';
    color: #676D76;
    line-height: 40px;
    margin: 0;
    text-align: right;
	}



/* 8. BREAKPOINTS */

	@media (max-width: 767px) {

		/* 4. HEADER */

		header,
		header > .container {
			height: auto;
		}

    .lj-menu-name,
    .lj-menu-socials {
      text-align: center;
    }

    .lj-menu-socials {
      margin-top: 25px;
    }

		.lj-logo a {
			margin: 0 auto;
		}

    .lj-logo a,
    .lj-logo img {
      max-width: 100%;
      height: auto;
    }

		.lj-title {
			text-align: center;
		}

		.lj-title-paragraph p {
			text-align: center;
			padding: 0 30px;
		}

		.lj-subscribe-form {
			padding: 0 30px;
		}

		.lj-subscribe-form input[type=text] {
			width: 65%;
		}

		.lj-subscribe-form input[type=submit] {
			width: 35%;
		}

		/* 5. ICONS */

		.lj-icon-box {
			text-align: center;
			margin-bottom: 50px;
		}

		.lj-icon-box:last-child {
			margin-bottom: 0;
		}

		.lj-icon-box h3 {
			font-size: 1.3em;
		}

		.lj-icon-box p {
			font-size: 1em;
			padding: 0 20%;
		}

		.lj-icon-box > a {
			font-size: 1em;
		}

		/* 7. FOOTER */

		.lj-footer-copyrights p,
    .lj-footer-name h4 {
			text-align: center;
		}

	}

	@media (max-width: 480px) {

		/* 4. HEADER */

		.lj-subscribe-form input[type=text],
    .lj-subscribe-form input[type=submit] {
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #fff;
      border-bottom: 3px solid #fff;
		}

		.lj-subscribe-form input[type=submit] {
      margin-top: 10px;
		}

	}