@charset "UTF-8";
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/css/fonts/slick.eot');
    src: url('/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/css/fonts/slick.woff') format('woff'), url('/css/fonts/slick.ttf') format('truetype'), url('/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

video {
    width: 100%    !important;
    height: auto   !important;
}

/* --- Background Image --- */
.herocontentblock .bg-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
    .herocontentblock .bg-image.bg-parallax {
        background-attachment: fixed;
    }
    .herocontentblock .bg-image.overlay:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#374050), to(#798696));
        background-image: linear-gradient(to bottom, #374050 0%, #798696 100%);
        opacity: 0.7;
    }
/*------------------------------------*\
	Hero Area
\*------------------------------------*/
.herocontentblock .hero-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.herocontentblock .hero-area {
    height: calc(80vh - 150px);
    padding-top: 0;
    padding-bottom: 0;
}
.herocontentblock .home-wrapper-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.herocontentblock .home-wrapper-top {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    left: 0;
    right: 0;
}
.herocontentblock .home-wrapper-bottom {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    transform: translateY(-125%);
    left: 0;
    right: 0;
}
/* -- Breadcrumb -- */
.herocontentblock .hero-area-tree li {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
    .herocontentblock .hero-area-tree li > a {
        color: rgba(255, 255, 255, 0.8);
    }
    .herocontentblock .hero-area-tree li + li:before {
        content: "/";
        display: inline-block;
        margin: 0px 5px;
        color: rgba(235, 235, 235, 0.25);
    }

/* --- Background Image --- */
.imagecontentblock .bg-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
    .imagecontentblock .bg-image.bg-parallax {
        background-attachment: fixed;
    }
    .imagecontentblock .bg-image.overlay:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#374050), to(#798696));
        background-image: linear-gradient(to bottom, #374050 0%, #798696 100%);
        opacity: 0.7;
    }
/*------------------------------------*\
	Hero Area
\*------------------------------------*/
.imagecontentblock .hero-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.imagecontentblock .hero-area {
    height: calc(80vh - 400px);
    padding-top: 0;
    padding-bottom: 0;
}
.imagecontentblock .wrapper-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.imagecontentblock .wrapper-top {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    left: 0;
    right: 0;
}
.imagecontentblock .wrapper-bottom {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    transform: translateY(-125%);
    left: 0;
    right: 0;
}
    /* -- Breadcrumb -- */
    .imagecontentblock .hero-area-tree li {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
    .imagecontentblock .hero-area-tree li > a {
        color: rgba(255, 255, 255, 0.8);
    }
    .imagecontentblock .hero-area-tree li + li:before {
        content: "/";
        display: inline-block;
        margin: 0px 5px;
        color: rgba(235, 235, 235, 0.25);
    }

.calltoactioncontentblock {
    
}



.quotecontentblock {
    padding: 25px;
    
}
    .quotecontentblock .inner-container {
        position: relative;
    }

    .quotecontentblock .quote-image {
        width: 100px;
        margin: 10px auto;
    }

    .quotecontentblock .quote-container {
    

    }
    .quotecontentblock .quote-image img {
        width: 100%;
        border-radius: 100px;
    }

.quotecontentblock .quote-container.has-image {
    
}


.quotecontentblock .quote-source {
    margin: 0;
    padding: 0;
    text-align: right;
    font-weight: bold;
}
.quotecontentblock .quote-additional-information {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0.8rem;
    font-style: italic;
}


@media (min-width: 420px) {

}
@media (min-width: 768px) {
    .quotecontentblock .inner-container {
        position: relative;
        height: calc(20vh - 10px);
        padding-top: 0;
        padding-bottom: 0;
    }

    .quotecontentblock .quote-image {
        width: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: initial;
    }

    .quotecontentblock .quote-container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
}
@media (min-width: 1024px) {
}

.aside-item + .aside-item {
    margin-top: 40px;
}

.newscategoriesasideitem .category {
    display: block;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .newscategoriesasideitem .category + .category {
        border-top: 1px solid #EBEBEB;
    }

    .newscategoriesasideitem .category:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #FF6700;
        margin-right: 10px;
    }

    .newscategoriesasideitem .category span {
        font-size: 14px;
        margin-left: 10px;
        color: #798696;
    }

.newstagsasideitem .tag {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 0px;
    margin-top: 5px;
    padding: 5px 15px;
    border-radius: 40px;
    border: 1px solid #EBEBEB;
    color: #798696;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

    .newstagsasideitem .tag:hover {
        background-color: #FF6700;
        border-color: #FF6700;
        color: #FFF;
    }

/*-- Search --*/
.newssearchasideitem {
    position: relative
}

    .newssearchasideitem .input {
        padding-right: 60px;
    }

    .newssearchasideitem button {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        background-color: transparent;
        border: none;
    }

    .newssearchasideitem .input:focus + button {
        color: #FF6700;
    }

.single-post:after {
    content: "";
    display: block;
    clear: both;
}

.single-post + .single-post {
    margin-top: 20px;
}

.single-post .single-post-img {
    position: relative;
    width: 80px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    border-radius: 4px;
    overflow: hidden;
}

.single-post .single-post-img img {
    width: 100%;
}

.single-post-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FF6700;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.single-post-img:hover:after {
    opacity: 0.7;
}

/*
	Main CSS File
*/

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #999999;
	font-size: 17px;
}

h1,h2,h3,h4,h5 {
	font-family: 'Josefin Sans', sans-serif;
	color: #000;
	font-weight: 300;
}

h3 {
    font-size: 1.5rem;
}

.to-orange {
	color: #F28131 !important;
}

.to-white {
	color: #fff;
}

.to-black {
	color: #000;
}

.to-upper {
	text-transform: uppercase;
}

hr.orange {
	border-color: #F28131;
}

a, a:hover {
	color: #F28131;
}

.field-validation-error {
    color: #f00;
}
.input-validation-error {
    border: 1px solid #f00;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.fill-width {
    width: 100%;
}

.fill-height {
    height: 100%;
}

.top-padding{
	padding-top: 20px;
}
/* 
	BUTTONS AND LISTS
*/
.btn.btn-custom {
    background: #F28131;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 50px;
    transition: 0.2s background ease-in-out;
    font-family: 'Josefin-sans', sans-serif;
}

.btn.btn-custom-nopad {
    background: #F28131;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.2s background ease-in-out;
    font-family: 'Josefin-sans', sans-serif;
}

.btn.btn-custom:hover {
	background: #D5620D;
}

.btn.btn-custom-nopad:hover {
	background: #D5620D;
}

.btn-link:hover {
	color: #F28131;
}
ul.with-ticks {
    list-style-type: none;
    padding: 0;
}
    ul.with-ticks li {
        list-style-type: none;
        margin-bottom: 5px;
        color: #000;
        position: relative;
        background: url('/images/tick.png') no-repeat left 6px;
        padding-left: 25px;
        padding-top: 0;
    }


ul.columns-2 {
    columns: 2;
    list-style-type: none;
    padding: 0;
}

    ul.columns-2 li {
        list-style-type: none;
        margin-bottom: 5px;
        color: #999;
        position: relative;
        background: url('/images/tick.png') no-repeat left 6px;
        padding-left: 25px;
        padding-top: 0;
    }



/*
***********************************
*/


/*
	HEADER
*/

.header {
	background: #374049;
}

.navbar.bg-custom {
	background: #374049;
}

.navbar ul li {
	text-transform: uppercase;
	padding-left: 14px;
	padding-right: 14px;
}

.navbar ul li:last-child {
	padding-right: 0;
}

.navbar .navbar-nav .nav-link {
	padding-left: 0;
	padding-right: 0;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
}

.navbar .navbar-nav .active>.nav-link {
	border-bottom: 2px solid #F28131;
}

.navbar-toggler {
	border: none;
}
 

/*
***********************************
*/


/*
	TOP SLIDER
*/

.slider {
	width: 100%;
}

.slide {
	height: 500px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.slide-caption {
	background: rgba(55,64,73,0.8);
	color: #fff;
	padding: 40px;
}

.slide-caption-title {
	font-size: 2em;
	font-weight: 700;
}

.slide-caption-body{
	font-size: 1.5em;
}


/*
***********************************
*/


/*
	SECTIONS
*/

.section-top {
    padding-top: 65px;
}
.section-bottom {
    padding-bottom: 65px;
}


.section {
	padding: 65px 0;
}

.grey-bg {
	background: #F2F2F2;
}

.white-bg {
	background: #fff;
}

.dark-bg {
	background: #374049;
}

.cta {
	padding: 30px 0;
}

.cta h2 {
	line-height: 1em;
	font-family: 'Raleway', sans-serif;
}

.pricing-cta {
	background-image: url('/images/index/pricing-ipad.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#map {
	margin-top: -50px;
}

.contact-us {
	background: url('/images/index/rubix-left.jpg') no-repeat bottom left;
}

.pricing {
	background-image: url('/images/index/rubix-right.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.image {
	border-bottom: 5px solid #F28131;
}

.orange-border {
    border-bottom: 5px solid #F28131;
}

.centered-content-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	padding: 0 30px;
	width: 100%;
}

.centered-content-box ul li::before {
	font-size: 1.4em;
}


/*
***********************************
*/


/*
	CARDS
*/

.card.prices {
	min-height: 600px;
	position: relative;
	height: 100%;
}

.card.prices h4 {
	font-family: 'Raleway', sans-serif;
}

.card .price {
	font-size: 3em;
	color: #000;
	font-weight: 400;
}

.card .price small {
	display: block;
	font-size: 0.35em;
	font-weight: 300;
}

.card.prices .card-body .btn {
	/*position: absolute;
	bottom: 20px;
	left: 5%;
	width: 90%;*/
}

.faq-items .card-header {
    background: #fff;
    border: none;
}

.faq-items .card {
    border: none;
}

.card-header h5 button {
	color: #000;
	padding: 0;
}


/*
***********************************
*/


/*
	TESTIMONIALS
*/

.testimonial {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	color: #000;
}

.testimonial p {
	margin-bottom: 0;
}

.testimonial .testimonial-title {
	font-size: 1.4em;
}

.testimonial .testimonial-meta {
	margin-top: 40px;
}

.testimonial .testimonial-rating {
	margin: 15px 0;
}


/*
***********************************
*/


/*
	FOOTER
*/

.footer-group {
	background: #374049;
	color: #fff;
	padding: 40px 0 10px 0;
}

.footer h4 {
	color: #fff;
}

.footer ul.block li {
	display: block;
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	display: inline-block;
	padding: 0 5px 0 0;
}

.footer ul li a {
	color: inherit;
}

.footer i {
	color: #FFF;
	font-size: 3em;
}

.footer-bottom {
	margin-top: 40px;
	font-size: 0.8em;
	color: #CCCCCC;
}


/*
***********************************
*/


/*
	SLICK SLIDER
*/

.testimonials .slick-slide {
    margin: 0 20px;
}

.slick-dots {
	bottom: 15px;
}

.slick-dots li button:before {
	opacity: .4;
	color: #000;
	font-size: 50px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
}


/* 
	FORMS	
*/

input[type="text"] {
	height: 50px;
}

textarea {
	min-height: 225px;
}


.text-align-center {
    text-align: center;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}

span.mb-4, span.mt-4,
span.mb-5, span.mt-5 {
    display: block;
}

.testimonial-rating img {
    width: 100px;
}

.faqcontentblock button.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
}
.faq-items .card-header {
    padding: 0;
}
    .faq-items .card-header button.btn-link {
        padding: .75rem 1.25rem;
    }

.footer ul.footer-social li {
    margin-bottom: 20px;
    margin-right: 20px;
}


.testimonial-image-container {
    margin-bottom: 10px;
    border: 0;
    max-width: 100px;
}
    .testimonial-image-container img {
        border-radius: 50%;
        border: 0px solid rgba(255, 255, 255, 0);
    }
    .card {
        border: none;
    }

.testimonial {
    height: 350px;
    position: relative;
}
.testimonial-title-container {
    height: 100px;
}
.testimonial-meta {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.options {
    justify-content: center;
}

.faqcontentblock .btn {
    white-space: normal;
}

/*
	RESPONSIVE CSS FILE
*/

@media(max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }
    .lead {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
    .section-bottom {
        padding-bottom: 35px;
    }
    .section-top {
        padding-top: 35px;
    }
    .mt-4 {
        margin-top: .5rem!important;
    }
    .mb-4 {
        margin-bottom: .5rem !important;
    }


    .center-xs {
        text-align: center !important;
    }
	.navbar ul li:last-child {
		padding-right: 14px !important;
	}
	.navbar .navbar-nav .active>.nav-link {
		border-width: 1px;
	}

	.option-item {
		margin-bottom: 30px;
	}
	.cta h2 {
		line-height: 1.2em;
	}
	.testimonial img {
		display: block;
		margin: 0 auto;
	}
 	.footer ul.footer-social {
		width: 100%;
		margin: 30px 0 40px 0;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer ul.footer-social li {
		display: inline-block;
		padding: 0 10px;
	    margin-right: 0;
	}

	.contact-us {
		background: none;
	}

	.pricing {
		background-image: none;
	}
	.pricing-cta {
		background-image: none;
	}
	.media {
		margin-bottom: 30px;
	}
	/*.media h3 {
		font-size: 18px;
	}*/
	.centered-content-box {
		padding: 65px 20px;
		margin-bottom: 30px;
	}
    .testimonial {
        padding: 10px;
        height: 450px;
    }
    .testimonials .slick-slide {
        margin: 0 10px;
    }
	.slick-dots {
	display: none !important;
	}
	ul.columns-2 {
		columns: 1;
		padding: 0;
		margin: 0;
	}

    .testimonial-title-container {
        order: 12;
    }
    .testimonial .testimonial-title {
        font-size: 20px;
        height: 60px;
        overflow: hidden;
    }
    .testimonial-image-container {
        order: 1;
        max-width: 150px;
        margin: 0 auto;
        height: 85px;
        max-height: 85px;
    }
    .testimonial-image-container img {
        max-width: 85px;
    }
    .testimonial-body {
        font-size: 15px;
        height: 150px;
    }
    .testimonial-rating {
        margin: 10px 0;
        height: 20px;
    }
    .testimonial-meta {
        margin-top: 10px;
        height: 50px;
    }

    .herocontentblock .hero-area {
        height: calc(50vh - 150px);
    }

    .textcontentblock .no-gutter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .twocolumncontentblock .row .col-md-6:first-child {
        padding-bottom: 30px;
    }

    .listcontentblock .row:last-child {
        margin-top: 0 !important;
    }

    .columncontentblocks .row.mt-5 {
        margin-top: 0 !important;
    }
        .columncontentblocks .row.mt-5:first-child {
            margin-top: 3rem!important;
        }

    .calltoactionappstorecontentblock .col-md-3 {
        order: 1;
        padding-bottom: 10px;
    }
    .calltoactionappstorecontentblock .col-md-6 {
        order: 12;
    }

    .calltoactionappstorecontentblock .img-fluid {
        max-width: 80%;
    }

    .slide-caption-title {
        font-size: 20px;
        line-height: 22px;
    }
    .slide-caption-body p {
        font-size: 12px;
        line-height: 15px;
    }

    .slide {
        height: 250px;
    }

    .imagecubecontentblock .col{
        padding-left: 5px;
        padding-right: 5px;
    }
    .imagecubecontentblock p {
        font-size: 14px;
    }
    .footer .appstore-logo {
        max-width: 250px;
        margin: 0 auto;
    }

    .media .media-body h3 {
        font-size: 20px;
    }

    .card.prices {
        min-height: inherit;
    }

    .optionscontentblock .mb-5, .optionscontentblock .my-5 {
        margin-bottom: 1.5rem !important;
    }
    .optionscontentblock .mt-5, .optionscontentblock .my-5 {
        margin-top: 1.5rem !important;
    }
    .optionscontentblock .price.mb-5, .optionscontentblock .price.my-5 {
        margin-bottom: 1rem !important;
    }
    .optionscontentblock .price.mt-5, .optionscontentblock .price.my-5 {
        margin-top: 1rem !important;
    }

    .card.prices .card-body .btn {
        position: relative;
        bottom: auto;
        left: auto;
        width: 90%;
        margin: 0 auto;
    }

    .advertbarcontentblock {
        padding-bottom: 35px;
    }

    .faq-items p {
        font-size: 15px;
    }

    .contact-icon {
        max-width: 50px;
    }

    .contact-container h3 .mt-2 {
        margin-top: 1rem !important;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
	.center-md {
		text-align: center !important;
	}
	.cta h2 {
		line-height: 1.2em;
	}
	.footer ul.footer-social {
		width: 100%;
		margin: 30px 0 40px 0;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer ul.footer-social li {
		display: inline-block;
		padding: 0 10px;
	}
    .slide {
        height: 350px;
    }
    .footer .appstore-logo {
        max-width: 250px;
        margin: 0 auto;
    }
}

.promo-header {
    font-size: 6.5vw;
}

.promo-header2 {
    font-size: 3.5vw;
}

.promo-header3 {
    font-size: 3.5vw;
	padding-top:65px;
}

@media (max-width: 1000px) {
    .promo-header {
        font-size: 40px;
    }

	.promo-header2 {
        font-size: 20px;
    }
	
    .promo-header3 {
        font-size: 20px;
		padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    .promo-header {
        font-size: 80px;
    }

    .promo-header2 {
        font-size: 30px;
    }
	
	.promo-header3 {
        font-size: 40px;
		padding-top: 65px;
    }
}

.bg-gradient {
    background-image:linear-gradient(to right,rgba(0,0,0,0.9),rgba(0,0,0,0.8),rgba(0,0,0,0),rgba(0,0,0,0))
}

@media (max-width: 1000px) {
	.bg-gradient {
		background-image:linear-gradient(to right,rgba(0,0,0,0.7),rgba(0,0,0,0.7))
	}
}
