html { font-size: 100% !important; }


body {
	padding-top: 160px;
	background-color: #fff;
	color: #000;
}

h4 {
	color:#000;
}

.t01 {
	margin:30px;
	color:#000;
}

.btm-line1 {
	margin:0 auto;
	border-bottom:#67B3D7 solid 1px;
	width:100px;
}


/* 20px gutter */

.gutter-20.row {
	margin-right: -10px;
	margin-left: -10px;
}

.gutter-20>[class^="col-"],
.gutter-20>[class^=" col-"] {
	padding-right: 10px;
	padding-left: 10px;
}


/* 10px gutter */

.gutter-10.row {
	margin-right: -5px;
	margin-left: -5px;
}

.gutter-10>[class^="col-"],
.gutter-10>[class^=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
}


/* 0px gutter */

.gutter-0.row {
	margin-right: 0;
	margin-left: 0;
}

.gutter-0>[class^="col-"],
.gutter-0>[class^=" col-"] {
	padding-right: 0;
	padding-left: 0;
}


/* top navibation */
#top-nav {
	background: #fff;
}

#top-nav .nav > li > a {
    position: relative;
    display: block;
	padding:14px;
	font-size:15px;
	background:#fff;
}

#top-nav .nav>li>a:not(.different) {
	padding: 5px 0px;
	color:#000;
}

#top-nav .nav>li>a:hover {
	text-decoration:none;
	color:#000;
}

.navbar-default {border:none}


.navbar-default .navbar-nav>.active>a {
	background-color: #fff !important;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #000;
	background-color: #fff;
}

#top-nav .dropdown-menu {
opacity: 0.9;
}

#top-nav .navbar-toggle {
background-color:#43A2CF;
}

/* end top navigation */


/* statement */

.statement{
	border:				none;
	text-align:			center;
	color:				#FF0000;
	background-color:	#fff;
	font-size:			22px;
	margin: 			0 auto; /* This will center the border of the text */
	padding: 			5px 0px 10px 0px;
}

/* end statement */



/* box on top fo carousel */
#top-of {
	width:100%;position:absolute;top:120px;
	z-index: 1;
}
.top-of-car {
	color:#fff;
	text-align:center;
	background:#000;
	opacity: 0.7;
	width:50%;
	padding:10px 15px 25px 15px;
}

.top-of-car h1{
	color:#fff;
	font-size: 2.8rem;
	font-weight: bold;
}
.top-of-car h2{
	font-size: 2.4rem;
	font-weight: none;
	color:#fff;
}
.top-of-car h3 {
	font-size: 1.5rem;
	font-weight: none;
	color:#fff;
}
/* end of box on top fo carousel */


/* carousel */

#carousel-1 {
	margin: 0;
}

#carousel-1 .carousel-indicators {
	margin-bottom: -10px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
	margin: auto;
}

#carousel-1 .carousel-control.left,
#carousel-1 .carousel-control.right{
	z-index: 2;
}


/* FADE TRANSITIONS
inspired from http://codepen.io/Rowno/pen/Afykb
*/

.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."
now 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);
	}
}


/* end carousel */


#showcase01 {
	margin-top: 40px;
	color:#000;
}

#showcase01 .intro {color:#000}

#showcase01 .left {
	padding:0 30px;
}

#showcase01 h4 {
	color:#000;
	margin-bottom:30px;
}

#showcase01 p {
	margin-bottom:20px;
}

#showcase01 .thumbnail p {
	margin: 0;
}


#page-title-box {
	position:relative;
	z-index:2;
	margin-top: -110px;
	margin-bottom:40px;
}

.page-title-txt {
	display:inline-block;
	padding: 0 20px;
	color:#fff;
	background-color:#43A2CF;
	font-size:2.0rem;
}

#page-content {
	position:relative;
	z-index:3;
	margin-top: -10px;
	padding: 20px 40px;
	color:#000;
	border: 1px solid #e9e9e9;
	background-color:#fff;
}

#page-content h3 {
	font-size:1.3rem;
	padding:0;
	margin-top:0;
}

#page-content h4 {
	color:#000;
	padding:1.1rem 0;
}

#founder-box {
	text-align:right;
}

#founder-box img {
	margin-left:auto; margin-right:0;
}



#strip01 {
	background-color: #F1F1F1 !important;
	margin-top: 90px;
	padding: 30px 60px;
	color: #666;
}

#strip01 h2 {
	color: #fff;
}


.panel01 {
	max-width: 200px !important;
}

#contact-top h4 {
	color: #fff;
}

.project-thumb {
	padding:15px 35px;
}

.phone a {color:#000}

#footer {
	background-color: #fff;
	padding: 0 0 20px 0;
	margin-top: 80px;
}

#footer-main {
	padding: 20px 0;
	color: #000;
	border-top:#999 solid 2px;
}

#footer2 {
	text-align: left;
	line-height: 1.5rem;
}

#footer-main h4 {
	color: #fff;
}

#footer-main a {
	color: #000;
}

#footer-copyright {
	margin-top: 15px;
	font-size: 13px;
	color: #999;
}

.underline:hover {
	border-bottom: 2px solid #43A2CF;
	line-height: 0.7;
	margin: 0 auto; /* This will center the border. */
}

.underline-drop:hover {
	content: ""; /* This is necessary for the pseudo element to work. */
	border-bottom: 2px solid #43A2CF;
	display: inline-block;
	line-height: 0.7;
	margin: 0 auto; /* This will center the border. */
    width: 80%; /* Change this to whatever width you want. */
}

.dropdown em {font-style: normal}


/* customer portal button */

#c-portal {
top: 5px;
right:15px;
position:fixed;
margin-top:-5px;
border-radius: 1px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #43A2CF;
z-index: 3;
}

#c-portal >a {padding: 7px 10px;color:#fff; display:block; text-decoration:none}

#c-portal >a:hover {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #176999;
}


/* laptops */
@media only screen and (max-width: 1224px) {
	.underline:hover {
		width: 90%; /* Change this to whatever width you want. */
	}

	.underline-drop:hover {
		width: 90%; /* Change this to whatever width you want. */
	}
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {

	#top-nav .nav>li>a {
		padding: 15px 5px;
	}
	#top-brand {
		font-size: 16px;
		color: #fff;
	}
	#top01 img {
		max-height: 80px;
	}
	#footer {
		font-weight: normal;
		font-size: 12px;
	}

	.top-of-car {
		padding:5px;
	}
	.top-of-car h1{
		font-size: 1.8rem;
	}
	.top-of-car h2{
		font-size: 1.4rem;
	}
	.top-of-car h3 {
		font-size: 0.9rem;
	}
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {

	body {
		padding-top: 56px;
	}

	.navbar .dropdown-menu a {
		color: #000;
	}

	#top-nav .nav>li>a:not(.different) {
		padding: 5px 0px;
		color:#000;
	}

	#c-portal {
		left:4px;
		top:14px;
		right:auto !important;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}

	#c-portal >a:hover {
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		background-color: #176999;
	}

	#logo-xs {
		margin:4px 25px 2px 0;
	}



	#showcase01 {
		margin-top: 20px;
	}


	#showcase01 .left {
		padding:0 20px;
	}

	#showcase01 h4 {
		margin-bottom:15px;
	}

	#showcase01 p {
		margin-bottom:10px;
	}

	#strip01 {
		margin-top: 40px;
		padding: 20px 30px;
	}

	#footer2 {
		text-align: center;
		line-height: 1.2rem;
	}

	#footer3 {
		text-align: center;
	}


	#page-content {
		margin-top: 66px;
		padding: 5px 20px;
		color:#696969;
		border: 1px solid #e9e9e9;
		background-color:#fff;
	}

	#page-content h3 {
		font-size:1rem;
	}

	#page-title-box {
		margin-top: -40px;
		margin-bottom:-50px;
	}

	.page-title-txt {
		padding: 0 10px;
		font-size:1.2rem;
	}

	#founder-box {
		text-align:center;
	}

	#founder-box img {
		margin:0 auto;
	}
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}





/* Feature Products ------------------------------------------ */

/* List style */
ul.thumbnails {
list-style: none;
margin: 0;
padding: 0;
}

.thumbnail {
padding: 0;
border: none;
background-color: #F1F1F1 !important;
}

.caption-box h4 {
font-size: 0.94rem;
color: #444;
text-align: center;
}




/* Featured Products - Control box
------------------------------------------------ */
.control-box {
	width: 100%;
}

.control-box>.carousel-control{
background: #666 !important;
border: 0px;
border-radius: 0px;
display: inline-block;
font-size: 34px;
font-weight: 200;
line-height: 18px;
opacity: 0.5;
padding: 4px 10px;
margin: 68px -20px 0;
height: 30px;
width: 30px;
}

#myCarousel li {
	list-style: none;
}


/* featured products carousel */
#strip01 h3 {
	font-size:1.2rem;
	color:#000;
	margin: 0 0 30px 0;
}

#strip01 h5 {
	color:#000;
}