/* @import url('http://example.com/example_style.css'); */
@import url(//fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://www.mailguard.com.au/hs-fs/hub/441818/hub_generated/template_assets/1461765236479/custom/page/Maiguard_Xero_base/minnu.min.css); /*************/ /* CSS @imports must be at the top of the file */
/* Orig: http://cdn2.hubspot.net/hub/441818/hub_generated/template_assets/1459313386050/custom/page/Maiguard_Xero_base/minnu.css */
/* New: https://www.mailguard.com.au/hs-fs/hub/441818/hub_generated/template_assets/1461765236479/custom/page/Maiguard_Xero_base/minnu.min.css */
/* Add them above this section                 */
/***********************************************/
/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/
/* These includes are optional, but helpful. */
{
% include "hubspot/styles/responsive/modules.css" %
} {
% include "hubspot/styles/patches/recommended.css" %
}

/****************************************/
/* YouTube Responsive CSS for HubSpot */
/****************************************/

.hs-responsive-embed {
position: relative;
height: 0;
overflow: hidden;
padding-top: 0;
padding-left: 0;
padding-right: 0;
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
padding-bottom: 56.25%;
}


/*************Add This font customisation*****/
/*******************************/
.at4-follow {
    color: #fff;
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*
1. Commen css
2. Header And Navbar
3. Content Section
4.
*/

/*
    1. Commen CSS
********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
	margin: 0;
	padding: 0;
}
body {
	font-size: 17px;
	line-height: 1.6;
	color: #444;
}
a:focus, a:hover {
	color: #FAA61A;
	text-decoration: none;
}
.border-b-2 {
	border-bottom: 2px solid #45474d;
	padding-bottom: 10px;
}
.btn-primary {
	background-color: #faa61a;
	border-color: #faa61a;
	color: #fff !important;
}
.btn-primary:hover {
	background-color: #faa61a;
	border-color: #faa61a;
	color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
	outline: none;
	background-color: #45474d;
	border-color: #45474d;
	color: #fff;
}
.padding-md-v {
	padding: 30px 0;
}
.text-primary {
	color: #faa61a!important;
}
.no-margin {
	margin: 0!important;
}
.no-padding {
	padding: 0!important;
}
.bg-transparent {
	background-color: transparent!important;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20{
    margin-bottom:20px;
}
.mt-25{
    margin-top:25px;
}
.padding-md-va {
	padding: 40px 0;
}
h5.big, .h5.big {
	font-size: 15px;
	text-transform: uppercase;
}
.mr15 {
	margin-right: 15px;
}
.relative {
	position: relative;
}
.padding-15-va {
	padding: 15px 0;
}
p + * {
	margin-top: 10px;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.text-yellow {
	color: #faa600;
}
.img-border{
    border-radius:50%;
    padding:10px;
    border:2px solid #faa61a;
}
/*
2. Header And Navbar
***********************/
.site-logo {
	padding: 15px 0;
}
.widget-type-cta.trial, .widget-type-cta.login {
	display: inline-block;
	margin-left: 0;
	margin-top: 15px;
}
.header-container-wrapper {
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	width: 100%;
	z-index: 999;
}
.header-container-wrapper.smaller .header-container {
	padding: 0;
}
.minnu .navbar-nav > li > a:hover{
    color:#FAA600;
}
.trial a, .login a {
	-moz-user-select: none;
	background: rgb(250, 166, 26) none repeat scroll 0 0;
	border-radius: 4px;
	border-width: 0;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: sans-serif;
/* 	font-weight: normal; */
	line-height: 1.5em;
	padding: 6px 12px 7px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.btn-outline.login a {
/* 	background: transparent none repeat scroll 0 0; */
/* 	border: 1px solid #fff; */
}
.login a span {
/* 	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	list-style: outside none none; */
}
.tsml-info {
	display: inline-block;
	margin-bottom: 20px;
}
.caret-down::after {
	border-color: #45474D transparent transparent;
	border-style: solid;
	border-width: 26px;
	content: "";
	left: 50%;
	margin-left: -23px;
	position: absolute;
	top: 100%;
}
.c-yellow.caret-down::after {
    border-color: #f29425 transparent transparent;
}
/*
3. Content Section
*****************/
.section-intro {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 60px;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
}
.section-intro .page-header {
	border-bottom: medium none;
	margin: 0;
	padding-bottom: 0;
}
.section-intro h1, .section-intro h2, .section-intro h3, .section-intro h4 {
	font-weight: 300;
	margin: 0 0 25px;
	position: relative;
}
.section-intro p {
	margin: 0px!important;
	opacity: 0.7;
}
.section-title {
	font-size: 50px;
	color: #272727;
	padding: 0px 0 22px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}
.section-title-small {
	font-size: 40px;
	color: #272727;
	padding: 0px 0 22px;
	text-align: center;
	line-height: 50px;
}
.title1 {
	font-size: 40px;
	text-transform: capitalize;
}
.title2 {
	font-size: 30px;
	text-transform: capitalize;
}
.title3 {
	font-size: 25px;
	text-transform: capitalize;
}
.title4 {
	font-size: 20px;
	text-transform: capitalize;
}
.title5 {
	font-size: 15px;
	text-transform: capitalize;
}
.header-container {
	background: none repeat scroll 0 0 #45474D;
	padding: 10px 0;
	z-index: 9999;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.body-container-wrapper {
	padding-top: 76px;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.container-fluid .row-fluid .container {
	float: none;
	margin: 0 auto!important;
	max-width: 1170px;
}
.section-intro h1::after {
	background: #484848 none repeat scroll 0 0;
	bottom: -15px;
	content: "";
	height: 3px;
	left: 50%;
	margin-left: -35px;
	position: absolute;
	width: 70px;
}
.dark.section-intro h1::after {
	background: #fff none repeat scroll 0 0;
}
#hero-background-image {
	background-color: #999;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	background-attachment: fixed;
	color: #999;
	font-size: 22px;
	font-weight: 300;
	padding: 130px 0;
	overflow: hidden;
}
.background-image {
	display: none !important;
}
.homepage_2016 {
	padding: 100px 0;
}
.slider_caption, .hero_banner_caption {
	color: #fff;
	text-shadow: none;
}
.slider_caption h1 {
	position: relative;
	padding: 0;
	letter-spacing: -0.05em;
}
.slider_caption h1 {
	font-size: 50px;
	line-height: 50px;
}
.slider_caption .dark {
	color: #333333;
}
.slider_caption .light, .hero_banner_caption {
	color: #fff;
	font-family: lato;
}
.hero_banner_caption h1 {
	font-size: 54px;
	line-height: 60px;
}
.hero_banner_caption h1 strong {
	font-size: 90px;
	font-weight: 900;
	line-height: 100px;
}
.hero_banner_caption h1 strong span.hover {
	color: #faa61a;
}

.hero_banner_caption .btn.video-btn {
	border: 2px solid #fff;
	border-right-width: 0;
	color: #fff;
	font-size: 18px;
	padding: 6px 30px 6px 15px;
	position: relative;
	border-radius: 14px 0 0 0px;
	margin-top: 20px;
}
.hero_banner_caption .btn.video-btn::after {
	border: 2px solid #fff;
	border-radius: 100%;
	content: "";
	height: 42px;
	position: absolute;
	right: -23px;
	top: -2px;
	width: 41px;
}
.hero_banner_caption .btn.video-btn::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 10px;
	content: "";
	position: absolute;
	right: -20px;
	top: 9px;
}
.content-section {
	background: #fff none repeat scroll 0 0;
	padding: 50px 0 0;
}
.content-section p {
	margin-bottom: 20px;
}
.content-section p:last-of-type {
	margin-bottom: 0;
}
.bg-grey {
	background-color: #ededed;
}
.content-section.alternative {
	background: #f9f9f9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover, #fff 0, #f9f9f9 80%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(80%, #f9f9f9));
	background: -webkit-radial-gradient(center, ellipse cover, #fff 0, #f9f9f9 80%);
	background: -o-radial-gradient(center, ellipse cover, #fff 0, #f9f9f9 80%);
	background: -ms-radial-gradient(center, ellipse cover, #fff 0, #f9f9f9 80%);
	background: radial-gradient(ellipse at center, #fff 0, #f9f9f9 80%);
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}
.form-box {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #eee;
	padding: 20px;
}
.hs_cos_wrapper h3.form-title {
	background: #444 none repeat scroll 0 0;
	border-bottom: 5px solid #faa61a;
	color: #fff;
	font-weight: normal;
	/*margin: -21px -21px 20px;*/ /*by hubspot support*/
	padding: 20px;
	text-align: center;
	border-radius: 6px 6px 0 0;
	font-size: 20px;
}
body .hs-form fieldset.form-columns-2 .field {
	float: left;
	width: 48%;
}
body .hs-form fieldset[class*="form-columns"] .field {
	margin-left: 4%;
}
body .hs-form fieldset .field:first-child, body .hs-form fieldset .hs-richtext + .field {
	margin-left: 0;
}
body form.hs-form fieldset .hs-form-field {
	padding: 0;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select {
	background: #f8f8f8 none repeat scroll 0 0!important;
	border: 1px solid #ccc!important;
	display: inline-block!important;
	font-family: inherit!important;
	font-size: 12px!important;
	line-height: normal!important;
	margin: 0!important;
	min-height: auto!important;
	padding: 10px!important;
	transition: all 0.7s ease 0s!important;
	width: 100%!important;
	border-radius: 4px!important;
}
.hs-error-msgs.inputs-list {
	margin: 0;
	position: relative;
}
.hs-error-msgs.inputs-list > li {
	display: block;
	font-size: 12px;
	line-height: 12px;
	list-style: outside none none;
	word-wrap: initial;
}
.hs_submit .hs-button.primary:hover {
	background: #444444 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
}
.hs_submit .hs-button.primary, .widgets-panel .hs-button.primary {
	background: #faa61a none repeat scroll 0 0;
	border: 0 none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: normal;
	margin-top: 10px;
	max-width: 100%;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.4s ease 0s, transform 0.2s ease 0s;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
}
.hs-form-field label {
	font-weight: normal;
}
/*HUBSPOTSUPPORT*/
.hs-form-field label:last-child{
    font-size:12px;
    font-weight: bold;
}
/*HUBSPOTSUPPORT*/
.hs-form fieldset.form-columns-1 .input, .hs-form fieldset.form-columns-2 .input {
	margin-right: 0!important;
}
.hs-form-field {
	margin-bottom: 10px!important;
}
.hs-form fieldset{
    max-width:100%!important;
}
.dark-bg {
	background-color: #45474D;
}
#hero-slider .carousel-caption {
 top: 15%  text-shadow:none;
}
/*tabs CSS*/
/*  bhoechie tab */
div.bhoechie-tab-container {
	z-index: 10;
	background-color: #f1f1f1;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 20px;
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	text-align: left;
	cursor: pointer;
}
div.bhoechie-tab-menu div.list-group>a .fa {
	margin-right: 10px;
	font-weight: bold;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #faa61a;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #faa61a;
	border-color: #faa61a;
	background-image: #faa61a;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #faa61a;
}
div.bhoechie-tab-content {
	padding: 5%;
}
.bhoechie-tab-content h1 {
	text-align: center;
	font-size: 25px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.bhoechie-tab-container .list-group {
	padding: 0;
}
a:focus {
	outline: medium none;
	outline-offset: 0;
}
.button-default a {
	background: none repeat scroll 0 0 #faa61a;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	border-radius: 6px;
	line-height: 1.43;
	max-width: 100%;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.button-default a:after {
	background: none repeat scroll 0 0 #000;
	content: "";
	height: 500%;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: -70px;
	transform: rotate(-8deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	visibility: hidden;
	width: 0;
	z-index: -1;
}
.button-default a:hover:after {
	left: -12px;
	visibility: visible;
	width: 250%;
}
.button-default.outline.white {
	background: none repeat scroll 0 center rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	color: #fff !important;
}
.button-default a span.fa {
	margin-left: 15px
}
.downloading-bar {
	background: none repeat scroll 0 0 #f7f7f7;
	border: 1px solid #eee;
	padding: 40px 15px;
}
[class*="custom-footer-col"] h4 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	margin-top: 20px;
}
[class*="custom-footer-col"] ul {
	margin: 0;
	padding: 0;
}
[class*="custom-footer-col"] ul li {
	margin: 0 0 5px;
	list-style: none;
}
.footer-container-wrapper .dark-bg span a, .footer-container-wrapper .dark-bg a {
	color: #aaa;
	font-size: 14px;
}
address {
	color: #aaa;
}
.ys-social {
	color: #fff;
	font-size: 0.7em;
	text-align: center;
}
.ys-social ul {
	display: inline-block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.ys-social ul li:first-child {
	margin-left: 0 !important;
}
.ys-social ul li {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
}
.ys-social ul li a {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 2em!important;
	height: 60px;
	line-height: 56px;
	transition: all 0.4s ease-in-out 0s;
	width: 60px;
	color: #fff!important;
}
.ys-social ul li a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #343434!important;
}
.ys-center-small {
	border-bottom: 1px solid #5e6065;
	border-top: 1px solid #5e6065;
	margin: 15px 0;
	padding: 15px 0;
}
/*
Credits:
Code snippet by @maridlcrmn (Follow me on Twitter)
Images by Nike.com (http://www.nike.com/us/en_us/)
Logo by Sneaker-mission.com (http://www.sneaker-mission.com/)
*/
.navbar-brand {
	width: 70px;
	height: 50px;
	background: url('http://www.sneaker-mission.com/uploads/3/1/2/7/31279819/5617441.png') no-repeat center center;
	background-size: 50px;
}
.nav-tabs {
	display: inline-block;
	border-bottom: none;
	padding-top: 15px;
	font-weight: bold;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	border-radius: 0;
}
.nav-list {
	border-bottom: 1px solid #eee;
}
.nav-list > li {
	padding: 20px 15px 15px;
	border-left: 1px solid #eee;
}
.nav-list > li:last-child {
	border-right: 1px solid #eee;
}
.nav-list > li > a:hover {
	text-decoration: none;
}
.nav-list > li > a > span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 15px 15px;
	text-align: center;
	width: 100%;
}
.logo-dark {
	display: inline-block;
}
.hr-lg {
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	height: 18px;
	margin-bottom: 18px;
	margin-top: 28px;
	position: relative;
	width: 18px;
}
.hr-lg::after {
	right: 212%;
}
.hr-lg::before, .hr-lg::after {
	background-color: #ffffff;
	content: "";
	height: 2px;
	position: absolute;
	top: 8px;
	width: 414px;
}
.hr-lg::before {
	left: 227%;
}
.hr-lg::before, .hr-lg::after {
	background-color: #ffffff;
	content: "";
	height: 2px;
	position: absolute;
	top: 8px;
	width: 414px;
}
.bg-primary-right {
	position: relative;
}
.bg-primary-right::before {
	background-color: #faa61a;
	bottom: 0;
	content: "";
	left: 36%;
	margin-left: -15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.box-inset-1 {
	padding: 0px 20px 0px 0;
}
.line-inset-1 {
	padding-left: 60px;
	position: relative;
}
.line-inset-1::before {
	background-color: #3d3d3d;
	content: "";
	height: 2px;
	left: 1px;
	position: absolute;
	top: 9px;
	width: 50px;
}
* + .link {
	margin-top: 12px;
}
.link {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.content-section .container.max-width1300 {
	float: none;
	margin: 0 auto !important;
	max-width: 1330px;
}
h1 + *, h2 + * {
	margin-top: 10px;
}
.welcome-block strong {
	display: block;
	font-size: 15px;
	margin-top: 20px;
}
.col-padding {
	padding: 30px 0;
}
.center {
	txet-align: center;
}
.dilevering .fa {
	color: #fff;
	font-size: 40px;
	height: 45px;
	margin: 10px 0;
	vertical-align: middle;
	width: 65px;
}
.counter-lined {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
}
.counter-lined + h5 {
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #fff
}
.counter-lined + h5::before {
	border-top: 2px solid #fff;
	content: "";
	display: block;
	margin: 20px auto 25px;
	opacity: 0.9;
	position: relative;
	width: 15%;
}
.home-services {
	background: #ededed;
	background-size: cover;
}
.routate-img-wrap {
	position: relative;
	width: 100%;
	z-index: 2;
	margin: 0 auto;
	max-width: 292px;
}
.routateimg {
	left: -14px;
	position: absolute;
	top: -13px;
}
.routateimg img {
	transform: rotate(0deg);
	transition-duration: 1s;
}
.routateimg:hover img {
	transform: rotate(90deg);
	transition-duration: 1s;
}
.left-routate .routateimg img {
	transform: rotate(90deg);
}
.left-routate .routateimg:hover img {
	transform: rotate(0deg);
}
.text-white {
	color: #fff;
}
.gradient-button {
	border: 1px solid #ffffff;
	margin: 0 20px 0 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #45474D!important;
	width: 182px;
	display: inline-block;
	-webkit-box-shadow: #333 0px 3px 4px;
	-moz-box-shadow: #333 0px 3px 4px;
	box-shadow: #333 0px 3px 4px;
	background: #fefefe;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#c1c1c1));
	background: -webkit-linear-gradient(#fefefe, #c1c1c1);
	background: -moz-linear-gradient(#fefefe, #c1c1c1);
	background: -ms-linear-gradient(#fefefe, #c1c1c1);
	background: -o-linear-gradient(#fefefe, #c1c1c1);
	background: linear-gradient(#fefefe, #c1c1c1);
	-pie-background: linear-gradient(#fefefe, #c1c1c1);
	behavior: url(/css/PIE.htc);
	position: relative;
}
.btn-shadow {
	background-color: #faa61a;
	border-color: #faa61a;
	color: #fff !important;
	-webkit-box-shadow: 5px 5px 0 #ccc;
	-moz-box-shadow: 5px 5px 0 #ccc;
	box-shadow: 5px 5px 0 #ccc;
}
.bottommargin-sm {
	margin-bottom: 30px !important;
}
.callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid rgba(255,255,255,0.4);
	border-left-width: 5px;
	border-radius: 3px;
	background-color: #f1f1f1;
}
.callout-warning {
	border-left-color: #FAA61A;
}
.quote-box blockquote {
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #777;
	margin-bottom: 30px;
	min-height: 115px;
	padding: 15px;
	position: relative;
	background-color: #f1f1f1;
}
.quote-box blockquote:before {
	position: absolute;
	content: "";
	border-style: solid;
	border-width: 15px 26px;
	top: 100%;
	left: 50px;
	border-color: #ccc transparent transparent #ccc;
}
.quote-box blockquote:after {
	position: absolute;
	content: "";
	border-style: solid;
	border-width: 14px 24px;
	top: 100%;
	left: 51px;
	border-color: #f1f1f1 transparent transparent #f1f1f1;
}
.tsml-info img {
	display: inline-block;
	float: left;
	height: 60px;
	margin-right: 15px;
	max-width: 60px;
	vertical-align: middle;
}
.client-logo-banner img {
	max-width: 100%;
}
.quote-box .details {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.quote-box .title {
	clear: both;
	display: block;
}
.row-fluid [class*="span"] {
	min-height: 1px;
}

/*
Contact Page CSS
*************************/
.inputs-list.multi-container {
  list-style: outside none none;
}
.column-no-gutter > .row-fluid-wrapper > .row-fluid > [class*="span"] {
margin-left: 0;
}
.lp-simple-2-headlines-section {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	padding: 0 20px;
}
.lp-simple-2-headlines-section h1 {
	background: #444 none repeat scroll 0 0;
	border-left: 10px solid #ff6114;
	color: #fff;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 -20px 0px;
	padding: 15px 40px 15px 20px;
	position: relative;
	text-transform: uppercase;
}
.lp-simple-2-headlines-section .page-header {
	margin-top: 0;
	border: none;
}
.lp-simple-2-headlines-section h1 {
	border-left-color: #faa61a;
	border-radius: 5px 0 0 5px;
}
.lp-simple-2-headlines-section h1::after {
	background: #faa61a none repeat scroll 0 0;
	color: #ffffff;
}
.lp-simple-2-headlines-section h1::after {
	background: #faa61a none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 25px;
	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	content: "";
	display: block;
	font-family: FontAwesome;
	font-size: 18px;
	height: 50px;
	line-height: 46px;
	position: absolute;
	right: -25px;
	text-align: center;
	top: 6px;
	width: 50px;
}
.form-framed {
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	border: 5px solid #444;
	margin-bottom: 40px;
}
.contact-new-decore .form-box .hs-button.primary {
	width: auto;
}
.hs-form.stacked .actions {
	margin: 0!important;
	padding: 0 !important;

}
.center-btn .hs-form.stacked .actions{
    margin: 0 auto !important;
    max-width:200px;
}
select.hs-input, input.hs-input[type="file"] {
	height: auto !important;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.widget-type-header.panel-heading {
	border-bottom: 1px solid #ddd;
}
.bg-white {
	background-color: #ffffff;
	color: #3d3d3d;
}
.block-hover {
	overflow: hidden;
	position: relative;
}
.box-inset-2 {
	min-height: 171px;
	padding: 33px 10px 16px 15px;
}
.line-inset-2 {
	padding-left: 40px;
	position: relative;
}
.line-inset-2::before {
	background-color: #3d3d3d;
	content: "";
	height: 2px;
	left: 5px;
	position: absolute;
	top: 11px;
	width: 26px;
}
.box-inset-2 p {
	letter-spacing: 0;
}
.block-hover .overlay {
	background-color: #FAA61A;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.box-icon {
	border: 1px solid #ffffff;
	text-align: center;
}
.box-icon .icon {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.icon-default {
	color: #ffffff;
}
.icon-xl {
	font-size: 72px!important;
	line-height: 1;
}
.block-hover:hover .overlay {
	top: 100%;
}
.block-hover:hover .overlay .icon {
	opacity: 0;
}
.box-inset-2 h5 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.hout::after {
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 10px;
	content: "";
	position: absolute;
	top: 100%;
	left: 80%;
}
.hout {
	background: #fff none repeat scroll 0 0;
	color: #45474d;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 13px;
	padding: 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.panel-dark > .panel-heading {
	background-color: #45474d;
	border-color: #45474d;
	color: #fff;
}
.logo-quote-box {
	background: #fff none repeat scroll 0 0;
	min-height: 200px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
	text-align: center;
}
.logo-quote-box > img {
	position: relative;
	width: 100%;
}
.logo-quote-box .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	color: #fff;
	height: 5px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.logo-quote-box:hover .overlay {
	height: 100%;
}
.logo-quote-box .overlay .inner {
	padding: 20px;
}
/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
*zoom: 1;
}
.bx-wrapper img {
	width: 100%;
	max-width: 150px;
	display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	border: 5px solid #fff;
	left: -5px;
	height: auto!important;
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
#logo-ticker .bx-wrapper .bx-prev {
	border-color: transparent rgba(69, 71, 77, 0.4) transparent transparent;
	border-style: solid;
	border-width: 20px;
	left: -60px;
}
#logo-ticker .bx-wrapper .bx-next {
	border-color: transparent transparent transparent rgba(69, 71, 77, 0.4);
	border-style: solid;
	border-width: 20px;
	right: -60px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*
End BxSlider v4.1.2
*/

/*
Blog page css
**********************/
.latest-scam ul li,
.featured-post ul li,
.blog-post-wrapper ul li{
    list-style:unset;
}
.blog-listing-wrapper .post-item-wrapper:nth-child(2n+1) {
  margin-right: 15px;
}
.blog-listing-wrapper .post-item-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 48.3%;
}
.blog-listing-wrapper .hs-featured-image {
  /*max-height: 200px;*/
  border-radius:4px 4px 0 0;
}
.blog-listing-wrapper .post-item {
    border-radius: 6px;
	margin-bottom: 25px!important;
	margin-top: 0!important;
	position: relative;
	box-shadow: 0 0 8px #ccc;
    border: 1px solid #ccc;
  min-height: 500px;
}
.blog-listing-wrapper .post-header{
    padding:0 15px;
    }
.blog-listing-wrapper .post-header h2 {
    margin-top:15px;
    font-size:20px;
}
.blog-listing-wrapper .post-body {
  padding: 15px;
}
.hs-featured-image {
    float: none;
	margin:0;
	width: 100%;
	max-width: 100%;
	padding-bottom: 40px;
}
.blog-post-wrapper .post-header h2 {
  font-size: 25px;
}
.recent-post ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: transparent !important;
}
.topic-link {
  border: 1px solid #ffb61c;
  border-radius: 4px;
  padding: 2px 5px;
  position: relative;
}
.blog-pagination a {
  border: 1px solid #faa61a;
  padding: 9px 15px;
}
#hubspot-author_data {
  font-size: 15px;
}
#gsc-iw-id1.gsc-input-box input.gsc-input {
  border: 1px solid #d9d9d9 !important;
}
.gsc-input-box{
    height:50px!important;
}

.gsib_a{padding:0!important;}
table.gsc-search-box td {
  vertical-align: top!important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background-color: #faa61a!important;
  background-image: none;
  border-color: #faa61a!important;
  filter: none;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  height: 37px!important;
  margin-top: 0!important;
  min-width: 13px;
  padding: 6px 27px;
  width: auto!important;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  border: 1px solid #4d90fe;
  outline: medium none;
  box-shadow:none!important;
}


.hs-blog-header h1 {
  text-align: center;
}
.latest-scam p {
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

.avatar-module {
	float: left;
	margin-right: 20px;
}

.avatar-module img {
	border-radius: 111px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.post_author_timeline {
	border-right-style: dashed;
	border-right-width: 1px;
	height: 100%;
	left: 50px;
	position: absolute;
	top: 0;
	width: 1px;
}
.entry-content-wrapper {
	overflow: hidden;
}
.hubspot-editable, .custom_listing_comments {
	display: inline-block;
}
.more-link {
  border: 1px solid #faa61a;
  border-radius: 4px;
  padding: 5px 10px;
}
.widgets-panel {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
}
.widgets-panel h3 {
	background: #444444 none repeat scroll 0 0;
	border-bottom: 5px solid #faa61a;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 20px;
	padding: 15px 10px;
	text-align: center;
	text-transform: uppercase;
}
.widgets-panel h3 + * {
	padding: 20px;
}
.widgets-panel li {
	list-style: outside none none;
}
	border-radius: 5px 5px 0 0;
}

.yudhbg .input {
  border-collapse: separate;
  display: table;
  position: relative;
  margin: 0 auto;
}
.yudhbg .input a.hs-button {
  background-color: #faa61a;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
  padding: 6px 15px;
  vertical-align: middle;
  display:table-cell;
}
.yudhbg .input input {
  border-radius: 4px 0 0 4px !important;
  font-size: 16px !important;
  height: 40px;
  display:table-cell;
}
/*#hs_cos_wrapper_post_body img{
    width:100%!important;
}*/
.hs-featured-image-wrapper.big-preview {
	padding-left: 0;
}
.tab-contact .list-group-item {
	font-size: 25px;
	padding: 15px;
}
.carousel-caption .btn {
	margin-top: 30px;
	text-shadow: none;
}
.footer {
	color: #fff;
	font-size: 14px;
}
.full-width-img img {
	width: 100% !important;
}
.signin_linkedin {
	margin-bottom: 20px;
}
.mobile-banner {
	text-align: center;
}
.title-hero-section {
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 5px solid #FAA61A;
	height: 170px;
	position: relative;
}
.title-hero-section .container {
	display: table;
	height: 100%;
}
.title-hero-section h3 {
  color: #fff;
  display: block;
  margin: 45px 0 12px;
  vertical-align: middle;
}
.title-hero-section h4 {
    color: #fff;
	display: block;
	height: 100%;
	vertical-align: middle;
    font-size: 19px;
    font-family: inherit;
    font-weight: 500;
}
.col-xs-12.clientSection {
	background: #efefef;
	border: 1px solid #d6d6d6;
	margin-bottom: 30px;
	min-height: 850px;
	padding: 15px;
}
.clientSection .imgSection {
	height: 200px;
	overflow: hidden;
}
.clientSection .imgSection img {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.clientSection h3.title {
	text-align: center;
	margin: 15px 0;
	min-height: 60px;
	color: #f7a11a;
	font-size: 27px;
}
.clientSection .quote {
	text-align: center;
	padding: 5px 10px;
	font-weight: normal;
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
	margin: 20px 0;
}
.clientSection .quote span {
	color: #faa61a;
}

.businessCol {
  min-height: 430px;
}
.cta-abs {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -wenkit-transform: translateX(-50%);
  white-space: nowrap;
  bottom:20px;
}



/***Start Media Query***/

@media (min-width:992px) and (max-width:1199px) {
#hero-slider .carousel-caption {
	bottom: 0;
	left: 10%;
	right: 10%;
}
#hero-slider .slider_caption h1 {
	font-size: 30px;
	line-height: 30px;
}
.minnu .navbar-nav > li > a {
	padding-left: 12px;
	padding-right: 12px;
}
}
 @media (min-width:768px) {
.C_overview_container > .row-fluid-wrapper > .row-fluid > [class*="span"] {
width:16.6667%;
}
}
 @media (max-width:991px) {
#logo-ticker .bx-wrapper .bx-prev {
	left: 0;
	border-color: transparent rgba(69, 71, 77, 1) transparent transparent;
}
#logo-ticker .bx-wrapper .bx-next {
	right: 0;
	border-color: transparent transparent transparent rgba(69, 71, 77, 1);
}
}
@media (min-width:768px) and (max-width:991px) {
.header-container-wrapper .header-container .row-fluid [class*="span2"] {
	float: none !important;
	width: 100% !important;
}
.header-container-wrapper .header-container .row-fluid [class*="span7"] {
	margin: 0 !important;
	width: 70% !important;
}
.header-container-wrapper .header-container .row-fluid [class*="span3"] {
	margin: 0 !important;
	width: 30% !important;
}
.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
.body-container-wrapper {
	padding-top: 138px;
}
.hout {
	font-size: 17px;
}
.box-inset-2 {
	min-height: 222px;
}
.dilevering .common-height {
	min-height: 270px !important;
}
#hero-background-image h1:first-child, .slider_caption h1:first-child {
	font-size: 35px;
	line-height: 35px;
}
.slider_caption h2 {
	font-size: 25px
}
.routate-img-wrap {
	margin-top: 50px;
}
.fixedone > img {
	height: auto;
	max-width: 150px;
}
.routateimg img {
	height: auto;
	max-width: 177px;
}
#hero-slider .carousel-caption {
	top: 0;
	bottom: 0;
	text-shadow: none;
}
#hero-slider .slider_caption h1 {
	font-size: 25px;
	line-height: 25px;
}
#hero-slider .slider_caption h2 {
	font-size: 15px;
}
#hero-slider .slider_caption .btn {
	font-size: 12px;
	margin-top: 20px;
}
.blog-listing-wrapper .post-item-wrapper {
  width: 47.3%;
}
}

 @media (max-width:767px) {
.padding-xs-15 {
	padding: 15px!important;
}
.xs-text-center {
	text-align: center;
}
.navbar-header {
	position: absolute;
	right: 0px;
	top: -65px;
}
.widget-type-cta.trial, .widget-type-cta.login {
	display: inline-block;
	margin: 0 0 10px;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.slider_caption {
	text-align: center;
}
.hero_banner_caption h1 strong {
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
}
h1.light em {
	font-size: 40px;
}
.slider_caption .btn {
	margin-top: 50px;
}
.content-section .title {
	text-align: center;
}
.mobile-client-logo-banner {
	background-color: #fff;
}
[class*="custom-footer-"] {
margin-bottom: 20px;
}
.ys-social ul li:first-child {
	margin-left: auto;
}
.ys-social ul li {
	display: inline-block;
	float: none;
	margin: 10px;
	padding: 0;
}
.blog-listing-wrapper .post-item-wrapper:nth-child(2n+1) {
  margin-right: 0 !important;
}
.blog-listing-wrapper .post-item-wrapper {
  display: inline-block;
  width: 99% !important;
}
.body-container-wrapper {
	padding-top: 0px;
}
.navbar {
	min-height: auto;
}
.bg-primary-right::before {
	background-color: transparent;
}
.header-container-wrapper {
	position: relative;
}
#hero-slider .carousel-caption {
	top: 0;
}
.carousel-caption .btn {
	margin-top: auto;
	text-shadow: none;
}
.carousel-caption {
	left: 10%;
	right: 10%;
	text-shadow: none;
}
.site-logo {
	padding: 10px 0;
}
.hout {
	background-color: #45474d;
	color: #fff;
	margin-top: 15px;
}
.hout:after {
	border-color: #45474d transparent transparent;
}
.wrap-box-inset-2 {
	margin: 0 auto;
	max-width: 400px;
}
.routate-img-wrap {
	margin: 30px auto;
}
.box-inset-1 {
	padding: 0;
}
.box-inset-1 > h2 {
	font-size: 28px;
}
.bhoechie-tab-menu {
	overflow: hidden;
}

.lp-simple-2-headlines-section h1 {
	font-size: 25px;
}
#hero-background-image{
    padding:50px 0;
}
.hero_banner_caption h1{
    font-size:35px;
    line-height:40px;
}
.hero_banner_caption h2{
    font-size:25px;
}
}



 @media (min-width:481px) and (max-width:767px) {
#hero-background-image h1,  .slider_caption h1 {
	font-size: 25px;
	line-height: 25px;
}
.slider_caption h2 {
	font-size: 20px;
}
}
@media (max-width: 480px) {
.navbar-toggle {
	margin-right: 0;
	margin-top: 15px;
}
#hero-slider .carousel-caption {
	padding: 5px 0;
}
#hero-background-image h1:first-child {
	font-size: 40px;
	line-height: 40px;
}
.hero_banner_caption h1 strong {
	display: block;
	font-size: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.slider_caption h1:first-child {
	font-size: 20px;
	line-height: 20px;
}
.slider_caption h2 {
	font-size: 15px;
}
.slider_caption .btn {
	font-size: 12px;
	padding: 5px 10px;
}
}
/*************Email Template*****/
/*******************************/
.footer-style{
    background-color:#111;
    padding:20px;
}
.colr-white{
    color:#fff;
}

/*******************************/
/***** 360 South Additions *****/
/***** TS 12/07/2018 ***********/
/*******************************/

/* general */
.g-recaptcha-response {
	display: none !important;
}

/* blog subscription form */
.widget-type-blog_subscribe {
	font-size: 15px;
}

.widget-type-blog_subscribe .legal-consent-container {
	font-size: 10px;
}

.widget-type-blog_subscribe .inputs-list.multi-container {
	padding-left: 30px;
	margin: 20px 0;
	position: relative;
}

.widget-type-blog_subscribe .inputs-list.multi-container input[type=radio] {
	position: absolute;
	left: 10px;
}

/* form on https://www.mailguard.com.au/o365 */
.form-office-365-customers {
	text-align: left;
	color: #fff;
}

.form-office-365-customers input,
.form-office-365-customers select.hs-input {
	color: #000;
}

.form-office-365-customers .legal-consent-container {
	font-size: 11px;
	line-height: 1.5em;
}

.form-office-365-customers .inputs-list {
	list-style: outside none none;
	padding-left: 25px;
	position: relative;
	font-size: 14px;
}

.form-office-365-customers .inputs-list input {
	position: absolute;
	left: 4px;
	margin-top: 6px;
}

.form-office-365-customers .g-recaptcha-response {
	display: none !important;
}

/* form on https://www.mailguard.com.au/survivingtheriseofcybercrime */

.form-survivingtheriseofcybercrime .legal-consent-container p {
	font-size: 14px;
	line-height: 1.5em;
}

.form-survivingtheriseofcybercrime .legal-consent-container .input-lists {
	list-style: outside none none;
	padding-left: 60px;
	position: relative;
	font-size: 16px;
}

.form-survivingtheriseofcybercrime .legal-consent-container .input-lists input {
	width: auto !important;
	margin: 6px 10px 15px 0;
	position: absolute;
	left: 35px;
}

/* lead submission form */
.hs_service_interested_in input.hs-input,
.hs_technical_contact input.hs-input {
	margin-right: 10px;
}

/* #navwrap {
    position: fixed !important;
    top: 25% !important;
    right: 0 !important;
    width: 70px !important;
    height: auto !important;
    margin: auto !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
} */