@import url(http://fonts.googleapis.com/css?family=Open+Sans:400, 700, 300);
    body {
    min-height: 2000px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
a:hover {
    text-decoration: none;
}
body .navbar.navbar-fixed-top {
    margin-bottom: 0;
}
body .navbar {
    background: 0 0;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}
body .navbar.wsc-navbar-solid {
    background: rgba(58, 146, 215, .87);
}
body .navbar.wsc-navbar-solid .navbar-brand {
    padding: 15px;
}
body .navbar.wsc-navbar-solid .navbar-nav>li>a {
    margin: 10px;
}
body .navbar-brand {
    padding: 25px 15px;
}
body .navbar .navbar-header a {
    color: #fff;
}
body .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px;
    margin: 20px 10px;
    border-bottom: 2px solid transparent;
}
body .navbar-nav>li>a:hover {
    background: 0 0;
    border-bottom: 2px solid #fff;
}
body .navbar-nav>li>a.btn {
    padding: 5px 10px;
    margin-top: 18px;
    border-bottom: 1px solid #fff;
}
body .navbar-nav>li>a.btn:hover {
    border-width: 1px;
    background: rgba(255, 255, 255, .25);
}
body .navbar .navbar-header .navbar-brand {
    font-size: 22px;
    font-weight: 700;
    line-height: 75%;
	text-shadow: 1px 1px 1px #000000;
}
body .btn {
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica;
    border: 1px solid #333;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase;
    background: 0 0;
    box-shadow: none;
    letter-spacing: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
body .btn:hover {
    background: #404041;
    color: #fff;
    border-color: #404041;
}
body .btn-lg {
    font-size: 14px;
    padding: 10px 20px;
}
body .wsc-btn-white {
    color: #fff;
    border-color: #fff;
}
body .wsc-btn-white:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, .25);
}
body .btn-primary {
    color: #fff;
    background: #00BBFC;
    border-color: #00BBFC;
}
body .btn-primary:hover {
    background: #3A92D7;
    border-color: #00BBFC;
}
body .wsc-options {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(51, 51, 51, .71);
    color: #fff;
    padding: 10px;
}
body .wsc-options li {
    float: left;
}
body .wsc-options li:first-child a {
    padding: 4px 10px;
}
body .wsc-options a {
    font-family: georgia;
    font-size: 16px;
    font-style: italic;
    line-height: 140%;
    color: #fff;
    display: inline-block;
}
body .wsc-options a.color {
    text-indent: -9999999px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
body .wsc-options .active a.color {
    border-color: #fff;
}
body .jumbotron {
    border-radius: 0;
    height: 750px;
    padding-top: 80px;
    margin: 0;
    width: 100%;
    position: relative;
}
body .jumbotron .wsc-bg {
    position: fixed;
    background: url(../images/jumbotron.jpg) center center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
body .wsc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3A92D7;
    opacity: .15;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
body .jumbotron .container {
    display: table;
    height: 620px;
}
body .jumbotron .container .wsc-pitch {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
body .jumbotron .container .wsc-pitch .wsc-call-to-action {
    position: relative;
}
body .jumbotron .container .wsc-pitch h1 {
    font-weight: 100;
    font-size: 46px;
    line-height: 120%;
    margin: 0 0 5px;
    color: #fff;
	text-shadow: 1px 1px 1px #000000;
}
body .jumbotron .container .wsc-pitch h2 {
    font-family: georgia;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    margin: 0;
    font-style: italic;
    color: #fff;
	text-shadow: 1px 1px 1px #000000;
}
body .jumbotron .container .wsc-pitch a {
    color: #fff;
    font-weight: 700;
}
body .wsc-btns {
    text-align: center;
    margin: 20px 0 0;
}
body .wsc-btns .btn {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    padding: 10px 20px;
}
.wsc-section, .wsc-section>.container {
    position: relative;
}
.wsc-section {
    padding: 25px;
}
.wsc-section.wsc-white-bg {
    background: #fff;
    color: #333;
}
.wsc-section.wsc-white-bg .wsc-section-header {
    border-bottom: 1px solid #f1f1f2;
}
.wsc-section .wsc-section-header {
    padding: 35px 0;
    margin-bottom: 35px;
    text-align: center;
}
.wsc-section .wsc-header h3, .wsc-section .wsc-section-header h3 {
    font-size: 36px;
    font-weight: 100;
    line-height: 120%;
    margin: 0 0 5px;
}
.wsc-section .wsc-header h4, .wsc-section .wsc-section-header h4 {
    font-size: 18px;
    font-family: georgia;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 10px;
    font-style: italic;
}
.wsc-section .wsc-header {
    text-align: left;
    margin-bottom: 15px;
}
.wsc-tabs {
    text-align: center;
    border: none;
}
.wsc-tabs li {
    display: inline-block;
    float: none;
    border: none;
}
.wsc-tabs li:hover a {
    background: 0 0;
    border: none;
}
.nav-tabs.wsc-tabs>li.active>a, .nav-tabs.wsc-tabs>li.active>a:focus, .nav-tabs.wsc-tabs>li.active>a:hover {
    border: none;
}
.wsc-tabs li:hover a .glyphicon {
    background: #f1f1f2;
}
.wsc-tabs li.active a, .wsc-tabs li.active a:hover {
    color: #3A92D7;
    border: none;
}
.wsc-tabs li.active a .glyphicon {
    color: #fff;
    background: #3A92D7;
    border-color: #3A92D7;
}
.wsc-tabs li a {
    color: #333;
    margin-right: 0;
    border: none;
}
.wsc-tabs li a:focus {
    outline: 0;
}
.wsc-tabs li a .glyphicon {
    font-size: 20px;
    padding: 15px;
    line-height: 100%;
    border: 1px solid #333;
    border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}
.wsc-tabs li a .wsc-subtitle {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 12px;
    margin-top: 5px;
	width: 100px;
}
.wsc-tab-center {
	text-align:justify;
}
.wsc-tab-content {
    padding: 35px 0;
    margin: 35px 0;
}
.wsc-tab-content p {
    color: #808184;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 25px;
}
.wsc-tab-content>.tab-pane>.row {
    display: table;
    vertical-align: middle;
}
.wsc-tab-content>.tab-pane>.row>[class*=col-] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.wsc-tab-content>.tab-pane>.row>[class*=col-].wsc-photo {
    text-align: center;
}
.wsc-tab-content>.tab-pane>.row>[class*=col-].wsc-photo img {
    max-width: 400px;
}
.wsc-tab-content>.tab-pane>.row>.wsc-fullwidth-content, .wsc-tab-content>.tab-pane>.row>.wsc-fullwidth-content .wsc-header {
    text-align: center;
}
.wsc-pricing {
    color: #fff;
}
.wsc-pricing .wsc-overlay {
    opacity: .4;
}
.wsc-pricing .wsc-pricing-table {
    display: table;
    width: 100%}
.wsc-pricing .wsc-pricing-table>[class*=col-].wsc-notfocus .media-list {
    width: 90%;
    padding: 15px;
}
.wsc-pricing .wsc-pricing-table>[class*=col-] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.wsc-pricing .wsc-pricing-table .media-list {
    background: rgba(0, 0, 0, .25);
    padding: 25px;
}
.wsc-pricing .wsc-pricing-table .media-list .media-list-item {
    background: 0 0;
    border: none;
    text-align: left;
    padding: 10px;
}
.wsc-pricing .wsc-pricing-table .media-list .media.disabled {
    text-decoration: line-through;
}
.wsc-pricing .wsc-pricing-table .media-list .media .media-object {
    font-size: 22px;
    font-weight: 400;
    padding: 18px 8px;
}
.wsc-pricing .wsc-pricing-table .media-list .media .media-object.glyphicon-ok-circle {
    color: #D6DE23;
}
.wsc-pricing .wsc-pricing-table .media-list .media .media-object.glyphicon-remove-circle {
    color: #FFA1AE;
}
.wsc-pricing .wsc-pricing-table .media-list .media .media-heading {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 7px;
}
.wsc-pricing .wsc-pricing-table .media-list .media .media-text {
    font-family: georgia;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    margin: 0;
    font-style: italic;
    letter-spacing: 0;
    color: #fff;
}
.wsc-pricing .wsc-pricing-table .wsc-list-header h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
}
.wsc-pricing .wsc-pricing-table .wsc-list-header p {
    font-size: 44px;
    font-weight: 100;
    text-align: center;
}
.wsc-pricing .wsc-pricing-table .wsc-list-header small {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.thumbnail {
    border: 1px solid #E6E7E8;
    background: #fff;
    padding: 0;
}
.zs-img {
    position: absolute;
}
.thumbnail .caption {
    padding: 20px;
    position: relative;
}
.thumbnail .caption h3 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 0 7px;
}
.thumbnail .caption h3 a {
    color: #333;
}
.thumbnail .caption p {
    font-family: georgia;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    margin: 0 0 20px;
    font-style: italic;
    letter-spacing: 0;
}
body .wsc-nobtn {
    border: none;
    font-style: normal;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
}
body .wsc-nobtn:hover {
    border-bottom: 2px solid #333;
    background: 0 0;
    color: #333;
}
.wsc-about {
    background: url(../images/placeholder7.jpg) center center no-repeat;
    background-size: cover;
}
.wsc-about .thumbnail {
    background-size: cover;
    position: relative;
    border: none;
}
.wsc-about .thumbnail.wsc-text-on-top .caption {
    color: #fff;
    padding-top: 250px;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .69)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .69)90%);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .69)90%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .69)90%);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .69)90%);
}
.wsc-about .thumbnail.wsc-text-on-top .caption a {
    color: #fff;
}
.wsc-about .thumbnail .caption .wsc-socials {
    color: #fff;
    font-size: 15px;
}
.wsc-as-seen {
    text-align: center;
    padding-bottom: 15px;
}
.wsc-as-seen>a {
    display: inline-block;
    margin: 0 10px;
}
footer ul {
    text-align: center;
}
footer ul>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px;
    margin: 10px;
    border-bottom: 2px solid transparent;
}
footer ul>li>a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}
footer {
    text-align: center;
}
footer .footer-brand {
    font-size: 22px;
    font-weight: 700;
    line-height: 75%}
footer .credit {
    margin: 40px 0 30px;
}
footer .credit p {
    font-style: italic;
    font-family: georgia;
    font-size: 12px;
}
footer .credit a {
    color: #fff;
    font-weight: 700;
}
body.wsc-red .wsc-overlay, body.wsc-red .wsc-tabs li.active a .glyphicon {
    background: #D73A40;
    border-color: #D73A40;
}
body.wsc-red .btn-primary {
    color: #FFF;
    background: #FF0062;
    border-color: #FF0062;
}
body.wsc-red .btn-primary:hover {
    color: #FFF;
    background: #C61A5C;
    border-color: #FF0062;
}
body.wsc-red .wsc-tabs li.active a .wsc-subtitle {
    color: #FF0062;
}
body.wsc-red .navbar.wsc-navbar-solid {
    background: rgba(215, 58, 64, .88);
}
@media (max-width:768px) {
    body.wsc-red .navbar-collapse {
    background: rgba(215, 58, 64, .88);
}
}body.wsc-yellow .wsc-overlay, body.wsc-yellow .wsc-tabs li.active a .glyphicon {
    background: #FFD600;
    border-color: #FFD600;
}
body.wsc-yellow .btn-primary {
    color: #000!important;
    background: #FFD600;
    border-color: #FFD600;
}
body.wsc-yellow .btn-primary:hover {
    color: #000!important;
    background: #FFC200;
    border-color: #FFD600;
}
body.wsc-yellow .wsc-tabs li.active a .wsc-subtitle {
    color: #FFD600;
}
body.wsc-yellow .navbar.wsc-navbar-solid {
    background: rgba(255, 173, 0, .93);
}
@media (max-width:768px) {
    body.wsc-yellow .navbar-collapse {
    background: rgba(255, 173, 0, .93);
}
}body.wsc-green .wsc-overlay, body.wsc-green .wsc-tabs li.active a .glyphicon {
    background: #46C994;
    border-color: #46C994;
}
body.wsc-green .btn-primary {
    color: #fff;
    background: #46C994;
    border-color: #46C994;
}
body.wsc-green .btn-primary:hover {
    color: #fff;
    background: #10AF6F;
    border-color: #46C994;
}
body.wsc-green .wsc-tabs li.active a .wsc-subtitle {
    color: #46C994;
}
body.wsc-green .navbar.wsc-navbar-solid {
    background: rgba(70, 201, 148, .93);
}
body.wsc-black .wsc-overlay, body.wsc-black .wsc-tabs li.active a .glyphicon {
    background: #333;
    border-color: #333;
}
body.wsc-black .btn-primary {
    color: #fff;
    background: #333;
    border-color: #333;
}
body.wsc-black .btn-primary:hover {
    color: #fff;
    background: #000;
    border-color: #333;
}
body.wsc-black .wsc-tabs li.active a .wsc-subtitle {
    color: #333;
}
body.wsc-black .navbar.wsc-navbar-solid {
    background: rgba(0, 0, 0, .43);
}
@media (max-width:769px) {
    .container {
    width: 100%}
body .jumbotron .wsc-bg {
    position: absolute;
}
body #pricing, body footer {
    background: url(../images/jumbotron.jpg) center center no-repeat;
    background-size: cover;
}
}@media (max-width:500px) {
    body .wsc-tab-content>.tab-pane>.row>[class*=col-].wsc-photo img {
    width: 100%}
body #select-options li:first-child {
    display: none;
}
}@media (max-width:767px) {
    body .navbar-collapse {
    background: rgba(58, 146, 215, .87);
}
body .wsc-btns .btn {
    margin-bottom: 15px;
}
body.wsc-black .navbar-collapse {
    background: rgba(0, 0, 0, .43);
}
.container {
    width: 100%}
}@media (max-width:989px) {
    body .navbar-toggle .icon-bar {
    background: #FFF;
    height: 4px;
}
body .wsc-tab-content>.tab-pane>.row>[class*=col-] {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
body .wsc-section .wsc-header, body .wsc-tab-content p {
    text-align: center;
}
body .wsc-tab-content .btn {
    display: block;
}
body .wsc-tab-content img {
    max-width: 100%}
body .wsc-pricing .wsc-pricing-table>[class*=col-] {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    float: left;
}
body .wsc-pricing .wsc-pricing-table>[class*=col-].wsc-notfocus .media-list {
    width: 100%;
    padding: 25px;
}
body .wsc-pricing .wsc-pricing-table {
    display: block;
    margin: 0;
    width: 100%}
body .wsc-as-seen>a {
    margin-bottom: 10px;
}
body .wsc-tab-content>.tab-pane>.row>[class*=col-].wsc-photo img {
    max-width: 100%}
body footer ul>li>a {
    margin-bottom: 0;
    display: inline-block;
}