/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

#viewer{
    position:absolute;
    width:100%;
    overflow-x:hidden
}

.wrapper {
    width:95%;
    max-width:1200px;
    margin:0 auto;
}

.formError
{
	padding: 10px; 
	background: #FFECEC; 
	border: 1px solid #FFB3B3;
	margin: 0px 0 15px 0px;
	color:#000;
     font-size:13px;
}
.relative{position:relative!important;
}
.antonFix {
}
.antonFix img {display:block;position:absolute!important;top:200px!important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.header-container{
    position:relative;
    z-index:999;
    width:100%;
    height:50px;
    background-color:#ff0000; 
}
.header-container .title{
    float:left;
    /*width:479px;
    height:58px;*/
    width:250px;
    height:30px;
    margin:10px 0px 0px;
    color:#ffffff;
}
.header-container .title img{
    float:left;
    height:30px;
    width:auto;
    margin:0 10px 0 0;
}
.header-container .title h1{
    margin:0;
    padding:0;
    font-size:0.625em;
    font-weight:500;
    line-height:30px;
}
.header-container .title h1 .no-show{display:none;}
#menu-trigger{
    float:right;
    width:30px;
    height:30px;
    margin:10px 0px 0px;
}
.header-container ul{
    position:fixed;
    top:0;
    right:-300px;
    bottom:0;
    width:299px;
    padding:0;
    margin:0;
    overflow-x:auto;
    background-color:#1a1a1a;
    color:#ffffff;
    list-style:none outside none;
    border-left:1px solid #343434;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    transition: right 500ms ease;
}
.header-container ul.open{
    right:0;
}
.header-container ul li#menu-close{
    height:48px;
    line-height:48px;
}
.header-container ul li,
.header-container ul li .mega-nav .mega-item{
    float:left;
    width:100%;
    min-height:40px;
    text-indent:20px;
    border-top:1px solid #343434;
    border-bottom:1px solid #222222;
}
.header-container ul ul{
    position:static;
    width:auto;
    border-left:none;
}
.header-container ul ul li{
    text-indent:40px;
    background-color:#333333;
}
.header-container ul li a{
    line-height:40px;
    text-decoration:none;
    color:#cccccc;
}
.header-container ul li > a img{
    width:15px;
    height:15px;
}
.header-container ul li .mega-nav .mega-item h3{
    margin:0;
    font-size:1em;
    font-weight:100;
    line-height:40px;
    text-indent:40px;
}
.header-container ul li .mega-nav .mega-item.red h3{
    background-color:rgba(255,0,0,0.5);
}
.header-container ul li .mega-nav .mega-item.blue h3{
    background-color:rgba(0,123,255,0.5);
}
.header-container ul li .mega-nav .mega-item h3 br{display:none;}
.header-container ul li .mega-nav img{display:none;}
.header-container ul li .mega-nav .mega-item-type{display:none;}
.footer-container{
    width:100%;
    padding:30px 0px;
    font-size:0.875em;
    background-color:#1a1a1a;
    border-bottom:12px solid #ff0000;
}
.footer-container ul{
    padding:0;
    margin:0;
    list-style:none outside none;
    text-align:center;
}
.footer-container ul li.title{
    padding:30px 0px 20px;
    color:#a7afb5;
    font-weight:700;
    text-transform:uppercase;
}
.footer-container ul li a{
    color:#bbbbbb;
    text-decoration:none;
}
.footer-container .social-links{
    padding:30px 0px;
    text-align:center;
}
.footer-container .social-links a{
    float:left;
    width:48%;
    margin:0px 2% 2% 0px;
    color:#bbbbbb;
    text-decoration:none;
}

.footer-container .social-links a img{
    margin:0px 10px 0px 0px;
}
.footer-container .social-links a.apps{
    margin:0px 1%;
}
.footer-container .social-links a.apps img{
    width:96%;
    max-width:222px;
    margin:0px;
}
.disclaimer{
    clear:both;
    text-align:center;
}
.disclaimer, .disclaimer a{
    color:#bbbbbb;
    text-decoration:none;
}
.disclaimer a{
    margin:0px 20px 0px 0px; 
}
#support-block-trigger, #terms-block-trigger, #sitemap-block-trigger{
    cursor:pointer;
}
#support-block, #terms-block, #sitemap-block{
    display:none;
    z-index:999999;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
}
#support-block.open, #terms-block.open, #sitemap-block.open{
    display:block;
}
.open > .content-bg{
    position:fixed;
    z-index:2;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
}
.block-content{
    display:block;
    position:fixed;
    z-index:4;
    top:10%;
    bottom:10%;
    left:10%;
    right:10%;
    width:80%;
    height:80%;
    background-color:#ffffff;
    border-radius:5px;
}
.block-close{
    position:absolute;
    z-index:2;
    top:-20px;
    right:-10px;
    height:30px;
    width:120px;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    color:#ffffff;
    background-color:#ff0000;
    border-radius:5px;
}
.block-content h2{
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:40px;
    margin:0;
    font-size:1em;
    line-height:40px;
    text-indent:5%;
    background-color:#ffffff;
    border-radius:5px 5px 0 0;
}
.content-slide{
    position:absolute;
    display:block;
    top:40px;
    left:0;
    right:0;
    bottom:20px;
    width:100%;
    height:calc(100% - 62px);
    background-color:#f1f1f1;
    overflow-y:scroll;
    border-top:1px solid #808080;
    border-bottom:1px solid #808080;
}
.block-content dl{
    width:90%;
    padding:0 5%;
}
.block-content dt, .block-content dd{
    margin-top:20px;
}
.block-content dt{
    float:left;
    clear:right;
    width:15%;
}
.block-content dd{
    float:right;
    width:85%;
    margin:20px 0 0;
}
.block-content ul{
    padding:0;
    list-style-type:none;
}
.content-slide > ul > li{
    float:left;
    width:90%;
    padding:0 5%;
}
.block-content ul h3{
    position: relative;
    font-size: 1em;
    width: 100%;
    color:#333333;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    border-bottom: 3px solid #bfbfbf;
    padding: 8px 0 0;
}
.block-content ul li:hover h3{
    border-bottom: 3px solid #ff0000;
}
.block-content ul li ul li a{
    width:100%;
    display:block;
    color:#585858;
}
.block-content ul li ul li a:hover{
    color:#ff0000;
}
.block-content button{
    margin-top:20px;
}

/* ========= GENERAL STYLING STRUCTURE ========= */
.b-box, [class*="span-"]{
    float:left;
    width:100%;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
[class*="span-"]{
    float:left;
    width:100%;
}
.right{float:right;}
.clear-fix{
    clear:both;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}
.text-thin{
    font-weight:100;
}
.text-regular{
    font-weight:500;
}
.text-uppercase{
    text-transform:uppercase;
}
.no-mgn-top{
    margin-top:0 !important;
}
.no-mgn-bottom{
    margin-bottom:0 !important;
}
h1, h2, h3, h4, h5, h6{
    line-height:1.4em;
}
h2{
    font-size:1.750em;
}
h3{
    font-size:1.375em;
}
h4{
    font-size:1.250em;
    line-height: 2em;
}
h5{
    font-size:1.125em;
    font-weight:300;
}
h6{
    font-size:0.875em;
}
a{
    color:#ff0000;
    text-decoration:none;
    cursor:pointer;
}
img{
    max-width:100%;
}
.font-normal{
    font-size:16px;
}
[class*="button-"], .banner-info a, .banner-links a.free-trial, .home-banner-secondary a, .home-banner-tertiary a{
    -webkit-transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
    -moz-transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
    -o-transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
    transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
    text-transform:uppercase;
    cursor:pointer;
    text-align:center;
}
a.button-red, .button-red{
    display:inline-block;
    padding:10px 20px;
    color:#ff0000;
    background-color:transparent;
    border:1px solid #ff0000;
    border-radius:5px;
    cursor:pointer;
}
a.button-red:hover, .button-red:hover{
    background-color:#ff0000;
    color:#ffffff;
}

a.re_button-red, .re_button-red{
    display:block;
    width:90%;
    height:50px;
    line-height:50px;
    color:#ff0000;
    background-color:transparent;
    border:1px solid #ff0000;
    border-radius:5px;
    cursor:pointer;
    margin:0 auto;
}
a.re_button-red:hover, .re_button-red:hover{
    background-color:#ff0000;
    color:#ffffff;
}

a.re_button-red_noBG, .re_button-red_noBG{
    display:block;
    width:90%;
    height:50px;
    line-height:50px;
    color:#ff0000;
    background-color:#fff;;
    cursor:pointer;
    margin:0 auto;
}


a.button-silver, .button-silver{
    display:block;
    float:left;
    padding:10px 20px;
    margin:10px 20px 0 0;
    color:#B9B9C8;
    background-color:transparent;
    border:1px solid #B9B9C8;
    border-radius:5px;
    cursor:pointer;
    width:220px;
}
a.button-silver:hover, .button-silver:hover{
    background-color:#B9B9C8;
    color:#1a1a1a;
}


a.button-play, .button-play{
    display:inline-block;
    padding:2px;
    background-color:transparent;
    border-radius:5px;
    cursor:pointer;
}
a.button-play:hover, .button-play:hover{

}
a.button-black, .button-black{
    display:inline-block;
    padding:10px 20px;
    color:#000000;
    background-color:transparent;
    border:1px solid #000000;
    border-radius:5px;
    cursor:pointer;
}
a.button-black:hover, .button-black:hover{
    background-color:#000000;
    color:#ffffff;
}
a.button-blue, .button-blue{
    display:inline-block;
    padding:10px 20px;
    color:#007bff;
    background-color:transparent;
    border:1px solid #007bff;
    border-radius:5px;
    cursor:pointer;
}
a.button-blue:hover, .button-blue:hover{
    background-color:#007bff;
    color:#ffffff;
}
a.button-red-black, input.button-red-black{
    padding:10px 15px;
    text-align:center;
    color:#000000;
    border:1px solid #ff0000;
    border-radius:5px;
}
a.button-red-black:hover, .button-red-black:hover, input.button-red-black:hover{
    background-color:#ff0000;
    color:#ffffff;
}
input.button-red-black{
    background-color:#ffffff;
}
a.button-blue-black{
    padding:10px 15px;
    text-align:center;
    color:#000000;
    border:1px solid #007bff;
    border-radius:5px;
}
a.button-blue-black:hover, .button-blue-black:hover{
    background-color:#007bff;
    color:#ffffff;
}
a.button-green-black {
    padding:10px 15px;
    text-align: center;
    color: #000000;
    border: 1px solid #39b54a;
    border-radius: 5px;
}
a.button-green-black:hover, .button-green-black:hover{
    background-color:#39b54a;
    color:#ffffff;
}
a.button-white{
    padding:10px 15px;
    text-align:center;
    color:#ffffff;
    border:1px solid #ffffff;
    border-radius:5px;
}
a.button-white:hover, .button-white:hover{
    background-color:#ffffff;
    color:#ff0000;
}
a.button-blue-full{
    padding:10px 15px;
    text-align:center;
    color:#ffffff;
    background-color:#007bff;
    border:1px solid #007bff;
    border-radius:5px;
}
a.button-blue-full:hover, .button-blue-full:hover{
    background-color:#ffffff;
    color:#007bff;
}
a.button-red-full, button.button-red-full, input.button-red-full{
    padding:10px 25px;   
    text-align:center;
    color:#ffffff;
    background-color:#ff0000;
    border:1px solid #ff0000;
    border-radius:5px;
}
a.button-red-full:hover, .button-red-full:hover, input.button-red-full:hover{
    background-color:#ffffff;
    color:#ff0000;
}
.grey-block, .grey-block-full{
    position:relative;
    padding:40px 0px;
    margin-top:40px;
    background-color:#f3f3f3;
}
.grey-block-full{
    float:left;
    width:100%;
    margin-top:0px;
}
.grey-block:before, .grey-block:after{
  content:"";
  position:absolute;
  background:#f3f3f3;
  top:0;
  bottom:0;
  width:9999px;
} 
.grey-block:before {
  right:100%; 
}
.grey-block:after {
  left:100%;
}
.grey-text{
    color:#818181;
}
.black{
    color:#000000;
}
.red{
    color:#ff0000;
}
.blue{
    color:#007bff;
}
.no-mobile, .only-768{
    display:none;
}
/* ========= HOME BANNER STYLING ========= */
.home-banner{
    float:left;
    width:100%;
    color:#ffffff;
    background:transparent url(../img/banner-primary-bg-mobile.jpg) no-repeat center center;
    background-size:cover;
}
.home-banner .wrapper{
    position:relative;
}
.home-banner .banner-info h4{
    margin-bottom:60px;
}


.banner-links{
    float:left;
    width:100%;
    padding:20px 0px 0px;
    text-align:center;
}
.banner-links a{
    display:block;
    width:158px;
    height:40px;
    margin:0px auto;
    font-size:1.125em;
    text-align:center;
    line-height:40px;
    text-decoration:none;
    color:#ffffff;
}
.banner-links a.free-trial{
    color:#ff0000;
    border:1px solid #ff0000;
    border-radius:5px;
}
.banner-links a.free-trial:hover{
    background-color:#ffffff;
}
.banner-info{
    text-align:center;
    padding-bottom:20px;
}
.banner-info h1{
    font-size:1.75em;
    line-height:1.4em;
    text-shadow: 0px 0px 13px rgba(150, 150, 150, 1);
}
.banner-info h4{
    line-height:1.4em;
    font-weight:100;
    text-shadow: 0px 0px 13px rgba(150, 150, 150, 1);
}
.banner-info h4:nth-of-type(1){
    font-size:0.875em;
}
.banner-info h4:nth-of-type(2){
    font-size:1.25em;
}
.banner-info a{
    display:block;
    width:216px;
    height:40px;
    margin:0px auto;
    font-size:0.875em;
    text-align:center;
    line-height:40px;
    text-decoration:none;
    color:#ffffff;
    border:1px solid #ffffff;
    border-radius:5px;
}
.banner-info a:hover{
    background-color:#ff0000;
}
.banner-info p{
    margin:0px;
    text-align:center;
}
.banner-image{
    display:none;
    position:absolute;
    bottom:0px;
    right:0px;
    max-width:600px;
}
/* ========= VIDEO STYLING ========= */
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/** videoModal **/
#videoModal {
  border-radius: 0;
  width: 870px;
  margin:auto;}
  #videoModal .modal-header {
    background: #000;
    border: 0;
    color: #fff;
    position: relative;
		  height:35px; }
    #videoModal .modal-header h3 {
      font-size: 18px;
      line-height: 22px;
	  font-family:Arial, Helvetica, sans-serif;
	  padding:5px;}
  #videoModal .modal-body {
    height: 489px;
    padding: 0;
    max-height: none;
    overflow: hidden; }
  #videoModal .modal-footer:empty {
    display: none !important; }
  #videoModal .close {
    background: #DB00B8;
    color: #fff;
    font-size: 24px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 38px; }

/* ##########################################################
    Home Page Block with Special Affects   #################*/
#BlockSpecialAffect {
background-color:#1A1A1A;position:relative;
}

#rectangleBox {
width:656px;
height:80px;
background-color:#fff;
border:1px solid #ccc;
margin:-40px auto 0;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.rectangleBoxInner {
width:170px;
height:40px;
margin:25px 22px;
float:right;
}

.rectangleBoxInner img {
width: 40px;
float: left;
}

.rectangleBoxInner p {
width: 120px;
float: left;
margin:-5px 0 0 10px;
       
}
.fithteen {
display:block;font-size: 15px;margin:0!important;padding:0!important;
}  .thirteen {
display:block;font-size:13px;margin:-10px 0 0!important;padding:0!important;
}
.bold {
font-weight:bold;
}
#slidingImage {
 width:1100px;position:absolute;left:-600px;top:400px;
}

#specialAffectBlockText h1 {
    color:#ffffff;
}
#specialAffectBlockText h3 {
    color:#fff;
    margin:0;
}
#specialAffectBlockText p {
    color:#B9B9C8;
}

#BlockSpecialAffect hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #444;
    margin: 1em 0;
    padding: 0;
}

.imageLeft {
width:300px;height:auto;float:left;
}

.textRight {
width:50%;float:right;
}

.imageRight{
width:300px;height:auto;float:right;
}

.textLeft {
width:50%;float:left;
}

#comingSoonText {
    color:#444;font-size:22px;font-weight:bold;margin-bottom:-35px;
}

/*.video-pop-up{
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
}
.video-pop-up.video-open{
    z-index:9999999999;
    display:block;
}
.video-bg{
    z-index:2;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
}
.video-pop-up .close{
    z-index:6;
    position:fixed;
    display:block;
    top:10px;
    right:10px;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-weight:700;
    color:#f1f1f1;
    border:2px solid #f1f1f1;
    border-radius:60px;
    background-color:#000000;
    cursor:pointer;
}
.video-cover{
    z-index:4;
	position: absolute;
	height: auto;
    width:100%;
    max-width:100%;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.video-wrapper {
    z-index:4;
	position: absolute;
	padding-bottom: 75%;
	height: 0;
    width:100%;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
/* ========= HOME GENERAL STYLING ========= */
.link-bar{
    background-color:#ffffff;
    border-bottom: 2px solid #ebebeb;
}
.link-bar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.link-bar ul li{
    float: left;
    width:33.3332%;
    padding: 0;
    font-size: 0.625em;
}
.link-bar ul li a{
    display:block;
    height: 30px;
    padding:0;
    margin:0 auto;
    float:none;
    line-height: 30px;
    color: #454545;
    text-transform: uppercase;
    text-align:center;
    margin-top: 0;
    border-bottom:2px solid #ffffff;
}
.link-bar ul li a:hover{
    border-bottom:2px solid #808080;
}
.link-bar ul li a.active{
    color:#ff0000;
}
.link-bar ul li a.active:hover{
    border-bottom:2px solid #ff0000;
}
.link-bar .wrapper > a{
    display:inline-block;
    float: none;
    width:100%;
    margin-bottom:20px;
    text-align:center;
    text-transform: uppercase;
    padding: 0 ;
    line-height: 30px;
    font-size:0.625em;
}
.problem-solver{
    padding:40px 0;
}
.problem-solver section:first-of-type{
    border-bottom:2px solid #ff0000;
}
.q-a{
    position:relative;
    width:50%;
    min-height:300px;
    padding:50px 2.5% 30px;
    text-align:center;
    color:#808080;
}
.q-a img{
    margin:0px auto;
}
.q-a p{
    text-align:left;
}
.q-a p span{
    font-size:3.5em;
    line-height:0.146em;
    vertical-align:bottom;
}
.q-a .q-a-answer{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    text-align:center;
    color:#ffffff;
    background-color:#ff0000;
    border-radius:300px;
    opacity:0;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
}
.q-a:hover .q-a-answer, .q-a-answer.hover{
    opacity:1;
}
.q-a .q-a-answer h4{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:160px;
    height:200px;
    margin:auto;
    font-size:0.875em;
    text-align:center;
}
.q-a .q-a-answer a{
    display:inline-block;
    width:auto;
    height:30px;
    padding:5px 10px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    color:#000000;
    background-color:#ffffff;
    border:1px solid #cacaca;
    border-radius:5px;
}
h2.q-a-automotive, h2.q-a-real-estate{
    position:relative;
    float:left;
    width:100%;
}
.home-banner-secondary{
    color:#ffffff;
    background:transparent url(../img/banner-secondary-bg.jpg) no-repeat center center;
    background-size:cover;
}
.home-banner-secondary .span-4{
    padding:30px 0px 60px;
}

.home-banner-iPhone{
    color:#ffffff;
    background:transparent url(../img/banner-secondary-bg.jpg) no-repeat center center;
    background-size:cover;
}
.home-banner-iPhone .span-6{
    padding:30px 0px 60px;
}


.iPhoneUl li{font-size:22px;padding-bottom:10px;
}

.home-banner-iphone a{
    display:inline-block;
    width:250px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#ffffff;
    border:1px solid #ff0000;
    border-radius:5px;
}
.home-banner-secondary a:hover{
    background-color:#ff0000;
}
.home-banner-iphone a:hover{
    background-color:#ff0000;
}
.home-slider{
    background:transparent url(../img/world-bg.jpg) no-repeat center center;
    background-size:cover;
    padding:40px 0px;
}
.home-banner-tertiary{
    background:transparent url(../img/team-bg.jpg) no-repeat center center;
    background-size:cover;
    padding:40px 0px;
}
.home-banner-tertiary a{
    display:block;
    width:250px;
    height:40px;
    margin:10px auto;
    line-height:40px;
    text-align:center;
    text-transform:uppercase;
    color:#000000;
    border:1px solid #000000;
    border-radius:5px;
}
.home-banner-tertiary a:hover{
    background-color:#ffffff;
    color:#ff0000;
    border:1px solid #ff0000;
}
/* ========= OUR TEAM GENERAL STYLING ========= */
.our-team-banner-primary{
    float:left;
    width:100%;
    color:#ffffff;
    background:transparent url(../img/our-team-banner-primary-bg.jpg) no-repeat center center;
    background-size:cover;
}
.our-team-banner-primary .wrapper{
    position:relative;
}
.our-team-banner-text{
    float:left;
    width:100%;
    padding:40px 0px 40px;
}
.our-team-banner-text h1{
    margin:20px 0px 0px;
}
.our-team-banner-text h4{
    margin:0px 0px 0px;
    font-size:1.25em;
    line-height:1.4em;
    font-weight:100;
}
.our-team-banner-text a{
    clear:left;
    float:left;
    display:block;
    width:158px;
    height:40px;
    margin:20px 0px 0px;
    font-size:1.125em;
    text-align:center;
    line-height:40px;
    text-decoration:none;
    color:#ffffff;
    background-color:transparent;
    border:1px solid #ffffff;
    border-radius:5px;
}
.personal-profile{
    margin-top:40px;
}
.personal-profile:nth-of-type(4n+1){
    clear:left;
}
.initial-profile, .initial-profile-no-dropdown{
    float:left;
    width:100%;
    height:350px;
    text-align:center;
}
.company-small-blocks .initial-profile{
    height:200px;
}
/*.personal-profile.open .initial-profile{
    background:url(../img/arrow-view-more.svg) no-repeat bottom center;
}*/
.initial-profile img.profile-pic, .initial-profile-no-dropdown img.profile-pic{
    border-radius:300px;
    -webkit-box-shadow:inset 4px 4px 5px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow:inset 4px 4px 5px 0px rgba(50, 50, 50, 0.65);
    box-shadow:inset 4px 4px 5px 0px rgba(50, 50, 50, 0.65);
}
.dropdown-profile, .customer-profile{
    position:absolute;
    height:0px;
    width:100%;
    margin-top:450px;
    overflow:hidden;
    left:0;
    color:#f1f1f1;
    background-color:#333333;
    opacity:0;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.75);
}
.company-small-blocks .dropdown-profile{
    margin-top:300px;
}
.personal-profile.open .dropdown-profile, .customer-profile.open{
    height:auto;
    opacity:1;
}
.dropdown-profile h2, .customer-profile h2{
    margin:40px 0 0;
    font-weight:500;
}
.dropdown-profile h5, .customer-profile h5{
    margin:0 0 40px;
    color:#e1e1e1;
}
.dropdown-profile h5 img, .customer-profile img{
    margin-top:-2px;
}
.dropdown-profile a, .customer-profile a{
    float:left;
    width:100%;
    max-width:444px;
    padding:10px 10px;
    margin:10px 0px 40px;
    color:#000000;
    font-size:0.625em;
    text-transform:uppercase;
    border:1px solid #ff0000;
    border-radius:5px;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.dropdown-profile a img, .customer-profile a img{
    padding-right:10px;
}
.dropdown-profile img.drop-image, .customer-profile img.drop-image{
    float:left;
    border-radius:5px;
}
.dropdown-profile p, .customer-profile p{
    margin:0px 0px 40px;
}
/* ========= OUR CUSTOMERS GENERAL STYLING ========= */
.customer-slider{
    background:transparent url(../img/world-bg.jpg) no-repeat center center;
    background-size:cover;
    padding:40px 0px 0px;
}
.customer-profile{
    position:relative;
    margin-top:0px;
}
/*.customer-link.open{
    background:url(../img/arrow-view-more.svg) no-repeat bottom center;
}*/
.customer-link p{
    padding:1em 0px 50px;
    margin:0;
}
.company-small-blocks{
    margin: 40px 0px;
}
.company-small-blocks .span-3{
    margin:30px 0px;
}
.company-small-blocks .span-3:nth-of-type(4n+1){
    clear:left;
}
.company-small-blocks .span-3 .small-wrapper{
    position:relative;
    width:100%;
    max-width:222px;
    height:270px;
    padding:75px 10px 30px;
    margin:30px auto;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:contain;
    border:1px solid #000000;
    border-radius:5px;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.highbrook-kia  .small-wrapper{background-image:url(../img/small-kia-highbrook.jpg)}
.manakau-toyota  .small-wrapper{background-image:url(../img/small-toyota.jpg)}
.john-andrew  .small-wrapper{background-image:url(../img/small-john-andrew.jpg)}
.avon-city-ford  .small-wrapper{background-image:url(../img/small-avon-city-ford.jpg)}
.north-harbour  .small-wrapper{background-image:url(../img/small-north-harbour.jpg)}
.silvester  .small-wrapper{background-image:url(../img/small-silvester.jpg)}
.winger  .small-wrapper{background-image:url(../img/small-winger.jpg)}
.autoplay  .small-wrapper{background-image:url(../img/small-autoplay.jpg)}
.hmc  .small-wrapper{background-image:url(../img/small-hmc.jpg)}
.orix  .small-wrapper{background-image:url(../img/small-orix.jpg)}
.company-small-blocks .small-wrapper h5{
    margin:0;
}
.company-small-blocks .small-wrapper p{
    margin:0;
}
.company-small-blocks .small-wrapper h6{
    margin:0;
    font-weight:500;
}
.company-small-blocks .small-wrapper span.red{
    position:absolute;
    bottom:0px;
    left:10px;
}
.small-wrapper span.red {
    cursor: pointer;
}
.customer-link span.red {
    cursor: pointer;
}
/* ========= OUR STORY GENERAL STYLING ========= */
.story-banner{
    float:left;
    position:relative;
    width:100%;
    padding:0px 0px 20px;
    color:#ffffff;
    background:transparent url(../img/banner-our-story-bg.jpg) no-repeat center center;
    background-size:cover;
}
.app-buttons{
    padding-bottom:30px;
}
.app-buttons a{
    margin-bottom:20px;
}
.support-banner{
    float:left;
    width:100%;
    padding:20px 0px 20px;
    color:#000000;
    background:transparent url(../img/banner-support-bg.jpg) no-repeat center center;
    background-size:cover;
}
.support-banner-buttons{
    margin-top:20px;
}
.support-banner-buttons a{
    position:relative;
    display:inline-block;
    width:100%;
    max-width:222px;
    height:auto;
    margin-top:20px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.support-banner-buttons a span{
    position:absolute;
    bottom:10px;
    left:0;
    width:100%;
    color:#000000;
    font-size:1.5em;
}
/* ========= PRIVACY GENERAL STYLING ========= */
.privacy{
    padding:0px 0px 80px;
}
/* ========= PRICING PACKAGES GENERAL STYLING ========= */
.pricing-banner{
    float:left;
    width:100%;
    padding:40px 0px 50px;
    color:#ffffff;
    text-align:center;
    background:transparent url(../img/banner-pricing-bg.jpg) no-repeat center center;
    background-size:cover;
}
.pricing-banner h1, .pricing-banner h4{
    font-weight:300;
}
.package-promo{
    margin:20px 0px 20px;
}
.package-promo .promo-block{
    position:relative;
    padding:40px;
    margin:80px 0px 40px;
    border-width:1px;
    border-style:solid;
    border-radius:5px;
}
.promo-red .promo-block{
    border-color:#ff0000;
}
.promo-blue .promo-block{
    border-color:#007bff;
}
.promo-block img{
    position:absolute;
    left:50%;
    top:-50px;
    margin-left:-40px;
    border-width:1px;
    border-style:solid;
    border-radius:120px;
}
.promo-red img{
    border-color:#ff0000;
}
.promo-blue img{
    border-color:#007bff;
}
.promo-block h1{
    margin:20px 0px 20px;
    font-size:22px;
    text-align:center;
    font-weight:100;
}
.promo-block h2{
    position:relative;
    display:inline-block;
    width:100%;
    height:auto;
    margin:0;
    font-size:48px;
    line-height:40px;
    text-align:center;
}
.promo-red .promo-block h2{
    color:#ff0000;
}
.promo-blue .promo-block h2{
    color:#007bff;
}
.promo-block h2 span{
    position:relative;
    bottom:0;
}
.promo-block h2 .currency{
    font-size:18px;
}
.promo-block h2 .gst{
    font-size:10px;
    text-transform:uppercase;
}
.promo-block p{
    margin:-16px 0px 0px;
    text-transform:uppercase;
    text-align:center;
}
.promo-block ul, ul.promo-features{
    padding:0 0 0 20px;
    margin:0;
}
.promo-block li{
    padding:0 0 0 20px;
    margin:20px 0 5px;
}
.promo-red .promo-block li{
    list-style-image: url(../img/arrow-hollow-red.svg);
}
.promo-blue .promo-block li{
    list-style-image: url(../img/arrow-hollow-blue.svg);
}
a.button-promo{
    height:90px;
    margin:0 0 20px;
    font-size:1.125em;
    font-weight:500;
    text-align:center;
    line-height:90px;
    color:#ffffff;
    border-width:1px;
    border-style:solid;
    border-radius:5px;
}
.promo-red a.button-promo{
    background-color:#ff0000;
    border-color:#ff0000;
}
.promo-blue a.button-promo{
    background-color:#007bff;
    border-color:#007bff;
}
ul.promo-features li{
    padding:0 0 0 20px;
    margin:10px 0 0;
}
ul.promo-features li:first-of-type{
    height:75px;
}
ul.promo-features li span{
    font-size:0.75em;
    font-weight:100;
}
.promo-red ul.promo-features li{
    list-style-image: url(../img/arrow-hollow-red.svg);
}
.promo-blue ul.promo-features li{
    list-style-image: url(../img/arrow-hollow-blue.svg);
}
ul.promo-features li.title{
    margin:20px 0px 0px;
    list-style:none;
    font-size:1.25em;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:underline;
}
/* ========= TECH SPECS GENERAL STYLING ========= */
.tech-spec .product-banner{
    background:transparent url(../img/banner-tech-specs-bg.jpg) no-repeat center center;
    background-size:cover;
}
.tech-spec .banner-info h4:nth-of-type(1){
    font-size: 1.25em;
}
.tech-spec-block{
    padding:40px 0px 20px;
}
.tech-spec-block:nth-of-type(odd){
    background-color:#f7f7f7;
}
.tech-spec-block img.tech-spec-image{
    max-width:350px;
    background-color:#ffffff;
    border:1px solid #ff0000;
    border-radius:900px;
}
.tech-spec-block ul{
    padding:0px;
}
.tech-spec-block ul li{
    float:left;
    width:96%;
    padding:0px 0px 0px 0px;
    margin:0px 0px 20px 4%;
    font-size:1.125em;
    word-wrap: break-word;
    list-style-image: url(../img/arrow-hollow-red.svg);
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
/* ========= PRODUCTS iPhone Launch STYLING ========= */
.iphoneImage{
    color:#fff;
    background:transparent url(../img/iphoneLaunch/iPhoneBannerNew.jpg) no-repeat center center!important;
    background-size:cover!important;}

.buttonIphone {display:inline-block;
               border:none!important;
               background-color:none!important;
               height:82px!important;
               width:236px!important;
               float:left;
               margin:10px;
}

/* ========= PRODUCTS GENERAL STYLING ========= */
.product-banner{
    float:left;
    width:100%;
    padding:0px 0px 20px;
    color:#ffffff;
    background:transparent url(../img/banner-sales-pipeline-primary-bg.jpg) no-repeat center center;
    background-size:cover;
}
.virtual-show-home .product-banner{
    padding:0px 0px 20px;
    background:transparent url(../img/banner-visual-showhome-primary-bg.jpg) no-repeat center center;
    background-size:cover;
}

.realEstate .product-banner{
    padding:0px 0px 20px;
    background:transparent url(../img/banner-visual-showhome-primary-bg_video.jpg) no-repeat center center;
    background-size:cover;
}
.virtual-show-home .product-banner .wrapper{
    position: relative;
}
.data-web .product-banner{
    background:transparent url(../img/banner-data-web-primary-bg.jpg) no-repeat center center;
    background-size:cover;
}

.academy .product-banner{
    background:transparent url(../img/banner_Academy.jpg) no-repeat center center;
    background-size:cover;
    min-height:290px!important;
}

.academy_ul {
    list-style-type:disc;
    margin:0;
    padding:0 5%!important;
}
.academy_ul li{
    list-style-type:disc;
    margin-bottom:5px;
    padding-left:5%!important;
}

.academy_ul li:before{
   display:none!important;
}



.product-banner .banner-info{
    padding:30px 0px 10px;
}
.product-banner h1{
    margin:0px;
}
.product-banner .banner-info h4{
    margin:0px;
}
img.sales-pipeline-video{
    margin:0px 0px 0px;
}
.banner-quick-links{
    float:left;
    width:100%;
    padding:20px 0px;
    color:#ffffff;
    background-color:#ff0000;
}
.banner-quick-links-video{
    float:left;
    width:100%;
    padding:20px 0px;
    color:#ffffff;
    background-color:#4d4d4d;
}
.virtual-show-home .banner-quick-links{
    background-color:#e52423;
}
a.banner-btn-bottom{
    font-size: 2em;
    font-weight: 700;
    margin: 20px auto;
    display: table;
    text-shadow: 0px 0px 13px rgba(150, 150, 150, 1);
}
.banner-quick-links h3{
    margin:15px 0px;
}
.banner-quick-links a{
    margin-top:5px;
}
.banner-quick-links h3 img{
    height:25px;
    width:auto;
    margin-top:-10px;
}
.grey-banner-border{
    border-top:20px solid #f3f3f3;
    border-bottom:20px solid #f3f3f3;
}
.banner-quick-links a.button-white:nth-of-type(2), .leakage-second{margin-top:15px;}
.grey-block.sales-pipeline-packages{
    float:left;
    padding:20px 0px;
    margin:0px;
}
.virtual-show-home .sales-pipeline-packages{
    background-color:#ffffff;
}
.virtual-show-home .sales-pipeline-packages a {
    display: inline-block;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 15%;
    padding: 10px 0;
}
.sales-pipeline-packages .wrapper > div{
    position:relative;
    padding-bottom:60px;
    margin:0px 0px 40px;
}
.sales-pipeline-packages .wrapper > div.sp-qa-block{
    height:auto;
}
.sales-pipeline-packages .wrapper > .sp-qa-block img,
.sales-pipeline-packages .wrapper > .sp-qa-block h5{
    opacity:1;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
}
img.shadow{
    -webkit-box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 60px 5px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 60px 5px rgba(0, 0, 0, 0.1);
}
.sales-pipeline-packages .wrapper > .sp-qa-block .qa-block-img{
    position:relative;
    height:0;
    padding-bottom:89.40909%;
}
.sales-pipeline-packages .wrapper > .sp-qa-block .qa-block-img.non-responsive{
    padding-bottom:215px;
}
.sales-pipeline-packages .wrapper > .sp-qa-block .qa-block-img img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.sales-pipeline-packages .wrapper > .sp-qa-block:hover img,
.sales-pipeline-packages .wrapper > .sp-qa-block:hover h5{
    opacity:0;
}
.sales-pipeline-packages h5{
    font-weight:700;
    color:#808080;
}
.sales-pipeline-packages .wrapper > div .hover-block{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:80%;
    height:0;
    padding-bottom:80%;
    margin:auto;
    text-align:center;
    color:#ffffff;
    background-color:#ff0000;
    border-radius:768px;
    opacity:0;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
}
.sales-pipeline-packages .wrapper > div:hover .hover-block,
.sales-pipeline-packages .wrapper > div .hover-block.hover{
    opacity:1;
}
.sales-pipeline-packages .wrapper > div .hover-block p{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 70%;
    margin: auto;
    font-size:1em;
    text-align:center;
}
#personality .span-6{
    margin-bottom:60px;
}
.sp-box{
    padding:20px;
    background-color:#ffffff;
    border:1px solid #ff0000;
    border-radius:5px;
}
.data-web .sp-leakage-block a{
    margin:10px 0;
}
.sp-leakage-block{
    position:relative;
    margin-bottom:40px;
}
.sp-leakage-block .span-8{
    padding:40px 0px 40px;
}
.sp-leakage-block .span-8 h4{
    font-weight:300;
}
img.sp-leakage{
    display:none;
    position:absolute;
    right:0;
    bottom:0;
}
.data-web img.sp-leakage{
    position:static;
    margin:10% auto 0;
    max-width:600px;
    float:none;
}
.virtual-show-home img.sp-leakage{
    position:static;
}
.sales-pipeline-secondary-banner{
    float:left;
    width:100%;
    padding:0px 0px 20px;
    color:#ffffff;
    background:transparent url(../img/banner-sales-pipeline-secondary-bg.jpg) no-repeat center center;
    background-size:cover;
}

.sales-pipeline-123-banner{
    float:left;
    width:100%;
    padding:0px 0px 20px;
    color:#ffffff;
    background:transparent url(../img/banner-123.jpg) no-repeat center center;
    background-size:cover;
}
.virtual-show-home .sales-pipeline-secondary-banner{
    padding:20px 0px 20px;
    background:transparent url(../img/banner-visual-showhome-secondary-bg.jpg) no-repeat center center;
    background-size:cover;
}
.data-web .sales-pipeline-secondary-banner{
    background:transparent url(../img/banner-data-web-secondary-bg.jpg) no-repeat center center;
    background-size:cover;
}
img.img-data-web{
    margin-top:80px;
}
.sp-counter p{
    float:left;
    width:100%;
    font-size:1.750em;
}
.sp-counter h3.video-counter span{
    float:left;
    padding:0 10px;
    margin:0 2px;
    font-size:1.25em;
    line-height:1em;
    color:#ffffff;
    background-color:rgba(0, 0, 0, 0.8);
}
.sp-your-dealership ul{
    padding:30px 0 0;
    margin:0;
}
.sp-your-dealership ul li{
    float:left;
    width:96%;
    padding-left:4%;
    margin:0px 0px 30px;
    list-style:none;
}
.sp-your-dealership ul li.ul-title{
    width:100%;
    margin:10px 0px;
    padding-left:0;
    font-size:1.250em;
    background:none;
}
.data-web .sp-your-dealership ul{
    padding:30px 0 0 40px;
    color:#ff0000;
}
.data-web .sp-your-dealership ul li{
    list-style: disc;
    background:none;
}
.title-wings{
    float:left;
    width:100%;
    padding:0px;
    margin:40px 0;
    background:url(../img/page_title_wings.jpg) repeat-x center left;
}
h3.heading-lines{
    margin:0 auto;
    padding:0 20px;
    display:table;
    clear:left;
    position:relative;
    text-align:center;
    text-transform:uppercase;
    background-color:#f3f3f3;
}
.data-web h3.heading-lines{
    float:left;
    width:100%;
    margin:80px 0 60px;
}

.data-web h3.heading-lines + p{
    clear:both;
}
.sp-your-dealership .owl-carousel{
    padding:0px 40px 40px;
}
.sp-slider .owl-carousel img{
    -webkit-box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 60px 5px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 60px 5px rgba(0, 0, 0, 0.1);
}
.sp-slider .owl-carousel .owl-stage-outer{
    overflow:visible;
}
.pop-up-trigger{
    margin-top:30px;
}
.pop-up{
    display:none;
}
.pop-up.clone{
    z-index:999999999;
    position:fixed;
    display:block;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
}
.pop-up.clone .clone-bg{
    z-index:2;
    position:absolute;
    display:block;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    overflow-y:auto;
}
.pop-up.clone img, .pop-up.clone .clone-wrapper{
    z-index:4;
    position: absolute;
    width: 90%;
    height: auto;
    max-width: 100%;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
}
.pop-up.clone .clone-wrapper{
    max-width:1000px;
}
.pop-up.clone .clone-wrapper img{
    position:static;
    width:100%;
    margin:0 auto;
}
.pop-up.clone .clone-bg p{
    float:left;
    color:#ffffff;
}
.pop-up.clone .close{
    z-index:6;
    position:fixed;
    display:block;
    top:10px;
    right:10px;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-weight:700;
    color:#f1f1f1;
    border:2px solid #f1f1f1;
    border-radius:60px;
    background-color:#000000;
    cursor:pointer;
}
.sp-online-sample h3{
    float:left;
    width:100%;
    padding:80px 0px 0px;
}
.sp-online-sample h4{
    font-weight:300;
}
.sp-online-sample a{
    display:block;
    width:66.6664%;
    margin:40px auto 40px;
}
.sp-equal .inner{
    float:left;
}
.sp-choose-block, .dw-choose-block{
    padding:20px;
    margin:10px 0 60px;
    text-align:center;
    background-color:#f3f3f3;
    border:2px solid #f2f2f2;
    border-radius:8px;
}
.dw-choose-block{
    font-size:1em;
}
.sp-choose-block ul, .dw-choose-block ul{
    padding:0;
    margin:0;
}
.sp-choose-block ul li, .dw-choose-block ul li{
    padding:0;
    margin:0;
    list-style:none;
}
.sp-choose-block ul li span.dot, .dw-choose-block ul li span.dot{
    display:none;
    float:left;
    width:30px;
    height:30px;
    margin:0;
    background-color:#ffffff;
    border:1px solid #bbbbbb;
    border-radius:30px;
}
.sp-choose-block ul li span, .dw-choose-block ul li span{
    float:left;
    width:100%;
}
.sp-pricing > h3{
    float:left;
    width:100%;
    padding:20px 0px;
}
.sp-price-block{
    margin:10px 0;
    border:2px solid #f2f2f2;
    border-radius:8px;
}
.sp-price-block h4{
    padding:20px 0px;
    margin:0;
    color:#ffffff;
    text-align:center;
    text-transform:uppercase;
    font-weight:100;
    font-size:1.750em;
    border-radius:8px 8px 0px 0px;
}
.sp-price-block-new{
    margin:10px 0;
    border:2px solid #f2f2f2;
    border-radius:8px;
}
.sp-price-block-new h4{
    padding:20px 0px;
    margin:0;
    color:#ffffff;
    text-align:center;
    text-transform:uppercase;
    font-weight:100;
    font-size:1.750em;
    border-radius:8px 8px 0px 0px;
}
.data-web .sp-price-block h4{
    font-size:1.5em
}
.sp-price-block h4.bg-red{
    background-color:#ff0000;
}
.sp-price-block h4.bg-green{
    background-color:#39b54a;
}
.sp-price-block h4.bg-purple{
    background-color:#4a0a2f;
}
.sp-price-block h4.bg-blue{
    background-color:#007bff;
}
.sp-price-block-new h4.bg-red{
    background-color:#ff0000;
}
.sp-price-block-new h4.bg-green{
    background-color:#39b54a;
}
.sp-price-block-new h4.bg-purple{
    background-color:#4a0a2f;
}
.sp-price-block-new h4.bg-blue{
    background-color:#007bff;
}
h3.sp-price-amount{
    margin:40px 0px 0px;
    text-align:center;
    line-height:1em;
}
h3.sp-price-amount span.currency{
    font-size:30px;
}
h3.sp-price-amount span.amount{
    font-size:50px;
}
h3.sp-price-amount span.gst{
    font-size:12px;
}
.sp-price-block h6{
    margin:0px 0px 0px;
    text-align:center;
    font-weight:100;
    line-height:1em;
}
.sp-price-block ul{
    padding:40px 40px 40px 60px;
    margin:0px;
    list-style-image:url(../img/bullet-point.svg);
}
.sp-price-block ul li{
    font-size:1.125em;
    line-height:1.4em;
}
.sp-price-block a{
    width:80%;
    padding:5px 0px;
    margin:0 10% 15px;
}

.sp-price-block-new h6{
    margin:0px 0px 0px;
    text-align:center;
    font-weight:100;
    line-height:1em;
}
.sp-price-block-new ul{
    padding:40px 40px 40px 60px;
    margin:0px;
    list-style-image:url(../img/bullet-point.svg);
}
.sp-price-block-new ul li{
    font-size:1.125em;
    line-height:1.4em;
}
.sp-price-block-new a{
    width:80%;
    padding:5px 0px;
    margin:20px 10% 0;
}
.sp-price-unlimited{
    margin:10px 0;
    text-align:center;
    border:2px solid #f2f2f2;
    border-radius:8px;
}
.sp-price-unlimited h2{
    margin:20px 0 0;
    font-size:2.75em;
    line-height:1em
}
.sp-price-unlimited h4{
    margin:0 0 20px;
    font-size:1em;
    line-height:1em
}
.sp-price-unlimited h4.main-text{
    padding:40px;
    margin:0;
    font-weight:300;
}
.vs-video-points{
    padding:0 0 40px;
}
.vs-video-points ul{
    padding:0;
    list-style:none;
}
.vs-video-points ul li{
    padding:10px 0 10px 40px;
    background-color:transparent;
    background-position:0px 12px;
    background-repeat:no-repeat;
    background-size:23px;
}
.vs-unlimited{background-image:url(../img/vs-unlimited.jpg);}
.vs-music{background-image:url(../img/vs-music.jpg);}
.vs-personalise{background-image:url(../img/vs-personalise.jpg);}
.vs-app{background-image:url(../img/vs-app.jpg);}
.virtual-show-home-tertiary-banner{
    float:left;
    width:100%;
    padding:120px 0;
    color:#ffffff;
    background-color:transparent;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../img/banner-visual-showhome-tertiary-bg.jpg);
}
.virtual-show-home-tertiary-banner h4{
    margin:0;
}
.virtual-show-home-tertiary-banner h2{
    margin-top:0;
}
.banner-white-block{
    float:left;
    width:100%;
    background-color:rgba(255,255,255,0.5);
}
.vs-price-recording{
    padding:20px;
    margin:10px 0 40px;
    border:2px solid #f2f2f2;
    border-radius:8px;
}
.vs-price-recording h5{
    margin:0;
    font-weight:700;
}
.vs-price-recording p{
    margin:0;
}
.vs-price-recording ul{
    float:left;
    padding:0;
    list-style:none;
}
.vs-price-recording ul li{
    float:left;
    width:100%;
}
/* ========= WHERE TO DOWNLOAD GENERAL STYLING ========= */
#wtd-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a688c+0,47bfe4+100 */
background: #3a688c; /* Old browsers */
background: -moz-linear-gradient(top,  #3a688c 0%, #47bfe4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3a688c 0%,#47bfe4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3a688c 0%,#47bfe4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a688c', endColorstr='#47bfe4',GradientType=0 ); /* IE6-9 */
padding-bottom:60px;
}


.wtd-primary-banner{
    float:left;
    width:100%;
    padding:20px 0px 40px;
    color:#ffffff;
    background:transparent url(../img/banner-where-to-download-primary-bg.jpg) no-repeat center center;
    background-size:cover;
}
.wtd-download-blocks h2{
    margin:0;
    font-weight:500;
}
.wtd-download-blocks ul{
    padding:0;
    list-style:none;
}
.wtd-download-blocks ul li{
    padding:10px 0 10px 40px;
    background-image:url(../img/wtd-list-bullet.jpg);
    background-position:left 12px;
    background-repeat:no-repeat;
    background-size:30px;
}
.wtd-download-blocks ul h4{
    margin:0;
    font-weight:500;
    vertical-align:top;
}
.wtd-download-blocks ul p{
    margin:0;
}
.wtd-download-blocks div.span-12:nth-of-type(2n) > div.span-6{
    float:right;
}
/* ========= CONTACT US GENERAL STYLING ========= */
.contect-details h2{
    margin:40px 0 0;
}
.contect-details h4{
    margin:37px 0 0;
}
.contect-details h5{
    color:#333333;
    font-weight:700;
    margin:0 0 40px;
}
img.hire-icon{
    width:134px;
    margin:47px auto 0px;
}

img.hire-icon + h2{
    margin:19px 0 0;
}
.responsive-iframe{
    clear:both;
    position:relative;
    height:0;
    padding-bottom:300px;
    margin:40px 0 0;
    overflow:hidden;
}
.responsive-iframe iframe {
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
}
.responsive-iframe .overlay {
    z-index:4;
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
}
.contact-info{
    color:#ffffff;
    background:url(../img/banner-contact-bg.jpg) no-repeat center center;
    background-size:cover;
}
.height-control{
    position:relative;
}
.contact-info .span-7{
    padding:0 20px;
}
.contact-buffer-right{
    border-left:1px solid #ffffff;
}
.contact-info .span-3{
    float:right;
    padding:0 0 20px;
    text-align:center;
}
.contact-info input.span-4{
    line-height:20px;
    text-indent:0;
}
.contact-form label, .contact-form input, .contact-form select{
    height:40px;
    line-height:40px;
}
/*.contact-form input, .contact-form select{
    text-indent:20px;
}*/
.contact-form input, .contact-form select, .contact-form textarea{
    border:none;
}
.contact-form textarea{
    min-height:160px;
    margin-bottom:60px;
    resize:vertical;
}
address, .address{
    font-style:normal;
}
/*CLIENT SET UP FORM*/

#ClientSetUp h1,#ClientSetUp h2 {margin:0;
}

#clentSetUpUL {width:100%;}
#clentSetUpUL li{float:left;padding:5px;}
#clentSetUpUL li a{color:#333;}
.noDisplay{display:none;}
.clearLineTwenty {clear:both;height:20px;
}
.nextButton {float:right;
}

.noDisplayRow {
    display: none;
}
#ClientSetUp input[type="checkbox"],
#ClientSetUp input[type="radio"] {
    height: 20px!important; /* 3 */
    width: 20px!important; /* 3 */
    float:left;
}
.noYardShow{
    display: none;
}

#table_staff{
  margin:0 auto;
}

#table_staff th{
   font-size:14px;
     border:1px solid #ccc;
}

#table_staff td{
     font-size:14px;
   border:1px solid #ccc;

}

#table_staff input, #table_staff select{
   /*border:1px solid #f2f2f2;*/
   border:none;
}

.addExtra {
    border:2px solid red;
    width:100px;
    margin:0 auto;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
}
.addExtra a {
    display:block;
}
.addExtra a:hover {
    background-color:red;
    color:#fff;
}

/*New Real Estate Page*/
.greyBG_ra {background-color:#4d4d4d;height:350px;}
.lightGreyBG_ra {background-color:#AAABAD;height:350px;}
.re_header {font-size:28px; color: #fff;margin:0;padding:0;}
.re_red_capital {font-size:20px; color: #E62424;margin:0;padding:0;}

.re_price_text {font-size:100px; color: #fff;}
.re_price_small_text {font-size:60px; color: #fff;}
.white-text {color: #fff;font-size:20px;}
.re_redgb_white_test {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #E62424;
    margin: 0;
    padding: 0;
}
.re_grey_text {font-size:20px; color: #4d4d4d;margin:0;padding:20px;text-align:center;}
.grey_border {
    border-right:1px solid #4d4d4d;
    border-left:1px solid #4d4d4d;
    border-bottom:1px solid #4d4d4d;
}
.grey_border_bottom {
    border-bottom:1px solid #4d4d4d;
}
.re_button_red_full {
    width:90%;
    margin:0 auto;   
}

.re_button_red_full a {
    width:100%;
    height:50px;
    line-height:50px;
    color:#fff;
    width:100%;
    display:block;
    text-align:center!important;
    border:1PX solid #E62424;
     background-color:#E62424;
      border-radius:5px;
}
.re_button_red_full a:hover {
   background-color:#FFF;
    color:#E62424;
}

.re_button_red_border {
    width:90%;
    margin:0 auto;   
}

.re_button_red_border a {
    width:100%;
    height:50px;
    line-height:50px;
    color:#E62424;
    width:100%;
    display:block;
    text-align:center!important;
    border:1PX solid #E62424;
     background-color:#fff;
      border-radius:5px;
}
.re_button_red_border a:hover {
   background-color:#E62424;
    color:#fff;
}

.re_grey_block {
    background-color:#4d4d4d;
    text-align:center;
    height:50px;
    line-height:50px;
}
.re_ul {
    width:96%;
    list-style-type:none;
    padding:0 15px;
    margin:0;
    height:350px;
}
.re_ul li {
    margin:0 0 10px 0;
}
.re_ul_5reasons {
    width:96%;
    list-style-type:none;
    padding:0 15px;
    margin:0;
}
.re_ul_5reasons li {
    margin:0 0 20px 0;
    padding:0;
    line-height: 50px;
}

.textBoxOther {width:98%!important;
}


.view_details{height:300px;display:none;
}
.re_box_shadow {
    -webkit-box-shadow: 0px 9px 22px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 22px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 22px 5px rgba(0,0,0,0.75);
}

.re_more_hide {display:none;
}
.re_more_hide_text {padding:15px 40px;color:#666;
}

.re_5_reasons h4{color:#ff0000;
               font-size:40px;
               line-height:46px!important;
}


.re_5_reasons {color:#444;
               font-size:30px;
}

.re_light_grey {
    margin:0;
    background-color:#f4f3f3;
}




.round_videoLink {
    width: 100%;
    min-height: 400px;
}
.round_videoLink a {
     width:100%;
     min-height: 400px;
    display:block;
    border:none;
    cursor:pointer;
    outline: 0;
    border:0;
}

    .round_videoLink a:hover {
        background-color:none;
    }
/*Real Estate Sign Up form*/
.greyLine {
    background-color:#f5f5f5;
    padding:0 10px;
    font-size:22px;
}

.blackLine {
    background-color:#212121;
    padding:0 10px;
}



#reSignUpForm input[type="password"],
#reSignUpForm input[type="date"],
#reSignUpForm input[type="datetime"],
#reSignUpForm input[type="email"],
#reSignUpForm input[type="number"],
#reSignUpForm input[type="search"],
#reSignUpForm input[type="tel"],
#reSignUpForm input[type="time"],
#reSignUpForm input[type="url"],
#reSignUpForm textarea,
#reSignUpForm select {
  border: none;
  font-size: 18px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 50%;
  background-color: #f2f2f2;
  color: #333333;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

#reSignUpForm input[type="radio"],
#reSignUpForm input[type="checkbox"] {
  margin: 0 4px 20px 0;
}

#reSignUpForm select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

#reSignUpForm button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}

#reSignUpForm fieldset {
  margin-bottom: 30px;
  border: none;
}

#reSignUpForm legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

#reSignUpForm input[type="text"]{
border: none;
  font-size: 18px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 90%;
  background-color: #f2f2f2;
  color: #333333;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}
#reSignUpForm label.light {
  font-weight: 300;
  display: inline;
}

#reSignUpForm label {padding-right:20px;padding-left:5px;
}

.label {
    margin-bottom:0!important;
}
.formsubheader {
    width:100%;
    border-bottom:1PX solid #CCC;
    font-weight:bold;
    font-size:18px;
    padding:0 0 5px 0;
}
#reSignUpForm .number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

.errorMessage_RE_SignUp{margin:-20px 0 0;color:#ff0000;padding:0;font-size:14px;
}


/* ========= TRAINING GENERAL STYLING ========= */

/* ========= iPhone STYLING ========= */
#iphoneLaunce{
    background:transparent url(../img/iphoneLaunch.png) no-repeat center center;
    background-size:cover;
}

#iphoneLaunce h1{
    font-size:120px;
    text-align:left!important;
    margin-bottom:30px;
}

#iphoneLaunce h2{
    text-align:left!important;
}
#iphoneLaunce li{
    text-align:left!important;
}

#mb_iphone {margin-bottom:20px;
}


.training-days .product-banner{
    background:transparent url(../img/banner-training-days-bg.jpg) no-repeat center center;
    background-size:cover;
}
.training-days .banner-info h4:nth-of-type(1){
    font-size:1.250em;
}
.traning-details h2{
    font-weight:300;
    margin:20px 0 0;
}
.traning-details h4{
    font-weight:300;
    margin:0;
}
.traning-details ul{
    list-style:none;
}
.traning-details ul li:before{
    display:inline-block;
    width:20px;
    margin-left:-20px;
    color:#ff0000;
    font-size:1em;
    vertical-align:top;
}
.traning-details li:nth-of-type(1):before{
    content:"1";
}
.traning-details li:nth-of-type(2):before{
    content:"2";
}
.traning-details li:nth-of-type(3):before{
    content:"3";
}
.traning-details li:nth-of-type(4):before{
    content:"4";
}
.traning-details li:nth-of-type(5):before{
    content:"5";
}
.traning-details li:nth-of-type(6):before{
    content:"6";
}
.time-schedual{
    padding:20px;
    border:1px solid #ff0000;
    border-radius:5px;
}
.traning-details .time-schedual h2{
    font-size:1.5em;
    padding-bottom:20px;
}
.time-schedual p{
    position:relative;
    padding-left:20px;
    margin:0;
}
.time-schedual b{
    width:50px;
    display:inline-block;
}
.time-schedual span{
    position:absolute;
    top:0;
    left:0;
    width:20px;
    display:inline-block;
    font-weight:700;
}
.training-price-block{
    padding-bottom:20px;
    margin-top:40px;
    background-color:#f3f3f3;
    border-radius:5px;
    text-align:center;
}
.training-price-block.tpb-full{
    padding:20px;
    margin-bottom:40px;
}
.training-price-block h2.black-title, .training-price-block h2.red-title{
    margin:0 0 20px;
    color:#ffffff;
    font-size:1.125em;
    line-height:2em;
    border-radius:5px 5px 0 0;
}
h2.black-title{
    background-color:#000000;
}
h2.red-title{
    background-color:#ff0000;
}
.training-price-block ul{
    text-align:left;
}
.training-price-block ul li{
    float:left;
    width:100%;
}
.training-price-block h2{
    position:relative;
    display:inline-block;
    width:100%;
    height:auto;
    margin:0;
    font-size:58px;
    font-weight:700;
    line-height:40px;
    text-align:center;
}
.training-price-block.tpb-full h2{
    font-size:48px;
}
.training-price-block h2 span{
    position:relative;
    bottom:0;
}
.training-price-block h2 .currency{
    font-size:28px;
}
.training-price-block h2 .gst{
    font-size:18px;
    text-transform:uppercase;
}
.training-price-block p{
    margin:-16px 0px 0px;
    text-transform:uppercase;
    text-align:center;
}
.training-price-block.tpb-full h4{
    font-weight:700;
}
/* ========= REQUEST GENERAL STYLING ========= */
.errorMessage {margin:0;color:#ff0000;padding:0;font-size:14px;float:left;
}

.confirmMessage {margin:0;color:#39b54a;padding:0;font-size:14px;float:left;
}

.errorMessageContact{margin:-20px 0 0;color:#ff0000;padding:0;font-size:14px;float:right;
}
.confirmMessageContact{margin:-20px 0 0;color:#39b54a;padding:0;font-size:14px;float:right;
}
.novalid{border: 2px solid #000;}

#request-trial{
    float:left;
    width:100%;
    padding:0px 0px 20px;
    background:transparent url(../img/banner-request-trial-bg.jpg) no-repeat center center;
    background-size:cover;
}
#request-appointment{
    float:left;
    width:100%;
    padding:0px 0px 20px;
    background: #2d2723;
}
.request .main{
    padding:40px 0;
}

.request .main_new{
    padding:20px 0;
    text-align:center;
    color:#ffffff;
}


.request .main h1{
    margin:0px 0 0;
    text-align:center;
    color:#ffffff;
}
.request .main h5{
    margin:0 0 60px;
    text-align:center;
    font-weight:300;
    color:#ffffff;
}
.request-block{
    float:left;
    width:100%;
    margin:0 0 20px;
    border:2px solid #ebebeb;
    border-radius:5px;
    background-color:#ffffff;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.request-block h4{
    margin:0;
    text-indent:10%;
    line-height:2em;
    color:#ffffff;
    background-color:#ff0000;
    border-radius:5px 5px 0px 0px;
}
.form-block{
    width:100%;
    margin:20px 0 0;
}
.form-block input, .form-block select, .form-block textarea{
    width:100%;
    height:40px;
    line-height:40px;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.form-block textarea{
    height:auto;
    min-height:100px;
    line-height:1.4em;
    resize:vertical;
}
.request-block input[type="submit"]{
    width:100%;
    margin:20px 0;
}
.request-form, .request-text{
    float:left;
    width:80%;
    margin:0 10%;
}
.request-text ul{
    list-style:none;
}
.request-text ul li{
    position:relative;
    padding:0 0 10px;
}
.request-text ul li:before{
    position:absolute;
    left:-40px;
    display:block;
    width:30px;
    height:30px;
    color:#ffffff;
    background-color:#ff0000;
    line-height:30px;
    text-align:center;
    border-radius:60px;
}
.request-text li:nth-of-type(1):before{
    content:"1";
}
.request-text li:nth-of-type(2):before{
    content:"2";
}
.request-text li:nth-of-type(3):before{
    content:"3";
}
.request-text li:nth-of-type(4):before{
    content:"4";
}
.request-text li:nth-of-type(5):before{
    content:"5";
}
.request-text li:nth-of-type(6):before{
    content:"6";
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* ========= min-width: 480px styles ========= */
@media only screen and (min-width: 480px) {
    /* ========= HOME GENERAL STYLING ========= */
    .link-bar ul li{
        width:20%;
    }
    /* ========= OUR TEAM GENERAL STYLING ========= */ 
    .company-small-blocks .span-3{
        width:50%;
    }
    /* ========= OUR STORY GENERAL STYLING ========= */
    .story-banner{
        text-align:center;
    }
    /* ========= PRODUCTS GENERAL STYLING ========= */
    .sp-your-dealership ul li{
        width:46%;
    }
    .sp-your-dealership ul li:nth-of-type(odd){
        clear:left;
    }
    .data-web .sp-your-dealership ul li{
        width:100%;
        font-size:1.25em;
        font-weight:700;
    }
    .sp-your-dealership ul li{        
        background:url(../img/bullet-circle.png) no-repeat 1% 6% transparent;
        background-size:6%;
    }
    .sp-price-block ul li{
        font-size:1.500em;
    }
    .sp-counter h3.video-counter span{
        font-size:2.25em;
    }
    .sales-pipeline-packages .wrapper > div .hover-block{
        width:60%;
        padding-bottom:60%;
    }

    }

   

}



/* ========= min-width: 660px styles ========= */
@media only screen and (min-width: 660px) {
    /* ##########################################################
    Home Page Block with Special Affects   #################*/
    #slidingImage {
    display:none;
    }
    .sales-pipeline-packages .wrapper > div .hover-block p{
        width: 40%;
        height: 40%;
    }


}
@media only screen and (max-width: 768px) {
    #iphone_sub h2 {
        padding-top: 0;
    }
    #iphoneLaunce li {
       font-size:1.250em;

    }

    .hideMobile {
        display: none;
    }
    .showMobile {display: block!important;
    }

   
}
/* ========= min-width: 768px styles ========= */
/* ##########################################################
    Home Page Block with Special Affects   #################*/
    #slidingImage {
    display:block;
    }
@media only screen and (min-width: 768px) {
    #iphone_sub h2{width:420px;padding-left:20px;padding-top:0;margin:0;
    }
    #iphoneLaunce li {
        font-size:1.250em;

        width:420px;
    }
    #menu-trigger {
        display: none;
    }

    .header-container .title{
        width:300px;
    }

    .header-container .title h1{
        font-size:1em;
    }

    .header-container ul {
        float: right;
        position: static;
        width: auto;
        overflow: visible;
        background-color: transparent;
        border-left: 0px none;
    }

        .header-container ul li {
            float: left;
            width: auto;
            height: auto;
            text-indent: 0px;
            border-top: 0px none;
            border-bottom: 0px none;
        }

            .header-container ul li#menu-close {
                display: none;
            }

    .nav-drop-down {
        position: relative;
    }

    .header-container ul ul {
        position: absolute;
        top: 40px;
        left: 50%;
        bottom: auto;
        width: 260px;
        height: 0;
        margin-left:-140px;
        overflow: hidden;
        background-color: #f1f1f1;
        border-radius: 5px;
        opacity: 0;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.75);
        -webkit-transition: opacity 500ms ease;
        -moz-transition: opacity 500ms ease;
        -o-transition: opacity 500ms ease;
        transition: opacity 500ms ease;
    }

    .header-container ul li:hover ul {
        height: auto;
        opacity: 1;
        overflow: visible;
        padding: 20px 20px;
    }

    .header-container ul ul li {
        width: 100%;
        min-height: 30px;
        text-indent: 0px;
        background-color:#f1f1f1;
    }

        .header-container ul ul li a,
        .header-container ul ul li:last-of-type a {
            float: left;
            width: 100%;
            height: 30px;
            padding: 0;
            margin: 0;
            line-height: 30px;
            color:#ff0000;
            -webkit-transition: color 500ms ease;
            -moz-transition: color 500ms ease;
            -o-transition: color 500ms ease;
            transition: color 500ms ease;
        }

            .header-container ul ul li a:hover {
                opacity: 1;
                color:#333333;
            }

    .header-container ul li a {
        float: left;
        padding: 15px 5px 15px;
        margin: 0px 5px;
        color: #ffffff;
        line-height: 20px;
    }

    .header-container ul li:last-of-type a {
        padding: 15px 0px 15px 5px;
        margin: 0px 0px 0px 10px;
    }

    .header-container ul li .mega-nav .nav-wrapper {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .header-container ul li .mega-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 0;
        background-color: #ffffff;
        opacity: 0;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        border-radius:0 0 7px 7px;
        -webkit-transition: opacity 500ms ease;
        -moz-transition: opacity 500ms ease;
        -o-transition: opacity 500ms ease;
        transition: opacity 500ms ease;
    }

    .header-container ul li:hover .mega-nav {
        height: auto;
        border: 3px solid #ededed;
        opacity: 1;
    }

    .header-container ul li .mega-nav .mega-item {
        width: 33.3332%;
        text-align: center;
        border-bottom: none;
        border-top: none;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-container ul li .mega-nav .mega-item:hover {
        background-color:#f1f1f1;
    }

        .header-container ul li .mega-nav .mega-item a {
            width: 90%;
            padding: 5px 5px 25px;
            margin: 0 5%;
        }

        .header-container ul li .mega-nav .mega-item h3 {
            font-size: 1em;
            line-height:1.4em;
            text-transform:uppercase;
            font-weight:700;
            color: #323232;
        }

        .header-container ul li .mega-nav .mega-item.red h3,
        .header-container ul li .mega-nav .mega-item.blue h3 {
            text-indent: 0;
            background-color: transparent;
        }
        .header-container ul li .mega-nav .mega-item h3 br{display:inline-block;}
        .header-container ul li .mega-nav .mega-item img {
            display: block;
            width: 60%;
            margin:0 auto;
        }

        .header-container ul li .mega-nav .mega-item .mega-item-type {
            display: inline-block;
            width: 60%;
            height: 30px;
            margin-top:20px;
            line-height: 32px;
            text-indent: 0;
            text-transform:uppercase;
            font-weight:700;
            border-radius: 5px;
            color:#818181;
            background-color:#ffffff;
            border:1px solid #636363;
        }

        .header-container ul li .mega-nav .mega-item.red:hover .mega-item-type {
            color:#ff0000;
            border:1px solid #ff0000;
        }

        .header-container ul li .mega-nav .mega-item.blue:hover .mega-item-type {
            color:#007bff;
            border:1px solid #007bff;
        }

    .footer-container ul {
        float: left;
        width: 50%;
        text-align: left;
    }

        .footer-container ul:nth-of-type(odd) {
            clear: left;
        }

    .footer-container .social-links a {
        width: auto;
        margin: 20px 2% 2% 0px;
    }

        .footer-container .social-links a.apps {
            margin: 0px;
            width: 33.3334%;
            text-align: left;
        }

    .disclaimer {
        float: left;
        width: 100%;
        margin: 10px 0px 0px;
    }
    .content-slide > ul > li{
        float:left;
        width:45%;
        padding:0 0 0 5%;
    }
    .content-slide > ul > li:nth-of-type(2n+1){
        clear:both;
    }
    /* ========== GENERAL STYLING STRUCTURE ========== */
    .span-1 {
        width: 8.3332%;
    }

    .span-2 {
        width: 16.6667%;
    }

    .span-3 {
        width: 25%;
    }

    .span-4 {
        width: 33.3332%;
    }

    .span-5 {
        width: 41.6667%;
    }

    .span-6 {
        width: 49.9998%;
    }

    .span-7 {
        width: 58.3332%;
    }

    .span-8 {
        width: 66.6664%;
    }

    .span-10 {
        width: 83.3332%;
    }

    .span-12 {
        width: 100%;
    }

    .span-12-6, .span-12-8, .span-12-4 {
        width: 100%;
    }

    .btm-50-pd {
        padding-bottom: 50px;
    }

    .tp-50-pd {
        padding-top: 50px;
    }

    .tp-80-pd {
        padding-top: 80px;
    }

    .tp-100-pd {
        padding-top: 100px;
    }

    .tp-140-pd {
        padding-top: 140px;
    }

    .tp-60-mgn {
        margin-top: 60px;
    }

    .tp-5-mgn {
        margin-top: 5px;
    }

    .tp-100-mgn {
        margin-top: 100px;
    }

    .lg-pd {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .sm-pd {
        padding-left: 1.25%;
        padding-right: 1.25%;
    }

    .lg-lft-pd {
        padding-left: 2.5%;
    }

    .lg-rgt-pd {
        padding-right: 2.5%;
    }

    .sm-lft-pd {
        padding-left: 1.25%;
    }

    .sm-rgt-pd {
        padding-right: 1.25%;
    }

    .mgn-lft-1 {
        margin-left: 8.3332%;
    }

    .mgn-lft-2 {
        margin-left: 16.6667%;
    }

    .mgn-lft-3 {
        margin-left: 25%;
    }

    .mgn-lft-4 {
        margin-left: 33.3332%;
    }

    .grey-block {
        padding: 80px 0px;
        margin-top: 80px;
    }

    h1 {
        font-size: 3.5em;
    }

    h2 {
        font-size: 2.125em;
    }

    h2.new-h2{
        font-size: 3.5em;
    }

    .no-mobile, .only-768 {
        display: block;
    }
    /* ========= HOME BANNER STYLING ========= */
    .link-bar ul li{
        width:auto;
        padding: 0 20px;
    }
    .link-bar ul li a{
        height: 80px;
        line-height: 80px;
    }
    .link-bar .wrapper > a{  
    float: right;
    width:auto;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom:0;
    }
    .banner-links {
        padding: 20px 0px 20px;
    }

        .banner-links a {
            float: right;
            clear: both;
        }


    .banner-info {
        text-align:left;
        padding-bottom: 90px;
    }

    .banner-image {
        display: none;
    }
    /* ========= HOME GENERAL STYLING ========= */
    .home-banner{
        background:transparent url(../img/banner-primary-bg.jpg) no-repeat 73% center;
        background-size:cover;
    }
    .banner-info a{
        margin:0;
    }
    .banner-info p{
        width:218px;
    }
    .problem-solver{
        padding:80px 0;
    }
    .problem-solver section:first-of-type {
        border-bottom: 0px none;
        border-right:2px solid #ff0000;
    }
    
    .home-banner .banner-info h1{
        margin-bottom:60px;
        font-size:2.00em;
    }

    .home-banner .banner-info h4{
        margin-bottom:60px;
        font-size:1.750em;
    }
    .home-banner-tertiary a {
        display: inline-block;
        margin: 10px 20px;
    }
    /* ========= OUR TEAM GENERAL STYLING ========= */
    .personal-profile {
        margin-top: 52px;
    }

    .our-team-banner-text {
        padding: 200px 0px 140px;
    }

    .company-small-blocks {
        margin: 60px auto;
    }

        .company-small-blocks .span-3 {
            width: 25%;
            margin: 50px 0px;
        }
    /* ========= OUR STORY GENERAL STYLING ========= */
    .story-banner {
        padding: 90px 0px;
    }

        .story-banner .banner-info {
            padding-bottom: 0px;
            text-align: left;
        }
    .banner-video a.button-white{
        position:absolute;
        right:2.5%;
        bottom:10%;
        padding:0 20px;
    }

    img.our-storry-video {
        margin-top: 100px;
    }

    .support-banner-buttons {
        margin-top: 140px;
        margin-bottom: 40px;
    }
    a.banner-btn-bottom{
        position:absolute;
        bottom:0;
        right:0;
    }
    /* ========= PRIVACY GENERAL STYLING ========= */
    .privacy {
        padding: 80px 0px 80px;
    }
    /* ========= PRICING PACKAGES GENERAL STYLING ========= */
    .pricing-banner h1 {
        font-size: 3.500em;
    }

    .pricing-banner {
        padding: 80px 0px 100px;
    }

    .package-promo {
        margin: 40px 0px 60px;
    }

        .package-promo .promo-block {
            height: 690px;
        }
    /* ========= TECH SPECS GENERAL STYLING ========= */

    .tech-spec-block {
        padding: 100px 0px 80px;
    }

        .tech-spec-block ul li {
            width: 46%;
        }
    /* ========= PRODUCTS GENERAL STYLING ========= */
    .product-banner .banner-info,
    .sales-pipeline-secondary-banner {
        padding: 80px 0px 80px;
    }

    .virtual-show-home .sales-pipeline-secondary-banner {
        padding: 120px 0px 120px;
    }

    .product-banner .banner-info h4 {
        line-height: 1.6em;
    }

    img.sales-pipeline-video {
        margin: 220px 0px 0px;
    }

    a.button-white:nth-of-type(2),
    .leakage-second{
        margin-top: 0px;
    }

    .banner-quick-links a.button-white:nth-of-type(2){
        margin-top: 5px;
    }

    .grey-block.sales-pipeline-packages {
        width: 100%;
        padding: 60px 0px 20px;
    }

        .grey-block.sales-pipeline-packages h2 {
            padding: 0px 0px 60px;
        }

        .sales-pipeline-packages .wrapper > div {
            height: 600px;
        }

    .sp-counter h3.video-counter span {
        font-size: 1.5em;
    }

    img.sp-leakage {
        display: block;
    }
    .sales-pipeline-packages .wrapper > div .hover-block{
        bottom:auto;
        width:100%;
        padding-bottom:160%;
    }
    .sales-pipeline-packages .wrapper > div .hover-block p{
        width: 75%;
        height: 78%;
    }
    .sales-pipeline .sp-leakage-block{
        margin-bottom:0px;
    }

    .data-web .sp-leakage-block{
        margin-bottom:80px;
    }

    .sp-leakage-block .span-8 {
        padding: 120px 0px 80px;
    }

    .data-web .sp-leakage-block a:nth-of-type(even) {
        margin: 10px 0 10px 8.3332%;
    }

    .sp-pricing > h3 {
        font-size: 2.125em;
        padding: 80px 0px 50px;
        margin: 0;
    }

    .sp-price-block{
        width: 48.147%;
    }
    .sp-price-block-new {
        width: 95%;
    }

    .sp-price-unlimited h4.main-text{
        font-size:2.5em;
        line-height:1.6em;
    }

    .vs-price-recording {
        width: 100%;
    }

        .sp-price-block:first-of-type{
            margin-right: 3.5556%;
        }

        .sp-price-block h4 {
            min-height: 85px;
            padding: 20px;
        }

        .sp-price-block ul {
            min-height: 110px;
        }

            .sp-price-block ul li {
                font-size: 1em;
            }

    .sp-choose-block, .dw-choose-block{
        text-align: left;
    }

        .sp-choose-block h4, .dw-choose-block h4 {
            margin: 0 0 20px;
        }

        .sp-choose-block ul li img, .dw-choose-block ul li img {
            float: left;
            width: 30px;
        }

        .sp-choose-block ul li span.dot, .dw-choose-block ul li span.dot {
            display: inline-block;
        }

        .sp-choose-block ul li span, .dw-choose-block ul li span {
            width: calc(100% - 40px);
            margin: 0 0 0 10px;
        }

    .vs-video-points {
        padding: 0 0 120px;
    }

    .vs-price-recording {
        margin: 10px 0 60px;
    }
    /* ========= OUR STORY GENERAL STYLING ========= */
    .wtd-primary-banner {
        padding: 10px 0px 60px;
    }

    .wtd-download-blocks div.span-12 {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .wtd-smart-phone {
        background-position: right 180px;
        background-image: url(../img/wtd-smart-phone.jpg);
    }

    .wtd-tablet {
        background-position: left 180px;
        background-image: url(../img/wtd-tablet.jpg);
    }

    .wtd-desktop {
        background-position: right 180px;
        background-image: url(../img/wtd-desktop.jpg);
    }
    /* ========= CONTACT US GENERAL STYLING ========= */
    .responsive-iframe {
        padding-bottom: 490px;
        margin: 80px 0 0;
    }

    .contact-info .span-7 {
        padding: 0 20px 0 0;
    }

    .contact-info .span-3 {
        padding: 0;
        text-align: left;
    }

    .contact-form label, .contact-form input, .contact-form select {
        margin-bottom: 20px;
    }
    /* ========= TRAINING GENERAL STYLING ========= */
    .training-banner .banner-info a {
        float: left;
    }

    .training-price-block ul li {
        width: 90%;
        padding-left:10%;
    }

    .training-price-block ul li:nth-of-type(2n+1) {
        clear:left;
    }

    .training-price-block a {
        padding: 15px;
        background-color: #ffffff;
    }

    .training-price-block.tpb-full {
        padding: 40px;
    }

        .training-price-block.tpb-full h2 {
            font-size: 68px;
            line-height: 1em;
        }
    /* ========= REQUEST GENERAL STYLING ========= */
    .request .main h1 {
        margin: 80px 0 0;
    }

    .request-block.request-half {
        width: 48%;
    }

        .request-block.request-half:nth-of-type(even) {
            margin-left: 4%;
        }

        .request-block.request-half .request-form {
            margin: 20px 10%;
        }

    .request-block.request-full .request-form {
        width: 41%;
        margin: 20px 6%;
    }

    .request-block.request-full h4 {
        text-indent: 6%;
    }

    .request-block.request-full .request-form:nth-of-type(even) {
        margin-left: 0;
    }

    .request-block.request-full textarea {
        min-height: 160px;
    }
}
/* ========= min-width: 1024px styles ========= */
@media only screen and (min-width: 1024px) {

    .header-container{
        height:100px;
    }
    .header-container .title{
        width:479px;
        height:58px;
        margin:21px 0px;
    }

    .header-container .title img{
        height:58px;
        margin:0 20px 0 0;
    }

    .header-container .title h1{
        line-height:58px;
        font-size:1.25em;
    }
    .header-container ul ul{
        top:70px;
    }
    .header-container ul li a{
        padding:15px 5px 38px;
        margin:27px 5px 0px;
    }
    .header-container ul li:last-of-type a{
        padding:15px 0px 40px 10px;
        margin:25px 0px 0px 10px;
    }
    .header-container ul li .mega-nav .mega-item h3 br{display:none;}
    .footer-container{
        padding:30px 0px 70px;
    }
    .footer-container ul{
        width:25%;
    }
    .footer-container ul:nth-of-type(odd){
        clear:none;
    }
    .footer-container .social-links{
        float:left;
        width:75%;
        margin-top:-50px;
    }
    .footer-container .social-links a{
        width:16.6667%;
        margin:0px;
        text-align:left;
    }
    .footer-container .social-links a.apps{
        margin-top:50px;
    }
    .disclaimer p span{
        float:left;
    }
    .disclaimer p br{
        display:none;
    }
    .disclaimer p a{
        float:right;
    } 
    /* ========= GENERAL STYLING STRUCTURE ========= */
     .only-768{
        display:none;
    }
    /* ========= HOME BANNER STYLING ========= */
    .banner-info h1, .home-banner .banner-info h1{
        font-size:2.500em;
    }
    /* ========= HOME GENERAL STYLING ========= */
    .link-bar ul li{
        font-size:1em;
    }
    .link-bar .wrapper > a{  
    padding: 0 15px;
    font-size:1em;
    }
    .q-a .q-a-answer h4{
        width:188px;
        font-size:1em;
    }
    .home-banner-secondary .span-4{
        padding:100px 0px 130px;
    }
    .home-banner-iphone .span-7{
        padding:60px 0px 100px;
    }
    .home-slider, .home-banner-tertiary{padding:80px 0px 120px;}
    /* ========= OUR TEAM GENERAL STYLING ========= */
    .dropdown-profile a{
        font-size:0.875em;
    }
    .our-team-banner-text h1{
        font-size:2.500em;
    }
    .our-team-banner-text h4{
        font-size:2em;
    }
    .dropdown-profile a, .customer-profile a{
        padding:10px 20px;
    }
    .dropdown-profile a img, .customer-profile a img{
        padding-right:20px;
    }
    /* ========= OUR CUSTOMERS GENERAL STYLING ========= */
    .customer-slider{
        padding:80px 0px 0px;
    }
    .customer-profile a{
        font-size:0.875em;
    }
    /* ========= PRICING PACKAGES GENERAL STYLING ========= */
    .package-promo .promo-block{
        height:770px;
        padding:40px 20px;
    }
    .promo-block h1{
        margin:20px 0px 40px;
        font-size:42px;
    }
    .promo-block h2{
        font-size:78px;
        line-height:60px;
    }
    .promo-block h2 .currency{
        font-size:48px;
    }
    .promo-block h2 .gst{
        font-size:18px;
    }
    .promo-block li{
        margin:40px 0 10px;
        font-size:22px;
        font-weight:500;
    }
    ul.promo-features li{
        margin:20px 0 0;
    }
    .sp-price-block h4{
        min-height:40px;
        padding:20px 0px;
    }
    .sp-price-unlimited h2{
        font-size:5em;
    }
    .sp-price-unlimited h4{
        font-size:1.5em;
    }
    /* ========= PRODUCTS GENERAL STYLING ========= */
    .sp-counter h3.video-counter span{
        font-size:2.5em;
    }
    .sales-pipeline-packages .wrapper > div .hover-block{
        bottom:auto;
        width:239px;
        padding-bottom:239px;
    }
    .sales-pipeline-packages .wrapper > div .hover-block p{
        width: 75%;
        height: 55%;
    }
    /* ========= CONTACT US GENERAL STYLING ========= */
    .contact-info .span-7{
        padding:0 0 0;
    }
    .address-block h3{
        font-size:1.75em;
    }
    .address-block address, .address-block .address{
        font-size:1.125em;
    }
    /* ========= TRAINING GENERAL STYLING ========= */
    .training-price-block.tpb-full h2{
        font-size:108px;
    }
    .training-price-block.tpb-full h4{
        font-size:38px;
    }
    .training-price-block h2{
        margin-top:30px;
        font-size:108px;
        line-height:54px;
    }
    .training-price-block h2 .currency{
        font-size:48px;
    }
    .training-price-block h2 .gst{
        font-size:24px;
    }
    .training-price-block ul{
        padding:0 20%;
    }
}

/* ========= min-width: 1140px styles ========= */
@media only screen and (min-width: 1140px) {
    .header-container .title{
        width:500px;
    }
    .header-container .title h1{
        font-size:1.5em;
    }
    /* ========== GENERAL STYLING STRUCTURE ========== */
    .span-12-6 {
        width: 50%;
    }

    .span-12-8 {
        width: 66.6664%;
    }

    .span-12-4 {
        width: 33.3332%;
    }
    /* ========= HOME GENERAL STYLING ========= */
    .banner-links{
    padding:50px 0px 30px;
    }
    .banner-info h1, .home-banner .banner-info h1{
        margin:0px 0px 30px;
        font-size:3.125em;
    }
    .block-content{
        left:50%;
        right:auto;
        width:900px;
        margin-left:-450px;
    }
    /* ========= PRICING PACKAGES GENERAL STYLING ========= */
    .promo-block h2{
        font-size:88px;
        line-height:60px;
    }
    /*.sp-choose-block{
        min-height:617px;
    }*/
    /* ========= PRODUCTS GENERAL STYLING ========= */
    .sp-counter h3.video-counter span{
        font-size:3em;
    }

    .data-web img.sp-leakage{
        float:right;
    }
    /* ========= OUR STORY GENERAL STYLING ========= */
    .wtd-primary-banner{
        padding:120px 0px 140px;
    }
    /* ========= TRAINING GENERAL STYLING ========= */
    .training-banner .banner-info{
        padding-top:40px;
    }
}

/* ========= min-width: 1220px styles ========= */
@media only screen and (min-width: 1220px) {
    .header-container ul li .mega-nav{
        max-width: 1200px;
        left: 50%;
        margin-left: -600px;
    }
    /* ========= HOME BANNER STYLING ========= */
    .home-banner{
        background:transparent url(../img/banner-primary-bg.jpg) no-repeat 50% center;
        background-size:cover;
    }
    .banner-info{
        padding-bottom:120px;
    }
    .banner-info a{
        float:left;
    }
    .tech-spec .banner-info a{
        width:47.5%;
    }
    .tech-spec .banner-info a:nth-of-type(2){
        margin-left:4%;
    }
    br.no-1220px{
        display:none;
    }
    .banner-info p{
        float:left;
        width:40px;
        height:40px;
        line-height:40px;
    }
    /* ========= HOME GENERAL STYLING ========= */
    .home-banner-secondary .span-4{
        padding:160px 0px 180px;
    }
     .home-banner-iphone .span-7{
        padding:120px 0px 140px;
    }
    /* ========= OUR TEAM GENERAL STYLING ========= */
    .our-team-banner-text h1{
        font-size:3.125em;
    }
    /* ========= OUR STORY GENERAL STYLING ========= */
    .story-banner{
        padding:120px 0px;
    }
    /* ========= PRICING PACKAGES GENERAL STYLING ========= */
    .package-promo .promo-block{
        height:660px;
    }
    a.button-promo{
        font-size:1.625em;
    }
    .sp-price-block{
        height:auto;
    }
    h3.sp-price-amount{
        line-height:2em;
    }
    h3.sp-price-amount span.currency{
        font-size:48px;
    }
    h3.sp-price-amount span.amount{
        font-size:88px;
    }
    h3.sp-price-amount span.gst{
        font-size:18px;
    }
    .sp-price-block ul{
        min-height:140px;
    }
    .sp-price-block ul li{
        font-size:1.5em;
    }
    .sp-price-unlimited h2{
        margin:40px 0 0;
        font-size:6.750em;
    }
    .sp-price-unlimited h4{
        margin:0 0 40px;
        font-size:2.125em;
    }
    /*.sp-choose-block{
        min-height:1050px;
    }*/
    .sp-choose-block ul li img, .dw-choose-block ul li img{
        width:60px;
    }
    .sp-choose-block ul li span, .dw-choose-block ul li span{
        width:calc(100% - 70px);
        font-size: 1.5em;
        line-height: 1.8em;
    }
    .dw-choose-block ul li span{
        font-size:1em;
    }
    .sp-choose-block h4, .dw-choose-block h4{
        margin:40px 0;
        font-size:2.375em;
        font-weight:300;
        text-align:center;
    }
    .dw-choose-block h4{
        text-align:left;
        line-height:1.4em;
    }
    .data-web .sp-choose-block h4, .data-web .dw-choose-block h4{
        margin:0 0 40px;
    }
    .sp-choose-block ul li, .dw-choose-block ul li{
        float:left;
        width:100%;
        margin:20px 0 0;
    }
    .sp-choose-block ul li:first-of-type,
    .dw-choose-block ul li:first-of-type{
        margin:0;
    }
    /* ========= PRODUCTS GENERAL STYLING ========= */
    .sp-counter h3.video-counter span{
        font-size:3.25em;
    }
    .sales-pipeline-packages .wrapper > div {
        height: 500px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
    *zoom: 1;
}


@media only screen and (max-width: 1230px) {
    #iphoneLaunce h1 {
        font-size: 90px;
    }
}



/*@media only screen and (min-width: 1024px)  {*/
@media only screen and (min-width: 1400px) and (max-width: 1600px){

    #slidingImage {
        left: -800px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1400px){

    #slidingImage {
        /*left: -650px!important;*/
        left: -850px;
    }
   
}
@media only screen and (max-width: 1120px) {
.antonFix img {display:none;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){

    #slidingImage {
        left: -750px!important;
    }
    

}


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


    /* ##########################################################
    Home Page Block with Special Affects   #################*/

    #slidingImage {
        left: -800px;
    }

     .imageRight {
        width:280px;
        height:237px;
        float:left;
        margin-bottom:20px;
    }
    .imageLeft {
        width:280px;
        height:237px;
        float:left;
        margin-bottom:20px;
    }
    .imageLeft img {
    width:280px;
    }
    .imageRight img {
    width:280px;
    }
    .textLeft {float:right;
    }
    .textRight {float:right;
    }

    /*END of Affect */
    

}

@media only screen and (max-width: 980px) {
    .textLeft {width:100%;
    }
    .textRight {width:100%;
    }
    .imageRight {
        width:320px;
        height:237px;
        float:left;
        margin-bottom:20px;
    }
    .imageLeft {
        width:320px;
        height:237px;
        float:left;
        margin-bottom:20px;
    }
    .imageLeft img {
    width:320px;height:237px;
    }
    .imageRight img {
    width:320px;height:237px;
    }

    #slidingImage {
   left: -900px;
    }

    #specialAffectBlockText h1 {
    font-size:26px;
        }
     #comingSoonText {
    color:#444;font-size:16px;font-weight:bold;margin-bottom:0;
}
     
}

@media only screen and (max-width: 765px) {
    /* ##########################################################
    Home Page Block with Special Affects   #################*/
    #slidingImage {
    display:none;
    }

    #comingSoonText {
    color:#444;font-size:16px;font-weight:bold;margin-bottom:-15px;
}

    .round_videoLink {
    display:none;
}

   

}

@media only screen and (max-width: 660px) {
    /* ##########################################################
    Home Page Block with Special Affects   #################*/
    #slidingImage {
    display:none;
    }
    #rectangleBox{
    display:none;
    }
    .imageLeft {
    width:320px;height:auto;
    }
    .imageLeft img {
    width:320px;height:auto;
    }
    .imageRight {
    width:320px;height:auto;
    }
    .imageRight img {
    width:320px;height:auto;
    }
    
.round_videoLink {

    display:none;
}
}



@media only screen and (max-width: 480px) {
    /* ##########################################################
    Home Page Block with Special Affects   #################*/
    #slidingImage {
    display:none;
    }
    #rectangleBox{
    display:none;
    }
    

}




/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}