@font-face {
    font-family: 'FJ One';
    src: url('/fonts/otmpc-fj-webfont.eot');
    src: url('/fonts/otmpc-fj-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/otmpc-fj-webfont.woff') format('woff'),
         url('/fonts/otmpc-fj-webfont.ttf') format('truetype'),
         url('/fonts/otmpc-fj-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
	  font-display: swap;

}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
  font-display: swap;


}


html, body {
	background-color: #222222;
	  font-weight: 400;

    font-family: 'Open Sans', Helvetica, Arial, sans-serif;	  

  color: #222;
  line-height:1.6
}


#sb-site {
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3); /* Shadow cast onto the slidebars when opened. */
	padding: 50px 0 30px 0;
}

#adverts {
	margin-top: 20px;
}

.description p
{
  line-height:1.8

}
.advert {
	margin-bottom: 10px;
}

.navbar {
	box-shadow: /* Shadow beneath the bar and edge highlights. */
		/* Layered single pixel shadows to create a one sided shadow effect. */
		0 5px 0 0 rgba(0, 0, 0, 0.01),
		0 4px 0 0 rgba(0, 0, 0, 0.02),
		0 3px 0 0 rgba(0, 0, 0, 0.04),
		0 2px 0 0 rgba(0, 0, 0, 0.06),
		0 1px 0 0 rgba(0, 0, 0, 0.08),
		/* Top highlight */
		0 1px 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Left highlight */
		1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Right highlight */
		-1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Bottom lowlight */
		0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
		
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9db80+0,40bf24+100 */
background: #3AABE8; /* Old browsers */
background: -moz-linear-gradient(top,  #3AABE8 0%, #81C9F0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3AABE8 0%,#81C9F0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3AABE8 0%,#81C9F0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3AABE8', endColorstr='#81C9F0',GradientType=0 ); /* IE6-9 */

		
		
	/* Glass gradient overlay. */
/*	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.05) 50%, rgba(0,0,0, 0.02) 51%);*/ /*  Webkit syntax. */
/*	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 51%);*/ /* Final syntax. */
	background-size: 100%;
	background-repeat: no-repeat;
	
	/* Bootstrap Changes */
	border: none;
	width: 100%;
	left: auto;
	right: auto;
}

#logo {
	margin-top: 4px;
	text-align: center;
}

#top-arrow {
	padding-top: 17px;
	padding-bottom: 13px;
}

.navbar .sb-toggle-left {
	width: 58px;
	float: left;
	padding: 14px;
}

.navbar .sb-toggle-right {
	width: 58px;
	float: right;
	padding: 14px;
}

.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

.sb-right {
	margin-top: 50px;
}

.navicon-line {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #fff;
}

ul.navbar-nav {
	display: none;
}

footer {
	margin-top: 30px;
}

/* Slidebars */

.sb-slidebar {
	background-color: #222222;
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	background-color: #222222; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
}

.sb-slidebar a {
	color: #393;
	text-decoration: none;
}

.sb-slidebar a:hover {
	color: #393; /* Link hover colour. */
	text-decoration: underline;
}

/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
}

.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}

/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}

.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}

.sb-right .sb-menu li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

/* Left */


.sb-menu li .sb-open-right, .sb-menu li small {
	display: inline-block;
	padding: 14px;
}

.sb-menu li img {
	margin: 14px;
}

/* Right */
aside#about-me {
	padding: 14px 14px 14px 14px;
}

img.img-me {
	margin: 14px auto;
	border: 4px solid #fff;
}

/* Slidebar Type */

.sb-slidebar, .sb-slidebar h3 {
	color: #F0F0F0;
}

.sb-slidebar ul.sb-nav li a {
	color: #DEDEDE;
}

.sb-slidebar ul.sb-nav li a:hover {
	color: #C7C7C7;
	text-decoration: none;
}

.sb-slidebar ul.sb-nav li span:hover {
	color: #C7C7C7;
}

/* Anchor Links */
#download, #api, #options, #helper-classes {
	margin-top: -50px;
	padding-top: 50px;
}

/* Helper Classes */
.add-bottom-margin {
	margin-bottom: 15px;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.add-top-margin {
	margin-top: 15px;
}

.no-top-margin {
	margin-top: 0;
}

.push-down {
	position: relative;
	top: 2px;
}

@media (min-width: 768px) {
	ul.navbar-nav {
		display: block;
	}
	
	#logo {
		text-align: left;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

.img-responsive-stretch {
	display: block;
	width: 100%;
	height: auto;
}
.sb-slidebar.sb-left nav h3 {
	color: #393;
	padding-left: 6px;
}

.sb-slidebar.sb-right nav h3 {
	color: #393;
	padding-left: 6px;
}

.button {
	display:inline-block;
	padding:1em;
    background: #4E9CAF;
    text-align: center;
    border-radius: 5px;
	margin-top:.25em;
		margin-right:.25em;
			margin-bottom:.25em;
    color: white;
    font-weight: bold;
}

.error{
	color:#F00;
	font-weight:bold;
}

	  .double-arrow-cta,a.double-arrow-cta{font-size:16px;font-size:1.6rem;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20d%3D%22M2%209.2l5.5-5.4%2021.3%2021.4L7.5%2046.7%202%2041.3l16.1-16.1L2%209.2z%22%20fill%3D%22%23081f2c%22%2F%3E%3Cpath%20d%3D%22M22.2%209.2l5.5-5.4L49%2025.2%2027.7%2046.7l-5.5-5.4%2016.1-16.1-16.1-16z%22%20fill%3D%22%23081f2c%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right top;border:0;padding:0 2.1rem 0 0!important;background-size:1.5rem 1.5rem;-webkit-transition:all .2s ease;transition:all .2s ease;
font-family: 'FJ One', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	  font-weight:400;
	  text-transform:uppercase;
	  color:#081f2c!important;margin:0!important;line-height:1;display:inline-block;text-decoration:none}
	  .double-arrow-cta:hover,a.double-arrow-cta:hover{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20d%3D%22M2%209.2l5.5-5.4%2021.3%2021.4L7.5%2046.7%202%2041.3l16.1-16.1L2%209.2z%22%20fill%3D%22%233AABE8%22%2F%3E%3Cpath%20d%3D%22M22.2%209.2l5.5-5.4L49%2025.2%2027.7%2046.7l-5.5-5.4%2016.1-16.1-16.1-16z%22%20fill%3D%22%233AABE8%22%2F%3E%3C%2Fsvg%3E");color:#3AABE8!important;padding-right:2.6rem!important;margin-right:-5px!important}
	  
	  
.business_name
{
	 text-transform: uppercase;

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
 
    line-height: 1.2;
font-family: 'FJ One', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

.header1
{
	  text-transform: uppercase;
	  
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
 
    line-height: 1.2;
font-family: 'FJ One', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;


}


@media (min-width: 768px) {
  .col-sm-left
  {
    float:left;
  }
  .col-sm-right
  {
    float:right;
  }

}
@media (min-width: 992px) {

  .col-md-left
  {
    float:left;
  }
  .col-md-right
  {
    float:right;
  }

}
@media (min-width: 1200px) {

  .col-lg-left
  {
    float:left;
  }
  .col-lg-right
  {
    float:right;
  }

}
