/*
 * Globals
 */

/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #FFF;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 50px;
    font-style: italic;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #0098da;
}

h2 {
    font-size: 50px;
    font-style: italic;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #0098da;
}

h3 {
    font-size: 30px;
    font-style: italic;
    line-height: 1;
    margin: 0;
    padding: 0;
}

a {
    color: #404040;
    outline: medium none !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
    opacity: 0.9;
}

a:active {
    outline: none;
    text-decoration: none !important;
}

label {
    font-size: 16px;
    font-style: italic;
}

.container {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
}

.advertising-title {
    margin-bottom: 80px;
}

.white-text {
    color: #fff;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #b6b6b6;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #404040;
    border: none;
}

.item {
    min-height: 890px;
}

.left-arrow, .right-arrow {
    position: absolute;
    margin: -15px;
    top: 50%;
    z-index: 5;
    display: inline-block;
}


/* Custom default button */
.btn-default {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px 10px;
    text-shadow: none;
    background-color: #0098da;
    border: none;
    transition: all 0.25s ease 0s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.btn-default:hover,
.btn-default:focus {
    color: #fff;
    text-shadow: none; /* Prevent inheritence from `body` */
    background-color: #008cc9;
    border: none;
    text-decoration: none;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
 * Common Styles
 */


.fs-image-background {
    position:relative;
    min-height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.fs-image-background-top {
    position:absolute;
    text-align: center;
    width:100%;
    top:10%;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
}

.fs-image-background-bottom {
    position:absolute;
    text-align: center;
    width:100%;
    bottom:10%;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
}

.black-overlay {
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
}

/*
 * Homepage Styles
 */

#hp-header {
    background-image: url("../img/homepage-header-bg.jpg");
}

#hp-header a {
    color: #fff;
}

#hp-header h1{
	float:left;
	margin: 0 15px;
	padding: 0;
    font-size: 20px !important;
	font-weight:300;
    color: #fff;
}

.hp-header-logo{
	clear:both;
	margin:20px 0;
}

.hp-header-intro-top-wrapper {
	float:left;
	width:100%;
	display:block;
	margin: 0 auto;
}

.hp-header-intro-top {
	width:340px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.hp-header-intro-line-l {
    float:left;
	width:70px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-top:10px;
}

.hp-header-intro-line-r {
    float:left;
	width:70px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-top:10px;
}

.hp-header-intro-line-f {
	width:28%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin:6px auto;
}

#hp-header-intro {
	width: 80%;
    max-width: 900px;
	margin: 50px auto;
}

#hp-header-nav-wrapper {
    width:100%;
    margin: 0 auto;
}

#hp-header-nav {
    display: inline-block;
}

.hp-header-nav-item-wrapper {
    float: left;
    position: relative;
    display: inline-block;
    margin-right: 40px;
    width: 125px;
    height: 125px;
    background: rgba(255,255,255,0.3);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    background-clip: content-box;
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.25s ease 0s;
}

.hp-header-nav-item-wrapper:hover {
    background: rgba(255,255,255,0.5);
    background-clip: content-box;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}

.hp-header-nav-item-last-wrapper {
    margin: 0;
    background: rgba(255,255,255,0.75);
    background-clip: content-box;
    border: 1px solid rgba(255,255,255,0.75);
    color: #404040 !important;
}

.hp-header-nav-item-wrapper-last:hover {
    background: rgba(255,255,255,1);
    background-clip: content-box;
    border: 1px solid rgba(255,255,255,1);
}

.center-circle {
    position: absolute;
    width: 75%;
    font-size: 18px;
    margin: auto;
    top: 50%;
    left:0;
    right:0;
    transform: translate(0,-50%);
}

.mouse-wrapper {
    margin:0 auto 10px;
	width: 30px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 15px;
}

@-webkit-keyframes float {
    0% { top: 0px }
    50% { top: 3px }
    100% { top: 0px }
}

@-ms-keyframes float {
    0% { top: 0px }
    50% { top: 3px }
    100% { top: 0px }
}

@-moz-keyframes float {
    0% { top: 0px }
    50% { top: 3px }
    100% { top: 0px }
}

@keyframes float {
    0% { top: 0px }
    50% { top: 3px }
    100% { top: 0px }
}

.mouse-wheel {
	margin: 10px auto;
	background: #fff;
	width:6px;
	height:12px;
	border-radius: 3px;
	overflow: hidden;
    position: relative;
    display: block;
    animation: float 0.75s ease-in-out 0s infinite;
    -moz-animation: float 0.75s ease-in-out 0s infinite;
    -webkit-animation: float 0.75s ease-in-out 0s infinite;
    -ms-animation: float 0.75s ease-in-out 0s infinite;
}

.mouse-text {
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #FFF;
}

.content-container {
    width:100%;
    max-width: 1030px;
    overflow: hidden;
    margin:0 auto;
    padding: 100px 0;
    color: #404040;
    display: inline-block;
    box-sizing: border-box;
}

.fw-content-background {
    float: left;
    width:100%;
    display: block;
    margin:0 auto;
    padding: 0;
    color: #404040;
    background: url("../img/common/paper-background.png") repeat;
    box-sizing: border-box;
    overflow: hidden;
}

.texture-background {
    color: #404040;
    background: url("../img/common/paper-background.png") repeat;
}

.fw-content-wrapper {
    float: none;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 100px 0;
    display: inline-block;
}

/*
 * About City A.M.
 */


#hp-about-c1 {
    float: left;
    display: block;
    padding-right: 6%;
    margin-right: 6%;
    text-align: left;
    border-right: 1px solid #e5e5e5;
}

#hp-about-c2 {
    float: right;
    display: block;
    text-align: left;
}

.hp-about-quote-container {
    width: 100%;
    margin-top: 80px;
}

.hp-about-quote-1 {
    float: left;
    margin: 40px 0 40px 10px;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 700;
    width: 80%;
}

.hp-about-quote-2 {
    margin: 0 auto;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 700;
    width: 88%;
}

.hp-about-quote-author {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px auto 0;
    font-weight: 400;
}

.quote-marks {
    float: left;
    width:30px;
    margin: 40px 0;
}

.quote-marks-2 {
    width:30px;
    margin: -10px 5px 0 0;
}

.hp-about-quote-image-container {
    height: 136px;
    width: 136px;
    margin: 0 auto 15px;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #404040;
}

.quote-image {
    float: left;
    border-radius: 50%;
}

#hp-video-wrapper {
    position: relative;
    min-height: 650px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#hp-video {
    position: absolute;
    height: 700px;
    width:100%;
    overflow: hidden;
}

video#bgvid {
    min-width: 100%;
    min-height: 100%;
}

/*
 * Product Modules
 */

#hp-products-container {
    float: left;
    width: 100%;
    padding: 0;
    display: block;
    clear: both;
}

#hp-products-title-container {
    float: left;
    width:100%;
    display: inline-block;
    margin: 0 auto 80px;
}

#hp-products-title {
    width: auto;
    font-size: 55px;
    color: #0098da;
    padding-right: 3%;
    display: inline-block;
    vertical-align: top;
}

#hp-products-intro {
    width: 62%;
    padding-left: 3%;
    font-size: 20px;
    text-align: left;
    border-left: 1px solid  #e5e5e5;
    display: inline-block;
}

#hp-products-digital {
    float: left;
    display: block;
    width: 49.9%;
    height: 0;
    padding-bottom: 34%;
    position: relative;
    overflow: hidden;
}

#hp-products-newspaper {
    float: right;
    display: block;
    width: 49.9%;
    height: 0;
    padding-bottom: 34%;
    position: relative;
    overflow: hidden;
}

#hp-products-email-solus {
    float: left;
    display: block;
    width: 49.9%;
    margin-top: 2px;
    height: 0;
    padding-bottom: 24.85%;
    position: relative;
    overflow: hidden;
}

#hp-products-paper-app {
    float: left;
    display: block;
    width: 24.85%;
    margin: 2px 0.2% 0 0.2%;
    height: 0;
    padding-bottom: 24.85%;
    position: relative;
    overflow: hidden;
}

#hp-products-magazines {
    float: right;
    display: block;
    width: 24.85%;
    margin: 2px 0 0;
    height: 0;
    padding-bottom: 24.85%;
    position: relative;
    overflow: hidden;
}

.hp-products-image {
    width:100%;
}

.hp-module-title {
    position: absolute;
    line-height: 1;
    font-size: 20px;
}

.hp-module-title-tl {
    top: 15px;
    left: 15px;
}

.hp-module-title-bl {
    bottom: 15px;
    left: 15px;
}

.hp-module-title-br {
    bottom: 15px;
    right: 15px;
}

.hp-module-hover-black, .hp-module-hover-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #FFF;
    background: rgba(0,152,218,0);
    transition: all 0.25s ease 0s;
}

.hp-module-hover-black:hover, .hp-module-hover-blue:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.hp-module-hover-black:hover {
    background: rgba(0,0,0,0.9);
}

.hp-module-hover-blue:hover {
    background: rgba(0,152,218,0.95);
}

.hp-module-hover-content {
    position: absolute;
    margin: auto;
    top: 50%;
    left:0;
    right:0;
    transform: translate(0,-50%);
}

.hp-module-hover-title {
    font-size: 20px;
}

.hp-module-hover-description {
    font-size: 16px;
    width:65%;
    margin: 10px 17.5%;
}

.hp-module-hover-button {
    font-size: 16px;
    background-color: rgba(255,255,255,0.75);
    color: #404040;
    padding: 8px 10px;
    margin: 20px auto 0;
    width: 150px;
    border-radius: 3px;
}

.ic-image-line-top-hover {
    position: absolute;
    top: 25px;
    left: 5%;
    height: 1px;
    width: 0;
    background: #FFF;
    opacity: 0.75;
    transition: all 0s ease 0s;
    pointer-events: none;
}

.ic-image-line-bottom-hover {
    position: absolute;
    bottom: 25px;
    right: 5%;
    height: 1px;
    width: 0;
    background: #FFF;
    opacity: 0.75;
    transition: all 0s ease 0s;
    pointer-events: none;
}

.hp-module-hover:hover .ic-image-line-top-hover, #hp-products-digital:hover .ic-image-line-top-hover, .hp-module-hover:hover .ic-image-line-bottom-hover, #hp-products-digital:hover .ic-image-line-bottom-hover,  #hp-products-newspaper:hover .ic-image-line-top-hover, #hp-products-newspaper:hover .ic-image-line-bottom-hover, #hp-products-email-solus:hover .ic-image-line-top-hover, #hp-products-email-solus:hover .ic-image-line-bottom-hover, #hp-products-paper-app:hover .ic-image-line-top-hover, #hp-products-paper-app:hover .ic-image-line-bottom-hover, #hp-products-magazines:hover .ic-image-line-top-hover, #hp-products-magazines:hover .ic-image-line-bottom-hover {
    position: absolute;
    height:1px;
    width:90%;
    background: #fff;
    transition: all 1s ease 0s;
}

.white-text {
    color: #fff;
}

/*
 * Product Page Styles
 */

.header-line {
    height: 1px;
    width:10%;
    min-width: 155px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.header-logo {
    width: 8%;
    min-width: 155px;
    margin-bottom: 10px;
}

.header-logo img{
    width: 100%;
}

#header-content {
    width:80%;
    max-width: 900px;
    margin: 60px auto;
    color: #e7e7e7;
}

.digital-header-content {
    width: 80% !important;
    max-width: 860px !important;
}

.newspaper-header-content {
    width: 80% !important;
    max-width: 900px !important;
}

.header-title {
    color: #fff;
    margin-bottom:50px;
}

#digital-header {
    background-image: url("../img/products/digital/digital-header-bg.jpg");
}

#email-header {
    background-image: url("../img/products/email/email-header-bg.jpg");
}

#app-header {
    background-image: url("../img/products/mobile-and-apps/app-header-bg.jpg");
}

#newspaper-header {
    background-image: url("../img/products/newspaper/newspaper-header-bg.jpg");
}


#magazines-header {
    background-image: url("../img/products/magazines/magazines-header-bg.jpg");
}

.advertising-icon {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #0098da;
    padding: 5px;
    border-radius: 50%;
    background-clip: content-box;
    border: 1px solid #0098da;
}

.stat-title {
    margin-top:5px;
}

.stat-source {
    margin-top:11px;
    font-size: 13px;
}

.stat-key-number {
    font-size: 50px;
    line-height: 1;
    margin: 5px 0 0;
}

.stat-description {
    margin: 12px auto;
    width:88%;
}

.description-text {
    float: left;
    margin: 0 8%;
    width: 84%;
}

.audience-description-text {
    float: left;
    margin: 80px 5% 0;
    width: 90%;
}

.col-nav {
    width: 31.7%;
}

#sticky-sub-nav {
    position: relative;
    list-style: none;
    font-size: 16px;
    line-height: 2.1;
}

#sticky-sub-nav h3 {
    float: left;
    clear: both;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
}

#sticky-sub-nav ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

#sticky-sub-nav a{
    color: #006c99;
}

#fixed-sub-nav {
    width: 100%;
}

.sub-nav-item, .sub-nav-item-active  {
    float: left;
    clear: both;
}

.sub-nav-item-active {
    font-weight: 700;
}

.sub-nav-dotted {
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sub-nav-marker, .sub-nav-marker-active {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 50%;
    background: #006c99;
    display: inline-block;
    opacity: 0.5;
}

.sub-nav-marker-active {
    opacity: 1;
}

.product-wrapper {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    padding-bottom: 90px;
    margin: 0 0 100px 5%;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.product-wrapper a {
    color: #006c99;
}

.product-wrapper h2 {
    color: #404040;
    margin: 0 0 40px 0;
}

.product-wrapper h3 {
    font-weight: bold;
    margin: 30px 0;
}

.magazine-wrapper {
    margin: 80px 0 0 0;
    padding: 0;
    border-bottom: none;
}

.product-title-small {
    font-size: 20px;
}

.product-text {
    float: left;
}

.product-text-col6 {
    margin-top: 40px;
}

.product-extra-text {
    float: left;
    clear: both;
    width: 100%;
    margin:20px 0 20px;
    font-size: 20px;
}

.product-image {
    float: left;
    width: 100%;
    display: block;
    margin-top: 40px;
}

.product-image-grey-border {
    border: 1px solid #e7e7e7;
}

.product-image-col-6 {
    margin: 0;
}

.product-btn {
    float: left;
    font-size: 16px;
    margin: 40px 30px 0 0;
    padding: 7px 15px;
    background-color: #0098da;
    color: #fff !important;
    transition: all 0.25s ease 0s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.product-btn:hover {
    background-color: #0086c0;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
}

.product-extra-links {
    float: left;
    clear: both;
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 97.5%;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
    font-size: 16px;
    font-style: normal;
    color: #e7e7e7;
}

.product-feature {
    margin: 60px 0 30px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
}

.product-feature-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0 12px;
    font-style: italic;
}

.product-extra-feature {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.product-extra-feature-top {
    margin-top: 0;
}

.product-tick {
    float: left;
    width: 6%;
}

.product-tick-text {
    float: left;
    width: 94%;
    margin: 5px 0 0;
}

.product-table {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 30px;
}

.product-table-r {
    float: left;
    width: 100%;
    padding:10px 0;
    clear: both;
    border-bottom: 1px solid #e7e7e7;
}

.product-table-fr {
    border-top: 1px solid #e7e7e7;
}

.product-table-lr {
    font-size: 16px;
    border: none;
}

.product-table-c1 {
    float: left;
}

.product-table-c2 {
    float: right;
}

.product-app-stats-row-wrapper {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: rgba(255,255,255,0.1);
}

.product-app-stats-row {
    float: left;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 30px 0;
    border-top: 1px solid #e7e7e7;
}

.product-app-stats-c1 {
    float: left;
    width: 45%;
    padding: 0;
    padding-right: 5%;
    border-right: 1px solid #e7e7e7;
}

.product-app-stats-c1 img {
    margin-top: 15px;
    width: 100%;
}

.product-app-stats-c2 {
    float: right;
    width: 50%;
    line-height: 1.3;
    font-style: italic;
    text-align: left;
    color: #595959;
}

.app-large-text {
    font-size: 40px;
}

.magazine-cover {
    width: 100%;
    max-width: 308px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
}

.magazines-text {
    font-style: italic;
    position: relative;
    height: 434px;
    padding-left: 20px;
}

.magazine-title {
    margin-top: 0 !important;
}

.magazine-author {
    float: left;
    width: 100%;
    font-weight: bold;
    clear: both;
    margin-top: 10px;
}

.magazines-btn {
    font-style: normal;
    margin-top: 30px;
}

.tooltip-inner {
    text-align: left;
    padding: 10px;
    font-size: 16px;
}

.imac-screen-wrapper {
    float: left;
    display: block;
    position: relative;
}

.imac-screen-img {
    position: absolute;
    width: 87.7%;
    height: 300px;
    background-color: #0048a2;
    top: 64px;
    left: 40px;
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: absolute;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
  
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    position: absolute;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
  }
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-height: 900px){
    .fs-image-background {
        min-height: 860px;
    }

    .fw-content-wrapper {
        padding: 70px 0;
    }

    #hp-products-title-container {
        margin: 0 auto 50px;
    }

    .audience-description-text {
        margin: 50px 5% 0;
    }

    .carousel {
        height: 750px;
    }
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

    .carousel-indicators {
        bottom: 80px;
    }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  .carousel {
      height: auto;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

    .header-line {
        width: 18%;
    }

    .header-logo {
        width: 14%
    }

    .mouse-wrapper, .mouse-text {
        display: none;
    }

    .product-wrapper {
        margin: 0 0 50px 3%;
        padding-bottom: 50px;
    }

    .magazine-wrapper {
        margin: 50px 0 0 0;
    }

    .carousel {
        height: auto;
    }

}

@media only screen and (max-width: 768px) {

    html, body {
        font-size: 18px;
    }

    .homepage-nav-link, .about-nav-link  {
        display: none !important;
    }

    .fs-image-background {
        min-height: 820px;
    }

    .fs-image-background-bottom {
        bottom: 50px;
    }

    .hp-header-intro-line-f {
        width: 70%;
    }

    #hp-header-intro {
        width: 70%;
    }

    .header-line {
        width: 24%;
    }

    .header-logo {
        width: 22%
    }

    .mouse-wrapper {
        display: none;
    }

    .mouse-text {
        display: none;
    }

    .fw-content-wrapper {
        padding: 50px 0;
    }

    .content-container {
        padding: 50px 0;
    }

    .advertising-title {
        margin-bottom: 50px;
    }

    #hp-about-c1 {
        margin: 0;
        padding: 0;
        border: none;
    }

    .description-text {
        width: 95%;
        margin: 0 2.5%;
        text-align: center;
    }

    .quote-marks {
        margin-left: 35px;
    }

    .hp-module-title {
        font-size: 18px;
    }

    .hp-module-hover-black, .hp-module-hover-blue, .ic-image-line-top-hover, .ic-image-line-bottom-hover  {
        display: none;
        opacity: 0;
    }

    .hp-about-quote-container {
        width: 90%;
        margin: 50px 5% 0;
    }

    #hp-products-container {
        padding: 0 3%;
    }

    #hp-products-title-container {
        margin: 0 auto 50px;
    }

    .col-nav {
        width: 37%;
    }

    .product-wrapper {
        width: 92%;
        margin: 0 0 50px 3%;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .magazine-wrapper {
        margin: 50px 0 0 0;
        padding: 0;
    }

    .magazines-text {
        height: inherit;
    }

    .product-extra-links {
        position: inherit;
        margin: 25px 0 0 0;
        left: 0;
    }

    .product-app-stats-row {
        margin-top: 30px;
        padding: 20px 0 0;
    }

    .product-app-stats-c1 {
         display: none;
     }

    .product-app-stats-c2 {
        width: 100%;
    }

    .product-image-col-6-mobile {
        margin-top: 20px;
    }

    .product-title-small {
        float: left;
        margin-top: 10px;
    }

    .carousel {
        height: auto;
    }
}

@media only screen and (max-width : 500px) {

    html, body {
        font-size: 16px;
        /*overflow-x: hidden;*/
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin: 0;
        padding: 0;
    }

    .navbar-nav {
        margin: 0 15px;
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu {
        text-align: center;
    }

    .navbar-brand {
        padding: 10px 0 8px 15px;
    }

    .navbar-logo-text {
        font-size: 16px;
        margin-left: -5px;
    }

    .navbar-default .navbar-nav > li > a {
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
        padding: 14px 0;
    }

    h1 {
        font-size: 36px;
        line-height: 1.3;
    }

    h2 {
        font-size: 36px;
    }

    h4 {
        font-size: 12px;
    }

    .fs-image-background {
        float: left;
        display: block;
        min-height: inherit;
    }

    .fs-image-background-top {
        margin-top: 40px;
        position: inherit;
    }

    .fs-image-background-bottom {
        margin: 30px 0;
        position: inherit;
        bottom: auto;
    }

    .fw-content-wrapper {
        padding: 35px 0;
    }

    .hp-header-logo {
        margin: 10px 0;
        width: 65%;
    }

    .header-logo {
        min-width: 143px;
    }

    .header-line {
        min-width: 150px;
    }

    .header-title {
        margin-bottom: 30px;
    }

    .hp-header-intro-line-l, .hp-header-intro-line-r {
        display: none;
    }

    #hp-header h1 {
        float: none;
        font-size: 14px;
        text-align: center;
    }

    #hp-header-intro {
        width: 80%;
    }

    #hp-header-nav {
        width:100%;
    }

    .hp-header-nav-item-last-wrapper {
        color: #fff !important;
    }

    .advertising-title {
        margin-bottom: 25px;
    }

    .hp-header-nav-item-wrapper {
        width: 80%;
        height: 50px;
        margin: 0 10%;
        border-radius: 0;
        border-left: none;
        border-right: none;
        background: none;
    }

    .hp-header-nav-item-last-wrapper {
        border: 1px solid rgba(255,255,255,0.5);
        border-left: none;
        border-right: none;
        color: #fff;
    }

    .hp-header-nav-item-wrapper:hover {
        background: none;
        border: 1px solid rgba(255,255,255,0.5);
        border-left: none;
        border-right: none;
        color: #fff;
    }

    .hp-header-nav-item-wrapper-last:hover {
        background: none;
        border: 1px solid rgba(255,255,255,0.5);
        border-left: none;
        border-right: none;
        color: #fff;
    }

    #hp-video-wrapper {
        min-height: 270px;
    }

    #hp-video {
        height: 270px;
    }

    video#bgvid {
        height: 270px;
    }

    #header-content {
        margin: 40px auto;
    }

    #hp-products-intro {
        width: 90%;
        margin-top: 20px;
        border: none;
        text-align: center;
        font-size: 16px;
    }

    #hp-products-container {
        padding: 15px 0;
    }

    #hp-products-digital, #hp-products-newspaper {
        width: 100%;
        padding-bottom: 68.5%;
    }

    #hp-products-email-solus {
        width: 100%;
        padding-bottom: 50%;
    }

    #hp-products-paper-app, #hp-products-magazines {
        width: 49.5%;
        padding-bottom: 50%;
    }

    #hp-products-title-container {
        margin-bottom: 30px;
    }

    .content-container {
        padding: 15px 0 30px;
    }

    .col-nav {
        width: 100%;
        position: inherit !important;
    }

    #sticky-sub-nav h3 {
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }

    #main {
        position: inherit;
    }

    #fixed-sub-nav {
        float: left;
        display: block;
        margin: 25px 0 35px;
    }

    .sub-nav-mobile-hide {
        display: none;
    }

    .sub-nav-item {
        width: 100%;
        text-align: center;
        border-top: 1px solid #f5f5f5;
        padding: 7px 0;
        font-weight: 700;
    }

    .sub-nav-item-last {
        border-bottom: 1px solid #f5f5f5;
    }

    .sub-nav-marker {
        display: none;
    }

    .sub-nav-marker-active {
        display: none;
    }

    .product-wrapper {
        width: 90%;
        margin: 0 0 30px 5%;
        padding-bottom: 40px;
    }

    .product-wrapper h2 {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .product-wrapper h3 {
        margin: 15px 0 10px;
        line-height: 1.3;
    }

    .product-btn {
        margin: 20px 30px 0 0;
    }

    .product-image {
        margin: 20px 0 10px;
    }

    .product-image-col-6 {
        margin: 25px 0 10px;
    }

    .product-title-small {
        float: left;
        clear: both;
        margin: 7px 0 10px;
    }

    .product-extra-text {
        font-size: 16px;
        margin: 10px 0;
    }

    .product-tick {
        width: 10%;
    }

    .product-tick-text {
        width: 90%;
    }

    .product-feature {
        margin: 25px 0 0;
    }

    .product-feature-title {
        float: left;
        width: 65%;
        margin-left: 15px;
        font-size: 16px;
        text-align: left;
    }

    .product-feature-text {
        float: left;
        width: 65%;
        margin-left: 15px;
        text-align: left;
    }

    .product-app-stats-row {
        padding: 20px 0 0;
    }

    .product-app-stats-c1 {
        display: none;
    }

    .product-app-stats-c2 {
        width: 100%;
    }

    .magazine-wrapper {
        padding-bottom: 0px;
    }

    .magazine-title-mobile {
        margin-top: 20px;
    }

    .magazine-cover {
        margin: 25px 0;
    }

    .magazines-text {
        padding-left: 0;
        height: inherit;
    }

    .product-extra-links {
        position: inherit;
        left: 0;
        margin-top: 20px;
    }

    .app-large-text {
        font-size: 32px;
    }

    .advertising-icon-wrapper {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        clear: both;
        margin-bottom: 25px;
    }

    .advertising-icon {
        float: left;
        clear: both;
        width: 100px;
        height: 100px;
    }

    .center-circle img {
        width: 70%;
    }

    .stat-wrapper-small {
        float: left;
        width: 145px;
    }

    .stat-wrapper-large {
        float: left;
        width: 180px;
    }

    .stat-key-number {
        float: left;
        clear: both;
        margin-left: 15px;
        text-align: left;
    }

    .stat-mobile-smaller {
        font-size: 30px;
    }

    .stat-title {
        float: left;
        clear: both;
        margin-left: 15px;
        text-align: left;
    }

    .stat-source {
        float: left;
        width: 200px;
        text-align: left;
        margin: 5px 0 0 15px;
    }

    .stat-image {
        float: left;
        width: 100px;
    }

    .audience-description-text {
        margin: 10px 5% 0
    }

    .row {
        overflow: hidden;
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        border-color: #fff;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #e7e7e7;
    }

    .product-btn {
        display: none;
    }

    .carousel {
        height: auto;
    }

    .mobile-hide {
        display: none;
    }

}