/* Global Declaration */
body {
	margin:0px;
	background:cccccc!important;
	overflow-x:hidden;
}

#skrollr-body {
	height:auto!important;
	}
	
a#pull {  
    display: none;  
	}    

@font-face
	{
	font-family: proxima-nova;
	src: url(../fonts/Proxima-Nova-Regular.woff);
	}

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700italic,300italic,400italic,600,600italic,700,300,200italic,200);

*	{
		font-family:'Source Sans Pro', sans-serif;
	}


::-webkit-input-placeholder {/* for chrome */
    color: #ccc!important;
    opacity: 1!important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ccc!important;
    opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #ccc!important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #ccc!important;
    opacity: 1 !important;
}


textarea {
	resize:none;
}

.f200 {
	font-weight:200;
}
.f300 {
	font-weight:300;
}
.f400 {
	font-weight:400;
}
.f500 {
	font-weight:500;
}
.f700 {
	font-weight:700;
}

.f800 {
	font-weight:800;
}

.clear {
	clear:both;
}

.no-pad {
	padding:0px!important;
}
.no-pad-x {
	padding:24px 0px!important;
}
.no-pad-y{
	padding:0px 24px!important;
}
.no-pad-r {
	padding:0 0 0 24px!important;
}
.no-pad-l {
	padding:0 24px 0 0!important;
}
.re-pad-r {
	padding:0 0 0 12px!important;
}
.re-pad-l {
	padding:0 12px 0 0!important;
}

.font40 {
    font-size:40px;
}

/* header */
.content-center {
	
	margin:0 auto;
	padding:15px;
	text-align:center;
}

#top-header {
	width:100%; 
	background-color:#272727;
	height:70px;
	position:fixed;
	z-index:99999;
    transition: background .5s, color 2s;
    -webkit-transition: background .5s, color 2s;
    -moz-transition: background .5s, color 2s;
}

#top-header:hover {
    background-color:#0F2A3B;
}


.top-section {
	background-color:#E6E6E6;
	height:40px;
	width:100%;
	margin:0 auto;
}

.gobtn {
	background:#000000;
	color:#ffffff;
	border-radius:3px;
	font-weight:bold;
	border:0px;
}

.tg-seal {
	top:100px;
	position:relative;
	text-align:right;
}

#mid-section {
	margin-top:70px;
}
#header-slider {
    background: #616777;
    height: 210px;
    position: relative;
	box-shadow: inset 5px 5px 25px 25px #545766;
    overflow:hidden;
}

#header-slider-new {
    background:url("../images/tg-home-header-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    position: relative;
    border-bottom:7px solid #5cb85c;
}

#header-slider-new2 {
    background:#383838 url("../images/tg-header-art-new.png") no-repeat center top;
    height: auto;
    position: relative;
    border-bottom:7px solid #5cb85c;
}
#header-slider-new3 {
    background:#79A6CD url("../images/tg-header-art-blue.jpg") no-repeat center top;
    height: auto;
    position: relative;
    border-bottom:7px solid #5cb85c;
}

#header-slider-eric1 {
    background:#275D83 url("../images/tg-header-art-dblue.jpg") no-repeat center top;
    height: auto;
    position: relative;
    border-bottom:7px solid #102f43;
}

#home-slider-march-2015 {
    background:#0e293a url("../images/tg-header-dblue-march.jpg") no-repeat center top;
    height: auto;
    position: relative;
    padding:100px 30px;
}

#header-slider2 {
    background: #521718;
    height: 210px;
    position: relative;
	box-shadow: inset 5px 5px 25px 25px #4c1516;
}
#header-slider3 {
    background: #194c6d;
    height: 210px;
    position: relative;
	box-shadow: inset 5px 5px 25px 25px #194767;
}
#header-slider4 {
    background: #056125;
    height: 210px;
    position: relative;
	box-shadow: inset 5px 5px 25px 25px #055923;
}
#header-slider-about {
    background: #5a5a5a;
    height: 130px;
    position: relative;
}
/* NEW LANDING PAGES */

/*
#header-slider-gsecure {
    background:#79A6CD url("../images/tg-header-art-blue.jpg") no-repeat 0px -100px;
    height: 210px;
    position: relative;
}
#header-slider-btrust {
    background:#79A6CD url("../images/tg-header-art-blue.jpg") no-repeat 0px -100px ;
    height: 210px;
    position: relative;
}
#header-slider-srocket {
    background:#79A6CD url("../images/tg-header-art-blue.jpg") no-repeat 0px -100px ;
    height: 210px;
    position: relative;
}
*/
/*  Old styling individual colors*/
#header-slider-gsecure {
    background:#7B5455 url("../images/tg-header-art-gsecure.jpg") no-repeat center top;
    height: 210px;
    position: relative;
}
#header-slider-btrust {
    background:#8297AA url("../images/tg-header-art-btrust.jpg") no-repeat center top;
    height: 210px;
    position: relative;
}
#header-slider-srocket {
    background:#7DA187 url("../images/tg-header-art-srocket.jpg") no-repeat center top;
    height: 210px;
    position: relative;
}


.no-border {
	border-right:0px!important;
}


#header-nav ul li  a{
	color:#A6A6A6;
	text-decoration:none;
	padding:0 20px!Important;
	font-weight:normal;
	text-transform:uppercase;
	
}
#header-nav ul li  a:hover{
	color:#FFFFFF;

}
#header-nav ul li  a:active {
	color:#ffffff;
}

.menu-nav a {
	color:#A6A6A6;
	border-right:1px solid #666666;

}
.menu-nav a:last-child {
	border-right:none;
}
.menu-nav a:hover {
	color:#ffffff;
	text-decoration:none;
}

a.popoverlink {
	color:#666666;
	border:none;
}
a.popoverlink:hover {
	color:#333333;
}
.line1-8 {
	line-height:1.8;
}
.dropdown-list {
	position:absolute; 
	list-style:none;
	top:45px;
	left:0px;
	color:#fff;
	text-align:left;
	display:none;
	padding:10px 20px;
	background:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:0 5px 30px #666666;
}

.dropdown-list li a{
	color:#666;
	font-size:14px;

	
}
.dropdown-list li {
	border-bottom:1px solid #ddd;
	padding:5px 0;
}
.dropdown-list li:last-child{
	border-bottom:0px;
}
.dropdown-list li a:hover{
	color:#222;
}
.navigation {
	float:right;
}
.navigation li {
	border-right:1px solid #666;
}
.navigation li:last-child {
	border:none;
}


.search-header {
	background: rgba(255, 255, 255, .5);
	height:80px;
	border-radius:5px;
	padding-top:10px;
	box-shadow:0 0 20px #666666;
}
span.small-header {
	color:#ffffff;
	font-weight:200;
	font-size:24px;
}

#tab1,#tab2,#tab3 {
	font-size:24px;
	font-weight:700;
}
#tab1 small,#tab2 small,#tab3 small { 
	font-size:18px;
}
.grayT {
	color:#7d7d7d;
	
}
h3.grayT {
	color:#7d7d7d;
	font-weight:200;
}
/* New homepage sept. 15 2014 */

.home-learnmore {
	background:#fff;
	position:relative;
	top:-35px;
	padding:0 10px;
	font-size:18px;
}

.home-searchbtn {
	border: 1px solid #aaa;border-radius: 0 3px 3px 0;height: 50px;border-left:0px;text-shadow:0 0 3px #666;font-size:21px!important;
}
.home-search {
	border: 1px solid #aaa;border-radius: 3px 0 0 3px;height: 50px;border-right:0px;
}




/* header container to slider for mobile jQuery filter*/
header { width:1000px; }

@media only screen and (max-width: 320px){

       header { width:320px; }

}
/* jquery filter for mobile ends here */


/* sidebar */

.sidebar-menu li a {
	color:#222222;
}
.sidebar-menu li a:hover {
    color:#000000;
    margin-left:5px;
}

/* main content area */

#main-content a {
	color:#222222;
}
#main-content a:hover {
	color:#000000;
	text-decoration:none;
}

#section2-slider {
    background: #eff8ef;
    height: auto;
    width: 100%;
    position: relative;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding:20px 0;
}
#section3-slider {
    background: #ffffff;
    height: auto;
    width: 100%;
    position: relative;
	padding:20px 0;
}
.hidden-page-checkout {
	position:relative;
	left:-50px;
}
.checkout-tab {

}
.border-nav-bg {
	border: 3px solid #CCCCCC;
}
.checkout-tab li.active {
	border-bottom:3px solid #319A0B;
	position:relative;
	z-index:4;
	color:#000000;
	top:2px;
}
.checkout-tab li {
	color:#cccccc;
	margin:0 30px;
	top:2px;
}

.checkout-tab h3 {
	font-weight:500;
	font-size:18px;

}
.checkout-tab span {
	color:#7d7d7d;
}
.checkout-tab b {
	color:#666666;
}
.checkout-tab li:hover{
	cursor:pointer;
	position:relative;
	z-index:3;
}
.checkout-pricing {
	color:#319A0B;
	margin:8px 0px;
	font-weight:bold!important;
}
.checkout-pricing small{ 
	color:#319A0B!important;
}
.checkout-pricing small:first-child{ 
	position:relative;
	top:-4px;
}
.span-package-info {
	font-size:14px;
}

.guarantee-a {
	color:blue;
	text-decoration:underline;
}
p.chart-p {
	color:#999a99;
}
span.chart-p-black {
	color:#000;
}
.link-highlight1 {
	color:#7089a3;
}
span.overlay-seal {
	background-image:url("../images/home-img-overlay-03.png");
	width:144px;
	height:145px;
	position:absolute;
	bottom:1px;
	right:1px;
}
span.overlay-seal2 {
	background-image:url("../images/dummy.png");
	width:539px;
	height:216px;
	position:absolute;
	bottom:60px;
	right:35px;
	z-index:0;
}
span.overlay-seal3 {
	background-image:url("../images/home-img-bus-overlay-03.png");
	width:152px;
	height:152px;
	position:absolute;
	top:30px;
	right:0px;
}

span.overlay-seal-package1 {
	background-image:url("../images/package/package-img1-sealbg.png");
	width:177px;
	height:176px;
	position:absolute;
	top:146px;
	right:360px;
}
span.overlay-seal-package2 {
	background-image:url("../images/package/package-img1-sealbg.png");
	width:177px;
	height:176px;
	position:absolute;
	top:-10px;
	right:67px;
}
span.overlay-seal-package3 {
	background-image:url("../images/package/priv-package-sealbg.png");
	width:142px;
	height:142px;
	position:absolute;
	bottom:25px;
	right:80px;
}
span.overlay-seal-package4 {
	background-image:url("../images/package/bus-package-sealbg.png");
	width:179px;
	height:180px;
	position:absolute;
	bottom:80px;
	left:50px;
}

span.overlay-seal-hidden1 {
	background-image:url("../images/hidden/hidden-img-seal-bg.png");
	width:143px;
	height:143px;
	position:absolute;
	top:7px;
	right:40%;
}
.testi-box {
	border:1px solid #a1a0a0;
	padding:20px 40px!important;
	font-size:16px;
	height:200px;
	line-height:2;
}
.testi-box p {
	text-align:justify;
}
h3.testi-name {
	color:#2788c1;
	margin-bottom:0px;
}
.a-link {
	color:#2788c1!important;
	text-decoration:underline;
	position:relative;
	right:20px;
}
.a-link:hover {
	text-decoration:underline!important;
}
.a-link2 {
	color:#2788c1!important;
}


/*
.icon-hover {
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.icon-hover:hover {
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-webkit-backface-visibility: hidden;
	opacity:1!important;
}

*/
.icon-hover a:hover{
	text-decoration:none;
}
.sectmb-1 {
	background:url("../images/secscan-img2.png");
	width:161px;
	height:141px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.sectmb-2 {
	background:url("../images/secscan-img3.png");
	width:161px;
	height:141px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.sectmb-3 {
	background:url("../images/secscan-img4.png");
	width:161px;
	height:141px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.sectmb-4 {
	background:url("../images/secscan-img5.png");
	width:161px;
	height:141px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.privtmb-1 {
	background:url("../images/privsafe-img3.png");
	width:161px;
	height:141px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.privtmb-2 {
	background:url("../images/privsafe-img4.png");
	width:161px;
	height:141px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.privtmb-3 {
	background:url("../images/privsafe-img5.png");
	width:161px;
	height:141px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.privtmb-4 {
	background:url("../images/privsafe-img6.png");
	width:161px;
	height:141px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.bustmb-1 {
	background:url("../images/busver-img2.png");
	width:161px;
	height:143px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.bustmb-2 {
	background:url("../images/busver-img3.png");
	width:161px;
	height:143px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.bustmb-3 {
	background:url("../images/busver-img4.png");
	width:161px;
	height:143px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}
.bustmb-4 {
	background:url("../images/busver-img5.png");
	width:161px;
	height:143px;
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}

.tmbhov-pos {
	position:relative;
	top:91px;
	color:#000;
	font-size:11px;
}

.tmbhov:hover {
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-webkit-backface-visibility: hidden;
	opacity:1!important;
}


.home-g-icon {
	transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	cursor:pointer;
}
.home-g-icon:hover {
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	opacity:1!important;
}
.home-sec-bullet ul {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#3f3f3f;
	margin-left: em; 
	line-height:1.6;

}
.home-sec-bullet ul  li{
	background-image: url(../images/tg-bullet-g-check.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:2em;
}
.home-sec-bullet2 ul {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#3f3f3f;
	margin-left: em; 
	line-height:1.6;

}
.home-sec-bullet2 ul  li{
	background-image: url(../images/tg-bullet-b-check.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:2em;
}

.text-flow {
	font-size:20px;
}
.text-flow h4 {
	position:relative;
	top:5px;
}
.terms-indicator,
.privacy-indicator {
	cursor:pointer;
}

.infograph1 a {
	height:360px;
	width:710px;
	display:block;
	text-decoration:none;
	background-image:url(../images/web-sec-vid-img-off.jpg);
	background-repeat:no-repeat;
}
.infograph1 a:hover
{
	color:#ffffff;
	background-image:url(../images/web-sec-vid-img-on.jpg);
	background-repeat:no-repeat;
} 


.infograph2 a {
	height:215px;
	width:710px;
	display:block;
	text-decoration:none;
	background-image:url(../images/securityimage1.jpg);
	background-repeat:no-repeat;
}
.infograph2 a:hover
{
	color:#ffffff;
	background-image:url(../images/securityimage2.jpg);
	background-repeat:no-repeat;
} 
.custom-center-image {
	padding:0px!important;
	width:480px!important;
}
.checkout-box-wrapper {
	background:#f4f4f4;
	padding:15px;
	height:258px!important;
}
.checkout-box-drop {
	cursor:pointer;
	color:#38A40C;
	border:0px;
	background:none;
}
.checkout-box-wrapper p {
	color:#666666;
}
.package-box {
	border:1px solid #ccc;
	padding:16px;
	position:relative;
	top:5px;
	width:335px!important;
	margin-left:15px;
	height: 291px;
	max-height: 291px;
	overflow:hidden;
}
.package-list ul {
	font-size:12px;
	color:#666;
}
.checklist-category {
	font-size:14px;
}
ul.line-height1 li {
	line-height:1.2;
}

ul.package-checklist {
	list-style-image:url("../images/package/package-bullet-check.png");
	padding-left:40px;
}

.privacy-right,
.business-right {
	font-size:14px!important;
}
ul.ul-align-left {
	padding-left:20px;
}
ul.package-checklist2 {
	list-style-image:url("");
}

/*************** new checkout sept 16,2014 ***************/

.btn-txt-shadow {
	text-shadow:0 0 3px #222222;
}

.btn-custom-anim-home {
    background:#5cb85c;
    color:#ffffff;
    font-size:24px!important;
    border-radius:5px;
    position:relative;
    top:28px;
    z-index:1;
    padding:6px 34px!important;
}

.btn-custom-anim-home:hover {
    color:#ffffff!important;
}


.no-margin {
	margin:0px!important;
}
.pack-check-bus {
	list-style-image:url("../images/checkout-checkicon-bus.png")
}
.pack-check-sec{
	list-style-image:url("../images/checkout-checkicon-sec.png")
}
.pack-check-pri {
	list-style-image:url("../images/checkout-checkicon-pri.png")
}

.strike {
	text-decoration:line-through;
	color:#cccccc;
}

.custom-modal-trans {
	background:none!important;
	color:#ffffff!Important;
	box-shadow:0 0px 0px rgba(0, 0, 0, 0.5)!important;
	border:none!important;
	border-radius:0px!Important;
}

.custom-modal-trans p {
	line-height:2;
}
.custom-pheading {
	border-radius:0px!important;
}

.custom-panel {
	border-radius:0px!important;
	border:1px solid #bbb!important;
}

.btn-pricing-modal {
	background:#b0b0b0;
	color:#ffffff;
	position:relative;
	top:5px;
}
.btn-pricing-modal:hover {
	background:#47A447;
	color:#ffffff!important;
}
#mypriceTab,
#mypriceTab small {
	color:#000000!important;
}
#mypriceTab .active {
	background:#ffffff;
}
#mypriceTab .not-active {
	background:#efefef;
}

/**** New product layout amazon style ****/

.img-tmb img {
	margin:5px 0;
    border: 1px solid #aaa!important;
}

.text-subtle {
	color:#aaaaaa;
}

/**  end **/

.activePanel {
	box-shadow:0px 0px 15px #47A447!important;
	z-index:1;
	position:relative;
}

.close-custom {
	background: none repeat scroll 0 0 #000!important;
    border: 3px inset #fff!important;
    border-radius: 50px;
    color: #fff!important;
    opacity: 1!important;
    padding: 5px 10px!important;
    position: relative;
    right: 0px;
    top: 50px;
    z-index: 2;
}
.close-custom:hover {
	background:#fff!important;
	color:#000!important;
	border: 3px inset #000!important;
}
.close-custom:focus {
	background:#333333!important;
}


.content-tab-content {
	font-weight:200;
	font-size:16px;
}
.content-tab-content ul {
	color:#727272;
}

#hidden-btn1 {
	background:url('../images/hidden/hidden-img-menu1-1.png');
	width:50px;
	height:48px;
}
#hidden-btn1:hover {
	background:url('../images/hidden/hidden-img-menu1-2.png');
}

#myTab a#tab1 .active {
	background:url('../images/hidden/hidden-img-menu1-2.png');
}
#hidden-btn2 {
	background:url('../images/hidden/hidden-img-menu2-1.png');
	width:50px;
	height:48px;
}
#hidden-btn2:hover {
	background:url('../images/hidden/hidden-img-menu2-2.png');
}
#myTab a#tab2 .active {
	background:url('../images/hidden/hidden-img-menu2-2.png');
}
#hidden-btn3 {
	background:url('../images/hidden/hidden-img-menu3-1.png');
	width:50px;
	height:48px;
}
#hidden-btn3:hover {
	background:url('../images/hidden/hidden-img-menu3-2.png');
}
#myTab a#tab3 .active {
	background:url('../images/hidden/hidden-img-menu3-2.png');
}
#hidden-btn4 {
	background:url('../images/hidden/hidden-img-menu4-1.png');
	width:50px;
	height:48px;
}
#hidden-btn4:hover {
	background:url('../images/hidden/hidden-img-menu4-2.png');
}
#myTab a#tab4 .active {
	background:url('../images/hidden/hidden-img-menu4-2.png');
}
#hidden-btn5 {
	background:url('../images/hidden/hidden-img-menu5-1.png');
	width:50px;
	height:48px;
}
#myTab a#tab5 .active {
	background:url('../images/hidden/hidden-img-menu5-2.png');
}
#hidden-btn5:hover {
	background:url('../images/hidden/hidden-img-menu5-2.png');
}

#roicalc-container {
	margin-right:25px;
}
#roi-checkout .active {
	border:0px!important;
	box-shadow: 0 0 30px #5cb85c;
	-moz-box-shadow: 0 0 30px #5cb85c;
	-webkit-box-shadow: 0 0 30px #5cb85c;
	background:#ffffff;
	transform:scale(1.1);
}
#roi-checkout li {
	border:1px solid #cccccc;
}
.color-it-red {
	color:#C80000;
	font-weight:bold;
}
.color-it-red-light {
	color:#C80000;

}
#widgets-parallax {
	background:url('../images/secscan-newimg-widbg.png');
	width:100%;
	height:500px;
}
.offset-right {
	position:relative!important;
	left:30px!important;
}

#recaptcha_image img {
	height:45px!important;
}
/* About us tab starts here */

#about-btn1 {
	background:url('../images/about/about-menu1.png');
	width:152px;
	height:71px;
}
#about-btn1:hover {
	background:url('../images/about/about-menu-hov1.png');
}

#myStory a#tab1 .active {
	background:url('../images/about/about-menu-hov1.png');
}
#about-btn2 {
	background:url('../images/about/about-menu2.png');
	width:152px;
	height:71px;
}
#about-btn2:hover {
	background:url('../images/about/about-menu-hov2.png');
}
#myStory a#tab2 .active {
	background:url('../images/about/about-menu-hov2.png');
}
#about-btn3 {
	background:url('../images/about/about-menu3.png');
	width:152px;
	height:71px;
}
#about-btn3:hover {
	background:url('../images/about/about-menu-hov3.png');
}
#myStory a#tab3 .active {
	background:url('../images/about/about-menu-hov3.png');
}
#about-btn4 {
	background:url('../images/about/about-menu4.png');
	width:152px;
	height:71px;
}
#about-btn4:hover {
	background:url('../images/about/about-menu-hov4.png');
}
#myStory a#tab4 .active {
	background:url('../images/about/about-menu-hov4.png');
}
.nav-tabs-story{
	list-style:none;
	padding-left:0px!important;
}
.nav-tabs-story li{
	float:left;
	display:block;

}
.nav-tabs-story li:first-child {
	padding-left:0px!important;
}
.nav-tabs-story a{
	border:none!important;
	box-shadow:none!important;
	font-size:18px;
}
.nav-tabs-story li.active a{
	border-bottom: 3px solid #319A0B!important;
}
.rich-body-container {
	background:#dedede;
	margin: 2px -25px 0;
}
.rich-shield-3 {
	height:350px;
	width:450px;
	position:relative;
}
.rich-footer-p {
	color:#989797;
	font-size:10px;
}

li.list-spacing {
	line-height:1.4;
	margin-bottom:10px;
}
li.list-spacing-marg {
	margin-bottom:10px;
}
.quote {
	font-weight:200!important;
}

.container-860 {
	width:860px!important;
}
.container-960 {
	width:960px!important;
}

.custom-border-about {
	background:url('../images/about/about-story-border.png');
	background-repeat:repeat-x;
	width:100%;
	height:7px
}

.timeline-about {
	background:url('../images/about/about-story-time-bg.png');
	background-repeat:repeat;
	color:#ffffff;
}
.custom-border-about-team {
	background:url('../images/about/about-team-border.png');
	background-repeat:repeat-x;
	width:100%;
	height:7px
}
.team-about {
	background:url('../images/about/about-team-bg.png');
	background-repeat:repeat;
	color:#ffffff;
}
.team-about img {
	box-shadow:2px 2px 5px #562c1c;
}

.timeline-bg {

}
.timeline-bg img {
	box-shadow:2px 2px 5px #222222;
}
.uteam-center{
	opacity:1;
	position:relative;
	z-index:1;
}
.uteam-left {
	opacity:0;
	position:relative;
	right:-100px;
}
.uteam-right {
	opacity:0;
	position:relative;
	left:-100px;
}

.fteam-center{
	opacity:1;
	position:relative;
	z-index:1;
}
.fteam-left {
	opacity:0;
	position:relative;
	right:-100px;
}
.fteam-right {
	opacity:0;
	position:relative;
	left:-100px;
}


.contact-bg {
	background:url('../images/about/about-contact-bg.png');
	width:100%;
	height:1239px;
}

#myContact {
	width:850px;
	top:370px;
	left:120px;
	z-index:1;
}
.btn-spacing {
	margin-bottom:2px!important;
}
.numbers {
	background:#C9C7CB!important;
}
.symbols {
	background:#D07100!important;
	color:#ffffff!important;
}
.calcoutput {
	padding: 5px; 
	margin: 0 0 2px 0; 
	font-size: 34px;
	text-align:right;
	color:#000000;
	border:none;
	height:86px;
}

.slides b {
	font-size:18px;
}

.contact-book p {
	font-family:times new roman;
}

.contact-form {
	margin:10px 0!important;
	border:1px solid #e4e4e4;
	border-radius: 3px;
    box-shadow: 0 4px 5px #E0E0E0 inset;
	-moz-box-shadow:   0 4px 5px #E0E0E0 inset;
   -webkit-box-shadow: 0 4px 5px #E0E0E0 inset;
	padding:5px;
	resize:none;
}

.btn-orange {
    color: #fff;
    background-color: #FF9D00;
    background-image:
    linear-gradient(
            #FF9D00, #DB6600
    );
    border-color: #DB6600;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-success {
    color: #fff!important;
    background-color: #FF9D00;
    background-image:
    linear-gradient(
            #FF9D00, #C15000
    );
    border-color: #C15000;
}


.btn-warning2 {
    color: #fff;
    background-color: #FF9D00;
    background-image:
    linear-gradient(
            #FF9D00, #DB6600
    );
    border-color: #DB6600;
    box-shadow:0 4px 3px -3px #000;
}
.btn-warning2:hover,
.btn-warning2:focus,
.btn-warning2:active,
.btn-warning2.active,
.open .dropdown-toggle.btn-warning2 {
    color: #ffffff;
    background-color: #FF9D00;
    background-image:
    linear-gradient(
            #FF9D00, #C15000
    );
    border-color: #C15000;
}
.btn-xl {

	font-size:32px!important;
	font-weight:bold!important;
}

.bg-offsetcolor {
	 background:#efefef;
	 padding:25px!important;
}
.nav-tab-side {
	padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tab-side .active > a{
	color:#000000!important;
	font-weight:500!important;
	border-bottom:3px solid #319a0b;
}
.nav-tab-side li {
	 float: left;
	 padding:0 22px;
}
.nav-tab-side li a {
	font-weight:500;
	color:#666;
	padding:10px 5px!important;
	display:block;position:relative;
}
.nav-tab-side li a:hover {
	text-decoration:none;
}
.nav-tabs.nav-justified2 > .active > a,
.nav-tabs.nav-justified2 > .active > a:hover,
.nav-tabs.nav-justified2 > .active > a:focus {
  border: 1px solid #ddd;
  border-bottom:2px solid #319a0b;
  background:#ffffff!important;
}

.right-sbar-form {
	padding:15px 10px;
	border:1px solid #cccccc;
}

.remove-pad {
	padding:4px 0 0 0!important;
}

.partners-logo-content {
	font-size:12px;
}

.red-highlight {
	color:red;
	font-weight:800;
}

/* Ends here */


/* ----------------------Animation keyframe declarations--------------------------*/

.dot-tooltip {
	color:#62a96c;
	font-size:19px;
	position:relative;
	top:20px;
}
.dot-tooltip:hover {
	color:#272727;
	text-decoration:none;
}
.dot-icon-effect {
	position:relative;
	top:-29px;
	 -webkit-animation: pulseEffect 2s ease-out infinite;
    -moz-animation: pulseEffect 2s ease-out infinite;
    animation: pulseEffect 2s ease-out infinite;
}

@-webkit-keyframes pulseEffect {
    0% { opacity: 0;transform: scale(0,0);}
	50% { opacity: 1;transform:scale(0.8,0.8);}
	100% { opacity: 0;transform: scale(1,1);}
 }
@-moz-keyframes pulseEffect {
    0% { opacity: 0;transform: scale(0,0);}
	50% { opacity: 1;transform:scale(0.8,0.8);}
	100% { opacity: 0;transform: scale(1,1);}
 }
@keyframes pulseEffect {
    0% { opacity: 0;transform: scale(0,0);}
	50% { opacity: 1;transform:scale(0.8,0.8);}
	100% { opacity: 0;transform: scale(1,1);}
 }

.icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    width: 73px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #fff;
}


/* Sonar Effect */
.icon-effect .icon:hover	{
    -webkit-animation: sonarEffect 0.5s ease-out 75ms;
    -moz-animation: sonarEffect 0.5s ease-out 75ms;
    animation: sonarEffect 0.5s ease-out 75ms;
}

/* Chrome, mobile browser support  */
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #666666, 0 0 0 10px rgba(21, 21, 21, 0.5);
    }
  
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 10px 50px rgba(21, 21, 21, 0.3), 0 0 0 10px rgba(21, 21, 21, 0);
	}
}

/* Mozilla browser support*/
@-moz-keyframes sonarEffect {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #666666, 0 0 0 10px rgba(21, 21, 21, 0.5);
    }
  
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 10px 50px rgba(21, 21, 21, 0.3), 0 0 0 10px rgba(21, 21, 21, 0);
	}
}

@keyframes sonarEffect {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #666666, 0 0 0 10px rgba(21, 21, 21, 0.5);
    }

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 10px 50px rgba(21, 21, 21, 0.3), 0 0 0 10px rgba(21, 21, 21, 0);
	}
}


.pricing h2 {
	margin:10px 0!important;
}
.dollar-sign {
	font-size:16px;
	position:relative;
	top:-10px;
}
.month-sign {
	font-size:16px;

}

/***** shopping cart & checkout items *****/

.btn-checkout {
	background:#dcdcdc;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
	width:200px;
    cursor: pointer;
    display: inline-block;
	border:0px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-checkout:hover {
	background:#666666;
}

.add-cart-btn {
	margin-top:10px; 
	padding:5px 15px!important;
}

.scart p,
.scart label {
	/*color:#7a7a7a;*/
}

.mo-yr-toggle {
	cursor:pointer;
}

/* footer */

#footer {
	background:#333;
	height:auto;
	color:#A6A6A6;
	border-bottom:2px solid #222222;
	text-shadow: 0 1px 2px #000000;
	position:relative;
	z-index:500;
    font-weight:normal;
}
.f-title {
	color:#ffffff;
	list-style:none;
	border-bottom:1px solid #555;
	padding-bottom:5px;
}
#footer a {
	color:#666666;
	text-shadow: 0 1px 2px #000000;
}
#footer a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
#footer ul {
	list-style:none;
	padding-left:20px;
}
#footer ul li  {
	margin-top:5px;
}


.footer-links a {
	border-right:1px solid #666;
	font-size:13px;
}

.footer-info a{
	color:#444;
}
.footer-info a:hover{
	color:#47A447;
	text-decoration:none;
}
.social-icons img {
	opacity:0.5;
}
.social-icons img:hover {
	opacity:1;
}

.index-cheeky {
    margin-top:-230px;
}


.triangle-tab  img {
    padding-bottom:15px;
    width:200px!important;
}

.triangle-tab .active img {
    border-bottom:5px solid #585858!important;
}


.scart .form-control {
    margin-bottom:10px;
}
.scart label {
    margin-bottom:0px;
    font-weight:500;
    color:#000000;
}

.popover-title {
    text-align:center;
}
.popover-content label {
    font-size: 13px;
    margin: 0 6px;
}
.productAlpha {
    display:none;
}




.slider-title  {
    -webkit-animation: loadFadeIn .5s; /* Chrome, Safari, Opera */
    animation: loadFadeIn .5s;
    position:relative;
}

@-webkit-keyframes loadFadeIn {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

/* Standard syntax */
@keyframes loadFadeIn {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

.slider-title2  {
    -webkit-animation: loadFadeIn2 1s; /* Chrome, Safari, Opera */
    animation: loadFadeIn2 1s;
    position:relative;
}

@-webkit-keyframes loadFadeIn2 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

/* Standard syntax */
@keyframes loadFadeIn2 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

.slider-title3  {
    -webkit-animation: loadFadeIn3 1.5s; /* Chrome, Safari, Opera */
    animation: loadFadeIn3 1.5s;
    position:relative;
}

@-webkit-keyframes loadFadeIn3 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

/* Standard syntax */
@keyframes loadFadeIn3 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

.slider-title4  {
    -webkit-animation: loadFadeIn4 2s; /* Chrome, Safari, Opera */
    animation: loadFadeIn4 2s;
    position:relative;
}

@-webkit-keyframes loadFadeIn4 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

/* Standard syntax */
@keyframes loadFadeIn4 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

.slider-title5  {
    -webkit-animation: loadFadeIn5 2.5s; /* Chrome, Safari, Opera */
    animation: loadFadeIn5 2.5s;
    position:relative;
}

@-webkit-keyframes loadFadeIn5 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

/* Standard syntax */
@keyframes loadFadeIn5 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

.slider-title6  {
    -webkit-animation: loadFadeIn6 2.8s; /* Chrome, Safari, Opera */
    animation: loadFadeIn6 2.8s;
    position:relative;
}

@-webkit-keyframes loadFadeIn6 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

/* Standard syntax */
@keyframes loadFadeIn6 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

.slider-title7  {
    -webkit-animation: loadFadeIn7 4s; /* Chrome, Safari, Opera */
    animation: loadFadeIn7 6s;
    position:relative;
}

.slider-subtitle {
    display:none;
}

@-webkit-keyframes loadFadeIn7 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}

/* Standard syntax */
@keyframes loadFadeIn7 {
    0% {top: 200px;opacity:0;}
    60% {top: 50px;opacity:0;}
    80% {bottom: 0px;opacity:0.1;}
    100% {bottom: 0px;opacity:1;}
}


.slider-title-rev  {
    -webkit-animation: loadFadeOut 2s; /* Chrome, Safari, Opera */
    animation: loadFadeOut 2s;
    position:relative;
}

@-webkit-keyframes loadFadeOut {
    0% {opacity:1;}
    60% {opacity:1;}
    80% {opacity:0.5;}
    100% {opacity:0.1;}
}

/* Standard syntax */
@keyframes loadFadeOut {
    0% {opacity:1;}
    60% {opacity:1;}
    80% {opacity:0.5;}
    100% {opacity:0.1;}
}


.cybermonday-container {
    width:700px!important;
}

#value-mail-slider {
    background:url('../images/valuemaildirect-header.png');
    width:1519px;
    height:387px;
    display:block;
    margin:0 auto;
    border-bottom: 10px solid #253530;
}


#myTestiTab a {
    color:#000000;
}
#myTestiTab a:hover,
#myTestiTab a:active,
#myTestiTab a:focus {
    color:#3071A9;
    text-decoration:none;
}

.floating-optin {
    background:#272727 url('../images/optin-bar-bg.png') repeat-x;
   /* background:#272727;*/
    height:48px;
    position:fixed;
    bottom:0px;
    width:101%;
    padding-top:6px;
    color:#ffffff;
    z-index:1000;
    text-shadow: 0 0 3px #666;
    border-top:3px solid #ffffff;
    display:none;
    text-shadow: -1px -1px 1px #000;
    overflow:visible!important;
}
.floating-optin2 {
    height:48px;
    position:fixed;
    bottom:0px;
    width:101%;
    padding-top:6px;
    color:#ffffff;
    z-index:1000;
    display:none;
}
.floating-optin h1,
.floating-optin h2,
.floating-optin h3,
.floating-optin h4,
.floating-optin h5,
.floating-optin h6 {
    margin:0px;
    padding:0px;
}
.floating-optin input[type=text] {
    height:23px!important;
    color:#000000;
    font-weight:600;
}
#floating-form-optin {
    margin-top:6px;
}

.btn-float-opt {
    font-size:16px!important;
    height:25px!important;
    margin-top:-3px!important;
    padding:0px 12px!important;
}

.tg-arrow {
    position: absolute;
    right: 0;
    top: 0px;
}

.optinbtn {
    cursor:pointer;
}

#email-font,
#email-font p,
#email-font h1,
#email-font h2,
#email-font h3,
#email-font h4,
#email-font h5,
#email-font h6,
#email-font small,
#email-font b,
#email-font span,
#email-font u {
    font-family:Verdana, Helvetica, sans-serif;
}
#email-font p,
#email-font b,
#email-font span,
#email-font u {
    font-size:12px;
}

.step-num {
    background: #129945;
    border-radius: 50px;
    color: #ffffff!important;
    font-weight: 800!important;
    padding: 15px 28px;
}
.cap {
    text-transform:capitalize;
}

.menu-getstarted {
     margin-top:15px;
 }
.menu-getstarted a{
    color:#a6a6a6;
}
.menu-getstarted a:hover {
    text-decoration:none;
    color:#ffffff;
}

/* Display Get Secure Page 01-19-15 1234*/
 #slider-thumbs .list-inline > li {
     padding:0 15px;
 }

#slider-thumbs .list-inline > li img {
    opacity:0.4;
}
.selected img{
    transform: scale(1.1);
    opacity:1!important;
    position:relative;
    top:-20px;
}
.custom-carousel-inner img {
    opacity:0.1;
}
.custom-caption {
    position:absolute;
    top:20px!important;
}
.cap-h1-title {
    text-shadow:1px 1px 2px #ffffff;
    color:red;
    font-weight:bold;
    margin:0px;
    font-size:80px;
}
.cap-h3-title {
    text-shadow:1px 1px 2px #ffffff;
    color:red;
    font-weight:bold;
    margin:0px;

}

.caret-indicator {
    cursor:pointer;
}

span.h1 {
    margin:10px 0!important;
}

.panel-checkout-heading {
    background:#79A6CD!important;
    color:#ffffff!important;
}
.panel-checkout-heading .h2 {
    font-size:21px!Important;
}
.panel-subheading-custom {
    background:#B8F2B2;
    line-height:1.3;
    font-size:12px;
    padding:15px
}

.guarantee-seal {
    cursor:pointer;
}

.custom-li-align-left li {
    margin-left:-15px;
}

.yearlydrop {
    border-color:#000!important;
    font-size:12pt!important;
    height:38px!important;
    margin-top:20px!important;
    position:absolute;
    top:-120px;
    right:25px;
    color:#ffffff!important;
    background:#5cb85c!important;
    width:80%!important;
}

.panel-body b.red,
.check-features b.red {
    color:#FF0000;
    font-size:18px;
}

.btn-ghost {
    color: #ffffff;
    border:2px solid #fff!important;
    background-color: rgba(0,0,0,0.3);
    border-radius:5px;
    font-size:24px!important;
    padding:10px 30px!important;
    margin:0 20px!Important;
    font-weight:800;
    transition: background .5s, color 2s;
    -webkit-transition: background .5s, color 2s;
    -moz-transition: background .5s, color 2s;
    text-shadow:none;
}
.btn-ghost:hover {
    background:#48A9EA;
    color:#ffffff!important;
    text-shadow:none;
    border-color:#ffffff;
}

.btn-ghost:focus {
    color: #ffffff!important;
    border:2px solid #fff!important;
    background-color: rgba(0,0,0,0.3);
}


.btn-custom-anim-home-eric {
    background:#102f43;

    color:#ffffff;
    font-size:24px!important;
    border-radius:5px;
    position:relative;
    top:28px;
    z-index:1;
    padding:6px 34px!important;
    transition: background .5s ease-in-out, color 2s;
    -webkit-transition: background .5s ease-in-out, color 2s;
    -moz-transition: background .5s ease-in-out, color 2s;
}

.btn-custom-anim-home-eric:hover {
    color:#ffffff!important;
    background-color:#F59100;
    text-shadow:0 0 2px #C25200;
    /* TRANSITION */
    transition: background .5s ease-in-out, color 2s;
    -webkit-transition: background .5s ease-in-out, color 2s;
    -moz-transition: background .5s ease-in-out, color 2s;
}

.sales-thumb-title {
    font-weight:800;
    font-size:30px;
    color:#666666;
}


.well-nobg {
    background:#ffffff!important;
    box-shadow:none!important;
    border:1px solid #666666!important;
    border-radius:10px!important;
    line-height:1.5;
}

.blue-bg-round-sm {
    background:#0ea9c5;
    padding:0px 8px;
    border-radius:5px;
    color:#ffffff;
}

.red-bg-round-sm {
    background:#f52301;
    padding:0px 12px;
    border-radius:5px;
    color:#ffffff;
}

#state-header-bg {
    background:#ffffff;

}
#state-header-bg img {
    max-width:100%;
}

.cursor {
   cursor: pointer;
}

/* Free trial page January 20, 2016 */

#header-left {
	color:#ffffff;
}

#header2016 {
	padding-top:85px;
	margin-top:-65px;
	background:url('/Templates/2.0/images/tg-2016-newheaderbg.jpg');
	background-size:cover;
	height:647px!important;
	margin-bottom:50px;
}

#header-right {
	background:#E4E3E3;
	border-radius:10px;
	box-shadow:0 0 20px #333333;
	margin-top:20px;
	color:#000000;
	position:relative;
	z-index:3;
}
.headright-title {
	background: #E6A729; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F3D964, #E6A729); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F3D964, #E6A729); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F3D964, #E6A729); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F3D964, #E6A729); /* Standard syntax */
	font-size:36px;
	font-weight:800;
	color:#000000;
	border-radius:10px 10px 0 0;
	padding:10px 15px;
	-webkit-box-shadow: 0 8px 25px -6px #666;
	   -moz-box-shadow:0 8px 25px -6px #666;
	        box-shadow: 0 8px 25px -6px #666;
}
.headright-content {
	padding:15px 30px;
}
#head-free-trial {
	padding:0 20px;
}
#headleft-title {
	font-size:63px;
	font-weight:800;
}
#head-free-trial input {
	font-size:16px;
	height:40px;
}
.btn2016 {
	background: linear-gradient(#E6A729, #E94E1B); /* Standard syntax */
	background: #E94E1B; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#E6A729, #E94E1B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E6A729, #E94E1B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E6A729, #E94E1B); /* For Firefox 3.6 to 15 */
	border:1px solid #E94E1B;
	font-size:29px;
	color:#ffffff;
	border-radius:10px;
	font-weight:800;
	padding:5px 15px 10px;
}
.btn2016:hover {
	background: linear-gradient(#E6A729 30%, #E94E1B); /* Standard syntax */
	background: #E6A729; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#E6A729 30%, #E94E1B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E6A729 30%, #E94E1B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E6A729 30%, #E94E1B); /* For Firefox 3.6 to 15 */
}


#security-breach {
	background:#09161F;
	margin-top:60px;
	background:url('/Templates/2.0/images/tg-2016-middelebg1.jpg');
	background-size:cover;
	color:#ffffff;
}

#footerform {
	background:#E4E3E3;
	border-radius:10px;
	box-shadow:0 0 20px #333333;
	margin-top:20px;
	color:#000000;
	position:relative;
	z-index:3;
	position:absolute;
	top:-360px;
}
.footerform-title {
	background: #E6A729; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F3D964, #E6A729); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F3D964, #E6A729); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F3D964, #E6A729); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F3D964, #E6A729); /* Standard syntax */
	font-size:32px;
	font-weight:800;
	color:#000000;
	border-radius:10px 10px 0 0;
	padding:10px 50px 30px;
	-webkit-box-shadow: 0 8px 25px -6px #666;
	   -moz-box-shadow:0 8px 25px -6px #666;
	        box-shadow: 0 8px 25px -6px #666;
			line-height:1;
}

.footerform-mobile-title {
	background: #E6A729; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F3D964, #E6A729); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F3D964, #E6A729); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F3D964, #E6A729); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F3D964, #E6A729); /* Standard syntax */
	font-size:22px;
	font-weight:800;
	color:#000000;
	border-radius:10px 10px 0 0;
	padding:20px 25px 50px;
	-webkit-box-shadow: 0 8px 25px -6px #666;
	   -moz-box-shadow:0 8px 25px -6px #666;
	        box-shadow: 0 8px 25px -6px #666;
			line-height:1;
}
.footerform-content {
	padding:15px 30px;
	position:relative;
	top:-35px;
}

#footer-sec {
	background: #3A4C68; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3A4C68, #0F324F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3A4C68, #0F324F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3A4C68, #0F324F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3A4C68, #0F324F); /* Standard syntax */
}

#protectsite-section {
	margin-top:150px;
}

#customer-section {
	color:#ffffff;
	margin-top:240px;
}

#videoframe {
	max-width:582px;
	position:absolute;
	z-index:3;
	top:408px;
	left:280px;
	height:
}
#videoframe2 {
	width:100%;
	background: #000000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(170deg,#666666 0%,#aaa 40%,#333 5%, #000000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(170deg,#666666 0%,#aaa 40%,#333 5%, #000000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(170deg,#666666 0%,#aaa 40%,#333 5%, #000000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(170deg,#666666 0%,#aaa 40%,#333 5%, #000000); /* Standard syntax */
	padding:20px;
	border-radius:10px;
	box-shadow:0 0 5px #aaaaaa;
	border:1px solid #333333;
	position:relative;
	z-index:3;
	box-shadow:0px -10px 30px #000000;
}

#videoframe2  iframe{
	border:2px solid #333333;
	width:100%!important;
	position:relative;
	z-index:3;
}

#video-container {
	margin-top:-400px;
}

.video-arrow {
	position:relative;z-index:1;margin-top:-65px;
}

#bus-container {
	position:absolute;
	z-index:3;
	top:5%;
	left:2%;
	width:262px;
	height:253px;
	background:url('/Templates/2.0/images/tg-2016-bustmb-circle.png')no-repeat;
}
#priv-container {
	position:absolute;
	z-index:3;
	bottom:1%;
	right:1%;
	width:262px;
	height:253px;
	background:url('/Templates/2.0/images/tg-2016-privtmb-circle.png')no-repeat;
}