html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

b {font-weight: bold;}

i {font-style: italic;}

ul {
	list-style: none;
	list-style-image: none;
}


/* Body */

body {
	font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
	min-width: 1024px;
}

.wrapper {
	max-width: 1080px;
	height: 100%;
	margin: 0 auto;
}

.centre {
	text-align: center;
}

.button {
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    height: 46px;
    padding: 15px 32px;
    background: #923131;
    border-radius: 3px;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    -ms-transition: All 0.4s ease;
    transition: All 0.4s ease;
    cursor: pointer;
    border: 0;
}

.button:hover {
  background: #7E2929;
}

.button:focus {outline: none;}

.button.disabled {
    opacity:0.5;
    cursor:not-allowed;
    background: #923131 !important;
}


/* Header */

#header {
	background: #CA3C3C;
	height: 122px;
}

#header .wrapper {
	max-width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
}

#banner-logo {
	margin-top: 29px;
	display: block;
	width: 200px;
	height: 34px;
	background:url(logo.png);
	background-repeat:no-repeat;
	background-size: 200px 34px;
	float: left;
}

#topnav {
	float: right;
	margin-top: 38px;
}

#topnav li {
	float: left;
	margin-left: 38px;
}

#topnav a {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
}

#topnav a:hover {
	border-bottom: 1px dotted #FFF;
}

#topnav .buy a {
	padding: 7px 10px 6px 10px;
	border-radius: 4px;
	border: 1px solid #FFF;
	-webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    -ms-transition: All 0.4s ease;
    transition: All 0.4s ease;
}

#topnav .buy a:hover {
	background: #923131;
}


/* Headline */

#headline {
	background: #CA3C3C;
	height: 245px;
}

#headline h1 {
	text-align: center;
	color: #FFF;
	font-weight: normal;
	font-size: 41px;
	-webkit-font-smoothing:antialiased;
	margin-bottom: 18px;
}

#headline h2 {
	text-align: center;
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	-webkit-font-smoothing:antialiased;
	margin-bottom: 40px;
}

#headline .button:first-child {
    margin-right:22px;
}


/* Screenshots */

#screenshots {
	background: #FFF;
	height: 742px;
	padding-top: 33px;
}

#screenshots h3 {
    color: #777;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    top: 31px;
    left: 21px;
}

.browser {
    display: table;
    border-spacing: 0;
    width: 100%;
}

.browser-left {
	width: 340px;
	height: 72px;
	background-size: 340px 72px;
	background-image:url(https://cdn.plushcontent.com/images/browser/browser-left.png);
	background-repeat:no-repeat;	
	display:table-cell;
}

.browser-middle {
	height: 72px;
	background-size: 60px 72px;
	background-image:url(https://cdn.plushcontent.com/images/browser/browser-middle.png);
	background-repeat: repeat-x;
}

.browser-right {
	width: 40px;
	height: 72px;
	background-size: 40px 72px;
	background-image:url(https://cdn.plushcontent.com/images/browser/browser-right.png);
	background-repeat:no-repeat;	
	display:table-cell;
}

.browser-button {
	float: left;
	width: 24px;
	height: 23px;
	position: relative;
	top: -30px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	-webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.browser-button:hover {
	border-color: #D3D3D3;
	cursor: pointer;
}

.browser-back {
	left: 5px;
}

.browser-forward {
	left: 9px;
}

.browser-reload {
	left: 13px;
}

.browser-config {
	float: right;
	right: 4px;
	width: 23px;
}

.carousel {
	height: 526px;
	width: 100%;
	background-size: 100% 526px;
	background-position:center !important; 
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
    -ms-transition: All 0.6s ease;
    transition: All 0.6s ease;
    background-image:url(https://cdn.plushcontent.com/images/screenshots/all-discussions.png);
    margin-bottom: 48px;
}

.carousel .item {
    display: none;
}

.slider {
    text-align: center;
    margin-top: 14px;
    margin-bottom: -14px;
}

.slider .slider-wrapper {
    display: inline-block;
}

.slider .slider-option {
    color: #333;
	font-size: 12px;
	float: left;
	margin-top: 3px;
}

.slider .slider-pill {
    width: 50px;
    height: 20px;
    background: #EEF1F2;
    border-radius: 36px;
    float: left;
    margin-left: 9px;
    margin-right: 10px;
    cursor: pointer;
}

.slider .slider-button {
    height: 12px;
    width: 21px;
    background: #CA3C3C;
    border-radius: 36px;
    cursor: default;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
    position: relative;
    left: 5px;
    top: 4px;
}

.slider .slider-button.slide-right {
    left: 23px;
}


/* CTA2 */

#cta2 {
	background: #CA3C3C;
	height: 218px;
	padding-top: 56px;
}

#cta2 h2 {
	text-align: center;
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	-webkit-font-smoothing:antialiased;
	margin-bottom: 40px;
}

#cta2 .button:first-child {
    margin-right:22px;
}


/* Features */

#features {
	background: #EEF1F2;
	padding-bottom: 72px;
}

.feature {
    text-align: center;
    padding-top: 60px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 24px;
}

.feature h3 {
    color: #333;
    font-weight: bold;
    font-size: 28px;
    -webkit-font-smoothing:antialiased;
    margin-bottom: 18px;
    display: inline-block;
}

.feature.last {
    border-bottom: 0;
    padding-bottom: 0px;
}

.feature.last h3 {
    margin-bottom: 0;
}

.feature h3 a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
}

.feature p {
    font-size: 17px;
    max-width: 660px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    color: #444;
}

.image-wrapper {
    display: table;
    border-spacing: 0;
    width: 100%;
    margin-top: 45px;
}

.feature-image {
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.feature-image.f1 {
    width: 248px;
    height: 202px;
    background-size: 248px 202px;
    background-image: url(https://cdn.plushcontent.com/images/features/engagement/rankings.png);
    display: table-cell;
}

.feature-image.f2 {
    width: 462px;
    height: 202px;
    background-size: 462px 202px;
    background-image: url(https://cdn.plushcontent.com/images/features/engagement/notifications.png);
}

.feature-image.f3 {
    width: 248px;
    height: 202px;
    background-size: 248px 202px;
    background-image: url(https://cdn.plushcontent.com/images/features/engagement/likes.png);
    display: table-cell;
}

.feature-image.f4 {
    width: 950px;
    height: 344px;
    background-size: 950px 344px;
    background-image: url(https://cdn.plushcontent.com/images/features/design/stack.png);
    border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.feature-image.f5 {
    width: 980px;
    height: 344px;
    background-size: 980px 344px;
    background-image: url(https://cdn.plushcontent.com/images/features/design/composite.png);
    border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.feature-image.f6 {
    width: 684px;
    height: 706px;
    background-size: 684px 706px;
    background-image: url(https://cdn.plushcontent.com/images/features/design/video.png);
}

.feature-image.f7 {
    width: 320px;
    height: 526px;
    background-size: 320px 526px;
    background-image: url(https://cdn.plushcontent.com/images/mobile/android2.png);
    display: table-cell;
}

.feature-image.f8 {
    width: 320px;
    height: 526px;
    background-size: 320px 526px;
    background-image: url(https://cdn.plushcontent.com/images/mobile/android1.png);
}

.feature-image.f9 {
    width: 320px;
    height: 526px;
    background-size: 320px 526px;
    background-image: url(https://cdn.plushcontent.com/images/mobile/android3.png);
    display: table-cell;
}

.feature-image.f10 {
    width: 998px;
    height: 258px;
    background-size: 998px 258px;
    background-image: url(https://cdn.plushcontent.com/images/features/design/password.png);
}

.feature-image.award {
    width: 188px;
    height: 236px;
    background-size: 188px 236px;
    background-image: url(https://cdn.plushcontent.com/images/bestcommercialforumsolution.png);
    margin-bottom: 58px;
}


/* Footer */

#footer {
	background: #CA3C3C;
	height: 295px;
	padding-top: 72px;
}

#footer .wrapper {
	max-width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer .column {
    width: 172px;
    height: 100%;
    float: right;
}

#footer .column:first-child {
    width: 220px;
    float: left;
}

#footer .column.last {
    width: 55px;
}

#footer-logo {
	display: block;
	width: 165px;
	height: 28px;
	background:url(logo.png);
	background-repeat:no-repeat;
	background-size: 165px 28px;
	float: left;
	margin-left: 1px;
}

#copyright,
#london {
    float: left;
    clear: both;
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
}

#copyright {line-height: 20px;}

#london {
    font-weight: bold;
}

#footer h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: -3px;
    margin-bottom: 18px;
}

#footer li {
    font-size: 14px;
    margin-bottom: 12px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    border-bottom: 1px dotted #fff;
}

a#footer-logo:hover {border-bottom: 0;}

.old ul {
  list-style: none;
}

.old li {
  font-size: 17px;
  color: #444;
  margin: 1px 0 14px 19px;
  text-align: left;
  line-height: 23px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.old li:before {
  content: "";
  display: block;
  float: left;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #CA3C3C;
  margin-top: 8px;
  margin-left: -19px;
}

#testimonial {
  padding-top: 66px;
  padding-bottom: 72px;
  background: #FFF;
  height: 405px;
}

#testimonial .customer {
  display: none;
}

#testimonial .customer.first {
  display: block;
}

#testimonial h3 {
  color: #333;
  font-weight: bold;
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 36px;
  text-align: center;
}

#testimonial .wrapper {
  max-width: 700px;
}

#testimonial img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 56px;
  margin-bottom: 36px;
  height: 56px;
}

blockquote:before {
  content: '\201C';
  font-weight:bold;
  padding-right: 2px;
}

blockquote:after {
  content: '\201D';
  font-weight:bold;
  padding-left: 2px;
}

blockquote {
  line-height: 28px;
  color: #333;
  font-size: 18px;
}

.quote-author:before {
  content: '\2014';
  padding-right: 6px;
}

.quote-author {
  margin-top: 24px;
  color: #333;
  font-size: 18px;
}

.quote-author span,
.quote-author a,
.quote-author a:visited
.quote-author a:active {
  color: #980a0a;
  text-decoration:none;
}

.quote-author a:hover {text-decoration:underline;}


/* Internal */

body.internal #header {
    height: 96px;
}

#main {
    background: #FFF;
    padding: 36px 0 32px 0;
    min-height: 700px;
}

#main h1 {
    color: #333;
    font-weight: bold;
    font-size: 28px;
    -webkit-font-smoothing:antialiased;
    margin-bottom: 16px;  
}

#main p {
    color: #333;
    font-size: 16px;
    max-width: 700px;
    line-height: 22px;
    margin-bottom: 24px;
}

body.completed #main p {
    max-width: 100%;
}

body.flat #main h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    max-width: 700px;
    line-height: 22px;
    margin-bottom: 16px;
    margin-top: 32px;
}

.progress {
    width: 10%;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #CA3C3C;
    margin-bottom: 42px;
    display: inline-block;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1 ease;
    -ms-transition: All 1s ease;
    transition: All 1s ease;
}

.progress .bar {
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1 ease;
    -ms-transition: All 1s ease;
    transition: All 1s ease;
    width: 0%;
    background-color: #CA3C3C;
    height: 100%;
    display: inline-block;
}

.create-status {
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: -16px;
    display: block;
}

#main a,
#main a:visited,
#main a:active {color: #980a0a;}

#create-post,
#create-error {display: none;}


/* Features */

body.features #features {padding-bottom: 0;}

body.features .feature.lastinternal {margin-bottom: 0;}

body.features #main {padding-bottom: 72px;}

body.features h1 {
    padding-top: 48px;
    text-align: center;
}

.allfeat {
    padding-top: 24px;
    padding-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
}

.allfeat h3 {
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    font-size: 16px;
}

#main .allfeat p {margin-bottom: 16px;}

#tabnav {
    background: #EEF1F2;
    padding-top: 48px;
    height: 94px;
}


#tabnav .button {    
    background: #DADADA;
    color: #666;
}

#tabnav .button:hover {background: #cecece;}

#tabnav .button:first-child {
    margin-right: 22px;
}


/* Pricing */

body.pricing .feature {
    border-bottom: 0;
    margin-bottom: 0;
}

body.pricing .feature h3 {margin-bottom: 16px;}

body.pricing #features {
    padding-bottom: 0px;
    background: #FFF;
}

body.enterprise #features {
    padding-bottom: 72px;
}

.boxhead {
    background: #fff;
    width: 740px;
    margin: 28px auto 10px auto;
    height: 70px;
    padding-left: 32px;
}

.track,
.trackover {
    background-color: #EEF1F2;
    width: 654px;
    height: 24px;
    position: absolute;
    z-index: 1;
    margin: 23px 0 0 10px;
    cursor: pointer;
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
}

.trackover {
    background-color: #CA3C3C;
    width: 120px;
}

.dot {
    float: left;
    width: 22px;
    height: 22px;
    position:relative;
    border-radius: 24px;
    background: #EEF1F2;
    margin-top: 24px;
    margin-right: 87px;
    z-index: 2;
    cursor: pointer;
}

.dot.last {margin-right: 0;}

.dot.sel {background: #CA3C3C;}

#priceplans {}

.boxout {    
    background: #fff;
    width: 740px;
    margin: 0 auto 66px auto;
    display: none;
    font-size: 16px;
}

.boxout.b1 {display: block;}

.price {
    color: #333;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing:antialiased;
}

.price-amount {
    font-weight: bold;
    font-size: 50px;
    display: inline-block;
}

.price-currency {
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.price-currency.ask {
    margin-left: -7px;
    margin-right: -2px;
}

.price-time {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}

.price-time .slash {
    margin-right: 2px;
    margin-left: 1px;
}

.plan {margin-top: 20px;}

.plan li {
    margin-bottom: 8px;
}

.plan li.last {
    margin-top: 48px;
}

body.pricing .button {
    margin-top: 24px;
    background: #CA3C3C;
}

body.pricing .button:hover {background: #923131;}

body.pricing #cta2 .button {
    margin-top: 0px;
    background: #923131;
}

body.pricing #cta2 .button:hover {background: #7E2929;}

#pricefaq {
    height: 703px;
    background: #EEF1F2;
}

.column-a {
    width: 46%;
    float: left;
    text-align: left;
}  

.column-b {
    float: right;
    width: 46%;
    text-align: left;
}

.columns {
    padding: 40px 0 48px 0;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.columns h4 {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 15px;
    padding-top: 16px;   
}

.columns p {
    text-align: left;
    color: #333;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 24px;
}

#pricefaq a,
#pricefaq a:visited,
#pricefaq a:active {color: #333;}

.ssrh {
    background: #fffecc;
}


/* Try */

body.try #features {min-height: 700px;}

#serversel {margin-top: 16px;}

#serversel .button:first-child {
  margin-right:22px;
}


/* About */

.people-wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
}

.people-adrian {
    width: 360px;
    height: 480px;
    background-image: url(https://cdn.plushcontent.com/images/people/adrian.jpg);
    background-size: 360px 480px;
}

.caption {
    color: #fff;
    text-shadow: -1px -1px 1px #000;
    font-size: 9px;
    position: relative;
    bottom: 13px;
    left: 4px;
}


/* Sub Navigation */

#subnav {
	height: 48px;
	background: #EEF1F2;
}


#subnav ul {
    display: table;
    width: 100%;
    height: 100%;
}

#subnav li {
	border-right: 1px solid #fff;
	display: table-cell;
	text-align: center;
	height: 100%;
	background: #EEF1F2;
}

#subnav li:first-child {border-left: 1px solid #fff;}

#subnav li:hover,
#subnav li.sel {background: #E7E7E7;}

#subnav a {
	color: #444;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 48px;
	padding-top: 16px;
}

#main.help {
    padding-top: 48px;
    padding-bottom: 56px;
}

body.flat #main h4 {
    margin-bottom: 13px;
    margin-top: 38px;
}

.link-block {
    line-height: 24px;
}

.link-header {
    margin-bottom: 16px !important;
}

/* CTA Bar */

.cta-bar-show {
    -webkit-transform: translateY(-15rem);
    -moz-transform: translateY(-15rem);
    -ms-transform: translateY(-15rem);
    transform: translateY(-15rem);
}

#cta-bar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #CA3C3C;
    z-index: 100000;
    position: fixed;
    bottom: -15rem;
    left: 0;
    right: 0;
    padding: 0;
}

#cta-bar-inner {
    padding: 0.65em 1em 0.55em 1em;
    margin: 0 auto;
    text-align: right;
}

#cta-bar-inner .button.geo {
    margin-left: 22px;
}

/* Extras */

.extras h4 span {font-weight: normal;}

.extras form {
    margin-top: 36px;
    margin-left: -2px;
    margin-bottom: 96px;
}

.extras select {
    font-size: 14px;
    padding: 4px 3px;
    margin-bottom: 24px;
}

.extras .extra-header {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.extras .textbox {
    font-size: 14px;
    padding: 4px 3px;
    width: 300px;
}

.extras input.button {
    margin-left: 2px;
}

/* FAQ */

input.search {
    color: #333;
    font-size: 16px;
    width: 700px;
    line-height: 22px;
    margin-bottom: 16px;
    padding: 6px 9px 5px 9px;
    border: 1px solid #CCC;
}

/* Dashboard */

.dashboard-image {
    width: 1050px;
    height: 580px;
    background-size: 1050px 580px;
    margin-top: 48px;
    margin-bottom: 72px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

body.dashboard .feature {margin-bottom: 0px;}

.dashboard-image.dash1 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-home.png);}
.dashboard-image.dash2 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-content.png);}
.dashboard-image.dash3 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-customise.png);}
.dashboard-image.dash4 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-categories.png);}
.dashboard-image.dash5 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-branding.png);}
.dashboard-image.first {margin-top: 24px;}
.dashboard-image.last {margin-bottom: 96px;}

.dashboard-image.theme1 {background-image: url(https://cdn.plushcontent.com/images/styles/orange-wireframe-search.png);}
.dashboard-image.theme2 {background-image: url(https://cdn.plushcontent.com/images/styles/flat-with-shadow.png);}
.dashboard-image.theme3 {background-image: url(https://cdn.plushcontent.com/images/styles/minimal-square.png);}
.dashboard-image.theme4 {background-image: url(https://cdn.plushcontent.com/images/styles/two-tone-with-borders.png);}
.dashboard-image.theme5 {background-image: url(https://cdn.plushcontent.com/images/styles/wireframe-style.png);}



/* IE */

@media screen and (min-width:0\0) {
 
    #topnav .buy a {padding: 8px 10px 4px 10px;}
    
    .button {padding: 16px 32px 14px 32px;}
    
    #subnav a {padding-top: 17px;}
	
}

/* Retina */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) {

    .people-adrian {
        background-image: url(https://cdn.plushcontent.com/images/people/adrian2x.jpg);
    }

	#banner-logo,
	#footer-logo {
		background-image:url(logo2x.png);
	}
	
    .browser-left {
		background-image:url(https://cdn.plushcontent.com/images/browser/browser-left@2x.png);
		border-top-left-radius: 4px;
	}
	
	.browser-middle {
		background-image:url(https://cdn.plushcontent.com/images/browser/browser-middle@2x.png);
	}

	.browser-right {
		background-image:url(https://cdn.plushcontent.com/images/browser/browser-right@2x.png);
		border-top-right-radius: 4px;
	}
	
	.feature-image.award {
        background-image: url(https://cdn.plushcontent.com/images/bestcommercialforumsolution@2x.png);
    }
    
    .carousel {
        background-image:url(https://cdn.plushcontent.com/images/screenshots/all-discussions@2x.png);
    }
    
    .feature-image.f1 {
        background-image: url(https://cdn.plushcontent.com/images/features/engagement/rankings@2x.png);
    }

    .feature-image.f2 {
        background-image: url(https://cdn.plushcontent.com/images/features/engagement/notifications@2x.png);
    }

    .feature-image.f3 {
        background-image: url(https://cdn.plushcontent.com/images/features/engagement/likes@2x.png);
    }

    .feature-image.f4 {
        background-image: url(https://cdn.plushcontent.com/images/features/design/stack@2x.png);
    }

    .feature-image.f5 {
        background-image: url(https://cdn.plushcontent.com/images/features/design/composite@2x.png);
    }

    .feature-image.f6 {
        background-image: url(https://cdn.plushcontent.com/images/features/design/video@2x.png);
    }

    .feature-image.f7 {
        background-image: url(https://cdn.plushcontent.com/images/mobile/android2@2x.png);
    }

    .feature-image.f8 {
        background-image: url(https://cdn.plushcontent.com/images/mobile/android1@2x.png);
    }

    .feature-image.f9 {
        background-image: url(https://cdn.plushcontent.com/images/mobile/android3@2x.png);
    }

    .feature-image.f10 {
        background-image: url(https://cdn.plushcontent.com/images/features/design/password@2x.png);
    }
    
    .dashboard-image {
        width: 1024px;
        height: 580px;
        background-size: 1024px 580px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .dashboard-image.dash1 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-home@2x.png);}
    .dashboard-image.dash2 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-content@2x.png);}
    .dashboard-image.dash3 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-customise@2x.png);}
    .dashboard-image.dash4 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-categories@2x.png);}
    .dashboard-image.dash5 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-branding@2x.png);}

    .dashboard-image.theme1 {background-image: url(https://cdn.plushcontent.com/images/styles/orange-wireframe-search@2x.png);}
    .dashboard-image.theme2 {background-image: url(https://cdn.plushcontent.com/images/styles/flat-with-shadow@2x.png);}
    .dashboard-image.theme3 {background-image: url(https://cdn.plushcontent.com/images/styles/minimal-square@2x.png);}
    .dashboard-image.theme4 {background-image: url(https://cdn.plushcontent.com/images/styles/two-tone-with-borders@2x.png);}
    .dashboard-image.theme5 {background-image: url(https://cdn.plushcontent.com/images/styles/wireframe-style@2x.png);}

    .credit-icons {
        width: 151px;
        height: 22px;
    }
    
}

@media 
all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait),
all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width : 1024px) {
    input.button {-webkit-appearance: button;}  
    #main.help .wrapper {padding-left: 24px;}
    
    .button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
}


img:-moz-loading {
    visibility: hidden;
}


/* Mobile */

.mob {display: none;}

@media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {    
    .mob {display: block;}
    
    body {
        min-width: 100%;
        overflow-x: hidden;
    }
    
    #header {
        height: auto;
    }
    
    body.internal #header {
        height: auto;
        min-height: 96px;
    }
    
    #header .wrapper {
        padding-left: 14px;
        padding-right: 14px;
    }
    
    #topnav {display: none;}
    
    #m-icon {
        color: #FFF;
        font-size: 42px;
        float: right;
        cursor: pointer;
        margin-top: 18px;
        margin-right: -2px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }    
    #m-nav {
        display: none;
        width: 100%;
        float: left;
        padding: 22px 0 10px;
    }    
    #m-nav li {
        height: 39px;
    }
    #m-nav a {
        padding: 11px 0;
        color: #FFF !important;
        text-decoration: none !important;
        font-weight: bold;
    }
    
    #header:after {
        content: "";
        display: table;
        clear: both;
    }
    
    #headline {
        height: auto;
        padding: 32px 14px 0px 14px;
    }
    
    #headline h1 {
        font-size: 21px;
        font-weight: normal;
        display: none;
    }
    
    #headline h1.mob {display: block;}
    
    #headline h2 {
        font-size: 12px;
        display: none;
    }
    
    #headline .button {
        display: none;
    }
    
    #headline .button.geo {
        display: inline-block;
        margin-right: 0;
    }
    
    .button {
        font-size: 12px;
        height: 42px;
        padding: 14px 30px;
        padding-top: 14px;
    }
    
    .button:hover {
        background: #923131;
    }
    
    #headline .centre {
        padding-top: 10px;
        padding-bottom: 34px;
    }
    
    #screenshots {display: none;}
    
    #m-screenshots {
        background: #EEF1F2;
    }
    
    .carousel {
        display: none;
    }
    
    #m-screenshots .wrapper {
        padding: 32px 14px 0 14px;
    }
    
    .m-item {
        display: none;
        margin: 0 auto 36px auto;
        width: 100%;
        max-width: 360px;
        border-radius: 4px;
    }
    
    .m-item:first-child {
        display: block;
    }
    
    #features {
        overflow: hidden;
        background: #FFF;
        padding-bottom: 48px;
    }
    
    #features .wrapper {
        padding: 0 14px;
    }
    
    .feature {
        border-bottom: 1px solid #EEF1F2;
        padding-top: 42px;
        margin-bottom: 0;
    }
    
    .feature.grey {
        border-bottom: 1px solid #FFF;
        background: #EEF1F2;
        padding-top: 42px;
        margin-bottom: 0;
    }
    
    .feature h3 {
        font-size: 20px;
    }
    
    .feature p {
        font-size: 14px;
        line-height: 19px;
        max-width: none;
    }
    
    .image-wrapper {display: none;}
    
    .feature img.mob {
        width: 100%;
        max-width: 475px;
        margin: 24px auto 0 auto;
    }
    
    .feature img.award {
        width: 94px;
        height: 118px;
        margin-bottom: 36px;
    }
    
    .feature img.f5 {
        max-width: 490px;
    }
    
    .m-hide {display: none;}
    
    .feature img.f10 {
        max-width: 499px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    
    .feature img.f7,
    .feature img.f8,
    .feature img.f9 {
        width: 160px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    
    .feature img.f2 {
        max-width: 231px;
    }
    
    #footer-logo {margin-top: 32px;}
    
    #london {margin-bottom: 48px;}
    
    #footer {display: none;}
    
    #testimonial {
        background: #EEF1F2;
        padding-top: 36px;
        padding-bottom: 36px;
        height: auto;
        display: none;
    }
    
    #testimonial img {
        display: none;
    }
    
    #testimonial h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }
    
    #testimonial .wrapper {
        max-width: 100%;
        padding: 0 14px;
    }
    
    blockquote {
        line-height: 20px;
        font-size: 14px;
        max-width: 100%;
    }
    
    .quote-author {
        margin-top: 12px;
        font-size: 14px;
    }
    
    #cta2 {
        height: auto;
        padding: 32px 14px 32px 14px;
    }
    
    #cta2 h2 {
        font-size: 21px;
        font-weight: normal;
        margin-bottom: 28px;
    }
    
    #cta2 .button {
        display: none;
    }
    
    #cta2 .button:first-child {
        display: inline-block;
        margin-right: 0;
    }
    
    #main h1 {
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 16px;
    }
    
    body.features h1 {
        padding-top: 28px;
    }
    
    body.internal .wrapper {
        width: 100%;
        max-width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .allfeat {
        width: 100%;
        max-width: 100%;
        padding-bottom: 0;
    }
    
    #main p {
        font-size: 14px;
        max-width: 100%;
        line-height: 19px;
        margin-bottom: 20px;
    }
    
    .allfeat h3 {
        margin-bottom: 12px;
        font-size: 14px;
    }
    
    #main {
        background: #FFF;
        padding: 36px 0 32px 0;
        min-height: auto;
    }
    
    body.features #main {
        padding-bottom: 48px;
    }
    
    .track, .trackover, .dot {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    
    .boxhead {
        width: 292px;
        margin-top: 16px;
        padding: 0;
    }
    
    .track {
        width: 281px;
    }
    
    .trackover {
        width: 44px;
    }
    
    .dot {
        margin-right: 23px;
    }
    
    #priceplans {
        margin-left: 0;
    }
    
    .boxout {
        width: 100%;
        font-size: 14px;
        margin-bottom: 48px;
    }
    
    .plan {
        margin-top: 16px;
    }
    
    .plan li {
        margin-bottom: 6px;
    }
    
    body.pricing .button {
        margin-top: 18px;
    }
    
    body.enterprise #features {
        padding-bottom: 48px;
    }
    
    #pricefaq {
        display: block !important;
        height: auto;
    }
    
    .columns {
        padding: 0;
        width: 100%;
        padding-bottom: 32px;
    }
    
    .columns p {
        margin-bottom: 18px;
    }
    
    #pricefaq:after {
        content: "";
        display: table;
        clear: both;
    }
    
    .column-a, .column-b {
        width: 100%;
        float: none;
    }
    
    body.pricing .feature h3 {margin-bottom: 12px;}
    body.pricing #pricefaq.feature h3 {margin-bottom: 16px;}
    
    #subnav .wrapper {
        padding-left:0px;
        padding-right: 0px;
    }
    
    #subnav li:first-child {
        border-left: 0;
    }
    
    #subnav li {
        border-right: 0;
        display: table-cell;
        float: left;
        width: 100%;
        border-bottom: 1px solid #FFF;
    }
    
    #subnav li:last-child {
        border-bottom: 0;
    }
    
    #subnav a {
        height: 42px;
        padding-top: 14px;
    }
    
    #subnav li:last-child a {
        height: 43px;
    }
    
    #subnav li:first-child a {
        height: 43px;
        padding-top: 15px;
    }
    
    #subnav {
        height: auto;
    }
    
    #main.help {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    
    #main h2 {
        font-size: 20px !important;
    }
    
    #main.blog h2 {
        font-size: 20px !important;
        margin-bottom: 5px !important;
        margin-top: 48px !important;
    }
    
    #main.blog h2:first-child {
        margin-top: 0px !important;
    }
    
    #main.blog h3 {
        margin-bottom: 21px !important;
        font-size: 14px !important;
    }
    
    #main img {max-width: 100%;}
    
    #main.help .wrapper {
        padding-left: 14px;
    }
    
     #subnav li.sel {
        background: #DEDEDE;
    }
    
    body.flat #main h4 {
        margin-bottom: 10px;
        margin-top: 28px;
        font-size: 16px;
        font-weight: bold;
        max-width: 100%;
        line-height: 22px;
    }
    
    #main.testimonials blockquote {
        color: #333;
        font-size: 14px !important; 
        max-width: 100% !important;
        line-height: 19px !important;
    }
    
    #main.testimonials h1 {
        margin-bottom: 18px !important;
    }
    
    #main.testimonials .quote-author {
        margin-top: 8px !important;
        font-size: 14px !important;
        margin-bottom: 32px !important;
    }
    
    .people-wrapper {
        margin-top: 26px;
        margin-bottom: 32px;
    }
    
    #chart {
        max-width: 100% !important;
        margin-top: 24px !important;
        margin-bottom: 0px !important;
        height: 200px !important;
    }
    
    body.status .feature h3 {
        margin-bottom: 10px;
    }
    
    #history {
        width: 100% !important;
        margin-top: 19px;
        font-size: 12px !important;
    }
    
    #history tr td:first-child, #history tr th:first-child {
        width: 55% !important;
    }
    
    #history tr td, #history tr th {
        width: 15% !important;
    }
    
    #history, #history th, #history td {
        padding: 6px 6px !important;
    }
    
    #monthly {
        width: 100% !important;
        margin-top: 10px !important;
        font-size: 12px !important;
    }
    
    #monthly tr td:first-child, #monthly tr th:first-child {
        width: 55% !important;
    }
    
    #monthly tr td, #monthly tr th {
        width: 15% !important;
    }
    
    #monthly, #monthly th, #monthly td {
        padding: 6px 6px !important;
    }
    
    .dashboard-image {
        width: 300px;
        height: 170px;
        background-size: 300px 170px;
        margin-bottom: 48px;
        border-radius: 2px;
    }
    
    input.search {
        width: 100%;
        font-size: 14px;
        padding: 5px 8px 4px 8px;
    }
    
    #info-text {
        line-height:18px !important;
    }
    #info-text b {
        margin-top: 6px;
        display: inline-block;
    }
    #info-text b:first-child {
        margin-top: 0px;
    }
    
    .dashboard-image.dash1 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-home.png);}
    .dashboard-image.dash2 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-content.png);}
    .dashboard-image.dash3 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-customise.png);}
    .dashboard-image.dash4 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-categories.png);}
    .dashboard-image.dash5 {background-image: url(https://cdn.plushcontent.com/images/dashboard/dashboard-branding.png);}

    .dashboard-image.theme1 {background-image: url(https://cdn.plushcontent.com/images/styles/orange-wireframe-search.png);}
    .dashboard-image.theme2 {background-image: url(https://cdn.plushcontent.com/images/styles/flat-with-shadow.png);}
    .dashboard-image.theme3 {background-image: url(https://cdn.plushcontent.com/images/styles/minimal-square.png);}
    .dashboard-image.theme4 {background-image: url(https://cdn.plushcontent.com/images/styles/two-tone-with-borders.png);}
    .dashboard-image.theme5 {background-image: url(https://cdn.plushcontent.com/images/styles/wireframe-style.png);}
    
}

.plush-fade {
    opacity:0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media {
    .button {padding-top: 14px;}
}}