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

/* Custom Typefaces */
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../fonts/Chunkfive-webfont.eot');
	src: url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#webfontr824sA59') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CantarellRegular';
	src: url('../fonts/Cantarell-Regular-webfont.eot');
	src: url('../fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../fonts/Cantarell-Regular-webfont.svg#webfontee2tF4Du') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CantarellOblique';
	src: url('../fonts/Cantarell-Oblique-webfont.eot');
	src: url('../fonts/Cantarell-Oblique-webfont.woff') format('woff'), url('../fonts/Cantarell-Oblique-webfont.ttf') format('truetype'), url('../fonts/Cantarell-Oblique-webfont.svg#webfontxrkKkkMQ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CantarellBold';
	src: url('../fonts/Cantarell-Bold-webfont.eot');
	src: url('../fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../fonts/Cantarell-Bold-webfont.svg#webfontnhrNkOuZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CantarellBoldOblique';
	src: url('../fonts/Cantarell-BoldOblique-webfont.eot');
	src: url('../fonts/Cantarell-BoldOblique-webfont.woff') format('woff'), url('../fonts/Cantarell-BoldOblique-webfont.ttf') format('truetype'), url('../fonts/Cantarell-BoldOblique-webfont.svg#webfontS9YJE3aD') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HoneyScriptLight';
	src: url('../fonts/HoneyScript-Light-webfont.eot');
	src: url('../fonts/HoneyScript-Light-webfont.woff') format('woff'), url('../fonts/HoneyScript-Light-webfont.ttf') format('truetype'), url('../fonts/HoneyScript-Light-webfont.svg#webfontCXpoJWLw') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "tebicons";
  src:url("../fonts/tebicons.eot");
  src:url("../fonts/tebicons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/tebicons.woff") format("woff"),
    url("../fonts/tebicons.ttf") format("truetype"),
    url("../fonts/tebicons.svg#tebicons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "tebicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "tebicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-design:before {
  content: "\63";
}
.icon-code:before {
  content: "\64";
}
.icon-support:before {
  content: "\61";
}
.icon-process:before {
  content: "\62";
}



/* ***********************************************************************

Universal

*********************************************************************** */

body {
/* 	background:#556c77; */
background: white;
	font-family: 'CantarellRegular';
}

.no-padding {
	padding-right: 0;
	padding-left: 0;
}

.pointer {
	cursor: pointer;
}

.clear {
	clear: both;
}

img.scale {
	max-width: 100%;
	height: auto;
}


hr {
	background-color: #fff;
	border-top: 1px solid white;
}

strong {
	font-family: 'CantarellBold';
	font-weight: 100;
}

.upper {
	text-transform: uppercase;
}

/* ***********************************************************************

Buttons

*********************************************************************** */

.btn {
  cursor: pointer;
  margin: 10px;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
  font-family: 'CantarellRegular';
  font-size: 15px;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  margin-top: 15px;
}

.blue {
  color: white;
  border: 2px white solid;
}

.blue:hover {
    background-color: #00334D;
  color: #fff;
  border: 2px #00334D solid;
}

.white {
  color: #00334D;
  border: 2px #00334D solid;
  margin: 10px 10px 10px 0;
}

.white:hover {
  background-color: #00334D;
  color: #fff;
  border: 2px #00334D solid;
}



/* ***********************************************************************

Header Area and Nav

*********************************************************************** */
.header {
	background-color: white;
	-webkit-box-shadow: 0 0 3px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0 0 3px 1px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:        0 0 3px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.navbar-brand h1 {
	display: none;
}

.header.pinned .navbar-brand h1 {
	display: inline;
}

.header.pinned {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3000;
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.header.pinned .navbar {
	min-height: 20px;
	margin-bottom: 0;
}

.header.pinned .navbar-default .navbar-collapse {
    margin-top: 10px;
}

.header.pinned .navbar-brand {
	background-image: none;
	width: 175px;
	height: auto;
	padding-top: 20px;
}

.header.pinned .navbar-brand h1 {
	font-family: 'HoneyScriptLight';
	text-transform: none;
	color: #00334D;
	font-size: 2em;
	font-weight: 100;
}

.header.pinned .navbar-brand img {
	display: none;
}

/*
.header.pinned a.navbar-brand img {
	width: 65%;
	margin-top: 8px;
}
*/

/*
.header.pinned a.navbar-brand {
	height: 54px;
	background:url(../images/TEBD_Logo_small.jpg) no-repeat;
	width: auto;
}

.header.pinned .navbar-default .navbar-brand {
    color: white;
}
*/



.headerarea {
	background:url(../images/headerimg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 650px;
	background-color: black;
}
.header-headline {
	margin-top: 5%;
}

.header-headline h1 {
	color: white;
	text-transform: none;
	font-size: 3.3em;
}

.header-headline h2 {
	color: white;
	font-family: 'CantarellRegular';
	font-size: 1.2em;
	
}
.orange-script {
	font-family: 'HoneyScriptLight';
	text-transform: none;
	color: #BE6A14;
	font-size: 2.5em;
	font-weight: 100;
	line-height: .7;
    text-shadow: 1px 1px 5px #000;
}
.header-headline-image {
	margin-top: 10%;
	text-align: center;
}
/* Overriding Bootstrap Classes*/

.navbar {
    min-height: 120px;
    margin-bottom: 0;
    border: none;
}

.navbar-default .navbar-collapse {
    margin-top: 40px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-collapse {
	background-color: white;
	border-color: transparent;
	   margin-top: 10px;
}


.navbar-default .navbar-brand:hover {
    color: #00334D;
}

	.navbar-brand h1 {
	font-family: 'HoneyScriptLight';
	text-transform: none;
	color: #658493;
	font-size: 2em;
	font-weight: 100;
}

.navbar-brand {
 padding: 0;
 height: 120px;
 width: 120px;
}


/*Top Nav*/

.navbar-default .navbar-nav>li>a {
	font-family: 'ChunkFiveRegular';
	text-transform: uppercase;
	color: #00334d;
	text-decoration: none;
	font-size: 1.2em;
	margin-top: 5px;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #BE6A14;
	background: url(../images/nav-BG-active2.png) no-repeat center top;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #BE6A14;
    background-color: white;
    	background: url(../images/nav-BG-active2.png) no-repeat center top;
}

.navbar-default .navbar-nav>li>a .glyphicon {
	visibility: hidden;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover, .navbar-nav>li>a.active  {
    color: #93bbdf; 
}

/* ***********************************************************************

Homepage Specfic

*********************************************************************** */
.intro-section {
	background: url(../images/thebird_lightblue.jpg) no-repeat;
	background-position: left bottom;
	min-height: 550px;
	padding-top: 50px;
}

.intro-section h2 {
	text-align: center;
	font-size: 1.75em;
	color: #00334D;
}

.intro-section h1 {
	color: #00334D;
	text-transform: none;
	line-height: 1.3em;
}

/* Icons */

.icon_box .icon_wrapper i {
    color: #00334D;
    font-size: 85px;
    line-height: 97px;
    position: relative;
    z-index: 4;
    cursor: default;
}

.icon_box .icon_wrapper:before {
    box-shadow: inset 0 0 0 2px #00334D;
}

.icon_box .icon_wrapper i {
    box-shadow: inset 0 0 0 70px color: #00334D;
}

.icon_box:hover .icon_wrapper:before {
    box-shadow: inset 0 0 0 70px #BE6A14;
}

.icon_box .icon_wrapper:after {
    box-shadow: inset 0 0 0 2px #e9e9e9;
}

.icon_box:hover .icon_wrapper i {
    color: #fff;
}


.icon_box {}

.icon_box a {}

.icon_box a .icon_wrapper i {
    cursor: pointer;
}

.icon_box a:hover {
    text-decoration: none;
}

.icon_box .icon_wrapper {
    height: 80px;
    width: 80px;
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
}

.icon_box .icon_wrapper:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
}

.icon_box .icon_wrapper:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon_box .desc_wrapper {
    text-align: center;
}

.icon_box .desc_wrapper .desc {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.icon_box.icon_position_left {
    min-height: 130px;
    padding-left: 120px;
    position: relative;
}

.icon_box.icon_position_left .icon_wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
}

.icon_box.icon_position_left .desc_wrapper {
    text-align: left;
}

.icon_box.icon_position_left .desc_wrapper hr {
    margin-left: 0;
}

.icon_box .icon_wrapper:before,
.icon_box .icon_wrapper:after,
.icon_box .icon_wrapper i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box:hover .icon_wrapper:before {
    -webkit-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.89);
}

.icon_box:hover .icon_wrapper:after {
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
    opacity: 1;
    filter: alpha(opacity=100);
}

/* End of Icons */


.work-section {
	height: auto;
		background: url(../images/codebkg.jpg) repeat;
	background-color: black;
	background-attachment: fixed;
	
}

.work-section h1 {
	color: white;
	text-transform: none;
	margin-top: 80px;
	line-height: 1.3em;
}

.work-section .orange-script {
	font-family: 'HoneyScriptLight';
	text-transform: none;
	color: #BE6A14;
	font-size: 2.5em;
	font-weight: 100;
	line-height: .4;
    text-shadow: 1px 1px 5px #000;
}

.blog-area {
	background-color: #658493;
	padding-bottom: 200px;
}


/*Interior */

.headerarea-int {
	background:url(../images/headerimg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 200px;
	background-color: black;
}

/*
.angle {
    content: "";

    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 70px solid #fff;
    z-index: 15;
    pointer-events: none;
    -moz-transform: scale(1.0001);
}
*
/*

.headerarea-int {    z-index: 1;
    position: relative;
    height: 400px;
    }


.angle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    overflow: hidden;
    width: 100%;
    height: 500px;
    background: white;
    z-index: -15;
    -webkit-transform: skewY(-8deg);
    -moz-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    -o-transform: skewY(-8deg);
    transform: skewY(-8deg);
    display: inline-block;
}
*/



/* ***********************************************************************

Work Area

*********************************************************************** */

.work_grid {
	padding-bottom: 30px;
	margin-top: 10px;
	background-color: #f3f3f3;
}


.da-thumbs {
	list-style: none;
	position: relative;
	padding: 0;
}
.da-thumbs li {
	float: left;
	position: relative;
	height: 400px;
	overflow: hidden;
	margin: 20px 0 0 0;
	
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}

.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
    background: rgba(255,255,255,0.85);
    width: 100%;
    height: 100%;
}

.da-thumbs li a, .da-thumbs li a img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: center center;
}

.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 120px 20px 20px 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid black;
	text-align: center;
	font-family: 'CantarellBold';
	font-size: 1.5em;
	text-transform: uppercase;
	color: #00334d;
}


/* ***********************************************************************

Articles Area

*********************************************************************** */
.blog-cat-sidebar {
	background-color: white;
	margin-top: 131px;
	padding: 15px;
}

.blog-cat-sidebar h2 {
	font-size: 20px;
	margin-top: 0;
}
.home-post {
	background-color: white;
	padding: 15px;
	height: 350px;
}

.blog-post {
	background-color: white;
	padding: 15px;
	height: 450px;
	margin-bottom: 15px;
}

.introphoto {
	height: 190px;
	width: 100%;
	object-fit: cover;
	object-position: 0 0;
}

.blog_introphoto {
	height: 265px;
	width: 100%;
	object-fit: cover;
	object-position: 0 0;
}


h1.blogfeed, h1.blogfeed a {
	color: white;
	text-transform: none;
}

h1.blogfeed, h1.blogfeed a:hover {
	text-decoration: none;
}

h1.blogfeed .script {
	font-size: 1.7em;
	padding-right: 1%;
}

h2.title {
	font-family: 'CantarellBold';
	font-size: 1em;
	text-transform: none;
	margin-top: 0;
}

h2.title a {
	text-decoration: none;
}

h2.title-blogmain {
	font-family: 'ChunkFiveRegular';
	font-size: 1em;
}

h2.title-blogmain .script {
	font-size: 2em;
}

h2.title-blogmain a {
	text-decoration: none;
}

h2.blogfeed {
	font-family: 'CantarellRegular';
	color: white;
	margin-left: 100px;
    margin-top: -20px;
    margin-bottom: 40px;
    font-size: .9em;
}

.readmore {
	font-size: .8em;
	text-decoration: none;
}

.blog-back-link {
	font-family: 'HoneyScriptLight';
	text-decoration: none;
	font-size: 2em;
	line-height: .6em;
	margin-top: 20px;
	display: block;
	padding: 12px 0 20px 20px;
	background: url(../images/left-nav-slideshow-small.png) no-repeat top left;
}

.blog-back-link span {
	font-family: 'ChunkFiveRegular';
	text-transform: uppercase;
	font-size: .4em;
}

.categories {
	margin-bottom: 20px;
}

.blog-sidebar {
		min-height: 400px;
}

/*Styles for Pagination in Articles Container*/
.paging {
	 width: 100%;
}

.paging ul {
	list-style: none;
}

.pageList li a {
	font-size:14px;
	display: inline-block;
	padding: 2px 7px;
	color: #00334D;
	float: left;
	border: 1px solid #00334D;
	border-bottom: 1px solid #00334D;
	border-right: 1px solid #00334D;
	margin:0px 5px 0px 0px;
	text-decoration: none;
	background-color: white;
}

.pageList li a:hover{
	color: white !important; 
	background-color:#00334D;
	text-decoration:none;
}
.pageList li a.active{
	color: white !important; 
	background-color: #00334D;
}

.mug-blog {
    position: absolute;
    right: 0;
    top: -293px;
    z-index: 500;
}

.blog-header {
    position: relative;
    margin-bottom: 40px;
    height: 350px;
    background-attachment: fixed;
    background-image: url(../images/blog_header_lrg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.overlay.black {
    position: relative;
}

.overlay.black:before {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
}

.overlay.black:before, .overlay.white:before {
    content: '';
    top: 0;
    height: 100%;
}

.overlay .article-header {
    z-index: 2;
}

.overlay .article-header, .overlay.black {
    position: relative;
}
.article-header-container {
	position: relative;
}

.article-header h1 {
	color: white;
	position: absolute;
	top: 50px;
	left: 0;
	font-size: 2.5em;
}

		
.slider {
margin-top: 15px;
}

.underline {
    font-size: 1.2em;
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 30px;
    letter-spacing: .2em;
}

hr.blog {
    border-top: 2px solid #00334d;
}

.blog-sec-2 {
	background-color: #f3f3f3;
	margin: 20px 0 20px 0;
}

.blog-intro {
	margin-bottom: 20px;
}

.carousel-inner {
    border: 1px solid #f3f3f3;
}

.carousel-indicators {
    bottom: 5px;
}

#myCarousel {margin-left: 30px; margin-right: 30px;}

.carousel-control.left, .carousel-control.right {
	background: none;
	color: #00334D;
	border: none;
}
.carousel-control.left {margin-left: -55px; color: #00334D;}
.carousel-control.right {margin-right: -55px; color: #00334D;}


/* Tabbed Area on Services*/
.services-menu {
	background-color: #f3f3f3;
  -moz-box-shadow:    inset 0 -6px 16px -4px #ccc;
  -webkit-box-shadow: inset 0 -6px 16px -4px #ccc;
  box-shadow:         inset 0 -6px 16px -4px #ccc;
}


/* Service Icons */

.service_icon_box .service_icon_wrapper i {
    color: #00334D;
    font-size: 85px;
    line-height: 124px;
    position: relative;
    z-index: 4;
    cursor: default;
}

.service_icon_box .service_icon_wrapper:before {
    box-shadow: inset 0 0 0 2px #00334D;
}

.service_icon_box .service_icon_wrapper i {
    box-shadow: inset 0 0 0 70px color: #00334D;
}

.service_icon_box:hover .service_icon_wrapper:before {
    box-shadow: inset 0 0 0 70px #BE6A14;
}

.service_icon_box .service_icon_wrapper:after {
    box-shadow: inset 0 0 0 2px #e9e9e9;
}

.service_icon_box:hover .icon_wrapper i {
    color: #fff;
}


.service_icon_box {}

.service_icon_box a {}

.service_icon_box a .service_icon_wrapper i {
    cursor: pointer;
}

.service_icon_box a:hover {
    text-decoration: none;
}

.service_icon_box .service_icon_wrapper {
    height: 80px;
    width: 80px;
    position: relative;
    margin: 10px auto 7px;
    text-align: center;
}

.service_icon_box .service_icon_wrapper:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
}

.service_icon_box .service_icon_wrapper:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.service_icon_box .service_desc_wrapper {
    text-align: center;
}

.service_icon_box .service_desc_wrapper .service_desc {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.service_icon_box.service_icon_position_left {
    min-height: 130px;
    padding-left: 120px;
    position: relative;
}

.service_icon_box.service_icon_position_left .service_icon_wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
}

.icon_box.icon_position_left .desc_wrapper {
    text-align: left;
}

.icon_box.icon_position_left .desc_wrapper hr {
    margin-left: 0;
}

.service_icon_box .service_icon_wrapper:before,
.service_icon_box .service_icon_wrapper:after,
.service_icon_box .service_icon_wrapper i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service_icon_box:hover .service_icon_wrapper:before {
    -webkit-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.89);
}

.service_icon_box:hover .service_icon_wrapper i {
	color: white;
}

.service_icon_box:hover .service_icon_wrapper:after {
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
    opacity: 1;
    filter: alpha(opacity=100);
}


/* End of Icons */


.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}

ul.cd-tabs-navigation {
  list-style-type: none;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}
.cd-tabs-navigation li {
	float: left;
	width: 25%;
}

.cd-tabs-navigation a {
  position: relative;
  display: block;
  width: auto;
  text-align: center;
  font-family: 'ChunkFiveRegular';
  text-transform: uppercase;
  font-size: 1.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00334D;

}

.cd-tabs-navigation a:hover {
  background-color: white !important;
  text-decoration: none;
  color: #BE6A14;
      -webkit-transition: background .4s ease-in;
    -moz-transition: background .4s ease-in;
    -ms-transition: background .4s ease-in;
    -o-transition: background .4s ease-in;
    transition: background .4s ease-in;    
    padding-top: 10px;
}

.cd-tabs-navigation a.selected {
  background-color: white !important;
  text-decoration: none;
  color: #BE6A14;
  padding-top: 10px;
}

.services-content {
	  	background: url(../images/thebird_lightblue.jpg) no-repeat;
	background-position: left bottom;
	min-height: 550px;

}

.cd-tabs-content li {
  display: none;
  padding: 1.4em 2.8em 1.4em 1.4em;

}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  font-size: 1.1em;
}

.checklist {
	padding-left: 20px;
	margin-top: 20px;
}



@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* ***********************************************************************

Footer Area

*********************************************************************** */

.subfoot-wrap {
	background: url(../images/subfootBG.jpg) repeat-x;
	height: 134px;
	margin-top: -30px;
	z-index: 0;
}

.tweets-links-wrap {
	padding-bottom: 40px;
	min-height: 300px;
	background: url(../images/bottomBG.jpg);
}
.mug-container {
	position: relative;
}
.mug {
    position: absolute;
    right: 0;
    top: -118px;
	z-index: 500;
}


.get-started h2 {
	font-family: 'HoneyScriptLight';
	text-transform: none;
	color: white;
	font-size: 1.8em;
	font-weight: 100;
	margin-bottom: 0;
	padding-bottom: 0;
}

.get-started p, .get-started p a {
	color: white;
	line-height: 1.9em;
}

#modx {
	display: block;
	width:153px;
	height: 50px;
	background: url(../images/modx_partner.png) no-repeat;
}

.social-media {
	margin: 0 0 0 4%;
	padding: 0;
}

.tweets h2 {
	color: #fff;
	margin-left: 5%;
	font-size: .65em;
	font-weight: 100;
}

.social-media li {
	display: inline;
	list-style-type: none;
}

.social-top {
    margin-left: -15px;
    margin-top: -70px;
	height: 70px;
	width: 253px;
	background: url(../images/twitter-top-bg.png) no-repeat;
}

.twitter, .facebook, .linkedin, .googleplus {
	display: block;
	float: left;
	height:38px;
	width: 38px;
	margin-left: 3px;
}

.twitter {
	background: url(../images/twitter-icon.png) no-repeat;
}

.facebook {
	background: url(../images/facebook-icon.png) no-repeat;
}

.linkedin {
	background: url(../images/linkedin-icon.png) no-repeat;
}

.googleplus {
	background: url(../images/GooglePlusIcon.png) no-repeat;
}

.rssfeed {
	display: block;
	text-decoration: none;
	margin-top: 50px;
}

/* Tweets */

.tweets {
	width: 253px;
	background: url(../images/tweetsBG.png) repeat-y;
	}

.tweet-list ul {
	margin: 0;
	padding: 0;
}

.tweet-list ul li {
	list-style-type: none;
	color: #fff;
	font-size: .6em;
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	margin-top: 10px;
}

.tweet-list ul li a {
	color: #fff;
}

/*Footer Nav*/

.footer-nav {
	padding-top: 10px;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
}

.footer-nav ul li {
	display: inline;
	list-style-type: none;
}

.footer-nav ul li a {
	border-right: 1px solid #fff;
	padding-right: 1%;
}

.footer-nav ul li a, .footer-nav p{
	color: #fff;
	text-decoration: none;
	font-size: .75em;
}

.footer-nav ul li.last a {
	border-right: none;
}

.footer-nav p.copyright {
	font-size: .6em;
}










.addthis_toolbox {
	font-size: .8em;
	float:right;
	margin-top: -50px;
}

.addthis_toolbox a {
	text-decoration: none;
}



input, textarea {
	margin-bottom: 10px;
	width: 100%;
}

.webtable input {
	width: inherit;
}

#send-message {
	display:block;
	padding: 7px 10px 7px 10px;
	background:#02334d;
	color: #fff;
	text-transform: uppercase;
	border-radius:10px;
	-moz-border-radius:25px;
	width: 150px;
}

#send-message:hover {
	background: #BE6A14;
}

#tld, #checkdomain, #cycle, #hostingsubmit, #domainsubmit {
	width: 30%;
}

.error {
	color: #ba1f39;
}

.error-nav {
	margin: 0;
	padding: 0;
}

.error-nav li {
	list-style-type: none;
	display: inline;
}

.center {
	text-align: center;
}
.callus {
	background: url(../images/phone.png) no-repeat left top;
}

.visit {
	background: url(../images/pinpoint.png) no-repeat left top;
}

.callus, .visit {
	width: 35%;
	height: 130px;
	float: left;
	padding-left: 55px;
	margin-bottom: 15px;
}

.visit {
	padding-left: 70px;
	min-height: 175px;
}

.callus h2, .visit h2 {
	font-family: 'CantarellRegular';
	font-size: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.callus h3 {
	font-family: 'CantarellBold';
	font-size: 1.2em;
}

.visit h3 {
	font-family: 'CantarellBold';
	font-size: .7em;
	text-transform: none;
}

.map-container {
	padding-top: 10px;
	width: 100%;
	margin: 0 auto;
}

.map-container img {
	width: 100%;
	float: left;
}





#company {
	font-family: 'HoneyScriptLight';
	text-align: center;
	text-transform: none;
	color:#00334d;
	font-weight: 100;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.75em;
}





.v-line {
	background: url(../images/vline-tall.png) no-repeat top right;
}

.learn-links {
	margin: 0;
	padding: 20px 0 20px 0;
}

.learn-links li {
	list-style-type: none;
	display: inline;
	font-size: .75em;
}

.home-look {
	display:block;
	float: left;
	font-family: 'HoneyScriptLight';
	font-weight: 100;
	font-size: 2.5em;
	line-height: .6em;
	padding-right: 25px;
	text-decoration: none;
	background: url(../images/look-BG.png) no-repeat top right;
	margin-right: 10px;
	padding-top: 7px;
}

.home-look span {
	font-family: 'ChunkFiveRegular';
	font-size: .4em;
	text-transform: uppercase;
}

.categories-list {
	display: block;
}

/* blocks for responsive */
/*

.block {
	width:81.25%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid44, .grid66 {
	float:left;
	padding:0 2% 0 2%;
}

.grid7padleft {
	float:left;
	padding: 0 2% 0 8%;
}

.grid1 {
	width:5%;
}
.grid2 {
	width:15%;
}
.grid3 {
	width:25%;
}
.grid4 {
	width:29%;
}

.grid44 {
	width: 33%;
}
.grid5 {
	width:45%;
}

.grid6 {
	width:55%;
}
.grid66 {
	width: 60%;
}
.grid7 {
	width:65%;
}
.grid7padleft {
	width:58%;
}
.grid8 {
	width:75%;
}
.grid9 {
	width:85%;
}
.grid10 {
	width:95%;
}

.full {
	width: 100%;
}
*/




h2 a {
	text-decoration: none;
}

.rssfeed h3 {
	padding-left: 32px;
	font-size: .75em;
	background: url(../images/rssicon.png) no-repeat top left;
}

.rssfeed h3 span {
	font-family: 'HoneyScriptLight';
	font-size: 2em;
	text-transform: none;
	padding-bottom: 5px;
}

.post {
	border-bottom: 1px dotted #00334D;
}

.post .entry img {
	display: none;
}

ul.list-check {
	margin: 0;
	padding: 0;
}

ul.list-check li {
	list-style-type: none;
	padding-left: 8%;
	margin-bottom: 5px;
	background: url(../images/listcheck.png) no-repeat 0 2px;
}



.float-left {
	float: left;
}

.float-right {
	float: right;
}

.notop {
	padding-top: 0;
	margin-top: 0;
}

.nobottom {
	padding-bottom: 0;
	margin-bottom: 0;
}

#home .bird-nest {
	min-height: 0;
}

.bird-nest {
	min-height: 600px;
	background: url(../images/bird-nest.png) no-repeat bottom right;
}

.bird-nest li {
	line-height: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'ChunkFiveRegular';
	font-weight: 100;
	color: #00334D;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1em;
}

h1.script {
	font-size: 2.8em;
}

h1.meet-us-header {
	text-align: center;
	font-size: 2em;
}

h1.meet-us-header span {
	font-size: 1.65em;
}

h1.services-header {
	text-align: center;
	font-size: 2em;
}

h1.services-header span {
	font-size: 1.65em;
}

h1.web-header {
	text-align: center;
	font-size: 1.9em;
}

h1.web-header span {
	font-size: 1.5em;
}

h1.hosting-header {
	text-align: center;
	font-size: 1.3em;
}

h1.hosting-header span {
	font-size: 2.2em;
}

h1.contact-header span {
	font-size: 2.2em;
}

h1.contact-header {
	text-align: center;
	font-size: 1.2em;
}

h2.small {
	font-size: 1em;
}

.white-bg {
	background-color: rgba(255, 255, 255, 0.2);
}

.script {
	font-family: 'HoneyScriptLight';
	text-transform: none;
}

.panel-c {
	font-size: 1.3em;
}

.panel-c ul {
	padding-left: 20px;
}

h2.script {
	font-size: 2em;
	margin-bottom: 10px;
}

h3.script {
	font-size: 2em;
}

h2.design-process {
	margin-top: 0;
	font-size: 1em;
}

.leadership {
	font-size: 1em;
}

p {
	line-height: 1.5em;
}

a, .footer a:hover {
	color: #00334D;
}

ul {
	list-style-type: disc;
}

ol li {
	font-family: 'CantarellRegular';
	color: #02334d;
	font-size: .75em;
	line-height: 1.2em;
	text-transform: none;
}

.footer a:hover {
	text-decoration: underline;
}

a:hover {
	color: #BE6A14;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

/* Extra small devices (phones, less than 768px) */
@media only screen and (max-width: 767px) {
	
	.overall-icon-box {
	float: left;
	margin-right: 20px;
	}
	
	.intro-section h2 {
	font-size: 1em;
	}
	
	.blog-content {
	margin-bottom: 100px;
	}
	
	.home-post {
	margin-bottom: 20px;
	}
	
	.blog-sidebar {
	margin-bottom: 300px;
	}
	.cd-tabs-navigation li {
	width: 50%;
	}
	.cd-tabs-navigation a.selected {
	padding-top: 0;
	}
	
	h1.services-header {
	text-align: center;
	font-size: 1.3em;
	}
	.blog-header {
	background-image: url(../images/blog_header_md.jpg);
	height: 190px;
	}
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: none;
	}
	.navbar-brand>img {
    display: none;
    }
    
	.navbar-brand {
	background-image: none;
	width: 200px;
	height: 50px;
	}
	
	.navbar {
	min-height: 60px;
	margin-bottom: 10px;
	border: none;
	}
	
.navbar-default .navbar-nav>li>a:hover {
	color: #BE6A14;
	background: none;
}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

.home-post {
    margin-bottom: 20px;
}

.blog-sidebar {
	    margin-bottom: 300px;
}

.blog-header {
    background-image: url(../images/blog_header_md.jpg);
}

}
	
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.home-post {
    height: 400px;
}


}

/* Large devices (tablets, 991px and up) */
@media (min-width: 991px) {

	
}
