/**
 * Description: Alphakit Framework.
 * Version: 1.0.0
 * Last update: 2015/09/28
 * Author: Zeepfeed <nazzars79@gmail.com> 
 * Copyright: Zeepfeed
 */

/*!---------- IMPORT STYLES ----------*/


@import url("bootstrap.min.css");
@import url("ionicons.min.css");
@import url("animate.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");
@import url("magnific-popup.css");

@font-face {
font-family: 'Raleway Regular';
font-style: normal;
font-weight: normal;
src: local('Raleway Regular'), url('../fonts/Raleway-Regular.woff') format('woff');
}


@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: normal;
src: local('Raleway'), url('../fonts/Raleway-Regular.woff') format('woff');
}


@font-face {
font-family: 'Raleway Italic';
font-style: normal;
font-weight: normal;
src: local('Raleway Italic'), url('../fonts/Raleway-Italic.woff') format('woff');
}


@font-face {
font-family: 'Raleway Thin';
font-style: normal;
font-weight: normal;
src: local('Raleway Thin'), url('../fonts/Raleway-Thin.woff') format('woff');
}


@font-face {
font-family: 'Raleway Thin Italic';
font-style: normal;
font-weight: normal;
src: local('Raleway Thin Italic'), url('../fonts/Raleway-ThinItalic.woff') format('woff');
}


@font-face {
font-family: 'Raleway ExtraLight';
font-style: normal;
font-weight: normal;
src: local('Raleway ExtraLight'), url('../fonts/Raleway-ExtraLight.woff') format('woff');
}


@font-face {
font-family: 'Raleway ExtraLight Italic';
font-style: normal;
font-weight: normal;
src: local('Raleway ExtraLight Italic'), url('../fonts/Raleway-ExtraLightItalic.woff') format('woff');
}


@font-face {
font-family: 'Raleway Light';
font-style: normal;
font-weight: normal;
src: local('Raleway Light'), url('../fonts/Raleway-Light.woff') format('woff');
}


@font-face {
font-family: 'Raleway Light Italic';
font-style: normal;
font-weight: normal;
src: local('Raleway Light Italic'), url('../fonts/Raleway-LightItalic.woff') format('woff');
}


@font-face {
font-family: 'Raleway Medium';
font-style: normal;
font-weight: normal;
src: local('Raleway Medium'), url('../fonts/Raleway-Medium.woff') format('woff');
}


@font-face {
font-family: 'Raleway Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Raleway Medium Italic'), url('../fonts/Raleway-MediumItalic.woff') format('woff');
}


@font-face {
font-family: 'Raleway SemiBold';
font-style: normal;
font-weight: normal;
src: local('Raleway SemiBold'), url('../fonts/Raleway-SemiBold.woff') format('woff');
}


@font-face {
font-family: 'Raleway SemiBold Italic';
font-style: normal;
font-weight: normal;
src: local('Raleway SemiBold Italic'), url('../fonts/Raleway-SemiBoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Raleway Bold';
font-style: normal;
font-weight: normal;
src: local('Raleway Bold'), url('../fonts/Raleway-Bold.woff') format('woff');
}


@font-face {
font-family: 'Raleway Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Raleway Bold Italic'), url('../fonts/Raleway-BoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Raleway ExtraBold';
font-style: normal;
font-weight: normal;
src: local('Raleway ExtraBold'), url('../fonts/Raleway-ExtraBold.woff') format('woff');
}


@font-face {
font-family: 'Raleway ExtraBold Italic';
font-style: normal;
font-weight: normal;
src: local('Raleway ExtraBold Italic'), url('../fonts/Raleway-ExtraBoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Raleway Black';
font-style: normal;
font-weight: normal;
src: local('Raleway Black'), url('../fonts/Raleway-Black.woff') format('woff');
}


@font-face {
font-family: 'Raleway Black Italic';
font-style: normal;
font-weight: normal;
src: local('Raleway Black Italic'), url('../fonts/Raleway-BlackItalic.woff') format('woff');
}


/*!---------- COMMON STYLES ----------*/

html {
	overflow-x: hidden;
}

body {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10; }
  
#loader {
  display: block;
  position: relative;
  left: 51%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

section {
	padding-top: 75px;
	padding-bottom: 75px;
}
img {
	width: 100%;
}
a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
/*	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;*/
}
a {
	opacity: 0.8;
}
a:hover {
	opacity: 1;
}
.container,
.hero-container
.container-fluid {
	position: relative;
	z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 !important;
  padding: 0;
  display: block;
  font-family: "Raleway Bold", sans-serif;
}

.padding-div {
  width:100%
  height:10px;
  padding-bottom: 75px;
}
	
	
.alt-font {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;	
 	-webkit-font-smoothing: antialiased;
 	font-weight: 300;
}
.bold-title {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-weight: 700;
}
.thin-title {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-weight: 400;
}

.section-title {
	font-family: 'Raleway Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.section-title-center {
	font-family: 'Raleway Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 30px;
	text-align:center;
}

.block-title {
	font-family: 'Raleway Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.book-number {
	font-family: 'Raleway SemiBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #556471;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align:left;
}

.uppercase {
	text-transform: uppercase;
}
.through {
  text-decoration: line-through;
}
.thin {
  font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;  
  font-weight: 400;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

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

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

.text-correct {
	padding-left: 7px;
}

.bg-inverse h1,
.bg-inverse h2,
.bg-inverse h3,
.bg-inverse h4,
.bg-inverse h5,
.bg-inverse h6 {
	color: #fff;
}
.bg-inverse {
	color: #fff;
}
h1 {
	font-family: 'Raleway SemiBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 46px;
}
h1.jumbo {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-family: 'Raleway Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	margin: 0 0 30px 0;
}
.h2-special {
	font-size: 32px;
	margin: 0 0 10px 0;
}
h3 {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: 300;
}
h4 {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin: 10px 0 20px 0;
}

.h4-special {
	font-family: 'Raleway Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	color: #6a7d8e;
	padding-bottom: 10px;
	text-align: center;
}

h5 {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	margin: 10px 0 20px 0;
}
h6 {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	margin: 10px 0 20px 0;
}

.book-image-hero {
  max-height: 500px;
  width: auto;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  cursor: default;
}

p.title {
	font-size: 18px;
    color: #000000;
  	font-family: 'Raleway Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  	line-height: 28px;
  	margin-bottom: 24px;
  	cursor: default;
  	text-align:center;
}

p.title-left {
	font-size: 18px;
	color: #000000;
  	font-family: 'Raleway Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;;
  	line-height: 28px;
  	margin-bottom: 24px;
  	cursor: default;
  	text-align:left;
}

p.title-left a {
	color: #005090;
	text-decoration:underline;
}

p.title-left a:hover {
	color: #c6e5ff;
	text-decoration:none;
}

.horiz-border {
	padding-top: 5px;
	border-bottom: 1px solid #5b6f79;
	padding-bottom: 5px;
}

p.title-justify {
	font-family: 'Raleway Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
  	line-height: 28px;
  	margin-bottom: 24px;
  	cursor: default;
  	text-align:justify;
}

p.title-med {
	font-family: 'Raleway Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
}

p.title-bold {
	font-family: 'Raleway Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
}

p.title-bold a {
	font-family: 'Raleway Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size: 18px;
	color: #0d93dc;
  	line-height: 28px;
  	margin-bottom: 24px;
  	cursor: default;
  	text-decoration:none;
}

p.title-bold a:hover {
	color: #0889c4;
	text-decoration:none;
	cursor: default;
}

.h3-headline {
	text-align:left;
	font-family: 'Raleway Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	padding-bottom: 5px;
}

.copy {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
  	line-height: 28px;
  	margin-bottom: 30px;
  	cursor: default;
  	text-align: left;
}

ul {
  list-style: none;
  padding-left: 5px;
}

.hero-image {
  min-height: 300px;
  width: 100%;
  height: 100vh;
}

/*!---------- SPACING STYLES ----------*/

.no-m {
	margin: 0;
}
.m-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.m-t-5 {
	margin-top: 5px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-75 {
	margin-top: 75px;
	margin-bottom: 75px;
}
.m-t-75 {
	margin-top: 75px;
}
.m-b-75 {
	margin-bottom: 75px;
}
.m-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.m-t-100 {
	margin-top: 100px;
}
.m-b-100 {
	margin-bottom: 100px;
}
.no-p {
	padding: 0;
	padding-bottom: 30px;
}
.p-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.p-t-5 {
	margin-top: 5px;
}
.p-b-5 {
	margin-bottom: 5px;
}
.p-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.p-t-10 {
	margin-top: 10px;
}
.p-b-10 {
	margin-bottom: 10px;
}
.p-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.p-t-15 {
	margin-top: 15px;
}
.p-b-15 {
	margin-bottom: 15px;
}
.p-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.p-t-20 {
	margin-top: 20px;
}
.p-b-20 {
	margin-bottom: 20px;
}
.p-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.p-t-25 {
	margin-top: 25px;
}
.p-b-25 {
	margin-bottom: 25px;
}
.p-b-30 {
	margin-bottom: 30px;
}
.p-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.p-t-50 {
	margin-top: 50px;
}
.p-b-50 {
	margin-bottom: 50px;
}
.p-75 {
	margin-top: 75px;
	margin-bottom: 75px;
}
.p-t-75 {
	margin-top: 75px;
}
.p-b-75 {
	margin-bottom: 75px;
}
.p-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.p-t-100 {
	margin-top: 100px;
}
.p-b-100 {
	margin-bottom: 100px;
}
.p-l-25 {
	padding-left: 25px;
}
.p-l-50 {
	padding-left: 50px;
}
.p-r-25 {
	padding-right: 25px;
}
.p-r-50 {
	padding-right: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.t-cent {
	text-align:center;
	align-content: center;
}
/*!---------- BACKGROUND STYLES ----------*/

.bg-blue {
	background: #3b7cc0;
}
.bg-blue-dark {
	background: #036dc5;
	color: #ffffff;
}
.bg-blue-verydark {
	background: #0772a5;
	color: #ffffff;
}
.bg-dark {
	background: #363636;
	color: #ffffff;
}
.bg-darker {
	background: #2B2B2B;
	color: #ffffff;
}
.bg-black {
	background: #000000;
	color: #ffffff;
}
.bg-grey {
	background: #6F7482;
	color: #ffffff;
}
.bg-grey-light {
	background: #A1A9B7;
	color: #ffffff;
}
.bg-light {
	background: #eaeaea;
}
.bg-lighter {
	background: #efefef;
  color: #333333;
}
.bg-red {
	background: #F84B66;
	color: #ffffff;
}
.bg-red-dark {
	background: #C63C52;
	color: #ffffff;
}
.bg-torquose {
	background: #00D3CA;
	color: #ffffff;
}
.bg-torquose-dark {
	background: #00A9A2;
	color: #ffffff;
}
.bg-purple {
	background: #8EA6E6;
	color: #ffffff;
}
.bg-purple-dark {
	background: #7462c8;
	color: #ffffff;
}
.bg-yellow {
	background: #F2CF03;
	color: #ffffff;
}
.bg-yellow-light {
	background: #F4D629;
	color: #ffffff;
}
.bg-cover,
.bg-fixed,
.bg-pattern,
.bg-contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-contain {
	background-size: contain;
	background-position: center bottom;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-pattern {
	background-repeat: repeat;
	background-size: auto;
}
.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	opacity: 0.5;
	z-index: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {
	.bg-fixed {
		background-attachment: scroll;
	}
}

.mobile-div {
	visibility: hidden !important;
	display: none !important;
}

.mobile-img {
	visibility: hidden !important;
	display: none !important;
}

.date-copy {
  font-family: "Raleway Medium", sans-serif;
  font-size: 1.3em;
  color: #34424e;
  text-transform: uppercase;
  overflow: hidden;
  text-align: left;
  padding-top: 30px;
}

.pbscribbles {
	max-width: 500px;
}

.logo-center {
	padding-top: 64px;
	align-content:center;
	text-align:center;
	height: auto;
	width: 100%;
}

.pb-div {
	align-content:center;
	text-align:center;
	height: auto;
	width: 100%;
}

.pb-webhead {
	align-content:center;
	text-align:center;
	height: auto;
	width: 100%;
}

.pbi-div {
	align-content:center;
	text-align:center;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
}

.pbi-logo {
	max-width:15%;
}

.coverhero {
	margin: 0 auto;
	padding-left: 40px;
	padding-top: 80px;
	padding-bottom: 20px;
	height: 100%;
	width: auto;
	align-content: center;
	text-align:center;
}

.coverhero-sm {
  margin: 0 auto;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 20px;
  height: 90%;
  width: auto;
  align-content: center;
  text-align:center;
}

.coverhero-left {
	margin: 0 auto;
	padding-left: 80px;
	padding-top: 80px;
	padding-bottom: 20px;
	height: 90%;
	width: auto;
	align-content: center;
	text-align:center;
}

.video-content {
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}


.whispers-hero {
	width:50%;
	height: auto;
	align-content:center;
	text-align:center;
}

.leftblock-dark {
	background-color: #eff0f1;
}

.services-icon {
	display: block;
	height: 96px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
}	

/*!---------- COLOR STYLES ----------*/

.text-blue {
	color: #00C2E5;
}
.text-dark {
	color: #363636;
}
.text-grey {
	color: #6F7482;
}
.text-white {
	color: #ffffff;
}
.text-red {
	color: #F84B66;
}
.text-torquose {
	color: #00D3CA;
}
.text-yellow {
	color: #F2CF03;
}
.text-purple {
	color: #8EA6E6;
}

/*!---------- BUTTON STYLES ----------*/

.block-text-button {
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 1.2em;
  padding-bottom:15px;
  line-height: 1.6;
  color: #8a8a89;
  overflow: hidden;
  max-height: 175px;
  text-align: center; }
  
.block-text-button-bottom {
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 1.2em;
  padding-bottom: 80px;
  line-height: 1.6;
  color: #8a8a89;
  overflow: hidden;
  max-height: 175px;
  text-align: center; }
  
.bottom-button {
	padding-bottom: 30px;
}

.button-purchase {
	width: 220px;
	height: 44px;
	border-radius: 24px;
	border: none;
	font-family: "Raleway SemiBold", sans-serif;
  	font-size: 14px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	color: #ffffff;
	font-weight: 400;
	text-align: center;
	background-color: #e47911;
}

.button-purchase:hover {
	background-color: #f1a255;
}

.button-purchase:active {
	background-color: #cf6e0f;
}

.button-ebook-purchase {
	width: 220px;
	height: 44px;
	border-radius: 24px;
	border: none;
	font-family: "Raleway SemiBold", sans-serif;
  	font-size: 14px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	color: #ffffff;
	font-weight: 400;
	text-align: center;
	background-color: #1099e4;
}

.button-ebook-purchase:hover {
	background-color: #51b9f1;
}

.button-ebook-purchase:active {
	background-color: #4ab7f2;
}

.button-kindle-purchase {
	width: 220px;
	height: 44px;
	border-radius: 24px;
	border: none;
	font-family: "Raleway SemiBold", sans-serif;
  	font-size: 14px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	color: #593600;
	font-weight: 400;
	text-align: center;
	background-color: #fd9902;
}

.button-kindle-purchase:hover {
	background-color: #feb74b;
}

.button-kindle-purchase:active {
	background-color: #fd9902;
}


.button-purchase-disabled {
	width: 220px;
	height: 44px;
	border-radius: 24px;
	border: none;
	font-family: "Raleway SemiBold", sans-serif;
  	font-size: 14px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	color: #ffffff;
	font-weight: 400;
	text-align: center;
	background-color: #b2b2b2;
}

.button-purchase-disabled:hover {
	background-color: #c2c2c2;
}

.button-purchase-disabled:active {
	background-color: #a2a2a2;
}

.btn {
	border-radius: 5px;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	height: 45px;
	line-height: 40px;
	margin: 10px 0;
	padding: 0 28px;
	text-align: center;
	background-color: #3b7cc0;
	opacity: 1;
}

.btn:hover {
	background-color: #2b8cf3;
	color: #ffffff;
}

.btn-disable {
	border-radius: 5px;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	height: 45px;
	line-height: 40px;
	margin: 10px 0;
	padding: 0 28px;
	text-align: center;
	background-color: #9da4aa;
	opacity: 1;
	cursor: not-allowed !important;
}

.btn-disable:hover {
	background-color: #9da4aa;
	color: #ffffff;
}


.btn-sm {
	font-size: 14px;
  	height: 35px;
  	line-height: 32px;
  	padding: 0 22px;
}

.btn-line {
	border: 2px solid #333333;
	color: #333333;
}
.btn-line:hover {
	background: #CCCCCC;
	color: #333333;
}
.btn-line-w {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-line-w:hover {
  background: #ffffff;
  color: #000000;
}
.btn-fix {
	border-radius: 0;
}
.btn-round {
  	border-radius: 50px;
  	letter-spacing: 1px;
  	margin: 10px 0;
}
@media all and (max-width: 767px) {
  	.btn {
		font-size: 14px;
	  	height: 35px;
	  	line-height: 32px;
	  	padding: 0 22px;
  	}
}


.mobile-toggle {
  position: relative;
  cursor: pointer;
  top: 0px;
  margin-left: 18px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  opacity: 1;
  display: none;
}
.mobile-toggle:hover,
.mobile-toggle.active {
  opacity: 0.5;
}
.mobile-toggle img {
	width: 30px;
  padding: 14px 0;
}
@media all and (max-width: 990px) {
  .mobile-toggle {
    display: inline-block;
  }
}

/*!---------- HOME TYPE STYLES ----------*/

.home-default {
	height: 700px;
}
.home-block {
	height: 100vh;
}
.home-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
/*!---------- SECTION TYPE STYLES ----------*/
.section-block {
  height: 100vh;
}
.half-block {
	height: 100%;
	padding: 0;
	overflow: hidden;
}
.half-block .container {
	width: 100%;
}

.half-block-gray {
	background-color: #eff0f1;
}


/*!---------- FORM TYPE STYLES ----------*/

.form-group {
  margin: 0;
}

.form-control {
  padding: 20px 25px;
  line-height: 1.6;
  font-size: inherit;
  height: auto;
}

.form-group .btn {
  border-radius: 0;
  font-size: inherit;
  padding: 20px;
}

.form-group input,
.input-group input,
.form-group textarea,
button {
  color: #222;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
}

.input-group input:focus,
.form-group input:focus,
.form-group textarea:focus,
.input-group button:focus {
  box-shadow: none;
  transition: none;
  border: 0;
  outline: 0;
}

.placeholdersjs {
  color: #aaa !important;
}

/*!---------- CONTACT TYPE STYLES ----------*/

.form-container {
  background: #fff;
  padding: 40px;
  border-radius: 3px;
}

.bg-inverse .form-container {
  background: #252830;
}

.form-container form {
  margin: 0 0 40px 0;
}

.form-container .title,
.form-container p,
.form-container small {
  margin: 0 0 40px 0;
}

.form-container *:last-child {
  margin-bottom: 0;
}

#contact_form {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

#modalContact .modal-title {
  margin: 0 0 40px 0;
}

#contact_form .form-group {
  margin: 0;
}

#contact_form .form-control {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 0;
  width: 100%;
  background: none;
  color: inherit;
}

textarea.form-control {
  resize: none;
}

#contact_form button {
  margin-top: 40px;
}

#contact_form label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  margin: 0;
}

#contact_form label.error {
  background: #e44646;
  color: #fff;
  padding: 5px 10px;
}

#contact_form label.valid {
  display: none !important;
}

.bg-inverse #contact_form,
.bg-inverse #contact_form .form-control {
  border-color: rgba(255, 255, 255, 0.2);
}

.data-list li {
  padding-left: 45px;
  padding-bottom: 30px;
  position: relative;
}

.data-list .icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 130%;
  opacity: 0.4;
}
@media (max-width: 992px) {

.data-list li {
  padding-left: 0;
}

.data-list .icon {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  padding-bottom: 10px;
  margin: 0;
}
}

/*!---------- PRICING TYPE STYLES ----------*/

#pricing h1 {
  font-size: 90px;
}
#pricing i{
  font-size: 48px;
  float: left;
  padding-right: 50px;
}
#pricing .block-title {
  padding-top: 10px;
}


/*!---------- PROGRESS BAR TYPE STYLES ----------*/

.progress-bars {
  margin-bottom: 24px;
}
.progress {
  height: auto;
  box-shadow: none;
}
.progress-bar {
  background: #47b475;
  box-shadow: none !important;
}
.bg-primary .progress-bar {
  background: #63c18b;
}
.progress-1 {
  height: 32px;
  margin-bottom: 8px;
  border-radius: 0;
  border: none;
}
.progress-1:last-child {
  margin-bottom: 0;
}
.progress-1 .progress-bar {
  text-align: right;
  padding-right: 12px;
  line-height: 32px;
  border-radius: 0;
}
.progress-1 .progress-bar span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
}
.progress-2 {
  height: auto;
  background: none;
  text-align: center;
  margin-bottom: 8px;
}
.progress-2 span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}
.progress-2 .bar-holder {
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #47b475;
}
.bg-primary .progress-2 .bar-holder {
  border-color: #71c795;
}

/*!---------- SUBSCRIBE TYPE STYLES ----------*/

#subscribe_form {
  margin-bottom: 30px;
}

#subscribe_form .form-control,
#subscribe_form button {
  border-radius: 3px 0 0 3px;
  background: #fff;
  font-size: inherit;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#subscribe_form button {
  height: 64px;
  font-size: 36px;
  line-height: 1;
  padding: 14px 25px;
  border-radius: 0 3px 3px 0;
  color: #00c0ff;
  border-right: 1px solid #eee;
  border-left: none;
  overflow: hidden;
}

label.error {
  margin: 20px 0 0 0;
  color: #C30;
}

/*!---------- VIDEO TYPE STYLES ----------*/

video:-webkit-full-screen,
audio:-webkit-full-screen {
  -webkit-transform: translateY(0%);
}
iframe {
  border: none;
}
.player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .player {
    display: none;
  }
}
.vid-bg {
  background: #222;
}
.vid-bg .background-image-holder {
  display: none;
  z-index: 0;
}
.vid-bg .masonry-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.vid-bg .container.fadeOut {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .vid-bg .background-image-holder {
    display: block;
  }
  .vid-bg .player {
    display: none;
  }
}
video {
  max-width: 100%;
}
.local-video-container {
  position: relative;
  margin-bottom: 24px;
}
.local-video-container video {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.local-video-container .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  top: 0;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.26);
}
.background-image-holder.fadeout {
  opacity: 0 !important;
  z-index: 0;
}
@media all and (max-width: 767px) {
  video {
    max-width: 100% !important;
  }
}
.play-button {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 4;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
.play-button:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -8px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #ffffff;
}
.play-button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.play-button.dark {
  border-color: #292929;
}
.play-button.dark:before {
  border-color: transparent transparent transparent #292929;
}
@media all and (max-width: 767px) {
  .play-button {
    width: 65px;
    height: 65px;
    margin-top: -32px;
  }
  .play-button:before {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20.0px;
    border-color: transparent transparent transparent #fff;
  }
}
.play-button.large {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}
.play-button.large:before {
  margin-top: -18px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 31.0px;
  border-color: transparent transparent transparent #ffffff;
}
.play-button.large.dark:before {
  border-color: transparent transparent transparent #292929;
}
.play-button.inline {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  z-index: 0;
}
@media all and (max-width: 767px) {
  .play-button.large {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  .play-button.large:before {
    margin-top: -14px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.0px;
    border-color: transparent transparent transparent #fff;
  }
}
.modal-video {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.modal-video video {
  margin: 0 auto;
  width: 675px;
  display: block;
  top: 50%;
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.modal-video.reveal-modal {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}
.modal-video iframe {
  position: absolute;
  width: 768px;
  height: 432px;
  left: 50%;
  margin-left: -384px;
  margin-top: -216px;
  top: 50%;
  border: none;
}
.modal-video .ion-close-round {
  font-size: 24px;
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 990px) {
  .modal-video iframe {
    width: 640px;
    height: 360px;
    margin-left: -320px;
    margin-top: -160px;
  }
}
@media all and (max-width: 767px) {
  .modal-video video {
    width: 100%;
    padding: 0 15px;
  }
  .modal-video iframe {
    width: 100%;
    margin-left: -50%;
  }
}
.fs-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.fs-video-wrapper video {
  position: absolute;
  width: 100%;
  left: 0;
}
.embed-video-container {
  width: 100%;
  position: relative;
  display: inline-block;
}
.embed-video-container iframe {
  border: none;
  width: 100%;
  height: 312px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.modal-video .embed-video-container {
  width: 80%;
  max-height: 800px;
}
@media all and (max-width: 767px) {
  .embed-video-container iframe {
    height: 200px;
  }
}
.fs-vid-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.fs-vid-background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overlay .fs-vid-background:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222222;
  opacity: 0.5;
  z-index: 2;
}
@media all and (max-width: 990px) {
  .fs-vid-background {
    display: none;
  }
}

/*!---------- FOOTER STYLES ----------*/

.footer-logo {
	max-width: 350px;
    opacity: 0.65;
	padding-top: 10px;
}

#footer {
  padding: 30px 0 50px;
}
#footer h3 {
  line-height: 0;
  padding-bottom: 20px;
}
#footer p {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
#footer p.text-white {  
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}

#footer p.text-white-lg {  
	font-family: 'Raleway Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;	
 	-webkit-font-smoothing: antialiased;
 	color: #0098fd;
	font-size: 20px;
	margin: 0;
}

#footer p.text-ltblue {  
  color: #a9c4e7;
  font-size: 14px;
  margin: 0;
}

#footer-list {
  display: inline-block;
}
#footer-list li {
  float: left;
  padding-right: 25px;
  color: #999999;
}
#footer ul.text-white li {
  float: left;
  padding-right: 25px;
  color: #ffffff;
}
#footer-list i{
  font-size: 24px;
}
#footer li p.block-title {
  padding-bottom: 10px;
}



/*----------------------------------------------------------------------------------------
            MODAL POPUP STYLES
----------------------------------------------------------------------------------------*/

.modal {
  overflow-y: auto;
  text-align: center;
}

.modal-content {
  padding: 100px 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 4px;
  border: 0;
}

.modal-title {
  margin: 0;
}

.modal-title .icon {
  font-size: 72px;
  line-height: 48px;
  display: block;
  margin: 0 0 40px 0;
  color: #00c0ff;
}

.modal-title .icon.ion-ios-minus {
  color: #F84B66;
}

.modal-open {
  overflow: auto;
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.close {
  font-family: inherit;
  font-size: 32px;
  font-weight: 100;
  text-shadow: none;
}

.close:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

#modalVideo .modal-content .close {
  position: relative;
  display: block;
  float: none;
  right: auto;
  top: auto;
  margin: -5px auto 5px auto;
}

#modalVideo .container {
  margin-top: 50px;
}

#modalVideo .modal-content {
  padding: 10px;
}
@media (max-width: 767px) {

#modalVideo .container {
  margin-top: 20px;
}
}

/* Styles for Mobile */
 
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	html, body {
		overflow-x: hidden;
	}

	body {
		position: relative;
		overflow-x: hidden;
		width: 100%;
	    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	
	.footer-logo {
		display: none;
		visibility:hidden;;
	}
	
	.show-hide {
		display: none;
	}
	
	.mobile-div {
		visibility: visible !important;
		display: inline-block !important;
		padding-top: 20px;
		padding-bottom: 10px;
		width: 100%;
		height: auto;
		align-content:center;
		text-align:center;
	}
	
	.mobile-img {
		visibility: visible !important;
		display: inline-block !important;
		height: 256px;
		width: auto;
		margin-left: 35px;
		align-content:center;
		text-align:center;
	}
	
	.pbi-logo {
		max-width:30%;
		padding-bottom: 20px;
	}

	.pb-webhead {
		align-content:center;
		text-align:center;
		height: 300px;
		width: 543px;
		object-fit: cover;
		object-position: 50% 0;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	h2 {
		font-size: 24px;
		
	}
	
	h1 {
		font-size: 32px;
		
	}
	
	.book-img {
		height: auto;
		width: 200px;
	}
}









