/*==========================================================================

	Template Elements Stylesheet
	____________________________________________________________

	Client:		Capsicum
	Date:		Date
	Author:		Edge Marketing Solutions
	Version:	4.0

===========================================================================*/

	/* [Global Template Styles] */

	body
	{
		color: #61676C;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	p.lead
	
	{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
	}

	h1 strong,
	h2 strong,
	h3 strong,
	h4 strong,
	h5 strong,
	p.lead strong
	{
		font-weight: 700;
	}

	h1
	{
		margin: 0 0 20px 0;

		font-size: 50px;
		color: #ED592B;
		line-height: 1.0em;
	}

	h2
	{
		color: #ED592B;
	}

	h3
	{
		color: #ED592B;
	}

	a
	{
		color: #ED592B;
	}

	a:hover
	{
		color: #ED592B;
	}

	p.lead
	{
		font-size: 24px;
		line-height: 1.4em;
	}

	p
	{
		margin: 0 0 20px 0;
	}

	.row-spaced
	{
		margin-bottom: 30px;
	}

	.border-bar
	{
		width: 100%;
		height: 10px;
	}

		.border-bar .border-section
		{
			width: 25%;
			height: 10px;
			float: left;
			box-sizing: border-box;
		}

			.border-bar .section1
			{
				background-color: #E3292F;
			}

			.border-bar .section2
			{
				background-color: #EF592B;
			}

			.border-bar .section3
			{
				background-color: #F6B92E;
			}

			.border-bar .section4
			{
				background-color: #5B8E29;
			}

	/* Large desktop */
	@media (min-width: 1200px) {

	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {

	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		body
		{
			padding: 0;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Header Template Styles] */

	.header
	{
		padding-bottom: 27px;
	}

	.header .border-bar
	{
		margin-bottom: 27px;
	}

	.header .tagline
	{
		padding-top: 18px;

		text-align: right;
	}

	/* Large desktop */
	@media (min-width: 1200px) {

	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {

	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.header .h-logo
		{
			padding-left: 20px;
			padding-right: 20px;
		}

		.header .h-logo
		{
			text-align: center;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Navigation Template Styles] */

	.navigation
	{
		/* margin-bottom: -60px; */
		float: left;
		width: 100%;
		z-index: 2000;
		position: relative;
	}

		.navigation-subpage
		{
			margin: 0 !important;
			background-color: #828283;
		}

	.navbar
	{
		margin: 0;

		background-image: url(../images/bg-navigation.png);
	}

	.navbar .nav
	{
		margin: 0;
	}

	.navbar .nav > li > a
	{
		padding: 18px 25px 20px 25px;

		color: #ffffff;
		text-shadow: none;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
		font-size: 17px;
	}

	.navbar .nav > li > a:focus,
	.navbar .nav > li > a:hover
	{
		color: #F6B92E;
	}

	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus
	{
		background-color: transparent;
		box-shadow: none;

		color: #F6B92E;
		text-shadow: none;
	}

	.navbar .btn-navbar
	{
		float: left;
		width: 96%;
		padding: 10px 2%;
		margin: 10px 2%;
		box-sizing: border-box;

		background-color: transparent;
		background-image: none;
		border: 1px solid #cccccc;
		border-radius: 8px;

		cursor: pointer;
		color: #ffffff;
		text-shadow: none;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
		font-size: 20px;
		text-align: center;
	}

	.navbar .btn-navbar:hover,
	.navbar .btn-navbar:focus,
	.navbar .btn-navbar:active,
	.navbar .btn-navbar.active,
	.navbar .btn-navbar.disabled,
	.navbar .btn-navbar[disabled]
	{
		background-color: #F6B92E;
	}

	/* Large desktop */
	@media (min-width: 1200px) {
		.navbar .nav > li > a
		{
			padding: 18px 42px 20px 42px;

			font-size: 18px;
		}
	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.navigation
		{
			/*background-color: #828283;*/
			margin-bottom: 0;
			float: left;
			width: 100%;
			z-index: 2000;
			position: relative;

			background-color: #58585A;
		}

		.navbar .nav > li > a
		{
			padding: 10px 0;

			border-bottom: 1px solid #58585A;
			border-radius: 0;

			text-align: center;
			font-size: 20px;
		}
	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.navigation
		{
			/*background-color: #828283;*/
			margin-bottom: 0;
			float: left;
			width: 100%;
			z-index: 2000;
			position: relative;

			background-color: #58585A;
		}

		.navbar .nav > li > a
		{
			padding: 10px 0;

			border-bottom: 1px solid #58585A;
			border-radius: 0;

			text-align: center;
			font-size: 20px;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Feature Navigation Template Styles] */

	.feature-navigation
	{
		padding: 24px 0;
		position: relative;
		z-index: 2000;
		width: 100%;
		float: left;
	}

	.feature-navigation .feature-menu a
	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 15px 0 15px 0;
		margin: 0 0 24px 0;

		background-color: #EBEBEB;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;

		color: #62686D;
		font-size: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
		text-align: center;
		line-height: 1.0em;
	}

	.feature-navigation .feature-menu a:hover
	{
		-webkit-box-shadow:inset 0 0 10px 5px #C4C4C4;
		box-shadow:inset 0 0 10px 5px #C4C4C4;

		text-decoration: none;
		color: #44484D;
	}

		.feature-navigation .feature-menu a small
		{
			font-weight: 300;
			font-size: 13px;
		}

		.feature-navigation .feature-menu a .icon
		{
			display: block;
			width: 100%;
			margin-top: -110px;
		}

	.feature-navigation .feature-resources a
	{
		display: block;

		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}

		.feature-navigation .feature-resources a:hover
		{
			-webkit-box-shadow: 0 0 8px 2px #666666;
			box-shadow: 0 0 8px 2px #666666;
		}

	/* Large desktop */
	@media (min-width: 1200px) {
		.feature-navigation .feature-menu a
		{
			font-size: 35px;
		}
	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.feature-navigation .feature-menu a
		{
			font-size: 24px;
		}
	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {

	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Page Template Styles] */

	.page
	{
		width: 100%;
		padding: 34px 0;
		box-sizing: border-box;
		float: left;

		background-color: #EBEBEB;
	}

	ul.breadcrumb
	{
		padding: 0;

		background-color: transparent;

		font-size: 11px;
	}

	ul.breadcrumb a
	{
		color: #838383;
	}

	/* Large desktop */
	@media (min-width: 1200px) {

	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {

	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.page
		{
			padding: 34px 20px;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}
	
	/*list font and line size for IOT Automation */
	.IOT_li{
		line-height: 1.4em; 
		font-size: 1.333rem;
	}

	.IOT_ul{
		margin-left: 2.5rem;
	}
	
	.IOT_bold{
		font-size: 1.65rem;
		color: black;
	}

/*=========================================================================*/

	/* [Footer Template Styles] */

	.footer .footer-navigation
	{
		padding: 24px 0 14px 0;

		background-color: #62686D;

		text-align: center;
		color: #ffffff;
		font-size: 11px;
	}

		.footer .f-logo
		{
			padding: 24px 0;

			text-align: center;
		}

		.footer .footer-navigation a
		{
			color: #ffffff;
		}

	/* Large desktop */
	@media (min-width: 1200px) {

	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {

	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.footer .f-logo
		{
			padding: 20px 24px;
			float: left;
		}

		.footer-navigation
		{
			padding: 0 20px;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Nivo Slider Styles] */

	.slider-wrapper
	{
		position: relative;
		width: 100%;
		float: left;
	}

	.theme-default .nivoSlider{
		position: relative;
		background: #fff url(../images/loading.gif) no-repeat 50% 50%;
    	/*margin-bottom: 10px;*/
	}

	.theme-default .nivoSlider img
	{
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
	}

	.theme-default .nivoSlider a
	{
		border: 0;
		display: block;
	}

	.theme-default .nivo-controlNav
	{
		margin-top: -70px;
		text-align: center;
		padding: 20px 0;
		position: relative;
		z-index: 1000;
	}

	@media (max-width: 767px) {
		.theme-default .nivo-controlNav
		{
			display: none;
		}
	}

	.theme-default .nivo-controlNav a
	{
		display: inline-block;
		width: 22px;
		height: 22px;
		background: url(../images/bullets.png) no-repeat;
		text-indent: -9999px;
		border: 0;
		margin: 0 2px;
	}

	.theme-default .nivo-controlNav a.active
	{
		background-position: 0 -22px;
	}

	.theme-default .nivo-directionNav a
	{
		display: block;
		width: 30px;
		height: 30px;
		background: url(../images/arrows.png) no-repeat;
		text-indent: -9999px;
		border: 0;
		opacity: 0;
		-webkit-transition: all 200ms ease-in-out;
	    -moz-transition: all 200ms ease-in-out;
	    -o-transition: all 200ms ease-in-out;
	    transition: all 200ms ease-in-out;
	}

	.theme-default:hover .nivo-directionNav a
	{
		opacity: 1;
	}

	.theme-default a.nivo-nextNav
	{
		background-position: -30px 0;
		right: 15px;
	}

	.theme-default a.nivo-prevNav
	{
		left: 15px;
	}

	.theme-default .nivo-caption
	{
	    font-family: Open Sans Condensed, sans-serif;
	}

	.theme-default .nivo-caption a
	{
	    color: #fff;
	    border-bottom: 1px dotted #fff;
	}

	.theme-default .nivo-caption a:hover
	{
	    color: #fff;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled
	{
		width: 100%;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled a
	{
		width: auto;
		height: auto;
		background: none;
		margin-bottom: 5px;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled img
	{
		display: block;
		width: 120px;
		height: auto;
	}
