﻿@charset "UTF-8";
@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:700,400);

/*
	Transit by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body {
		background: #fff;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #444;
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 400;
		line-height: 1.65em;
	}

	a {
		color: #383b43;
		text-decoration: none;
	}

		a:active, a:hover {
			text-decoration: underline;
		}

	strong, b {
		color: #474747;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #474747;
		font-weight: 700;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.75em;
		line-height: 1.5em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(144, 144, 144, 0.25);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.25);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #858585;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		text-align: center;
		margin-bottom: 4em;
	}

		header.major h2 {
			font-size: 3em;
			margin-bottom: 0.5em;
		}

		header.major p {
			font-size: 1.5em;
		}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #474747;
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.075);
		border-radius: 4px;
		border: none;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #383b43;
			box-shadow: 0 0 0 1px #383b43;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(144, 144, 144, 0.25);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #444;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border-radius: 4px;
				border: solid 1px rgba(144, 144, 144, 0.25);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #3cadd4;
			border-color: #3cadd4;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #383b43;
			box-shadow: 0 0 0 1px #383b43;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #858585 !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon:active, .icon:hover {
			text-decoration: none;
		}

		.icon > .label {
			display: none;
		}

		.icon.rounded {
			background-color: #383b43;
			border-radius: 100%;
			color: #ffffff;
			display: inline-block;
			height: 3.25em;
			line-height: 3.25em;
			text-align: center;
			width: 3.25em;
		}

			.icon.rounded.big {
				font-size: 2.5em;
				margin-bottom: 0.5em;
			}

			.icon.rounded.color1 {
				background-color: #3cadd4;
			}

			.icon.rounded.color2 {
				background-color: #3c61d4;
			}

			.icon.rounded.color3 {
				background-color: #633cd4;
			}

			.icon.rounded.color4 {
				background-color: #af3cd4;
			}

			.icon.rounded.color5 {
				background-color: #d43cad;
			}

			.icon.rounded.color6 {
				background-color: #d43c61;
			}

			.icon.rounded.color7 {
				background-color: #d4633c;
			}

			.icon.rounded.color8 {
				background-color: #d4af3c;
			}

			.icon.rounded.color9 {
				background-color: #add43c;
			}

			.icon.rounded.color10 {
				background-color: #61d43c;
			}

			.icon.rounded.fa-twitter {
				background-color: #2daae4;
			}

			.icon.rounded.fa-facebook {
				background-color: #39599f;
			}

			.icon.rounded.fa-google-plus {
				background-color: #c91e1f;
			}

			.icon.rounded.fa-dribbble {
				background-color: #c4376b;
			}

			.icon.rounded.fa-tumblr, .icon.rounded.fa-linkedin {
				background-color: #31516a;
			}

			.icon.rounded.fa-rss {
				background-color: #f2600b;
			}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(144, 144, 144, 0.25);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.unstyled {
			list-style: none;
			padding-left: 0;
		}

			ul.unstyled li {
				padding: 0.4em 0;
			}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 2em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #474747;
			font-size: 0.9em;
			font-weight: 700;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #3cadd4;
		border-radius: 30px;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 400;
		height: 2.85em;
		line-height: 2.95em;
		padding: 0 2em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #51b6d9;
			text-decoration: none;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #2da2ca;
			text-decoration: none;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
			color: #474747 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.075);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.2);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #858585;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #383b43;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #444751;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #2c2f35;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #444 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Header */

	body.landing #header {
		background-color: transparent;
		left: 0;
		position: absolute;
		top: 0;
	}

		body.landing #header nav a {
			color: rgba(255, 255, 255, 0.5);
		}

	#header {
		background-color: #383b43;
		color: #ffffff;
		cursor: default;
		font-size: 1.1em;
		height: 6em;
		line-height: 6em;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			color: #ffffff;
			height: inherit;
			left: 3em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
		}

			#header h1 a {
				font-size: 1.25em;
			}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 3em;
			vertical-align: middle;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding-left: 0;
			}

				#header nav > ul > li {
					border-radius: 4px;
					display: inline-block;
					margin-left: 2em;
					padding-left: 0;
				}

					#header nav > ul > li a {
						-moz-transition: color 0.2s ease-in-out;
						-webkit-transition: color 0.2s ease-in-out;
						-o-transition: color 0.2s ease-in-out;
						-ms-transition: color 0.2s ease-in-out;
						transition: color 0.2s ease-in-out;
						color: #cdced0;
						display: inline-block;
						text-decoration: none;
					}

						#header nav > ul > li a:active, #header nav > ul > li a:hover {
							color: #ffffff;
						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

					#header nav > ul > li .button {
						background-color: #fff;
						color: #444 !important;
						height: 2.25em;
						line-height: 2.25em;
						margin-bottom: 0;
						padding: 0 1em;
						position: relative;
						top: -0.075em;
						vertical-align: middle;
					}

		#header .container {
			position: relative;
		}

			#header .container h1 {
				left: 0;
			}

			#header .container nav {
				right: 0;
			}

/* Banner */

	#banner {
		/*background-image: url(../images/dark_tint.png), url(../images/bokeh_car_lights_bg.jpg);*/
		background-position: center center;
		background-size: cover;
		color: #ffffff;
		padding: 3em 0em 3em;
		text-align: center;
	}

		#banner :last-child {
			margin-bottom: 0;
		}

		#banner h2 {
			color: #ffffff;
			font-size: 4em;
			line-height: 1.25em;
			margin: 0 0 0.5em 0;
			padding: 0;
		}

		#banner p {
			font-size: 1.5em;
			margin-bottom: 1.75em;
		}

/* Wrapper */

	.wrapper {
		/*padding: 6em 0em 4em;*/
		/* Style 1 Wrapper */
		/* Style 2 Wrapper */
		/* Style 3 Wrapper */
	}

		.wrapper.style1 {
			background-color: #F5F5F5;
			border-bottom: 1px solid rgba(144, 144, 144, 0.25);
			border-top: 1px solid rgba(144, 144, 144, 0.25);
		}

			.wrapper.style1 .box {
				background-color: #fff;
				padding: 3em 2.5em;
			}

				.wrapper.style1 .box h2, .wrapper.style1 .box h3, .wrapper.style1 .box h4, .wrapper.style1 .box h5, .wrapper.style1 .box h6 {
					color: #858585;
				}

		.wrapper.style2 .profiles {
			border-bottom: 1px solid rgba(144, 144, 144, 0.25);
			border-top: 1px solid rgba(144, 144, 144, 0.25);
			margin-bottom: 4em;
			padding-top: 4em;
		}

		.wrapper.style2 .profile {
			margin-bottom: 2em;
			text-align: left;
		}

			.wrapper.style2 .profile img {
				border-radius: 50%;
				float: left;
				margin-bottom: 1em;
				margin-right: 1em;
			}

			.wrapper.style2 .profile h4 {
				margin-bottom: 0;
				margin-top: 1em;
			}

		.wrapper.style2 footer {
			margin-left: auto;
			margin-right: auto;
			width: 70%;
		}

			.wrapper.style2 footer p {
				margin-bottom: 3em;
			}

        .wrapper.style3 {
            background-color: #1e90ff; /* #3cadd4; */
            color: #ffffff;
        }

			.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 p {
				color: #ffffff;
			}

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background-color: #fff;
				color: #444;
			}

/* Footer */

	#footer {
		background: #383b43;
		padding: 6em 0em 4em;
	}

		#footer h2, #footer h3, #footer h4 {
			color: #ffffff;
		}

		#footer p, #footer a, #footer li {
			color: #cdced0;
		}

		#footer .links {
			border-bottom: 1px solid rgba(144, 144, 144, 0.25);
			margin-bottom: 4em;
			padding-bottom: 1em;
		}

		#footer .copyright {
			margin-top: 0.65em;
			padding: 0;
		}

			#footer .copyright li {
				color: #858585;
				display: inline-block;
				list-style: none;
				margin-left: 0.5em;
				padding-left: 0.5em;
			}

				#footer .copyright li:first-child {
					margin-left: 0;
					padding-left: 0;
				}

			#footer .copyright a {
				color: #858585;
			}

		#footer .icons {
			text-align: right;
		}

		#footer a.icon {
			color: #ffffff;
			font-size: 0.65em;
			height: 4em;
			line-height: 4em;
			width: 4em;
			cursor: pointer;
		}

/* Grid Demo */

	.grid-demo {
		display: block;
		margin: 0 0 2em 0;
	}

		.grid-demo span {
			background: #8d93a0;
			border-radius: 4px;
			color: rgba(0, 0, 0, 0.25);
			display: block;
			font-weight: 700;
			height: 2.75em;
			line-height: 2.75em;
			text-align: center;
		}

		.grid-demo .row.flush > div span {
			border-radius: 0;
		}

		.grid-demo .row.flush > div:first-child span {
			border-radius: 4px 0 0 4px;
		}

		.grid-demo .row.flush > div:last-child span {
			border-radius: 0 4px 4px 0;
		}
		
		
		/* Maps */



 
#box-wrapper {
   /* width: 1100px;
    margin: 0px auto;*/
    background:#fff;
}

/*#box-wrapper header#header1 {
    width: 1100px;
    margin: 0 auto;
}

#box-wrapper #pagetitle-wrapper {
    width: 1100px;
}*/

a, a:visited {
    color:#2e509a;
    text-decoration:none;
}

a:hover {
    color:#73e05f;
    text-decoration:none;
}

/* Header Styling */
header {
    height: 101px;
}

header#header1 {
    width:100%;
    height:136px;
    background:url(../img/header_bg.png) repeat-x;
    position:relative;
    z-index:900 !important;
}

header#header2 {
    width:100%;
    background:#31373a url(../img/concrete_wall.png) repeat;
    position:relative;
    z-index:999;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
header#header2 {
    background:#31373a url(../img/concrete_wall@2x.png) repeat;
    background-size: 520px 520px;
}
}

header#header3 {
    width:100%;
    background-color:#fff;
    position:relative;
    z-index:999;
}

header#header2 #logo {
    margin:22px 0 0 0;
    float:left;
}

#logo {
    margin:28px 0 0 0;
    float:left;
}

#logo img {
    width:131px;
    height:102px;
}

#navigation {
  position: relative;
  z-index: 900;
}

#nav-menu {
    width: 100%;
    background:none !important;
}

.nav {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    float: right;
    margin: 34px 20px 0;
    background: transparent;
}

.nav a {
    padding: 2px 12px 4px 12px;
    color: #fff;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nav li {
    margin-left: 6px;
    padding-left: 0px;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav > li.active a {
    background:#2e509a;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav > li.active.dropdown li a {
    color: #95A5A6;
    background:#fff;
}

.nav > li:hover {
    background:#2e509a;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav > li.dropdown:hover {
    padding-bottom: 5px;
    -webkit-border-radius: 4px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    z-index: 999;
}

.nav > li.dropdown:hover ul {
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
}

.nav li ul {
    font-size: 12px;
    margin-top: 3px;
    margin-left: 0;
    background-color: #fff;
    width: 160px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
}

.nav li ul ul {
    margin-top: 0px;
}

.nav li ul > li {
    line-height: 30px;
    margin-left: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #efefef;
}

.nav li ul > li.dropdown:after {
    width: 0px;
    height: 0px;
    font-family:'WebHostingHub-Glyphs'; 
    font-style:normal; 
    color:#a4b2b3; 
    content:'\f488'; 
    font-size:7px; 
    position:relative; 
    top:-34px;
    right: 20px;
    float: right;
}

.nav li ul > li a {
    background-color: transparent;
    color: #95A5A6;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.nav li.active ul > li.active a {
    color: #2e509a;
}

.nav li ul > li a:hover {   
    padding-left: 20px; 
}

.nav > .dropdown ul li a:hover {
    color: #2e509a;
}

.nav > .dropdown ul li:last-child {
    border-bottom: none;
}

/*update version 1.1*/
.nav li.dropdown > ul {
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out 0s;
  -ms-transition: opacity 0.4s ease-in-out 0s;
}

.nav li.dropdown:hover > ul { 
  opacity: 1;
}
/*update version 1.1*/

a.toggleMenu{
    width:32px;
    height:32px;
    margin-top:34px;
    background:#2e509a;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    font-size: 13px;
    color:#fff;
    display: block;
    float:right;
}

a.active.toggleMenu {
    width:32px;
    height:32px;
    background:#2e509a;
}

a.toggleMenu i {
    top:3px;
    left:9px;
    position:relative;  
}

/* header sticky */
header.stuck {
    display: block;
    height: 56px !important;
    background: rgba(255, 255, 255, 1) !important;
    -webkit-transition:background .2s linear;
    -moz-transition:background .2s linear;
    -o-transition:background .2s linear;
    -ms-transition:background .2s linear;
    transition:background .2s linear;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    z-index: 9999 !important;
}

header.stuck .nav-menu {
    margin-top: -22px;
    -webkit-transition:padding .2s linear;
    -moz-transition:padding .2s linear;
    -o-transition:padding .2s linear;
    -ms-transition:padding .2s linear;
    transition:padding .2s linear;
}

header.stuck .nav a {
    color: #fff;
}

header.stuck .nav .active a {
    color: #fff;
}

header.stuck .nav > li a {
    color: #95A5A6;
}

header.stuck .nav > li:hover a {
    color: #fff;
}

header.stuck .nav > li.dropdown:hover a {
    color: #fff;
}

header.stuck .nav li ul > li a {
    color: #95A5A6 !important;
}

header.stuck .nav li ul > li a:hover {
    color: #2e509a !important;
}

header.stuck .nav li.active ul > li.active a {
    color: #2e509a !important;
}

header.stuck .form-search .search-icon {
    background-color: #95A5A6;
    color: #FFFFFF;
}

header.stuck .form-search.form-search-open .search-icon {
    background-color:#59BA47;
    color: #FFFFFF;
}

header.stuck #logo {
    margin-top: 12px;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

header.stuck #logo img {
    width: 120px;
    height: 32px;    
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

/* Search */
.form-search {
  position: relative;
  top: 34px;
  width: 0%;
  min-width: 32px;
  height: 32px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.form-search form {
  margin: 0;
}

input.search-input {
  height: 33px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  box-shadow: 0px;
  margin: 0;
  padding: 0 0 0 43px;
  border: none;
  right: 32px;
}

.search-input {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 32px;
  margin: 0;
  z-index: 10;
  padding: 0px;
  font-family: inherit;
  font-size: 20px;
  color: #969BA2;
  margin-right: 29px;
  outline: none;
}

.search-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.search-input:-moz-placeholder {
  color: #bfbfbf;
}
.search-input::-moz-placeholder {
  color: #bfbfbf;
}
.search-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.search-icon,
.search-submit {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}

.search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
  top: 0;
}

.search-icon {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  color: #2e509a;
  background: #fff;
  z-index: 90;
  font-size: auto;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.search-icon i {
    top: 1px;
    left: -1px;
  position: relative;
}

/* Open state */
.form-search.form-search-open,
.no-js .form-search {
  width: 200px;
}

.form-search.form-search-open .search-icon,
.no-js .form-search .search-icon {
  background: #2e509a;
  color: #fff;
  z-index: 11;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.form-search.form-search-open .search-submit,
.no-js .form-search .search-submit {
  z-index: 90;
}

/* Slideshow Styling */
#slide-wrapper {
    width:100%;
    height:575px;
    margin-top:-136px;
    position:relative;
}

#slide-wrapper.video-wrapper {
  height: 643px !important;
  margin-bottom: -68px;
}

.vjs-loading-spinner {display: none !important;}

/*FF CSS Hack*/
body:last-child .video-banner ul li .video-js, x:-moz-any-link {height: 186% !important; top:-245px;}

/*FF CSS Hack*/
body:last-child .banner, x:-moz-any-link {float: left; position: absolute;}

/*IE10 CSS Hack*/
body:last-child .banner {float: left; position: absolute;} 

.slide_overlay {
    width:100% !important;
    height:100% !important;
    background:rgba(0,0,0,0.2);
}

.slide_pattern {
    width:100% !important;
    height:100% !important;
    background:url(../img/bg_pattern-slide.png);
}

.slide_pattern2 {
    width:100% !important;
    height:100% !important;
    background:url(../js/rs-plugin/assets/gridtile.png);
    position: relative;
    z-index: 9999;
}

.banner {
    width:100%;
    height:575px !important;
    position:relative;
    overflow:hidden;
    margin:0 auto;
}

.banner-pf {
    width:100%;
    height:599px !important;
    background:#dcdcdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin:10px 0 40px 0;
    position:relative;
    overflow:hidden;
}

.banner-blog {
    width:100%;
    height:316px !important;
    background:#dcdcdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position:relative;
    overflow:hidden;
    margin:0 auto;
}

.banner-pf ul li img {
height:599px !important;
}

.banner-blog ul li img {
height:316px !important;
}

/* Pagetitle Styling */
#pagetitle-wrapper {
    width:100%;
    height:325px;
    background:url(../img/slideshow/bg_slide1.jpg) no-repeat top center;
    margin-top:-136px;
    position:relative;
}

/*FF CSS Hack*/
body:last-child #pagetitle-wrapper, x:-moz-any-link {float: left; position: absolute;}

/*IE10 CSS hack */          
_::-ms-reveal, #pagetitle-wrapper {float: left; position: absolute;}

/*IE9 CSS hack*/
#pagetitle-wrapper:nth-of-type(1n) { float: left\9; position: absolute\9; }

#pagetitle-wrapper:after {
    width:100%;
    height:325px;
    content: "";
    display: block;
    background:rgba(0,0,0,0.2);
    margin-top:-253px;
    position:relative;
}

#pagetitle-wrapper h1 {
    font-size: 64px !important;
    text-transform: uppercase;
    text-align: right;
    margin: 97px 0 10px 0;
    color: #fff;
    position: relative;
    z-index: 889;
}

#pagetitle-wrapper h5 {
    text-align: right;
    color: #fff;
    position: relative;
    z-index: 889;
    float: right;
}

.breadcrumb {
    position:relative;
    z-index: 850;
    bottom: -113px;
    float:right;
}

.breadcrumb ul {
    background-color:#95a5a6;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    margin-top:-55px;
    padding:5px 12px 7px 14px;
    float:right;    
}

.breadcrumb ul li {
    font-size: 11px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color:#fff;
    padding:0px 0px 0px 4px;
    display:inline-block;
}

.breadcrumb ul li:after {
    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:11px;
    color:#fff;
    content:"\2F";
    margin-left:8px;
    top:0px;
    position:relative;
}

.breadcrumb ul li:last-child:after {
    content:"";
    display:inline-block;
}

.breadcrumb ul li.current-page a, .breadcrumb ul li.current-page a:visited {
    color: #fff;
    text-decoration:none;
}

.breadcrumb ul li a, .breadcrumb ul li a:visited {
    color: #fff;
    text-decoration:none;   
}


/* Content Styling */
.content-full1 {
    width:100%;
    padding:40px 0;
    background:#31373a url(../img/concrete_wall.png) repeat;
}

.content-full1 h1, .content-full1 h2, .content-full1 h3, 
.content-full1 h4, .content-full1 h5, .content-full1 h6 {
    color:#fff;   
}

.content-full1 p.lead {
    color:#969ba2;
}

.content-full2 {
    width:100%;
    padding:40px 0;
    background:#f8f8f8;
    position: relative;
    z-index: 800;
}

/*FF CSS Hack*/
body:last-child #content-wrapper, x:-moz-any-link {margin-top: 188px;}
body:last-child #content-wrapper.browser-fix, x:-moz-any-link {margin-top: 0px;}

/*IE10 CSS hack */          
_::-ms-reveal, #content-wrapper {margin-top: 188px;}
_::-ms-reveal, #content-wrapper.browser-fix {margin-top: 0px;}

/*IE9 CSS hack*/
#content-wrapper:nth-of-type(1n) { margin-top: 188px\9; }
#content-wrapper.browser-fix:nth-of-type(1n) { margin-top: 0px\9; }

.content-full2 .row {position:relative; z-index:999;}

.content-full2 .panel-icon, .content-full3 .panel-icon {
    background-color: #fff;
}

.content-full3 {
    width:100%;
    padding:40px 0;
    background:#6ec7f1 url(../img/bg_pattern.png) repeat;
    position: relative;
    z-index: 888;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.content-full3 {
    background:#2e509a url(../img/bg_pattern@2x.png) repeat;
    background-size: 494px 472px;
}
}

.content-full3 .panel-icon h1, .content-full3 .panel-icon h2, .content-full3 .panel-icon h3,
.content-full3 .panel-icon h4, .content-full3 .panel-icon h5, .content-full3 .panel-icon h6 {
    color: #333;
}

.content-full3 h1, .content-full3 h2, .content-full3 h3, 
.content-full3 h4, .content-full3 h5, .content-full3 h6, .content-full3 p.lead, .content-full p {
    color:#fff;   
}

.content-full4 {
    width:100%;
    padding:40px 0;
    background:#f8f8f8 url(../img/sample/bg_content1.jpg) right no-repeat;
    position: relative;
    z-index: 800;
}

.content-full-map {
    width:100%;
    padding:0px 0;
    background:#f8f8f8;
    position: relative;
    z-index: 800;
}

.content-full-map:after {
    content: "";
    display: block;
    width: 100%;
    height: 480px;
    margin-top: -480px;
    background:rgba(255,255,255,0.2);
    position: relative;
    z-index: 998;
}

.small-padding {
    padding:25px 0 12px 0 !important;
}

#map {
    width:100%;
    height:480px;
}

#map2 {
    width:100%;
    height:510px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#map3 {
    width:100%;
    height:287px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content-parallax1 {
    width:100%;
    padding:40px 0;
    background: url(../img/sample/bg_parallax1.jpg); 
    z-index: 999;
}

.content-parallax4 {
    width:100%;
    padding:40px 0;
    background: url(../img/sample/bg_parallax3.jpg); 
    z-index: 999;
}

.content-parallax2 {
    width:100%;
    padding:40px 0;
    background:#f8f8f8 url(../img/sample/bg_parallax2.jpg);
    z-index: 999;
}
.content-parallax3 {
    width:100%;
    padding:40px 0;
    background:#f8f8f8 url(../img/sample/bg_parallax3.jpg);
    z-index: 999;
}

.content-parallax1 h1, .content-parallax1 h2, .content-parallax1 h3, 
.content-parallax1 h4, .content-parallax1 h5, .content-parallax1 h6, .content-parallax1 p.lead, .content-parallax1 p {
    color:#fff;   
}

.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
}
        
.content-parallax2 h1, .content-parallax2 h2, .content-parallax2 h3, 
.content-parallax2 h4, .content-parallax2 h5, .content-parallax2 h6, .content-parallax2 p.lead, .content-parallax2 p {
    color:#fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.content-parallax2 .blog-video {
    margin: 23px 0 -11px 0 !important;
    float: none;
}

/* Content Annotation */
.content-annotation {
    margin: 30px 0 -15px 0;
}

.left-annotation {
    width: 20%;
    float: left;
}

.left-annotation .has-tip {
    top: 57px;
    position: relative;
}

.right-annotation .has-tip {
    top: 57px;
    left: 98px;
    position: relative;
}

/*FF CSS Hack*/
body:last-child .left-annotation .has-tip, x:-moz-any-link {left: -96px;}
body:last-child .right-annotation .has-tip, x:-moz-any-link {left: 0px;}

/*IE10 CSS hack */          
_::-ms-reveal, .left-annotation .has-tip {left: -96px;}
_::-ms-reveal, .right-annotation .has-tip {left: 0px;}

/*IE9 CSS hack*/
.left-annotation .has-tip:nth-of-type(1n) { left: -96px\9; }
.right-annotation .has-tip:nth-of-type(1n) { left: 0px\9; }

.center-annotation {
    width: 60%;
    padding-top: 25px;
    float: left;
}

.right-annotation {
    width: 20%;
    float: left;
}

.img-annotation {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    background-color: #fbfbfb;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.img-annotation img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    float: left;
}

.img-annotation.left-arrow1, .img-annotation.left-arrow3 {
    position: relative;
    left: 30px;
}

.img-annotation.right-arrow1, .img-annotation.right-arrow3 {
    position: relative;
    right: 30px;
    float: right;
}

.img-annotation.right-arrow2 {
    float: right;
}

.left-arrow1:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_left1.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 40px;
    left: 120px;
}

.left-arrow2:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_left2.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 27px;
    left: 120px;
}

.left-arrow3:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_left3.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 0px;
    left: 120px;
}

.right-arrow1:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_right1.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 40px;
    right: 92px;
}

.right-arrow2:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_right2.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 27px;
    right: 92px;
}

.right-arrow3:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_right3.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 0px;
    right: 92px;
}

/* Accordion Stylesheet */
.accordion-title {
    padding:11px 15px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.accordion-content {
    padding:16px 21px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* 404 Stylesheet */
#error404-left {margin:0 0 60px 0; padding-left:0px;}
#error404-right {margin:0 0 60x 0; padding-left:10px;}
#error404-right .panel {width: 78%; padding-bottom: 2px;}
#error404-left h1 {font-size:74px !important;}
#error404-left i {font-size:74px; color:#2e509a; position:relative; top:8px;}
#error404 a.button {margin-bottom:38px;}

/* Newsletter Box Stylesheet */
.newsletter-box{
    position:relative;
    margin:10px auto 34px auto;  
    z-index:100;
    padding:29px 30px 3px 30px;
    background: #fff; /* Old browsers */
    background: -moz-repeating-linear-gradient(45deg, #d67171 , #d67171 30px, #fff 30px, #fff 40px, #71afd6 40px, #71afd6 70px,#fff 70px, #fff 80px); /* FF3.6+ */
    background: -webkit-repeating-linear-gradient(45deg, #d67171 , #d67171 30px, #fff 30px, #fff 40px, #71afd6 40px, #71afd6 70px,#fff 70px, #fff 80px); /* FF3.6+ */
    background: -o-repeating-linear-gradient(45deg, #d67171 , #d67171 30px, #fff 30px, #fff 40px, #71afd6 40px, #71afd6 70px,#fff 70px, #fff 80px); /* FF3.6+ */
    background: repeating-linear-gradient(45deg, #d67171 , #d67171 30px, #fff 30px, #fff 40px, #71afd6 40px, #71afd6 70px,#fff 70px, #fff 80px); /* FF3.6+ */
    -webkit-box-shadow:0px 1px 6px #cfcfcf;
    -moz-box-shadow:0px 1px 6px #cfcfcf;
    box-shadow:0px 1px 6px #cfcfcf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.newsletter-box:after{
    background:#fff;
    margin-top:10px;
    position: absolute;
    content : " ";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.newsletter-box fieldset {
    padding:10px 0px 0px 0px !important;
    border:0;
}

.newsletter-box input {
    width: 100% !important;
}

.newsletter-box button {
    margin-bottom: 15px;
}

.contactform-area {
    position: relative;
    margin-top: -405px;
    z-index: 999;
}

.contactform-area2 {
    position: relative;
    z-index: 999;
}

.contactform-area fieldset, .contactform-area2 fieldset {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: none;
}

.contactform-area label, .contactform-area2 label {
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    z-index: 998;
}

.contactform-area label span, .contactform-area2 label span {
    padding: 3px 8px 8px 8px;
    background-color: #2e509a;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contactform-area button, .contactform-area2 button {
    text-transform: uppercase;
}

.contactform-area input, .contactform-area2 input {
    border: 2px solid #2e509a;
    background-color: #f8fff7;
    position: relative;
    z-index: 999;
}

.contactform-area textarea, .contactform-area2 textarea {
    border: 2px solid #2e509a;
    background-color: #f8fff7;
    margin-bottom: 15px;
    position: relative;
    z-index: 999;      
}

.contactform-heading span {
    padding: 8px 18px 9px 18px;
    background-color: #fff;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px; 
}

.loading {
    font-size:13px;
    height:20px;
    background:url(../images/loading.gif) 0 3px no-repeat;
    margin:5px 0px 0px 7px;
    padding:0px 0px 0px 23px;
    color:#797979;
}

.success-contact {
    width:40%;
    font-size:13px;
    text-align:center;
    color:#fff;
    background-color:#2e509a;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    clear:both;
    display:block;
    margin:0 auto;
    padding:9px 10px 11px 10px;
    position: relative;
    z-index: 999 !important;
    top: -440px;
}

.success-position {
    width:100%;
    top: -10px !important;
}

.content {
    width:100%;
    padding:40px 0;
}

.table-width5 {width: 5.5%;}
.table-width30 {width: 31.5%;}

.content-position1 {margin:16px 0 0 0;}
.content-position1 h4 { margin-bottom:18px;}
.uppercase {text-transform:uppercase !important;}
.heading-line {width: 100% !important; float: left;}
.heading-line span {border-bottom:2px solid #2e509a; padding-bottom:6px; margin-bottom:11px; float:left;}

#content-carousel .owl-next {
    background:none !important;
    padding: 0px !important;
    position: relative !important;
    top: -307px ;
    margin-right: 10px !important;
    float: right;
}

#content-carousel .owl-prev {
    background:none !important;
    padding: 0px !important;
    position: relative !important;
    top: -307px ;
    margin-right: 30px !important;
    float:right;
}

#content-carousel .owl-next i, #content-carousel .owl-prev i {font-size:14px; color:#d4d4d4;}
#content-carousel .item a h5  {margin-top:18px;}
#content-carousel .item img {height:184px;}

#clientlogo-carousel {
    display: block;  
}

#clientlogo-carousel .owl-next {
    background:none !important;
    padding: 0px !important;
    position: relative !important;
    top: -38px !important;
    margin-right: 10px !important;
    float: right;
}

#clientlogo-carousel .owl-prev {
    background:none !important;
    padding: 0px !important;
    position: relative !important;
    top: -38px !important;
    margin-right: 30px !important;
    float:right;
}

#clientlogo-carousel .owl-next i, #clientlogo-carousel .owl-prev i {font-size:14px; color:#d4d4d4;}

#clientlogo-carousel {margin-left: 0px !important;}

#clientlogo-carousel li {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    margin: 10px 0 20px 0;
    list-style: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

/*IE9 CSS hack*/
#clientlogo-carousel li:nth-of-type(1n) {width: 160px\9; height: 59px\9; }

#clientlogo-carousel li:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
    opacity: 0.9 !important;
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.cs-style-1 figcaption a {margin-top:46% !important; margin-left:3px !important; margin-right:3px !important;}
.cs-style-1 figcaption a {
    width: 34px;
    height: 34px;
    padding: 4px 10px !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    border-radius: 500px !important;
}

#content-carousel .item figcaption a {margin-top:32% !important;}

 /*FF CSS Hack*/
body:last-child .isotope-item .cs-style-1, x:-moz-any-link {margin: -1px;}

.post-info {
    border-top:1px solid #e2e1e1;
}

ul.post-info {padding-top:14px;}

ul.post-info li {
    font-size:11px;
    font-family: "Segoe UI", "helvetica neue", arial, sans-serif;
    margin-right:12px;
    text-transform:uppercase;
    display:inline-block;
}

ul.post-info li a, ul.post-info li a:visited {color:#b3b3b3; text-decoration:none;}

ul.post-info li i {
    margin-right:5px;
    color:#2e509a;
    position:relative;
    top:1px;
}

.big-icon {
    font-size: 240px;
    color: #d4d4d4;
    top: 130px;
    position: relative;
}

.big-icon2 {
    font-size: 240px;
    color: #d4d4d4;
    top: -44px;
    position: relative;
}

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

.subtitle {
    color: #ccc;
    font: 11px Arial;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.progress-bar, .progress-bar div {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.progress-bar.green div {background:#2e509a !important;}
.progress-bar.blue div {background:#3498db !important;}
.progress-bar.yellow div {background:#f1c40f !important;}
.progress-bar.red div {background:#ed4f4f !important;}

.progress-bar div.progress-meter {
background-color:#fff !important;
}

ul.share-social {margin:5px 0 5px 0; float:left;}
ul.share-social li {width:33px; height:33px; background-color:#95a5a6; color:#fff; display:inline-block; margin-right:5px; -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px;}
ul.share-social li i {color:#fff; font-size:16px; margin-left:0px; line-height:33px;}

.panel-icon ul.share-social {margin:0 auto 20px auto; float: none !important;}

.green-text {color: #2e509a;}
.grey-text {color: #b3b3b3;}

.no-box {
    padding: 0px !important;
    background: transparent !important;
    color: #2e509a;
}

.no-box:hover {
    color: #2e509a;
}

.pf-wrapper {
  width: 100%;
  background-color: #f00;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100% !important;
  *zoom: 1; }

    .pf-wrapper:before, .pf-wrapper:after {
    content: " ";
    display: table; }
  .pf-wrapper:after {
    clear: both; }
  .pf-wrapper.collapse > .column,
  .pf-wrapper.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .pf-wrapper.collapse .pf-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .pf-wrapper .pf-wrapper {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .pf-wrapper .pf-wrapper:before, .pf-wrapper .pf-wrapper:after {
      content: " ";
      display: table; }
    .pf-wrapper .pf-wrapper:after {
      clear: both; }
    .pf-wrapper .pf-wrapper.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .pf-wrapper .pf-wrapper.collapse:before, .pf-wrapper .pf-wrapper.collapse:after {
        content: " ";
        display: table; }
      .pf-wrapper .pf-wrapper.collapse:after {
        clear: both; }

.full-pf {
  position: relative;
    width: 100%;
    background-color: #ccc;
}

ul.pf-container {
    margin-bottom: 30px;
}

#pf-filter ul.front-filter {
    width: 100%;
    margin:5px auto 50px auto;
    text-align: center;
    float: none !important;
}

#pf-filter ul {
    margin:20px 0 45px 0;
    padding:0px;
    float: none !important;
}

#pf-filter ul li {
    margin-right:6px;
    font-size:11px;
    text-transform:uppercase;
    list-style:none;
    display:inline-block;
    float: none !important;
}

#pf-filter ul li a {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    padding:9px 15px 10px 15px;
    color:#b6b6b6;
    text-decoration:none;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

#pf-filter ul li a:hover {
    color:#b6b6b6;
    text-decoration:none;
}

#pf-filter ul li a:active, #pf-filter ul li a.selected {
    color:#2e509a;
    text-decoration:none;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(89,186,71,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(89,186,71,1);
    box-shadow: inset 0px 0px 0px 2px rgba(89,186,71,1);
}

button.white2, .button.white2 {
    background-color: transparent !important;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
}
button.white2:hover, button.white2:focus, .button.white2:hover, .button.white2:focus {
    background-color: transparent !important;
}

.company-fact i {
    color: #fff;
}

.company-fact h1 {
    margin: -10px 0 -4px 0;
}

/* Blog Styling */
article {
    margin-bottom: 50px;
}

article h3 {
    margin-bottom: 14px;
    text-transform: uppercase;
}

aside {
    margin-bottom: 40px;
}

aside .heading-line span {
    margin-bottom: 12px;
}

.author-image {
    width: 70px;
    height: 70px;
    margin-top: 9px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    float: right;
}

.author-image img {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.blog-media {
    width: 100% !important;
    margin: 5px 0 20px 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;  
}

.blog-media .mejs-container {
    margin-top: 9px;
    width: 100% !important;
}

.blog-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}

.blog-video iframe {
    background:#dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    margin-top: -20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quote-note {
    background-image:url(../img/testi-bg.gif);
    background-repeat:repeat-y;
    border: solid 1px #dbdcde; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 4px 0 25px 0; 
    padding: 21px 20px 23px 20px;
    position:relative;
    float:left; 
}

.quote-note:after { 
    left: 4px;
    right: 4px;
    bottom: -5px;
    box-shadow: 0 0 2px #ddd;
}

.quote-note, .quote-note:before, .quote-note:after {
    border: 1px solid #dbdcde;
}

.quote-note:before, .quote-note:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 6px;
    right: 6px;
    height: 3px;
    border-top: none;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

form#search {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 30px;
    float: left;
}

form#search input{
    width: 75%;    
    float: left;
}

form#search button {
    width: 38px;
    padding-left: 13px !important;
    margin-left: 10px;
    float: left;
}

.search-fieldset {
    border: none;
    padding: 0px !important;
}

ul.popular-list {
    width:100% !important;
    margin:4px -16px 16px 0px;
    padding-left:0px;
    float:left;
}

ul.popular-list li p.popular-title {
    line-height:32px;
    margin:2px 0px 0px 0px;
}

ul.popular-list li img {
    width:65px;
    height:54px;
    margin:3px 23px 0 0;
    float:left;
}

ul.popular-list li {
    width:100% !important;
    list-style-type:none;
    margin-bottom:10px;
    padding-bottom:10px;
    float:left;
}

ul.popular-list li p.comment-count a, ul.popular-list li p.comment-count a:visited {
    color: #ccc;
    font: 11px Arial;
    text-transform: uppercase;
    letter-spacing: 2px;
    float:left;
}

ul.popular-list li a,ul.popular-list li a:visited {
    color:#b3b3b3;
    text-decoration:none;
}

ul.popular-list li a:hover {
    color:#8c8c8c;
    text-decoration:none;
}

.archive-count {
    position: relative;
    margin-left: 4px;
    top: -2px;
}

.blog-info ul.share-social {
    width: 100%;
    margin:5px auto 50px auto;
    text-align: center;
}

#comment {
    width:100%;
    float:left;
    margin-top: 15px;
    padding:5px 0 8px;
}

#comment ol {
    list-style-type:none!important;
    margin:0;
    padding:10px 0 0;
}

#comment ol li ol {
    margin:0px 0px 20px 80px;
}

.commentlist li {
    position:relative;
    list-style:none;
    line-height:22px;
    list-style-position:outside;
}

.commentlist li small {
    font-size:11px;
    text-transform:uppercase;
}

.commentlist li p {
    margin-top:10px;
}

.avatar {
    width:64px;
    height:64px;
    position:absolute;
    background-color:#e7e7e7;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    top:4px;
    left:0;
}

.avatar img {
    width:64px;
    height:64px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.comment-text {
    background-color:#fcfcfc;
    border: solid 1px #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left:80px;
    width:auto;
    margin-bottom:10px;
    padding:14px 20px 13px 20px;
}

.comment-text h6.subtitle {margin:-4px 0 15px 0 !important; font-size:11px !important;}
a.reply {float:right; margin-top:-30px;}
a.reply:hover {background:#6bce59 !important;}

a.reply, a.reply:visited {
    padding:1px 12px;
    font-size:10px;
    color:#fff;
    text-decoration:none;
    text-transform: uppercase;
    background:#2e509a;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    position:relative;
    top:-20px;
}

#commentform-wrap {
    width:70%;
    margin-top:26px;
    margin-bottom: 26px;
    float:left; 
}

#commentform-wrap fieldset {
    padding:10px 0px 0px 0px !important;
    border:0;
}

form#comment-form label {
    line-height:24px;
    width:38%;
    margin-bottom:0px;
    float:right;
    clear:both;
}

form#comment-form input {
    width:60%;
    margin-bottom:15px;
    float:left; 
}

form#comment-form textarea {
    margin-bottom:15px;
    overflow:hidden;
    float:left; 
}

form#comment-form button {
    text-transform: uppercase;
}

#testi-carousel .testi-image {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 10px auto !important;
    text-align: center !important;
    float: none !important;
}

#testi-carousel .testi-image img {
    width: 80px !important;
    height: 80px !important;
}

#testi-carousel blockquote:before {
    display: none;
}

#testi-carousel blockquote p {
    width: 80%;
    left: -15px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px !important;
    font-style: normal;
    line-height: 28px;
    margin: 0 auto !important;
    position: relative;
}

#testi-carousel .testi-name {
    text-align: center;
    margin: 20px auto 30px auto;
    float: none;
}

.front-testi-wrapper {    
    margin-bottom: -50px;
    margin-right: -9px !important;
}

/*IE10 CSS hack */          
_::-ms-reveal, .front-testi-wrapper {z-index: 300; position: relative;}

/*IE9 CSS hack*/
.front-testi-wrapper:nth-of-type(1n) { z-index: 300\9; position: relative\9; }

.front-testi {
    height: 330px;
}

.front-testi .testi-image {
    margin-left: 30px;
    position: relative;
    z-index: 800;
}

.front-testi .testi-name {
    color: #fff;
    position: relative;
    z-index: 800;
}

.front-testi:before {
    width: 100%;
    height: 100%;
    background:rgba(149,164,167,0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    display: block;
    position: relative;
    z-index: 799;
}

.front-testi.green:before {background:rgba(89,186,71,0.75) !important;}
.front-testi.blue:before {background:rgba(74,156,214,0.75) !important;}
.front-testi.orange:before {background:rgba(242,123,31,0.75) !important;}

.front-testi blockquote {
    margin-top: -63%;
    padding: 30px 30px 0px 30px;
    position: relative;
    z-index: 800;
}

.front-testi blockquote:before {
    display: none;
}

.front-testi blockquote p {
    width: 100%;
    color: #fff;
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
    line-height: 28px; 
}

#img-testi1 {  
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: url(../img/sample/bg_testi1.jpg) no-repeat;
  background-size: 100% 100%;
}

#img-testi2 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: url(../img/sample/bg_testi2.jpg) no-repeat;
  background-size: 100% 100%;
}

#img-testi3 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: url(../img/sample/bg_testi3.jpg) no-repeat;
  background-size: 100% 100%;
}

#img-testi4 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: url(../img/sample/bg_testi4.jpg) no-repeat;
  background-size: 100% 100%;
}

/* Pricing Styling */
.pricing-table {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.pricing-table .title {
    height: 120px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 23px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pricing-table .cta-button {
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pricing-table .price {
    width: 120px;
    height: 120px;
    margin: -62px auto 0 auto;
    background-color: #f6f6f6;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    padding: 33px 0 0 0;
    text-align: center;
    color: #737373;
    font-weight: 300;
    font-size: 36px;
}

.pricing-table .price .currency {
    font-size:16px;
    margin-left: -8px;
    margin-right: -4px;
    position: relative;
    top: -13px;
}

.pricing-table .price small {
    width: 100%;
    margin-top: 5px;
    font-size:12px;
    float: left;
}

.pricing-table .description,
.pricing-table .bullet-item {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
}

.pricing-table .title.green {background-color:#2e509a; margin:-1px -1px 0 -1px;}
.pricing-table .title.blue {background-color:#3498db; margin:-1px -1px 0 -1px;}
.pricing-table .title.red {background-color:#e74c3c; margin:-1px -1px 0 -1px;}
.pricing-table .title.yellow {background-color:#f1c40f; margin:-1px -1px 0 -1px;}

ul.payment-list li img {
width:64px;
height:42px;
}

/* Promo box Styling */
.promo-button i {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  padding: 1px 0 0 0.4px;
  background: #fff;
  color: #95a5a6;
  font-size: 11px;
  top: 0px;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}

/* Footer Styling */
#footer1 {
    padding: 40px 0 30px 0;
    border-top: 4px solid #ececec;
    background: #f3f3f3 url(../img/bg_footer.jpg) no-repeat top center;
}

#footer1 .share-social {
    width:100%;
    position: relative;
    top: -68px;
    right: -5px;
    z-index: 889;
}

#footer1 .share-social li {
    width: 43px;
    height: 43px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    border: 4px solid #ececec;
}

#footer1 .share-social li i {
    margin-left:10px; 
    line-height:34px;
}

.fb-color {background-color: #3c5a9a !important;}
.tw-color {background-color: #1ca9e1 !important;}
.gplus-color {background-color: #ca3e2d !important;}
.drb-color {background-color: #ea4c89 !important;}


.footer-menu ul {
    width: 100%;
    margin-top: -34px;
    text-align: right;
}

.footer-menu ul li {
    font-size: 15px;
    margin-left: 37px;
    display:inline-block;
}

.footer-menu ul li a, .footer-menu ul li a:visited {
    color: #fff;
    text-decoration: none;
}

/* Timeline Styling */
.timeline > li .timeline-time.green span {background-color: #2e509a !important;}
.timeline > li .timeline-body.green {background-color: #2e509a !important;}
.timeline > li .timeline-body.green:after {border-right-color: #2e509a;}
.timeline > li .timeline-icon.green {background-color: #2e509a !important;}
.timeline > li:hover .timeline-icon.green {
  -webkit-box-shadow: 0 0 0 8px #7ed26f;
  -moz-box-shadow: 0 0 0 8px #7ed26f;
  box-shadow: 0 0 0 8px #7ed26f;
}

.timeline > li .timeline-time.grey2 span {background-color: #b2c2c3 !important;}
.timeline > li .timeline-body.grey2 {background-color: #b2c2c3 !important;}
.timeline > li .timeline-body.grey2:after {border-right-color: #b2c2c3;}
.timeline > li .timeline-icon.grey2 {background-color: #b2c2c3 !important;}
.timeline > li:hover .timeline-icon.grey2 {
  -webkit-box-shadow: 0 0 0 8px #d3dcdd;
  -moz-box-shadow: 0 0 0 8px #d3dcdd;
  box-shadow: 0 0 0 8px #d3dcdd;
}

/* Reva tabs Styling */
.reva-tabs .resp-tabs-container:before {
    -webkit-box-shadow:0 0 25px rgba(0,0,0,0) !important;
    -moz-box-shadow:0 0 25px rgba(0,0,0,0) !important;
    box-shadow:0 0 25px rgba(0,0,0,0) !important;
}

.reva-tabs2 .resp-tabs-container:before {
    -webkit-box-shadow:0 0 25px rgba(0,0,0,0) !important;
    -moz-box-shadow:0 0 25px rgba(0,0,0,0) !important;
    box-shadow:0 0 25px rgba(0,0,0,0) !important;
}

.reva-tabs2 .resp-tabs-container {
    border-left: 2px solid #fff;
    background: transparent !important;
}

.reva-tabs2 .resp-tabs-container i {    
    font-size: 84px;
    color: #fff;
    position: relative;
    top: 30px;
}

.reva-tabs ul.resp-tabs-list {
    width:35% !important;
    margin:36px auto 0 auto !important;
}

.reva-tabs2.resp-vtabs-left .resp-tabs-list li {
    border: none !important;
    background: transparent !important;
    font-family: "Varela", "Open Sans", "Helvetica", sans-serif;
    font-size: 14px;
    padding: 8px 15px !important;
    color: #fff;
}

.reva-tabs2.resp-vtabs-left .resp-tabs-list li .circle-border {
    position: relative;
    top: -6px;
}

.reva-tabs2.resp-vtabs-left li.resp-tab-active {
    border: none !important;
    border-right: none;
    background-color: transparent !important;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 8px 15px 8px 14px !important;
}

.reva-tabs .resp-tabs-list li {
    width:50px;
    height:50px;
    background-color: #95a5a6;
    margin:0 15px 27px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15);
    border: none !important;
}

.reva-tabs .resp-tabs-list li i {
    font-size: 22px;
    line-height:24px;
    margin-left:-6px;
    color:#FFFFFF;   
}

.reva-tabs .resp-tabs-list li.green-color {background-color: #2e509a;}
.reva-tabs .resp-tabs-list li.blue-color {background-color: #3498db;}
.reva-tabs .resp-tabs-list li.yellow-color {background-color: #f1c40f;}
.reva-tabs .resp-tabs-list li.red-color {background-color: #e74c3c;}

.reva-tabs .resp-tab-active {border : none; background-color: #95a5a6 !important;}
.reva-tabs .resp-tab-active.green-color {background-color: #2e509a !important;}
.reva-tabs .resp-tab-active.blue-color {background-color: #3498db !important;}
.reva-tabs .resp-tab-active.yellow-color {background-color: #f1c40f !important;}
.reva-tabs .resp-tab-active.red-color {background-color: #e74c3c !important;}

.reva-tabs .resp-tab-active:after {
    width: 18px !important;
    height: 18px !important;
    background: #fff;
    content: '';
    position: absolute;
    margin:32px 0 0 -9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* reva tab accordion */
.reva-tabs h2.resp-accordion { background-color: #95a5a6 !important; }
.reva-tabs h2.resp-accordion.green-color { background-color: #2e509a !important; }
.reva-tabs h2.resp-accordion.blue-color { background-color: #3498db !important; }
.reva-tabs h2.resp-accordion.yellow-color { background-color: #f1c40f !important; }
.reva-tabs h2.resp-accordion.red-color { background-color: #e74c3c !important; }

/*FF CSS Hack*/
body:last-child .reva-tabs .resp-tab-active:after, x:-moz-any-link {margin:63px 0 0 -20px;}

/*IE10 CSS hack */          
_::-ms-reveal, .reva-tabs .resp-tab-active:after {margin:63px 0 0 -20px;}

.reva-tabs .resp-tabs-container {
    background-color: #ebeeef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15);
}

.reva-tabs .resp-tabs-container h1, .reva-tabs .resp-tabs-container h2, .reva-tabs .resp-tabs-container h3,
.reva-tabs .resp-tabs-container h4, .reva-tabs .resp-tabs-container h5, .reva-tabs .resp-tabs-container h6 {
    color: #333;   
}

.reva-tabs .resp-tab-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
    text-align:left;
    border:none;
}

.reva-tabs .reva-tabs-title {
    width:109.1%;
    margin:-17px -40px 35px -40px;
    padding:15px 20px 1px 20px;
    background-color:#fff;
    text-align:center;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    float:left;
}

.reva-tabs .reva-tabs-title h4 {
    margin-bottom:0px;
}

.img-reva-tabs1 {
  margin:5px 40px -15px -40px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  
}
.img-reva-tabs2 {
  margin:5px -40px -15px 40px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

ul.reva-tabs-fancybox li {
    width:128px;
    height:70px;
    margin:10px 18px 0 0;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(179,179,179,0.4);
    -moz-box-shadow: 0px 0px 4px 2px rgba(179,179,179,0.4);
    box-shadow: 0px 0px 4px 2px rgba(179,179,179,0.4);
    display:inline-block;
}

ul.reva-tabs-fancybox li img {
    width:128px;
    height:70px;
}

ul.reva-tabs-fancybox li:last-child {
    margin-right:0px !important;
}

.resp-vtabs-left .resp-tabs-list li {padding: 10px 15px !important; margin-bottom: -1px; border: 1px solid #ddd; border-right: none; background-color: #fff;}
.resp-vtabs-left li.resp-tab-active {padding: 10px 15px 11px 14px !important; background-color: #fafafa !important;}

.resp-vtabs-right .resp-tabs-list li {padding: 10px 15px !important; margin-bottom: -1px; border: 1px solid #ddd; border-left: none; background-color: #fff;}
.resp-vtabs-right li.resp-tab-active {padding: 10px 14px 11px 15px !important; background-color: #fafafa !important;}

.resp-tabs-bottom .resp-tabs-list li {padding: 11px 20px !important; margin-right: -1px; border: 1px solid #ddd; border-top: none; background-color: #fff;}
.resp-tabs-bottom li.resp-tab-active {padding: 12px 20px 11px 20px !important; margin-top: -1px; background-color: #fafafa !important;}

.resp-tabs-list li {padding: 11px 20px !important; margin-right: -1px; border: 1px solid #ddd; border-bottom: none; background-color: #fff;}
li.resp-tab-active {padding: 11px 20px 12px 20px !important; background-color: #fafafa !important;}

.large-12.columns .resp-vtabs-left ul.resp-tabs-list {width: 18%;}
.large-12.columns .resp-vtabs-left .resp-tabs-container {width: 82%;}
.large-12.columns .resp-vtabs-left .resp-tabs-container:before {width: 72%;}


/* General Icons List */
ul.icons-list-flaticon i {width:49px !important; height:49px!important; background-size:44px 44px !important;}

ul.icons-list li, ul.icons-list-webhostinghub li, ul.icons-list-flaticon li {
height:64px;
font-size: 20px;
margin-bottom: 25px;
padding: 12px 12px 11px 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

ul.icons-list li i {
width:100% !important;
color:#5e5e5e;
margin-bottom:8px;
font-size:32px;
text-align:center;
float:left;
}

ul.icons-list-webhostinghub li i {
width:100% !important;
color:#5e5e5e;
margin:-20px 0px -2px 0px;
font-size:32px;
text-align:center;
float:left; 
}

ul.icons-list-flaticon li i {
color:#5e5e5e;
margin:-8px 0 -1px 0;
position:relative;
left:30%;
float:left; 
}

ul.icons-list li span, ul.icons-list-webhostinghub li span, ul.icons-list-flaticon li span {
width:100% !important;
padding:3px 5px 4px 5px;
font:10px consolas, monospace;
text-align:center;
background: #fafafa;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float:left;
}

/* scroll up style */
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #95A5A6;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
} 

#scrollUp:hover {
  background:#59BA47;
} 

#scrollUp i {
  position: relative;
  top: 7px;
  left: -1px;
}  
		
		
#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	height:50px;
	width:50px;
	 display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  z-index: 10000;
  }
		