﻿body{
	position:relative;
	-wenkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

#tileNav .navDot,
#topNav div a,
#langCont,
#langCont a div,
#mapDiv,
#closeMapBtn,
.infoSquare,
.mainIntro .staticTile #regFree span,
#featureWrap div.featTile,
#priceWrap .tierTile,
#priceWrap .tierTile .tpDiv,
#priceWrap .tierTile .tpDiv h2,
#priceWrap .tierTile .tpDiv .tierPrice,
#priceWrap .tierTile .tpDiv .tierPriceYr,
#priceWrap .tierTile .signUpBtn,
.rgContTile div a,
.rgContTile div.contNow,
.thrdTile div p,
#priceWrap .tierTile ul li,
#priceReg {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
}

.homeTileBig {
	padding:0;
	margin:0;
	display:block;
	width:100%;
}

#topNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 99%; /*was 100%;*/
	/*height: 70px;*/ /*was 70px*/
	padding:10px 10px;
	background-color: rgba(239,239,239,0);
	background-image:url(/Images/tcIconHome.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition: background-color 250ms ease-in-out;
	-moz-transition: background-color 250ms ease-in-out;
	-ms-transition: background-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
}
#topNav div a {
	color: #efefef;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
	/*height: 40px;*/ /*was 40px*/
	padding: 5px;
	line-height: 30px;
}
#topNav div a.borderLink {
	border:4px #efefef solid;
	line-height:22px;
}
#topNav div a#langBtn{
	opacity:.5;
}
#topNav.lockNav,
#topNav:hover {
	background-color: rgba(239,239,239,1);
	background-position:0 -70px;
}
#topNav.lockNav > div > a,
#topNav:hover > div > a {
	color:#232323;
}
#topNav.lockNav > div > a.borderLink,
#topNav:hover > div > a.borderLink  {
	border:4px #232323 solid;
}
#topNav.lockNav > div > a#langBtn,
#topNav:hover > div > a#langBtn {
	opacity:1;
}
#topNav div a:hover {
	color: #247fb5;
}
#topNav.lockNav div a.borderLink:hover,
#topNav:hover div a.borderLink:hover  {
	border:4px #247fb5 solid;
}

#langCont {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: rgba(0,0,0,.9);
	top: -500px;
	opacity: 0;
	visibility: hidden;
}
#langCont.showLangPanel {
	top:70px;
	opacity:1;
	visibility:visible;
}
#langCont a div {
	display: inline-block;
	width: 10%;
	padding: 10px;
	opacity:.7;
}
#langCont a div:hover {
	opacity:1;
}
#langCont a div img {
	width: 100%;
	height: auto;
}
#langCont a div span {
	font-size: 18px;
	color: #efefef;
	line-height: 24px;
}
#tileNav {
    position: fixed;
    left: 0.5%;
    z-index: 200;
    margin-top: 0;
    bottom: 1vh;
    width: 99%;
    display: inline-flex;
    height: 6vh;
    color: #fff;
}
#tileNav .navDot {
    width: 14%;
    height: 88%;
    background: rgba(23,23,23,.25);
    border: 1px #424242 solid;
    margin: 0.25% .25% .25% .25%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 0.7vw;
    border-radius: 10px;
    cursor: pointer;
    background: rgba(36,127,181,.5);
    line-height: 5vh;
}
#tileNav .navDot:hover {
	background:rgba(36,127,181,1);
}
#tileNav .activeDot {
	background:rgba(36,127,181,1) !important;
}

.infoSquare {
	position: absolute;
	z-index: 100;
	height: 15%;
	min-height:140px;
	bottom: 15px;
	color:#fff;
	opacity:.7;
	cursor:pointer;
	background: rgba(36,127,181,.75);
}
.infoSquare:hover {
	background: rgba(36,127,181,1) !important;
	opacity:1 !important;
}
.infoSquare.sqL {left: 15px;}
.infoSquare.sqR {right: 15px;}

.infoSquare span {
	display: block;
	text-align: center;
	position: absolute;
	font-size: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}*/
/*///////////////////////////////////////////
//// INTRO /////////////////////////////////
//////////////////////////////////////////*/
/*.mainIntro {
	background: rgb(35,35,35);
	background: -moz-linear-gradient(-45deg, rgba(35,35,35,1) 0%, rgba(68,68,68,1) 46%, rgba(35,35,35,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(35,35,35,1) 0%,rgba(68,68,68,1) 46%,rgba(35,35,35,1) 100%);
	background: linear-gradient(135deg, rgba(35,35,35,1) 0%,rgba(68,68,68,1) 46%,rgba(35,35,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#232323',GradientType=1 );
}
.mainIntro .staticTile {
	max-width: 960px;
	width: 960px;
	margin: 0 auto;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	margin-left: -480px;
}
#introVideo {
    text-align: center;
    padding-top: 4vh;
    margin-bottom: -250px;
}
#myVideo {
    background: black;
}

div.container-fluid, div.video-container {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
 	z-index: 0;
	pointer-events: none;
}
video, source {
	min-height: 100%;
	min-width: 100%;
}
#introBG {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:.4;
}
.mainIntro .staticTile img {
	width: 150px;
	height:150px;
	display: block;
	margin: 0 auto;
}
.mainIntro .staticTile h1 {
	text-align: center;
	font-size: 3.5vh;
	padding: 0px 30px;
	color: #fff;
	margin-bottom: 10px;
}
.mainIntro .staticTile span {
	text-align: center;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	width: 706px;
	color: #fefefe;
}
.mainIntro .staticTile #regFree {
	text-align: center;
	width: 260px;
	bottom: -10px;
    padding: 0;
	left: 50%;
	margin-left: -130px;
    margin-top: 10px;
	background: #5590b3;
}
.mainIntro .staticTile #regFree span {
	font-size: 24px;
	width: 260px; 
	height: 55px;
	line-height: 55px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	text-align: center;
	background: rgb(36,127,181);
	background: -moz-linear-gradient(top, rgba(36,127,181,1) 0%, rgba(36,127,181,1) 100%);
	background: -webkit-linear-gradient(top, rgba(36,127,181,1) 0%,rgba(36,127,181,1) 100%);
	background: linear-gradient(to bottom, rgba(36,127,181,1) 0%,rgba(36,127,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247fb5', endColorstr='#247fb5',GradientType=0 );
	background-repeat: no-repeat;
	background-size:260px 55px;
	-webkit-background-size:260px 55px;
	-moz-background-size:260px 55px;
	background-position: 0 55px;
}
.mainIntro .staticTile #regFree span:hover {
	background-position: 0 0 !important;
}*/

/*///////////////////////////////////////////
//// FEATURES ///////////////////////////////
//////////////////////////////////////////*/
/*.tcFeatures {
	padding:100px 0 30px 0;
	background: rgb(121,130,135);
	background: -moz-radial-gradient(center, ellipse cover, rgba(121,130,135,1) 0%, rgba(89,106,114,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(121,130,135,1) 0%,rgba(89,106,114,1) 100%);
	background: radial-gradient(ellipse at center, rgba(121,130,135,1) 0%,rgba(89,106,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798287', endColorstr='#596a72',GradientType=1 );
}

#featureWrap {
    width: 95%;
    margin: 0 auto;
    font-size: 0;
    top: 40%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#featureWrap div.featTile {
    width: 24%;
    display: inline-block;
    font-size: 0;
    text-align: center;
    max-height: 180px !important;
    vertical-align: top;
    left: 0;
    top: 0;
    cursor: default;
    background: rgba(23,23,23,0);
    -webkit-box-shadow: 0px 0px 0px -5px rgba(0,0,0, 0);
    -moz-box-shadow: 0px 0px 0px -5px rgba(0,0,0, 0);
    box-shadow: 0px 0px 0px -5px rgba(0,0,0, 0);
    z-index: 10;
}
#featureWrap div.featTile div.fW {
    display: block;
    width: 90%;
    margin: 0 auto;
}

#featureWrap div.featTile div.fW div {
	display:block;
	width:70px;
	height:70px;
	margin:0 auto;
	background-image:url(/Images/icons/featureIcons.png);
	background-repeat:no-repeat;
}

#featureWrap div.featTile div.fW span {
	font-size:22px;
	color:#fff;
}

#featureWrap div.featTile div.fW p {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #efefef;
}*/
/*///////////////////////////////////////////
//// PUBLIC MAPS ////////////////////////////
//////////////////////////////////////////*/
/*.publicMaps {
	background:#232323;
}
.publicMaps .pubCont {
    display: block;
    z-index: 1;
    text-align: center;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tcFeatures h1,
.publicMaps .pubCont h1 {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 20px;
	margin: 0;
	color: #efefef;
	font-size: 3vh;
	line-height: 80px;
	text-align: center;
}

#map-continents {
	position:absolute !important;
	top: 50%;
	left: 50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

#mapDiv {
	z-index:150;
	width: 100%;
	height: 100%;
	padding: 100px 100px 30px 100px;
	opacity:0;
	pointer-events:none;
}
#mapDiv .frameCont {
	width: 100%;
	height: 100%;
	background-color:#fff;
	background-image:url(/Images/loader-128x/Preloader_2.gif);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-box-shadow: 0 0 0 200px rgba(23,23,23,.9);
	-moz-box-shadow: 0 0 0 200px rgba(23,23,23,.9);
	box-shadow: 0 0 0 200px rgba(23,23,23,.9);
}
#mapDiv.showMapDiv {
	opacity:1;
	pointer-events:all;
}
#mapDiv iframe {
	width:100%;
	height:100%;
	border:0;
}
#closeMapBtn {
	position: absolute;
	z-index: 99;
	top: 110px;
	right: 110px;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
}
#closeMapBtn:hover {
	color: #ff0000;
}*/

/*///////////////////////////////////////////
//// PRICING ////////////////////////////////
//////////////////////////////////////////*/
/*.pricing {
	background:#E1E1E1;
	overflow:hidden;
}
    .pricing #pricingBG {
        position: absolute;
        left: 0;
        top: -0%;
        width: 105%;
        height: 17%;
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(357deg);
        -moz-transform: rotate(357deg);
        -ms-transform: rotate(357deg);
        -o-transform: rotate(357deg);
        transform: rotate(357deg);
        background: rgb(36,127,181);
        background: linear-gradient(90deg, rgba(36,127,181,1) 0%, rgba(36,140,208,1) 28%, rgba(29,98,153,1) 65%, rgba(0,0,0,1) 100%);
        box-shadow: 11px 0px 9px -4px rgb(0 0 0 / 28%) inset;
        -webkit-box-shadow: 11px 0px 9px -4px rgb(0 0 0 / 28%) inset;
        -moz-box-shadow: 11px 0px 9px -4px rgba(0,0,0,0.28) inset;
        z-index: 102;
    }
.pricing #pricingBG h1 {
	position: absolute;
	left: 2%;
	bottom: 5px;
	margin: 0;
	color: #efefef;
	font-size: 2.5vh;
	line-height: 55px;
}

#priceWrap {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	bottom: 0;
	margin: 0 auto;
	font-size: 0;
	z-index:101;
}

#pricingTable {
	width: 100%;
	font-size: 12px;
	position: absolute;
	background-color:#E1E1E1;
	border-collapse: separate;
	border-spacing: 0px;
}
#pricingTable th {
	width:4.25%;
}
#pricingTable th.rotate {
	height: 140px;
	white-space: nowrap;
}
#pricingTable th.rotate > div {
	width: 0;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform-origin: bottom left;
	-mox-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(303deg);
	-moz-transform: rotate(303deg);
	transform: rotate(303deg);
}
#pricingTable th.rotate > div > span {
	border-bottom: 1px #aaa solid;
	padding: 0;
	width: 350px;
	display: block;
}
#pricingTable th.rotate > div > span text {
	font-size: 16px;
	display: block;
	text-align: left;
	position:absolute;
	top:45%;
}
#pricingTable .tierCol { width:8%;}
#pricingTable .caCol {width:6%;}
#pricingTable .priceCol {width:10%;}
#pricingTable thead tr th.caCol > span {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 3px;
	font-size: 21px;
}
#pricingTable thead tr th.caCol span text {
	display: block;
	font-size: 17px;
	font-weight: bold;
}
#pricingTable thead tr th.priceCol span {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 3px;
	font-size: 24px;
}
#pricingTable tbody tr {
	height:3.8vh !important;
}
#pricingTable tbody tr:nth-child(odd) td:nth-child(n+2) {
	background-color: rgba(23,23,23,.1);
	border-right: 1px #aaa solid;
}
#pricingTable tbody tr:nth-child(even) td:nth-child(n+2) {
	background-color: rgba(23,23,23,.05);
	border-right: 1px #aaa solid;
}
#pricingTable tbody tr td {
	text-align:center;
	cursor:default;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
#pricingTable tbody tr td text {
	cursor:default;
}
#pricingTable tbody tr:hover td:nth-child(n+2) {
	background-color:rgba(250,250,250,.9);
}
.highCell {
	background-color:rgba(250,250,250,.7);
}
#pricingTable tr td:nth-child(1) span {
    padding-right: 5px;
    background-color: #247fb5;
    color: #fff;
    line-height: 34px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    text-align: right;
    line-height: 4vh !important;
    font-size: 2.5vh !important;
    white-space: nowrap;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
#pricingTable tr td text.cM {
	color: #1e771e;
}
#pricingTable tr td text.nM {
	color: #b18989;
}
#pricingTable tr td .chgPrice {
	font-size: 10px;
	position: absolute;
	text-align: center;
	display: block;
	width: 80px;
	left: 50%;
	margin-left: -40px;
	cursor: pointer;
	top: 30px;
}
#pricingTable tr td .tierPrice,
#pricingTable tr td .tierPriceYr {
	font-size: 17px;
	border: 2px #505050 solid;
	display: block;
	color: #fff;
	width: 100px;
	text-align: center;
	line-height: 24px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #505050;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	opacity: 1;
	overflow: hidden;
	cursor:pointer;
}
#pricingTable tr td .tierPrice {
	z-index:50;
}
#pricingTable tr td .tierPriceYr {
	z-index:10;
	background:#247fb5;
}
#pricingTable tr td .tierPrice span,
#pricingTable tr td .tierPriceYr span {
	position: absolute;
	font-size: 10px;
	bottom: 2px;
	line-height: 12px;
	width: 80px;
	display: block;
	left: 50%;
	margin-left: -40px;
	background: #232323;
	padding: 1px 0px;
}
pricingTable tr td .hidePrice {
	opacity:0 !important;
}*/

/*///OLD////*/
/*#priceWrap .tierTile {
	width: 13%;
	height:100%;
	display: inline-block;
	background:transparent;
	overflow:hidden;
}
#priceWrap .tierTile .tpDiv {
	height: 35%;
	background: rgba(64,104,127,.3);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0, 0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0, 0.75);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0, 0.75);
	margin-bottom:80px;
}
#priceWrap .tierTile .tpDiv h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	color: #232323;
	position:absolute;
	bottom:60px;
	width:100%;
	display:block;
	text-align:center;
}
#priceWrap .tierTile .tpDiv .chgPrice {
	font-size: 10px;
	position: absolute;
	text-align: center;
	display: block;
	width: 140px;
	left: 50%;
	margin-left: -70px;
	cursor: pointer;
	bottom: -66px;
}
#priceWrap .tierTile .tpDiv .tierPrice,
#priceWrap .tierTile .tpDiv .tierPriceYr {
	font-size: 25px;
	border: 2px #505050 solid;
	display: block;
	color: #fff;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 86px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #505050;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	opacity:1;
}
#priceWrap .tierTile .tpDiv .tierPrice {
	z-index:50;
}
#priceWrap .tierTile .tpDiv .tierPriceYr {
	z-index:10;
	background:#FFA837;
}
#priceWrap .tierTile .tpDiv .tierPrice span,
#priceWrap .tierTile .tpDiv .tierPriceYr span {
	position: absolute;
	font-size: 10px;
	bottom: 26px;
	line-height: 12px;
	width: 100px;
	left: 0;
}
.hidePrice {
	opacity:0 !important;
}
#priceWrap .tierTile:hover {
	background:#fff !important;
}
#priceWrap .tierTile:hover > .tpDiv {
	background:rgba(36,127,181,.75) !important;
}
#priceWrap .tierTile:hover > .tpDiv h2 {
	color:#fff !important;
}
#priceWrap .tierTile .signUpBtn {
	font-size: 22px;
	display: block;
	width: 180px;
	height: 40px;
	line-height: 36px;
	margin: 0 auto;
	text-align: center;
	white-space:nowrap;
	border: 2px #505050 solid;
	cursor: pointer;
	background: rgb(255,168,55);
	background: -moz-linear-gradient(45deg,  rgba(255,168,55,1) 0%, rgba(255,168,55,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(255,168,55,1) 0%,rgba(255,168,55,1) 100%);
	background: linear-gradient(45deg,  rgba(255,168,55,1) 0%,rgba(255,168,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa837', endColorstr='#ffa837',GradientType=1 );
	background-repeat: no-repeat;
	background-size: 180px 40px;
	-webkit-background-size: 180px 40px;
	-moz-background-size: 180px 40px;
	background-position: -180px 0;
}
#priceWrap .tierTile .signUpBtn:hover {
	color:#fff;
	background-position: 0 0 !important;
}
#priceWrap .tierTile hr {
	margin:10px 5px;
}
#priceWrap .tierTile ul {
	font-size: 12px;
	list-style: none;
	text-align: center;
	padding: 0;
	color:#505050;
	display:block;
	width: 100%;
	border-right: 1px #696969 dotted;
	cursor:default;
}
#priceWrap .tierTile ul li {
	padding: 0;
	border-top: 1px #696969 dotted;
	text-align: center;
	background-color:transparent;
}
#priceWrap .tierTile ul li span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	position:absolute;
	right:0;
	top:0;
	width: 25px;
	text-align: center;
}
#priceWrap .tierTile ul .priceCov {
	font-size: 28px;
	line-height: 28px;	padding:0 0 10px 0;
	border:none;
	text-align:center;
}
#priceWrap .tierTile ul .priceCov span.Big {
	display: block;
	position:inherit;
	right:inherit;
	top:inherit;
	font-size: 18px;
	line-height: 18px;
	width:auto;
}
#priceWrap .tierTile ul .priceApi {
	font-size: 26px;
	line-height: 26px;
	padding:0 0 10px 0;
	border:none;
	text-align:center;
}
#priceWrap .tierTile ul .priceApi span.Big {
	display: block;
	position:inherit;
	right:inherit;
	font-size: 16px;
	line-height: 16px;
	width:auto;
}
#priceWrap div.tierTile:nth-child(2) ul li {
	pointer-events:all;
}
#priceReg {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #323232;
	padding: 3px 15px;
	text-transform: uppercase;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: -5px 5px 14px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: -5px 5px 14px -5px rgba(0,0,0,0.25);
	box-shadow: -5px 5px 14px -5px rgba(0,0,0,0.25);
}
#priceReg:hover {
	background-color: #ffa837 !important;
}*/

/*///////////////////////////////////////////
//// CONNECT ////////////////////////////////
//////////////////////////////////////////*/
/*.connect {
	padding:100px 0 30px 0;
	background: rgb(14,14,14);
	background: -moz-linear-gradient(-45deg,  rgba(14,14,14,1) 0%, rgba(50,50,50,1) 37%, rgba(41,41,41,1) 63%, rgba(14,14,14,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(14,14,14,1) 0%,rgba(50,50,50,1) 37%,rgba(41,41,41,1) 63%,rgba(14,14,14,1) 100%);
	background: linear-gradient(135deg,  rgba(14,14,14,1) 0%,rgba(50,50,50,1) 37%,rgba(41,41,41,1) 63%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#0e0e0e',GradientType=1 );
}
#contactWrap {
    width: 100%;
    height: 92%;
    margin: 0 auto;
    padding: 0 515px 0 50px;
    font-size: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rgContTile {
	position:absolute;
	width:420px;
	right: 75px;
	font-size: 23px;
	text-align: center;
	line-height: 36px;
	color: #efefef;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rgContTile div.contNow {
	border: 5px #efefef solid;
	padding: 10px;
	display:inline-block;
}
.rgContTile div.contNow:hover {
	border: 5px #FFA837 solid !important;
}
.rgContTile h2 {
	font-size: 28px;
	border-bottom: 1px #efefef solid;
	line-height: 51px;
	display:inline-block;
	margin:0;
}
.rgContTile p {
	margin-top:5px;
	margin-bottom:0;
}
.rgContTile ul {
	line-height: 27px;
	font-size: 16px;
	text-align: center;
	list-style: none;
	margin:0;
	padding:0;
}
.rgContTile a {
	color:#efefef;
	text-decoration:none;
	font-size:20px;
}
.rgContTile a:hover {
	color:#FFA837 !important;
}

.rgContTile .linkWrap,
.rgContTile .linkWrap .linkImg {
	width:100px;
	height:100px;
	display:inline-block;
	background:url(/images/index/contactIcons.png);
	background-repeat:no-repeat;
	background-position-x:-100px;
}
.rgContTile .linkWrap {
	margin:22px auto;
}
.rgContTile .linkWrap .linkImg {
	background-position-x:0px !important;
	opacity:0;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-ms-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}
.rgContTile .linkWrap:hover .linkImg {
	opacity:1;
}

.thrdTile {
	width:33.3333%;
	height:100%;
	display:inline-block;
	vertical-align:top;
	padding:5px;
} 
.thrdTile div {
	height:100%;
	width:100%;
	background:rgba(255,255,255,.25);
	background-repeat:no-repeat !important;
	background-position:center center;
	background-size:100% !important;
	-webkit-transition: background-size 250ms ease-in-out;
	-moz-transition: background-size 250ms ease-in-out;
	-ms-transition: background-size 250ms ease-in-out;
	-o-transition: background-size 250ms ease-in-out;
	transition: background-size 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

} 
.thrdTile div:hover {
	background:rgba(255,255,255,.5);
	background-position:center top !important;
	background-size:130% !important;
} 
.thrdTile div:hover p {
	background: rgba(255,255,255,.8) !important;
	opacity:1 !important;
} 
.thrdTile .halfHigh {
	width:100%;
	height:49.5%;
	display:inline-block;
	background:none !important;
	background-image:none !important;
} 
.thrdTile .halfHighBRK {
	width:100%;
	height:1%;
	display:inline-block;
	background:none !important;
	background-image:none !important;
} 
.thrdTile div h1 {
	display:block;
	font-size:20px;
	margin:0;
	line-height:40px;
	color:#fafafa;
	background:rgba(0,0,0,.75);
	text-align:center;
} 
.thrdTile div p {
	font-size: 14px;
	margin: 0;
	padding: 10px;
	color: #000;
	position: absolute;
	bottom: 0;
	opacity:0;
} 
.awardTile {
	margin: 20px 0 0 0;
	line-height: 15px;
}
.awardTile img {
	display: inline-block;
	vertical-align: middle;
}
.awardTile span {
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
	font-size: 17px;
	padding-left: 10px;
}