/* Fonts 
================================================== */

    html, body {
        color: #555;
        font-size: 14px;
        line-height: 22px;
        font-family: sans-serif;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: sans-serif;
    }
    
    p {
        font-family: sans-serif;
    }
    
    li, li > a {
        font-family: sans-serif;
    }
    
    ul, ul > a {
        font-family: sans-serif;
    }
    
    header nav ul.nav-main li a {
        font-family: sans-serif !important;
    }

    label {
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        font-family: sans-serif;
    }

    a {
        font-family: sans-serif;
    }

div.center {
    text-align: center !important;
}



/* ================================================== 
Custom HEADER
================================================== */
/* ============= */
/*   Navigation*/
/* ============= */
header .navbar-fixed-top .container{
	padding-left:0;
	padding-right:0;

}
header .navbar .navbar-inverse{
	background-color:#fff;
}
header .navbar-brand img{
	margin:0px;
	width:80%;
}
.navbar-inverse{
	height:105px;
	background-color:#fff;
	border:none;
}
.left-column-nav{
	background-color:#fff;
	height:105px;
}
.mid-column-nav{
	background-color:#091821;
	height:105px;
}
#top-middle-nav{
	height:15px;
	padding:0;
	margin:0;
	margin-bottom:20px;
	text-transform: uppercase;
	font-size:10px !important;
	line-height: 10px !important;
}

#top-middle-nav .navbar-nav>li{
	height:20px;
	padding:0;
	margin:0;
	padding-top:10px;
	padding-bottom:0px;
	text-transform: uppercase;
}

#top-middle-nav li span{
  display:inline-block;
	margin-top:5px;
  font-size: 10px;
  line-height: 10px;	
}
#top-middle-nav .navbar-nav>li>a{	
	padding:0;
	margin:0;
	padding-top:0px !important;
	padding-bottom:0px !important;
	line-height: 10px;
	text-transform: uppercase;
}
#main-middle-nav{
	padding-top:20px;
}
#main-middle-nav li a{
  color:#fff;
}

@media (min-width: 768px){
	.navbar-nav>li>a{
		padding-top:0px;
	    padding-bottom:0px;
	}
}

.right-column-nav{
	background-color: #ff5f44;
	height:105px;
	padding-top:30px;
}

.right-column-nav a{
	color: #ffffff;	
}
.right-column-nav a p{
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
  line-height: 20px;
}

@media (min-width: 768px){
    #main-middle-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
     #main-middle-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
        text-transform: uppercase;
    }
}

/*==========================*/
/*     mega menu styles    */
/*==========================*/
.dropdown-large {
  position: static !important;

}
.dropdown-menu-large {
  width:100%;
  margin:0;
  padding: 20px 0px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #00aeef !important;
  /*background-color: #f5f5f5;*/
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #00aeef;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pbox {
    border-right: 5px solid #f5f5f5;
    transition: all 0.5s ease-in-out;
}

.pbox:hover {
    border-right: 25px solid rgb(0,174,239);
    border-radius: 0px;
}


@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

/* ================================================== 
GENERAL CODES
================================================== */

.padding-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.padding-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
}

.padding-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}

.padding-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
}

.padding-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}

.padding-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.padding-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

.padding-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.no-bottom-padding {
    padding-bottom: 0px !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.pull-bottom {
    margin-bottom: 35px;
}

.pull-bottom-small {
    margin-bottom: 20px;
}

.pull-bottom-big {
    margin-bottom: 45px;
}

.pull-top-small {
    margin-top: 20px;
}

.pull-top {
    margin-top: 35px;
}

.pull-top-big {
    margin-top: 50px;
}


.v-height-mini {
    height: 15px !important;
}

.v-height-small {
    height: 30px !important;
}

.v-height-standard {
    height: 50px !important;
}

.v-height-big {
    height: 75px !important;
}

p.lead {
    font-size: 1.2em !important;
    line-height: 24px;
    font-family: sans-serif;
}


::selection, ::-moz-selection {
    background-color: #25CBF5;
    color: #fff;
}

body.modal-open {
    margin-right: 0;
}

a {
    outline: none!important;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #00aeef;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
    outline-style: none;
    outline: none;
    text-decoration: none;
}

h1 {
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}

h2 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

h3 {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 15px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 15px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 15px;
}

h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h6.special {
    font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #323436;
    margin-bottom: 15px;
}

h1 a {
    color: #333333;
}

h2, h2 a {
    color: #333333;
}

h3, h3 a {
    color: #333333;
}

h4, h4 a {
    color: #333333;
}

h5, h5 a {
    color: #333333;
}

h6, h6 a {
    color: #333333;
}

p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 22px;
    font-family: 'sans-serif';
}

ul.sidebarlist {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

ul > li > ul, ol > li > ol {
    margin-left: 20px;
    padding-left: 0;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-bottom: 20px;
}

dl dt, dl dd {
    line-height: 180%;
}

ul ul, ul ol, ol ol, ol ul {
    margin-left: 0;
}

a.text-link {
    border-bottom: 1px dotted #e3e3e3;
    border-color: #25CBF5;
}

.no-js-alert {
    background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
    font-size: 24px;
    height: 100%;
    left: 0;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 20% 5% 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 90%;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -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);
}

.clearfix {
    clear: none !important;
}

#container {
    position: relative;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform-origin: 50% 1%;
    -moz-transform-origin: 50% 1%;
    -ms-transform-origin: 50% 1%;
    -o-transform-origin: 50% 1%;
    transform-origin: 50% 1%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: white;
}

.no-csstransforms3d #container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: flat;
    transform-style: flat;
    position: inherit;
}

iframe {
    border: 0;
}

video.wp-video-shortcode {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
}

table th {
    font-weight: bold;
}

table thead th {
    text-transform: uppercase;
}

table tr > th {
    padding-right: 20px;
}

table td {
    padding: 5px 10px 5px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

img {
    max-width: 100%;
    height: auto;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
}

audio {
    margin: 20px 0;
}

.v-spacer {
    min-height: 0;
}

.chat-transcript .chat-author {
    font-weight: bold;
}

.nicescroll-rails {
    background: #fff;
    width: 5px !important;
}

.nicescroll-rails > div {
    width: 5px !important;
    border: 0 !important;
    background: #666 !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}

.fw-row {
    margin-left: 0;
    margin-right: 0;
}

.row.fw-row .coloured-box-wrap .col-sm-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.row.fw-row .coloured-box-wrap .btn.v-btn {
    margin-top: 10px;
}

.row.fw-row .coloured-box-wrap .coloured-box-inner {
    padding: 12%;
    color: #ffffff;
}

.single .container .body-text > .container {
    margin-left: -15px;
    max-width: 100%;
}

.modal-body .container {
    max-width: 100%;
}

.white-color {
    color: white !important;
}

div.white-color {
    color: white !important;
}

.v-color,
div.v-color {
    color: #25CBF5;
}

.v-link {
    color:#25CBF5;
}
.v-link:hover {
    border-bottom:1px dotted #25CBF5;
}
.v-bg-color {
    background-color: #f7f7f7 !important;
}


/* --------------------------------------------
LAYOUT
-------------------------------------------- */

body.boxed-layout {
    width: 1000px;
    margin: 0px auto;
    background: #F1F1F1;
}

body.boxed-layout #container {
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.bg-special {
    background: none;
    background-image: url(../img/irongrip.png) !important;
    background-attachment: scroll;
    background-size: initial;
    background-position: 50% 50%;
    background-repeat: repeat;
}

#back-to-top {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    position: fixed;
    bottom: -40px;
    right: 20px;
    z-index: 1000;
    padding: 10px 15px 10px;
    cursor: pointer;
    -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);
    opacity: 0;
    color: #fff;
}

#back-to-top:hover {
    color: #25CBF5;
}

#back-to-top i.fa {
    font-size: 19px;
}

.v-page-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 500px;
}

.v-page-wrap.no-bottom-spacing {
    margin-bottom: 0;
}

.v-page-wrap.no-top-spacing {
    margin-top: 0;
}

aside.left-sidebar.sticky {
    float: none;
    position: fixed;
    z-index: 6;
    left: auto;
    padding-top: 100px!important;
}

aside.right-sidebar.sticky {
    float: none;
    position: fixed;
    z-index: 6;
    right: auto;
    padding-top: 100px!important;
}

.has-left-sidebar aside.sidebar {
    float: left;
}

.has-left-sidebar > article, .has-left-sidebar .type-page, .has-left-sidebar .archive-page, .has-left-sidebar .push-right {
    float: right!important;
}

.has-both-sidebars aside.left-sidebar {
    float: left;
}

.has-both-sidebars aside.right-sidebar {
    float: right;
}

.has-both-sidebars > article, .has-both-sidebars .type-page, .has-both-sidebars .archive-page {
    float: left;
}

.has-both-sidebars .page-content {
    float: right!important;
}

.page-content {
    border-bottom: 0 solid transparent;
}

.page-content > ul {
    list-style: disc inside none;
}

.search-no-results .page-content > h3 {
    margin-top: 0;
}

.has-both-sidebars aside.sidebar {
    padding-top: 0;
}

.v-bg-stylish {
    margin: 0;
    padding: 30px 0px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.v-bg-stylish.v-bg-stylish-dark {
    background-image: url(../img/base/ff_header_bkg_dark.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    background-color: #FFFFFF;
}

.v-bg-stylish.v-bg-stylish-dark h1, .v-bg-stylish.v-bg-stylish-dark h2, .v-bg-stylish-dark .carousel-wrap > a { color: #ffffff; }

.fw-row .v-bg-stylish {
    padding-bottom: 0px;
}

/*
.v-heading i {
font-size: 20px;
margin-right: 10px;
display: inline-block;
vertical-align: -1px;
}
*/

.heading-wrap {
    position: relative;
    z-index: 2;
}

h4.v-heading,
h3.v-heading,
h4.v-line-heading {
    line-height: 0 !important;
    text-align: left;
    padding: 10px 0;
    margin-top: 0;
    max-width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

h3.v-heading {
    margin-bottom: 28px;
}

h4.v-heading span,
h3.v-heading span,
h4.v-line-heading span {
    display: inline-block;
    position: relative;
}

h4.v-heading span:before,
h4.v-heading span:after,
h3.v-heading span:before,
h3.v-heading span:after,
h4.v-line-heading span:before,
h4.v-line-heading span:after {
    content: "";
    position: absolute;
    height: 7px !important;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    top: -2px;
    width: 1200px;
}

aside h4.v-heading span:before,
aside h4.v-heading span:after {
    display: none;
}


h3.spb-icon-heading span:before,
h3.spb-icon-heading span:after {
    top: 11px;
}

h4.v-heading span:before,
h3.v-heading span:before,
h4.v-line-heading span:before {
    right: 100%;
    margin-right: 15px;
}

h4.v-heading span:after,
h3.v-heading span:after,
h4.v-line-heading span:after {
    left: 100%;
    margin-left: 15px;
}

h4.v-center-heading span:before,
h3.v-center-heading span:before,
h4.v-center-heading span:after,
h3.v-center-heading span:after {
    max-width: 30px;
    margin: 0 -10px;
}

h3.v-center-heading,
h4.v-center-heading {
    display: block !important;
    max-width: 100%;
    margin: 20px auto 45px;
    text-align: center;
}

h3.v-center-heading span, h4.v-center-heading span {
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.slider-wrap .heading-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.v-full-width-text h4.v-heading:before,
.v-bg-stylish h4.v-heading:before {
    border: 0;
}

.v-full-width-text h4.v-heading span,
.v-bg-stylish h4.v-heading span {
    background: transparent !important;
}

h4.v-heading span:before,
h4.v-heading span:after,
h3.v-heading span:before,
h3.v-heading span:after,
h4.v-line-heading span:before,
h4.v-line-heading span:after {
    border-color: #e4e4e4;
}

h4.v-heading:before,
h3.v-heading:before,
h4.v-line-heading:before {
    border-top-color: #e4e4e4;
}

.no-shadow {
    box-shadow: none !important;
}

.v-bg-stylish .carousel-wrap .heading-wrap {
    text-align: center;
}

.v-bg-stylish h4.v-heading {
    display: inline-block;
}

.v-heading-v2 {
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px dotted #e4e4e4;
}

.v-heading-v2 h2, .v-heading-v2 h3, .v-heading-v2 h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 7px;
    display: inline-block;
    border-bottom: 2px solid #25CBF5;
}

.v-heading-v2 span {
    margin-left: 8px;
    font-size: 12px;
    background-color: #25CBF5;
    padding: 2px 4px;
    border-radius: 50%;
    font-weight: 600;
    color: white;
    padding-top: 1px;
}

.help-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
}

.help-text .search-form {
    margin-bottom: 40px;
}

.help-text .search-form input {
    font-size: 14px;
}

.help-text a.btn.v-btn {
    margin: 0;
    text-transform: uppercase;
}

.no-results-text {
    margin-top: 20px;
}

.no-results-text p {
    margin-bottom: 15px;
}

.no-results-text .search-form input {
    margin-top: 0;
    margin-bottom: 60px;
}


/* --------------------------------------------
PAGE HEADING
-------------------------------------------- */

.v-page-heading {
    padding-top: 26px;
    padding-bottom: 22px;
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    text-align: left;
    border-bottom: 1px solid transparent;
    border-top: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-overlay .v-page-heading {
    padding-top: 125px;
}

.v-page-heading .heading-text {
    float: left;
    margin-left: 15px;
}

.v-page-heading h1 {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 22px;
}

.v-page-heading h2 {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 22px;
}

.v-page-heading h3 {
    margin-bottom: 0;
}

.v-page-heading.v-fancy-heading {
    background-attachment: local;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
    background-position: 50% 0;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    display: none;
}

.v-page-heading {
    background-color: #f7f7f7;
    border-bottom-color: #e4e4e4;
}

.v-page-heading h1, .v-page-heading h3 {
    color: #222222;
}

.v-fancy-heading .heading-text {
    float: none;
    margin-left: 0;
}

.v-fancy-heading h1 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: inherit;
    font-family: MuseoSlab500Regular;
}

.v-fancy-heading.v-fancy-image.light-style h1,
.v-fancy-heading.v-fancy-image.light-style h3 {
    color: #fff !important;
}

.v-fancy-heading.v-fancy-image.dark-style h1,
.v-fancy-heading.v-fancy-image.dark-style h3 {
    color: #222 !important;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header {
    padding-top: 180px;
    padding-bottom: 120px;
}

.v-fancy-heading.v-fancy-top-header .heading-text {
    float: left;
}

.v-fancy-heading.v-fancy-top-header.v-fancy-image.light-style h2 {
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    opacity: 0.7;
}

.breadcrumb { color: #fff; }
.breadcrumb a { color: #ccc; }
.breadcrumb .active { color: #fff; }
.breadcrumb a:hover { text-decoration: underline; }


/* --------------------------------------------
PAGINATION
-------------------------------------------- */

.v-pagination {
    margin-top: 30px;
    clear: both;
}

.v-pagination li span.current {
    -moz-box-shadow: inset 0 0 9px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,.1);
    box-shadow: inset 0 0 9px rgba(0,0,0,.1);
    border-color: #e4e4e4;
}

.paged .v-pagination {
    display: block!important;
    visibility: visible!important;
}

.v-pagination ul {
    height: auto;
    overflow: hidden;
    margin: 15px 0;
}

.v-pagination li {
    float: left;
    display: inline-block;
    margin-bottom: 0;
}

.v-pagination li:first-child {
    border-left: 0;
}

.v-pagination li a {
    padding: 10px 16px;
    border: 1px solid transparent;
    display: block;
    margin-right: -1px;
    text-decoration: none;
}

.v-pagination li span {
    padding: 8px 16px;
    border: 1px solid transparent;
    display: block;
    margin-right: -1px;
    text-decoration: none;
}

.v-pagination li.next a {
    margin-left: -1px;
}

.v-pagination li i {
    margin-left: 3px;
    margin-right: 4px;
}

.v-pagination a, .v-pagination a:hover {
    text-decoration: none;
}

.v-pagination a:hover {
    color: #25CBF5;
}

.v-pagination a, .search-pagination a {
    color: #444444;
}

.v-pagination .nav-previous {
    text-align: left;
    float: left;
    max-width: 45%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #25CBF5;
    border-color: #25CBF5;
}

.pagination > li > a, 
.pagination > li > span { 
    border: 1px solid #e4e4e4;
    color: #444444;
    font-size: 13px;
}

.pagination > li:not(.active) > a:hover,
.pagination > li:not(.active) > span:hover {
    color: #ffffff!important;
    background: #25CBF5;
    border-color: #25CBF5;
}

.pagination > .active > a,
.pagination > .active > a:hover {
    box-shadow: inset 0 0 9px rgba(0,0,0,.1);
    background-color: #FFFFFF;
    border-color: #e4e4e4;
    color: #444444;
    font-weight: bold;
}

.pagination-lg > li:first-child > a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination-lg > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}




/* #Sidebar
================================================== */

#container aside.right-sidebar {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 70px;
    /* border-left: solid 1px #EBEBEB; */
    margin-bottom: -50px!important;
    width: 25%!important;
    padding-left: 26px;
}

#container .has-right-sidebar .col-sm-9 {
    /* border-right: solid 1px #EBEBEB; */
    margin-right: -1px;
    padding-right: 30px!important;
    width: 75%!important;
    padding-left: 20px!important;
}

#container .has-left-sidebar .col-sm-9 {
    /* border-left: solid 1px #EBEBEB; */
    margin-left: -1px;
    padding-left: 30px!important;
    width: 75%!important;
    padding-right: 20px!important;
}

#container aside.left-sidebar {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 70px;
    /* border-right: solid 1px #EBEBEB; */
    margin-bottom: -50px!important;
    width: 25%!important;
    padding-right: 26px;
}

.sidebar .widget hr {
    border-color: #e4e4e4;
}

.sidebar .widget-heading h4 {
    font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
    letter-spacing: 1.1px;
    font-weight: 400!important;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333;
}

.sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar.left-sidebar {
    padding-right: 20px;
}

.sidebar.right-sidebar {
    padding-left: 20px;
}

.sidebar .widget_heading {
    margin-top: -6px;
}

.sidebar .widget-heading h4 { margin-bottom: 15px; }
.sidebar a:hover { text-decoration: none; }
.sidebar .v-heading-v2 { margin-bottom: 20px !important; }
.sidebar p { margin: 0 0 20px; }

.sidebar .list-group {
    margin-left: -26px;
}

.sidebar .v-nav-menu-widget ul > li a {
    padding: 9px 15px;
    border-bottom: 0px solid #EBEBEB !important;
    padding-left: 30px;
}

.sidebar .v-category-widget ul > li a,
.sidebar .v-archive-widget ul > li a,
.sidebar .v-meta-data-widget ul > li a {
    color: #00aeef;
    font-family: 'sans-serif';
    border-bottom: 1px solid #EBEBEB;
    font-size: 13px;
}

.sidebar .v-category-widget ul > li a {
    font-size: 14px;
}

.sidebar .v-category-widget ul > li a:hover,
.sidebar .v-archive-widget ul > li a:hover,
.sidebar .v-nav-menu-widget ul > li a:hover,
.v-nav-menu-widget ul > li.current-menu-item a,
.sidebar .v-meta-data-widget ul > li a:hover {
    color: #333;
}

.list-toggle:after {
    top: 9px;
    right: 10px;
    color: #25CBF5;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.sidebar .list-group span.badge {
    margin-top: 9px;
    margin-right: 10px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-left-color: #25CBF5;
}

.sidebar .v-nav-menu-widget ul > li a i.fa {
    width: 20px;
    font-size: 14px;
    opacity: .9; 
}

.sidebar .list-group .accordion-toggle {
    background-color: transparent;
    box-shadow: none;
}

.sidebar .list-group .list-group-item {
    padding: 0px;
    border-left: 0px !important;
    border-bottom: 1px solid #F7F7F7;
    border-right: 0px !important;
}

.sidebar.left-sidebar .list-group {
    margin-left: 0px;
    margin-right: -26px;
}

.sidebar.left-sidebar .v-nav-menu-widget ul > li a {
    padding-left: 5px;
}

.sidebar .v-nav-menu-widget ul > li a i[class*="icon-"] {
    width: 20px;
    font-size: 13px; 
    margin-right: 2px;
    display: inline-block;
    vertical-align: -1px;
}

.sidebar .v-nav-menu-widget ul > li.active { 
    border-bottom: 1px solid rgb(241, 241, 241);
    border-top: 1px solid rgb(241, 241, 241);
    background: #FAFAFA;
    border-left: 1px solid #25CBF5 !important;
}

.sidebar .v-nav-menu-widget ul > li a:before {
    content: ' ';
}


/* Main Content Block */
#mainHeader h1 { margin-top: 0px; margin-bottom: 10px; font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif; font-size: 30px; } 
#mainHeader h2 { margin-top: 0px; margin-bottom: 20px; font-weight: bold; color: #666; } 

/*Right Nav Sidebar*/
.v-sidebar-content-wrap {
    padding-top: 40px;
    padding-bottom: 26px;
}

.v-right-sidebar-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
}

.v-right-sidebar-nav .v-sidebar-content-wrap {
    padding-right: 15px;
    padding-left: 30px;
}
.v-right-sidebar-nav .v-sidebar-content-wrap .tab-content {
    padding: 0px;
    box-shadow: none;
    border:0px solid #fff;
}

.v-right-sidebar-nav .v-right-sidebar-wrap {
    padding-right: 30px;
    padding-left: 15px;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
}

.v-right-sidebar-inner {
    position: relative;
    z-index: 101;
    margin: 0 0 2em;
    border-top: 1px solid #e5e5e5;
}

.v-right-sidebar-inner > li {
    padding: 0;
    margin: 0;
}

.v-right-sidebar-inner > li > a {
    padding: 11px 10px !important;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
}

.v-right-sidebar-inner > li > a .fa {
    width: 1em;
    margin-right: 9px;
    font-size: 1.15em;
    text-align: center;
}

.v-right-sidebar-inner > li > a:hover {
    background-color: #f4f4f4;
}

.v-right-sidebar-inner > .active > a,
.v-right-sidebar-inner > .active > a:focus,
.v-right-sidebar-inner > .active > a:hover {
    color: #25CBF5;
    background-color: #fff;
}

.v-right-sidebar-inner > li + li {
    margin-top: 0;
}

.v-right-sidebar-nav .v-right-sidebar-inner {
    margin-left: 0;
    margin-right: -31px;
}

.v-right-sidebar-nav .v-right-sidebar-inner > li {
    margin: 0 1px 0 0;
}

.v-right-sidebar-nav .v-right-sidebar-inner > .active {
    margin-right: 0;
}






/* #Widgets
================================================== */

.widget { padding-bottom: 50px; }
.widget ul { margin: 0; list-style: none; }
.widget ul li { margin-bottom: 0; line-height: 19px; }
.widget ul.v-list li { line-height: 180%; }


.widget ul li > a {
    padding: 10px 0;
    display: block;
}

.widget a {
    text-decoration: none;
}

.widget a:hover {
    text-decoration: underline;
}

.v-category-widget ul > li,
.v-archive-widget ul > li,
.v-nav-menu-widget ul > li,
.v-meta-data-widget ul > li,
.v-recent-entry-widget ul > li {
    border-top: 1px solid transparent;
}

.v-category-widget ul > li:first-child,
.v-archive-widget ul > li:first-child,
.v-nav-menu-widget ul > li:first-child,
.v-meta-data-widget ul > li:first-child,
.v-recent-entry-widget ul > li:first-child {
    border-top: 0;
}

.v-category-widget ul > li a:hover,
.v-archive-widget ul > li a:hover,
.v-nav-menu-widget ul > li a:hover,
.v-meta-data-widget ul > li a:hover,
.v-recent-entry-widget ul > li a:hover {
    text-decoration: none;
}

.v-archive-widget ul > li a:before,
.v-nav-menu-widget ul > li a:before,
.v-meta-data-widget ul > li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: right;
    text-decoration: inherit;
    font-size: 14px;
}

.v-nav-menu-widget ul.sub-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; /* border radius */
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.v-nav-menu-widget ul.sub-menu li {
    padding-left: 15px;
}




/* footer
================================================== */

footer {
    padding: 20px 0 20px 5px;
    border-top: 0 solid transparent;
    padding-bottom: 20px;
    border-top-width: 20px;
    background: #222222;
}

footer a:hover { color: #00aeef; }
footer, footer p { color: #999; line-height: 21px; }

footer h4 {
    font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
    letter-spacing: 1.8px;
    font-weight: 400!important;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    color: #f4f4f4!important;
}

footer a {
    color: #fff;
}

footer a, footer a:hover {
    text-decoration: none !important;
}

footer .col-sm-3:first-child {
    border-left: solid 0px rgba(255,255,255,.1);
    padding-left: 15px;
}

footer .col-sm-3 { border-left: solid 1px rgba(255,255,255,.1); padding: 0 25px; }
footer .col-sm-3:last-child { padding-right: 15px; }

.copyright {
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    border-top: 0 solid transparent;
    border-top-width: 1px;
    background-color: #2C2C2C;
    border-top-color: #333333;
}

.copyright p { font-size: 12px; float: left; margin-bottom: 0; line-height: 24px; color: #aaa; padding-bottom: 2px; }
footer #footerBlog .post-date { display: block; }

footer .btn span { font-weight: bold; display: block; color: #ccc; font-size: 12px; }
footer .btn.v-btn { font-weight: bold; display: block; font-size: 18px; width: 100%; }

footer .banner {
    background: #fff;
    color: #000;
    border: 2px rgba(255, 255, 255, 0.6) solid;
    border-radius: 1px;
    cursor: pointer;
    display: block;
    font-family: source_sans_probold, Arial;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0px 10px 20px 0px;
    padding: 0px 0px;
    text-align: center;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    width: 100%;
}

footer .banner.banner-white { background: #fff; border: 2px rgba(255, 255, 255, 0.6) solid; }
footer .banner span { font-weight: bold; display: block; color: #9D9A9A; font-size: 12px; }


footer li {
    padding: .25em 0;
}
/* --------------------------------------------
TOOLTIPS
-------------------------------------------- */

a[rel="tooltip"] {
    border-bottom: 1px dotted #e3e3e3;
    border-color: #25CBF5;
}
span.tooltip {
    display: block;
    background: #5F5F5F;
    color: #f7f7f7;
    position: absolute;
    left: 50%;
    bottom: 25px;
    padding: 3px 10px;
    width: auto;
    line-height: 20px;
    white-space: nowrap;
    z-index: 8;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}
span.tooltip .arrow {
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #5F5F5F;
}
.grid-img-wrap span.tooltip {
    bottom: 65px;
}




.read-more {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #e3e3e3;
    border-color: #00aeef;
}

.read-more i, .read-more em {
    color: transparent;
}

.read-more i:before, .read-more em:before {
    color: #25CBF5;
}

.read-more-button {
    font-size: 12px;
    height: auto;
    padding: 10px 16px;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-color: #e4e4e4;
}

.read-more-link {
    text-decoration: none;
    margin-top: 5px;
    font-weight: bold;
    display: block;
}

.item-link {
    text-decoration: none;
}

.item-link:hover {
    color: #25CBF5;
}

.portfolio .item-link i {
    margin-right: 5px;
    vertical-align: -2px;
}

.v-smash-text {
    background: transparent;
    clear: both;
    height: auto;
    overflow: hidden;
    border-color: #e4e4e4;
}

.v-smash-text .v-call-text,
.smash-text,
.v-smash-text-large {
    color: #333333;
}

.v-smash-text.v-bg-stylish {
    padding-top: 30px;
    padding-bottom: 30px;
}

.v-smash-text-wrap {
    position: relative;
    padding: 30px 35px;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: #e4e4e4;
}

.v-bg-stylish .v-smash-text-wrap {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 15px;
}

.v-smash-text-wrap .v-smash-text-arrow {
    font-size: 42px;
}

.v-smash-text-wrap .v-smash-text-arrow i {
    line-height: 50px;
}

.v-smash-text.v-control-right a.btn.v-btn {
    margin-right: 0;
}

.v-smash-text .v-call-text, .smash-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 0;
}

p.v-smash-text-large {
    font-size: 30px !important;
    line-height: 40px;
    margin-bottom: 0;
    font-family: MuseoSlab500Regular;
}

p.v-smash-text-large-2x {
    font-size: 36px !important;
    line-height: 48px;
    font-family: MuseoSlab500Regular;
}

.v-smash-text .v-call-text p {
    margin-bottom: 0;
}

.v-bg-stylish.v-smash-text .v-call-text {
    border-left: 0;
    padding-left: 0;
}

.v-smash-text .btn.v-btn {
    margin-bottom: 0;
}

.v-call-to-action {
    position: relative;
    background: #f4f4f4;
    padding: 20px;
    padding: 3%;
}

.v-call-to-action .btn.v-btn {
    margin: 0;
    margin-top: 5px;
}

.v-call-to-action h1 {
    margin-top: 10px;
    margin-bottom:0px;
    font-size: 25px;
}

.v-call-to-action h3 {
    font-size: 20px;
    font-weight: 400 !important;
    color: #8c8c8c !important;
    margin-top: 0px;
    font-family: MuseoSlab500Regular;
}

.v-call-to-action.v-bg-stylish {
    padding-top: 40px;
    padding-bottom: 40px;
}

.v-control-left .btn.v-btn {
    float: left;
    margin-right: 2.5641%;
}

.v-control-right .btn.v-btn {
    float: right;
    margin-left: 2.5641%;
}

.v-control-left .btn.v-btn,
.v-control-right .btn.v-btn {
    max-width: 31.6239%;
}

.v-control-left .v-call-text,
.v-control-right .v-call-text {
    width: 65.812%;
    float: left;
    clear: none;
}

.v-control-right .v-call-text h1 {
    font-family: MuseoSlab500Regular;
    font-size: 26px;
    margin-top: 10px;
}

.v-control-right .v-smash-text-wrap {
    border-left: 2px solid #25CBF5;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.v-control-left .v-call-text {
    float: right;
}

.v-call-to-action .v-call-text,
#content .v-call-to-action .v-call-text {
    margin: 0;
}

.cta_align_bottom {
    text-align: center;
}

.cta_align_bottom .btn.v-btn {
    position: static;
    margin-top: 2%;
    display: inline-block;
}

.v-control-left .v-call-text, .v-control-right .v-call-text {
    width: 80%;
}

.v-control-left .btn.v-btn, .v-control-left .v-smash-text-arrow {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    max-width: 20%;
}

.v-bg-stylish .v-control-left .btn.v-btn, .v-bg-stylish .v-control-left .v-smash-text-arrow {
    left: 0;
}

.v-control-right .btn.v-btn, .v-control-right .v-smash-text-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -23px;
    max-width: 20%;
}

.v-bg-stylish .v-control-right .btn.v-btn, .v-bg-stylish .v-control-right .v-smash-text-arrow {
    right: 0;
}



.cta_align_bottom .btn.v-btn {
    margin: 15px 0 0 0;
}

.v-latest-tweets-widget {
    padding: 25px 0;
}

.v-latest-tweets-widget .twitter-bird {
    font-size: 14px;
    line-height: 26px;
    float: left;
}

.v-latest-tweets-widget ul {
    margin-left: 25px;
}

.v-latest-tweets-widget ul li {
    margin-top: 15px;
}

.v-latest-tweets-widget ul li:first-child {
    margin-top: 0;
}

.v-latest-tweets-widget .tweet-text {
    line-height: 24px;
    display: block;
}

.v-latest-tweets-widget .tweet-text a {
    font-weight: bold;
    text-decoration: none;
}

.v-latest-tweets-widget .twitter_intents {
    display: block;
}

.v-latest-tweets-widget .twitter_intents a {
    margin-right: 5px;
}

.v-latest-tweets-widget a.twitter-timestamp {
    display: inline-block;
    line-height: 24px;
    margin-left: 10px;
    font-size: 12px;
}

.v-video-widget .v-wrapper.shadow {
    margin-bottom: 20px;
    -moz-box-shadow: 2px 2px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.25);
    box-shadow: 2px 2px 0 rgba(0,0,0,.25);
}

figure.lightbox {
    position: relative;
}

.widget .recent-posts-list > li {
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.recent-posts-list li .recent-post-image {
    padding: 0;
    float: left;
    width: 90px;
    height: auto;
    min-height: 70px;
    background: #222;
}

.recent-posts-list li .recent-post-image img {
    display: block;
    width: 100%;
    height: auto;
}

.recent-posts-list li .recent-post-details {
    padding: 0 10px;
    margin-left: 98px;
}

.recent-posts-list li .recent-post-title {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.recent-posts-list li .recent-post-details > span {
    font-size: 12px;
    font-style: italic;
}

.recent-posts-list li .recent-post-details .like-info {
    float: none;
    margin-top: 5px;
    font-size: 12px!important;
}

.recent-comments-list .comment .comment-wrap {
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0;
    padding-bottom: 5px;
    padding-top: 15px;
}

.recent-comments-list .comment .comment-meta-actions a {
    font-size: 12px;
    text-transform: uppercase;
}

.recentcomments {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sidebar-ad-grid {
    padding: 15px;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.15);
    box-shadow: inset 0 0 10px rgba(0,0,0,.15);
}

.sidebar-ad-grid ul > li {
    float: left;
    margin: 5px;
    max-width: 125px;
}

.sidebar-ad-grid ul > li img {
    display: block;
}

.widget input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 20px 5px 10px;
    line-height: 21px;
    height: 32px;
    display: block;
    border: 0;
    background: #f7f7f7;
    color: #999;
}

.infocus-title .like-info-wrap {
    display: block;
    float: right;
    margin: 10px 16px 10px 0;
}

.widget hr {
    border-bottom: 0;
}

.btn-round {
    width: 150px; 
    height: 150px; 
    border: none;
    outline: none;
    color: #f2cf52 !important; 
    font-size: 1.5em !important;
    text-transform: uppercase;
    font-weight: 800;
    background: #111;
    position: relative;
    z-index: 0;
    border-radius: 50%;
        transition: all 0.5s ease-in-out;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);

}

.btn-round:hover {
    background-color:  rgba(0,0,0,0.0) !important; 
}

.btn-round:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 50%;
}

.btn-roundr:active {
    color: #000
}

.btn-round:active:after {
    background: transparent;
}

.btn-round:hover:before {
    opacity: 1;
}

.btn-round:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 50%;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/*Home Intro*/
#homeAction #youTubeIntro {
    padding: 0px 20px;
    margin: 0px auto;
    max-width: 650px;
}

.home-intro {
    background-color: #f8f8f8;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 30px 0 21px 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
}

.home-intro .btn-buy {
    margin-top: 30px;
}

.home-intro .v-smash-text-large {
    margin-bottom: 10px;
    font-size: 30px !important;
}


#homeIntroBanner h2 { 
    font-size: 36px !important;
    line-height: 48px;
    /* font-family: MuseoSlab500Regular; */
    text-transform: normal;
}

#homeIntroBanner .feature-box img.logo { width: 45%; margin-top: 20px; margin-bottom: 15px; }

#homeTechnology { 
    background: #ccc; 
    padding-top: 30px !important;
} 

#homeTechnology h2 {
    font-size: 36px !important;
    line-height: 48px;
    text-transform: normal;
}

#homeTechnology .feature-box-icon:hover, .sf-hover .feature-box-icon, #homeTechnology  .feature-box[class*="feature-box-secundary-"] .feature-box-icon, .sf-hover .feature-box-line { background-color: #78B8DA; }
/* #homeTechnology .feature-box[class*="feature-box-secundary-"] .feature-box-icon { border-radius: 100px; left: 34%; } */
#homeTechnology .feature-box[class*="feature-box-secundary-"] .feature-box-icon { border-radius: 100px; margin-left: 50%; left: -33px; }

/*#homeTechnology i { color: #ffffff; line-height: 28px; height: 30px; padding: 0; display: block; font-size: 30px; width: auto; background-image: none; }*/

#homeAction h2 { font-size: 36px !important; line-height: 48px; text-transform: normal; }

#homePitch { margin-bottom: 45px; }
#homePitch h1 { font-size: 48px !important; line-height: 48px; text-transform: normal; }
#homePitch .v-btn.v-second-dark {
    background: transparent!important;
    border: solid 2px #00aeef;
    color: #00aeef !important;
}
#homePitch .v-btn.v-second-dark:hover {
    background: #00aeef !important;
    border: solid 2px #00aeef;
    color: #fff !important;
}

#navPhone span { padding-top: 35px; padding-bottom: 35px; }
a.telLink { display: none; }

@media screen and (max-width: 990px) and (min-width: 770px) {
    footer .banner {
        white-space: normal;
    }

}

@media screen and (max-width: 770px) {

    footer .col-sm-3 {
        padding-left: 15px;
    }

    .newStyle h1 {
        font-size: 20px !important;
        line-height: 25px  !important;	
    }

    #navPhone span { display: none; }
    a.telLink { display: block; position: absolute; text-align: right; width: 100%; padding: 0px 20px 0px 40px; }

    .contactLink { display: none; visibility: hidden; }
}

/*Panels*/
.panel-default > .panel-heading {
    background-color: #fff;
    box-shadow: none;
    border-color: #e4e4e4;
}

.panel-default {
    border-color: #e4e4e4;
}

.panel {
    box-shadow: none;
}

.panel-title {
    font-size: 14px;
    font-family: sans-serif;
    color: #555 !important;
}

.panel-title i.fa{
    width: 20px;
    margin-right: 3px;
}

.panel-group .panel {
    border-radius: 2px;
}

.panel-group .panel + .panel {
    margin-top: 6px;
}

.panel-body {
    padding: 20px;
}

.panel-blue {
    border-color: #3498db;
}

.panel-blue > .panel-heading {
    background: #3498db;
}

.panel-green {
    border-color: #2ecc71;
}

.panel-green > .panel-heading {
    background: #2ecc71;
}

.panel-grey {
    border-color: #95a5a6;
}

.panel-grey > .panel-heading {
    background: #95a5a6;
}

.panel-red {
    border-color: #e74c3c;
}

.panel-red > .panel-heading {
    background: #e74c3c;
}



/*Glyphicons Icons*/
.bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
    margin: 0 -10px 20px;
    overflow: hidden;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.bs-glyphicons li {
    width: 12.5%;
    float: left;
    width: 16.5%;
    height: 100px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.glyphs.css-mapping {
    padding: 0px 0 20px 30px;
}

.glyphs.css-mapping li {
    margin: 0 30px 5px 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.glyphs.css-mapping .icon {
    margin: 0;
    margin-right: 10px;
    padding: 13px;
    height: 50px;
    width: 50px;
    color: #162a36 !important;
    overflow: hidden;
    float: left;
    font-size: 24px;
}

.glyphs.css-mapping input {
    margin: 0;
    margin-top: 5px;
    padding: 8px;
    line-height: 16px;
    font-size: 16px;
    display: block;
    width: 270px;
    height: 40px;
    border: 1px solid #F0F0F0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    outline: 0;
    float: right;
}


/*Beadcrumb*/

.v-page-heading .breadcrumb {
    float: right;
    background-color: transparent;
    margin-bottom: 0px;
    padding: 8px 0 6px;
    font-size: 12px;
}

.v-page-heading .breadcrumb > li + li:before {
    padding: 0 3px;
}



/*Button*/

.v-yellow,
.v-yellow:hover,
.v-third-dark,
.v-third-dark:hover,
.v-second-dark:hover,
.v-second-dark {
    box-shadow:none;
}

/*End Button*/


.post-block-wrap {
    padding-top: 20px;
}

img.media-object {
    width:60px;
    height:auto;
    border-radius:50%;
}

.media-heading {
    font-family: "source_sans_probold", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal!important;
    font-size: 13px;
    color: #555;
    margin-top: 5px;
    margin-bottom: 2px;
}

.media-body .date{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #999;
    font-family: sans-serif;
}

.media-body .reply-link {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    border-bottom: 1px dotted #e3e3e3;
    border-color: #25CBF5;
}
.media {
    margin-top:0px;
}

.comments-wrap {
    margin-bottom:65px;
}






/*Form Controls
================================================== */

input, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: 0;
    border-radius: 5px;
    box-shadow: none;
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    width: 100%;
    border: solid 1px #e3e3e3;
    border-bottom-color: #F0F0F0;
    border-top-color: #e0e0e0;
    color: #777;
    background-color: rgba(0,0,0,.03) !important;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 5px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    outline: none !important;
    -moz-box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
    -webkit-box-shadow: 0 1px 2px rgba(10,10,0,.1)inset;
    -o-box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
    box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}

input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
    color: #323436;
    background-color: rgba(255, 255, 255, 0.1) !important;
    -moz-box-shadow: 0 1px 5px rgb(62, 255, 4);
    -webkit-box-shadow: 0 1px 5px rgb(62, 255, 4);
    -o-box-shadow: 0 1px 5px rgb(62, 255, 4);
    box-shadow: 0 1px 5px rgb(62, 255, 4);
    border: 1px solid greenyellow;
    outline: none !important;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.form-control {
    font-size: 13px;
    height: 40px; 
    border: 1px solid #e3e3e3;
    border-radius:2px;
}

.form-control:focus {
    box-shadow: none;
    color: #323436;
    background-color: rgba(250, 250, 250, .01);
    outline: none !important;
    border: solid 1px #e3e3e3;
    border-bottom-color: #F0F0F0;
    border-top-color: #e0e0e0;

    -moz-box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
    -webkit-box-shadow: 0 1px 2px rgba(10,10,0,.1)inset;
    -o-box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
    box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.button, button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

button::-moz-focus-inner {
    border: 0;
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*End Form*/


/* HOME SLIDER */
/*
#PTQP_bg {
width: 100%;
}
#PTQP_player{
width: 100%;
height: auto;
}
#PTQP_overlays {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
text-align:center;
}
#PTQP_overlays img {
height: 100%;
max-width: 100%;
max-height: 100%;
margin: 0px auto;
}
*/
#PTQP_button {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
}
#PTQP_button .v-btn.v-second-dark:hover { color: #00adf2 !important; }

#full-width-slider {
    width: 100%;
    color: #000;
}

.coloredBlock {
    padding: 12px;
    background: rgba(255,0,0,0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}

.infoBlock {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    max-width: 35%;
    padding-bottom: 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    /*overflow: hidden;*/
    padding: 20px;
}

.newStyle {
    left: 12px;
    bottom: 45px;
    top: auto;
    background: none;
    /*
    background: #000;
    background: rgba(255, 255, 255, 0.3);
    */
    max-width: 50%;
}

.newStyle h1 {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
    font-size: 45px;
    line-height: 55px;
    margin: 0px;
}

.newStyle div { margin-top: 10px; }
.newStyle .v-btn.v-second-dark:hover { color: #00adf2 !important; }


.infoBlockLeftBlack {
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.75);
    left: 30px;
    right: auto;
}
.infoBlock h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
}
.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}
.infoBlock a {
    color: #FFF;
    text-decoration: underline;
}

.fullWidth {
    max-width: 1400px;
    margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 470px !important;
    }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 600px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
    .royalSlider.heroSlider,
    .royalSlider.heroSlider .rsOverflow {
        /* height: 300px !important; */
        min-height: 190px !important;
    }
    .infoBlock {
        padding: 10px;
        height: auto;
        max-height: 100%;
        min-width: 40%;
        left: 5px;
        top: 5px;
        right: auto;
        font-size: 12px;
    }
    .infoBlock h3 {
        font-size: 14px;
        line-height: 20px;
    }
    #PTQP_button {
        bottom: -10px;
    }
    #PTQP_player {
        /*display:none;*/
    }
    #PTQP_bg {
        display:block;
    }

}   

/* custom */
#contact-wrapper {
    width: 100%;
    /* max-width: 850px; */
    min-height: 550px;
    /* padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); */
}
#contact-form {
    position: relative;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    max-width: 700px;
    padding: 0px 0px;
    text-align: left;
}
#contact-info {
    position: relative;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 310px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
}
.contact-padding {
    padding: 5px;
}
.headerwithlines-container{
    max-width: 1000px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
}
.headerwithlines {
    display: inline-block;
    padding: 30px 15px;
    position: relative;
}
.headerwithlines:before,
.headerwithlines:after {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}
.headerwithlines:before {
    right: 100%;
}
.headerwithlines:after {
    left: 100%;
}
.minSpace { 
    display: inline-block; 
    height: 0; 
    width: 12em; 
}
.minSpaceText {
    margin-top: -35px;
}
.floatimage{
    float: right;
    margin: 15px;
}
header nav.nav-main li.resp-active > ul.dropdown-menu {
    display: block !important;
}
#homeCounters{
    font-size: 14px;
    color: #FFF;
    background: #333; 
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.counterNum{
    font-size: 36px;
}
.errmsg {
    color: rgb(208, 2, 113);
}
.thidden {
    display: none;
}
.redprint{
    color:red;
}


/* DMCA page */
#dmcaboxbg {
    max-width: 800px;
    z-index: 9999;
    padding: 20px;
    margin: 0px auto;
    font-size: 13px;
    text-align: left;
    overflow: visible;
    border-radius: 4px;
}


/********** Download Page ************/
.softwareConsent {
    max-height: 300px;
    max-width: 95%;
    overflow-y: scroll !important; 
    text-align: left; 
    background-color: #eee;
    padding: 0px 20px 20px 20px;
    margin: 20px;
    box-shadow: 0px 0px 5px #f5f5f5;
    border: 2px solid #333;
}
.softwareConsent::-webkit-scrollbar {
    -webkit-appearance: none;
}

.softwareConsent::-webkit-scrollbar:vertical {
    width: 11px;
}

.softwareConsent::-webkit-scrollbar:horizontal {
    height: 11px;
}

.softwareConsent::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #333; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

/********** Support Page ************/
.card-support {
    border-style: solid; 
    border-width: 2px; 
    border-color: #666; 
    border-radius: 10px; 
    width: 45%; 
    padding: 10px; 
    margin: 5px; 
    color: #555;
    opacity: 0.8;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 0px #AAA;
    transition: all 0.3s ease-in-out;
}

.card-support:hover {
    box-shadow: 0px 0px 3px #000;
    transform: scale(1.01);
    opacity: 1.0;
}

/********** Software Pages ************/


.page {
    z-index: 1;
}


.imgTop {
    opacity: 0.0;
    top: -50px;
    max-width: 250px; 
    height: 155px; 
    transform: rotate(-10deg); 
    /*box-shadow: -1px 2px 3px #777;*/
    transition: transform 2s ease-in-out, opacity 1s ease-in-out;
    transition-delay: 1s;
    /*
    margin-bottom: 75px;
    */

}

.imgBottom {
    z-index: 5;
    /* border: 5px solid #FFFFFF;*/
    /* box-shadow: 0px 0px 5px #777;*/
    margin-left: 26px;
    position: absolute;
    opacity: 1.0;
    max-width: 250px; 
    height: 155px;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden !important;
}

.page:hover .imgBottom {
    opacity: 0.0;
    transform: rotateY(180deg);
}

.page:hover .imgTop {
    opacity: 1.0;
    transform: rotate(0deg);
    /* box-shadow: 2px 2px 3px #777;*/
}

.buttonBox {

}

.downloadApp {
    transition: all 0.5s ease-in-out;
}

.downloadApp:hover {
    transform: scale(1.05);
}

.downloadApp img {
    transition: all 0.75s ease-in-out;
}

.downloadApp:hover img {
    transform: scale(1.1);
}

.learnmore {
    color: #777;
    transition: all 0.2s ease-in-out;
}

.learnmore:hover {
    color: #00aeef;
    transform: scale(1.05);
}

.producticon i {
    font-size: 4rem;
}

/********** HOME ************/

.royalSlider {
    /* hiding overflow so no stack */
    overflow: hidden;
}

.royalSlider > .rsContent {
    /* hiding rsContent until initialized */
    visibility: hidden; 
}


 .cardLeft {
    animation: autoHoverLeft;
    animation-iteration-count: 1;
    animation-duration: 7s;
}

.cardRight {
    animation: autoHoverRight;
    animation-iteration-count: 1;
    animation-delay: 0.2s;
    animation-duration: 7s;
}


/* Bounce */ 
@keyframes autoHoverLeft {
    0%, 15%, 92%, 100% {
        transform: scale(1.0,1.0) rotateY(4deg);
        -webkit-transform: scale(1.0,1.0) rotateY(4deg);
    }


    33% {
        transform: scale(1.01,1.01) rotateY(185deg);
        -webkit-transform: scale(1.01,1.01) rotateY(185deg);
    }

    49% {
        transform: scale(1.01,1.01) rotateY(95deg);
        -webkit-transform: scale(1.01,1.01) rotateY(95deg);
    }

    58% {
        transform: scale(1.01,1.01) rotateY(359deg);
        -webkit-transform: scale(1.01,1.01) rotateY(359deg);
    }

}

/* Bounce */ 
@keyframes autoHoverRight {
    0%, 15%, 85%, 92%, 100% {
        transform: scale(1.0,1.0) rotateY(-4deg);
        -webkit-transform: scale(1.0,1.0) rotateY(-4deg);
    }


    33% {
        transform: scale(1.01,1.01) rotateY(-185deg);
        -webkit-transform: scale(1.01,1.01) rotateY(-185deg);
    }

    49% {
        transform: scale(1.01,1.01) rotateY(-95deg);
        -webkit-transform: scale(1.01,1.01) rotateY(-95deg);
    }


}
.card-warpper {
    
}

.card-container {
    cursor: pointer;
    height: 210px;
    perspective: 600;
    position: relative;
    width: 100%;
    transition: all 0.6s ease-in-out;
}
.card {
    height: 200px;
    position: absolute;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); 
    transition: all 0.6s ease-in-out;
    width: 100%;
    min-width: 175px;
}
.cardLeft {
    transform: rotateY(4deg);
}
.card-wrapper:hover .cardLeft {
    transform: scale(1.01,1.01) rotateY(185deg);
    -webkit-transform: scale(1.01,1.01) rotateY(185deg);

}
.cardRight {
    transform: rotateY(-4deg);
}
.card-wrapper:hover  .cardRight {
    transform: scale(1.01,1.01) rotateY(-185deg);
    -webkit-transform: scale(1.01,1.01) rotateY(-185deg);

}

.card .side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden !important;
    border-radius: 6px;
    background: #f5f5f5;
    text-align: center;
    height: 200px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 4px #aaa;
}

.card img {
    line-height: 200px;
}

.card .backLeft {
    background-color: #eaeaed;
    color: #777777;
    text-align: center;
    transform: rotateY(185deg);
    -webkit-transform: rotateY(185deg);
    box-shadow: -2px 2px 8px #777;
    padding: 15px;
}

.card .backRight {
    background-color: #eaeaed;
    color: #777777;
    text-align: center;
    transform: rotateY(-185deg);
    -webkit-transform: rotateY(-185deg);
    box-shadow: 2px 2px 8px #777;
    padding: 15px;
}

.border-blue {
    border: 10px solid rgba(168,198,223,0.8);
    padding: 20px;
    background-color: #FFFFFF;
    transition: all 0.1s ease-in-out;
    cursor: default;
    text-align: center;
}

.border-blue:hover {
    border: 10px solid rgba(168,198,223,1);
    animation: bounce 1.5s infinite; 
    -webkit-animation: bounce 1.5s infinite; 
    -moz-animation: bounce 1.5s infinite; 
    -o-animation: bounce 1.5s infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Bounce */ 
@keyframes bounce {
    0%, 15%,  50%, 65%, 75%, 85%, 92%, 100% {
        -webkit-transform: translate(0,0) scale(1.0);
        transform: translate(0,0) scale(1.0);
    }


    33% {
        -webkit-transform: translate(0px,-15px) scale(1.05);
        transform: translateY(0px,-15px) scale(1.05);
    }

}

.btn-animate {
    box-shadow: 0px 0px 0px #777777;
    transition: all 0.5s ease-in-out;
}

.btn-delay {
    box-shadow: 0px 0px 0px #777777;
    transition: all 0.5s ease-in-out;
    transition-delay: 1s;
}

.btn-animate:hover {
    box-shadow: 0px 0px 5px #777777;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.casestudies .feature-box-photo img {
    transition: all 0.5s ease-in;
    filter: grayscale(100%);
}

.casestudies:hover .feature-box-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0%);

}

.casestudies .logo {
    transition: all 0.5s ease-in;
    margin: 0 auto;
    transition-delay: 0.5s;
}


.casestudies:hover .btn-delay {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#WhatWeDo {
    background: rgb(242,207,82) !important; 
    background: linear-gradient(176deg, rgba(242,207,82,1) 15%, rgba(252,193,12,1) 52%, rgba(242,207,82,1) 75%) !important; 
    border: 0px solid #f2cf52 !important;
    box-shadow: 0px 0px 0px #f2cf52 !important;
}

#WhatWeDo h2 { 
    font-size: 36px !important;
    line-height: 48px;
    /* font-family: MuseoSlab500Regular; */
    text-transform: normal;
}

.what-we-do .feature-box-st {
    transition: all 0.5s ease-in;
    transition-delay: 0.5s;
}

.what-we-do:hover .feature-box-st {
    animation: bounce 1.5s infinite; 
    -webkit-animation: bounce 1.5s infinite; 
    -moz-animation: bounce 1.5s infinite; 
    -o-animation: bounce 1.5s infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.what-we-do .feature-box-st .well {
    transition: all 0.2s ease-in-out;
}

.what-we-do .feature-box-st:hover .well {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 0px 0px #777777;
}

.full-picture .feature-box {
    transition: all 0.2s ease-in-out;
}

.full-picture:hover .box1 {
    animation: bounce 1.25s infinite; 
    -webkit-animation: bounce 1.25s infinite; 
    -moz-animation: bounce 1.25s infinite; 
    -o-animation: bounce 1.25s infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-delay: 0.0s

}

.full-picture:hover .box2 {
    animation: bounce 1.25s infinite; 
    -webkit-animation: bounce 1.25s infinite; 
    -moz-animation: bounce 1.25s infinite; 
    -o-animation: bounce 1.25s infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-delay: 0.10s

}

.full-picture:hover .box3 {
    animation: bounce 1.25s infinite; 
    -webkit-animation: bounce 1.25s infinite; 
    -moz-animation: bounce 1.25s infinite; 
    -o-animation: bounce 1.25s infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-delay: 0.2s

}

.full-picture:hover .box4 {
    animation: bounce 1.25s infinite; 
    -webkit-animation: bounce 1.25s infinite; 
    -moz-animation: bounce 1.25s infinite; 
    -o-animation: bounce 1.25s infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-delay: 0.3s

}

.full-picture .feature-box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.full-picture .feature-box .feature-box-text {
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 0px #777777;
    border: 5px solid rgba(168,198,223,0.0);
}

.full-picture .feature-box:hover .feature-box-text {
    box-shadow: 0px 0px 4px #777777;
    border: 5px solid rgba(168,198,223,1.0);
}

.our-process #PTQP_player {
    transition: all 0.5s ease-in-out;
    border: 15px solid rgba(168,198,223,0.0);
}

.our-process:hover #PTQP_player {
    transform: scale(1.05) translateX(-25px);
    border: 15px solid rgba(168,198,223,1.0);
    box-shadow: 0px 10px 15px #777777;
}

.our-process:hover #contact {
    animation: bounce 1.5s infinite; 
    -webkit-animation: bounce 1.5s infinite; 
    -moz-animation: bounce 1.5s infinite; 
    -o-animation: bounce 1.5s infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-delay: 0.5s;

}

.software {
    transition: all 0.5s ease-in-out;
}

.software.well {
    padding: 10px;
    background-color: #fff;
    border-top-left-radius: 25px; 
    border-bottom-left-radius: 25px; 
    border-top-right-radius: 25px; 
    border-bottom-right-radius: 25px; 
    border: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    color: #333;
    transition: all 0.3s ease-in-out;
}

.software.well:hover {

    box-shadow: 0px 0px 20px rgba(0,0,0,0.75);

}

.software.well.green {
    background-color: aquamarine !important;
    border: 1px solid aquamarine !important;
    box-shadow: 0px 0px 5px #333 !important;
}

.software:hover {
    cursor: pointer;
}

.software:hover .branded {
    filter: grayscale(0%) !important;
}

.software .logo {
    font-size: 1.75em;
    font-weight: 600;
    color: #0099ff;
    transition: all 0.3s ease-in-out;
}

.software:hover .logo {
    letter-spacing: 2px;
}

.software .system {
    font-size: 1em;
    font-weight: 200;
    color: #0099ff;
    transition: all 0.3s ease-in-out;
}

.software:hover .system {
    letter-spacing: 0.2px;
}

.software p {
    color: #888;
    font-size: 12px !important;
}

/********** SOLUTIONS ************/


.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.productFeature .subfeature_1 {
    transition: all 1s ease-in;
}

.productFeature:hover .subfeature_1 {
    transition: all 1s ease-in;
    transition-delay: 0.5s;
    transform: scale(1) rotateY(360deg);
}

.productFeature .subfeature_2 {
    transition: all 1s ease-in;
}

.productFeature:hover .subfeature_2 {
    transition: all 1s ease-in;
    transition-delay: 1s;
    transform: scale(1) rotateY(360deg);
}

.productFeature .subfeature_3 {
    transition: all 1s ease-in;
}

.productFeature:hover .subfeature_3 {
    transition: all 1s ease-in;
    transition-delay: 1.5s;
    transform: scale(1) rotateY(360deg);
}

.productFeature i {
    color: #777;
    font-size: 36px;
    padding: 0 auto;
    margin: 0 auto;
}

/********** PRICING TABLES ************/
.pricingTable {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable.no-bg{
    background: rgba(255,255,255,0) !important;
}


.pricingTable.no-shadow {
    box-shadow: 0 0 0px #fff !important;
}

.pricingTable img {
    max-height: 75px;
    margin-bottom: 10px;
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .addonTable-header {
    padding: 0px 0px 50px 0px;
    background: #f5f6f9;
    border-radius: 10px 75px 75px 10px / 10px 50% 50% 10px;
    transition: all .5s ease 0s
}

.pricingTable:hover .addonTable-header {
    background: #ff9624;
}

.pricingTable.red:hover .addonTable-header {
    background: #ff4b4b;
}

.pricingTable.green:hover .addonTable-header {
    background: #40c952;
}

.pricingTable:hover .price-value,
.pricingTable:hover .addonTable-header i {
    color: #fff;
}

.pricingTable .addonTable-header i {
    font-size: 40px;
    color: #858c9a;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .addonTable-header .price-value {
    font-size: 40px;
    color: #ff9624;
    transition: all .5s ease 0s;
}

.pricingTable .pricingTable-header {
    padding: 20px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #ff9624
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s;
}

.pricingTable .month,
.pricingTable .monthly {
    display: block;
    transform: translatey(3px);
    font-size: 14px;
    color: #cad0de;
    margin-bottom: 20px;
    transition: all .5s ease 0s;
}

.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff;
}

.pricingTable:hover .month {
    color: gold;
}

.pricingTable:hover .monthly {
    color: black;
}

.pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3.heading {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3.heading.txt-white{
    color: #fff !important; 
}

.txt-white{
    color: #fff !important; 
}

.pricingTable h4.heading {
    font-size: 1.6rem;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.no-margin {
    margin-bottom: -1rem !important; 
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #0099ff;
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: #0099ff;
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #0099ff;
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable.pink .heading,
.pricingTable.pink .price-value {
    color: #FF00FF;
}

.pricingTable.pink .pricingTable-signup a,
.pricingTable.pink:hover .pricingTable-header {
    background: #FF00FF;
}

.pricingTable.pink .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #FF00FF;
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.pink:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}

.callout {
    margin-bottom: 25px;
}

.superscript {
    position: relative; 
    bottom: 0.5em; 
    font-size: 0.7em; 
    font-weight: 100;
}

.txt-blue {
    color: #1589FF; 
}

.txt-100 {
    font-weight: 100;
}

.txt-800 {
    font-weight: 800 !important;
}

.txt-darkgrey {
    color: #333 !important; 
}

.offset-header-blue {
    background-color: #4b64ff;
    border-radius: 25px;
    color: white;
}

.offset-header-green {
    background-color: #40c952;
    border-radius: 25px;
    color: white;
}

.offset-header-red {
    background-color: #ff4b4b;
    border-radius: 25px;
    color: white;
}

.offset-header-orange {
    background-color: #ffa442;
    border-radius: 25px;
    color: white;
}

.offset-header-pink {
    background-color: #FF00FF;
    border-radius: 25px;
    color: white;
}


.disclaimer p {
    color: #888;
    font-size: 10px !important;
    line-height: 12px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt25 {
    margin-top: 25px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb25 {
    margin-bottom: 25px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.pt0 {
    padding-top: 0px !important;
}

.pt25 {
    padding-top: 25px;
}

.pt50 {
    padding-top: 50px;
}

.pt100 {
    padding-top: 100px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb25 {
    padding-bottom: 25px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.rel {
    position: relative;
}

.a-r {
    position: relative;
    padding: 25px;
    right: 33vw;
    text-align: right;
    box-shadow: 5px 5px 10px #999;
}

.a-l {
    position: relative;
    padding: 25px;
    left: 33vw;
    text-align: left;
    box-shadow: 5px 5px 10px #999;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.a-right {
    position: relative;
    padding: 25px;
    width: 150%;
    left: -25vw;
    text-align: right;
    box-shadow: 5px 5px 10px #999;
}

.a-left {
    position: relative;
    padding: 25px;
    width: 150%;
    right: -10vw;
    text-align: left;
    box-shadow: 5px 5px 10px #999;
}

.no-padding {
    padding: 0 !important;
}

/********** PRODUCT FEATURE TABLES  ************/

.productFeature {
    min-height: 150px;
    margin-bottom: 25px;
    border-left: 10px solid #f5f5f5;
    transition: all 0.5s ease-in-out;
}

.icon {
    height: 75px !important;
    width: auto;
    margin: 10% auto;
}

.productFeature img {
    transition: all 0.75s ease-in-out;
}

.productFeature:hover {
    border-left: 10px solid #25CBF5;
    transform: scale(1.02) perspective(1px);
}

.productFeature:hover img {
    transform: scale(1.05);
}


.muted {
    opacity: 0.75;
    transition: all 0.5s ease-in;
}

.muted img {
    opacity: 0.75;
    transition: all 0.5s ease-in;
}

.muted:hover {
    transform: scale(0.95);
    opacity: 0.5;
}

.muted:hover img {
    transform: scale(0.95);
    opacity: 0.5;
}

.muted .pf-hidden {
    opacity: 0.0;
    transition: all 0.5s ease-in;
}

.muted:hover .pf-hidden {
    opacity: 1 !important;
    transform: translateX(25px);
    border-left: 8px solid orange;
    padding-left: 10px;
    color: #000;
    }

/********** outline alerts  ************/

.alert-outline {
    border-left: 10px solid #aaa;
    margin-bottom: 25px;
    box-shadow: 5px 5px 15px #aaa; 
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.alert-outline:hover {
    box-shadow: 0px 0px 5px #333; 
    border-left: 12px solid #aaa;
    transform: scale(0.99);
}

.alert-outline.warning {
    border-color: orange !important;
    
}


/****************CUSTOM DIV ****************/
.custom-div-bottom-blue {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    border: 0px !important;
    box-shadow: 0px !important;
}

.custom-div-bottom-blue svg {
    position: relative;
    display: block;
    width: calc(110% + 1.3px);
    height: 47px;
}

.custom-div-bottom-blue .shape-fill {
    fill: #40B9F5;
}

.custom-div-top-blue {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-bottom: 0px;
}

.custom-div-top-blue svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 50px;
}

.custom-div-top-blue .shape-fill {
    fill: #40B9F5;
}

.custom-div-arrow-blue {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-div-arrow-blue svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}

.custom-div-arrow-blue .shape-fill {
    fill: #40B9F5;
}

.custom-div-top-yellow {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-bottom: 0px;
}

.custom-div-top-yellow svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 50px;

}

.custom-div-bottom-yellow {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-div-bottom-yellow svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 75px;
}

.custom-div-bottom-yellow .shape-fill {
    fill: #f2cf52;
}
.custom-div-top-yellow .shape-fill {
    fill: #f2cf52;
}

.bg-yellow{
    background: rgb(242,207,82) !important; 
    border: 0px solid #f2cf52 !important;
    box-shadow: 0px 0px 0px #f2cf52 !important;
}

.bg-red{
background: #f56464;
}

.bg-blue {
        background-color: #0099ff !important;
    }

.bg-grey {
    background-color: #f5f5f5 !important;
}

.bg-darkgrey {
    background-color: #aaa !important;
}

.h-200 {
    height: 200px;
    overflow: hidden;
}

.intro {
    box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
    background-color: #0099ff;
    position: relative;
    margin-bottom: 0px;
    border: 0px !important;
    
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
}
.intro-bottom{
    pointer-events: none;
    position: relative;
    bottom: -5px;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0px !important;
    transform: scale(1.05);
    filter: drop-shadow(0px -3px 1px rgb(0 0 0 / 0.6));
}
    
.intro-bottom-absolute {
    pointer-events: none;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0px !important;
    transform: rotate(1deg) scale(1.08);
}
    
.svg-top {
    pointer-events: none;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0px !important;
}
    
.svg-bottom {
    pointer-events: none;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 110%;
    border: 0px !important;
    transform: rotate(180deg);

}

.svg-shadow {
    filter: drop-shadow(0px 12px 8px rgb(0 0 0 / 0.1));
}

.svg-shadow-tb {
    filter: drop-shadow(0px 0px 8px rgb(0 0 0 / 0.3));
}


.svg-flip {
    transform: rotate(180deg) scale(1.1, -1) !important;
}
    
.intro h1 {
    margin-top: 100px;
    font-weight: 800;
    color: #fff;
    font-family: sans-serif;
    font-size: 3rem;
    line-height: 1em;
    text-shadow: 1px 1px 4px black;
}
.intro p {
    margin-top: 50px;
    color: #f5f5f5;
    font-family: sans-serif;
    font-size: 1.5rem;
    line-height: 1.25em;
    text-shadow: 1px 1px 3px #333;
}

.intro-action {
    position: relative;
    top: -50px;
    background-color: #0099ff;
    margin-top: -5px;
    overflow: visible;
}
    
    #homeCounters {
    background-color: #333;
}
    
    .v-btn.v-second-dark.primary{
        font-size: 1.5em;
        background-color: #0099ff !important;
        color: #fff !important; 
        border: 3px solid #fff;
        border-radius: 25px;
        box-shadow: 1px 1px 9px #333;
        transition: all 0.3s ease-in-out;
    }
    .v-btn.v-second-dark.primary:hover {
        background-color: #0099ff !important;
        color: #fff !important; 
        border: 3px solid #fff;
        box-shadow: inset 2px 2px 4px #000;
    }
    
    .v-btn.v-second-dark.secondary{
        font-size: 1.5em;
        background-color: #fff !important;
        border: 3px solid #0099ff;
        color: #0099ff;
        border-radius: 25px;
        transition: all 0.3s ease-in-out;
    }

    .v-btn.v-second-dark.secondary.btn-sm{
        font-size: 1em !important;
        font-weight: 400 !important;
        background-color: #fff !important;
        border: 3px solid #0099ff;
        color: #0099ff;
        border-radius: 25px;
        transition: all 0.3s ease-in-out;
    }

    .v-btn.v-second-dark.secondary:hover{
        background-color: #0099ff !important;
        color: #fff !important; 
        border: 3px solid #fff;
        box-shadow: inset 1px 1px 3px #000;
    }
    
    h2 {
        font-weight: 600;
        color: #0099ff;
        font-size: 3rem;
        line-height: 3.25rem;
        font-family: sans-serif;
        text-transform: uppercase;
    }

    h2 span {
        color: #000;
    }
    
    h3 {
        font-weight: 600;
        color: #333;
        font-size: 2rem;
        line-height: 2.25rem;
        font-family: sans-serif;
    }
    
    #tpisoftware {
        position: relative;
        top: -50px;

    }
    .softwaresuite {
    background: rgb(150,166,172);
    background: linear-gradient(111deg, rgba(150,166,172,0.33) 0%, rgba(189,191,203,0.25) 17%, rgba(254,254,254,1) 54%, rgba(245,245,245,1) 67%);
    position: relative;
    border: 0px !important;
}
    .softwaresuite i {
        color: #0099ff !important;
    }
    
    .softwaresuite span > i + i {
        color: #0099ff !important;
        opacity: 0.5;
        text-shadow: 0px 0px 5px #ddd;

    }
    
    .softwaresuite p {
        color: #888;
        font-size: 14px;
        font-weight: 200;
    }
    
    #tpisoftwaresuite {
        padding-top: 75px;
        position: relative;
    }
    
    #customers {
       position: relative; 
    }
    
    #cxspace{
       position: relative; 
    }
    
    #homeIntroBanner{
       position: relative; 
    }
    
    .col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 48%; 
    margin-left: 1%;
    margin-right: 1%;
    }
    .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 48%; 
    margin-left: 1%;
    margin-right: 1%;
    }
    .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 31%; 
    margin-left: 1%;
    margin-right: 1%;
    }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 21%; 
    margin-left: 2%;
    margin-right: 2%;
    }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 300px;
	height: 125px;
}

.carousel-inner > .item {
    -webkit-transition: 1s ease-in-out left;
    -moz-transition: 1s ease-in-out left;
    -o-transition: 1s ease-in-out left;
    transition: 1s ease-in-out left;
}
    
    .item img {
        filter: grayscale(1);
        transition: all 0.5s ease-in-out;
    }
    
    
    .item img:hover {
        filter: grayscale(0);
    }

    .intro-softwaresuite-bg {
        background: rgb(242,82,220);
        background: linear-gradient(145deg, rgba(242,82,220,1) 15%, rgba(252,136,12,1) 54%, rgba(242,207,82,1) 91%);
    }

.bg-blue-linear {
        background: #0396FF;
        background-image: linear-gradient( -45deg, #ABDCFF 20%, #0099ff 90%);
    }
    
    
    #welcome  h1 {
        margin-top: 50px;
        padding-left: 25%;
        color: white;
        font-weight: 600;
        font-family: sans-serif;
        font-size: 5rem;
        line-height: 5rem;
    }
    
    #welcome  span {
        color: white;
        padding-left: 25%;
        font-weight: 400;
        font-family: sans-serif;
        font-size: 2.5rem;
    }
    
.tpiflash{
  /* Style <div>s so we can see them */
  margin-bottom: 25px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 25px;
  width: 30%;
  line-height: 25px;
  height: 100px;
  border-radius: 25px;

  text-align: center;
  opacity: 0.85;

  /* Shared animation proprties apply to all */
  animation-name: pulse;
  animation-iteration-count: 5;
}
    
    .tpiflash img {
        height: 50px;
        filter: grayscale(0.5);
    }
    
/* These are the delays */
.tpiflash:nth-child(1) {animation-delay: 2.2s; animation-duration: 4.1s; background-color: rgba(242,82,220,1);}
.tpiflash:nth-child(2) {animation-delay: 0.8s; animation-duration: 5s; background-color: rgba(242,207,82,1);}
.tpiflash:nth-child(3) {animation-delay: 1.0s; animation-duration: 4.3s; background-color: rgba(252,136,12,1);}
.tpiflash:nth-child(4) {animation-delay: 0.9s; animation-duration: 4.6s; background-color: rgba(242,207,82,1);}
.tpiflash:nth-child(5) {animation-delay: 1.6s; animation-duration: 5s; background-color: rgba(255,255,255,1);}
.tpiflash:nth-child(6) {animation-delay: 0.1s; animation-duration: 4.5s; background-color: rgba(242,207,82,1);}
.tpiflash:nth-child(7) {animation-delay: 2.5s; animation-duration: 6.8s; background-color: rgba(252,136,12,1);}
.tpiflash:nth-child(8) {animation-delay: 0.3s; animation-duration: 4.6s; background-color: rgba(242,207,82,1);}
.tpiflash:nth-child(9) {animation-delay: 0.3s; animation-duration: 4.4s; background-color: rgba(242,82,220,1);}

/* Animation definition */
@keyframes pulse {
  0% {
    opacity: 0.95;
    box-shadow: 0px 0px 10px #333;
  }
  50% {
    opacity: 0.1;
    box-shadow: 0px 0px 3px #333;
  }
    100% {
    opacity: 0.95;
    box-shadow: 0px 0px 10px #333;
  }
    
}
    
    /* The "show" class is added to the filtered elements */
.show {
  display: block;
}
    
.hide {
  display: none;
}
    
.switch {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 34px;
  line-height: 34px;
  font-weight: 800;
  color: #fff;
}
    .switch .switchYear {
        text-align: left;
        display: block;
        padding-left: 10px;
    }
    .switch .switchMonth {
        text-align: right;
        display: block;
        padding-right: 10px;
    }

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0099ff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0099ff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(112px);
  -ms-transform: translateX(112px);
  transform: translateX(112px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
    
.bg {
background-size: 300% 300%;
background-image: linear-gradient(
-45deg, 
rgba(59,173,227,1) 0%, 
rgba(87,111,230,1) 25%, 
rgba(152,68,183,1) 51%, 
rgba(255,53,127,1) 100%
);  
animation: AnimateBG 10s ease infinite;
}

@keyframes AnimateBG { 
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}