@charset "utf-8";
/* CSS Document */
* {
    webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body	{
	background: #f5f5f5;
	font: 14px/20px 'Roboto', sans-serif;
	color: #555;
	width:100%;
	margin:0;
	padding:0;
}
input, textarea	{
	font-family: Tahoma, Geneva, sans-serif;
}
#main_container	{
	padding: 0px;
	width:100%;
	max-width:1920px;
	margin:0;
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-ms-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
}
#menu_btn {
  display: none;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #005ca9;
  color: #fff;
  cursor: pointer;
  padding: 12px 12px 8px 12px;
  border-radius: 4px;
}

#menu_btn:hover {
  background-color: #555;
}
h1	{
	line-height:120%;
}
h2	{
	line-height: 200%;
}
h3	{
	line-height:110%;
}
img	{
	text-align:center;
	max-width:100%;
	height:auto;
	width:auto;
}
a {
    color: #1e5aa2;
    text-decoration: none;
}
a:hover {
	color: #3399cc;
	text-decoration: none;
}
a:visited {
	color: #428bca;
    text-decoration: none;
}
a:active {
	color: #428bca;
    text-decoration: none;
}
.clear	{
	clear:both;
}
.spacing	{
	padding:30px;
}
.spacing2	{
	padding:15px;
}
.text-left	{
	text-align:left;
}
.text-center	{
	text-align:center;
}
.text-right	{
	text-align:right;
}
.pagetitle {
    font-size: 50px;
    color: #474747;
    padding: 10px;
	height:auto;
	width:auto;
	line-height:1;
}
.minimenu	{
	color: #1e5aa2;
	font-size:12px;
}
.minimenu a {
    color: #9f9f9f;
    text-decoration: none;
}
.minimenu a:hover {
	color: #3399cc;
	text-decoration: none;
}
.minimenu a:visited {
	color: #428bca;
    text-decoration: none;
}
.minimenu a:active {
	color: #428bca;
    text-decoration: none;
}

[class*="col-"] {
    float: left;
	padding:15px;
}
header	{
    color: #ffffff;
    width:100%;
    height: 145px;
    background: #3D4450;
	background: url(../images/index/headerbk.png)no-repeat;
    position: relative;
    top: 0;
    z-index: 100;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	/*-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);*/
}
header.smaller {
	background: rgba(47,47,47,1);
    height: 75px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
header.smaller #logo {
	margin:-1px 0 0 0;
	width: 213px;
	height: 40px;
	background: url(../images/theblueprintportallogo213X40.png) no-repeat center;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
header.smaller .social-top	{
	display:none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
header.smaller nav {
	margin:10px 0 0 0;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
#headbox	{
    width:100%;
	margin:auto;
	max-width:1280px;
    height: auto;
}
/* Basic Styles */
#logo	{
	margin:20px 0 0 0;
	float:left;
	width:400px;
	height:75px;
	background: url(../images/theblueprintportallogo400X75.png) no-repeat center center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.social-top	{
	list-style:none;
	text-align:right;
}
.social-top li	{
	display:inline-block;
	padding:0 15px 0 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.social-top	img	{
	width:20px;
	height:20px;
}
.social-top	img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* Nav Menu */
nav	{
	float:right;
}
.nav-btn {
	display: block;
	width:20px;
	height:20px;
	background: rgba(72, 72,72, 1);
	cursor: pointer;
	margin: 40px 14px 0 0px;
	float: right;
	background: url(../images/nav-icon.png);
}

/* The Menu Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 10px;
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #818181;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
}
#content_container	{
	width:100%;
	margin:auto;
	position: relative;
}
.panel {
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 100%;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
}
section	{
	width:auto;
	margin: auto auto;
    height: auto;
}
.row {
    margin: auto auto;
    width: auto;
    height: auto;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
.col-m-1 {        
	width: 8.33%;
}
.col-m-2 {
	width: 16.66%;
}
.col-m-3 {
	width: 25%;
}
.col-m-4 {
	width: 33.33%;
}
.col-m-5 {
	width: 41.66%;
}
.col-m-6 {
	width: 50%;
}
.col-m-7 {
	width: 58.33%;
}
.col-m-8 {
	width:66.66%;
}
.col-m-9 {
	width: 75%;
}
.col-m-10 {
	width: 83.33%;
}
.col-m-11 {
	width: 91.66%;
}
.col-m-12 {
	width: 100%;
}
.click_btn a {
    text-decoration: none;
    /*background: #1e5aa2;*/
	background:#CC0100;
    color: #ffffff;
    padding: 15px 25px;
    font-family: Sans-serif;
    font-size: 18px;
    height: 60px;
    width: auto;
    line-height: 60px;
    text-align: center;
    /*border: 3px solid #ffffff;*/
    border-radius: 25px;
    transition: all 0.3s ease 0s;
}
.click_btn a:hover {
	color: #f1f1f1;
	background:#9E0100;
	/*background: #3399cc;*/
	/*border: 3px solid #ffffff;*/
}
.click_btn a:visited {
	background:#CC0100;
	/*background: #3276b1;*/
}
.click_btn a:active {
	background:#CC0100;
	/*background: #3276b1;*/
}
footer {
	position:relative;
	width:100%;
    margin: 0;
    background: #3D4450;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
	padding: 15px 0;
}
#footbox	{
    width:100%;
	margin:auto;
	max-width:1280px;
    height: auto;
}
/*--Sections--*/
.banner	{
	width:100%;
	background:#3D4450;
	/*background:#396dad;*/
	/*background: url(../images/about/about_banner.png)no-repeat top center;*/
	color: #5f5f5f;
	min-height:145px;
}
.bannerbox	{
	margin:auto;
	max-width:1280px;
}
.section	{
	width:100%;
	background:#none;
	/*background: url(../images/about/about_bg.png)no-repeat center center fixed;*/
	margin:auto;
	padding:40px 0 80px 0;
	max-width:1280px;
}
.section1	{
	width:100%;
	background:#none;
	/*background: url(../images/index/squaresbk.png)no-repeat center center fixed;*/
	margin:auto;
	max-width:1280px;
}
.section2	{
	width:100%;
	background:#none;
	/*background: url(../images/about/about_bg.png)no-repeat center center fixed;*/
	margin:auto;
	padding:40px 0 0 0;
	max-width:1280px;
}
.sectionnoback	{
	width:100%;
	background:#c9c9c9;
	padding: 40px 0 80px 0;
}
.sectionsquares	{
	width:100%;
	background:#ededed;
	background: url(../images/index/squaresbk.png) no-repeat center center fixed;
	padding:40px 0 80px 0;
	/*box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-webkit-box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-moz-box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-o-box-shadow: inset 0px 0px 10px 0px #2B2B2B;*/
}
.sectionabstract	{
	width:100%;
	background:#ededed;
	background: url(../images/index/squaresbk.png) no-repeat center center fixed;
	padding:40px 0 80px 0;
	/*box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-webkit-box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-moz-box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-o-box-shadow: inset 0px 0px 10px 0px #2B2B2B;*/
}
.sectionwhite	{
	width:100%;
	background:#ededed;
	background: url(../images/index/bppbk.png) no-repeat center center fixed;
	padding:40px 0 80px 0;
	/*box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-webkit-box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-moz-box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-o-box-shadow: inset 0px 0px 10px 0px #2B2B2B;*/
}
.sectionwhite img	{
	height: 100%;
    width: 100%;
}
.graypod	{
	background:none;
}
/*--Pages--*/
/*--Index--*/
#home {
    /*background: #9FF;*/
    /*background-color: #396dad;*/
	/*background: #2f2f2f;*/
	background:#none;
    /*background-color: #44648B;*/
    /*background: url(../images/index/abstract_web_bk.png)no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    display: block;
}
#home .click_btn {
        margin: 50px auto;
}
.sectionwhite h2 {
	color: #fff;
	margin: 0 0 30px;
	text-shadow: none;
	font-size: 55px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-width: 0px;
	border-color: #000;
	border-style: none;
	/*text-shadow: 1px 1px 1px #000;*/
}
.sectionwhite h3 {
	margin: auto;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	/*text-shadow: 1px 1px 1px #000;*/
	width: 75%;
}
.whyus	{
	background: url(../images/index/why_us.png)no-repeat center;
	min-height:412px;
}
.whybpds	{
	padding:20px;
	color:#555;
	font-size:18px;
	line-height:24px;
}
.webtools	{
	padding:15px;
	font-weight:700;
	border:1px solid #777;
	background:#005ca9;
	color:#fff;
}
.host_ad h2 {
	color: #396dad;
	margin: 0 0 30px;
	font-size: 55px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-width: 0px;
	border-color: #000;
	border-style: none;
	/*text-shadow: 1px 1px 1px #000;*/
}
.checkmark	{
	border:none;
	/*box-shadow: 2px 2px 2px #000;*/
	min-height: 300px;
	padding-top:50px;
	background:#ff6100;
	/*background:#00304F;*/
	/*background:#1da1f2;*/
	/*background: #1e5aa2;*/
}
.checkmark h3 {
	margin: auto;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	/*text-shadow:  1px 1px 1px #000;*/
	width: 75%;
}
.host_ad h3 {
	margin: auto;
	color: #396dad;
	font-size: 25px;
	font-weight: 700;
	/*text-shadow: 1px 1px 1px #000;*/
	width: 75%;
}
#home h6 {
	margin: auto;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	width: 75%;
}
.check	{
	margin:auto;
	max-width:1280px;
}
/*--Slideshow--*/
.bannerbox	{
	/*background:#396dad;*/
	padding:40px 0 20px 0;
}
#defaultbanner	{
	margin:0 auto;
	max-width:100%;
}
.slideshow ul	{
	list-style:none;
	padding:0;
}
.slideshow	{
	max-width:1280px;
	margin-top:110px;
}
.slideshow { margin: 0 auto; }
.slideshow .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.slideshow .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.slideshow .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.slideshow .slides li.active { display: block; position: relative; }
.slideshow .crop li img { width: auto; }

.slideshow .pager {
	height: 40px;
	text-align: center;
}
.slideshow .pager li { display: inline-block; }
.slideshow .pager li a,
.slideshow .pager li a span {
	display: block;
	height: 10px;
	width: 10px;
}
.slideshow .pager li a {
	padding: 18px 8px;
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.slideshow .pager li a span {
	overflow: hidden;
	background: #9f9f9f;
	text-indent: -9999px;
	-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
	border-radius: 10px;
}
.slideshow .pager li.active a span { 
	background: #428bca;
}
.check img	{
	margin-bottom:15px;
}
/*--About--*/
#about {
    color: #555;
    /*background-color: #396dad;*/
	/*background: #2f2f2f;*/
	background:#none;
    /*background: url(../images/index/abstract_web_bk.png)no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
	font-size:18px;
	line-height:24px;
}
#about .pagetitle	{
	width:100%;
	margin:auto;
	color: #5f5f5f;
	max-width:1280px;
}
.pagetitle img	{
	height: 100%;
    width: 100%;
}
#about section	{
	color: #5f5f5f;
}
#about h2 {
	color: #fff;
	margin: 0 0 30px;
	text-shadow: none;
	font-size: 55px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-width: 0px;
	border-color: #000;
	border-style: none;
	/*text-shadow: 1px 1px 1px #000;*/
}
#about h3 {
	margin: auto;
	color: #396dad;
	font-size: 25px;
	font-weight: 700;
}
#about .client_name	{
	padding:10px;
	color:#f5f5f5;
}
/*--Work--*/
#work {
    color: #396dad;
    /*background-color: #396dad;*/
	/*background: #2f2f2f;*/
	background:#none;
    /*background: url(../images/index/abstract_web_bk.png)no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
	font-size:18px;
	line-height:24px;
}
#work .pagetitle	{
	width:100%;
	margin:auto;
	color: #5f5f5f;
	max-width:1280px;
}
#work .section	{
	color: #7f7f7f;
}
#work h2 {
	color: #fff;
	margin: 0 0 30px;
	font-size: 55px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-width: 0px;
	border-color: #000;
	border-style: none;
	/*text-shadow: 1px 1px 1px #000;*/
}
#work h3 {
	margin: auto;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}
#work .client_name	{
	padding:10px;
	color:#fff;
}
.clients	{
	padding:0;
	margin:auto;
	width:auto;
	height: auto;
	background-color: none;
	color: #2b2b2b;
}
.client_name	{
	padding:10px;
	color:#f5f5f5;
}
.clients img	{
	width:auto;
	border-radius:none;
	border:2px solid #333;	
	/*box-shadow:2px 2px 2px #000;*/
}
.clients img:hover	{
	opacity:0.5;
}
/*--Services--*/
#services {
    /*background: #9F0;*/
    /*background-color: #396dad;*/
	/*background: #2f2f2f;*/
	background:#none;
    /*background: url(../images/services_bg.png)no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
#services .pagetitle	{
	width:100%;
	margin:auto;
	color: #5f5f5f;
	max-width:1280px;
}
#services h2 {
	color: #fff;
	margin: 0 0 30px;
	font-size: 55px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-width: 0px;
	border-color: #000;
	border-style: none;
	/*text-shadow: 1px 1px 1px #000;*/
}
#services h3 {
	margin: auto;
	color: #396dad;
	font-size: 25px;
	font-weight: 700;
}
.service-box {
    margin-bottom: 20px;
    padding: 50px 5px 0 5px;
    min-height: 260px;
    background-color: rgba(224, 224, 224, 1);
    color: #2b2b2b;
	border:1px solid #777;
	/*box-shadow: 2px 2px 2px #000;*/
	font-size:14px;
}
.service-icon {
    margin-bottom: 20px;
}
.service-desc h5	{
	font-size:16px;
}
.showme	{
	display:block;
}
/*--Pricing--*/
#pricing {
    width: 100%;
    height: auto;
    position: relative;
	color: #7f7f7f;
    /*background-color: #396dad;*/
	/*background: #2f2f2f;*/
	background:#none;
    /*background: url(../images/pricing_bg.png)no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
	font-size:18px;
	line-height:24px;
}
#pricing .pagetitle	{
	width:100%;
	margin:auto;
	color: #5f5f5f;
	max-width:1280px;
}
#pricing h2 {
	color: #fff;
	margin: 0 0 30px;
	font-size: 55px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-width: 0px;
	border-color: #000;
	border-style: none;
	/*text-shadow: 1px 1px 1px #000;*/
}
#pricing h3 {
	margin: auto;
	/*color: #396dad;*/
	color:#555;
	font-size: 25px;
	font-weight: 700;
}
#pricing h6 {
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: none;
	color: #7f7f7f;
}
.sectionpricing	{
	width:100%;
	background:#ededed;
	background: url(../images/index/pricingbk.png) no-repeat center center fixed;
	padding:40px 0 20px 0;
	max-height:800px;
	/*box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-webkit-box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-moz-box-shadow: inset 0px 0px 10px 0px #2B2B2B;
	-o-box-shadow: inset 0px 0px 10px 0px #2B2B2B;*/
}
.pricing	{
	margin:auto;
	width: 100%;
    height: auto;	
	max-width:1280px;
}
.plans_title h3	{
	padding:30px 0 50px 15px;
	/*color: #396dad;*/
	margin:auto;
	width: 100%;
    height: auto;	
	max-width:1280px;
}
.plans {
    margin-bottom: 20px;
    padding: 5px 20px 5px 20px;
    min-height: 220px;
    background-color: rgba(224, 224, 224, 1);
	/*background:#00304F;*/
	/*background:#1da1f2;*/
    color: #333;
    border-radius: 0;
	border:1px solid #777;
	/*box-shadow: 2px 2px 2px #000;*/
	font-size:14px;
}
.plans ul {
	padding-left: 13px;
}
.plans h4 {
	text-align: center;
	/*background: rgba(72,72,72,0.8);*/
	background:#005ca9;
	/*background:#01FE01;*/
	padding: 10px;
	color: #f1f1f1;
	border-radius: 0;
	text-align: center;
}
.plans h5 {
	text-align: center;
	font-size:18px;
	color:#085387;
}.plans2_title h3	{
	padding:15px;
	color: #396dad;
}
.plans2 {
    margin-top:-20px;
    padding: 15px 30px 15px 30px;
    min-height: 220px;
    /*background-color: rgba(197, 197, 197, 0.6);*/
	background:#005ca9;
	/*background:#1da1f2;*/
    color: #fff;
    border-radius: 12px;
	border:1px solid #777;
	box-shadow: 0px 0px 8px #999;
	font-size:14px;
}
.plans2 ul {
	padding-left: 13px;
}
.plans2 h4 {
	text-align: center;
	/*background: rgba(72,72,72,0.5);*/
	/*background:#01FE01;*/
	background:#76b322;
	padding: 10px;
	color: #f1f1f1;
	font-size:18px;
	border-radius: 0;
	text-align: center;
}
.plans2 h5 {
	text-align: center;
	font-size:22px;
	/*color:#085387;*/
	color:#fff;
}
.plans2_title h3	{
	padding:15px;
	color: #396dad;
}
.plans3 {
    margin-top:-30px;
    padding: 15px 30px 15px 30px;
    min-height: 220px;
    /*background-color: rgba(197, 197, 197, 0.6);*/
	background:#005ca9;
	/*background:#1da1f2;*/
    color: #fff;
    border-radius: 12px;
	border:1px solid #777;
	box-shadow: 0px 0px 8px #999;
	font-size:14px;
}
.plans3 ul {
	padding-left: 13px;
}
.plans3 h4 {
	text-align: center;
	/*background: rgba(72,72,72,0.5);*/
	/*background:#01FE01;*/
	background:#76b322;
	padding: 10px;
	color: #f1f1f1;
	font-size:18px;
	border-radius: 0;
	text-align: center;
}
.plans3 h5 {
	text-align: center;
	font-size:22px;
	/*color:#085387;*/
	color:#fff;
}
/*--Blog--*/
#blog {
    color: #7f7f7f;
    /*background-color: #396dad;*/
	/*background: #2f2f2f;*/
	background:#none;
    /*background: url(../images/index/abstract_web_bk.png)no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
	font-size:18px;
	line-height:24px;
}
#blog .pagetitle	{
	width:100%;
	margin:auto;
	color: #5f5f5f;
	max-width:1280px;
}
#blog section	{
	color: #f5f5f5;
}
#blog h2 {
	color: #fff;
	margin: 0 0 30px;
	font-size: 55px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-width: 0px;
	border-color: #000;
	border-style: none;
	/*text-shadow: -1px 0 1px #000;*/
}
#blog h3 {
	margin: auto;
	color: #396dad;
	font-size: 25px;
	font-weight: 700;
}
#blog .client_name	{
	padding:10px;
	color:#f5f5f5;
}
/*--Facts--*/
#facts {
    color: #7f7f7f;
    /*background-color: #396dad;*/
	/*background: #2f2f2f;*/
	background:#none;
    /*background: url(../images/index/abstract_web_bk.png)no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
	font-size:18px;
	line-height:24px;
}
#facts .pagetitle	{
	width:100%;
	margin:auto;
	color: #5f5f5f;
	max-width:1280px;
}
#facts section	{
	color: #f5f5f5;
}
#facts h2 {
	color: #fff;
	margin: 0 0 30px;
	font-size: 55px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-width: 0px;
	border-color: #000;
	border-style: none;
	/*text-shadow: -1px 0 1px #000;*/
}
#facts h3 {
	margin: auto;
	color: #396dad;
	font-size: 25px;
	font-weight: 700;
}
#facts .client_name	{
	padding:10px;
	color:#f5f5f5;
}
/*--Contact--*/
#contact {
    /*background: #CF0;*/
    /*background-color: #396dad;*/
	/*background: #2f2f2f;*/
	background:#999;
    /*background: url(../images/contact_bg.png)no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
#contact h4 {
	margin: auto;
	color: #f5f5f5;
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
}
#contact .pagetitle	{
	width:100%;
	margin:auto;
	color: #5f5f5f;
	max-width:1280px;
}
#contact h2 {
	color: #fff;
	margin: 0 0 30px;
	font-size: 55px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-width: 0px;
	border-color: #000;
	border-style: none;
	/*text-shadow: -1px 0 1px #000;*/
}
/*--Contact Form--*/
.boxed-grey {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    border-radius: 0;
	min-height:391px;
}
.boxed-drkblue {
    background:#00304F;
    padding: 20px;
    border-radius: 0;
	min-height:391px;
}

#response {	
	color: #333;
	/*border: 1px solid #404040;*/
	width:auto;
	max-width: 360px;	
	margin: 0 auto 20px auto;
	height: auto;
	padding: 10px 10px 10px 70px;
	min-height: 65px;
}
#response p {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.error {	
	background: #FF9F9F url(../images/error.png) no-repeat 5px 10px;						
}
.success {
	background: #B8F5B1 url(../images/icon_ok.png) no-repeat 5px 10px;
}
.processing {
	background: #DED5AB url(../images/ajax-loader.gif) no-repeat 5px 10px;	
}
.boxed-grey a {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-size: 12px;
	color: #f5f5f5;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
    border-radius: 0;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-control:-moz-placeholder {
	color: #999;
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type=date] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 0;
}
.widget-contact {
    text-align: left;
}
.btn-reload {
    text-decoration: none;
    /*background: #1e5aa2;*/
	background-color: #116CF6;
    color: #ffffff;
    padding: 0px 25px;
    font-family: Sans-serif;
    font-size: 18px;
    width: auto;    
    text-align: center;
	border: 0;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}
.btn {
    text-decoration: none;
    /*background: #1e5aa2;*/
	background-color: #116CF6;
    color: #ffffff;
    padding: 10px 25px;
    font-family: Sans-serif;
    font-size: 18px;
    width: auto;    
    text-align: center;
	border: 0;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}
.btn-skin:hover,
.btn-skin:active,
.btn-skin.active {
    color: #fff;
    /*background-color: #3399cc;*/
	background-color: #555;
}
input[type=submit] {
    padding:5px 15px; 
    background:#3276b1; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
.pull-right	{
	float:right;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
	color: #f5f5f5;
}	
/*--Social icons--*/
.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
}
.company-social img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.company-social img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.company-social {
    text-align: center;
}
.company-social li {
	display: inline-block;
	margin: 0 !important;
	padding: 0;
}
.company-social a {
	margin: 0;
	padding: 0;
	display: block;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: none;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.company-social a i {
	text-align: center;
	margin: 0;
	padding: 0;
}
/*--Bounce element--*/
.div-bounce {
	background-color: none;
	position: relative;
	
	-webkit-animation: bounce 800ms ease-out;
	-moz-animation: bounce 800ms ease-out;
	-o-animation: bounce 800ms ease-out;
	animation: bounce 800ms ease-out;
}

/* Webkit, Chrome and Safari */

@-webkit-keyframes bounce {
  0% {
	-webkit-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-webkit-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-webkit-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-webkit-transform:translateY(-50%);
  }
  40% {
  	-webkit-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-webkit-transform:translateY(-30%);
  }
  70% {
  	-webkit-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-webkit-transform:translateY(-15%);
  }
  90% {
  	-webkit-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-webkit-transform:translateY(-10%);
  }
  97% {
  	-webkit-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-webkit-transform:translateY(-5%);
  }
  100% {
  	-webkit-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-moz-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-moz-transform:translateY(-50%);
  }
  40% {
  	-moz-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-moz-transform:translateY(-30%);
  }
  70% {
  	-moz-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-moz-transform:translateY(-15%);
  }
  90% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-moz-transform:translateY(-10%);
  }
  97% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-moz-transform:translateY(-5%);
  }
  100% {
  	-moz-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
	-o-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-o-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-o-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-o-transform:translateY(-50%);
  }
  40% {
  	-o-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-o-transform:translateY(-30%);
  }
  70% {
  	-o-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-o-transform:translateY(-15%);
  }
  90% {
  	-o-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-o-transform:translateY(-10%);
  }
  97% {
  	-o-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-o-transform:translateY(-5%);
  }
  100% {
  	-o-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
	transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	transform:translateY(-50%);
  }
  40% {
  	transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	transform:translateY(-30%);
  }
  70% {
  	transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	transform:translateY(-15%);
  }
  90% {
  	transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	transform:translateY(-7%);
  }
  97% {
  	transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	transform:translateY(-3%);
  }
  100% {
  	transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}
/*--fade in--*/

/* 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; } }

.fade-in {
  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;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.fade-in.four {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

/*---make a basic box ---*/
.box{
  width: 200px;
  height: 200px;
  position: relative;
  margin: 10px;
  float: left;
  border: 1px solid #333;
  background: #999;

}
/*--Media Queries--*/
@media only screen and (max-width: 200px)	{
	body	{
		position:absolute;
	}
}
@media only screen and (max-width: 1024px) {
	header	{
		background: #2f2f2f;
		height:75px;
		position:fixed;
	}
	#logo	{
		margin:-1px 0 0 0;
		width: 213px;
		height: 40px;
		background: url(../images/theblueprintportallogo213X40.png) no-repeat center;
	}
	.social-top	{
	display:none;
	}
	#menu_btn	{
		display: none !important;
	}
	header.smaller nav {
		margin:0;
	}
	nav	{
		margin:0px;
	}
	/*.nav-btn {
        display: block;
		width:20px;
		height:20px;
        background: #2f2f2f;
        cursor: pointer;
        margin: 30px 0px 0 0;
		float: right;
		background: url(../images/nav-icon.png);
    }*/
	.nav-btn	{
		display: inline-block;
    	cursor: pointer;
		margin:29px 0 0 0;
	}	
	.panel	{
		padding: 74px 0px 0px 0px;
	}
	.checkmark	{
		min-height:430px;
	}
	#work .client_name	{
		font-size:12px;
	}
	.whyus	{
		background: url(../images/index/why_us.png)no-repeat center center;
		min-height:492px;
	}
	.service-desc h5 {
    font-size: 14px;
	}
}
@media only screen and (max-width: 800px) {
	/* For mobile phones: */	
	.whyus	{
		background: url(../images/index/why_us.png)no-repeat center center;
		min-height:612px;
	}
	#services .sectionsquares	{
		background:#f5f5f5;
	}
	#work h3	{
		color:#396dad;
	}
	#work .sectionwhite	{
		background:#f5f5f5;
	}
	#work .client_name	{
		font-size:10px;
		color:#5f5f5f;
	}
	#pricing h3	{
		color: #396dad;
		font-size:14px;
		padding:5px;
	}
	.sectionpricing	{
		background:#f5f5f5;
	}
	.sectionabstract	{
		background:#f5f5f5;
	}
}
@media only screen and (max-width: 768px) {	
	.whyus	{
		background: url(../images/index/why_us.png)no-repeat center center;
		min-height:652px;
	}
	#work .client_name	{
		font-size:10px;
	}
}
@media only screen and (max-width: 750px) {
	/* For mobile phones: */
	[class*="col-"] {
		width: 100%;
	}
	header.smaller nav {
		margin-top:-69px;
	}
	.nav-btn	{
		display: inline-block;
    	cursor: pointer;
		margin:-40px 0 0 0;
	}
	.overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
	.bannerbox	{
	/*background:#396dad;*/
	padding:0;
	}
	.checkmark	{
		min-height:330px;
	}
	.minimenu	{
		display:none;
	}
	.whyus	{
		background: url(../images/index/why_us.png)no-repeat center center;
		min-height:412px;
	}
	#about h2{
    font-size: 36px;
	}
	#work h2{
    font-size: 36px;
	}
	#work .client_name	{
		font-size:12px;
	}
	#services h2{
    font-size: 36px;
	}
	#pricing h2{
    font-size: 36px;
	}
	#contact h2{
    font-size: 36px;
	}
}
/*Math-Captcha*/
#success, #fail{
	display: none;

}

#msg, #success, #fail{
	margin-top: 10px;
	margin-bottom: 10px;
}

.cap-container{
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -50%);
}

p{
	display: inline;
	margin-right: 5px;
}

#ans {
	border: 1px solid #FFBBD7;
	width: 30px;
	height: 20px;
	text-align: center;
}

button:disabled{
	opacity: .5;
	cursor: default;
}