@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:rockwell;
	src: url('../fonts/ROCK.eot');
	src: local('ROCK'), url('../fonts/ROCK.woff') format('woff'), url('../fonts/ROCK.ttf') format('truetype');
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),  url('../fonts/Georgia.woff') format('woff'), url('../fonts/Georgia.ttf')  format('truetype'), url('../fonts/Georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Georgia-Bold';
  src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Georgia-Bold.woff') format('woff'), url('../fonts/Georgia-Bold.ttf')  format('truetype'), url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body
{
	font-family: 'Roboto', sans-serif;
	 font-weight: 400;
	 font-size:16px;
	 overflow-x: hidden;
}
a, p, h1, h2, h3, h4, h5, h6, h7, ul {margin:0; padding:0;}
a {text-decoration:none !important; outline:none !important;}
a :hover{text-decoration:none; outline:none !important;}
img {border:none; margin:0; padding:0;}
ul, li { margin:0; padding:0;}

@media (min-width: 1500px) {
  .container {
    width: 1230px;
  }
}



 #owl-demo .item{
      display: block;
      padding: 30px 0px;
      margin: 5px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div {
      padding: 14px 6px;
    }

    .owl-theme .owl-buttons i{
      margin-top: 2px;
    }

    /*To move navigation buttons outside use these settings:*/

    .owl-theme .owl-controls .owl-buttons div {
      position: absolute;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev{
      left: -45px;
      top: 55px; 
    }

    .owl-theme .owl-controls .owl-buttons .owl-next{
      right: -45px;
      top: 55px;
    }
	
	.owl-pagination
	{
		display: none;
	}
	.owl-theme .owl-controls .owl-buttons div {
		color: #FFF;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background: #002e5a;
		opacity: 1;
	}
	
	

.header_sec1
{
	background-color: #002e5a;
	padding: 15px 0px;
}
.srch_sec
{
	text-align: right;
}
.srch_sec li a 
{
	color: #ffffff;
	text-decoration: none;
}
.vpn_txt
{
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
}
.vpn_txt span
{
	font-weight: 400;
}

.header_sec2
{
	position: relative;
}

/* Navigation css start here*/
	
	.my_nav_lg
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 15px 0px;
		background-color: transparent;
		border-top: 2px solid #666666;
		border-bottom: 2px solid #002e5a;
		background-color: rgba(255, 255, 255, 0.5);
	}
	.my_nav
	{
		padding-top: 29px;
	}
	.my_nav .navbar-default {
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: 0px solid transparent;
		min-height: 0px;
		margin-bottom: 0px;
	}
	.my_nav .nav > li > a {
		 position: relative;
		display: block;
		padding: 15px 13px;
		color: #000000;
		font-size: 20px;
		font-family: 'Georgia';
		border-bottom: 2px solid transparent;
	}

	.drp_dwn .dropdown-menu li a
	{
		color: #ffbb52;
	}
	.my_nav .navbar-nav {
		float: none;
		margin: 0 auto;
		text-align: right;
		display: block;
	}
	.my_nav .navbar-collapse
	{
		padding-right: 0px;
		padding-left: 0px;
	}
	.my_nav .navbar-nav > li 
	{
		float: none;
		display: inline-block;
		padding: 0px 0px;
	}
	.my_nav .navbar-nav > li img
	{
		padding-bottom: 6px;
	}
	.my_nav  .navbar-default .navbar-nav > li> a.active
	{

		color: #000000;
		background-color: transparent;
		border-bottom: 2px solid #002e5a;
	}
	.my_nav  .navbar-default .navbar-nav > .active > a, .my_nav  .navbar-default .navbar-nav > .active > a:hover, .my_nav  .navbar-default .navbar-nav > .active > a:focus {

		color: #000000;
		background-color: transparent;
		border-bottom: 2px solid #002e5a;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
	{
		background-color: transparent;
		border-bottom: 2px solid #002e5a;
	}
	.my_nav  .navbar-default .navbar-nav > li > a:hover, .my_nav  .navbar-default .navbar-nav > li > a:focus
	{

		color: #000000;
		background-color: transparent;
		border-bottom: 2px solid #002e5a;
	}
	
	/* Navigation css end here*/
	

	
.cont_sec1
{
	-webkit-box-shadow: inset 0 20px 6px -12px #c2c2c2;
    -moz-box-shadow: inset 0 20px 6px -12px #c2c2c2;
   box-shadow: inset 0 20px 6px -12px #c2c2c2;
   border-bottom: 1px solid #c3c3c3;
}
.cat_ul
{
	text-align: center;
	padding: 40px 0px;
}
.cat_ul li 
{
	vertical-align: middle;
	padding: 0px 10px;
	font-weight: 300;
}
.cat_ul li:first-child span
{
	font-size: 28px;
	padding: 11px 20px;
	border-radius: 100%;
	color: #ffffff;
	background-color: #002950;
}	
.cat_ul li:nth-child(2) span
{
	font-size: 25px;
	color: #313131;
}
.cat_sec
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}		
.cat_sec:hover
{
	background-color: #002e5a;
	-webkit-box-shadow: inset 0 20px 6px -12px #002141;
    -moz-box-shadow: inset 0 20px 6px -12px #002141;
   box-shadow: inset 0 20px 6px -12px #002141;
}
.cat_sec:hover .cat_ul li:first-child span
{
	background-color: #ffffff;
	color: #002950;
}
.cat_sec:hover .cat_ul li:nth-child(2) span
{
	color: #ffffff;
}
.cat_sec
{
	border-right: 1px solid #c3c3c3;
}
.cat_sec:first-child
{
	border-left: 1px solid #c3c3c3;
}
.cont_sec2
{
	padding: 70px 0px;
}
.cont_hdg 
{
	font-size: 30px;
	font-weight: 300;
	color: #313131;
	padding-bottom: 30px;
}
.cont_hdg span
{
	font-family: 'Georgia';
	color: #002e5a;
}
.cont_para
{
	color: #313131;
	text-align: justify;
	padding-bottom: 30px;
	font-weight: 300;
}
.btn_p
{
	padding: 20px 0px;
}
.btn_p a 
{
	text-decoration: none;
	color: #ffffff;
	padding: 10px 25px;
	background-color: #002e5a;
}
.btn_p a :hover
{
	color: #ffffff;
}
.security_cont_sec
{
	padding-right: 56px;
}
.cont_para span
{
	color: #002e5a;
	font-weight: 400;
}
.cont_sec3
{
	padding: 80px 0px;
}
.provid_sec
{
	padding-top: 70px;
}
.cont_hdg2 
{
	font-size: 20px;
	font-weight: 300;
	color: #313131;
	padding-bottom: 30px;
}
.cont_hdg2 span
{
	font-family: 'Georgia';
	color: #002e5a;
}
.prvd_ul li 
{
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    padding: 0px 0px 20px 30px;
    color: #313131;
    text-align: justify;
    font-weight: 300;
    background-position: 0px 4px;
}
.prvd_cont_sec
{
	padding: 25px 0px;
}
.cont_sec4
{
	background-image:url(../images/tag_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0px;
}
.tag_hdg
{
	font-family: 'Georgia';
	font-size: 40px;
	color: #ffffff;
	padding-bottom: 40px;
}
.tag_para
{
	font-size: 24.92px;
	color: #ffffff;
}
.cont_sec5
{
	padding: 80px 0px;
}
.pkg_ul li 
{
    background-image: url(../images/lock.png);
    background-repeat: no-repeat;
    padding: 6px 0px 30px 70px;
    color: #313131;
    font-weight: 300;
    font-size: 18px;
    background-position: 0px 0px;
}
.packg_points
{
	padding-bottom: 30px;
	padding-top: 50px;
}
.pkg_para
{
	font-size: 20px;
	color: #313131;
	text-align: center;
}
.pkg_para span
{
	color: #002e5a;
}
.brdr_btm
{
	border-bottom: 1px solid;
}
.protect_txt
{
	font-size: 35px;
    color: #ffffff;
    font-weight: 300;
    padding: 47px 0px 0px 35px;
}
.protect_txt span
{
	font-family: 'Georgia';
}
.cont_sec6
{
	background-color: #002e5a;
}
.lock_lg_img
{
	margin-top: -35px;
}
.ylw_btn_p
{
	padding-top: 56px;
    text-align: center;
}
.ylw_btn_p a 
{
	text-decoration: none;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 35px;
	background-color: #ffd204;
}

.ylw_btn_p a:hover
{
	color: #000000;
}
.secure_para
{
	color: #ffffff;
	font-size: 20px;
}
.cont_sec7
{
	padding: 70px 0px;
}
.security_sm_sec
{
	padding: 30px 15px 30px 148px;
	background-color: #002e5a;
	position: relative;
	    margin-bottom: 80px;
}
.secrty_img
{
    position: absolute;
    left: 19px;
    top: -11px;
}

.secrty_row
{
	padding-top: 80px;
}
.ftr_hdg
{
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	padding-bottom: 20px;
}
.ftr_adrs
{
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.ftr_adrs h2
{
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
}
.ftr_adrs p
{
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;
}
.ftr_ul1 {
    text-align: center;
    padding: 55px 0px;
    border-right: 2px solid #6f6f6f;
    border-left: 2px solid #6f6f6f;
    margin: 0px 40px;
}
.ftr_ul1 li
{
	padding: 0px 8px;
}
.ftr_ul1 li a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
}
.footer_sec1
{
	background-color: #313131;
	padding: 70px 0px;
}
.footer_sec2
{
	background-color: #002e5a;
	padding: 15px 0px;
}
.cpy_txt
{
	color: #ffffff;
	font-weight: 300;
}
.ftr_ul2 
{
	text-align: right;
}

.ftr_ul2 li a 
{
	text-decoration: none;
	color: #ffffff;
	font-weight: 300;
}
.ftr_ul2 li+li
{
	border-left: 1px solid #ffffff;
	line-height: 13px;
}
.ftr_ul2 li a:hover
{
	color: #ffffff;
}
.owl-carousel {
    display: block;
    position: relative;
    width: 100%;
}
.dropdown2 .dropdown-menu
{
	left: auto;
	right: 0;
}
/* Media queries start here */

@media (max-width: 320px)
{
	
}

@media (min-width: 320px) and (max-width: 420px)
{
	
}

@media (min-width:490px) and (max-width:535px)
{
	
}

@media (min-width:481px) and (max-width:767px)
{
	
}

@media (max-width:650px)
{
	
}

@media (max-width:767px)
{
	.my_nav_lg {
		position: static;
	}
	.my_nav .navbar-nav > li {
		display: block;
	}
	.my_nav .navbar-nav {
		text-align: left;
	}
	.vpn_txt {
		font-size: 12px;
		text-align: center;
	}
	.my_nav {
		padding-top: 0px;
	}
	.srch_sec {
		text-align: center;
		padding-top: 15px;
	}
	.cat_ul li:first-child span {
		font-size: 16px;
		padding: 8px 14px;
	}
	.cat_ul li:nth-child(2) span {
		font-size: 20px;
	}
	.cat_ul li {
		padding: 0px 3px;
	}
	.cat_sec:first-child {
		border-left: 0px solid #c3c3c3;
	}
	.cat_sec {
		border-right: 0px solid #c3c3c3;
		border-top: 1px solid #c3c3c3;
	}
	.cont_hdg {
		font-size: 22px;
		text-align: center;
	}
	.security_cont_sec {
		padding-right: 0px;
	}
	.cont_hdg2 {
		font-size: 19px;
		text-align: center;
	}
	.cont_sec4 {
		text-align: center;
	}
	.tag_hdg {
		font-size: 35px;
	}
	.tag_para {
		font-size: 20px;
		color: #ffffff;
	}
	.lock_lg_img {
		margin: -41px auto 0px;
	}
	.protect_txt {
		font-size: 25px;
		padding: 47px 0px 0px 0px;
		text-align: center;
	}
	.ylw_btn_p {
		padding-top: 56px;
		padding-bottom: 60px;
	}
	.ylw_btn_p a {
		font-size: 17px;
		padding: 14px 32px;
	}
	.secrty_img {
		left: 7px;
		top: -7px;
		width: 78px;
	}
	.security_sm_sec {
		padding: 22px 15px 23px 100px;
		margin-bottom: 55px;
	}
	.secure_para {
		font-size: 14px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: 0px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 0px;
	}
	.footer_sec1 {
		text-align: center;
	}
	.cpy_txt {
		text-align: center;
		padding-bottom: 20px;
	}
	.ftr_ul2 {
		text-align: center;
	}
	body
	{
		font-size: 14px;
	}
	.pkg_ul li
	{
		font-size: 16px;
	}
	.pkg_para {
		font-size: 17px;
	}
	.ftr_ul1 {
		padding: 48px 0px;
		border-right: 0px solid #6f6f6f;
		border-left: 0px solid #6f6f6f;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	body
	{
		font-size: 14px;
	}
	.vpn_txt {
		font-size: 14px;
	}
	.my_nav .nav > li > a {
		padding: 15px 7px;
		font-size: 14px;
	}
	.my_nav {
		padding-top: 7px;
	}
	.cat_ul li:first-child span {
		font-size: 16px;
		padding: 8px 14px;
	}
	.cat_ul li:nth-child(2) span {
		font-size: 20px;
	}
	.cat_ul li {
		padding: 0px 3px;
	}
	.cont_hdg {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.cont_para {
		padding-bottom: 10px;
	}
	.btn_p a {
		padding: 9px 20px;
	}
	.cont_sec3 {
		padding: 0px 0px 80px;
	}
	.prvd_cont_sec {
		padding: 5px 0px;
	}
	.cont_hdg2 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.prvd_ul li {
		padding: 0px 0px 10px 30px;
		background-position: 0px 4px;
	}
	.tag_hdg {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.tag_para {
		font-size: 16px;
	}
	.pkg_ul li {
		padding: 2px 0px 28px 70px;
		font-size: 15px;
		background-position: 0px 0px;
	}
	.pkg_para {
		font-size: 18px;
	}
	.protect_txt {
		font-size: 24px;
		padding: 47px 0px 0px 0px;
	}
	.ylw_btn_p a {
		font-size: 15px;
		padding: 11px 18px;
	}
	.protect_txt {
		font-size: 23px;
		padding: 54px 0px 0px 20px;
	}
	.secrty_img {
		left: 11px;
		top: -7px;
		width: 86px;
	}
	.security_sm_sec {
		padding: 23px 15px 23px 108px;
	}
	.secure_para {
		font-size: 18px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: 0px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 0px;
	}
	.ftr_ul2 li
	{
		padding: 0px 2px;
	}
	
}

@media (min-width:992px) and (max-width:1199px)
{
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: -14px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: -14px;
	}
	.my_nav .nav > li > a {
		padding: 0px 10px;
	}
	.cat_ul li:first-child span {
		font-size: 25px;
		padding: 4px 13px;
	}
	.cat_ul li:nth-child(2) span {
		font-size: 23px;
	}
	.prvd_cont_sec {
		padding: 10px 0px;
	}
	.pkg_ul li {
		padding: 6px 0px 30px 52px;
		font-size: 16px;
	}
	.protect_txt {
		font-size: 25px;
		padding: 54px 0px 0px 20px;
	}
	.secrty_img {
		left: 11px;
		top: -7px;
		width: 80px;
	}
	.security_sm_sec {
		padding: 23px 15px 23px 101px;
	}
	.secure_para {
		font-size: 15px;
	}
}
/****************************** New CSS ****************************************/
.inner-mar {
	margin-top: 125px;
}
.secure_para a {
	color: #fff;
	text-decoration: none !important;
}
.link-ul {
	color: #fff;
    list-style: none;
}
ul.link-ul a {
    color: #fff;
}
#statmonthlySub {
    border: 1px solid #302815;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 530px;
    width: 100%;
}
.statmonthlySubp {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #302815;
    padding: 0px;
    text-align: center;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#subsmenu{
    margin-left: 120px;	
}
.button {
    border: 1px solid #f7a00a;
    background: -webkit-gradient(linear, left top, left bottom, from(#eb6e0e), to(#d18347));
    background: -moz-linear-gradient(top, #eb6e0e, #d18347);
    padding: 5px 10px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 2px 2px 3px #333;
    -moz-box-shadow: 2px 2px 3px #333;
    box-shadow: 2px 2px 2px #bbb;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}
#jumpMenu {
	padding: 5px;
}
#stepOne {
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 20px;

}
#stepTwo {
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#stepThree {
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}
ul.li-align li {
    margin-left: 25px;
}
blockquote {
    font-size: 14px;
    font-style: normal;
    background-image: url(../images/open-quote.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
}
blockquote span.testimonial {
    display: block;
    text-align: right;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 1.5em;
    padding-top: 0px;
    padding-right: 1em;
    background-image: url(../images/close-quote.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-style: normal;
}
.mefirstConnection {
    float: left;
    width: 300px;
    min-height: 180px;
    padding: 0.5em;
    border: 1px solid #8D2218;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #600;
    -webkit-box-shadow: 5px 5px 5px #C30;
    box-shadow: 5px 5px 5px #C30;
    margin-right: 15px;
    margin-left: 10px;
    margin-bottom: 15px;
    background: #FFF;
}
.winsevenConnection {
    float: left;
    min-height: 180px;
    padding: 0.5em;
    border: 1px solid #362E1B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #362E1B;
    -webkit-box-shadow: 5px 5px 5px #362E1B;
    box-shadow: 5px 5px 5px #362E1B;
    margin-right: 15px;
    margin-left: 10px;
    margin-bottom: 15px;
    background: #FFF;
}
.imageSupportRight {
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.staticConnection {
    float: left;
    display: block;
    width: 95%;
    min-height: 180px;
    padding: 0.5em;
    border: 1px solid #362E1B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #362E1B;
    -webkit-box-shadow: 5px 5px 5px #362E1B;
    box-shadow: 5px 5px 5px #362E1B;
    margin-right: 15px;
    margin-left: 25px;
    margin-bottom: 15px;
    background: #FFF;
}
#remoteSubMain {
    border: 1px solid #302815;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.remoteSubMainp {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #302815;
    text-align: center;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#remotebuynow {
    text-align: center;
    margin-top: 20px;
}
.remoteTextMain {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    color: #302815;
    padding: 0px;
    text-align: left;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
}
#chatStatus {
    float: right;
    height: 295px;
    margin-right: 5px;
    border: 1px solid #302815;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 20px;
}
#chatStatus #craftysyntax {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 45px;
}
#chatStatus p {
    margin-top: 10px;
    margin-left: 10px;
}
#try {
    border: 1px solid #302815;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
    width: 56%;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left: 5px;
}
#try7Installer {
    height: 77px;
    width: 236px;
    margin-top: 20px;
}
#try7Installer a:link, #try7Installer a:visited {
    display: block;
    height: 77px;
    width: 236px;
    background-image: url(../images/setup/windows7_64bit_installer.jpg);
    background-repeat: no-repeat;
}
.displace {
    position: absolute;
    left: -5000px;
}
#tryInstaller a:link, #tryInstaller a:visited {
    display: block;
    height: 77px;
    width: 236px;
    background-image: url(../images/setup/use_windows_installer.jpg);
    background-repeat: no-repeat;
}
#tryLeft {
    float: left;
    border: 1px solid #302815;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 150px;
    width: 245px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left: 5px;
}
#tryRight {
    float: right;
    border: 1px solid #302815;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 150px;
    width: 245px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left: 5px;
}
.error-head {
	margin-top: 60px;
    font-size: 80px;
    font-weight: 600;
    text-align: center;
	text-shadow: 2px 3px #676767;
}
.error-subhead {
	font-size: 25px;
    text-align: center;
	color: #676767;
}