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

.post-title {
    font-size: 1.9em;
    margin: 0 0 0px 0;
    padding-bottom: 0px;
    border-bottom: none;
    padding-left: 0px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #405b67;
    margin: 10px 0 17px 0;
}

.post p {
    line-height: 160%;
    font-size: 1.3em;
}

li {
	font-size:1.3em;
}

.panel-body {
    padding: 45px;
}

.main-header .breadcrumb {
    margin: 0;
    display: inline-block;
    background: none;
    color: #fff;
    font-size: .7em;
    position: absolute;
    top: 0px;
    right: 10px;
}

h3 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #405b67;
    margin: 10px 0 17px 0;
}

body {
    background-color: #fff;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.75em;
}

.header-full-title {
    float: left;
    overflow: hidden;
    padding-left: 0px;
    background-image:none;
    background-repeat: no-repeat;
    background-position: left center;
}

.header-full-dark {
    background-image: none;
    background-color: #175488;
    color: #fff;
}

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

.bx-wrapper .bx-next {
    right: -20px;
    background: url(../img/controls.png) no-repeat -43px -32px;
	display:none;
}

.bx-wrapper .bx-prev {
    left: -20px;
    background: url(../img/controls.png) no-repeat 0 -32px;
	display:none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.container-fluid {
    padding-right: 0px; 
    padding-left: 0px; 
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

.carousel-captionfixed {
    position: absolute;
    z-index: 1000000;
    margin-left: 13%;
    margin-top: .5%;
}

.carousel-images .carousel-indicators {
    bottom: auto;
    top: 10px;
    display: none;
}

.carousel-images .carousel-control.left {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    display: none;
}

.carousel-images .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    display: none;
}

.wrap-hero {
    background-image: url(../img/demo/bg_ny.jpg);
    background-position: center center;
    background-size: cover;
}

.wrap-hero2 {
    background-image: url(../img/demo/bg_ny2.jpg);
    background-position: center center;
    background-size: cover;
}

.wrap-hero3 {
    background-image: url(../img/demo/bg_ny3.jpg);
    background-position: center center;
    background-size: cover;
}

.mission2 {

	text-align:center;
}

.blockppa {
	display:block;
}

.blockppa2 {
	display:none;
}

.blockquote-color {
    border-color: #ffffff;
}

.testibox{
	    padding: 10px 0px 0px 20px;
}

.pdbox {
    border: #CCC thin solid;
    background-color: #F2F2F2;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    width: 19%;
    font-size: 1.3em;
    text-align: center;
}

.ddbox {
    border: #CCC thin solid;
    background-color: #F2F2F2;
    padding: 10px 10px 8px 20px;
    margin: 7px;
    width: 100%;
    font-size: 1.4em;
    text-align: left;
}

.right-line {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000;
    margin: 30px 0;
    font-size: 2.1em;
}

.aboutus {
 font-size:1.3em;
}

.callus {
	text-align:center;
	margin-top:20px;
	color:#4565c9;
}

.callus2 {
    text-align: center;
    margin-top: 20px;
    color: #4565c9;
    margin-bottom: 30px;
}

.callus3 {
    text-align: center;
    margin-top: 20px;
    color: #4565c9;
    margin-bottom: 40px;
}


.caption-ar:hover {
    background-color: rgba(29, 78, 149, 0.5);
    opacity: 1;
}

.caption-content {
	padding-top:20px;
}


.post {
    margin-bottom: 20px;
    overflow: hidden;
}

.gettingbox {
	border:#999 thin solid;
	float:left;
}

.gettingtext {
	padding:20px 30px 20px 30px;	
}

.gettingpic {
	padding:0px;
	width:100%;
}

.panel-bodyget {
	padding:0px;
}

.post-contentpic {
	padding:0px;	
}

.navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: -1px;
    color: #337ab7;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
}

.blackie {
	background-color:#000;
	padding: 0px 300px 0px 300px;
}

.piclabel {
    text-align: center;
    width: 100%;
    font-size: .7em;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    height: 48px;
}

.piclabel2{
	text-align:center;
	width:100%;
	font-size:.5em;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

img {
    vertical-align: middle;
	border:#CCC thin solid;
}

.header-full {
    background-color: #1e4f75;
}

.post-content {
    font-size: 1.1em;
    padding: 35px 50px 0px 50px;
}

.post-content2 {
    font-size: 1.1em;
    padding: 10px 10px 0px 10px;
}

.post-title {
    font-size: 1.8em;
    margin: 0 0 0px 0;
    padding-bottom: 0px;
    border-bottom: none;
    padding-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #405b67;
    margin: 10px 0 17px 0;
}



.img-caption-ar {
    position: relative;
    padding: 5px;
    border:none;
    margin-bottom: 20px;
    color: #fff;
    width: 100%;
}

.bluemessage {
	padding:22px 0px 0px 0px;
	color:#000000;
	font-size:21px;
	margin:auto;
	line-height:1.9;
	font-family: "Lato", sans-serif;
	font-weight:300;
}

.bluemessage2 {
	padding:0px 0px 0px 0px;
	color:#000000;
	font-size:24px;
	margin:auto;
	line-height:1.8;
	font-family: "Lato", sans-serif;
	font-weight:300;
}

.top-nav .dropdown a {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 7px 12px 7px 9px;
    color: #FFF;
    text-decoration: none;
    background-color: #ccc;
    box-shadow: inset 0 0 1px #ffffff;
    border: solid 1px #e3e6e8;
    border-top: 0;
}

.pointer {
    cursor: pointer;
    text-align: center;
    font-size: 1em;
	width: 33%;
}

.header-full-title {
    float: left;
    overflow: hidden;
    padding-left: 75px;
    background-image: url(../img/colors/blue/logo_big.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 290px;
    height: 79px;
	margin-top: 8px;
}

.panel.panel-card {
    position: relative;
    height: 261px;
    border: solid 1px #ddd;
    overflow: hidden;
}

.thumbbax {
	border-radius:4px;
	text-align:center;
	margin:auto;

}

img {
    vertical-align: middle;
    border:none;
}

.learnmore {
    height: 60px;
    width: 400px;
    text-align: center;
    float: right;
    padding: 8px 20px 5px 20px;
    margin: 55px 0px 0px 0px;
    border: #CCC solid thin;
    background: linear-gradient(#4666ca, #4f72dc);
}

.learnmore2 {
    height: 60px;
	font-size:1.5em;
	
    width: 400px;
    text-align: center;
    padding: 17px 20px 5px 20px;
    margin: 75px 500px 0px 500px;
	margin:auto;
}

.wrap-primary-color {
    background-color: #4a97d7;
    padding: 0px 0;
    color: #fff;
}

.wrap-primary-color2 {
    background-color: #f2f2f2;
    padding: 0px 0;
    color: #fff;
}

.wrap-primary-color3 {
    background-color: #ffffff;
    padding: 0px 0;
    color: #fff;
}

.text-icon-content {
    padding-left:0px;
    padding-top:5px;
    font-size: 1em;
    text-align: left;
}

.img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.impybox {
	width:20%;
	float:left;
}

.wrap-hero .carousel-hero {
    background-color: rgba(0, 119, 158, 0);
    padding: 0px 0;
    position: relative;
}

.carousel-title {
    margin: 116px 0 0px 0;
    padding: 0;
    font-size: 3.1em;
    color: #29669a;
    text-shadow: 1px 1px 2px rgba(243, 237, 237, 0.5);
    line-height: 1.4em;
}

.carousel-title2 {
    margin: 0px 0 85px 0;
    padding: 0;
    font-size: 3.5em;
    color: #29669a;
    text-shadow: 1px 1px 2px rgba(243, 237, 237, 0.5);
    line-height: 1.4em;
}



.navbar-header-full {
    background-color: #FFFFFF;
    background-image: none;
    box-shadow: none;
    z-index: 100;
    border-bottom: #ccc solid thin;
}

.header-full {
    background-color: #FFFFFF;
	height: 85px;
}

.header-full-title {
    float: left;
    overflow: hidden;
    padding-left: 75px;
    background-image: url(../img/colors/blue/logo_big.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 400px;
    height: 85px;
    margin-top: 10px;
    z-index: 1000;
    position: absolute;
}

#sb-site, .sb-site-container2 {
    width: 100%;
    min-height: 0vh;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.navbar-nav {
    float: left;
    margin: 0;
    padding-top: 5px;
}

.navbar-default .navbar-brand {
    font-size: 28px;
    font-weight: 300;
    text-transform: lowercase;
    font-family: "Muli", sans-serif;
    word-spacing: -6px;
    -webkit-text-stroke: 0;
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 0px;
    color: #000;
    margin-top: -5px;
}



h6 {
    font-size: 2.1em;
    color: #171515;
    font-weight: 300;
}

h5 {
    font-size: 1.3em;
    color: #000000;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    margin-top: 3px;
    line-height: 1.5;
}

h2 {
    font-size: 1.8em;
	line-height: 110%;
	margin-top:-10px;
}

h7 {
    font-size: 18px;
    color: #171515;
    font-weight: 100;
    padding: 0px 0px 10px 15px;
}

.margin-bottom {
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
.blackie {
	background-color:#000;
	padding: 0px 200px 0px 200px;
}
}

@media (max-width: 1024px) {
.blackie {
	background-color:#000;
	padding: 0px 100px 0px 100px;
}

.ddbox {
    border: #CCC thin solid;
    background-color: #F2F2F2;
    padding: 10px 10px 8px 20px;
    margin: 7px;
    width: 100%;
    font-size: 1.2em;
    text-align: left;
}

.carousel-title {
    margin: 105px 0 0px 0;
    padding: 0;
    font-size: 2em;
    color: #29669a;
    text-shadow: 1px 1px 2px rgba(243, 237, 237, 0.5);
    line-height: 1.4em;
}
	
}

@media (max-width: 768px) {
	
.carousel-title {
    margin: 80px 0 0px 0;
    padding: 0;
    font-size: 2em;
    color: #29669a;
    text-shadow: 1px 1px 2px rgba(243, 237, 237, 0.5);
    line-height: 1em;
}
	
.prodblock {
 width:33%;
 float:left;
}

.pdbox {
    border: #CCC thin solid;
    background-color: #F2F2F2;
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 5px 20px;
    width: 90%;
    font-size: .8em;
    text-align: center;
    float: left;
}
	
.blockppa {
	display:none;
}

.blockppa2 {
	display:block;
}
	
.pointer {
    cursor: pointer;
    text-align: center;
    font-size: 1.1em;
	width: 100%;
}
	
.mission {
	font-size:.8em;
}

.mission2 {
	font-size:.8em;
	text-align:center;
}

.bluemessage {
    padding: 30px 20px 10px 20px;
    color: #000000;
    font-size: 20px;
    margin: auto;
    line-height: 1.8;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.blackie {
	background-color:#000;
	padding: 0px 0px 0px 0px;
}

.ddbox {
    border: #CCC thin solid;
    background-color: #F2F2F2;
    padding: 10px 10px 8px 20px;
    margin: 7px;
    width: 100%;
    font-size: .9em;
    text-align: left;
}
}

@media (max-width: 425px){
	
.learnmore {
    height: 60px;
    width: 350px;
    text-align: center;
    float: right;
    padding: 14px 20px 5px 20px;
    margin: 25px 15px 0px 30px;
    border: #CCC solid thin;
    background: linear-gradient(#4666ca, #4f72dc);
}
	
.carousel-title {
    margin: 43px 0 0px 0;
    padding: 0;
    font-size: 1em;
    color: #29669a;
    text-shadow: 1px 1px 2px rgba(243, 237, 237, 0.5);
    line-height: 1.2em;
}
	
h5 {
    font-size: 1.2em;
    color: #000000;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    margin-top: 3px;
    line-height: 1.5;
}

.post-content {
    font-size: 1.1em;
    padding: 15px 35px 0px 35px;
}

.post-title {
    font-size: 1.6em;
    margin: 0 0 0px 0;
    padding-bottom: 10px;
    border-bottom: none;
    padding-left: 0px;
}
	
.prodblock {
 width:50%;
 float:left;
}
	
.bluemessage {
    padding: 0px 20px 0px 20px;
    color: #000000;
    font-size: 18px;
    margin: auto;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: #fff;
}

}

@media (max-width: 375px){
.learnmore {
    height: 60px;
    width: 305px;
    text-align: center;
    float: right;
    padding: 14px 20px 5px 20px;
    margin: 25px 15px 0px 30px;
    border: #CCC solid thin;
    background: linear-gradient(#4666ca, #4f72dc);
}

.carousel-title {
    margin: 39px 0 0px 0;
    padding: 0;
    font-size: 1em;
    color: #29669a;
    text-shadow: 1px 1px 2px rgba(243, 237, 237, 0.5);
    line-height: 1em;
}

}

@media (max-width: 320px){

.learnmore {
    height: 60px;
    width: 260px;
    text-align: center;
    float: right;
    padding: 14px 10px 5px 10px;
    margin: 25px 15px 0px 30px;
    border: #CCC solid thin;
    background: linear-gradient(#4666ca, #4f72dc);
}
	
.carousel-title {
    margin: 31px 0 0px 0;
    padding: 0;
    font-size: .7em;
    color: #29669a;
    text-shadow: 1px 1px 2px rgba(243, 237, 237, 0.5);
    line-height: 1.4em;
}
}
