h1 {
	font-size: 2em;
	line-height: 1.25em;
}
h2 {
	font-size: 1.625em;
	line-height: 1.15em;
}
h3 {
	font-size: 1.375em;
	line-height: 1.13em
}
h4 {
	font-size: 1.125em;
	line-height: 1.11em;
}
p {
	color: #555;
	font-size: 1.15em;
	line-height: 1.5em;
}
blockquote {
	font-size: 1em;
	line-height: 175%;
	text-align: left;
	letter-spacing: 1px;
	font-weight: 300;
	border-left: none;
}
/****************************************/

/* classes */

/****************************************/

.heading {
	font-size: 245%;
	font-weight: 600;
	text-align: center;
}
.heading, .heading-2, .subheading {
	line-height: 120%;
}
.heading small {
	font-size: 55%;
	line-height: 150%;
	letter-spacing: .5px;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 30px;
	display: block;
}
.heading sup {
	font-weight: 100;
}
.heading-2 {
	/*color: #333;*/
	font-weight: 600;
}
.subheading {
	font-size: 150%;
	font-weight: 300;
	letter-spacing: normal;
	display: block;
}
.bullybutton .subheading {
	color: #6c5e72;
}
.lead {
	font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #ffcd02;
	line-height: 150%;
	padding-bottom: 0;
	margin-top: -5px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 10px #000, 1px 1px 10px #666;
}
.text-shadow {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3)
}
.text-inset {
	color: #242829;
	text-shadow: 0 1px 1px #6d7375;
	font-weight: 400;
}
.text-weight-light {
    font-weight: 400;
}
.hyphenate {
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.text-bigger {
	font-size: 130%;
    line-height: 120%;
}
.text-darken {
    color:rgba(0, 0, 0, 0.1);
}
/****************************************/

/* sections */

/****************************************/

.branding, .features, .video, .slider, .resources, .testimonials, .licensing, .about {
	padding-top: 30px;
	padding-bottom: 30px;
}
.features, .licensing {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.resources, .slider {
	border-top: solid 1px #ccc;
}
/****************************************/

/* hero */

/****************************************/

.hero {
	width: 100%;
	min-height: 270px;
	margin-top: -55px;
	padding-top: 60px;
}
.hero.fortres101 {
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/fortres-101/header-backgrounds/fortres-101-hero-default.jpg);
}
.hero.bullybutton {
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/bully-button/header-backgrounds/bullybutton-hero-default.jpg);
}
.hero.fortres101 {
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-position: left, top right;
}
.hero.bullybutton {
	background-repeat: no-repeat, no-repeat;
	background-size: cover, default;
	background-position: left, center right;
}
.hero .heading {
	color: #f1f1f1;
	text-align: left;
	font-weight: 800;
}
.hero.bullybutton h1.heading {
	font-weight: normal;
	margin-top: -15px;
	margin-bottom: -10px;
}
.hero small {
	color: #ffb933;
}
/****************************************/

/* features */

/****************************************/

.features {
	background-color: #f5f5f5;
}
.features .heading-2 {
	margin-top: -15px;
	text-align: center;
}
.features .heading-2, .features p {
	padding-left: 25px;
	padding-right: 25px;
}

.features .list {
	/* border-top: 1px solid #ccc; */
	border-bottom: 1px solid #ccc;
	padding-bottom: 45px;
}

.features .list-heading {
	line-height: 150%;
	margin-top: 0;
}

.features .list-heading .text-bigger {
	font-weight: 600;
	letter-spacing: -.5px;
}


.features p {
	color: #666;
	margin-bottom: 25px;
}

.features li {
	color: #666;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 5px;
	text-align: left;
}



/****************************************/

/* video */

/****************************************/

.video .video-container {
	margin: auto;
	padding: 10px;
	background-color: #f5f5f5;
	border: solid 1px #ccc;
	display: block;
}
.video.bullybutton {
	background-color: #485052;
}
.video.fortres101 {
	background-color: #f5ab35;
}
.video .lead {
	display: block;
	text-shadow: none;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, 'sans-serif';
	font-size: .45em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
    line-height: 150%;
	color: rgba(255, 255, 255, 0.70);
}
.video .lead:before {
	content: '\f017';
	font-family: 'FontAwesome';
	font-size: 2em;
	display: block;
	padding-bottom: 8px;
	font-weight: 100;
}
.video .lead:after {
	content: "";
	/* This is necessary for the pseudo element to work. */
	display: block;
	/* This will put the pseudo element on its own line. */
	margin: 0 auto;
	/* This will center the border. */
	width: 25%;
	/* Change this to whatever width you want. */
	padding-top: 6px;
	/* This creates some space between the element and the border. */
	border-bottom: 3px solid;
	/* This creates the border. Replace black with whatever color you want. */
}
.video .heading {
	padding-right: 25px;
	margin-bottom: 60px;
    line-height: 120%
}
/*.video.bullybutton .subheading {
    padding-top: 15px;
}*/

/*.video.bullybutton .heading-2{
    text-align: center;
}

.video.bullybutton small,
.video.bullybutton p {
    text-shadow: none;
    color: #b6b9ba;
}*/

.video blockquote {
	font-weight: 600;
	padding-top: 30px;
	border-left: none;
}
.video blockquote .subheading {
	font-size: 2em;
	text-shadow: none;
	color: #b6b9ba;
	padding-bottom: 10px;
}
.video blockquote.heading .video i.fa-circle {
	color: #ba4a00;
}
.video i.fa-circle, .video i.fa-quote-left {
	padding-top: 20px;
}
.video .btn-container {
	margin-top: 25px;
}
/****************************************/

/* licensing */

/****************************************/

.licensing .heading {
	text-transform: uppercase;
	font-weight: 800;
}
.license-type-1 .card-header, .license-type-1 .card-footer {
	background-color: #2980b9;
}
.license-type-2 .card-header, .license-type-2 .card-footer {
	background-color: #34495e;
}
.license-type-2 .license {
	color: #34495e;
}
.pricing-card {
	background-color: #e6e9ed;
	text-align: center;
	margin-bottom: 20px;
}
.pricing-card .lead {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, 'sans-serif';
	color: #fff;
	background-color: rgba(255, 255, 255, 0.25);
	padding: 5px;
	font-size: .85em;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 0;
}
.pricing-card .heading {
	color: #fff;
	font-size: 4.8em;
	font-weight: 600;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	padding-bottom: 0;
}
.pricing-card .card-body {
	margin-bottom: 0;
	padding-bottom: 20px;
	min-height: 200px;
}
.pricing-card .fa-stack {
	position: relative;
	display: inline-block;
	width: 3em;
	height: 3em;
	line-height: 3em;
	vertical-align: middle;
}
.pricing-card .license {
	font-size: 2em;
	font-weight: 600;
	line-height: 1.15em;
	color: #5c9ede;
	letter-spacing: -1.5px;
}
.pricing-card .computer-quantity {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, 'sans-serif';
	font-weight: 700;
	font-size: .75em;
	color: #888;
	margin-top: -6px;
	margin-left: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.pricing-card .fa-stack-1x, .pricing-card .fa-stack-2x, .pricing-card .fa-stack-3x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.pricing-card .fa-stack-1x {
	line-height: inherit;
}
.pricing-card .fa-stack-2x {
	font-size: 1.55em;
	margin-top: .55em;
	color: #888;
}
.pricing-card .fa-stack-3x {
	font-size: 3em;
}
.pricing-card .fa-stack-3x {
	color: #fff;
}
.card-footer {
	padding-top: 10px;
}
.license-type-1 .license {
	color: #2980b9;
}
.license-type-2 .license {
	color: #34495e;
}
/****************************************/

/* testimonials */

/****************************************/

.testimonials.fortres101 {
	background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/landing/fortres-101/header-backgrounds/computer-room.jpg);
	background-position: center center no-repeat scroll;
	background-size: cover;
}
.testimonials .heading {
	color: #eeeeee;
	/*font-weight: 800;
	text-transform: uppercase;*/
	margin-bottom: 20px;
}

.testimonials .heading .title,
.testimonials .heading.title {
    color: #ffffff;
    letter-spacing: -1px;
    font-weight: 700;
}
.testimonials blockquote {
	font-size: 1.25em;
	display: block;
	color: #fff;
	border-left: none;
	margin-left: 30px;
	padding-top: 0;
}
.testimonials blockquote:before {
	content: '\f27a';
	font-family: 'FontAwesome';
	color: #b05834;
	font-style: normal;
	display: block;
	position: absolute;
	left: 42px;
	text-shadow: none;
}
.testimonials cite {
	display: block;
	text-transform: uppercase;
	margin-top: 20px;
	line-height: 120%;
	padding-top: 10px;
	text-align: right;
	border-top: #b05834 3px solid;
	font-style: normal;
}
.testimonials cite:before {
	content: '\f2bd';
	font-family: 'FontAwesome';
	font-style: normal;
	margin-right: 5px;
	font-weight: 200;
}
/****************************************/

/* slider */

/****************************************/

.slider {
	background-color: #f5f5f5;
}
.slider .carousel-inner>.item>a>img, .slider .carousel-inner>.item>img {
	margin: auto auto 0;
}
.slider .carousel-control.right, .slider .carousel-control.left {
	background-image: none;
}
.slider .carousel-indicators {
	margin-bottom: -20px;
}
.slider .carousel-indicators li {
	border-color: #999;
	background-color: #ccc;
}
.slider .carousel-caption {
	position: relative;
	left: auto;
	right: auto;
	text-shadow: none;
	/*height:320px;
    max-height:320px;
    display:block;
    background:tomato;*/
}
.slider .carousel-caption .caption-heading {
	font-size: 2em;
    line-height: 140%;
	color: #b05834;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin-top: 0;
	padding-top: 0;
}
/*.slider.screen-gallery {
	color: tomato;
}
.slider.bullybutton .carousel-caption .caption-heading {
	color: #95a5a6;
	font-weight: normal;
	padding-bottom: 0;
}*/
.slider .carousel-caption p {
	font-size: 14px;
	color: #95a5a6;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin-top: 0;
	padding-top: 0;
}
.slider .btn {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 30px
}
/****************************************/

/* resources */

/****************************************/

.resources {
	background: transparent;
}
@media only screen and (min-width:0) and (max-width:360px) {
	
    .text-bigger {
	font-size: 100%;
    line-height: 120%;
}
    
    .hero.bullybutton .lead {
		display: none;
	}
	.hero.bullybutton .heading {
		font-size: 170%;
        line-height: 130%;
        letter-spacing: 1px;
	}
	.bullybutton .heading {
		font-size: 200%
	}
}
@media only screen and (min-width:480px) {
	h1 {
		font-size: 2.5em;
		line-height: 1.125em
	}
	h2 {
		font-size: 2em;
		line-height: 1.25em
	}
	h3 {
		font-size: 1.5em;
		line-height: 1.25em
	}
	h4 {
		font-size: 1.125em;
		line-height: 1.22em;
	}
	.heading {
		font-size: 325%;
	}
	.bullybutton .heading {
		font-size: 300%;
	}
	.heading-2 {
		text-align: left;
	}
	.branding, .features, .video, .slider, .resources, .testimonials, .licensing {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.features .heading-2 {
		text-align: left;
	}
    
    .hero.bullybutton {
        background: url(../images/icons/logos/bb-logo-horizontal.png), linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/bully-button/header-backgrounds/bullybutton-hero-default-compressor.png);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 40%, cover, cover;
        background-position: bottom right, left, bottom right;
    }
    
    .slider .carousel-caption {
	
	height:220px;
    max-height:220px;
    display:block;
}
}
@media only screen and (min-width:768px) {
	h1 {
		font-size: 3em;
		line-height: 1.05em
	}
	h2 {
		font-size: 2.25em;
		line-height: 1.25em
	}
	h3 {
		font-size: 1.75em;
		line-height: 1.25em
	}
	h4 {
		font-size: 1.125em;
		line-height: 1.22em;
	}
	.hero {
		max-height: 320px;
	}
	.hero.fortres101 {
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/fortres-101/header-backgrounds/fortres-101-hero-320.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: cover, cover;
		background-position: left, top right;
	}
	.hero.bullybutton {
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/bully-button/header-backgrounds/bullybutton-hero-320.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: cover, cover;
		background-position: left, top right;
	}
    
    /*.hero.bullybutton .heading {
        font-size:290%
    }*/
	.hero .heading {
		font-size: 300%;
	}
	
	.features p {
	font-size: 130%;
}
	.btn.btn-landing {
		font-size: 16px;
	}
	.testimonials .heading {
		text-align: center;
	}
	.features .heading-2 {
		text-align: center;
	}
}
@media only screen and (min-width:992px) {
	h1 {
		font-size: 3em;
		line-height: 1.05em
	}
	h2 {
		font-size: 2.25em;
		line-height: 1.25em
	}
	h3 {
		font-size: 1.75em;
		line-height: 1.25em
	}
	h4 {
		font-size: 1.125em;
		line-height: 1.22em;
	}
	.heading {
		font-size: 350%;
	}
	.hero {
		max-height: 360px;
	}
	.hero.fortres101 {
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/fortres-101/header-backgrounds/fortres-101-hero-360.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: cover, cover;
		background-position: left, top right;
	}
	.hero.bullybutton {
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/bully-button/header-backgrounds/bullybutton-hero-360.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: cover, cover;
		background-position: left, top right;
	}
	.hero .heading {
		font-size: 400%;
	}
	.testimonials .heading {
		text-align: left;
	}
	.btn.btn-landing {
		font-size: 16px;
	}
}
@media only screen and (min-width:1200px) {
	h1 {
		font-size: 3em;
		line-height: 1.05em
	}
	h2 {
		font-size: 2.25em;
		line-height: 1.25em
	}
	h3 {
		font-size: 1.75em;
		line-height: 1.25em
	}
	h4 {
		font-size: 1.125em;
		line-height: 1.22em;
	}
	.heading {
		font-size: 375%;
	}
	.features .heading-2 {
		text-align: center;
	}
	.hero {
		max-height: 450px;
	}
	.hero.fortres101 {
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/fortres-101/header-backgrounds/fortres-101-hero-450.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: cover, cover;
		background-position: left, top right;
	}
	.hero.bullybutton {
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/bully-button/header-backgrounds/bullybutton-hero-450.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: cover, cover;
		background-position: left, top right;
	}
	.hero .heading {
		font-size: 475%;
	}
	.btn.btn-landing {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1400px) {
	.hero.fortres101 {
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7)), url(../images/landing/fortres-101/header-backgrounds/fortres-101-hero-450.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: cover, cover;
		background-position: left, left;
	}
}
/****************************************/

/* buttons */

/****************************************/

.hero div>a.btn-buy:first-of-type, .hero div>a.btn-landing:first-of-type, .branding div>a.btn-landing:first-of-type, .resources div>a.btn-landing:first-of-type, .video div>a.btn-landing:first-of-type, .about div>a.btn-landing:first-of-type {
	margin-bottom: 5px;
}
.btn-container {
	margin-top: 5px;
}

.btn-container .note {
	font-size: 1.25em;
	line-height: 1.13em;
	background: none;
	margin-bottom: 15px;
	text-align: center;
	display: block;
	font-weight: 400;
}
.hero .btn-container, .slider .btn-container {
	margin-bottom: 30px;
}
.hero .btn-container {
	margin-top: 15px;
}
.slider .btn-container {
	margin-bottom: 10px;
}
.card-footer .btn-container {
	margin-bottom: 10px;
}
.btn.btn-landing {
	color: #fff;
	font-weight: 400;
	letter-spacing: .5px;
	transition: all .5s;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .6);
	padding: 6px
}
.btn-container .btn.btn-outline {
	background-color: transparent;
	border: 2px solid;
	box-shadow: none;
}
.btn-container .btn.btn-landing:hover, .btn-container .btn.btn-outline:hover, .btn-container .btn.btn-icon {
	color: #fff;
}
/* landing button */

.btn-container .btn-landing {
	background-color: #008EC2;
}
.btn-container .btn-landing.btn-outline {
	color: #009ED8;
	border-color: #006E96;
}
.btn-container .btn-landing:hover {
	background-color: #009ED8;
}
.btn-container .btn-landing:active, .btn-container .btn-landing:focus {
	background-color: #006E96;
}
/* buy button */

.btn-container .btn-buy {
	background-color: #57A610;
}
.btn-container .btn-buy.btn-outline {
	color: #61b812;
	border-color: #57A610;
}
.btn-container .btn-buy:hover {
	background-color: #61b812;
}
.btn-container .btn-buy:active, .btn-container .btn-buy:focus {
	background: #43820C;
}
/* get button */

.btn-container .btn-get {
	background-color: #DD8B12;
}
.btn-container .btn-get.btn-outline {
	color: #E0972A;
	border-color: #9B610C;
}
.btn-container .btn-get:hover {
	background-color: #E0972A;
}
.btn-container .btn-get:active, .btn-container .btn-get:focus {
	background-color: #9B610C;
}
/* test button */

.btn-container .btn-test {
	background-color: #D0561F;
}
.btn-container .btn-test.btn-outline {
	color: #e76022;
	border-color: #A24219;
}
.btn-container .btn-test:hover {
	background-color: #e76022;
}
.btn-container .btn-test:active, .btn-container .btn-test:focus {
	background-color: #A24219;
}
/* trial button */

.btn-container .btn-trial {
	background-color: #44bcb9;
}
.btn-container .btn-trial.btn-outline {
	color: #44bcb9;
	border-color: #2F8380;
}
.btn-container .btn-trial:hover {
	background-color: #3DA9A6;
}
.btn-container .btn-trial:active, .btn-container .btn-trial:focus {
	background-color: #2F8380;
}
/* try button */

.btn-container .btn-try {
	background-color: #1976D2;
}
.btn-container .btn-try.btn-outline {
	color: #1976D2;
	border-color: #1565C0;
}
.btn-container .btn-try:hover {
	background-color: #2196F3;
}
.btn-container .btn-try:active, .btn-container .btn-try:focus {
	background-color: #1565C0;
}
/* secure button */

.btn-container .btn-secure {
	background-color: #C62828;
}
.btn-container .btn-secure.btn-outline {
	color: #C62828;
	border-color: #B71C1C;
}
.btn-container .btn-secure:hover {
	background-color: #E53935;
}
.btn-container .btn-secure:active, .btn-container .btn-secure:focus {
	background-color: #B71C1C;
}
/* quote button */

.btn-container .btn-quote {
	background-color: #27ae60;
}
.btn-container .btn-quote.btn-outline {
	color: #27ae60;
	border-color: #1d8348;
}
.btn-container .btn-quote:hover {
	background-color: #2ecc71;
}
.btn-container .btn-quote:active, .btn-container .btn-quote:focus {
	background-color: #1d8348;
}
.btn-container .btn.btn-icon {
	display: inline-block;
	position: relative;
	border: none;
	border-radius: 2px;
	padding-right: 39px;
	padding-top: 10px;
	padding-bottom: 10px
}
.btn-container .btn.btn-icon:before, .btn-container .btn.btn-icon:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 39px;
	content: "\00a0";
	font-family: 'FontAwesome', sans-serif;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
.btn-container .btn.btn-icon:before {
	background: rgba(0, 0, 0, 0.1);
}
.btn-container .btn.btn-icon:hover {}
.btn-container .btn.btn-icon:active, .btn-container .btn.btn-icon:focus {
	outline: none;
}
.btn-container .btn.btn-icon {
	min-width: 12em;
}
.btn-container .btn.btn-icon.contact:after, .btn-container .btn.btn-icon.arrow:after, .btn-container .btn.btn-icon.email:after, .btn-container .btn.btn-icon.cart:after, .btn-container .btn.btn-icon.download:after, .btn-container .btn.btn-icon.check:after, .btn-container .btn.btn-icon.smile:after, .btn-container .btn.btn-icon.pencil:after, .btn-container .btn.btn-icon.star:after, .btn-container .btn.btn-icon.thumb:after {
	margin-top: 8px;
}
.btn-container .btn.btn-icon.contact:after {
	content: "\f095";
}
.btn-container .btn.btn-icon.arrow:after {
	content: "\F054";
}
.btn-container .btn.btn-icon.email:after {
	content: "\F0E0";
}
.btn-container .btn.btn-icon.cart:after {
	content: "\f07a";
}
.btn-container .btn.btn-icon.download:after {
	content: "\f019";
}
.btn-container .btn.btn-icon.check:after {
	content: "\f058";
}
.btn-container .btn.btn-icon.smile:after {
	content: "\f118";
}
.btn-container .btn.btn-icon.star:after {
	content: "\f005";
}
.btn-container .btn.btn-icon.pencil:after {
	content: "\f040";
}
.btn-container .btn.btn-icon.thumb:after {
	content: "\f164";
}
a.more-info, a.more-info:link, a.more-info:visited {
	color: #999;
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-decoration: none
}
.more-info:after {
	font-family: FontAwesome;
	content: "\f054";
	color: #f1c40f;
	padding-left: 3px
}
.more-info .fa, .more-info a:link .fa, .more-info a:visited .fa {
	color: #f1c40f
}
a.more-info:hover {
	text-decoration: none;
	color: #c2c2c2
}