
body {
	background: #fff;
	color: #777;
	font-size: 16px;
	font-family: MyriadPro, 'Myriad Pro', MyriadPro-Regular, 'Myriad Pro Regular', Helvetica, Arial, sans-serif;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
	margin: 0;
	padding: 80px 0;
}

main#main-content {
	position: relative;
	z-index: 1;
	background: #fff;
}

#main-content section{
	margin: 0;
	padding: 0;
}

hr {
	border-top: 1px solid #ccc;
}

.gray-bg {
	background: #f7f8f9;
}

img {
	 max-width: 100%;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
	box-shadow: none !important;
}

.popover {
	z-index: 999999 !important;
}

[data-sr] {
	visibility: hidden;
}

.opacity-one {
	opacity: 1 !important;
}

/* 1.1 Typography */
p {
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 16px;
	color: #000;
}
.case-study-info p{
	font-size: 16px;
	line-height: 23px;
}

p.lead {
	font-size: 24px;
}

p.sub-lead {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
}

.text-brand-color{
	color: #01a9d5;
}
#top-content .text-heading{
	margin-top: 0;
	margin-bottom: 10px;
	color: #222;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.1em;
	display: block;
}
h4.what{
	font-weight: bold;
}
#top-content .text-heading sup{
	font-size: 70%;

}

#top-content .sub-lead{
	font-weight: bold;
}

#top-content .tip-description{
	margin-right: 60px;
}

.feature .icon-container{
	float: left;
	margin-right: 10px;
	width: 60px;
}
.feature h4{
	margin: 8px 0;
	font-size: 14px;
	font-weight: bold;
}

.feature ul{
	margin-left: 46px;
}
.feature ul.list-unstyled{
	margin-left: 70px;
}
.feature ul li{
	font-size: 13px;
	color: #000;
	margin-bottom: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #222;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5 {
	font-family:MyriadPro, 'Myriad Pro', MyriadPro-Regular, 'Myriad Pro Regular', Helvetica, Arial, sans-serif;
}

h1 {
	 font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	text-transform: uppercase;
	font-size: 16px;
}

h6 {
	font-size: 16px;

}

dl {
	margin-bottom: 50px;
}

p.section-title {
	color: #777;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: .9em;
}

p.section-title:after {
	display: block;
	margin: 0 auto;
	margin-top: 17px;
	width: 70px;
	height: 1px;
	background: #19a9e5;
	content: "";
}

.section-heading {
	margin-top: 42px;
	margin-bottom: 35px;
}

small {
	font-family: "Droid Serif", serif;
}

b, strong {
	color: #222;
	-webkit-font-smoothing: auto;
}

a {
	color: #19a9e5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

a:hover {
	color: #19a9e5;
	text-decoration: none;
}

a:focus {
  	outline: none;
  	text-decoration: none;
}

p a,
a.more {
	position: relative;
	-webkit-transition: none;
	transition: none;
}

p a:after,
a.more:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin: 0;
	width: 0%;
	height: 1px;
	background: #19a9e5;
	color: transparent;
	content: ".";
	text-align: left;
	opacity: 0;
}

p a:hover:after,
a.more:hover:after {
	z-index: -10px;
	width: 100%;
	opacity: 1;
	-webkit-animation: underline 1s forwards;
	animation: underline 1s forwards;
}

@-webkit-keyframes underline {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 1px;
    background: #19a9e5;
  }
}

.centered {
	text-align: center;
}

.all-caps {
	text-transform: uppercase;
}

.breaking {
	position: relative;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center top;
	color: #fff;
}

section.breaking {
	padding: 0;
}

.breaking-content {
	padding: 80px 0;
}

.breaking h1,
.breaking h2,
.breaking h3,
.breaking h4,
.breaking h5,
.breaking p {
	color: #fff;
}

.urip-blue-color {
	color: #19a9e5;
}

.urip-orange-color {
	color: #f6a006;
}

.text-shadow-xsmall {
	text-shadow: 1px 1px 0 rgba(125,116,107,.75);
}

.text-shadow-small {
	text-shadow: 1px 2px 0 rgba(125,116,107,.75);
}

.text-shadow-medium {
	text-shadow: 0 2px 0 rgba(125,116,107,.75);
}

.text-shadow-large {
	text-shadow: 2px 3px 0 rgba(125,116,107,.75);
}

/* -- */

/* 1.2 Custom Column */
.container-full {
	overflow: hidden;
	width: 100%;
}

.container-full .row {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}

.two-blocks-col {
	padding: 68px 80px 0;
}

.no-padding {
	padding: 0 !important;
}

.overflow-hidden,
.overlay-on {
	overflow: hidden;
}

body.overflow-hidden:before {
	position: absolute;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(71, 71, 71, 0.48);
	content: "";
}
/* -- */

/* 1.3 Custom Margin */
.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-32 {
	margin-top: 32px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-min-5 {
	margin-top: -5px !important;
}

.margin-top-min-10 {
	margin-top: -10px !important;
}

.margin-top-min-13 {
	margin-top: -13px !important;
}

.margin-top-min-18 {
	margin-top: -18px !important;
}

.margin-top-min-20 {
	margin-top: -20px !important;
}

.margin-bot-5 {
	margin-bottom: 5px !important;
}

.margin-bot-8 {
	margin-bottom: 8px !important;
}

.margin-bot-10 {
	margin-bottom: 10px !important;
}

.margin-bot-15 {
	margin-bottom: 15px !important;
}

.margin-bot-20 {
	margin-bottom: 20px !important;
}

.margin-bot-25 {
	margin-bottom: 25px !important;
}

.margin-bot-30 {
	margin-bottom: 30px !important;
}

.margin-bot-32 {
	margin-bottom: 32px !important;
}

.margin-bot-35 {
	margin-bottom: 35px !important;
}

.margin-bot-40 {
	margin-bottom: 40px !important;
}

.margin-bot-60 {
	margin-bottom: 60px !important;
}

.margin-bot-min-10 {
	margin-bottom: -10px !important;
}

.margin-bot-min-13 {
	margin-bottom: -13px !important;
}

.margin-bot-min-18 {
	margin-bottom: -18px !important;
}

.margin-bot-min-20 {
	margin-bottom: -20px !important;
}
.margin-left-20 {
	margin-left: 20px;
}

.zero-top {
	margin-top: 0 !important;
}

.zero-right {
	margin-right: 0 !important;
}

.zero-bottom {
	margin-bottom: 0 !important;
}

.zero-left {
	margin-left: 0 !important;
}
/* -- */

/* 1.4 Vertical Center Content */
.vertical-center-wrapper {
	height: 100%;
}

.vertical-center-table {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-center-content {
	display: table-cell;
	vertical-align: middle;
}
input.error {
	border: 1px dotted red;
}
form label.error, label.error {
	color: red;
	font-style: italic
}


/**
 * 2.0 COMPONENTS
 * -----------------------------------------------------------------------------
 */

/* 2.1 Buttons */
.cta {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 22px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.cta:hover, .cta:active, .cta:focus {
	color: #fff;
	text-decoration: none;
}

.cta-default {
	background: #19a9e5;
}

.cta-stroke {
	margin-top: 22px;
	border: 2px solid #19a9e5;
	background-clip: padding-box;
	color: #19a9e5;
}

.cta-stroke:hover, .cta-stroke:focus {
	color: #19a9e5;
}

.cta-default:after,
.cta-stroke:after {
	position: relative;
	top: 0;
	display: inline;
	margin-left: 0;
	content: '\e62a';
	font-weight: normal;
	font-size: 0;
	font-family: "Icomoon";
	line-height: 1;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cta-default:hover:after,
.cta-stroke:hover:after {
	margin-left: 8px;
	font-size: 14px;
	opacity: 1;
}

.cta-transparent {
	border: 2px solid rgba(255, 255, 255, 0);
	background-color: rgba(34,34,34,.14);
	background-clip: padding-box;
}

.cta-transparent:hover {
	border: 2px solid #fff;
	background-color: rgba(34,34,34,.05);
}

.play-btn {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(90, 85, 85, 0.7);
	box-shadow: 0 0 20px #5D5B56;
	color: #fff;
	font-size: 74px;
}

.play-btn:hover, .play-btn:focus {
	color: #fff;
}

.play-btn:hover {
	box-shadow: 0 0 28px #3f3e3b;
}

.inline-cta {
	margin: 0;
	padding: 20px 0;
}

.inline-cta li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
/* -- */

/* 2.2 Lists */
ul.checklist
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-indent: 10px;
	list-style: none;
	list-style-position: outside;
}
ul.checklist li
{
	padding-left: 5px;
	margin-bottom: 5px;
}

ul.checklist li:before
{
	content: '✔';
	margin-left: -1em;
	margin-right: .100em;
	color: #01a9d5;
}


/* -- */


/* 2.5 Toggle */
.panel {
	margin-bottom: 10px !important;
	border: 0;
	background: none;
	box-shadow: none;
}

.panel-default > .panel-heading {
	padding: 0;
}

.panel-heading a {
	position: relative;
	display: block;
	padding: 13px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eaebeb;
	color: #777;
	text-decoration: none;
}

.panel-heading a:hover {
	background: #dfe0e0;
}

.panel-heading a:focus {
	outline: none;
	box-shadow: none;
}

.panel-heading a:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background: #dfe0e0;
	color: #777;
	content: "\e114";
	font-family: "Icomoon";
	line-height: 1em;
}

.panel-heading.panel-active a {
	background: #19a9e5;
	color: #fff;
}

.panel-heading.panel-active a:hover {
	background: #13a0db;
}

.panel-heading.panel-active a:after {
	background: #13a0db;
	color: #fff;
	content: "\e115";
}

.panel-default > .panel-heading+.panel-collapse > .panel-body {
	border: none;
}
/* -- */

.required-field {

}

.required-field:after {

}

.required-field.field-error:after {

}

.drop-shadow {
	position:relative;

	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
}

.raised {
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.submit-btn.disabled {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	filter: alpha(opacity=65);
	cursor: not-allowed;
	pointer-events: none;
}

.form-wrapper{
	padding-top: 0px;
}

.form-wrapper h4{
	font-size: 24px;
	font-weight: 500;

}

.form-wrapper .register-form{
	padding: 20px;
	background: #f0f0f0;
	color: #000;
}

.form-wrapper .register-form label{
	font-size: 13px;
}

.form-wrapper .register-form .tel{
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-wrapper .register-form input.tel,
.form-wrapper .register-form input.form-control{
	border-color: #959594;
	height: 24px;
	padding: 0 6px;
}
.form-wrapper .register-form input.error {
	border: 1px dotted red;
}

.privacy-text{
	text-align: right;
	font-size: 12px;
}

.privacy-link{
	color: #000;
	text-decoration: underline;
}

.waitress{
	width: 620px;
}


#quotes h3{
	font-size: 28px;
	margin-bottom: 12px;
}

#quotes .quotes-row{
	background: #f0f0f0;
}

#quotes .benefits{
	background: #E9E9E9;
}

.quote{
	padding-top: 20px;
}
.quote:first-child blockquote{
	border-color: #f0f0f0;
	padding-left: 10px;
}

.quote:nth-child(2) blockquote{
	border-color: #fff;
}

.quote blockquote p{
	background: #f0f0f0;
	font-style: italic;
	font-size: 15px;
}
.quote blockquote p,
.quote blockquote footer{
	display: inline;
}
.quote blockquote footer{
	white-space: nowrap;
}
.quote footer{
	color: #959594;
}

/* 2.8 Alert Notification */
.notif-box {
	position: fixed;
	top: 0;
	z-index: 99999;
	padding: 22px;
	width: 100%;
	font-size: 90%;
	line-height: 1.4;
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.notif-box.show-up {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.notif-box p {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 3.2em;
	font-size: 1.2em;
	color: #fff;
}

.notif-box span.notif-icon{
	position: absolute;
	top: 50%;
	display: block;
	font-size: 28px;
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.notif-box.show-up span.notif-icon {
	opacity: 1;
}

.notif-box a.notification-close {
	position: absolute;
	top: 15%;
	right: 1em;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

.notif-box a.notification-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#error-notification,
#subscribe-error-notification,
#hero-error-notification {
	background: #cc3530;
	color: rgba(250, 251, 255, 0.95);
}

#error-notification.notif-box,
#subscribe-error-notification.notif-box,
#hero-error-notification.notif-box {
	box-shadow: inset 4.5em 0 #b80d07;
}

#success-notification,
#subscribe-success-notification,
#hero-success-notification {
	background: #19a9e5;
	color: rgba(250, 251, 255, 0.95);
}

#success-notification.notif-box
#subscribe-success-notification.notif-box,
#hero-success-notification.notif-box {
	box-shadow: inset 4.5em 0 #13a0db;
}
/* -- */


/* 2.10 Attention Box */
.attention-box {
	padding: 13px 0;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f7f7f9;
	background-clip: padding-box;
	text-align: center;
}

.attention-box h5,
.attention-box p,
.attention-box a {
	display: inline-block;
	margin: 0;
}

.attention-box p {
	margin: 0 14px;
}

/**
 * 3.0 HEADER & HERO SECTION
 * -----------------------------------------------------------------------------
 */
header {
	z-index: 500;
	padding: 16px 0;
}

#main-header a.logo {
	display: inline-block;
	width: 130px;
	margin-left: -16px;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-top: 12px;
}

.header-clone .container-fluid>.navbar-collapse,
.header-clone .container-fluid>.navbar-header,
.header-clone .container>.navbar-collapse,
.header-clone .container>.navbar-header {
	margin-top: 3px;
}

.header-clone .navbar-header .logo img {
	top: 12px;
}

/* -- */
#hero {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 100vh;
	color: #fff;
	background-size: cover !important;
}

.color-overlay {
	background: rgba(34, 34, 34, 0.5);
}

.hero-split-left,
.hero-split-right {
	position: absolute;
	width: 50%;
	height: 100%;
}

.hero-split-left {
	left: 0;
}

.hero-split-right {
	right: 0;
}


/* 3.5 Hero Form */
.register-form .hero-input,
.register-form .submit-btn {
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.register-form .hero-input:focus,
.register-form .submit-btn:focus {
	outline: none;
	border: none;
}

.register-form .hero-input {
	margin-bottom: 30px;
	padding: 0 20px;
	width: 100%;
	height: 50px;
}

.register-form .hero-input::-webkit-input-placeholder {

}

.register-form .hero-input::-moz-placeholder {

}

.register-form .hero-input:-ms-input-placeholder {

}

.register-form .hero-input:-moz-placeholder {

}

.register-form .phone-row{
	margin-bottom: 15px;
}

.register-form .phone-row .form-group{
	margin-bottom: 0;
}

.register-form .submit-btn {
	width: 100%;
	height: 50px;
	background: #01a9d5;
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #01a9d5;
	color: #fff;
}
.register-form #comments{
	resize: vertical;
}
.register-form-success h4{
	margin: 20px 0;
}
/* -- */

.hero-content a.cta {
	display: inline-block;
	margin-top: 88px;
}

.hero-content a.cta span {
	padding-left: 5px;
	vertical-align: text-bottom;
	font-size: 1.2em;
}



/* animated slide keyframes */
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/**
 * 7.0 OUR FEATURES SECTI0N
 * -----------------------------------------------------------------------------
 */
.
.feature-icon {
	color: #777;
	font-size: 30px;
}

.feature-title {
	margin-top: 17px;
	margin-bottom: 15px;
}




/**
  * 16.0 MAIN FOOTER SECTION
  * -----------------------------------------------------------------------------
  */

#main-footer {
	margin-top: 25px;
	padding-bottom: 30px;
}

.foot-notes li{
	font-size: 10px;
	line-height: 11px;
	margin-bottom: 3px;
}

.foot-notes li.highlight{

}

/* 16.1 App Layout Footer */
.footer-content {
	margin-bottom: 54px;
}
