/* 
Template Name: 
Theme URL: 
Description: 
Author: 
Author URL:
Version: 1.0
*/


/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   General Style                            */
/*   Typography                               */
/*   Buttons				                          */
/*   Header & Navigation                      */
/*   Sections Settings                        */
/*   Footer                                   */

/* ==========================================================================
GENERAL STYLES
========================================================================== */ 
@font-face {
	font-family: 'RealTextOffc';
	src: url('../fonts/RealTextOffc/RealTextOffc.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'RealTextOT';
	src: url('../fonts/RealTextOT/RealTextOT.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/RealTextOT/RealTextOT.otf')  format('opentype'),
	url('../fonts/RealTextOT/RealTextOT.woff') format('woff'), 
	url('../fonts/RealTextOT/RealTextOT.ttf')  format('truetype'), 
	url('../fonts/RealTextOT/fonts/RealTextOT/RealTextOT.svg#RealTextOT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RealTextOT-Medium';
	src: url('../fonts/RealTextOT/RealTextOT-Medium.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/RealTextOT/RealTextOT-Medium.otf')  format('opentype'),
	url('../fonts/RealTextOT/RealTextOT-Medium.woff') format('woff'), 
	url('../fonts/RealTextOT/RealTextOT-Medium.ttf')  format('truetype'), 
	url('../fonts/RealTextOT/RealTextOT-Medium.svg#RealTextOT-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RealTextOT-Black';
	src: url('../fonts/RealTextOT/RealTextOT-Black.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/RealTextOT/RealTextOT-Black.otf')  format('opentype'),
	url('../fonts/RealTextOT/RealTextOT-Black.woff') format('woff'), 
	url('../fonts/RealTextOT/RealTextOT-Black.ttf')  format('truetype'), 
	url('../fonts/RealTextOT/RealTextOT-Black.svg#RealTextOT-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RealTextOT-Bold';
	src: url('../fonts/RealTextOT/RealTextOT-Bold.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/RealTextOT/RealTextOT-Bold.otf')  format('opentype'),
	url('../fonts/RealTextOT/RealTextOT-Bold.woff') format('woff'), 
	url('../fonts/RealTextOT/RealTextOT-Bold.ttf')  format('truetype'), 
	url('../fonts/RealTextOT/RealTextOT-Bold.svg#RealTextOT-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RealTextOT-Light';
	src: url('../fonts/RealTextOT/RealTextOT-Light.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/RealTextOT/RealTextOT-Light.otf')  format('opentype'),
	url('../fonts/RealTextOT/RealTextOT-Light.woff') format('woff'), 
	url('../fonts/RealTextOT/RealTextOT-Light.ttf')  format('truetype'), 
	url('../fonts/RealTextOT/RealTextOT-Light.svg#RealTextOT-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RealTextOT-Ultralight';
	src: url('../fonts/RealTextOT/RealTextOT-Ultralight.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/RealTextOT/RealTextOT-Ultralight.otf')  format('opentype'),
	url('../fonts/RealTextOT/RealTextOT-Ultralight.woff') format('woff'), 
	url('../fonts/RealTextOT/RealTextOT-Ultralight.ttf')  format('truetype'), 
	url('../fonts/RealTextOT/RealTextOT-Ultralight.svg#RealTextOT-Ultralight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RealTextOT-Hairline';
	src: url('../fonts/RealTextOT/RealTextOT-Hairline.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/RealTextOT/RealTextOT-Hairline.otf')  format('opentype'),
	url('../fonts/RealTextOT/RealTextOT-Hairline.woff') format('woff'), 
	url('../fonts/RealTextOT/RealTextOT-Hairline.ttf')  format('truetype'), 
	url('../fonts/RealTextOT/RealTextOT-Hairline.svg#RealTextOT-Hairline') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MillerDisplay-Italic';
	src: url('../fonts/Miller/MillerDisplay-Italic.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/Miller/MillerDisplay-Italic.woff') format('woff'), 
	url('../fonts/Miller/MillerDisplay-Italic.ttf')  format('truetype'), 
	url('../fonts/Miller/MillerDisplay-Italic.svg#MillerDisplay-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MillerText-Italic';
	src: url('../fonts/Miller/MillerText-Italic.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/Miller/MillerText-Italic.woff') format('woff'), 
	url('../fonts/Miller/MillerText-Italic.ttf')  format('truetype'), 
	url('../fonts/Miller/MillerText-Italic.svg#MillerText-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ==========================================================================
	 01. GENERAL STYLE
========================================================================== */ 
/*------------------------------------------*/
/*	 Basic Settings
/*------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'RealTextOT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #657176;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0;
	background-color: #f1f1f1;
}
.main-wrapper {
	overflow: hidden;
}
section{
	position: relative;
	overflow: hidden;
}
.container-fluid {
	max-width: 1170px;
}

/*------------------------------------------------------------------*/
/*	 Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/
@-webkit-viewport { 
	width: device-width; 
}

@-moz-viewport { 
	width: device-width; 
}

@-ms-viewport { 
	width: device-width; 
}

@-o-viewport { 
	width: device-width; 
}

@viewport { 
	width: device-width; 
}

/*------------------------------------------*/
/*	 Link 
/*------------------------------------------*/
a, a.link-wt {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
a, a:hover, a:focus {
	color: #50a8d9;
	text-decoration: none;
}

a.link-wt {
	color: #ffffff;
	text-decoration: underline;
}
a.link-wt:hover {
	color: #dddddd;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/
ul, ol {
	padding-left: 0;
	list-style: none;
}

hr {
  border-color: #ddd;
}
/*------------------------------------------*/
/*	 Backgrounds
/*------------------------------------------*/
.light-bg{
  background-color: #fafafa;
}
.dark-bg{
  background-color: #323a45;
}
.white-bg{
  background-color: #ffffff;
}
.blue-bg {
  background-color: #196ba6;
}
.green-bg {
  background-color: #78bf60;
}
.grey-bg {
  background-color: #f1f1f1;
}
.dgrey-bg {
  background-color: #3d4346;
}

.grad-top-bg {
	height: 800px;
	position: absolute;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100&amp;0+69,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(245,245,245,0) 69%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(245,245,245,0) 69%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(245,245,245,0) 69%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.grad-bg {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76c05c+0,62aa52+10,49a3d5+38,49a3d5+95 */
	background: rgb(118,192,92); /* Old browsers */
	background: url('https://www.mileiq.com/blog/wp-content/themes/mileiq-blog-2016/images/map-bkg.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.grad-bg-2 {
  	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76c05c+0,62aa52+27,49a3d5+52,49a3d5+95 */
  	background: rgb(118,192,92); /* Old browsers */
  	background: url('https://www.mileiq.com/blog/wp-content/themes/mileiq-blog-2016/images/map-bkg.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

/*------------------------------------------*/
/*	 Overlay Effect
/*------------------------------------------*/
.overlay{
	/* Provides cross-browser RGBa background */
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80000000', endColorstr='#80000000');
	background: transparent;
	background: rgba(51, 51, 51, 0.5);
}
/* set filter as none for IE9+, because IE9+ support RGBa */
:root .overlay {
	filter: none\0/IE9;
}

/*------------------------------------------*/
/*   Wrappers & Boxes
/*------------------------------------------*/
.wrapper-section {
	margin: 50px 0;
}
.wrapper-content {
	margin: 90px 0 50px;
}
ul.ul-b {
	list-style: square;
	margin-left: 20px;
	margin-bottom: 25px;
}

a.sw_CTT span.sw-click-to-tweet {
	background-color: #e6e6e6 !important;
    border-left: 10px solid #4ea3d3 !important;
    margin-bottom: 40px;
}

a.sw_CTT  span.sw-click-to-tweet:hover{
	background-color: #e6e6e6 !important;
    border-left: 10px solid #78bf60 !important;
}

a.style4 .sw-click-to-tweet .sw-ctt-text {
	color: #4d4d4d !important;
}

a.sw_CTT i.sw.sw-twitter, span.sw-ctt-btn {
	color: #4ea3d3 !important;
}

/* vertical align */
.vmiddle{
	position: relative;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ==========================================================================
	 02. TYPOGRAPHY
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'RealTextOT', 'Helvetica Neue' Helvetica, Arial, sans-serif;
	color: #424c50;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0;
}
h1, .h1 {
	font-family: 'RealTextOT-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 60px;
}
h2, .h2 {
	font-size: 32px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 18px;
}
p, ol, ul {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
}
p.sm {
	font-size: 14px;
}
p.md {
	font-size: 18px;
}
p.lg {
	font-size: 24px;
}
p.xl {
	font-size: 38px;
}

.light {
	font-family: 'RealTextOT-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.medium {
	font-family: 'RealTextOT-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bold {
	font-family: 'RealTextOT-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* For line breaks */
span.text-block {
	display: block;
}

table {
	margin-bottom: 15px;
}
/* ==========================================================================
BUTTONS
========================================================================== */ 
.btn {
	font-family: 'RealTextOT-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #fff;
}
.btn:focus {
	outline: none;
}
.btn:hover {
	text-decoration: none;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
}
/*------------------------------------------*/
/*   Buttons Color
/*------------------------------------------*/
.btn-ghost-white,
.btn-ghost-white-green,
.btn-ghost-white-blue {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-ghost-white:hover {
  background: #ffffff;
  color: #3e3e3e;
  border-color: #ffffff;
}
.btn-ghost-white-green:hover {
  background: #ffffff;
  color: #78bf60;
  border-color: #ffffff;
}
.btn-ghost-white-blue:hover,
.btn-ghost-white-blue:focus {
  background: #ffffff;
  color: #4ea3d3;
  border-color: #ffffff;
}

.btn-ghost-blue {
	background: #fff;
	color: #4ea3d3;
	border-color: #4ea3d3;
}
.btn-ghost-blue:hover {
	background: #4ea3d3;
	color: #fff;
	border-color: #4ea3d3;
}

.btn-ghost-green {
	background: #fff;
	color: #8fbf62;
	border-color: #8fbf62;
}
.btn-ghost-green:hover {
	background: #8fbf62;
	color: #fff;
	border-color: #8fbf62;
}

.btn-blue {
	background: #4ea3d3;
	color: #fff;
	border-color: #4ea3d3;
}
.btn-blue:hover {
	background: #fff;
	color: #4ea3d3;
	border-color: #4ea3d3;
}
.btn-green,
.btn-green-full {
  color: #fff;
  background: #78bf60;
  border-color: #78bf60;
}
.btn-green:hover {
  color: #78bf60;
  border-color: #fff;
  background: #fff;
}
.btn-green-full:hover {
  color: #78bf60;
  border-color: #78bf60;
  background: transparent;
}
.btn-wide {
  padding: 10px 70px;
}

/* ==========================================================================
HEADER & NAVIGATION
========================================================================== */

/*------------------------------------------*/
/* Navbar General Settings
/*------------------------------------------*/
#nav-wrapper {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.navbar{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  min-height: auto;
  margin-bottom: 0;
}
.navbar-fixed-top {
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
	-webkit-transform: none;
	transform: none;
}
.navbar-fixed-top.is-scrolling,
.navbar-fixed-top.navbar-solid, 
.navbar-fixed-top.is-scrolling.navbar-solid {
	background: rgba(51,51,51,0.8);
}
.navbar-fixed-top.navbar-solid {
	/*background: rgba(51,51,51,0.8);*/
	background: none;
}
.navbar-right{
	position: relative;
	top: 5px;
	float: left;
	text-align: left;
	margin-right: 15px !important;
}
.navbar-brand {
	height: auto;
}
/* Img-Logo Fixes */
.navbar-brand.img-logo {
	padding: 0 15px;
}
.navbar-brand.img-logo img {
	width: 150px;
	height: auto;
}

/*------------------------------------------*/
/* Navbar Mobile Menu
/*------------------------------------------*/
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-toggle {
	color: #ffffff;
	padding: 0; 
	margin-top: 6px;
	margin-bottom: 0;
	font-size: 26px;
}
.navbar-collapse {
	box-shadow:none;
	border:0;
}

/*------------------------------------------*/
/* Navbar Mobile Menu
/*------------------------------------------*/
.navbar-toggle .icon-bar {
	width: 30px;
	transition: all 0.2s;
	height: 3px;
  border-radius: 1px;
  background: #fff;
  margin-bottom: 7px;
}
.navbar-toggle .top-bar {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	transform: rotate(45deg);
	transform-origin: 0% 10%;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	transform: rotate(-45deg);
	transform-origin: 4% 90%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-ms-transform: rotate(0);
}

/*------------------------------------------*/
/* Navbar Links Menu
/*------------------------------------------*/
.navbar-nav>li {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-nav>li:last-child a {
  color: #ffffff;
  border:none;
  background: rgba(120,191,96,1);
}

body.modal-open .navbar-nav>li:last-child a {
  background: #ffffff;
  color: #3e3e3e;
  border-color: #ffffff;
  border-radius: 2px;
}

.navbar-nav>li:last-child a:focus{
  background: rgba(120,191,96,1);
  color: #ffffff;
}

.navbar-nav>li>a{
	font-family: 'RealTextOT-Medium', Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav>li>a:hover{
	color:#FFD450;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
}

.navbar-nav>li>a:focus, 
.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus, 
.navbar-nav>.current-menu-item>a, .navbar-nav>.current-menu-item>a:hover, .navbar-nav>.current-menu-item>a:focus {
	color: #FFD450;
	background-color: transparent;
}

/* Header Nav */
.main-nav .navbar-nav>li:nth-child(-n+2) {
	border-right: 1px solid rgba(255,255,255,0.5);
}
.main-nav .navbar-nav>li:nth-child(-n+3) {
	border-right: 1px solid rgba(255,255,255,0.5);
}

/*------------------------------------------*/
/*  Navbar Buttons
/*------------------------------------------*/
.navbar-nav>li>a.btn-nav {
	margin: -10px 0 0 0;
	padding: 7px 30px;  
	text-transform: none;
}
.navbar-nav>li>a.btn-nav:hover, 
.navbar-nav>li>a.btn-nav:focus {
	background: #ffffff;
	color: #3e3e3e;
	border-color: #ffffff;
}

/*------------------------------------------*/
/* Hero-Section
/*------------------------------------------*/
.hero-section h1 {
	font-size: 70px;
	margin-bottom: 10px;
}
.hero-section p {
	margin-bottom: 60px;
}

/*------------------------------------------*/
/* Badges
/*------------------------------------------*/
ul.badges {
	margin: 0 -10px;
}
.badges li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.badges img {
	max-width: 100%; 
}

/* ==========================================================================
SECTIONS
========================================================================== */
/* Titles */
.section-title {
	margin-bottom: 50px;
}
.section-title h2 {
	font-family: 'RealTextOT-Medium';
	line-height: 1.1em;
	text-align: center;
	color: #fff;
}
.section-title h2::before,
.section-title h2::after {
	margin: 0 auto;
	content: "";
	display: block;
	height: 1px;
	width: 350px;
}
.section-title h2::before {
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
.section-title h2::after {
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

/* Other colors */
.section-title.grey h2,
.grey {
	color: #657176;
}
.section-title.grey h2::before,
.section-title.grey h2::after {
	border-color: #657176;
	width: 350px;
}
.section-title.dblue h2,
.dblue {
	color: #3d4346;
}
.section-title.dblue h2::before,
.section-title.dblue h2::after {
	border-color: #3d4346;
}
.lblue {
	color: #50a8d9;
}
.green {
	color: #77c05c;
}

.adt-title {
	color: #fff;
	margin-bottom: 70px;
}
.adt-title h1 {
	color: #212121;
	margin-bottom: 20px;
}
.adt-title p {
	font-size: 32px;
	color: #212121;
	margin-bottom: 20px;
}

/* ==========================================================================
BLOG
========================================================================== */
.wrapper-inner-content {
	background:#f1f1f1; 
	padding:30px;
}

.header-title {
	margin: 0 auto 34px;
	text-align: center;
	width: 500px;
}

.header-title a {
	text-decoration: none;
}

.header-title .header-blog-title {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  color: #fff;
  font-size: 18px;
}
.header-title .header-blog-title:before,
.header-title .header-blog-title:after {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 160px;
}
.header-title .header-blog-title:before {
  right: 100%;
}
.header-title .header-blog-title:after {
  left: 100%;
}

.header-title .header-blog-name {
	font-family: 'RealTextOT-Medium';
	color: #fff;
	font-size: 60px;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.header-title .header-blog-name::after {
	margin: 0 auto;
	content: "";
	display: block;
	width: 400px;
	height: 1px;
}
.header-title .header-blog-name::after {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.8);
}
p.cur-date {
	font-size: 16px;
	color: #fff;
}

.post-wrapper {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 3px;
}

.post-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px 3px 0 0;
}
.post-ft .post-img {
	height: 230px;
}
.post-bs img {
	width: 100%;
	border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.post-rl .post-img {
	height: 160px;
}

.post-content {
	padding: 25px;
}
.arrow-up + .post-content {
	padding-top: 10px;
}
.post-jb .post-content {
	padding: 30px;
	border-radius: 3px 3px 0 0;
}
.post-content .post-title h3, .post-content .post-title h3 a {
	font-size: 22px;
	color: #657176;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 10px;
}


.post-content .post-title h2, .post-content .post-title h2 a {
	font-size: 42px;
	color: #424c50;
	margin-bottom: 20px;
}


body.home .post-content .post-title h2, body.home .post-content .post-title h2 a{
	font-weight: bold;
}

body.archive.category .post-content .post-title h2, body.archive.category .post-content .post-title h2 a{
	font-weight: bold;
}

.post-content .post-title h1.main-post-title{
	font-family: 'RealTextOT-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 41px;
	color: #424C50;
}

.posts-rl {
	margin-top: 45px;
}
.post-rl .post-content .post-title h3, .post-rl .post-content .post-title h3 a {
	font-size: 16px;
	color: #657176;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.post-jb .post-content .post-title h3, .post-jb .post-content .post-title h3 a {
	font-size: 24px;
	color: #ffffff;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.post-header {
	margin-bottom: 20px;
}

.post-header.single{
	display:none;
}
.post-header span {
	padding-right: 7px;
}
.post-header span.post-date {
	padding-left: 7px;
}
.post-header p {
	font-size: 13px;
	margin-bottom:0; 
}
.post-header .social-icons {
    float: right;
    margin-bottom: 0;
}
.post-header .social-icons ul {
    border-left: 1px solid #dddddd;
    padding-left: 20px;
}
.post-header .social-icons ul li {
    margin-left: 15px;
    font-size: 18px;
    color: #9ca4a7;
}
.post-header .social-icons ul li a {
    color: #9ca4a7;
}
a.post-author {
	color: #509cd4;
}
a.post-author:hover, a.post-author:focus {
	color: #2D638C;
}
.post-text {
	padding-bottom: 15px;
}
.post-text p {
	padding-bottom: 20px;
	color:#424C50;
	line-height: 1.7em;
}
.post-text h1, .post-text h2, .post-text h3, .post-text h4 {
	font-family: 'RealTextOT-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #424C50;
	margin-top: 10px;
	margin-bottom: 20px;
}
.post-text h1 {
	font-size: 35px;
}
.post-text ul {
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-type: disc;
}
.post-text ul li {
	margin-bottom: 6px;
    color: #424C50;
}

.post-text img{
	max-width: 100%;
	height: auto;
}

.post-footer {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
}
.post-footer li {
	display: inline-block;
	padding: 0 8px;
}
.post-footer ul, .post-footer li, .post-footer a {
	color: #424c50;
	font-size: 14px;
}
a.read-more {
	color: #50a8d9;
}
a:hover.read-more{
	color: #424c50 !important;
}
.post-footer a:hover, .post-footer a:focus {
	color: #50a8d9;
}
.post-footer ul.footer-left,
.post-footer ul.footer-social {
	padding: 5px 0;
}
.post-footer ul.footer-left li {
	border-right: 1px solid rgba(90,103,109,0.6);
}
.post-footer ul li i {
	font-size: 16px;
	color: rgba(90,103,109,0.6);
	vertical-align: top;
	text-align: center;
}
.post-footer ul.footer-social {
	font-family: 'MillerText-Italic';
	font-weight: 500;
	text-align: right;
}
.post-footer ul.footer-social li {
	padding-right: 20px;
}
.post-footer ul.footer-social li i {
	color: rgba(90,103,109,0.6);
	padding-right: 8px;
}
.post-footer ul.footer-social li span {
	padding-right: 8px;
	font-size: 14px;
}
.post-footer ul li:first-child {
	padding-left: 0 !important;
}
.post-footer ul li:last-child {
	padding-right: 0; 
	border: none !important;
}
.post-author-info {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	margin-bottom: 30px;
}
.post-author-img {
	float: left;
}
.post-author-img img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}
.post-author-description {
	display: block;
	padding-left: 90px;
}
.post-author-description p {
	font-size: 13px;
}
.post-author-description p.author-name {
	font-size: 14px;
	color: #424c50;
}
.post-header .post-tags a, .post-header .post-categories a {
		color: #657176;
}
.post-header .post-tags a:hover, .post-header .post-categories a:hover {
		color: #509cd4;
}
.post-tags-bottom a {
	margin-right: 15px; 
	margin-bottom: 15px;
}

.post-footer.post-pager {
    margin-top: 15px;
}
.post-footer.post-pager .pager-left {
	float: left; 
	border-right: 1px solid #ddd; 
	padding: 5px 10px 5px 0; 
	margin-right: 20px;
}
.post-footer.post-pager .pager-right {
	float: right; 
	border-left: 1px solid #ddd; 
	padding: 5px 0 5px 10px; 
	margin-left: 20px;
}
.post-footer.post-pager .pager-left a,
.post-footer.post-pager .pager-right a {
    font-family: 'RealTextOT-Medium';
    font-size: 16px;
    color: #50a8d9;
}
.post-jb .post-description {
	color: #fff;
}
.post-jb .post-btn {
	padding: 30px;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	position: relative; 
  bottom: 12px;
  left: 30px;
}
.cat-menu {
	border-bottom: 1px solid #b6bcbe;
	margin: 0 auto 30px;
	text-align: center;
} 
.cat-menu ul {
	margin-bottom: 10px;
}
.cat-menu ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.cat-menu ul li a {	
	font-family: 'RealTextOT-Medium';
	color: #657176;
	font-size: 16px;
	border-right: 1px solid #657176;
	padding: 0 20px;
}
.cat-menu a:hover, .cat-menu ul li.active a, 
.post-content .post-title h2 a:hover,
.post-content .post-title h3 a:hover {
	color: #4ea3d3;
}
.cat-menu.cat-menu-bl ul li a {	
	color: #657176;
	border-right: 1px solid #cccccc;
}
.cat-menu.cat-menu-bl a:hover, .cat-menu.cat-menu-bl ul li.active a {
	color: #4ea3d3;
}
.cat-menu ul li:last-child a {
	border-right: none;
}

.breadcrumb {
	font-family: 'RealTextOT-Bold';
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
    background-color: transparent;
}
.breadcrumb>li {
    margin-bottom: 5px;
}
.breadcrumb li a {
	font-size: 16px;
}
.breadcrumb>li+li:before {
    font-family: 'RealTextOT';
    padding: 0 15px;
    color: #657176;
    content: "\003e";
}
.breadcrumb>.active {
    color: #cccccc;
}

/* archive and search title */

.archive h1.page-title, 
.search h1.page-title {
	color: #424c50;
	font-size: 40px;
	font-family: 'RealTextOT-Medium';
	line-height: 1.1em;
	margin-bottom: 30px;
}
.archive h1.page-title::before,
.archive h1.page-title::after,
.search h1.page-title::before,
.search h1.page-title::after {
	margin: 0 auto;
	content: "";
	display: block;
	height: 1px;
	width: 350px;
}

.post-ft .post-content .post-title h3, .post-ft  .post-content .post-title h3 a {
	font-size: 18px;
}


.post-tags-bottom a.btn {
	font-size: 12px;
	padding: 5px 20px;
}
/* page title */

.page .header-title {
	margin-bottom: 50px;
}
.page .header-title h2 {
	font-family: 'RealTextOT-Medium';
	font-size: 28px;
	line-height: 1.1em;
	text-align: center;
}
.page .header-title h2::before,
.page .header-title h2::after {
	margin: 0 auto;
	content: "";
	display: block;
	width: 350px;
	height: 1px;
}
.page .header-title h2::before {
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.5);
}
.page .header-title h2::after {
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.5);
}

/*------------------------------------------*/
/* Shadows
/*------------------------------------------*/
.shadow {
	-webkit-box-shadow: 1px 1px 3px 0px rgba(13,13,13,0.15);
	-moz-box-shadow: 1px 1px 3px 0px rgba(13,13,13,0.15);
	box-shadow: 1px 1px 3px 0px rgba(13,13,13,0.15);
}

/* ==========================================================================
SIGN UP
========================================================================== */ 
.sign-up {
	background-image: url("../images/map.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 120px;
	font-family: 'RealTextOT-Light';
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	position: relative;
}
.sign-up li {
	float: left;
}
.sign-up li.devices {
	position: relative;
	z-index: 10;
  top: 0;
  left: 0;
  margin-top: -120px;
  margin-left: -50px;
}
.sign-up li.sign-up-content {
    margin: 25px 25px 25px 16px;
    width:45%;
}
.sign-up li.badges {
	margin: 25px 0;
	float: right;
	margin-right: -116px;
    margin-top: -114px;
    width: 50%;
}
.sign-up li.badges ul {
	margin-right: -10px;
}
.sign-up h5 {
	font-family: 'RealTextOT-Medium';
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}

/* ==========================================================================
FOOTER
========================================================================== */ 
.footer {
	background: #3d4346; 
	padding: 45px 0;
	line-height: 1.4em;
}
.footer, .footer a{
	color: #e7e8e9;
}
.footer li a:hover {
	color: #4ea3d3;
}
.footer h5{
	font-family: 'RealTextOT-Bold';
	font-size: 20px;
	color: #9ea4a6;
	margin-top: 0;
	margin-bottom: 30px;
}
.footer h5::after {
	margin-top: 10px;
	content: "";
	display: block;
	border-bottom: 1px solid #6e7476;
	width: 100px;
	height: 1px;
	vertical-align: middle;
}

/* Menues */
.footer .menues .menu {
	margin-bottom: 30px; 
}
.footer .menues ul li a::after {
	margin-top: 5px;
	margin-bottom: 5px;
	content: "";
	display: block;
	border-bottom: 1px solid #4f5557;
	width: 100px;
	height: 1px;
}

/* Social */
.social-icons {
	float: right;
	margin-bottom: 50px;
}
.social-icons ul li  {
	display: inline-block;
	margin-left: 32px;
	font-size: 25px;
}
.social-icons ul li:first-child {
	margin-left: 0;
}

/* Copyright */
.footer .copy {
	color: #888888;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-top: 1px solid #5a5f62;
	margin-top: 25px;
	padding: 15px 0;
}
.footer .copy li {
	display: inline-block;
	padding: 0 15px;
	line-height: 18px;
}
.footer .copy li:first-child {
	border-right: 1px solid #888888;
}
.footer .copy li a, .footer .copy li {
	color: #888888;
	font-size: 14px;
}
.footer .copy li:first-child {
	padding-left: 0;
}
.footer .copy li:last-child {
	padding-left: 20px;
}

/* Line */
.footer-line {
	height: 10px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76c05c+1,39805c+32,4ba3d5+64,196ba6+100 */
	background: #76c05c; /* Old browsers */
	background: -moz-linear-gradient(left,  #76c05c 1%, #39805c 32%, #4ba3d5 64%, #196ba6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#76c05c), color-stop(32%,#39805c), color-stop(64%,#4ba3d5), color-stop(100%,#196ba6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #76c05c 1%,#39805c 32%,#4ba3d5 64%,#196ba6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #76c05c 1%,#39805c 32%,#4ba3d5 64%,#196ba6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #76c05c 1%,#39805c 32%,#4ba3d5 64%,#196ba6 100%); /* IE10+ */
	background: linear-gradient(to right,  #76c05c 1%,#39805c 32%,#4ba3d5 64%,#196ba6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c05c', endColorstr='#196ba6',GradientType=1 ); /* IE6-9 */
}

/* ==========================================================================
	SVG FORMAT
========================================================================== */ 
svg.svg-icon {
	stroke: #fff;
	stroke-width : 1.5px;
}

/* ==========================================================================
	OFFCANVAS MENU
========================================================================== */ 
#sb-site, .sb-site-container {
	background-color: #f1f1f1;
}
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
.sb-slidebar {
	background: #3d4346;
	border-left: 1px solid #000;
	z-index: 9999;
}
.sb-slidebar:after {
	height: 10px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76c05c+1,39805c+32,4ba3d5+64,196ba6+100 */
	background: #76c05c; /* Old browsers */
	background: -moz-linear-gradient(left,  #76c05c 1%, #39805c 32%, #4ba3d5 64%, #196ba6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#76c05c), color-stop(32%,#39805c), color-stop(64%,#4ba3d5), color-stop(100%,#196ba6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #76c05c 1%,#39805c 32%,#4ba3d5 64%,#196ba6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #76c05c 1%,#39805c 32%,#4ba3d5 64%,#196ba6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #76c05c 1%,#39805c 32%,#4ba3d5 64%,#196ba6 100%); /* IE10+ */
	background: linear-gradient(to right,  #76c05c 1%,#39805c 32%,#4ba3d5 64%,#196ba6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c05c', endColorstr='#196ba6',GradientType=1 ); /* IE6-9 */
}
.sidebar-wrapper {
	/*height: 100%;*/
	padding: 15px 25px 45px 45px;
}
.sidebar-wrapper + .footer-line {
	/*position: absolute;
	bottom: 0px;*/
}
.sidebar-header {
	margin-bottom: 60px;
} 
a.sidebar-logo {
	height: auto;
  cursor: pointer;
}
a.sidebar-logo img {
    height: 38px;
    width: auto;	
}
.sidebar-close {
	float: right;
	cursor: pointer;
	padding: 5px 0;
}
/* ==========================================================================
	PAGES
========================================================================== */

.header-page .overlay {
	height: 770px;
}
.header-page .vmiddle {
  top: 45%;
}
.header-page .hero-section h1 {
	font-size: 60px;
	line-height: 1.1em;
	margin-bottom: 30px;
}
.header-page .section-title {
	position: relative;
	top: 130px;
}

/* Custom Backgrounds */
#how-it-works .header-page {
	background: url("../images/hero-how-it-works.jpg") no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size:cover;
	background-size: cover;
}
#how-it-works .header-page .overlay {
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+21&amp;0.23+0,0.84+88 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.23) 0%, rgba(0,0,0,0.38) 21%, rgba(0,0,0,0.84) 88%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.38) 21%,rgba(0,0,0,0.84) 88%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.38) 21%,rgba(0,0,0,0.84) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b000000', endColorstr='#d6000000',GradientType=0 ); /* IE6-9 */
} 
#trusted-service + .bg {
	background-image: url("../images/bg_trusted-service.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#about-us .header-page {
	background: url("../images/hero-about-us.jpg") no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size:cover;
	background-size: cover;
}
#our-story.bg {
	background-image: url("../images/bg_our-story.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#press .header-page {
  background: url("../images/hero-press.jpg") no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size:cover;
  background-size: cover;
}
#press .header-page .overlay {
    height: 650px;
}
/* Wrapper Tier */
.wrapper-tier {
	color: #fff;
	margin: 90px 0;
}
.wrapper-tier h2 {
	line-height: 1.1em; 
	margin-bottom: 40px;
}

/* List Styles - Color Bullets */
ul.list-style-01, ul.list-style-02, ul.list-style-03 {
	font-size: 20px;
	line-height: 20px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 25px 0 15px;
	margin: 40px 0 0 0;
}
ul.list-style-03 {
	border: none;
	margin-top: 0;
	padding: 0;
}
ul.list-style-01 li, ul.list-style-02 li {
	background: url("../images/bullet-01.png") no-repeat;
	padding-left: 50px;
	padding-top: 2px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
ul.list-style-02 li {
	background: url("../images/bullet-02.png") no-repeat;
}
ul.list-style-03 li {
	background: url("../images/bullet-02.png") no-repeat;
	padding-left: 50px;
	padding-top: 2px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

/* ==========================================================================
Horizontal Quotes - Testimonials
========================================================================== */
.top-quote-wrapper {
	background: #ededed; 
}
.top-quote-wrapper.pos {
	position: relative; 
	margin-top:-60px; 
}
ul.top-quote {
	width: 100%; 
	padding: 40px 50px;
}
ul.top-quote > li {
	display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #868686;
  padding: 0 50px;
  text-align: left;
}
ul.top-quote > li:first-child {
	min-width: 300px;
}
ul.top-quote > li:last-child {
	border: none;
}
blockquote.style-02 {
	font-family: 'MillerText-Italic';
	line-height: 28px;
	font-size: 19px;
	border: none;
	margin: 0;
	padding: 0 20px;
	color: #3d4346;
}
blockquote.style-02 .bqstart {
	float: left;
	height: 45px;
	margin-top: -25px;
	margin-left: -40px;
	margin-bottom: -50px; 
	padding-top: 45px;
	font-size: 70px;
	color: rgba(61,67,70,0.5);
}
ul.rating-star li {
	display: inline-block;
	border: none;
	padding: 0;
}
p.star-text {
	font-size: 22px;
	line-height: 1em;
}

/* * ==========================================================================
Carrousel Quotes - Testimonials
========================================================================== */

/* General Settings */
.carousel-content {
    display: block;
}
.carousel-indicators {
    bottom: 40px;
}
#carousel-quotes .carousel-indicators {
    z-index: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.carousel-indicators .active {
  background-color: #888;
  border: 1px solid #888;
}

/* Testimonial Carousel */
.carousel-quotes.bg{
	background: #3d4346;
	display: none;
}
#carousel-quotes .carousel-content {
	border-radius: 5px;
	margin-bottom: 20px;
	background: #ededed;
}
#carousel-quotes ul.top-quote {
	padding: 40px !important;
}
#carousel-quotes ul.top-quote > li {
	display: block;
  vertical-align: middle;
  border: none;
  padding: 0;
}
#carousel-quotes ul.top-quote > li:first-child {
	width: 100%;
}
#carousel-quotes ul.top-quote > li:last-child {
	margin: 25px 0;
	padding: 30px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
#carousel-quotes ul.top-quote > li:last-child blockquote {
	font-size: 18px;
	padding: 0 30px;
}
#carousel-quotes ul.rating-star {
	margin-bottom: 3px;
}
#carousel-quotes ul.rating-star li {
	display: inline-block;
	border: none;
	padding: 0;
	color: #555;
}
#carousel-quotes p.star-text {
	font-size: 20px;
	color: #555;
	line-height: 1em;
}

/* ==========================================================================
Sticky Menu - How It Works Page
========================================================================== */
.sticky-home-scrolled {
  position: fixed;
  z-index: 1;
  width: 100%;
}
.sticky-nav {
  z-index: 150;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.sticky-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 82px;
}
.nav-sections {
  width: 100%;
  padding: 30px 0;
}
.nav-sections>li {
	font-family: 'RealTextOT-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-sections>li a {
	color: #ffffff;
	padding: 8px 10px;
	opacity: 0.5;
	height: 45px;
}
.nav-sections>li a span {
	margin-left: 45px;
	display: block;
}
.nav-sections>li:nth-child(1) a {
	background: url("../images/icons/icon_sticky-automatic.png") no-repeat ;
}
.nav-sections>li:nth-child(2) a {
	background: url("../images/icons/icon_sticky-easy.png") no-repeat;	
}
.nav-sections>li:nth-child(3) a {
	background: url("../images/icons/icon_sticky-experience.png") no-repeat;	
}
.nav-sections>li:nth-child(4) a {
	background: url("../images/icons/icon_sticky-robust.png") no-repeat;		
}
.nav-sections>li:nth-child(5) a {
	background: url("../images/icons/icon_sticky-trusted.png") no-repeat;		
}
.nav-sections>li:nth-child(6) a {
	background: url("../images/icons/icon_sticky-plans.png") no-repeat;		
}
.nav-sections>li a:hover,
.nav-sections>li.active a {
	opacity: 1;
}
.anchor{
  display: block;
  height: 177px; /*same height as header*/
  margin-top: -177px; /*same height as header*/
  visibility: hidden;
}

/* ==========================================================================
	Pricing Plans
========================================================================== */
.plans {
	margin-top: 70px;
	margin-bottom: 70px;
}
.plans .link-item .link-content {
	padding: 30px 30px 50px;
}
.plans .link-item .link-content h3 {
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 0;
	height: 90px;
}
.plans .link-item p.lg {
  font-size: 24px;
  margin-top: 5px;
}
.link-footer {
	margin: 0 30px;
	padding: 20px 0 30px;
	border-top: 1px solid #50a8d9;
}
.plans .link-item .link-footer p span {
	font-family: 'RealTextOT';
	display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.3em;
  margin-left: 10px;
  text-align: left;
}
.plans .link-item .link-footer .border {
	border-right: 1px solid #50a8d9;
}
.plans .link-item .link-content h3.bg-icon{
	background: url("../images/icons/icon_best-value.png") no-repeat;		
	background-position: right top;
	background-size: 115px 90px;
}

/* Botton Line */
.bottom-line {
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding-top: 30px;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.bottom-line p {
	font-size: 42px;
	margin-bottom: 20px;
}



/* ==========================================================================
ABOUT US
========================================================================== */

#our-team .staff {
	margin: 60px 0;
}
#our-team .staff img {
	max-width: 100%;
}

/* Staff */
.staff .item-staff {
	position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin-bottom: 30px;
}
.staff .item-staff * {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.staff .item-staff .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76c05c+3,4ba3d5+56 */
	background: #76c05c; /* Old browsers */
	background: -moz-linear-gradient(left,  #76c05c 3%, #4ba3d5 56%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #76c05c 3%,#4ba3d5 56%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #76c05c 3%,#4ba3d5 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c05c', endColorstr='#4ba3d5',GradientType=1 ); /* IE6-9 */
    color: #fff;
    opacity: 0;
    text-align: center;
    padding: 50px 10px;
    moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}
.staff .item-staff:hover .overlay {
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.staff .item-staff .item-info {
    height: 100px;
    margin-top: 0;
    padding: 0 10px;
    position: absolute;
    text-align: left;
    top: 10%;
    width: 97%;
    color: #fff;
}
.staff .item-staff .overlay span {
	font-size: 20px;
	padding-top: 6px;
}

.staff .item-staff .item-info-sm {
    margin-top: 10px;
    text-align: left;
    color: #000;
    display: none;
}
.staff .item-staff .overlay span {
	font-size: 18px;
	padding-top: 6px;
}

#about-us .bottom-line .btn {
	margin: 35px 0;
}

/* ==========================================================================
HELP CLASSES
========================================================================== */


.m-bot20 {
	margin-bottom: 20px;
}
.m-bot40 {
	margin-bottom: 40px;
}
.p-lr70 {
	padding: 0 70px;
}



.widget {
    margin: 0 0 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(13,13,13,0.15);
	-moz-box-shadow: 1px 1px 3px 0px rgba(13,13,13,0.15);
	box-shadow: 1px 1px 3px 0px rgba(13,13,13,0.15);
}
h3.widget-title {
	font-family: 'RealTextOT-Bold';
	line-height: 1.1em;
	text-align: left;
	color: #657177;
	margin-top: 0;
	margin-bottom: 30px;
}
h3.widget-title::before,
h3.widget-title::after {
	margin: 0 auto;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
h3.widget-title::before {
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #657177;
}
h3.widget-title::after {
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #657177;
}
.banner-widgets .widget-content {
	padding: 0;
}
.widget-content {
	padding: 25px;
}
.widget-content p {
	margin-bottom: 20px;
}
.widget_basic .widget-content {
	padding: 0;
}
.widget img {
    height: auto;
    max-width: 100%;
}
.widget_wysija .widget-content p {
	margin-bottom: 0;
}
.wysija-input {
	margin-top: 15px;
}
ul.tabs-nav {
    overflow: hidden;
    padding: 0;
    text-align: left;
    margin-bottom: 40px;
}
ul.tabs-nav li {
    float: left;
    margin: 0;
    border: none;
    clear: none;
    padding-right: 20px;
}
ul.tabs-nav li:last-child {
    padding-right: 0;
}
ul.tabs-nav li a {
	font-family: "RealTextOT-Medium";
	color: #acb3b6;
}
ul.tabs-nav li.active a, ul.tabs-nav li.active a:hover {
    color: #509cd4;
}
.recent_tabs .tab {
    display: none;
}
.recent_tabs .show_tab {
    display: block;
    overflow: hidden;
}
.widget ul.tab li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 1.1em;
}
.widget ul.tab li:last-child {
	margin-bottom: 0;
    border-bottom: none;
}
.widget .pic {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 7%;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.widget .txt-holder {
    float: left;
    width: 68%;
}
.widget .txt-holder a {
	font-size: 14px;
	color: #424c50;
}
.widget .txt-holder span {
	font-family: "RealTextOT-Medium";
	font-size: 13px;
	color: #bfc6ca;
	display: block;
}
.recent_tabs .tags-tab a, .tagcloud a {
    font-family: "RealTextOT-Medium";
    padding: 5px 10px;
    border: 1px solid #4ea3d3;
    border-radius: 3px;
    display: inline-block;
    margin: 4px 0px;
    color: #4ea3d3;
    font-size: 12px !important;
}
.recent_tabs .tags-tab a:hover, .tagcloud a:hover {
    background: #4ea3d3;
    color: #fff;
}

.widget_wysija_cont .wysija-submit {
	font-family: 'RealTextOT-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #8fbf62;
	background: #8fbf62;
	width: 100%;
}
.wysija-input {
	width: 100%;
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 7px 10px;
}

.numeric-nav {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.numeric-nav-border {
	position: relative;
    border-top: 1px solid #b6bcbe;
    top: 1px;
    z-index: 0;
}
.numeric-nav ul {
    margin: 0;
    list-style: none;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    overflow: hidden;
    display: inline-block;
}
.numeric-nav ul li.prev-btn {
    
}
.numeric-nav ul li.prev-btn a,
.numeric-nav ul li.first-btn a {
    padding-left: 0;
}
.numeric-nav ul li {
    float: left;
    display: block;
}
.numeric-nav ul li a {
	font-family: Arial;
    font-size: 14px;
    display: block;
    padding: 5px 20px;
    width: 100%;
    height: 100%;
    color: #9ca4a7;
}
.numeric-nav ul li.active {
    border-top: 1px solid #50a8d9;
    color: #50a8d9;
    position: relative;
    top: 0;
}
.numeric-nav ul li:hover a, .numeric-nav ul li.active a {
    color: #50a8d9;
}
.numeric-nav ul li.active a {
		font-weight: bold;
}
.numeric-nav ul li.next-btn, 
.numeric-nav ul li.last-btn {
    float: left;
    margin-right: 0;
}
.numeric-nav ul li.next-btn a,
.numeric-nav ul li.last-btn a {
    padding-right: 0;
}

.numeric-nav ul li.prev-btn {
	padding-right: 50px;
}
.numeric-nav ul li.next-btn {
    padding-left: 50px; 
}



.post-share.active {
    background-position: 0 -32px;
}
.post-share {
    background: url(images/share/share-icon.png) 0 -1px transparent no-repeat;
    display: block;
    float: left;
    position: relative;
    height: 15px;
    text-align: left;
}
.social-widgets-holder a:visited, .social-widgets-holder a {
    color: rgba(102, 102, 102, 0.75);
}
.post-share ul.share-list {
    display: none;
    width: 119px;
    height: 129px;
    background: url(../images/share/post-share-bg-v2.png) 0 0 transparent;
    position: absolute;
    top: -134px;
    left: -50px;
    margin: 0;
    list-style: none;
}
.post-share ul.share-list li {
    font-family: "RealTextOT";
    display: block;
    margin: 10px;
    padding: 0; 
}
.post-share ul.share-list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 30px;
    color: rgb(255, 255, 255);
    line-height: 24px;
}
.post-share ul.share-list li.facebook a {
    background: url(../images/share/post-share-fb-icon.png) 0 0 transparent no-repeat;
    opacity: .7;
}
.post-share ul.share-list li.twitter a {
    background: url(../images/share/post-share-tw-icon.png) 0 0 transparent no-repeat;
    opacity: .7;
}
.post-share ul.share-list li.pinterest a {
    background: url(../images/share/post-share-pinterest-icon.png) 0 0 transparent no-repeat;
    opacity: .7;
}
.search-form label {
    width: 100%;
    margin-bottom: 0;
}
.search-form .search-field {
    font-size: 15px;
    color: #696d6f;
    outline: none;
    height: 35px;
    border: 1px solid #ced1d3;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100%;
    padding: 10px;
    background: #fdfdfd url(../images/icons/icon_search-bar.png) 100% 50% no-repeat;
    font-weight: 300;
    box-sizing: border-box;
}
.search-form .search-submit {
    display: none;
}

.search-form .ui-btn {
	display:none;
}

.search-form ::-webkit-input-placeholder {
    font-family: 'RealTextOT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.search-form :-moz-placeholder {
    font-family: 'RealTextOT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.search-form ::-moz-placeholder {
    font-family: 'RealTextOT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.search-form :-ms-input-placeholder {
    font-family: 'RealTextOT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

/* ==========================================================================
DOWNLOAD MODAL
========================================================================== */
#downloadModal {
  z-index: 9999;
}
#downloadModal .modal-dialog {
  width: 100%;
  max-width: 900px;
}

#downloadModal ul.mileiq-feats li {
  display: inline-block;
  width: 218px;
  background: url("https://www.mileiq.com/images/popups/download-modal/green-check.png") no-repeat;
  padding-left: 28px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color:#808080;
}

#downloadModal .quote-author {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

#downloadModal .quote-text {
  color: #FFF;
  position: absolute;
  bottom: 8px;
  left: -5px;
  padding: 11px;
  text-align: right;
}

#downloadModal ul.mileiq-feats.lower {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#downloadModal ul.mileiq-feats.lower li .inner {
  width: 300px;
}

#downloadModal ul.mileiq-feats.lower li  {
  width: 300px;
}


@media(min-width: 884px){
  
  #downloadModal .quote-text {
    right: 56px;
    bottom: 17px;
  }
}

@media(min-width: 664px) and (max-width: 991px){
  #downloadModal .quote-text {
    left: 14%!important;
    bottom: 17px;
  }
}

@media(max-width: 663px){
  #downloadModal .quote-text {
    text-align: center;
  }
}

@media(min-width: 992px){
  #downloadModal .col-md-4 {
    background: url("https://www.mileiq.com/images/popups/download-modal/or-divider.png") no-repeat;
    background-size: 24px 223px;
    height: 223px;
    padding-left: 45px;
  }

  #downloadModal ul.mileiq-feats {
    margin-right: -51px;
  }

  #downloadModal ul.mileiq-feats.lower{
   display: none; 
  }
}

@media(max-width: 991px){
  #downloadModal .divider-line {
    margin-bottom: 10px!important;
  }
  #downloadModal .modal-body {
    padding: 28px 40px 36px!important;
  }
  #downloadModal ul.mileiq-feats.upper{
   display: none; 
  }
  #downloadModal .col-md-8 {
    display: none;
  }
  #downloadModal .modal-banner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 19px;
    text-align: center;
  }
}

#downloadModal ul.mileiq-feats li .inner{
  width:148px;
}

#downloadModal img.modal-color-bar-top{
  position: absolute;
  width: 100%;
  max-height: 62px;
}

#downloadModal .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #4D4D4D;
  margin-bottom: 15px;
}

#downloadModal #modal-signup-wrap {
  margin-bottom: 36px;
  max-width: 491px;
}

#downloadModal img.modal-color-bar-bottom{
  position: absolute;
  bottom: 0;
  height: 7px;
  width: 100%;
}

#downloadModal .divider-line {
  height: 1px;
  background: #ddd;
  margin-bottom: 30px;
  margin-top: 19px;
}

#downloadModal .modal-content {
  border-radius: 3px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}
#downloadModal .modal-body {    
  padding: 32px 40px 53px;
}
#downloadModal .modal-header {
  padding: 10px;
    border-bottom: none;
}
#downloadModal h2 {
  font-family: "RealTextOT-Bold";
  font-size: 41px;
  margin-bottom: 25px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.017;
}

@media(max-width: 768px){
  #downloadModal h2 {
    font-size: 32px!important;
  }
}

#downloadModal .badges .left-button{
  float:left;
  width: 48%;
}

#downloadModal .badges .right-button{
  float:right;
  width: 48%;
}

#downloadModal .badges{
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

#downloadModal .modal-white-x{
  position: absolute;
  right: 20px;
  top: 20px;
}

#downloadModal button.close{
  position: absolute;
  right: 17px;
  top: 14px;
  opacity: 1;
  z-index: 100;
}

#downloadModal button.close:focus{
  outline:none;
}

.modal-open{
  padding-right: 0px!important;
}


.post-jb .abh_box{
	display: none;
}

/* ==========================================================================
PRESS PAGE
========================================================================== */
#press .hero-section h3 {
  font-family: 'MillerText-Italic';
  font-size: 42px;
  color: #fff;
}
#press .hero-section a {
  font-size: 24px;
  text-decoration: underline;
  color: #fff;
}
#press .wrapper-section {
  color: #fff;
  margin-bottom: 100px;
}
#media-contact .icon {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
}
#press-release h2 {
	color: #fff;
}
#in-the-news, #in-the-news p,
#logo, #logo p {
  color: #5a676d;
}
#in-the-news ul {
  margin-top: 45px;
  margin-bottom: 45px;
}
#in-the-news li {
  border-top: 1px solid #aaaaaa;
  padding: 30px 0;
  min-height: 150px;
}
#in-the-news li:last-child {
  border-bottom: 1px solid #aaaaaa;
}
.news-img {
  float: left;
  max-width: 230px;
  max-height: 90px;
}
#in-the-news img {
  max-width: 230px;
  max-height: 90px;
}
.news-text { 
  padding-left: 260px;
}
#press-kit h3 {
  margin-bottom: 50px;
  color: #fff;
}
#press-kit img, #logo img{
  max-width: 100%;
}
#press-kit a {
  cursor: pointer;
}
#logo .wrapper-section {
  margin-bottom: 50px;
}
#logo p {
  margin-top: 50px;
    margin-bottom: 20px;
    color: #5a676d;
}
ul.logo-download {
  border-left: 1px solid rgba(61,67,70,0.6);
  margin-top: 65px;
  padding-left: 40px;
}
ul.logo-download li {
  display: inline-block;
  padding: 20px 15px 0;
  text-align: center;
  vertical-align: text-bottom;
}
ul.logo-download li a {
  text-decoration: underline;
}
.border-grey {
    border-top: 1px solid rgba(0,0,0,0.3);
    padding-top: 10px;
    margin-bottom: 10px;
}
#logo .border-grey {
  margin-top: 50px;   
}
.download-btn {
  position: relative;
  top: -110px;
}
.lifestyle .download-btn {
  position: relative;
  top: -40px;
  left: 20px;
  margin-top: -30px;
}
.lifestyle img {
  margin-bottom: 30px;
}

/* ==========================================================================
HELP CLASSES
========================================================================== */

.m-top20 {
  margin-top: 20px;
}
.m-bot20 {
  margin-bottom: 20px;
}
.m-top40 {
  margin-top: 40px;
}
.m-bot40 {
  margin-bottom: 40px;
}
p.nm {
  margin-bottom: 0;
}


select#cat-select-menu {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: none;
    color: #555;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-left: 0px;
}

body.single-post .post-footer-signup {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0px rgba(13,13,13,0.15);
	max-height: 509px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    position:relative;
}

body.single-post .post-footer-signup iframe {
	border: none;
	height: 215px;
	width: 100%;
	max-width: 400px;
}

body.single-post .post-footer-signup iframe  html{
	overflow: none;
}

body.single-post .post-footer-signup .title{
	font-family: 'RealTextOT';
	font-size: 54px;
	color: #333;
	text-align: center;
	margin-top: 45px;
	font-weight: 600;
}

body.single-post .post-footer-signup .sub-title{
    color: #767676;
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 28px;
}

body.single-post .post-footer-signup .signup-title{
	color: #4EA3D3;
    font-size: 25px;
    font-family: 'RealTextOT-Bold';
    margin-top: 23px;
    line-height: 1.1;
    margin-bottom: 11px;
}

body.single-post .post-footer-signup .disclaimer {
	color:#8C8C8C;
	font-size: 11px;
	margin-top: -14px;
}

body.single-post .post-footer-signup img.blue-green-line{
	width: 100%;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}

body.single-post .post-footer-signup img.phones{
	max-width: 150%;
}

body.single-post .post-footer-signup .right-side {
	padding-left: 30px;
	padding-right: 30px;
}

@media(max-width: 767px){

	body.single-post .post-footer-signup {
		display:none;
	}
}

.signup-sidebar {
	position:relative;
}

.signup-sidebar img.blue-green-line {
	position: absolute;
	width:100%;
	max-width: 100%;
	top:0;
	left:0;
	right:0;
}

.signup-sidebar .title{
	color: #4E4E4E;
	font-size: 23px;
	font-family: 'RealTextOT';
	text-align: center;
	margin-bottom: 21px;
}

.signup-sidebar .signup-title{
	font-family: 'RealTextOT-Bold';
	color: #4EA3D3;
	font-size: 18px;
	text-align: center;
	margin-top: 14px;
    margin-bottom: 17px;
}

.signup-sidebar .disclaimer{
	color:#8C8C8C;
	font-size: 11px;
	margin-top: -10px;
}

.signup-sidebar iframe {
	border: none;
	height: 215px;
	width: 100%;
	max-width: 400px;
}

.signup-sidebar .signup-sidebar-inner{
    padding-top: 30px;
    line-height: 1.2;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.signup-sidebar img {
	max-width: 250px;
}

.sidebar .widget.widget_text .widget-content {
	padding:0px;
}

/*popup signup*/

.popup-signup-wrap {
	background: #fff!important;
	margin-bottom: 30px!important;
	border-radius: 3px!important;
	box-shadow: 1px 1px 3px 0px rgba(13,13,13,0.15)!important;
	max-height: 500px!important;
    overflow: hidden!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    position:relative!important;
}

.popup-signup-wrap iframe {
	border: none!important;
	height: 215px!important;
	width: 100%!important;
	max-width: 400px!important;
}

.popup-signup-wrap .title{
	font-family: 'RealTextOT'!important;
	font-size: 40px !important;
	color: #333 !important;
	text-align: center !important;
	margin-top: 40px !important;
	font-weight: 600 !important;
	line-height: 1.1;
}

.popup-signup-wrap .sub-title{
    color: #767676!important;
    font-size: 18px!important;
    text-align: center!important;
    margin-top: 15px!important;
    margin-bottom: 28px!important;
}

.popup-signup-wrap .signup-title{
	color: #4EA3D3!important;
    font-size: 25px!important;
    font-family: 'RealTextOT-Bold'!important;
    margin-top: 23px!important;
    line-height: 1.1!important;
    margin-bottom: 11px!important;
}

.popup-signup-wrap .disclaimer {
	color:#8C8C8C!important;
	font-size: 11px!important;
	margin-top: -14px!important;
}

.popup-signup-wrap .disclaimer a {
	color: #4EA3D3!important;
}

.popup-signup-wrap img.blue-green-line{
	width: 100%!important;
	position: absolute!important;
	bottom:0!important;
	left:0!important;
	right:0!important;
}

.popup-signup-wrap img.phones{
	max-width: 150%!important;
}

.popup-signup-wrap .right-side {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

.single-mileiq_career .widget-content {
	padding: 20px!important;
}

.nav-search-wrap{
	width: 231px;
	float: right;
	margin-top: -47px;
	overflow: hidden;
}

.nav-search-wrap input.search-submit{
	background: #ccc;
	border: none;
	font-size: 12px;
    height: 26px;
}

.nav-search-wrap input.search-text-input{
	width: 174px;
}

.nav-search-wrap ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 12px;
}
.nav-search-wrap :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
}
.nav-search-wrap ::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 12px;
}
.nav-search-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 12px;
}
.nav-search-wrap :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	font-size: 12px;
}

.giveaway .promo-section-title{
    font-size: 34px;
    font-weight: Bold;
    font-family: 'RealTextOT-Bold';
    border-bottom: 2px solid #61CC96;
    width: 250px;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    color:#4d4d4d;
}

.giveaway .promo-section-text{
    color: #4D4D4D;
    line-height: 1.5;
    margin-bottom: 31px;
    font-size: 1.5em;
    font-family: 'RealTextOffc';
}

.giveaway .step-name{
    font-size: 14px;
    font-family: 'RealTextOT-Bold';
    color: #61CC96;
    margin-top: 19px;
}

.giveaway .step-title{
	font-size: 21px;
    font-weight: 600;
    color: #4D4D4D;
    font-family: 'RealTextOT-Bold';
}

.giveaway .step-subtitle{
    color: #808080;
    font-size: 15px;
    max-width: 262px;
    margin-top: 10px;
}

.giveaway{
	font-family: 'RealTextOffc' ;
}

.giveaway .question-title{
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    color: #4D4D4D;
    font-family: 'RealTextOT-Bold';
}

.giveaway .question-subtitle{
    color: #808080;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 13px;
}

.giveaway .section-subtitle{
    color: #4D4D4D;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 22px;
    margin-top: -20px;
    padding-right: 21px;
}

.giveaway li {
    margin-bottom: 9px;
    color: #808080;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 13px;
}

.giveaway .giveaway-inner {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 50px;
}

.giveaway .share-button{
	background: #61CC96;
	max-width: 267px;
	text-align: center;
	color: #fff;
	padding: 11px;
	font-weight: 600;
	font-size: 20px;
	margin-top: 32px;
	position: relative;
}

.giveaway .divider-line{
	height: 2px;
	background: #CCC;
	width: 100%;
	margin-top: 60px;
    margin-bottom: 60px;
}

.giveaway .rules-wrap{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
}

#giveaway-rules{
    border: 1px solid #ccc;
    width: 200px;
    text-align: center;
    padding: 5px;
    color: green;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: -19px;
}

#giveaway-rules:hover {
	background:#FBF9F9;
	cursor:pointer;
}

.giveaway .fading-out{
	width: 100%;
    height: 208px;
    position: absolute;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0.24), #FFFFFF );
    bottom: 0;
}

.giveaway .share-button:hover{
	cursor: pointer;
	background: #52B985;
}

.giveaway .rules-text-upper p {
	margin-bottom: 14px;
}

.giveaway .rules-text-lower p {
	margin-bottom: 14px;
}

@media(max-width: 990px){
	.giveaway .giveaway-inner{
		padding: 20px;
	}
	.giveaway .share-button{
		margin-bottom: 54px;
	}
	.giveaway.col-sm-6.gif{
		text-align: center!important;
	}

	.giveaway .col-sm-6.gif img {
		margin-bottom: 40px;
	}

	.giveaway img#header-desk{
		display: none;
	}

	.giveaway img#header-mobile{
		display: block;
	}

	.giveaway .promo-section-text{
		font-size: 17px!important;
	}
}

@media(min-width: 991px){
	.giveaway img#header-mobile{
		display: none;
	}
}

.giveaway .rules-text-lower p {
	font-family: 'Helvetica';
	font-size: 13px;
}

.giveaway .rules-text-upper p {
	font-family: 'Helvetica';
	font-size: 13px;
}

.giveaway .col-sm-6.gif img {
	width: 279px;
    max-width: 100%;
}

.giveaway .winner {
	font-size: 20px;
    color: #333;
}

.giveaway .prize {
	color: #61CC96;
	font-weight: bold;
	font-size: 24px;
}
.giveaway .date {
	font-size: 18px;
	margin-bottom: 11px;
}

.post-footer ul.footer-social{
	display: none;
}

.newsletter-submit{
	font-family: 'RealTextOT-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #8fbf62;
	background: #8fbf62;
	width: 100%;
}

.newsletter-email{
	width: 100%;
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 7px 10px;
}

@media (max-width: 842px){
  .navbar-collapse.collapse {
    display: none!important;
  }  
  .navbar-toggle {
      display: block;
  }
  .navbar-header {
      float: none;
  }  
}

@media (min-width: 843px){
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
  .navbar-toggle {
      display: none;
  }
  .navbar-header {
      float: left;
  }  
}

.signup-wrap.dl-modal-form input{
  margin: 0;
  width: 85%;
  height: 100%;
  float: left;
  display: block;
  font-size: 18px;
  padding: 0px 15px;
  border-left: 0;
  background-color: #F1F1F1;
  border: 0;
  border-radius: 0px 4px 4px 0px;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 54px;
}

.signup-wrap.dl-modal-form .box {
  width: 100%;
  height: 49px;
  display: block;
  clear: left;
  margin-bottom: 5px;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #F1F1F1;
}

.signup-wrap.dl-modal-form .signup-button {
  background-color: #78BF60;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 0;
  border: 0;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
}

.signup-wrap.dl-modal-form .signup-button:hover {
  background-color: #69A853;
}

.signup-wrap.dl-modal-form span {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 12px;
  position: absolute;
  left: 13px;
}

