@font-face {
	font-family: 'lato-regular';
	src: url('../fonts/lato-regular.eot');
	src: url('../fonts/lato-regular.eot') format('embedded-opentype'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype'), url('../fonts/lato-regular.svg#lato-regular') format('svg');
}
@font-face {
	font-family: 'lato-bold';
	src: url('../fonts/lato-bold.eot');
	src: url('../fonts/lato-bold.eot') format('embedded-opentype'), url('../fonts/lato-bold.woff') format('woff'), url('../fonts/lato-bold.ttf') format('truetype'), url('../fonts/lato-bold.svg#lato-bold') format('svg');
}
@font-face {
	font-family: 'lato-light';
	src: url('../fonts/lato-light.eot');
	src: url('../fonts/lato-light.eot') format('embedded-opentype'), url('../fonts/lato-light.woff') format('woff'), url('../fonts/lato-light.ttf') format('truetype'), url('../fonts/lato-light.svg#lato-light') format('svg');
}
@font-face {
	font-family: 'lato-regular';
	src: url('../fonts/lato-regular.eot');
	src: url('../fonts/lato-regular.eot') format('embedded-opentype'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype'), url('../fonts/lato-regular.svg#lato-regular') format('svg');
}
@font-face {
	font-family: 'lato-black';
	src: url('../fonts/lato-black.eot');
	src: url('../fonts/lato-black.eot') format('embedded-opentype'), url('../fonts/lato-black.woff') format('woff'), url('../fonts/lato-black.ttf') format('truetype'), url('../fonts/lato-black.svg#lato-black') format('svg');
}
@font-face {
	font-family: 'dosis-extralight';
	src: url('../fonts/dosis-extralight.eot');
	src: url('../fonts/dosis-extralight.eot') format('embedded-opentype'), url('../fonts/dosis-extralight.woff') format('woff'), url('../fonts/dosis-extralight.ttf') format('truetype'), url('../fonts/dosis-extralight.svg#dosis-extralight') format('svg');
}
@font-face {
	font-family: 'dosis-medium';
	src: url('../fonts/dosis-medium.eot');
	src: url('../fonts/dosis-medium.eot') format('embedded-opentype'), url('../fonts/dosis-medium.woff') format('woff'), url('../fonts/dosis-medium.ttf') format('truetype'), url('../fonts/dosis-medium.svg#dosis-medium') format('svg');
}

html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'lato-regular', Arial, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 1.7;
}
hr {
	max-width: 50px;
	border-color: #f05f40;
	border-width: 3px;
}
hr.light {
	border-color: #fff;
}
a {
	color: #FFF;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
a:hover, a:focus {
	color: #007fa7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'lato-regular', Arial, sans-serif;
}
p {
	margin-bottom: 20px;
}
.btn {
}
.bg-primary {
	background-color: #f05f40;
}
.bg-dark {
	color: #ccc;
	background-color: #222;
}
.bg-gray {
	background-color: #f4f4f4;
}
.bg-darkgray {
	background-color: #eaeaea;
}
.bg-gray h2, .bg-darkgray h2 {
	color: #111;
}
.text-faded {
	color: rgba(255,255,255,.7) !Important;
}
section {
	padding: 80px 0;
}
aside {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.navbar-default {
	/*border-color:rgba(34,34,34,.05);*/
	/*background-color:#fff;*/
	background: none;
}
nav.affix {
	border-color: rgba(34,34,34,.05);
	background-color: rgba(0,64,101, 0.6);
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 12px 15px;
	font-size: 18px;
	line-height: 20px;
}
.affix-top .navbar-brand {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.affix .navbar-brand {
	visibility: visible !important;
	opacity: 1;
}
.navbar {
	border: none;
}
nav.affix-top li>a>img {
	max-height: 50px;
}
nav.affix-top li>a {
	font-size: 14px;
}
nav.affix .navbar-nav {
	margin-top: 10px;
}
nav.affix li>a {
	font-size: 13px;
}
.nav>li {
	text-align: center;
}
.navbar-nav>li>a {
	padding: 5px 12px;
}
nav.affix-top {
	margin-top: 35px;
}
nav.affix .navbar-brand {
	padding: 9px 15px;
}
.navbar-default .navbar-header .navbar-brand {
	text-transform: uppercase;
	font-weight: 700;
	color: #f05f40;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
	color: #eb3812;
}
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'lato-regular';
	color: #222;
	letter-spacing: 0.8px;
	display: inline-block;
}
.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover {
	color: #f05f40;
}
.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus {
	color: #f05f40!important;
	background-color: transparent;
}
.navbar-default .nav>li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover {
	background-color: transparent;
}

@media(min-width:768px) {
.navbar-default {
	border: 0;/*background-color:rgba(255,255,255,0.98);
		box-shadow:0 1px 0px rgba(0,0,0,0.03);*/
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
	color: #333;
}
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
	color: #333;
}
.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover {
	color: #333;
}
.navbar-default.affix .navbar-header .navbar-brand {
	color: #f05f40;
}
.navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
	color: #eb3812;
}
.navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus {
	color: #222;
}
.navbar-default.affix .nav>li>a:hover, .navbar-default.affix .nav>li>a:focus:hover {
	color: #f05f40;
}
}
.section-heading {
	margin-top: 0;
	line-height: 1.4;
	font-size: 27px;
	color: #444444;
}
.service-box {
	margin: 50px auto 0;
	max-width: 400px;
}

@media(min-width:992px) {
.service-box {
	margin: 20px auto 0;
}
}
.service-box p {
	margin-bottom: 0;
}
.portfolio-box {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 650px;
}
.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	opacity: 0;
	background: rgba(240,95,64,.9);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-family: 'lato-regular';
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}

@media(min-width:768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 22px;
}
}
.call-to-action h2 {
	margin: 0 auto 20px;
}
.text-primary {
	color: #f05f40;
}
.no-gutter>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.btn-default {
	border: none;
	border-bottom: solid 1px #f5f6f6;
	border-top: solid 1px #f5f6f6;
	color: #313131;
	background-color: #ffffff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	border-color: #ededed;
	color: #222;
	background-color: #f2f2f2;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	border-color: #fff;
	background-color: #fff;
}
.btn-default .badge {
	color: #fff;
	background-color: #222;
}
.btn-primary {
	border-color: #f05f40;
	color: #fff;
	background-color: #f05f40;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	border-color: #ed431f;
	color: #fff;
	background-color: #ee4b28;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	border-color: #f05f40;
	background-color: #f05f40;
}
.btn-primary .badge {
	color: #f05f40;
	background-color: #fff;
}
.btn {
	border: 0;
	border-radius: 300px;
	text-transform: uppercase;
	font-family: 'lato-regular', Arial, sans-serif;
	font-weight: 700;
}
.btn-xl {
	padding: 15px 30px;
}
::-moz-selection {
 text-shadow:none;
 color:#fff;
 background:#222;
}
::selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}
img::selection {
	color: #fff;
	background: 0 0;
}
img::-moz-selection {
 color:#fff;
 background:0 0;
}
body {
	webkit-tap-highlight-color: #222;
}
.carousel-caption {
	top: 25%;
}
.main-container {
	padding: 40px 15px;
}
.skyblue {
	background-color: #22c8ff;
}
.deepskyblue {
	background-color: #00bfff;
}
.darkerskyblue {
	background-color: #00a6dd;
}
.carousel-indicators {
	bottom: 50;
}
.intro .carousel-control.right, .intro .carousel-control.left {
	background-image: none;
	display: none;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	margin: 0;
}
.intro .item {
	min-height: 730px;
	height: 100%;
	width: 100%;
	background-size: cover;
}
.carousel-caption h1 {
	font-size: 90px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 3px;
	font-family: 'lato-regular';
}
.carousel-caption h2 {
	font-size: 30px;
	font-family: 'lato-light';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.carousel-caption h3 {
	font-family: 'lato-light';
	letter-spacing: 1px;
	font-size: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.carousel-caption h4 {
	font-family: 'lato-regular' !important;
	letter-spacing: 1px;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
}
.carousel-caption b {
	font-weight: 100 !important;
}
b {
	font-family: 'lato-regular' !important;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em;
}
/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.carousel-control, .carousel-caption {
	text-shadow: none;
}
.carousel-caption .btn {
	margin-top: 10px;
	font-size: 11px;
	padding: 17px 20px;
	margin-left: 5px;
	margin-right: 5px;
	min-width: 150px;
	text-align: center;
}
.btn {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 3px;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-ghost {
	border: 1px solid #eee;
	color: #fff;
	background: 0;
}
.btn-ghost:hover {
	background: #fff;
}
.btn-white {
	background-color: #fff;
	border: 1px solid #fff;
	color: #222;
}
.btn-round {
	border-radius: 300px;
	border: 0;
	font-weight: 700;
}
.btn-round:hover {
	border-radius: 300px;
}
.equal-heights .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}
.equal-heights .box {
	padding: 60px;
}
.w-middle {
	transform-style: preserve-3d;
}

@media(min-width:780px) {
.w-middle .box {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
}
.box h2 {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 0;
}
.equal-heights img {
	max-width: 100%;
	height: auto;
	width: 100%;
	display: block;
}
.iconbox {
	display: inline-block;
	width: 80px;
	height: 80px;
	color: #fff;
	border-radius: 50%;
	line-height: 90px;
}
.teambox h2 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 20px 5px 20px;
	text-align: center;
}
.teambox p {
	margin: 0;
	padding: 0px 20px 15px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}
.team-social a {
	background: rgba(0,0,0,0.05);
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 4px;
}
.team-social {
	padding: 0 20px 20px 20px;
	text-align: center;
}
.overlay-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #222
}
.port-zoom-link p {
	width: 100%;
}
.overlay-image .mask, .overlay-image .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.view-overlay img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}
.view-overlay .mask {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}
.port-zoom-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0 20px;
	align-items: center;
	display: flex;
}
.view-overlay:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}
.view-overlay:hover .mask {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}
/* Carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;/* Control buttons *//* Previous button */
	/* Next button */
	/* Changes the position of the indicators */
	/* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-control.left {
	left: 0px;
}
#quote-carousel .carousel-control.right {
	right: 0px;
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
	border: 0;
	border-radius: 50px;
	opacity: 0.4;
	overflow: hidden;
	transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
	width: 120px;
	height: 120px;
	border-radius: 100px;
	border-color: #f33;
	opacity: 1;
	overflow: hidden;
}
.carousel-inner {
	min-height: 300px;
}
.item blockquote {
	border-left: none;
	margin: 0;
	font-size: 24px;
	line-height: 1.6;
	padding: 0 0px 145px 0;
	font-weight: 300;
	font-family: Georgia;
	font-style: italic;
	color: #222;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.parallax-image {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.background-image {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.wrapsection {
	padding: 0px 0;
	position: relative;
	margin: 0px 0;
}
.parallax-content {
	position: relative;
	z-index: 4;
	padding: 45px 0;
}
.parallax .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.0;
	z-index: 2;
}
.funfacts .icon {
	font-size: 40px;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 10px;
	clear: both;
	color: #fff;
	border: 0;
	background: rgba(0,0,0,0.2);
}
.funfacts .icon a {
	color: #fff;
}
.funfacts .counter {
	font-size: 70px;
	color: #fff;
	font-weight: 700;
}
.funfacts h4 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 22px 0 0;
	position: relative;
	letter-spacing: 1px;
	color: #fff;
}
/*=========================*/
/* Pricing */
/*=========================*/
.wow-pricing-table {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.wow-pricing-table div {
	list-style: none;
}
.wow-pricing-table>div {
	list-style: none;
	text-shadow: none;
	margin-bottom: 0px;
	border: 1px solid #eee;
	margin: 0px 15px;
}
.wow-pricing-table>div.featured {
	z-index: 1;
}
.wow-pricing-table>div.featured {
}
.wow-pricing-table>div.featured .wow-pricing-header {
	background-color: #f05f40;
}
.wow-pricing-table:hover {
	margin-top: -5px;
}
.wow-pricing-table .wow-pricing-header {
	text-align: center;
	padding: 20px 0 10px 0;
	background-color: #333;
}
.wow-pricing-table .wow-pricing-header h5 {
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 0 20px 0px;
}
.wow-pricing-table .wow-pricing-cost {
	color: #fff;
	font-size: 1.500em;
	line-height: 1em;
	padding-top: 15px;
	background: #333;
}
.wow-pricing-table .wow-pricing-per {
	font-size: 0.786em;
	color: #fff;
	background-color: #333;
	padding-bottom: 10px;
}
.wow-pricing-table .wow-pricing-content {
	background: #fff;
	text-align: center;
}
.wow-pricing-table .wow-pricing-content ul {
	margin: 0 !important;
	list-style: none !important;
	padding-left: 0;
}
.wow-pricing-table .wow-pricing-content ul li {
	margin: 0 !important;
	padding: 10px 20px !important;
	border-bottom: 1px solid #eee;
	list-style: none !important;
	color: #555;
}
.wow-pricing-table .wow-pricing-content ul li:nth-child(2n+2) {
	background: #F9F9F9;
}
.wow-pricing-table .wow-pricing-button {
	background: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 35px 20px 35px;
}
.wow-pricing-table .wow-pricing-button .wow-button {
	float: none;
	margin: 0 auto;
	background: #333;
	color: #fff;
	border-radius: 3px;
	padding: 12px 22px 14px;
}
.featured .wow-pricing-per, .featured .wow-pricing-cost, .featured .wow-pricing-button .wow-button, .buttoncolor {
	background-color: #f05f40;
}
/*=========================*/
/* Timeline */
/*=========================*/
#tline {
	padding-bottom: 60px;
}
.tline-holder {
	margin: 0 auto;
	padding: 0px;
	padding-top: 20px;
	width: 100%;
	position: relative;
	overflow: hidden;
	list-style: none;
}
.tline-holder:before {
	background: #e4e4e4;
	content: "";
	left: 50%;
	top: 20px;
	bottom: 0px;
	position: absolute;
	width: 1px;
	margin-left: -1px;
	height: 9999px;
}
ul .tline-holder>li {
	width: 100%;
	float: left;
	display: inline-block;
}
.tline-item-content {
	width: 61.5%;
}
.tline-item-txt {
	position: relative;
	padding: 20px;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin-top: -20px;
}
.tline-item-txt h3 {
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 10px;
	font-weight: 700;
	color: #333;
}
.tline-item-txt .meta {
	color: #999;
}
.tline-item-left .tline-item-content:hover .date-icon, .tline-item-right .tline-item-content:hover .date-icon {
	-webkit-animation: pulse .3s;
	animation: pulse .3s;
}
.tline-item-left {
	float: left;
	position: relative;
}
.tline-item-left .tline-item-content {
	float: left;
}
.tline-item-left .tline-item-txt {
	margin-right: 60px;
}
.tline-item-left .date-icon {
	margin-right: -20px;
	float: right;
	background-color: #303543;
	color: #fff;
}
.tline-item-right {
	float: right;
	position: relative;
}
.tline-item-right .tline-item-content {
	float: right;
}
.tline-item-right .tline-item-txt {
	margin-left: 60px;
}
.tline-item-right .date-icon {
	margin-left: -20px;
	float: left;
}
.tline-item-txt:before, .tline-item-txt:after {
	content: " ";
	position: absolute;
	top: 24px;
	display: block;
	width: 0;
	height: 0;
	border-top: solid 15px transparent;
	border-bottom: solid 15px transparent;
}
.tline-item-left .tline-item-txt:before, .tline-item-left .tline-item-txt:after {
	right: -18px;
	border-left: solid 20px #fff;
}
.tline-item-left .tline-item-txt:before {
	right: -20px;
	border-left-color: #e4e4e4;
}
.tline-item-right .tline-item-txt:before, .tline-item-right .tline-item-txt:after {
	left: -18px;
	border-right: solid 20px #fff;
}
.tline-item-right .tline-item-txt:before {
	left: -20px;
	border-right-color: #e4e4e4;
}
.date-icon {
	text-align: center;
	padding-top: 12px;
	width: 40px;
	height: 40px;
	background-color: #ee4b28;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #fff;
}
.tline-start {
	width: 100%;
	float: left;
	padding: 0px;
	position: relative;
}
.tline-start-content {
	text-align: center;
}
.tline-start .tline-start-icon {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 12px;
	height: 12px;
	background: #e4e4e4;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.regularform input, .regularform textarea {
	margin-bottom: 15px;
	padding: 9px 15px;
	border: 1px solid #ddd;
	font-size: 12px;
}
.regularform input[type=submit] {
	border: 0;
}
.regularform textarea {
	height: 150px;
}
.regularform input.norightborder {
	border-right: 0;
}
.done {
	display: none;
}
.social-icons a {
	color: white;
	margin: 20px;
}
.social-icons a:hover {
	color: #e9e9e9;
}
.social-icons {
	margin-top: 30px;
}
h1.bottombrand {
	font-family: "Mrs Sheppards";
	color: #fff;
	font-size: 60px;
	margin-top: 0;
}
h1.bottombrand:first-letter {
	color: #f05f40;
}
input.error, textarea.error {
	border: 1px solid red;
}
#bgvid {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transition: 1s opacity;
}
.logo-link {
	text-align: center;
	display: inline-block;
}
.logo-link img {
	max-width: 100%;
}
.carousel-indicators {
	display: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.arrow_slider {
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
#sticky-social {
	margin-left: -130px;
	position: fixed;
	top: 250px;
	list-style-type: none;
	z-index: 5000;
}
#sticky-social li {
	margin-bottom: 19px;
	display: block;
}
#about .section-heading {
	font-family: 'lato-regular';
}
#about {
	background-color: #FFF;
}
.features {
	background-color: #FFF;
}
#about h3 {
	font-size: 20px;
	font-family: 'lato-regular';
	line-height: 24px;
	color: #252525;
	margin-bottom: 45px;
	letter-spacing: 1.5px;
}
#about .box h3 {
	font-size: 24px;
	font-family: 'lato-bold';
	color: #252525;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#about h3 img {
	vertical-align: top;
	margin-right: 12px;
	display: inline-block;
}
#about p {
	color: #000;
	font-size: 14px;
	padding-right: 20px;
}
#hosting {
	min-height: 730px;
}
#hosting h2 {
	font-size: 27px;
	font-family: 'lato-regular';
	color: #444444;
	text-align: center;
}
#hosting table {
	width: 99%;
}
#hosting th {
	font-size: 18px;
	color: #b93801;
	font-family: 'lato-bold';
	text-align: center;
}
#hosting th p {
	font-size: 18px;
	font-family: 'lato-black';
	margin: 5px 0 0 0;
}
.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #e3f3f3;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #FFF;
}
.table>tbody>tr>td {
	border: 1px solid #000;
	color: #000000;
	font-size: 14px;
	font-family: 'lato-regular';
	padding: 11px 8px;
}
.table>thead>tr>th {
	border: none;
}
.table-grid {
	padding-right: 60px;
}
.paypal-button {
	float: right;
}
#hosting {
	padding-top: 60px;
	padding-bottom: 60px;
}
.learn-more {
	background-color: #007fa7;
	text-align: center;
	padding: 30px 0 50px 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.learn-more:hover {
	background-color: #444444;
}
.learn-more h2 {
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 27px;
	font-weight: 400;
	letter-spacing: 2px;
}
.learn-more input[type="text"] {
	float: right;
	font-family: "Open Sans";
	font-size: 18px;
	color: #000;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	padding: 0 10px;
	width: 311px;
}
.learn-more input[type="image"] {
	float: left;
}
.features h3 {
	font-size: 30px;
	font-family: 'lato-light';
	color: #000000;
	text-transform: uppercase;
	padding: 0 45px;
	text-align: right;
	line-height: 40px;
	margin-top: 50px;
}
img {
	max-width: 100%;
}
b {
	font-family: 'lato-bold' !important;
}
.features ul li#easy-uploads span {
	/*Using a Bootstrap glyphicon as the bullet point*/
	background-image: url(../img/icons/easy-uploads.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	visibility: hidden;
	animation-delay: 0.1s;
}
.features ul li#unlimited-users span {
	/*Using a Bootstrap glyphicon as the bullet point*/
	background-image: url(../img/icons/unlimited-users.png);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}
.features ul li#time-tracking span {
	/*Using a Bootstrap glyphicon as the bullet point*/
	background-image: url(../img/icons/time-tracking.png);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}
.features ul li#best-performance span {
	/*Using a Bootstrap glyphicon as the bullet point*/
	background-image: url(../img/icons/best-performance.png);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}
.features ul li#cloud-sharing span {
	/*Using a Bootstrap glyphicon as the bullet point*/
	background-image: url(../img/icons/cloud-sharing.png);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}
.features ul li#support span {
	/*Using a Bootstrap glyphicon as the bullet point*/
	background-image: url(../img/icons/support.png);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}
.features ul li#high-security span {
	/*Using a Bootstrap glyphicon as the bullet point*/
	background-image: url(../img/icons/high-security.png);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}
.features ul li#social-media span {
	/*Using a Bootstrap glyphicon as the bullet point*/
	background-image: url(../img/icons/social-media.png);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}
.features .col-md-7 {
	padding-left: 30px;
}
.features ul {
	padding: 0;
}
.features ul li {
	padding-left: 60px;
	position: relative;
	list-style: none;
	margin-bottom: 30px;
}
.features ul li h4 {
	font-family: 'lato-bold';
	font-size: 13px;
	color: #323232;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 7px;
}
.features ul li p {
	font-size: 14px;
	color: #000;
	font-family: 'lato-regular';
}
#help {
	min-height: 605px;
}
.circle {
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 38px;
	-moz-border-radius: 19px; /* or 50% */
	border-radius: 19px; /* or 50% */
	background-color: #00c2ff;
	text-align: center;
	font-size: 2em;
	margin-top: 52px;
}
#help .btn {
	font-size: 19px;
	color: #FFF;
	text-transform: capitalize !important;
	font-family: "Open Sans";
	border: solid 1px #FFF !important;
	background-color: #b93801 !important;
}
.first-btn .circle {
	float: right;
}
.first-btn .btn {
	padding: 20px 10px;
	float: left;
}
.second-btn .btn {
	padding: 20px 45px;
	float: right;
}
.second-btn .circle {
	float: left;
}
.first-btn {
	margin-left: -340px;
	display: inline-block;
}
.second-btn {
	margin-left: 240px;
	display: inline-block;
}
#help h2 {
	color: #ffffff;
	font-family: 'lato-regular';
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-left: -83px;
	margin-top: 40px;
}
#contact {
	padding: 40px 0;
	background-color: #FFF;
}
#contact p {
	margin-top: 90px;
	color: #565656;
	font-size: 24px;
	font-family: 'lato-regular';
	text-transform: uppercase;
	padding-left: 30px;
}
#contact h2 {
	color: #222222;
	font-family: 'lato-regular';
	font-size: 19px;
}
#contact label {
	font-family: "Open Sans";
	font-size: 12px;
	color: #000;
	font-weight: 600;
	padding: 0 0 5px 0;
}
#contact form span {
	line-height: 14px;
	color: #c15223;
	display: inline-block;
	vertical-align: middle;
}
.regularform input[type=submit] {
	text-transform: uppercase;
	font-size: 13px;
	padding: 16px 50px;
	color: #fcfcfc;
	background-color: #b93801;
	margin-left: 150px;
}
#social-footer {
	background-color: #222222;
	padding: 35px 0;
}
#social-footer ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
#social-footer ul li a img {
	width: 33px;
}
#footer {
	background-color: #333333;
	padding: 8px 0;
	border-top: solid 1px #444444;
	line-height: 20px;
}
#footer p {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 11px;
	font-family: 'lato-regular';
	padding-top: 3px;
}
#footer ul li {
}
#footer ul {
	list-style: none;
	float: left;
}
#footer ul li {
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	font-family: 'lato-regular';
	border-right: 1px solid #444444;
	padding: 0 10px;
}
#logo {
	max-width: 115px;
}
#logo-slider {
	max-width: 380px;
}
.nav>li>a>p {
	font-family: 'dosis-extralight';
	color: #FFF;
	text-transform: capitalize;
	margin: 5px 0 0 0;
}
.affix #logo {
	max-width: 100px;
}
.affix li>a {
	padding: 3px 12px;
}
.affix li>a>img {
	max-height: 35px;
}
#hosting .panel-heading .panel-title {
	color: #01a2d5;
	font-size: 30px;
	font-family: "Open Sans";
	font-weight: 600;
    text-transform: uppercase;
	    margin-top: 32px;
}
#hosting .panel-heading  .panel-title img{
	margin-right:25px;
	margin-bottom: 10px;
}
#hosting .panel-heading .reseller-hosting .panel-title img{
	max-width:52px;
}
#hosting .panel-heading .virtual-hosting .panel-title img{
	max-width:65px;
}
#hosting .panel-heading .enterprise-hosting .panel-title img{
	max-width:40px;
}
#hosting .panel-heading .hybrid-hosting .panel-title img{
	max-height:60px;
}
.price_hosting {
    font-weight: 600;
	color: #b93801;
	font-size: 45px;
	font-family: 'dosis-medium';
	padding-left: 65px;
}
.starting_at {
	color: #000;
	font-size: 18px;
	font-family: "Open Sans";
	padding-left: 65px;
}
.text_hosting {
	color: #000000;
	font-size: 13px;
	font-family: "Open Sans";
	text-align:center;
	margin:0;
	font-weight: 600;
	margin-top: 23px;
	padding: 0 45px;
}
#hosting .panel-heading .border-heading {
	border:1px solid #000;
}
#hosting .panel-group .panel{
	border-radius:0;
	    border: none;
}

#hosting .panel-collapse .panel{
	border:none;
}
#hosting .panel-group > .panel{
	border:1px solid #000 !important;
}
/***************************************************************************************************/
* COMMON PRICING STYLES */  .panel.price,  .panel.price>.panel-heading {
 border-radius:0px;
 -moz-transition: all .3s ease;
 -o-transition:  all .3s ease;
 -webkit-transition:  all .3s ease;
}
.panel.price:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0, .4);
	position:relative;
	z-index:10;
}
.panel.price:hover>.panel-heading {
	box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
}
.panel.price>.panel-heading {
	box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
}
.price .list-group-item {
	border-bottom-: 1px solid rgba(250,250,250, .5);
}
.panel.price .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.price .panel-footer {
	color: #fff;
	border-bottom: 0px;
	background-color: #FFF;
	box-shadow: 0px 3px 0px rgba(0,0,0, .3);
}
.panel.price .btn {
	box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
	border: 0px;
}

/* blue panel */
	
		
.price.panel-blue>.panel-heading {
	color: #fff;
	background-color: #01a2d5;
	border-color: #78AEE1;
}

/* red price */
		
.panel-red{
	background-color:#d6e2e6;
}
.price.panel-red>.panel-heading {
	color: #fff;
	background-color: #b93801;
}
#hosting .panel{
	background-color:transparent;	
}

#hosting .panel-body{
	padding-top:0 !important;
	
	background-color:#FFF;
}
#hosting .panel-heading{
	border-radius:0 !important;
	border-bottom:none !important;
}
#hosting .panel-group .panel+.panel{
	margin-top:0;
}
.shared-hosting .panel-title img{
	max-width:50px;
}
.inner-panel h3{
	margin:0;
	color:#ffffff;
	font-weight:600;
	font-family: "Open Sans";
	font-size:25px;
}
.inner-panel .lead{
	color:#b93801;
	margin:0;
	font-weight: 600;
	color: #b93801;
	font-size: 40px;
	font-family: 'dosis-medium';
	margin-top: 17px;
    margin-bottom: 5px;
}
.inner-panel .panel-body{
	background-color:#FFF;
}
.inner-panel .list-group li:nth-of-type(even){
 	background-color:#e3f3f3;	
}
.list-group-item{
	padding:7px 15px;
	text-align: left;
	border-color:#000;
}
.span-right{
	position: absolute;
    right: 15px;
    top: 9px;
	color:#cd2f04;
}
.span-right-text{
	font-size:13px;
	font-weight:bold;
	font-family: "Open Sans";
}
.panel-ssd {
	background-color:#d6e2e6 !important;	
}
#hosting .panel-ssd .panel-heading
.panel-ssd .panel-heading{
	background-color:#b93801;
}
.panel-ssd .list-group-item{
	border:none;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.4);
	font-size:18px;
	background-color:#b93801 !important;
	margin-bottom:80px;
	color:#ffffff !important;
	line-height:42px;
}
.panel-ssd .span-right{
	position: absolute;
    right: 15px;
    top: 9px;
	color:#ffffff;
	font-family: 'dosis-medium';
	font-size:24px;
}
.panel-ssd .panel-heading{
	margin-bottom:5px;
	background-color:#b93801;
}
/*********************************************************************************/
@media only screen and (max-width:1200px) {
.social-left {
	display: none;
}
}

@media only screen and (max-width:768px) {
.features h3 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 33px;
}
.affix #logo {
	max-width: 80px;
}
.affix li>a>img {
	max-height: 30px;
}
.affix-top li>a>img {
	max-height: 35px;
}
.mainNav {
	margin: 0;
}
nav.affix-top {
	margin: 0 !important;
}
.affix-top .navbar-brand {
	display: none;
}
.wow {
	visibility: visible !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
.tline-item-content {
	margin-bottom: 30px;
}
.tline-item-right, .tline-item-left {
	clear: both;
	float: none;
}
.tline-item-content {
	width: 100%;
}
.tline-item-left .date-icon {
	margin-right: 0;
}
.tline-item-right .date-icon {
	margin-left: 0;
}
.parallax {
	background-attachment: scroll !important;
	background-position: 100% !Important;
}
.portfolio-box img, .team-thumb img {
	width: 100%;
}
.funfacts {
	margin-bottom: 30px;
}
.regularform input, .regularform textarea {
	width: 100%;
	border: 1px solid #e1e1e1;
}
.item blockquote {
	font-size: 16px;
}
#quote-carousel .carousel-control {
	display: none;
}
.funfacts .counter {
	font-size: 35px;
}
section {
	padding: 30px 0;
}
.equal-heights .box {
	padding: 30px;
}
.carousel-caption h1 {
	font-size: 60px;
}
.section-heading {
	font-size: 30px;
}
#quote-carousel .carousel-indicators .active {
	width: 80px;
	height: 80px;
}
#quote-carousel {
	padding: 0 10px 10px 10px;
	margin-top: 30px;
}
.carousel-caption h2 {
	font-size: 22px;
	margin-bottom: 10px;
	font-family: 'lato-light';
	margin-top: 20px;
}
.carousel-caption h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.carousel-caption h4 {
	font-family: 'lato-light';
	font-size: 22px;
	line-height: 36px;
}
.table-grid {
	padding-right: 15px !important;
}
.features h3 {
	padding: 0;
}
.learn-more input[type="text"] {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.learn-more input[type="image"] {
	float: none;
}
.features .col-md-7 {
	padding-left: 15px;
	padding-right: 15px;
}
.table-responsive {
	border: none;
}
#contact p {
	padding-left: 0;
	margin-top: 20px;
}
.regularform input[type=submit] {
	margin-left: 0px;
}
.first-btn {
	margin-left: -100px;
	display: inline-block;
}
.second-btn {
	margin-left: 40px;
	display: inline-block;
}
#help h2 {
	margin-top: 86px;
}
.item-background {
	background-image: url('../img/videobackground.jpg');
}
#bgvid {
	display: none;
}
#logo-slider {
	max-width: 300px;
}
#sticky-social {
	margin-left: 0;
}
#about .section-heading {
	font-size: 22px !important;
}
#about h3 {
	font-size: 18px;
}
#about .box h3 {
	font-size: 20px;
}
.price_hosting,.starting_at  {
	text-align:center;
}

.text_hosting,.starting_at,.price_hosting {
	padding:0 !important;
}
.price_hosting,.starting_at{
	padding-left: 0px; 
	text-align: center;
}
#hosting .panel-heading .panel-title{
	text-align:center;	
}
}
@media only screen and (max-width: 1340px){
#sticky-social{
	margin-left: -98px !important;
}
}
@media only screen and (max-width: 1285px){
	#sticky-social{
		display:none !important;
	}
}

@media only screen and (max-width: 768px) {
	.footer .col-md-6{
	text-align:center;
}
}
@media only screen and (max-width: 480px) {
#logo-slider {
	max-width: 210px;
}
#footer ul {
	padding: 0
}
#footer ul li {
	font-size: 10px;
	padding: 0 5px;
}
#help .btn {
	padding: 10px 9px !important;
	font-size: 14px;
}
.circle {
	margin-top: 32px;
}
.social-left {
	display: none;
}
.carousel-caption {
	top: 7%;
}
.affix #logo {
	max-width: 55px;
}
#mainNav li>a>img {
	display: none;
}
#mainNav li {
	border-bottom: solid 1px #FFF;
	text-align: left;
	background-color: #004065;
}
.navbar-nav {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
#mainNav li>a {
	display: block;
	font-size: 14px
}
#mainNav li>a>p {
	margin: 0 !important;
}
.navbar-nav>li>a {
	padding: 5px 12px;
}
.features h3 {
	font-size: 22px;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#contact p {
	font-size: 20px;
}
.first-btn {
	margin-left: -40px;
	display: inline-block;
}
.second-btn {
	margin-left: 60px;
	display: inline-block;
}
.price_hosting,.starting_at  {
	text-align:center;
}

.text_hosting,.starting_at,.price_hosting {
	padding:0 !important;
}
.price_hosting,.starting_at{
	padding-left: 0px; 
	text-align: center;
}
#hosting .panel-heading .panel-title{
	text-align:center;	
}
.footer .col-md-6{
	text-align:center;
}
}
