/*!
 * Project_Name: Startup Landing Page
 * Author: Themezy
 * Email: support@themezy.com
 * Url: http://themezy.com
 */

/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    background: transparent;
}
body {
    margin: 0;
    background-image: url("/images/b34.png");
    background-repeat: repeat;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
h1 {
    font-size: 1em;
    color: #4A7CD5;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    color: #4A7CD5;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
    color: #4A7CD5;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "\201C""\201D""\2018""\2019";
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    color: #585858;
    font-family: "ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0 0 00px;
}
hr {
    border: none;
    border-bottom: 1px solid #777;
}
ul,
ol {
    margin: 0;
    padding-left: 0;
}
a {
    text-decoration: none;
    color: #4a7cd5;
}
a:hover {
    text-decoration: underline;
}
address {
    font-style: normal;
}
p {
    color: #585858;
}
form input,
form textarea,
form select {
    outline: none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form textarea {
    resize: vertical;
}
.button,
form input[type="submit"],
form button,
form input[type="reset"],
form input[type="button"] {
    background: #4a7cd5;
    border: none;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    color: white;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:5px;padding-right:5px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:50%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:50%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}}@media (min-width:992px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}}@media (min-width:1200px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}}
.subscribe-form {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 00px auto 00px;
}
@media screen and (max-width: 768px) {
    .subscribe-form {
        width: 100%;
    }
}
.footer-cta .subscribe-form {
    margin-bottom: 0;
}
.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
    width: 75%;
    padding: 15px 15px 15px 15px;
}
.subscribe-form input[type="submit"],
input[type="button"] {
    width: 23%;
    right: 5px;
    top: 5px;
    bottom: 5px;
}
.fullwidth-block {
    padding-top: 10px;
    padding-bottom: 10px;
}
[data-bg-image] {
    background-size: cover;
}
.section-title,
.section-subtitle {
    display: block;
    text-align: center;
}
.section-title {
    font-size: 26px;
    color: #585858;
    margin: 0 0 0px;
}
.section-subtitle {
    font-size: 24px;
    font-size: 1.5em;
    margin-bottom: 80px;
}
.pricing {
    border: 1px solid #4a7cd5;
    border-radius: 5px;
    margin-bottom: 10px;
}
.pricing .pricing-header {
    background: #585858;
    text-align: center;
    padding: 10px;
}
.pricing .pricing-header .pricing-title {
    color: white;
    font-size: 18px;
    font-size: 1.125em;
    margin: 0 0 10;
}
.pricing .pricing-header .price sup {
    font-size: 40px;
    font-size: 2.5rem;
}
.pricing .pricing-header .price .num {
    font-size: 50px;
    font-size: 3.125em;
    color: white;
}
.pricing .pricing-header .price small {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}
.pricing.featured {
    border-color: #4a7cd5;
}
.pricing.featured .pricing-header {
    background: #4a7cd5;
}
.pricing .pricing-checklist {
    padding: 10px;
}
.pricing .pricing-checklist ul {
    list-style: none;
}
.pricing .pricing-checklist ul li {
    padding: 10px 10px 10px 10px;
    position: relative;
}
.pricing .pricing-checklist ul li:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 10px;
    font-size: 0.625em;
    position: absolute;
    left: 0;
    top: 15px;
}
.pricing .pricing-checklist ul li.check:before {
    content: "\f00c";
    color: #4a7cd5;
}
.site-footer {
    text-align: center;
    padding: 0px 0;
}
.center {
    text-align: center;
}
.IFRAME {
    width: 100%;
    height: 150px;
    border-width: 0;
}