.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }


/*Portfolio v1
------------------------------------*/
.view {
   z-index:9;
   cursor: default;
   overflow: hidden;
   text-align: center;
	border: 1px none transparent;
	
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   
}

.view img {
   display: block;
   position: relative;
  background-color: transparent;
	
}

.view h2 {
   color: black;
   text-align: center;
   position: relative;
   font-size: 12px;
   background: transparent;
}
.view h3 {
   text-transform: uppercase;
   color: black;
   text-align: center;
   position: relative;
   font-size: 22px;
   padding: 10px;
   background: transparent;
	background-position: 20px 0;
	text-shadow:none;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 10px;
   text-align: center;
}
.view a.info {
   color: black;
   background: transparent;
   padding: 5px 12px;
   text-decoration: none;
   margin-top:10px;
   display: inline-block;
   overflow:hidden;
   text-transform: uppercase;
}
.view a.info:hover {
	background: red;
}

.portfolio-responsive h2 {
	margin-top:0 !important;
}

/*CSS3 Hover Effect*/
.view-tenth img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   color: #333;
   margin: 20px 40px 0;
   background: transparent;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(2) rotate(10deg);
   -moz-transform: scale(2) rotate(10deg);
   -o-transform: scale(2) rotate(10deg);
   -ms-transform: scale(2) rotate(10deg);
   transform: scale(2) rotate(10deg);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
   filter: alpha(opacity=30);
   opacity: 0.3;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
   .portfolio-4-columns .mask h2 {
      font-size: 20px;
      margin-bottom: 0px;
   }

   .portfolio-4-columns .mask p {
      display: none;
   }
}

.gta-spacer
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-u.btn-u-grey {
   background: gray;
}
.btn-u.btn-u-grey:hover, 
.btn-u.btn-u-grey:focus, 
.btn-u.btn-u-grey:active, 
.btn-u.btn-u-grey.active, 
.open .dropdown-toggle.btn-u.btn-u-grey {
   background: gray;
}
.btn-u.btn-u-split-grey.dropdown-toggle {
   border-left: solid 1px gray;
}


/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}

/*Caption Body*/
.fusion-portfolio .product-description {
  text-align: center;
	position: relative;
	top: 20px;
}

/*
.table a {
	text-decoration: none;
	color: black;
}
*/

.table-center  td {
	text-align: center;
}

.table-center td:nth-child(1) {
	text-align: right;
}

.service-block-gta {
	background-color: #e74c3c;
	padding-bottom: 20px;
	padding-top: 20px;
}

.service-block-gta p,
.service-block-gta ul,
.service-block-gta li,
.service-block-gta h2,

.service-block-gta h4
{
	color: white;
}
.service-block-gta h3
{
	color: white;
	font-weight: bold;
}

#about {
background: url(../bg/gta/bg-black.png) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;
	color: white;
	font-size: 45px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




#tech {
background: url(../img/gta/F3-Macau.png) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	color: white;
	font-size: 45px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#tech h1 {
	color: white;
	font-size: 46px;
	margin-bottom: 50px;
	padding-top: 60px;
	line-height: 55px;
}


#vpnIPSEC {
background: url(../img/gta/VPN-RA-04.jpg) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	color: white;
	 font-size: 45px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#vpnssl {
background: url(../img/gta/VPN-RA-02.jpg) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	color: white;
	 font-size: 45px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



#vpnsslbrowser {
background: url(../img/gta/VPN-RA-10.jpg) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	color: white;
	 font-size: 45px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



#ips {
background: url(../img/gta/ips-01.jpg) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	color: white;
	 font-size: 45px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#config {
background: url(../img/gta/Config-01.jpg) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	color: white;
	 font-size: 45px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



#gbw {
background: url(../img/gta/GB-Ware-bg.jpg) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#gbw h1 {
padding-bottom: 10px;
font-size: 32px;
line-height: 1.0625;
font-weight: 300;
letter-spacing: -0.02em;
text-align: center;
color: black;
}
#gbw h2{
font-size: 45px;
line-height: 1.0865;
font-weight: 300;
letter-spacing: -0.014em;
padding-bottom: 10px;
text-align: center;
	color: black;
}

#gbw p {
	color: white;
	font-size: 20px
}

#wc {
background: url(../img/bg-gta/WC-Filtering-bg.png) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
#wc h1 {
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 40px;
	padding-top: 60px;
}

#wc p {
	color: white;
	font-size: 20px
}

#h2a {
background: url(../img/bg-gta/bg-gta-13sm2.png) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
#h2a h1 {
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 40px;
	padding-top: 60px;
}

#h2a p {
	color: white;
	font-size: 20px
}

#vpn {
background: url(../img/bg-gta/VPN-Remote.png) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: white;
}
#vpn h1 {
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 40px;
	padding-top: 60px;
}

#mp {
background: url(../img/bg-gta/MailProxy.png) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: white;
}
#mp h1 {
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 40px;
	padding-top: 60px;
}

#sp {
background: url(../img/bg-gta/World.png) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}



.product-img img {
 max-width: 100%;
 height: auto;
	
} 
 
 .GTA-v1.img-v1 {
   background: url(../img/gta/GB-2600-24.png) no-repeat;
   background-size: cover;
   background-position: center center;
 	opacity: 0.66;
 }
 
 
.GTA-title-box {
color: #333;
font-style: normal;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
line-height: 1.45;
font-weight: 300;
letter-spacing: normal;
 }
 
 
 .GTA-title-box .GTA-title-box-text {
	color: #333;
	display: block;
	font-size: 22px;
	font-weight: 300;
 }
 .GTA-title-box h1{
 	padding-bottom: 10px;
 	font-size: 25px;
 	line-height: 1.0625;
 	font-weight: 300;
 	letter-spacing: -0.02em;
 	text-align: center;
 }
 .GTA-title-box .gtaH1{
	padding-bottom: 10px;
	font-size: 25px;
	line-height: 1.0625;
	font-weight: 300;
	letter-spacing: -0.02em;
 	text-align: center;
 }

 .GTA-title-box .gtaH1R{
	color: red;
	display: block;
	font-size: 25px;
	font-weight: 300;
	padding-bottom: 10px;
}
.GTA-title-box h2{
font-size: 45px;
line-height: 1.0865;
font-weight: 300;
letter-spacing: -0.014em;
padding-bottom: 10px;
text-align: center;
 }

.GTA-title-box .gtaH2{
font-size: 45px;
line-height: 1.0865;
font-weight: 300;
letter-spacing: -0.014em;
padding-bottom: 10px;
text-align: center;
 }
 
 .GTA-title-box .GTA-title-box-text-sm {
 	display: block;
 	font-size: 18px;
 	font-weight: 300;
 	text-align: center;
 }

.GTA-title-box p {
font-weight: 300; 
color: black;
text-align: center;
line-height: 150%;
font-size: 22px;
color: #333;
display: block;
font-size: 22px;
font-weight: 300;
 }
 
 .GTA-title-box ul{
 font-weight: 300; 
 color: black;
 text-align: center;
 line-height: 150%;
 font-size: 18px;
  }
  
  .GTA-title-box ol{
   font-weight: 300; 
   color: black;
   text-align: left;
   line-height: 150%;
   font-size: 18px;
    }
 
 
  .GTA-body-box {
  color: #333;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left;
  padding: 10px 30px;	
  }
  
  
  .GTA-body-box .GTA-body-box-text-sm {
  	display: block;
  	line-height: 150%;
  	font-size: 16px;
  	font-weight: 300;
  	text-align: left;
  }
  
  
  .GTA-body-box .GTA-body-box-title {
  	display: block;
  	font-size: 45px;
  }
  
  .GTA-body-box .gtaH1{
	padding-bottom: 10px;
	font-size: 25px;
	line-height: 1.0625;
	font-weight: 300;
	letter-spacing: -0.02em;
	text-align: left;
  }
  
   .GTA-body-box .gtaH1R{
  	color: red;
  	display: block;
  	font-size: 25px;
  	padding-bottom: 10px;
  }

   .GTA-body-box .gtaH2{
   	display: block;
   	font-size: 45px;
   	padding-bottom: 10px;
   	line-height: 50px;
   }
  
 
 .GTA-body-box p {
 text-align: left;
 line-height: 150%;
 	padding-bottom: 10px;
 }
  
  .GTA-body-box a
  {
   color: red;
   text-align: left;
   line-height: 150%;
   border-style: none;
   text-decoration: none;
   }
  
 .GTA-body-box a:focus
 {
  color: red;
  text-align: left;
  line-height: 150%;
  border-style: none;
  text-decoration: none;
  }
  
  .GTA-body-box a:hover
  {
   color: red;
   text-align: left;
   line-height: 150%;
   border-style: none;
   }
   
  
  
  .GTA-body-box ul{
  text-align: left;
  line-height: 150%;
  padding-bottom: 10px;
   }
   
  .GTA-body-box ol{
    text-align: left;
    line-height: 150%;
  	padding-bottom: 10px;
  }
  .GTA-body-box li{
    text-align: left;
    line-height: 150%;
  	padding-bottom: 10px;
  }
   
   
 
 .GTA-image-center img {
  max-width: 100%;
 
  display: block;
   margin-left: auto;
   margin-right: auto
 }
 
 .service-block p
 {
 	text-align: left;
 }
 
 
 @media print {
     body, #main, #content {
         color: #000
     }
 
     a, a:link, a:visited {
         color: #000;
         text-decoration: none
     }
 
     #globalheader, #globalfooter, #directorynav, #tabs, .noprint, .hide {
         display: none
     }
 }
 
 @media only screen and (max-width: 1068px) {
     body {
         font-size: 18px;
         line-height: 1.45;
         font-weight: 400;
         letter-spacing: normal
     }
 }
 
 @media only screen and (max-width: 735px) {
     body {
         font-size: 18px;
         line-height: 1.45;
         font-weight: 400;
         letter-spacing: normal
     }
 }
 
 row .row-centered {
     text-align:center;
 }
 