@import url("https://use.typekit.net/hko7fpj.css");

body {
	font-family: 'futura-pt', sans-serif;
	font-size: 16px;
	background-color: #fbfaf8;
	color: #080808;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'futura-pt', sans-serif;
	margin-top: 0;
	color: #262628;
}
h1 {
	font-size: 34px;
}
img {
	max-width: 100%;
	height: auto;
}
#header {
    z-index: 10;    
    text-transform: uppercase;
    font-size: 18px;
}
#home #header {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
}
#header .nav-bar {
    background-color: #000;
}
#home #header .nav-bar {
    background-color: transparent;
}
#header .nav > li > a {
	color: #fff;
	padding: 15px 55px;
}
#header .nav > li > a:hover,
#header .nav > li > a:focus {
	color: #e6e6e6;
	background-color: transparent;
}
#hero {
	background-color: #000;
}
.slide-logo {
    max-width: 400px;
    position: relative;
}
.torn-bg-container {
	background-image: url(images/torn-bg.png);
	background-size: 100%;
    padding: 3% 0 4%;
    background-repeat: no-repeat;
}
#home #header .torn-bg-container {
	display: none;
}
.sections {
    padding-top: 100px;
}
.section-2 {
    font-size: 20px;
    padding-top: 0;
}
.testimonial-name {
    text-transform: uppercase;
    color: #6f6f6f;
    font-size: 26px;
    font-weight: 400;
}

.table-container > .container {
    border: 1px solid #dedede;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}
.table-container .container > .row > .col-sm-12 {

}
.table-heading {
	border-bottom: 1px solid #dedede;
}

.table-column p {
    margin-bottom: 0;
}

.table-heading p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}
.table-container .container > .row > .col-sm-12 > .row div[class*="col-sm-"] {
    border-right: 1px solid #dedede;
    padding: 0;
}
.table-container .container > .row > .col-sm-12 > .row div[class*="col-sm-"]:last-child {
    border-right: 0;
}
.table-column {
    padding-bottom: 10px;
}
.table-intro {
    padding: 30px 20px 0;
    color: #68686a;
    font-weight: 600;
}
.table-price, .table-price-custom {
    font-size: 60px;
    padding: 30px 0;
}
.table-price-custom {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}
.table-price sup {
    font-size: .55em;
    left: 5px;
}
.table-description {
    color: #68686a;
    font-weight: 600;
    padding: 0 45px;
    font-size: 14px;
}
.table-description ul {
    list-style-type: none;
    padding-left: 0;
}
.table-description ul li:before {
	content:'\2022';
}
.table-hr-text {
    margin-bottom: 30px;
}
.table-hr-text p {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #68686a;
}
.table-hr-text p:before, .table-hr-text p:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 28%;
    height: 1px;
    content: '\a0';
    background-color: #ececec;
}
.table-hr-text p:before {
    margin-left: -30%;
    text-align: right;
}
.table-hr-text p:after {
    margin-left: 2%;
}
.table-big-content {
    padding: 50px 40px 20px;
    font-size: 20px;
    color: #68686a;
    font-weight: 500;
}
.table-big-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}
.table-button {
    padding: 40px 0;
}
.btn-default {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    padding: 10px 40px;
    border-radius: 8px;
    text-transform: uppercase;
}
.btn-default:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-default a {
	color: #ffffff;
}
.btn-default a:hover {
	text-decoration: none;
	color: #fff;
}
#page-content .container .container,
.container .container {
	width: 100%;
}
#page-content {
    padding: 30px 0 10px;
}
#page-content h1.page-title {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#footer {
    margin-top: 70px;
}
.footer-top {
    background-color: #2f2f2f;
    padding: 20px 0 10px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}

.footer-bottom {
    background-color: #1a1a1a;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.footer-bottom p {
	margin: 0;
}
.footer-bottom a {
	color: #ffffff;
}
.footer-bottom .nav {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
.footer-bottom .nav > li > a {
    color: #c7c7c7;
}
.footer-bottom .nav > li > a:hover {
    color: #c7c7c7;
    background-color: transparent;
    text-decoration: underline;
}
.myriad-sig {
	color:#494949;
	padding-right: 15px;
	text-align: right;
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	.slide-logo {
	    top: 40px;
	    left: 60px;
	}
	.narrow-width {
	    width: 960px;
	    margin: 0 auto;
	}
}

@media (max-width: 1199px) {
	#header .nav > li > a {
		padding: 15px 35px;
	}
	.slide-logo {
		padding: 10%;
	}
	.table-description {
	    padding: 0px 25px;
	}


}
@media (max-width: 991px) {
	#header .nav > li > a {
		padding: 15px 25px;
	}
	.table-description {
	    padding: 0px 5px;
	}

	#testimonials .ccm-image-slider-inner {
	    padding: 20px 0;
	}
	#testimonials .ccm-image-slider-text {
	    padding: 1em;
	}
	
}
@media (max-width: 767px) {
	#home #header {
		position: relative;
	}
	.slicknav_menu {
	    background: #000000;
	}
	#home .slicknav_menu {
	    background: #4c4c4c;
	}

	.testimonial-description img {
	    width: auto;
	    display: block;
	    margin: 0 auto 20px;
	    clear: both;
	    float: none !important;
	}

	.table-container {
	    padding: 0 15px;
	}
	.table-container .container {
		max-width: 500px;
	}
	.table-container .container > .row > .col-sm-12 > .row div[class*="col-sm-"] {
	    border-right: 0;
	}
	.table-heading {
	    border-top: 1px solid #dedede;
	}
	.table-container .container > .row > .col-sm-12 > .row div[class*="col-sm-"]:first-child .table-heading {
	    border-top: 0;
	}
	.myriad-sig {
		text-align: center;
	}
}




.testimonial-description img {
	
	max-width: 150px !important;
	max-height: 150px !important;
	
}