 @charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Table of contents]
0. Fonts
1. Clearfix
2. Preloader
3. Typography
4. Headings
5. Navigation
6. Main Content
7. Content Elements
8. Icons
9. Images & Hover Animation
10. Footer
11. Lists
-------------------------------------------------------------------*/

/* DJB Chalk It Up - latin */


@font-face{
	font-family:'Chalk';
	src:url('../fonts/chalk.woff') format('woff'),
       url('../fonts/chalk.ttf') format('truetype');
	font-weight:normal;
	font-style:normal}

/* =1. Clearfix
--------------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}/* ----- clear fix for floats ----- */
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}/* hides clearfix from IE-mac */
.clearfix {
	display: block;
}/* end hide from IE-mac */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: inline-block;
}
.aligncenter .padding {
	display: block;
	padding: 0 12px;
}
.alignnone {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}
.centered {
	text-align: center;
}
.hidden {
	display: none;
	visibility: hidden;
}
/* Preventing font-rendering switches during CSS transitions inside Flexslider for Safari and Chrome under MacOSX */
*, *:before, *:after {
	-webkit-font-smoothing: antialiased;
}
.flexslider {
	-webkit-transform: translateZ(0px);
}
/* End Clearfix
--------------------------------------------------------------------------------------------------------*/



/* =2. Preloader
--------------------------------------------------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999999;
}
#status {
	z-index: 28;
	position: absolute;
	color: #555 !important;
	top: 50%;
	height: 220px;
	width: 100%;
	margin-top: -115px;
}
/* horizontal centering */
.parent {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 30px 0px;
	z-index: 11
}
#preloader .child {
	text-align: center;
}
/* vertical centering */
.parent {
	display: table
}
.child {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.parent .bottom {
	display: table-cell;
	vertical-align: bottom;
	padding: 0;
	padding-bottom: 80px;
}
.image-with-overlay .parent .bottom {
	padding-bottom: 0px;
}
.parent .top {
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
.box-parent .child {
	padding-top: 10px;
}
/* End Preloader
--------------------------------------------------------------------------------------------------------*/



/* =3. Typography
--------------------------------------------------------------------------------------------------------*/
/*html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #e9e9e9;
}*/
body {
	font-size: 15px;
	font-family: "Open Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #666;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background:#fff;
	line-height:1.6;
}
a, a * {
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
a:hover {
	color: #2b2b2b;
	text-decoration: none;
	outline: 0;
}
a:focus {
	text-decoration: none;
	outline: 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
	outline: 0;
}
*:focus, *:after:focus, *:before:focus {
outline: 0;
}
strong { font-weight:600; }
p {
	padding: 0;
	margin: 0 0 10px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	position: relative;
	line-height: 1.6;
}
a {
	text-decoration: none;
}
p a {
	color: #2b2b2b;
	text-decoration: underline;
	position: relative;
	opacity: 0.7;
}
.arrow {
	background: url(../images/arrow2.png) -4px 2px no-repeat;
	background-size: 30px 20px;
	padding-left: 40px;
	color: #2b2b2b;
	opacity: 0.7;
}
a:hover .arrow {
	background: url(../images/arrow2.png) 3px 2px no-repeat;
	background-size: 30px 20px;
	opacity: 1;
}
.white-text p a.arrow {
	background: url(../images/arrow3.png) -4px center no-repeat;
	background-size: 30px 20px;
	padding-left: 40px;
}
.white-text p a.arrow:hover {
	background: url(../images/arrow3.png) 3px center no-repeat;
	background-size: 30px 20px;
}
.white-text p a, .intro p a {
	color: #fff;
	opacity: 0.7;
}
p a:hover {
	color: #1b2f5c;
	text-decoration: underline;
	opacity: 1;
}
p a:focus {
	text-decoration: underline;
}
.white-text p a:hover, .intro p a:hover {
	color: #fff;
	opacity: 1;
}
a {
	color: #555;
}
a:hover, a:focus { color:#1b2f5c; }
p.small {
	font-size: 85% !important;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0.5;
}
p.small.with-borderline {
	background: #e9e9e9;
	z-index: 2;
	position: relative;
	padding-right: 10px;
	display: inline-block;
}
p.small.below-text {
	top: -7px;
}
#preloader p.small {
	color: #555 !important;
	padding: 0 !important
}
.child p.small {
	padding-top: 10px;
}
p.small.below-header {
	padding-top: 4px;
	margin-bottom: 12px;
}
p.large, article p {
	font-size: 115%;
}
p.details {
	opacity: 0.7;
	font-size: 85%;
	margin-bottom: 10px;
}
.intro p {
	padding-top: 20px;
}
.white-text p {
	color: #fff;
}
.white-text p.small {
	opacity: 0.6;
}
.info-box-content p.large, .header-wrapper p.large {
	max-width: 474px;
	margin-left: auto;
	margin-right: auto;
}
.white-text p.below-button {
	color: #fff;
	opacity: 0.7;
}
.white-text a:hover p.below-button {
	color: #fff;
	opacity: 1;
}
blockquote {
	border: 0;
	position: relative;
	margin: 50px 0px 0px;
	font-size: 140%;
	color: #555;
	padding: 0;
	line-height: 1.5;
	/*font-family: "Lora", Georgia, "Times New Roman", Times, serif;*/
	font-style:italic;
}
article blockquote {
	margin: 80px 30px 40px;
}
blockquote::before {
	content: "“" !important;
	position: absolute;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	left: 0;
	top: -55px;
	font-weight: 600;
	width: 50px;
	margin-left: -1px;
	color: #555;
	letter-spacing: 0.1em;
	font-style:normal;
}
blockquote footer {
	font-style: normal;
	color: #888;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	left: 50px;
	top: -38px;
	font-family: "Open Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.lefted {
	text-align: left !important;
}
.button {
	border: 1px solid #b62c2c;
	padding: 13px 25px 14px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 12px !important;
	font-weight: 700;
	text-transform: uppercase;
	border-radius:6px;
	background:#b62c2c;
	color:#fff !important;
	opacity:1 !important;
	top:0;
	position:relative;
}
.button:hover {
	background:#c24040;
	/*border: 1px solid rgba(0,0,0,0.1);*/
	color:#fff;
	top:1px;
}

.button.with-icon-holder { padding-left:65px; }

.button .icon-holder { position:absolute; left:0; top:0; height:100%; background:rgba(0,0,0,0.1); width:40px; text-align:center; }

.button .icon-holder i.fa { color:#fff; display:inline-block; padding:0; margin:0; line-height:40px; position:relative;  font-size:14px; top:-1px}

#bottom .button { margin-top:22px; }


.signature {
	background: url(../images/signature.png) center no-repeat;
	background-size: 185px 70px;
	width: 185px;
	height: 70px;
	display: block;
	position: relative;
	margin-top: 10px;
}
.client {
	border: 0;
	width: 16.666%;
	padding: 0 10px;
	float: left;
	position: relative;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.client:hover, .client.no-link {
	opacity: 0.9;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	cursor: default
}
.absolute-bottom {
	position: absolute;
	bottom: 20px;
	left: 35px;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 1
}
#demo {
	position: relative;
	top: -5px;
}
#demo div {
	width: auto;
	text-align: center;
	float: left;
	font-size: 22px;
	color: #2b2b2b;
	letter-spacing: -0.5px;
	padding: 0px 9px 0px;
}
#demo span {
	font-size: 75%;
	letter-spacing: 0px !important;
	display: block;
	opacity: 0.5;
	border-top: 1px solid #444;
}
#demo b {
	width: auto;
	float: left;
	font-size: 18px;
	color: #2b2b2b;
	padding: 16px 0px 0px;
	font-weight: 400 !important;
}
#demo div:first-child {
	padding-left: 0;
}
#demo div:last-child {
	padding-right: 0;
}




/* End Typography
--------------------------------------------------------------------------------------------------------*/



/* =4. Headings
--------------------------------------------------------------------------------------------------------*/
h1#logo {
	position: relative;
	height: 90px;
	width: 240px;
	padding: 0 !important;
	margin: 0;
	display: block;
	top: 0px;
	float: left;
	left:-5px;
}
h1#logo a {
	background: url(../images/logo3.jpg) center no-repeat;
	background-size: 240px 90px;
	width: 240px;
	height: 90px;
	text-indent: -9999px;
	display: block;
}

.landing-page h1#logo { width:400px; height:120px; float:none; display:inline-block; }

.landing-page h1#logo a { background: url(../images/logo3.jpg) center no-repeat;
	background-size: 400px 120px;
	width:400px; height:120px;}

.numbers, h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	color: #1b2f5c;
	display: block;
	position: relative;
	font-weight: 600;
	margin-bottom:18px;
	font-family: "Chalk", "Open Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
	color: #fff;
}
.intro h1, .intro h2 {
	display: block;
	margin-bottom: 0px;
}
h1 {
	font-size: 68px;
	
	line-height: 1.1;
	letter-spacing: -0.5px;
	font-weight:400 !important;
}
h2 {
	font-size: 46px;
	line-height: 1.1;
	letter-spacing: 0px;
}
h3 {
	font-size: 34px;
	letter-spacing: 0px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px; padding-top:7px; 
}
.below-icon {
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	margin-top: 0px;
}
.header.with-details-above {
	margin-top: -3px;
}
.with-line {
	border-bottom: 1px solid #dedede;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.lone-header {
	padding-bottom: 30px; margin-top:0;
}
.more-margin {
	margin-top: 30px;
}
.no-margin-nor-padding {
	padding: 0;
	margin: 0;
}
article .header {
	margin-bottom: 20px;
}
.social-header {
	position: absolute;
	bottom: 20px;
}
.social-header i.fa {
	opacity: 0.5;
}
header .phone-number {
	position: absolute;
	right: 35px;
	top: 28px;
	color: #fff;
}
header .phone-number i.fa {
	color: #fff !important;
}
/* End Headings
--------------------------------------------------------------------------------------------------------*/



/* =5. Navigation
--------------------------------------------------------------------------------------------------------*/
#menu-button {
	font-size: 14px;
	height: 58px;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 1111;
	opacity: 1 !important;
	display: none;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #dedede;
	text-align: center;
}
#menu-button .centralizer {
	display: table-cell;
	vertical-align: middle;
}
#menu-button .centralizer .cursor {
	display: inline-block;
	cursor: pointer;
	height: 58px;
	width: 58px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
#nav-button {
	display: inline-block;
	width: 19px;
	height: 56px;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-top: 23px;
	text-align: center;
}
.nav-bar {
	background-color: #fff;
	border-radius: 1px;
	display: block;
	width: 19px;
	height: 2px;
	margin: 0px auto 3px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pushed-left #nav-button span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #2b2b2b;
}
.pushed-left #nav-button span:nth-child(1), .pushed-left-alt #nav-button span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pushed-left #nav-button span:nth-child(2), .pushed-left-alt #nav-button span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 19px !important;
	margin: 0px auto 3px;
}
.pushed-left #nav-button span:nth-child(3), .pushed-left-alt #nav-button span:nth-child(3) {
	display: none;
}
#nav-button span {
	background: #2b2b2b;
}
#main-nav ul {
	position: relative;
	float: left;
	border-left:1px solid #ececec;
	margin:0;
	margin-left: 26px;
	margin-top:4px;
}
#main-nav ul li {
	float: left;
	position: relative;
}
#main-nav ul li a {
	position: relative;
	color: rgba(0,0,0,0.5);
	padding: 27px 0 27px 30px;
	display: block;
	font-size: 16px;
	font-weight: 400;
}
#main-nav ul li a:hover, #main-nav ul li a.active {
	color:#1b2f5c;
	
}
#main-nav ul li a.active {font-weight:600; }
#main-nav ul li ul {
	float: none;
	padding: 23px 33px 18px 30px;
	position:absolute;
	background:#fff;
	border-radius:6px;
	margin-top:50px;
	left:0;
	border:0;
	margin-left:0;
}

#main-nav ul li ul li {
	float: none;
	position: relative;
	white-space:nowrap;
}
#main-nav ul li ul li a {
	font-size: 14px !important;
	border: 0;
	padding: 4px 0;
}
#main-nav ul li ul li:last-child a {
	padding-bottom: 8px
}


#main-nav li a.sub-nav-toggle { padding-right:15px; }

#main-nav li a.sub-nav-toggle::before {
	position: absolute;
	top: 34px;
	right: 0px;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 13px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(43,43,43,0.7);
	content: "\f107";
	font-family: FontAwesome;
	-webkit-transition: .5s right, .5s opacity;
	-moz-transition: .5s right, .5s opacity;
	-o-transition: .5s right, .5s opacity;
	transition: .5s right, .5s opacity;
	-moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
#main-nav li a.sub-nav-toggle:hover::before, #main-nav li a.sub-nav-toggle.active::before {
	color: rgba(43,43,43,1);
}




#main-nav ul li ul::after { background:#fff; top:-5px; content:""; height:24px; left:30px; position:absolute; -webkit-transform:rotate(45deg); transform:rotate(45deg); width:24px; }
/* End Navigation
--------------------------------------------------------------------------------------------------------*/



/* =6. Main Content
--------------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 98;
	background:#fff;
	/*-webkit-box-shadow:0 0 25px 0 rgba(0, 0, 0, 0.08);
	box-shadow:0 0 25px 0 rgba(0, 0, 0, 0.08);*/
}

#top { padding:15px 0 0 0; font-size:12px; }
#top a { color: #666; }
#top i.fa.fa-phone { color:#666 !important; position:relative; top:1px; }
#top i.fa.fa-envelope { color:#666 !important; position:relative; top:0px; margin-left:8px; font-size:85% !important; }
#top strong, #top a:hover { color:#1b2f5c; }
#top .borderline { margin:0; margin-top:15px; }

#bottom { padding:14px 0; }


#content {
	width: 100%;
	position: relative;
	z-index: 55;
	height: auto;
}
section {
	padding: 100px 0;
	background:#fff;
}
section.grey { background:#f5f5f5; }
section.same-color-as-previous-section {
	padding-top: 0;
}
.container {
	position: relative;
}
#container {
	position: relative;
	margin: 0 auto;
	padding: 50px 0 60px 0;
}
.same-color-as-previous-section #container {
	margin-top: -15px;
}
.full-width {
	width: 100%;
}
.full-width .element {
	padding: 0;
}
.full-height-wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.containing-image-wrapper {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.element {
	float: left;
	margin: 10px;
	background: none;
	border: 1px solid #dedede;
}

.no-padding {
	padding: 0 !important;
}
.auto {
	height: auto !important;
	min-height: 280px;
}
.with-tile-below {
	border: 0 !important;
	padding: 0 !important;
}
.content-below-image {
	border: 1px solid #dedede;
	background: #e9e9e9;
	padding: 30px 35px 20px 35px;
	height: 280px;
}






.bordered { border-radius:6px; padding:25px 30px 20px; margin-top:15px; margin-bottom:15px; background:#fff; }
.bordered.more-padding { padding:30px 45px 35px; }
.color-1 { background:#3b5ba2; }
.color-2 { background:#2b4580; }
.color-3 { background:#1b2f5c; }

.bordered.image-above { margin-top:0; border-top-right-radius:0; border-top-left-radius:0; padding-top:25px; }


.lighter { opacity:0.25; padding:0 2px; }
/* =End Main Content
--------------------------------------------------------------------------------------------------------*/



/* =7. Content Elements
--------------------------------------------------------------------------------------------------------*/
.overflow, .element {
	overflow: hidden;
	-webkit-transition: none;
	transition: none;
}
.greyed {
	background: #fff;
	padding: 30px 35px 29px 35px;
	position: relative;
}
.no-isotope .greyed {
	margin-bottom: 30px;
}
body.centered-tiles .element {
	text-align: center;
}
.white-text {
	-webkit-text-shadow: 0px 0 30px rgba(0, 0, 0, 0.05);
	text-shadow: 0px 0 30px rgba(0, 0, 0, 0.05);
	position: relative;
}
.extra-padding-top {
	padding-top: 10px;
}
.extra-padding-right {
	padding-right: 45px;
}
.extra-padding-bottom {
	padding-bottom: 45px
}
.break {
	display: block;
	position: relative;
	height: 20px;
	width: 100%;
}
.borderline {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	height: 1px;
	position: relative;
	width: 100%;
	margin: 29px 0 23px;
	display: block;
	float: none;
}

.bordered.white-text .borderline {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin:13px 0 13px;
}


.borderline.last-in-section {
	margin-bottom: 0;
}
.borderline.first-in-section {
	margin-top: 0;
}
.blog-line {
	position: relative;
	background: #dedede;
	height: 1px;
	width: 100%;
	margin: 20px 0;
}
.blog-line::after {
	content: "";
	background: #d8d8d8;
	top: 0px;
	display: block;
	left: 0%;
	height: 1px;
	position: absolute;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	width: 0;
}
a:hover .blog-line::after {
	left: 0;
	width: 100%;
}
#project-pagination a {
	opacity: 0.65;
	display: inline-block;
}
#project-pagination a:hover {
	opacity: 1;
}
.prev-project {
	background: url(../images/arrow4.png) no-repeat left 2px;
	background-size: 30px 20px;
	padding-left: 35px;
}
.next-project {
	background: url(../images/arrow2.png) no-repeat right 2px;
	background-size: 30px 20px;
	padding-right: 35px;
	text-align: right;
}
.min-full-height {
	min-height: 100vh;
}
div.full-height {
	height: 100vh!important;
	margin: 0 !important;
	padding: 0 !important;
}
div.full-height.not-completely-full {
	max-height: 500px;
}
.custom-caption {
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 500;
	font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.nav-tabs {
	margin-bottom: 45px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.nav-tabs > li {
	float: none;
}
.nav > li {
	display: inline-block;
}
.nav-tabs > li > a {
	border-radius: 0;
	font-size: 14px;
	color: #2b2b2b;
	background: #fff;
	border: 0;
	min-width: 36px;
	width: auto;
	height: 90px;
	padding: 52px 0 0 0;
	margin: 0 25px;
	opacity: 0.5;
	font-weight: 400;
	font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.nav-tabs > li > a:hover {
	background: #fff;
	color: #2b2b2b;
	border: 0;
	opacity: 1
}
.nav-tabs li a#first-tab {
	background: url(../images/icons/target.png) no-repeat top center;
	background-size: 36px 36px;
}
.nav-tabs li a#second-tab {
	background: url(../images/icons/network.png) no-repeat top center;
	background-size: 36px 36px;
}
.nav-tabs li a#third-tab {
	background: url(../images/icons/illustration.png) no-repeat top center;
	background-size: 36px 36px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #2b2b2b;
	border: 0;
	border-bottom: 1px solid #999;
	opacity: 1
}
.table {
	margin-bottom: 10px;
}
table h5 {
	margin: 0;
	display: block;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 25px 0px 0;
	text-align: left;
	vertical-align: middle;
	border: 0 !important
}
.table th {
	width: 50%;
	padding-top: 10px !important;
}
.table td:nth-child(2n-1) {
	padding-right: 0;
}
.table td:nth-child(2n) {
	padding-left: 0;
	padding-right: 50px;
}
.table tr:nth-child(1) td {
	padding-top: 40px;
}
tr.bolder-border {
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}
.table tr i.fa-check-square-o {
	padding-left: 0px;
	padding-right: 8px;
	top: 1px;
	position: relative
}
.price {
	font-size: 500%;
	line-height: 1;
	float: left;
	padding: 20px 18px 20px 0;
	letter-spacing: -3px;
}
.table p.details {
	padding-top: 28px;
	padding-right: 25%;
}
h3.panel-title {
	font-size: 28px;
	line-height: 1.3;
	padding: 25px 75px 25px 35px !important;
}
.panel-group {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	border-radius: 0 !important;
	margin-bottom: 10px;
	margin-top:10px;
}
.panel-group .panel {
	border: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-radius: 0 !important;
}
.panel-heading {
	color: #2b2b2b;
	background: none !important;
	padding: 0px !important;
	position: relative;
}
.panel-heading::after {
	position: absolute;
	top: 30px;
	right: 35px;
	content: "";
	background: url(../images/minus.png) no-repeat top center;
	background-size: 24px 24px;
	height: 24px;
	width: 24px;
	display: block;
	-webkit-transition: .5s opacity;
	-moz-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity;
	-moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.panel-heading::before {
	position: absolute;
	top: 30px;
	right: 35px;
	content: "";
	background: url(../images/plus.png) no-repeat top center;
	background-size: 24px 24px;
	height: 24px;
	width: 24px;
	display: block;
	-webkit-transition: .5s opacity;
	-moz-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity;
	-moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.panel-heading.active::before {
	opacity: 0;
}
.panel-body {
	border: 0 !important;
	padding: 5px 35px 20px !important;
}
.panel-group .panel + .panel {
	margin-top: 0;
}

/* =End Content Elements
--------------------------------------------------------------------------------------------------------*/




/* =8. Intro Backgrounds
--------------------------------------------------------------------------------------------------------*/
.background-image1 {
	background: url(../images/chalkboard2.jpg) no-repeat center #2b2b2b;
	height: 100%;
	display: block;
	width: 100%;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}


.banner-textblock {
	position: relative;
}
.parallax {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
	transform: translate3d(0px, 0px, 0px);
	transform-style: preserve-3d;
	position: absolute !important;
	left: 0;
	top: 0;
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.parallax {
	background-attachment: initial;
}
}
.fixed {
	position: fixed;
	height: 100vh;
	width: 100%;
	backface-visibility: hidden;
	top: 0px;
	z-index: -1;
}
.absolute {
	position: absolute;
	height: 650px;
	width: 100%;
	backface-visibility: hidden;
	z-index: 0;
}
/*.touch .fixed {
	position: absolute;
}*/








/* =End Intro Backgrounds
--------------------------------------------------------------------------------------------------------*/




/* =8. Icons
--------------------------------------------------------------------------------------------------------*/
.social-list {
	padding-bottom: 15px;
	padding-top: 10px;
	margin: 0;
	font-size: 0;
}
.social-list li {
	display: inline-block;
	padding: 0 8px 0 0;
	position: relative;
}
.centered .social-list li {
	padding: 0 4px;
}
.social-list li a i {
	color: #888;
	font-size: 17px;
}
.social-list li a:hover i {
	color: #2b2b2b;
}
.social-list.aligncenter {
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	top: 18px;
	margin-left: 10px !important;
}
nav .social-list {
	position: relative;
	width: auto;
	text-align: left;
}
nav .social-list li {
	padding: 0px 0px 0 0;
	display: inline-block;
}
nav .social-list li a {
	border: 0 !important;
	margin: 0 !important;
	margin-right: 15px !important;
}
nav .social-list li a i, #footer .social-list li a i {
	color: rgba(43,43,43,0.6);
	margin: 0 !important;
}
nav .social-list li a:hover i, #footer .social-list li a:hover i {
	color: rgba(43,43,43,1);
}
nav .social-list a.search-button {
	padding-left: 15px !important;
	padding-right: 15px !important;
	background: rgba(255,255,255,0.05);
}
.social-list.alignright li {
	padding: 0 0 0 10px
}
.social-icon {
	font-size: 44px;
	line-height: 1.2;
}
i.fa {
	margin-right: 3px;
	color: #2b2b2b
}
p i.fa {
	color: #888;
}
.button i.fa {
	color: #2b2b2b;
	padding-right: 3px;
}
.white-text i.fa {
	color: #fff !important;
}
header .social-list {
	position: absolute;
	right: 30px;
	top: 32px;
}
header .social-list i.fa {
	opacity: 0.7;
	color: #2b2b2b !important;
}
header .social-list i.fa:hover {
	opacity: 1;
}
header .social-list li {
	text-align: center;
	padding: 0 7px;
}
.fa-envelope {
	font-size: 15px !important;
	position: relative;
	top: -1px;
}
.fa-external-link, .fa-file-pdf-o {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.pulse {
	background: url(../images/icons/pulse.png) center no-repeat;
	background-size: 42px 42px;
}
.team {
	background: url(../images/icons/team.png) center no-repeat;
	background-size: 42px 42px;
}
.social {
	background: url(../images/icons/social.png) center no-repeat;
	background-size: 42px 42px;
}
.books {
	background: url(../images/icons/books.png) center no-repeat;
	background-size: 42px 42px;
}
.pig {
	background: url(../images/icons/pig.png) center no-repeat;
	background-size: 42px 42px;
}

.icons {
	position: relative;
	height: 42px;
	width: 42px;
	margin-top: 27px;
	margin-bottom: 15px;
	display: inline-block;
	float:left;
}
.centered .icons {
	float: none;
	display: inline-block;
}
.next-to-icon {
	margin-left: 65px;
	margin-top: 10px;
}
.absolute-right {
	position: absolute;
	right: 35px;
	bottom: 35px;
	margin: 0;
}
.absolute-top-right {
	position: absolute;
	right: 35px;
	top: 33px;
	margin: 0;
}
.icon-to-the-right {
	max-width: calc(100% - 55px);
}
.avatar-to-the-right {
	max-width: calc(100% - 95px);
}
/* End Icons
--------------------------------------------------------------------------------------------------------*/



/* =9. Images & Hover Animation
--------------------------------------------------------------------------------------------------------*/
.images {
	display: block;
	position: relative;
	margin: 30px 0 20px;
}
article .images {
	margin: 40px 0;
}
img {
	width: 100%;
	display: block;
	max-width: 100%;
	z-index: 9;
}
.half-size { width: 80%; padding-right: 30px; padding-top: 8px; }
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: 40px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.musicWrapper {
	position: relative;
	height: auto;
	margin-bottom: -6px;
	padding: 20px 0;
}
.musicWrapper iframe {
	width: 100%;
	height: auto;
}
.imageWrapper {
	position: relative;
	margin: 0px 0 45px;
}
.overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.0);
	width: 100%;
	height: 100%;
}
a:hover .overlay, .intro .overlay, .image-with-overlay .overlay {
	background-color: rgba(0, 0, 0, 0.1);
}
.image-with-overlay.lighter-overlay .overlay, footer .overlay {
	background-color: rgba(0, 0, 0, 0.25);
}
.info-box-content {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.image-with-overlay {
	position: relative;
}
.image-with-overlay h3, .image-with-overlay p {
	padding-left: 35px;
	padding-right: 35px;
}
.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 280px;
	-webkit-transition: left ease-in-out 0.33s;
	transition: left ease-in-out 0.33s;
}
.image-overlay.pushed-right {
	left: 100%;
}
.image-overlay.text-instead {
	background: #fff;
	border: 1px solid #dedede;
	height: 280px;
	padding: 30px 35px 20px 35px;
}
.avatar {
	display: inline-block;
	position: absolute;
	right: 35px;
	bottom: 33px;
}
.avatar img {
	width: 80px;
	height: 80px;
	border-radius: 51%;
	z-index: 2;
	position: relative;
}




img.round-top { border-top-right-radius:6px; border-top-left-radius:6px; margin-top:15px; }
img.round { 
	border-radius: 6px; margin-bottom: 40px; }
/* End Images & Hover Animation
--------------------------------------------------------------------------------------------------------*/



/* =10. Footer
--------------------------------------------------------------------------------------------------------*/
#footer { background-color: rgba(0, 0, 0, 0.3); min-height:91px; margin:0px; width:100%; z-index:1; position:relative; }
#footer .padding-wrapper { padding:31px 0px 29px; }
footer { z-index:1002 !important; }
footer p { color:rgba(255, 255, 255, 0.6); padding:0; border:0; text-decoration:none }
footer a { color:rgba(255, 255, 255, 0.6) !important; opacity:1; }
footer a:hover { color:rgba(255, 255, 255, 1) !important; }
span.padding { padding:0 3px; }
footer .social-list { margin-left:20px; padding:0; padding-top:2px; }
footer i.fa-heart { color:#3b5ba2; }
footer i.fa-phone { position:relative; top:1px; opacity:0.7; }
footer i.fa-envelope { font-size:80% !important; opacity:0.7; }

footer .button { border:1px solid #3156a3; background:#3156a3; }
footer .button:hover { background:#3e60a7; border:1px solid #3e60a7; }

#footer .padding-wrapper.upper-part { padding:81px 0px 69px; }
#footer .padding-wrapper.upper-part p.small { color:#fff; padding:0; padding-bottom:10px; opacity:1; }

#footer .lower-part { background:rgba(0,0,0,0.1); }
#footer .lower-part p { font-size:85%; }


footer h4 { color:#fff; margin-top:-4px; margin-bottom:18px; position:relative; }
footer ul.unordered-list { padding:0px 0 0 30px; list-style: disc; }
footer ul.unordered-list li a { text-decoration:none !important; }
footer ul.unordered-list li { padding-bottom:8px; }
/* End Footer
--------------------------------------------------------------------------------------------------------*/



/* =11. Lists
--------------------------------------------------------------------------------------------------------*/
ul.unordered-list, .hentry ul, ol {
	list-style: circle;
	padding: 0px 0px 20px 25px;
	margin-bottom: 0;
}
.panel-group ul.unordered-list, .panel-group ol {
	padding: 10px 0px 20px 25px;
}
article ul.unordered-list, .hentry ul, article ol {
	font-size: 120%;
}
ol {
	list-style: decimal;
}
ul.unordered-list li, ol li {
	padding-bottom: 5px;
	position: relative;
}
ul.unordered-list li:last-child, ol li:last-child {
	padding-bottom: 0px;
}
ul.unordered-list li a, .hentry ul li a, ol li a {
	color: #555;
	text-decoration: underline;
}
ul.unordered-list li a:hover, .hentry ul li a:hover, ol li a:hover {
	color: #2b2b2b;
	text-decoration: underline;
}
.white-text ul, .white-text ol {
	color: #fff;
}
ul.pagination {
	margin-bottom: 0px;
	border-radius: 0;
	margin-top: 10px;
	display: inline-block;
	font-size: 0;
}
ul.pagination li a {
	margin: 0 3px;
	color: #fff;
	opacity: 0.7;
	background: none;
	border: 1px solid;
	border-radius: 0 !important;
	font-size: 15px;
}
ul.pagination li a:hover {
	color: #fff;
	opacity: 1;
	background: none;
}
ul.pagination li a.active {
	border: 1px solid;
	color: #fff;
	opacity: 1;
}
ul.pagination li a.active:hover {
	background: none !important;
	cursor: default;
}
/* =End Lists
--------------------------------------------------------------------------------------------------------*/


/* =12. Googlemaps
--------------------------------------------------------------------------------------------------------*/
#map {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	margin-top: -150px;
}
#map:before, #map:after {
	background: none;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#map:after {
	bottom: 0;
	top: auto;
}
.contact-map-overlay {
	display: block;
	position: absolute;
	top: 0;
	background: #1b2f5c !important;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease 0.0s;
	transition: all 0.2s ease 0.0s;
	opacity: 0.6;
}
/* End Googlemaps
--------------------------------------------------------------------------------------------------------*/