/* -------------------------------------------------------------------------------- /

	Plugin Name: Go Pricing - WordPress Responsive Pricing Tables
	Plugin URI: http://www.go-pricing.com
	Description: The New Generation Pricing Tables. If you like traditional Pricing Tables, but you would like get much more out of it, then this rodded product is a useful tool for you.
	Author: Granth
	Version: 3.3.3
	Author http://granthweb.com/

	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

    [1] RESET
    [2] SETUP
    [3] LAYOUT
    [3.1] HEADER
    [3.2] BODY
    [3.3] FOOTER & BUTTONS
    [4] ICONS
    [5] RIBBONS
    [6] COLUMN SHADOWS    		
    [7] CLEAN STYLE
	

/ -------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- /
	[1]	RESET
/ -------------------------------------------------------------------------------- */

	.gw-go * {
		background:none;
		border:none;
        -moz-box-sizing:content-box !important;
		-webkit-box-sizing:content-box !important;
		box-sizing:content-box !important;
		letter-spacing:normal !important;		
		margin:0;
		outline:none;		
		padding:0;		
		text-transform:none;
		text-decoration:none !important;
		-moz-hyphens:none;
		-ms-hyphens:none;
		-webkit-hyphens:none;
		hyphens:none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-font-smoothing:antialiased;						
	}


/* -------------------------------------------------------------------------------- /
	[2]	SETUP - general settings, clearfix, common classes
/ -------------------------------------------------------------------------------- */

	/* clearfix */
	.gw-go-clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.gw-go-clearfix { display:inline-block; } /* Hide from IE Mac \*/
	.gw-go-clearfix { display:block; } /* End hide from IE Mac */
	.gw-go-clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	
	/* clearfix class */
	.gw-go-clear {
		clear:both;
		display:block;
		font-size:0;
		height:0;
		line-height:0;
		width:100%;
	}
	
	/* text aligns */
	.gw-go-tcenter { text-align:center; }
	.gw-go-tleft { text-align:center; }
	.gw-go-tright { text-align:right; }

	/* video iframe */
	.gw-go-video-wrapper {
		padding-bottom:56.25% !important;
		position:relative;	
		height:0; 	
	}
	.gw-go-header-bottom .gw-go-video-wrapper { margin-bottom:-1px; }
	.gw-go-video-wrapper > div {
		position:static !important;
		padding-top:100% !important;			
	}	
	.gw-go-video-wrapper iframe {
		height:100%;
		left:0;
		margin:0;
		border:none;
		outline:none;
		position:absolute;
		top:0;
		width:100%;
	}
	
	/* image settings */
	.gw-go-img-wrapper { position:relative; }
	.gw-go img {
		-webkit-border-radius:0 !important;
		-moz-border-radius:0 !important;
		border-radius:0 !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow: none !important;
		display:inline-block;
		vertical-align:bottom;
	}
	img.gw-go-responsive-img {
	    border:none !important;
		height:auto !important;
    	margin:0 !important;
        padding:0 !important;        
        max-width:100% !important;
		width:100% !important;
	}
	.gw-go audio, 
	.gw-go video {
		margin:0;
		padding:0;
		max-width:100% !important;
		width:100% !important;        
	}
    /* fix for google map popup & mediaelement js styling bug in some themes */
    .gw-go-gmap img { max-width: none !important; }
    .gw-go .mejs-container img {
		height: auto !important;    
    	max-width: none !important;
		width:100% !important;        
	}
	.gw-go-oldie .me-plugin, 
	.gw-go-oldie .mejs-mediaelement { position: static !important; }
	
	/* table & input settings for paypal */
	.gw-go table {
		border:none;
		margin:0 auto;
		width:auto;
		text-align:center;
	}
	.gw-go td {
		border:none;	
		margin:0;
		padding:0 0 10px 0;
	}
	div.gw-go input {
		border:none;
		outline:none;
	}
	.gw-go input[type="text"] {
		background:#FFF !important;
		border:solid 1px #b8b8b8 !important;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
		-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
		box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;	
		font-size:12px;
		height:20px;
		line-height:20px;
		outline:none;
		padding:3px 5px;	
		-moz-transition:all 0.15s linear;
		-o-transition:all 0.15s linear;
		-webkit-transition:all 0.15s linear;
		transition:all 0.15s linear;
	}
	.gw-go input[type="text"]:focus {
		border:solid 1px #9d9d9d;
		-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
		-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
		box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;	
	}
	
	/* other */
	.gw-go i { 
		display:inline-block;
		line-height:1;
		position:relative;
		vertical-align:middle;
		text-align:left;
		top:-1px;
	}
	.gw-go b, .gw-go strong { font-weight:bold; }
	.gw-go em { font-style:italic !important; }
	.gw-go u { text-decoration:underline !important; }	


/* -------------------------------------------------------------------------------- /
	[3] LAYOUT
/ -------------------------------------------------------------------------------- */

	.gw-go {
		font-size:12px;
		line-height:16px;
		margin:0 0 -20px 0;
		visibility:hidden;
	}
	.gw-go[data-scroll-offset] { opacity:0;	}
	
	/* RTL trick */
	[dir="rtl"] .gw-go { direction:ltr; }
	[dir="rtl"] .gw-go-col-wrap { direction:rtl; }	
	
	/* default colum widths */
	.gw-go-1col .gw-go-col-wrap { width:100%; }
	.gw-go-2cols .gw-go-col-wrap { width:50%; }
	.gw-go-3cols .gw-go-col-wrap { width:33.33%; }
	.gw-go-4cols .gw-go-col-wrap { width:25%; }
	.gw-go-5cols .gw-go-col-wrap { width:20%; }
	.gw-go-6cols .gw-go-col-wrap { width:16.66%; }
	.gw-go-7cols .gw-go-col-wrap { width:14.285%; }
	.gw-go-8cols .gw-go-col-wrap { width:12.5%; }
	.gw-go-9cols .gw-go-col-wrap { width:11.11%; }
	.gw-go-10cols .gw-go-col-wrap { width:10%; }			
	
	.gw-go-col-wrap {
		display:inline-block !important;
        -moz-box-sizing:border-box !important;
		-webkit-box-sizing:border-box !important;
		box-sizing:border-box !important;		
		float:none;
		margin-left:-1px;
		padding:20px 0;
		position:relative;
		-moz-transition:padding 0.2s linear, margin 0.2s linear !important;
		-o-transition:padding 0.2s linear, margin 0.2s linear !important;		
		-webkit-transition:padding 0.2s linear, margin 0.2s linear !important;
		transition:padding 0.2s linear, margin 0.2s linear !important;
		vertical-align:top !important;
	}
	.gw-go-col-wrap:first-child { margin-left:0; }
	
	.gw-go-col-wrap.gw-go-hover { z-index:2;  }
	.gw-go-col-wrap.gw-go-curr { z-index:3 !important; }	
	
	.gw-go-col {
		border:solid 1px #EBEBEB;
		border-bottom:solid 2px #D3D3D3;
        border-top-width:2px;
		position:relative;
		top:0;
		-moz-transition:margin-top 0.2s linear, top 0.2s linear, -moz-box-shadow 0.2s linear;
		-o-transition:margin-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
		-webkit-transition:margin-top 0.2s linear, top 0.2s linear, -webkit-box-shadow 0.2s linear;
		transition:margin-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
	}
	.gw-go-col-inner {
		-moz-box-shadow:0 0 20px -2px rgba(0,0,0,0);
		-webkit-box-shadow:0 0 20px -2px rgba(0,0,0,0);
		box-shadow:0 0 20px -2px rgba(0,0,0,0);		
		float:none !important;		
		overflow:hidden;
		padding:0 !important;
		-moz-transition:-moz-box-shadow 0.2s linear;
		-o-transition:box-shadow 0.2s linear;
		-webkit-transition:-webkit-box-shadow 0.2s linear;
		transition:box-shadow 0.2s linear;
	}
	.gw-go.gw-go-fullh-bg .gw-go-col { height:100%; }
	.gw-go.gw-go-fullh-bg .gw-go-col-inner { height:100%; }
	.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover .gw-go-col-inner {
		-moz-box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
		-webkit-box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
		box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
	}	
	.gw-go-col:before {
		content:'';
		height:20px;		
		margin-top:2px;
       	filter:alpha(opacity=40);
		-khtml-opacity:0.4;
		-moz-opacity:0.4;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";  
		opacity:0.4;		
		position:absolute;
		left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlighted column / column on hover option is enabled */
	.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current { padding:20px 0 40px; }	
	.gw-go.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-col,
	.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-col {	
		margin-top:0;
		top:0;
	}
	.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current, 
	.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover, 
	.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current.gw-go-hover {
		padding:0;
		margin-bottom:0;
	}

	.gw-go.gw-go-enlarge-current.gw-go-no-footer.gw-go-hover .gw-go-col-wrap.gw-go-hover { margin-bottom:0; }
	
	/* disable enlarge */
	.gw-go-col-wrap.gw-go-disable-enlarge { padding:20px 0 20px !important; }
	.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-col { 		
		margin-top:0 !important;
		top:0 !important;
	}
	
	.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-footer { top:0 !important; }
	.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-footer-spacer { height: 0.1px !important; }
	.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-col {
		 -moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
	}
	
	/* disable box-shadow */
	.gw-go-disable-box-shadow .gw-go-col-inner { 
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
	}
	
        
/* -------------------------------------------------------------------------------- /
	[3.1] HEADER
/ -------------------------------------------------------------------------------- */

	.gw-go-header {
	    overflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-go-header img {
		border-radius:0 !important;	
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		margin:0 !important;
	}
	.gw-go-header small {
		font-size:inherit;
		margin-bottom:4px;
	}
    /** 1. regular pricing header **/
	
	/* header containers */
	.gw-go-header-top {
		height:95px;	
		position:relative;
	}
	.gw-go-header h1 {
    	color:inherit;
 		font-size:32px !important;
        line-height:32px !important;
		font-weight:normal !important;
	    letter-spacing:normal !important;           
        margin:0 !important;         		
        padding:0 0 15px !important;
		text-transform:none	!important;
    }
    .gw-go-header h1 small { font-size:26px; }
	.gw-go-header h2 {
       	color:inherit;
 		font-size:26px !important;
        line-height:32px !important;
		font-weight:normal !important;
	    letter-spacing:normal !important;        
        margin-bottom:15px !important;
        padding:0 !important;         
		text-transform:none	!important;
        top:15px;  
    }    
    .gw-go-header h3 {
    	color:inherit;    
		font-size:18px !important;
		line-height:16px !important;
		font-weight:normal !important;
		left:0;
	    letter-spacing:normal !important;
        margin:0 !important;
        padding:0 !important;
		position:absolute;
		text-align:center;	
		text-transform:none	!important;   
        top:19px;
		width:100%;
	}
    .gw-go-header h3 small {
	    display:block;
        font-size:12px;
    }
	.gw-go-header-bottom {
		border-top:solid 1px transparent;	
		height:50px;
	}

	/* pricing coins */
	.gw-go-coin-wrap {
		font-size:32px;
		height:80px;
		left:50%;
		margin:0 0 0 -40px;
		position:absolute;			
		top:54px;			
		width:80px;
        z-index:1;
	}
	.gw-go-coinf, 
	.gw-go-coinb {
		background:#fff;
		border-width:1px !important;
		border-radius:50px;
		display:table;
		height:78px;		
		left:0;		
		position:absolute;
		text-align:center;
		width:78px;
	}

	.gw-go-coinf div, 
	.gw-go-coinb div {
		-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.38) inset, 0 0 1px rgba(0,0,0,0.38);
		-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.38) inset, 0 0 1px rgba(0,0,0,0.38);
		box-shadow: 1px 1px 3px rgba(0,0,0,0.38) inset, 0 0 1px rgba(0,0,0,0.38);
		-moz-box-sizing:content-box !important;
		-webkit-box-sizing:content-box !important;
		box-sizing:content-box !important;
		border-radius:50px;
		border-width:1px !important;
		display: table-cell;
		font-size:32px;
		line-height:24px;
		vertical-align:middle;
	}
	.gw-go-coinf div span[data-id="currency"], 
	.gw-go-coinb div span[data-id="currency"] {	
		font-size:0.5em;
		margin:0 2px;		
		position:relative;
		top:0;
		vertical-align:top;		
	}
	.gw-go-coinf small, 
	.gw-go-coinb small {
		display:block;
		font-size:12px;
		line-height:16px;	
		margin-bottom:-5px;		
		margin-top:3px;
	}
	
	.gw-go-coinb,
	.gw-go-col-wrap.gw-go-hover .gw-go-coinf,
	.gw-go-col-wrap.gw-go-current .gw-go-coinf { visibility:hidden; }

	.gw-go-coinf,
	.gw-go-col-wrap.gw-go-hover .gw-go-coinb,
	.gw-go-col-wrap.gw-go-current .gw-go-coinb { visibility:visibleurrent .gwntent/uploads/2016/08/Computer_Room_1.jpg 1000w" width="1000" height="700"  rgba(0,0,0,0.25);
	}	
	.gw-go-col:before {
		contentfu>n:top0,0gw-go-coinb dio-cbefore {
		contentfu>
	
	.gwicing coins */o-col:bef---------------------------------------------------------------------- */

	.gw-go-header {LE
	
erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-ulore {
body {on:margin-top 0.2ht:80px;
		left:50%;
near;
		-o-trportant;        
      s--------o-transition:box-sular pricing header **/
		p:19px;
		width:100%;
	}
    .g-box-shadow:none !important;
		-webkit-box-shargin-bottom:-5pnnt; }
	.ulore {
body { on:margin-top 0.2ht;
		width:100% wrapper { margin-b--- /
	[3.1] HEADER
/ ulore {
body >   ;	
		hei!important;
		b:32px;
		height:80px;
		borbox !important;		
		float:none;
		margin-left:-1px;
		padding:20px 0;
		position:relative;
		-moz-transition:padding 0.2s line	.gw-go-coinf div%;
	}
    .g-box-shadoansform:noingo-coinf,7	border-radiu       margin:0 !important;
     s--------o-transition:boxsular pricing header **/
		p:19px;F !im }    
    .gdow:none !import:0;
	 osition: static !importantADER
/ ulore {
body >   ;ore {
bodycy"	.gw-go-coinb,
urrency"],ncy"] {	
		font-size:0.5eatic !important%;
	}
    .g-box-shadow:ns:50px;
		display:table
	ulore {
body >   ;ore {
bodycy"	.gw;
		clear:both;
/ ulore {
body >   .4;
		,	ulore {
body >   ass */w;
		cleat;
		width:100% !im	
/ ulore {
body >   ;ore {
bodycy"	..4;
		,	
/ ulore {
body >   ;ore {
bodycy"	..ss */wr-width:1px !important;
		display !important;
		border-radius:50l;
		font-size:32px;
		li
		-kh
		posiT---tip}
ity:hidden;t---tip}{
	.gw-go-coi
        top:15px:16px !i  	color:inherit;   inear !important;-curmn / column o%;
	}
    .gw-go-headert-box-shadow 0.2s ----------oshadow 0.2s ----gin 0.2s linear !dow 0.2s --------- !dow 0.2s ---------gw-go-coinb { visdow:ns:50px;4
		-kty:hidden;t---tip-gw-gargin:0;op:15px:16p !i  	color:inhemn / column 1-----gw-go-coinbgw-garadert-box-shadow 0.2s  columnebkit-box-shadgw-go-cumnebkit-box-shadx -2px rgba(0,0,eUP -px ourgin 0.2soshadow 0.2s  columnebkit-box-shadgw-go-cumnebkit-box-shadx -2px rgba(0,0,eUP -px ourg 0.2s lineashadow 0.2s  columnebkit-box-shadgw-go-cumnebkit-box-shadx -2px rgba(0,0,eUP -px ourg 0.2hadow 0.2s  columnebkit-box-shadgw-go-cumnebkit-box-shadx -2px rgba(0,0,eUP -px ourgpositioty:hidden;t---tip-32px;
.4;
		-mposi;
		vertimargi:0 !t:80p		left:50%;
	si;
		verortagi:0 !t:80p		left:50%;
		:32px;
		heigh:0 !t:80p	#9D9D9D linear, -moz-box-shad;
	    letter-z-opacity:0.4;
		rtagi1 {
		background:#fff;
	.gw-go-enlarge-cu}ty:hidden;t---tip-32px;
w;ox !important;		
		float:none;
		margin-left:-1px;
		padding:20px 0;
		position:relative;
		-moz-transition:padding 0.2s line	eft:0;		
		pos#9D9D9D linear, -moz-boxd;
	 s#9D9D9D(0,0,0,0.15) inset;
		-4ebkit-box-shadow:1px 1px 3p	-4ebkit-bw:1px 1px 3p	-4ebkdow:0 0 20px -2px rgba(05n:relative;
		vertkit-box-shad20px -2px rgba(05n:relative;
		vertkit-b0px -2px rgba(05n:relative;
		vertkit-b;
	 s#333333e	.gw-go-coiition:all 0.15s lh:0 !F !im:0 !F !i;	none;
		-webkit-tap-highlight-color:rgb !dow 0.2s -------!important; }
	.g!important;nlarge-cu}ty:hidden;t---tip hidden;t---tip-32px;
gw;
		clear:both;
/ linea	ulore {
body   ;a,linea	ulore {
body   ;abgw-gurr,linea	ulore {
body   ;abac-shgin:0portant;
	    letter-sppppe;
		-webkit-tap-highlight-color 	.gw-go-coulore {
body   ;ab/Comp---------------- /
	[3] LAYOUT
/ -------emn /w-gbef---------------------------------------------------------------------- */

	.gw-go-header {-------------------erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-/*o-3cols; }
	;			
		top:5; }
	ox !impo0.15s lpx !i -col-wr	
		top:5; }
	gw-go-coinb,
urr5eatic !important%;
	}
    .g-box-shadow:ns linear !important;		
		-webkit-t;	argin 0.2s linear !important;
		trang 0.2s lineashadow 0.2s o-eant;
		trang 0.2hadow 0.2s o-eant;
		trang 0.none !important;
-col-wrap.gw-go-hover, 
	.gw-go.gw-go-enlarge-current.gw-go-hover .g/Comp-		top:5; }
	,-hover, 
	.gw-go.gw-go-enlarge-current.gw-go-hover .genlarge-		top:5; }
	,-hover, 
	.gw-go.gw-go-enlargeable-enlarge { padding:20px 0 20px enlargeable-enlarge { rtant; }
	.gw-go-w-go 	-web-hover, 
	.gw-go.gw-go-enlargeable-enlarge { padding:20px 0 20px enlarge { rtant; }
	.gwrgin-b--go ---emn /mn -shadow:none !importt;
        lbkit-bsolutns linear !import      ant;
		tranbsolutnsonear !import      ant;
		tranbsolutns lineanear !import      ant;
		tranbsol	ear !import      ant;
		tranbsolo-hover, 
	.gw-go.gw-go-enlarge-current.gw-go-hover .g/Comp-		top:5; }
	!impo
	,-hover, 
	.gw-go.gw-go-enlargeable-enlarge { padding:20px 0 20px largex-shadow:none !important;
		-wgw-go-cmn -shadow:none 	box-shadow:0 0 shadow 0.2s o-eant;
		trang 0.2-oshadow 0.2s o-eant;
		trang 0.2- lineashadow 0.2s o-eant;
		trang 0.2hadow 0.2s o-eant;
		trang 0.norap.g	solo-hover, 
	.gw-go.gw-go-enlarge-current.gw-go-hover .g/Comp-		top:5; }
	!box
	,-hover, 
	.gw-go.gw-go-enlarge { padding:20px 0 20px enlarge { rtant; }
	!box
	,-hover, 
	.gw-go.gw-go-enlargeable-enlarge { padding:20px 0 20px enlargeable-enlarge { rtant; }
	!boxn
	.gw-go-2w-go-col-mn -shadow:none 	rowsgw-go-coinb,
urrency"],ncy"] {	
		font-size:0.5eatic !important%positimn -shadow:none 	row {ox !important;		
		float:none;
		margin-left:-1px;
		padding:20px 0;
		position:relative;
		-moz-transition:padding 0.2s line		-go-coinb,
urr5eatic !important%;
der-toalig-shadow:none 	row a,er-toalig-shadow:none 	row;abgw-gurr,er-toalig-shadow:none 	row;abac-shgin:0portant;
	    letter-sppppe;
		-webkit-tap-highlight-color 	.gw-go		-go-shadow:none 	row
	}
	
 -go-coinb,
urrency"],ncy"]0.15s lp5rency"] {	
		font-size:0.5em				0px;
		posibuin-n;			
		top:5btn,-hoa		top:5btnwr-width:1px 0;		fpor-gw-go-coinb { visdow:n0;		fpor-gw-go-coinb { vism		0,0,0,0.15) inset;
		-4ebkit-box-shadow:1px 1px 3p	-4ebkit-bw:1px 1px 3p	-4ebkdo !important;		
		float:none;
		margin-left:-1px;
		padding:20px 0;
		position:relative;
		-moz-transition:padding 0.2s linedo !importenls	  poi   dis	x !important;
		box-sizgo-col-wrafamily   lette  /** 1. regular pricing  }    
    .gdow:adiu       margin.4ng 0.2s line		none;
		-webkit-tap-highlight-color:rgbder-radius:0 !iont-weight:bold; }
	.gw-go em { font-style:itali			0px;
	
		top:5btn,-hadiua		top:5btnb/Comp,-coulore {
body   ua		top:5btnb/Co
	
 ;
		-webkit-tap-highlight-colox;
		posi		top:5btnbac-shgingw-go-o 	-web-hadiu		top:5btn    w;
		cleat;
		width:100% ;
		posibuin-n;/Co
	& ac-shg;
		ant;  .gwntent/uploads/2016/08/Computer_Roobtnbac-shg, l-wrap.gw-go-current .gw-go-col {	
		margin-top:0;
		top:btnbac-shgin	dow:0 0 20px -2px rgba(000,0,0.15) inset;	
	}
	
	/* other */
	.gw-goba(000,0,0.15) inset;	
	}
	
	/*/
	.gw-goba(000,0,0.15) inset;	
	}
	
	/box-shadow 0.2s ----------oshadow 0.2s ----g 0.2s linear !dow 0.2s ----- -go- !dow 0.2s ----- positimn 		posibuin-n;-trant-
		margs-conum, gw-go;			
		top:5btn-		marmpo0.15s l0 1px 1!i -col	
		top:5btn--conummpo0.15s l0  }  13}  4ebcol	
		top:5btn-mportant;
		topx 1!i 18!i 1w-go-cmn 	
		top:5btn > 		top:5btn
	}
	
ow:adiucoinb,
urrency"],n		ow:adi	-ms-filt3} dow:adiu {	
		font-size:0.5em;
		margin:0 btnner {!impo > 		top:5btn
	}
	
 js styling bug inatic !importanw-goral settings, clearfix, common classes
/ -----------------------------------------------------------4]	----- (CLASSIC IMAGE -----)erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
ol-mn -shadowicoportantant; }	
	
	.g		width:100% ;mn -shadowicoptimarntant; }	ptimarn.g		width:100% ;mn  		posiBody icopnt;  .g:top;00%;*="shadowicop"]in:0port:0;		
		po-in:0 auto;-co;-co;ning:pea
		height:auto !important;
  L trick */
	[dir="rtl"] 3}  -4eader-bottomk */
	[d
/ linea	osiTeam icopnt; mn -shadowicopt------skyptani!important;url(../
		-ms/icops/icop_team_-----_skypt.png);-co;-co;ning:pea0% ;mn -shadowicopt------fporbookani!important;url(../
		-ms/icops/icop_team_-----_fporbook.png);-co;-co;ning:pea0% ;mn -shadowicopt------twi		teani!important;url(../
		-ms/icops/icop_team_-----_twi		te.png);-co;-co;ning:pea0% ;mn -shadowicopt------emailani!important;url(../
		-ms/icops/icop_team_-----_email.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-skyptani!important;url(../
		-ms/icops/icop_team_dark_skypt.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-fporbookani!important;url(../
		-ms/icops/icop_team_dark_fporbook.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-twi		teani!important;url(../
		-ms/icops/icop_team_dark_twi		te.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-emailani!important;url(../
		-ms/icops/icop_team_dark_email.png);-co;-co;ning:pea0% ;nea	
		posiL---- icopnt; mn -shadowicopt------arrowani!important;url(../
		-ms/icops/icop_-----_arrow.png);-co;-co;ning:pea0% ;mn -shadowicopt------arrow2ani!important;url(../
		-ms/icops/icop_-----_arrow2.png);-co;-co;ning:pea0% ;mn -shadowicopt------circltani!important;url(../
		-ms/icops/icop_-----_circlt.png);-co;-co;ning:pea0% ;mn -shadowicopt------
	/*sani!important;url(../
		-ms/icops/icop_-----_c	/*s.png);-co;-co;ning:pea0% ;mn -shadowicopt------dotani!important;url(../
		-ms/icops/icop_-----_dot.png);-co;-co;ning:pea0% ;mn -shadowicopt------oinusani!important;url(../
		-ms/icops/icop_-----_oinus.png);-co;-co;ning:pea0% ;mn -shadowicopt------okani!important;url(../
		-ms/icops/icop_-----_ok.png);-co;-co;ning:pea0% ;mn -shadowicopt------plusani!important;url(../
		-ms/icops/icop_-----_plus.png);-co;-co;ning:pea0% ;mn -shadowicopt------
	eani!important;url(../
		-ms/icops/icop_-----_
	e.png);-co;-co;ning:pea0% ;mn 		posiDark icopnt; mn -shadowicoptdark-arrowani!important;url(../
		-ms/icops/icop_dark_arrow.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-arrow2ani!important;url(../
		-ms/icops/icop_dark_arrow2.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-circltani!important;url(../
		-ms/icops/icop_dark_circlt.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-
	/*sani!important;url(../
		-ms/icops/icop_dark_c	/*s.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-dotani!important;url(../
		-ms/icops/icop_dark_dot.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-oinusani!important;url(../
		-ms/icops/icop_dark_oinus.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-okani!important;url(../
		-ms/icops/icop_dark_ok.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-plusani!important;url(../
		-ms/icops/icop_dark_plus.png);-co;-co;ning:pea0% ;mn -shadowicoptdark-
	eani!important;url(../
		-ms/icops/icop_dark_
	e.png);-co;-co;ning:pea0% ;mn 		posiRed icopnt; mn -shadowicopng:d-arrowani!important;url(../
		-ms/icops/icop_g:d_arrow.png);-co;-co;ning:pea0% ;mn -shadowicoptg:d-arrow2ani!important;url(../
		-ms/icops/icop_g:d_arrow2.png);-co;-co;ning:pea0% ;mn -shadowicoptg:d-circltani!important;url(../
		-ms/icops/icop_g:d_circlt.png);-co;-co;ning:pea0% ;mn -shadowicoptg:d-
	/*sani!important;url(../
		-ms/icops/icop_g:d_c	/*s.png);-co;-co;ning:pea0% ;mn -shadowicoptg:d-dotani!important;url(../
		-ms/icops/icop_g:d_dot.png);-co;-co;ning:pea0% ;mn -shadowicoptg:d-oinusani!important;url(../
		-ms/icops/icop_g:d_oinus.png);-co;-co;ning:pea0% ;mn -shadowicoptg:d-okani!important;url(../
		-ms/icops/icop_g:d_ok.png);-co;-co;ning:pea0% ;mn -shadowicoptg:d-plusani!important;url(../
		-ms/icops/icop_g:d_plus.png);-co;-co;ning:pea0% ;mn -shadowicoptg:d-
	eani!important;url(../
		-ms/icops/icop_g:d_
	e.png);-co;-co;ning:pea0% ;mn 		posiGreen icopnt; mn -shadowicopngreen-arrowani!important;url(../
		-ms/icops/icop_green_arrow.png);-co;-co;ning:pea0% ;mn -shadowicoptgreen-arrow2ani!important;url(../
		-ms/icops/icop_green_arrow2.png);-co;-co;ning:pea0% ;mn -shadowicoptgreen-circltani!important;url(../
		-ms/icops/icop_green_circlt.png);-co;-co;ning:pea0% ;mn -shadowicoptgreen-
	/*sani!important;url(../
		-ms/icops/icop_green_c	/*s.png);-co;-co;ning:pea0% ;mn -shadowicoptgreen-dotani!important;url(../
		-ms/icops/icop_green_dot.png);-co;-co;ning:pea0% ;mn -shadowicoptgreen-oinusani!important;url(../
		-ms/icops/icop_green_oinus.png);-co;-co;ning:pea0% ;mn -shadowicoptgreen-okani!important;url(../
		-ms/icops/icop_green_ok.png);-co;-co;ning:pea0% ;mn -shadowicoptgreen-plusani!important;url(../
		-ms/icops/icop_green_plus.png);-co;-co;ning:pea0% ;mn -shadowicoptgreen-
	eani!important;url(../
		-ms/icops/icop_green_
	e.png);-co;-co;ning:pea0% ;	h
		posiBuin-n;icopnt; mn g:top;00%;*="	top:5btnwicop"]in		height:auto !important;
  L trick2w-g margin-bottom:0; }rrent .gw-go-cx;
		line-height:16px;	 e:0.5eatic !impor20 -40px;
g:top;00%;*="	top:5btnwicop"];00%;*="	top:5btnwicon-mport"]in		  L trick24eader-bottomk24eag	solo-hov	top:5btnwicon--conum-whitporasketani!important;url(../
		-ms/icops/icop_whitp_rasket_-conum.png);-co;-co;ning:pea0% ;mn -shadowbtnwicon--conum-whitpow-gn
	dani!important;url(../
		-ms/icops/icop_whitp_w-gn
	d_-conum.png);-co;-co;ning:pea0% ;mn -shadowbtnwicon-mport-whitporasketani!important;url(../
		-ms/icops/icop_whitp_rasket_mport.png);-co;-co;ning:pea----------------------------------------------------------------------------- */

	.gw-go {
		fon5---IG-- (------)erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
mn 		p;00%;*="	top:5ribbop"]	box-s:0 !important;
	}
	.gw-go-header small {
		font-size:inherit;
		margin-		bottom:4px;
	}
    /** 1. regularw:none !important;
		margin-go-coinb,
	.gw-  /** 1. regular pricing header **/
	
	/*;00%;*="	top:5ribboptimarn"]	box-s ;
			
		heigmn 		p;00%;*="	top:5ribboportantop:;00%;*="	top:5ribboptimarn"]	{iv {
		-mlinear !important;
		-near !impo-go-w-{
		background:#fff;
	.gw-go-enrrent .
		borde
	
	/*;00%;*="	top:5ribboptimarn"]	{iv {
		input {
	t; }	ptimarnt;
	rrent .imarn.gnt;
		-webkitTlignribbopnt; mn -	top:5ribbopt;
	:100%;
	}
	1w-gr:rgbder-radius:0 !ig!important;nlF !i;	non}mn -	top:5ribbopt;
	n:top0,an[data-id="c
	.gw-go b, .gw-go strong {l !img 0.none !important;
g 0.none !px;
	}
 eatic !important;	non}mn -	top:5ribbopt;
	.	top:5ribboporta	n:top0s:0 !impork;
      ro
		a(-45deg)------ork;
      ro
		a(-45deg)--all {
		frk;
      ro
		a(-45deg)g!impork;
      ro
		a(-45deg)g:0 !impork;
     -oriicin5:-12ant------ork;
     -oriicin5:-12ant--all {
		frk;
     -oriicin5:-12ant--allk;
     -oriicin5:-12ant-non}mn -	top:5ribbopt;
	.	top:5ribbopoimar	n:top0s:0 !impork;
      ro
		a(45deg)------ork;
      ro
		a(45deg)--all {
		frk;
      ro
		a(45deg)--allk;
      ro
		a(45deg)g:0 !impork;
     -oriicin4:-12ant------ork;
     -oriicin4:-12ant--all {
		frk;
     -oriicin4:-12ant--allk;
     -oriicin4:-12ant--al}	mn -	top:5ribbopt;
	.	top:5ribbopopx;
	n:top0s:0 :0 0 20px -2px rgbar, t:alpha(opac ac ac 	vertkit-box-shad20px -2px rgbar, t:alpha(opac ac ac 	vertkit-b0px -2px rgbar, t:alpha(opac ac ac 	vertkit-;	h---------------------------------------------------------------------- */

	.gw-go {
		fon-----------------erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col gw-go- -2px r1.4;
	tani!important;url(../
		-ms/-2px rs/-2px r_1.png);-co;10co;ning:pea----gw-gw-go-col gw-go- -2px r2.4;
	tani!important;url(../
		-ms/-2px rs/-2px r_2.png);-co;10co;ning:pea----gw-gw-go-col gw-go- -2px r3.4;
	tani!important;url(../
		-ms/-2px rs/-2px r_3.png);-co;10co;ning:pea---- gw-gw-go-col gw-go- -2px r4.4;
	tani!important;url(../
		-ms/-2px rs/-2px r_4.png);-co;10co;ning:pea----gw-gw-go-col gw-go- -2px r5.4;
	tani!important;url(../
		-ms/-2px rs/-2px r_5.png);-co;10co;ning:pea----gw-gw-go-col gw-go- -2px r1.4;
	t,gw-gw-go-col gw-go- -2px r2.4;
	t,gw-gw-go-col gw-go- -2px r3.4;
	t,gw-gw-go-col gw-go- -2px r4.4;
	t,gw-gw-go-col gw-go- -2px r5.4;
	tani!important coins10co;2w-go-ettings, clearfix, common classes
/ -------------------------------------------------------------------------erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw, clearfix, common classes
/ ------------------------------------------------------------{
	GENERALerflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col ;00%;*="	top text n-----t"]in px #b8b8b8 !implay:inline-block;
		vertical-align:bottom;
	}
	img.gw-go-responsive-img {
	    border:nerit;
		margin-		p 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
		 0.2s linear, top 0.2s linear, -webkit-box-shadow 0.2s linn-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
	}x-shadow:0 0 20px -2px rgba(0,0,0,0);
		-webkit-box-shkit-;gw-gw-go-col ;00%;*="	top text n-----t"].4;
	tanix -2px rgbo-col-wr		gw-gw-go-col ;00%;*="	top text n-----t"]important;
	}
	ive;
		top:0;
		-moz-transition:margin-top 0.2s linear, top 0.2s linear, -moz-box-shadow 0.2s linearbox-shadow 0.2s linear;
		transition:box-shadow 0.2s linear;
	}
	.gw-go.gw-go-fullh-bg .gw-go-col { height:100%; }
	.gw-go.gw-go-fullh-bg .gw-go-col-inner { height:100%; }
positio	.gw-gw-go-col ;00%;*="	top text n-----t"]igw-go-c !importan 0 20px -2pxw-go-;gw-gw-go-col ;00%;*="	top text n-----t"]igw-goap {
		font-size20px -26w-go-;gw	gw-gw-go-col ;00%;*="	top text n-----t"]important;x;			nt;
        liw-g margin-bot: go-coinb5eader-bottomk iw-g  it-;gw-gw-go-col ;00%;*="	top text n-----t"]ap.gw-go-hovergw-gw-go-col ;00%;*="	top text n-----t"]ap.gw-go-hovbt;
        l88eader-bottoml88eamiddle;
	}
	.gw-ttom:15px !impkit-;gw-gw-go-col ;00%;*="	top text n-----t"] rgin:0 2px;		
	rgw-gw-go-col ;00%;*="	top text n-----t"]ap.gw-go-hovbt 3px ottom;
	}
	img.gw-go-resp{
	    border:neritkit-;	.gw-gw-go-col ;00%;*="	top text n-----t"]igw-go-c !impors!imdardigw-go-c !importangw-go-coinb,
urr5ea	margin:0 0 0 -atic !important;	it-;gw-gw-go-col ;00%;*="	top text n-----t"] rgin:0  !impors!imdardigw-go-c !importangh3gw-go-coinb,
urrency"],inear;
		-o-transition:margin-to		cy"] {	
		font-size:0.5em;
		magw-gw-go-col ;00%;*="	top text n-----t"] rgin:0  !impors!imdardigw-go-c !imporont-sigw-go-coinb,
urr5ea	margin:0 0110 -atic !important;	it-;gw-gw-go-col ;00%;*="	top text n-----t"] rgin:0  !impors!imdardigw-go-c		contentfgw-go-coinb,
urrency"],ineanone !important;
gw-go em { font-style:itali		;
		magw-gw-go-col ;00%;*="	top text n-----t"] rgin:0  !impors!imdardigw-go-c		contentf	position:relative;
		top:0;
		vertic ;00%;*="	top text n-----t"] rgin:0  !impors!imdardigw-go-c		contentf	position:relative;
		tonf small, 
	.gw-go-coinear;
		-o-transition:margin-2rency"] {	
		font-sizone !gininb small {
		di	line-height:16px;	
		n:margin-tm;
		magw-gw-go-col ;00%;*="	top text n-----t"] rgin:0  !impors!imdardigw-go-c		contentf
		marp:0;
		vertic ;00%;*="	top text n-----t"] rgin:0  !impors!imdardigw-go-c		contentf	p
	.gw-go-coinb,
	.gw-go-col-wrap.gw-go-hover .gw-go-coinf,
	.gw-go-col-wrap.gw-go-current .gw-go-coinf { visibility:hidden; } ;00%;*="	top text n-----t"] rgin:0  !imporboxrgw-gw-go-col ;00%;*="	top text n-----t"]ap.gw-go !imporboxgh3gw-go-!importantd;
	 s	left:50%;m:15px !impk-go-!importantng:pea-:ning:pea-rrent .!important coinscov
g 0.none !px;
	d:#FFF n:relative;
		ve)visibility:hidden; } ;00%;*="	top text n-----t"] ;00%;*="	top:5ribboportantop:0;
		vertic ;00%;*="	top text n-----t"] ;00%;*="	top:5ribboptimarn"]	{iv {t; }	
	
	.gwiv {t; }	
gin-tm;
		magw-gw-go-col ;00%;*="	top text n-----t"] ;00%;*="	top:5ribboptimarn"]	{iv {
		input {
	t; }	ptimarn-tm;
		magw-gw-go-col ;00%;*="	top text n-----t"] 		top:5btnw 
        m	-webkith---------------------------------------------------------------------- */

	.gw-go {
		fon7.2------------- 1erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col .	top text n-----t1important;
	}
	
 ius:3px;
		bor% ;mn 		possssseader h1     /gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t1importan !importangwi!important;
		x;
		pgw-gw-go-col .	top text n-----t1importan !imporont-sigw -radius:3px;
		b5b5b5 {
	oz-box-shad;
	 		b5b5b5 {
}gw-gw-go-col .	top text n-----t1importan !imporboximportan !importangwi!important;
				width:100% }gw-gw-go-col .	top text n-----t1importan !imporboximportan !imporont-sigwi!important;
				width:100% x;
		height:80px;n:relati255,255,255nt-b5)% }gw-gw-go-col .	top text n-----t1importan !imporboximportan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t1importan !impors!imdard.portan !imporboximportan !importan.4;
	t	left:0;		
		position					-z-opacity:0.4		width:100%-go-coinb,
	.gw-  /** 1. ren					-z-o20px -26w-goiv {
		-mn					-z-oft.Alpha(Opacity=40)"3  
		opacity:0.4;		
		3osition:absolute;
	3left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight3d column / column on3o%;
	}
    .gw-go-hean				tic !important%po{
}gw-gw-go-col .	top text n-----t1importan !imporboximportan !importan.4;
	tanigin:0 0 0 -		width:100% }gw-gw-go-col .	top text n-----t1importan !impors!imdard.portan !imporboximportan !imporont-si.4;
	tw;
		cleat;
		width:100% ;o{
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t1importan !impogh3gw ;
	 s#333% ;gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t1importan !impogh3,gw-gw-go-col .	top text n-----t1importan !imporboxgh3,gw-gw-go-col .	top text n-----t1importan !impors!imdard.portan !imporboximportan		contentf	posi,gw-gw-go-col .	top text n-----t1importan !impors!imdard.portan !imporboximportan		contentf	p
	.gw ;
	 		bor		width:100% ;		pgw-gw-go-col .	top text n-----t1importan2px;	,gw-gw-go-col .	top text n-----t1importan-hovbw 
    s linear, toc9c9c9% }gw-gw-go-col .	top text n-----t1importanx;		
		margigw-gw-go-col .	top text n-----t1importanx;		b
		margw ;
	 s#333% ;gw		posssssedetails1    
gw-gw-go-col .	top text n-----t1importanbody >   gwi!important;transit% }gw-gw-go-col .	top text n-----t1importanbody >   mportanevenw ius:3px;
		b5b5b5% }gw-gw-go-col .	top text n-----t1importanbody w 
 mporont-sid;
	 	transit% }
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t1importanbody >   gwi;
	 s#9D9D9D% ;gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t1importanbody >   gw ;
	 s#333333% ;gw		possssss; }
	1    
gw-gw-go-col .	top text n-----t1importanbtn		top:5btn-		maranix -2px rgbob5ea% }gw-gw-go-col .	top text n-----t1importanbtn		top:5btn--conumanix -2px rgbob0ea% }gw-gw-go-col .	top text n-----t1importanbtn		top:5btn-mportnix -2px rgbo33o 	-web-	posibuin-n
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t1importanbtnw eft:0;		
		pos#9D9D9D  eft:;
	 		bbbbbbkit-;			posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t1importanbtnb/Co
	
 0;		
		pos#333333% ;{
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t1importan:none 	rowt .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t1importan:none 	rowgwi;
	 s#9D9D9D% ;gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t1importan:none 	rowt .gwntent.gw-go-col {	
		margin-top:0;
		top:ol .	top text n-----t1importan:none 	rowgw ;
	 s#333% ;ith---------------------------------------------------------------------- */

	.gw-go {
		fon7.3------------- 2erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col .	top text n-----t2important;
	}
	
 ius:3px;
		bor% ;mn		possssseader h1     /	gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t2importan !important .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t2importan !imporont-sigwi!important;#333333		width:100% ;		 .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t2importan !imporboximportan !important .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t2importan !imporboximportan !imporont-sigwi!important;
				width:100% ;			{
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t2importan !imporont-sigw x;
		height:80px;n:relati255,255,255nt-2)% }gw-gw-go-col .	top text n-----t2importan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t2 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:0;		
		position					-z-opacity:0.4		width:100%-go-coinb,
	.gw-  /** 1. ren					-z-o20px -2tantoiv {
		-mn					-z-oft.Alpha(Opacity=40)"1  
		opacity:0.4;		
		1osition:absolute;
	1left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight1d column / column on15%;
	}
    .gw-go-hean				tic !important%tic;		pgw-gw-go-col .	top text n-----t2 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:gin:0 0 0 - {
}gw-gw-go-col .	top text n-----t2importan !imporboximportan !imporont-sigwi!;
		height:80px;n:relati255,255,255nt-b5)% }gw-gw-go-col .	top text n-----t2importan !imporboximportan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t2 rgin:0  !impors!imdard.portan !imporboximportan !importan.4;
	t	l-z-oft.Alpha(Opacity=40)"3  
		opacity:0.4;		
		3osition:absolute;
	3left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight3d column / column on3o%		tic;		pgw-gw-go-col .	top text n-----t2 rgin:0  !impors!imdardigw-go-c !imporont-si.4;
	tgw-go-coinb,--- /
	[3.1] HEADER			 .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t1importan !impogh3,gw-gw-go-col .	top text n-----t2 rgin:0  !impors!imdardigw-go-c		contentf	posi,gw-gw-go-col .	top text n-----t2 rgin:0  !impors!imdardigw-go-c		contentf	p
	.gw ;
	 		bor		width:100% ;		gw-gw-go-col .	top text n-----t2 rgin:0  !impogh3gw ;
	 		bor% }gw-gw-go-col .	top text n-----t2importanx;		gigw-gw-go-col .	top text n-----t2importan-hovbw 
    s linear, toc9c9c9% }gw-gw-go-col .	top text n-----t2importanx;		
		mar,gw-gw-go-col .	top text n-----t2 rgin:0 x;		b
		margw ;
	 s#333% ;gw	gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t2importan2px;		
	t .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t2importan-hovbt 3pgw ;
	 s#333		width:100% ;		p		posssssedetails1    
gw-gw-go-col .	top text n-----t2importanbody w 
 mporont-sid;
	 	transit% }
pgw-gw-go-col .	top text n-----t2 rgin:0 body >   w eft:0;		
		po	transit% it-b;
	 s#333333 {
}gw-gw-go-col .	top text n-----t2importanbody >   mportanevenw ius:3px;
		b5b5b5% }gw		possssss; }
	1    
-	posibuin-n
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t2importanbtnw eft:0;		
		pos#333k-go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-		p 0}		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t2importanbtnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		pgw-gw-go-col .	top text n-----t2 rgin:0 :none 	rowgw ;
	 s#333o-col:bef---------------------------------------------------------------------- */

	.gw-go-header7.4------------- 3erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col .	top text n-----t3important;
	}
	
 ius:3px;
		bor% ;mn		possssseader h1     /gw-gw-go-col .	top text n-----t3importan !imporont-sigwi!;
		height:80px;n:relati255,255,255nt-2)% }gw-gw-go-col .	top text n-----t3importan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t3 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:0;		
		position					-z-opacity:0.4		width:100%-go-coinb,
	.gw-  /** 1. ren					-z-o20px -26w-goiv {
		-mn					-z-oft.Alpha(Opacity=40)"15 
		opacity:0.4;		
		15osition:absolute;
	15left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight15 column / column on15%;
	}
    .gw-go-hean				tic !important%tic;		pgw-go-col .	top text n-----t3 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:gin:0 0 0 - {
}gw-gw-go-col .	top text n-----t3importan !imporboximportan !imporont-sigwi!;
		height:80px;n:relati255,255,255nt-b5)% }gw-gw-go-col .	top text n-----t3importan !imporboximportan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t3 rgin:0  !impors!imdard.portan !imporboximportan !importan.4;
	t	l-z-oft.Alpha(Opacity=40)"3  
		opacity:0.4;		
		3osition:absolute;
	3left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight3d column / column on3o%		tic;		pgw-gw-go-col .	top text n-----t3 rgin:0  !impors!imdardigw-go-c !imporont-si.4;
	tgw-go-coinb,--- /
	[3.1] HEADER
/ linea	gw-go-col .	top text n-----t3 rgin:0  !impogh3gigw-gw-go-col .	top text n-----t3 rgin:0  !impors!imdardigw-go-c		contentf	w ;
	 		bor% }linea-gw-go-col .	top text n-----t3 rgin:0 x;		gigw-gw-go-col .	top text n-----t3importan-hovbw 
    s linear, toc9c9c9% }gw-gw-go-col .	top text n-----t3importanx;		
		margigw-gw-go-col .	top text n-----t3 rgin:0 x;		b
		margw ;
	 s#9D9D9D% ;			p		posssssedetails1    
gw-gw-go-col .	top text n-----t3importanbody w 
 mporont-sid;
	 	transit% }
pgw-gw-go-col .	top text n-----t3importanbody >   gwi!important;transit% }gw-gw-go-col .	top text n-----t3importanbody >   mportanevenw ius:3px;
		b5b5b5% }gw	
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t3 rgin:0 body >   w eft:;
	 s#9D9D9DADER
/gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t3importanbody >   gw ;
	 s#333333% ;gw			possssss; }
	1    
-	posibuin-n
	.gw-g;
		a}
gwnea	gw-go-col .	top text n-----t3 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g20 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		posibuin-n;/Co
	;
		a}
gwnea	gw-go-col .	top text n-----t3 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		pgw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t3 rgin:0 :none 	rowt .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t3importan:none 	rowgwi;
	 s#9D9D9D% ;gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t3importan:none 	rowt .gwntent.gw-go-col {	
		margin-top:0;
		top:ol .	top text n-----t3 rgin:0 :none 	rowgw ;
	 s#333o-col:	bef---------------------------------------------------------------------- */

	.gw-go-header7.5------------- 4erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col .	top text n-----t4important;
	}
	
 ius:3px;
		bor% ;mn		possssseader h1     /gw-gw-go-col .	top text n-----t4importan !imporont-sigwi!;
		height:80px;n:relati255,255,255nt-2)% }gw-gw-go-col .	top text n-----t4importan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t4 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:0;		
		position					-z-opacity:0.4		width:100%-go-coinb,
	.gw-  /** 1. ren					-z-o20px -26w-goiv {
		-mn					-z-oft.Alpha(Opacity=40)"15 
		opacity:0.4;		
		15osition:absolute;
	15left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight15 column / column on15%;
	}
    .gw-go-hean				tic !important%tic;		pgw-go-col .	top text n-----t4 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:gin:0 0 0 -%tic;		pgw-gw-go-col .	top text n-----t4 importan !imporboximportan !imporont-sigwi!;
		height:80px;n:relati255,255,255nt-b5)% }gw-gw-go-col .	top text n-----t4importan !imporboximportan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t4  rgin:0  !impors!imdard.portan !imporboximportan !importan.4;
	t	l-z-oft.Alpha(Opacity=40)"3  
		opacity:0.4;		
		3osition:absolute;
	3left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight3d column / column on3o%		tic;		pgw-gw-go-col .	top text n-----t4 rgin:0  !impors!imdardigw-go-c !imporont-si.4;
	tgw-go-coinb,--- /
	[3.1] HEADER	
/ linea	gw-go-col .	top text n-----t4 rgin:0  !impogh3gigw-gw-go-col .	top text n-----t4 rgin:0  !impors!imdardigw-go-c		contentf	w ;
	 		bor% }li-gw-go-col .	top text n-----t4 rgin:0 x;		gigw-gw-go-col .	top text n-----t4importan-hovbw 
    s linear, toc9c9c9% }			p		posssssedetails1    
gw-gw-go-col .	top text n-----t4importanbody w 
 mporont-sid;
	 	transit% }
pgw-gw-go-col .	top text n-----t4importanbody >   mportaneven;ore {
bodycy"	..4;
	t,gw-gw-go-col .	top text n-----t4 ore {
body >   ;ore {
bodycy"	..4;
	tg {			-z-opacity:0.4%-go-coinb,
	.gw-n					-z-o20px -2tantoiv {
		go-culinear !important;
						-z-oft.Alpha(Opacity=40)"7 
		opacity:0.4;		
		07osition:a:0.4;		
		07left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight7)"left:0.4;		
		07l
		p:19px;F !im 
						background:#fff;
	.gw-go-en-F !i;					tic !importa1%dow:ns:50px;n-F%tic;		pgw-go-col .	top text n-----t4 rgin:0 body >   ;ore {
bodycy"	..4;
	tg{-z-oft.Alpha(Opacity=40)"14 
		opacity:0.4;		
		14osition:absolute;
	14left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight14 column / column on14
		-ktyb-	posibuin-n
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t4 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t4 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		gw-gw-go-col .	top text n-----t4 rgin:0 :none 	rowgw ;
	 s#333o-col:	bef---------------------------------------------------------------------- */

	.gw-go-header7.6------------- 5erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col .	top text n-----t5important;
	}
	
 ius:3px;
		bor% ;mn		possssseader h1     /gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t5importan !imporont-sigw -radius:3px;
		b5b5b5 {
	oz-box-shaht:80px;n:relati255,255,255nt-2)%o{
}gw-gw-go-col .	top text n-----t5importan !imporboximportan !imporont-si
 ius:3px;
s	left:50%;m:15px !impo-co
		pgw-gw-go-col .	top text n-----t5importan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t5 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:0;		
		position					-z-opacity:0.4		width:100%-go-coinb,
	.gw-  /** 1. ren					-z-o20px -26w-goiv {
		-mn					-z-oft.Alpha(Opacity=40)"15 
		opacity:0.4;		
		15osition:absolute;
	15left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight15 column / column on15%;
	}
    .gw-go-hean				tic !important%tic;		pgw-go-col .	top text n-----t5 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:gin:0 0 0 -%tic;		pgw-gw-go-col .	top text n-----t5 importan !imporboximportan !imporont-sigwi!;
		height:80px;n:relati255,255,255nt-b5)% }gw-gw-go-col .	top text n-----t5importan !imporboximportan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t5  rgin:0  !impors!imdard.portan !imporboximportan !importan.4;
	t	l-z-oft.Alpha(Opacity=40)"3  
		opacity:0.4;		
		3osition:absolute;
	3left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight3d column / column on3o%		tic;		pgw-gw-go-col .	top text n-----t5 rgin:0  !impors!imdardigw-go-c !imporont-si.4;
	tw;
		cleat;
		width:100% ;opgw-gw-go-col .	top text n-----t5 rgin:0  !impogh3t .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t5igw-go-c		contentf	posi,gw-gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t5igw-go-c		contentf	p	mar,gw-gw-go-col .	top text n-----t5 rgin:0  !impors!imdard.portan !imporboxiposigigw-gw-go-col .	top text n-----t5 rgin:0  !impors!imdard.portan !imporboxip
	.gw ;
	 		bor		width:100% ;		-gw-go-col .	top text n-----t5 rgin:0 x;		gigw-gw-go-col .	top text n-----t5importan-hovbw 
    s linear, toc9c9c9% }	pgw-gw-go-col .	top text n-----t5 rgin:0 x;		
		margigw-gw-go-col .	top text n-----t5 rgin:0 x;		b
		margw ;
	 s#333% ;gw	gw-/*ssssedetails1    
gw-gw-go-col .	top text n-----t5importanbody w 
 mporont-sid;
	 	transit% }
pgw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t5importanbody >   w eft:0;		
		po	transit%eft:;
	 s#9D9D9D%tic;		pgw-go-col .	top text n-----t5 rgin:0 body >   mportanevenw ius:3px;
		b5b5b5% }pgw-gw-gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t5igw-go-cbody >   gwi!important;
				width:100% ;			{
gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t5igw-go-cbody >   mportaneven;ore {
bodycy"	..4;
	t,gw-gw-go-col oads/uter_Room_ .	top text n-----t5igw-go-cbody >   ;ore {
bodycy"	..4;
	tg{	-z-opacity:0.4%-go-coinb,
	.gw-n					-z-o20px -2tantoiv {
		go-culinear !important;
					background:#fff;
	.gw-go-en-F !i;ow:ns:50px;n-F%								tic;{
gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t5igw-go-cbody >   mportaneven;ore {
bodycy"	..4;
	tg{				 -z-oft.Alpha(Opacity=40)"1  
		opacity:0.4;		
		1osition:absolute;
	1left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight1d comn / column on1;tic;{
gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t5igw-go-cbody >   ;ore {
bodycy"	..4;
	t{-z-oft.Alpha(Opacity=40)"15 
		opacity:0.4;		
		15osition:absolute;
	15left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight15 column / column on15%;
	}:19px;F !im 
				tic !importa1%d		tic;{
gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t5igw-go-cbody >   gw ;
	 s#333% ;gw			possssss; }
	1    
-	pter_Room_ .	top text n-----t5igw-go-c:none 	rowgwi;
	 s#9D9D9D% ;{
gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t5igw-go-c:none 	rowgw ;
	 s#333o-col:	befosibuin-n
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t5 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t5 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		gw-------------------------------------------------------------------- */

	.gw-go-header7.7------------- 6erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t6important;
	}
	,l-wrap.gw-go-current .gw-go-col {	
		margin-top:0;
		top:ol .	top text n-----t6important;
	}
	
 ius:3px;
		bor% ;{
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t6importan !imporont-sigwi!;
		height:80px;n:r	left:50%00% ;		-gw-go-col .	top text n-----t6importan !imporboximportan !imporont-sigwi!;
		height:80px;n:r	left:50%00% ;		-gw-go-col .	top text n-----t6importan !impors!imdardiimportan !imporont-sigwii!;
		height:80px;n:relati255,255,255nt-2)		width:100% ;			-gw-go-col .	top text n-----t6importan !impors!imdardmportan !imporboxiimportan !imporont-sigwii!;
		height:80px;n:relati255,255,255nt-b5)		width:100% ;		gw-gw-go-col .	top text n-----t6 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:0;		
		position					-z-opacity:0.4		width:100%-go-coinb,
	.gw-  /** 1. ren					-z-o20px -26w-goiv {
		-mn					-z-oft.Alpha(Opacity=40)"15 
		opacity:0.4;		
		15osition:absolute;
	15left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight15 column / column on15%;
	}
    .gw-go-hean				tic !important%tic;		pgw-go-col .	top text n-----t6 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:gin:0 0 0 -%tic;		pgw-gw-go-col .	top text n-----t6importan !impors!imdardmportan !imporboximportan !importan.4;
	t	l-z-oft.Alpha(Opacity=40)"3  
		opacity:0.4;		
		3osition:absolute;
	3left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight3d column / column on3o%		tic;		pgw-gw-go-col .	top text n-----t6 rgin:0  !impors!imdardigw-go-c !imporont-si.4;
	tw;
		cleat;
		width:100% ;o
/gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t6 rgin:0  !impogh3gw ;
	 		bor		width:100% ;		pgw-gw-go-col oads/2016/08/Computer_Roool .	top text n-----t6 rgin:0 		contentf,gw-gw-go-col .	top text n-----t6 rgin:0  !imporboxgh3,gw-gw-go-col .	top text n-----t6importan !impors!imdardmportan !imporboximportan		contentf	posi,gw-gw-go-col .	top text n-----t6importan !impors!imdardmportan !imporboximportan		contentf	p
	.gw ;
	 		bor		width:100% ;			.gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-colx;			n.4;
	t	l-z-opacity:0.4%tic !important%tz-o20px -2tantoiv 	}
    .gw-go-heaoiv {
		-;n:.gw-go-e-;n:gularw:none !impor0 0 -ula
		pgw-gw-go-col .	top text n-----t6importan2px;		
	,gw-gw-go-col .	top text n-----t6importan-hovbt 3pgw ;
	 		bor% ;gw	gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t6importan2px;	,pgw-gw-go-col oads/2016/08/Computer_Roool .	top text n-----t6 rgin:0 -hovbw 
    s linear, toc9c9c9% }	gw-gw-go-col oads/2016/08/Computer_Roool .	top text n-----t6 rgin:0 -hov		
	,pgw-gw-go-col oads/2016/08/Computer_Roool .	top text n-----t6 rgin:0 -hovb
	
 ius:3px;
		bor		width:100% ;		p		posssssedetails1    
gw-gw-go-col .	top text n-----t6importanbody w 
 mporont-sid;
	 	transit% }gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t6importanbody >   gweft:0;		
		po	transit%ef
	oz-box-shad;
	 		bor%eft:;
	 s#9D9D9D%tic;		pgw-go-col .	top text n-----t6 rgin:0 body >   mportanevenw ius:3px;
		b5b5b5% }pgw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t6importanbody w 
 mporont-sid;
	 sitio;
		margin% ;{
gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t6importanbody >   gweft:0;		
		po	t;
%ef
	oz-box-shad;
	 		bor%eft:;
	 s#bor
	[3.1] HEADER	gw			possssss; } h1     /gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t6 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		pgw-/*o-3coln;/Co
	/ se;curr;
		at; 	befosibuin-n
	.gw-g;
		a}
gw-gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t6importanbtn
 ius:3px;
		bor		width:100% ;		p		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t6 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t6importan:none 	rowt .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t6igw-go-c:none 	rowgwi;
	 s#9D9D9D% ;{
/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t6igw-go-c:none 	rowt .gwntent.gw-go-col {	
		margin-top:0;
		top:ol .	top text n-----t6igw-go-c:none 	rowgwi;
	 sitio% }p------------------------------------------------------------------------- */

	.gw-go {
		fon7.8------------- 7erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-
		top:ol .	top text n-----t7important;
	}
	
 ius:3px;
		bor% ;{
gw-/*ssssedetails1    
gw-gw-go-col .	top text n-----t7importanbody w 
 mporont-sid;
	 siransit% }
pgw-gw-go-col .	top text n-----t7igw-go-cbody >   mportaneven;ore {
bodycy"	..4;
	t,gw-gw-go-col .	top text n-----t7igw-go-cbody >   ;ore {
bodycy"	..4;
	t {			-z-opacity:0.4%-go-coinb,
	.gw-n					-z-o20px -2tantoiv {
		go-culinear !important;
						-z-oft.Alpha(Opacity=40)"1  
		opacity:0.4;		
		1osition:absolute;
	1left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight1d comn / column on1;tic	p:19px;F !im 
						background:#fff;
	.gw-go-en-F !i;					tic !importa1%dow:ns:50px;n-F%tic;		pgw-go-col .	top text n-----t7igw-go-cbody >   ;ore {
bodycy"	..4;
	t{-z-oft.Alpha(Opacity=40)"15 
		opacity:0.4;		
		15osition:absolute;
	15left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight15 column / column on15%;
;		pgw-gw-go-col oads/2016/08/Computer_Roool .	top text n-----t8importanbody w 
 mporont-sid;
	 sitio;
		margin% 	gw			possssss; } h1     /gw-/*obuin-n
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t7 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t7 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		
gw-gw-go-col .	top text n-----t7 rgin:0 :none 	rowgw ;
	 s#333% ;ith		bef---------------------------------------------------------------------- */

	.gw-go-header7.9------------- 8erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t8important;
	}
	
 ius:3px;
		bor% ;{
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t8importan !imporont-sigwi!;
		height:80px;n:r	left:50%00% ;		-gw-/*ssssedetails1    
gw-gw-go-col .	top text n-----t8importanbody w 
 mporont-sid;
	 siransit% }gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t8importanbody >   gweft:0;		
		po	transit%ef
	oz-box-shad;
	 		bor%eft:;
	 s#9D9D9D%tic;		pgw-go-col .	top text n-----t8 rgin:0 body >   mportanevenw ius:3px;
		b5b5b5% }pgw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t8importanbody >   gweft:0;		
		po	t;
%ef
	oz-box-shad;
	 		bor%eft:;
	 s#borADER	gw			possssss; } h1     /gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t8 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		gw-/*o-3coln;/Co
	/ se;curr;
		at; 	befosibuin-n
	.gw-g;
		a}
gw-gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t8importanbtn
 ius:3px;
		bor		width:100% ;		gw-gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t8importan:none 	rowgwi;
	 sitio		width:100% ;		p		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t8 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t8 rgin:0 :none 	rowt .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t8igw-go-c:none 	rowgwi;
	 s#9D9D9D% ;{
/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t8igw-go-c:none 	rowt .gwntent.gw-go-col {	
		margin-top:0;
		top:ol .	top text n-----t8igw-go-c:none 	rowgwi;
	 sitio% }ith		bef---------------------------------------------------------------------- */

	.gw-go-header7.10------------- 9erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-/*sssseader h1     /gw-gw-go-col .	top text n-----t9importan !imporont-sigw-z-o20px -input {
	!;
		height:80px;n:r	left:50%00%{
;			-gw-go-col .	top text n-----t9 rgin:0  !impogh3gw ;
	 		bor% }gw-gw-go-col .	top text n-----t9 rgin:0 x;		gigw-gw-go-col .	top text n-----t9 rgin:0 -hovbw 
    s linear, toc9c9c9% }	.gw-
		top:ol .	top text n-----t9 rgin:0 x;		
		margigw-gw-go-col .	top text n-----t9 rgin:0 x;		b
		margw ;
	 s#333% ;gw	-gw-/*ssssedetails1    
			-gw-go-col .	top text n-----t9 rgin:0 body >   gwi!important		bor% }gw-gw-go-col .	top text n-----t9 rgin:0 body >   mportaneven;ore {
bodycy"	..4;
	t,gw-gw-go-col .	top text n-----t9igw-go-cbody >   ;ore {
bodycy"	..4;
	t {			-z-opacity:0.4%-go-coinb,
	.gw-n					-z-o20px -2tantoiv {
		go-culinear !important;
						-z-oft.Alpha(Opacity=40)"1  
		opacity:0.4;		
		1osition:absolute;
	1left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight1d comn / column on1;tic	p:19px;F !im 
						background:#fff;
	.gw-go-en-F !i;					tic !importa1%dow:ns:50px;n-F%tic;		pgw-gw-go-col .	top text n-----t9igw-go-cbody >   ;ore {
bodycy"	..4;
	t{-z-oft.Alpha(Opacity=40)"15 
		opacity:0.4;		
		15osition:absolute;
	15left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight15 column / column on15%;
;	gw			possssss; } h1     /gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t9importanbtn
mn /!important		bor% -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		pgw-gw-go-col .	top text n-----t9igw-go-c:none 	rowgwi;
	 sitio		width:100% ;		p		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t9 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		
gw----------------------------------------------------------------------- */

	.gw-go-header7.11------------- 10erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-ter_Room_ .	top text n-----t10important;
	}
	
 ius:3px;
		bor% ;{gw-ter_Room_ .	top text n-----t10importan !imporont-sigw-z-o20px -input {
	!;
		height;
%		{
;			-gw-go-col .	top text n-----t10 rgin:0  !impogh3gw ;
	 		bor% }gw-gw-go-col .	top text n-----t10 rgin:0 x;		gigw-gw-go-col .	top text n-----t10 rgin:0 -hovbw 
    s linear, toc9c9c9% }	.-gw-go-col .	top text n-----t10 rgin:0 -hov
		margigw-gw-go-col .	top text n-----t10 rgin:0 x;		b
		margw ;
	 s#333% ;gw	gw-/*ssssedetails1    
gw-gw-go-col .	top text n-----t10importanbody w 
 mporont-sid;
	 siransit% }
pgw-gw-go-col .	top text n-----t10importanbody >   gweft:0;		
		po	transit%ef
	oz-box-shad;
	 		bor%eft:;
	 s#333 {
}gw-gw-go-col .	top text n-----t10 rgin:0 body >   mportanevenw ius:3px;
		b5b5b5% }pgw-		possssss; } h1     /gw-/*obuin-n
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t10 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t10 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		
gw-gw-go-col .	top text n-----t10 rgin:0 :none 	rowgw ;
	 s#333% ;ith		be---------------------------------------------------------------------- */

	.gw-go-header7.12------------- 12erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col .	top text n-----t12important;
	}
	
 ius:3px;
		bor% ;mn		possssseader h1     /gw-gw-go-col .	top text n-----t12importan !imporont-sigw-z-o20px -input {
	!;
		height;
%		{
;	.gw-gw-go-col .	top text n-----t12importan !impogh3g		margw ;
	 s#333% ;	gw		posssssedetails1    
gw-gw-go-col .	top text n-----t12importanbody w 
 mporont-sid;
	 	transit% }
pgw-gw-go-col .	top text n-----t12importanbody >   gweft:0;		
		po	transit%ef
	oz-box-shad;
	 		b5b5b5%eft:;
	 s#333 {
}gw-gw-go-col .	top text n-----t12importanbody >   gagw ;
	 s#333% }	.-gw-go-col .	top text n-----t12importanbody >   :first-childgwi!;
		heig-;
	 		bor% }gw-gw-go-col .	top text n-----t12importanbody >   mportanevengw -radius:3px;
		b5b5b5 {
	oz-box-shad;
	 	transit%;
;	gw			possssss; } h1     /gw-/*obuin-n
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t12 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t12importanbtnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		pgw-gw-go-col .	top text n-----t12 rgin:0 :none 	rowgw ;
	 s#333o-col:
gw----------------------------------------------------------------------- */

	.gw-go-header7.13------------- 13erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col .	top text n-----t13importan !imporont-sigw-z-o20px -input {
	!;
		height;
%	{
}gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t13important;
	}
	
 ius:3px;
		bor% ;mn 		possssseader h1     /gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t13importan !impo pgw ;
	 s#333% }pgw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t13importan !impot .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t13importan !impo h1t .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t13importan !impo pgw ;
	 		bor		width:100% ;		gw	gw-/*ssssedetails1     /gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t13importanbody w 
 mporont-sid;
	 	transit% }gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t13importanbody w 
 mporont-sid;
	 	tbor% }
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t13importanbody >   gweft:0;		
		po	transit%ef
	oz-box-shad;
	 		bor%eft:;
	 s#9D9D9D%tic;		pgw-go-col .	top text n-----t13importanbody >   mportanevenw ius:3px;
		b5b5b5% }pgw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t13importanbody >   gweft:0;		
		po	t;
%ef
	oz-box-shad;
	 		bor%eft:;
	 s#borADER	gw			possssss; } h1     /gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t13 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		gw-/*o-3coln;/Co
	/ se;curr;
		at; 	befosibuin-n
	.gw-g;
		a}
gw-gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t13importanbtn
 ius:3px;
		bor		width:100% ;		p		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t13 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		pgw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t13 rgin:0 :none 	rowt .gwntent/uploads/2016/08/Computer_Room_ .	top text n-----t13importan:none 	rowgwi;
	 s#9D9D9D% ;gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t13importan:none 	rowt .gwntent.gw-go-col {	
		margin-top:0;
		top:ol .	top text n-----t13igw-go-c:none 	rowgwi;
	 sitio% }ith		be---------------------------------------------------------------------- */

	.gw-go-header7.14------------- 14erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t14 important;
	}
	
 ius:3px;
		b5b5b5% ;gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t14 important;
	}
	
 ius:3px;
		bor% ;mn 		possssseader h1     /gw-ter_Roool .	top text n-----t14importan !importangwi!important		bor% }gw-gw-go-col .	top text n-----t14importan !imporboximportan !importangwi!imp3px;
s	left:50%;% }gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t14 rgin:0  !impogh3gw ;
	 s#333% }	.-gw-go-col .	top text n-----t14 	mportan !imporboxgh3gw ;
	 		bor		width:100% 
		pgw-gw-go-col .	top text n-----t14 	mportan !impors!imdardmportan !imporboximportan		contentf	posi,gw-gw-go-col .	top text n-----t14 	mportan !impors!imdardmportan !imporboximportan		contentf	p
	.gw ;
	 		bor		width:100% ;		.gw-gw-go-col .	top text n-----t14importan !imporont-si.4;
	t,gw-gw-go-col .	top text n-----t14 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	left:0;		
		position					-z-opacity:0.4		width:100%-go-coinb,
	.gw-  /** 1. ren					-z-o20px -26w-goiv {
		-mn					-z-oft.Alpha(Opacity=40)"3  
		opacity:0.4;		
		3osition:absolute;
	3left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight3d column / column on3o%;
	}
    .gw-go-hean				tic !important%tic;		pgw-go-col .	top text n-----t14 rgin:0  !impors!imdardigw-go-c !importan.4;
	t	l gin:0 0 0 -% ;		pgw-gw-go-col .	top text n-----t14 rgin:0  !impors!imdardigw-go-c !imporont-si.4;
	tw;
		cleat;
		width:100% ;o		.gw-gw-go-col .	top text n-----t14importanx;		gigw-gw-go-col .	top text n-----t14importan-hovbw 
    s linear, toc9c9c9% }
	.gw-gw-go-col .	top text n-----t14importanx;		
		margigw-gw-go-col .	top text n-----t14 rgin:0 x;		b
		margw ;
	 s#9D9D9D% ;			p		posssssedetails1    
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t14 rgin:0 body w 
 mporont-sid;
	 	tbor% }gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t14 rgin:0 body w 
 mporont-sid;
	 	transit% }
gw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t14 rgin:0 body >   gwief
	oz-box-shad;
	 		bor%eft:;
	 s#9D9D9D%tic}gw-/*o-3coln;/Co
	/ se;curr;
		at;  .gwntent/uploads/2016/08/Computer_Roool .	top text n-----t14 rgin:0 body >   gwief
	oz-box-shad;
	 	transit%it-b;
	 s#333333ADER	gw			possssss; } h1     /gw-ter_Roool .	top text n-----t14 rgin:0 fnone 	rowgwi;
	 s#9D9D9D% ;{
gw-go-col oads/2016/08/Computer_Room_ .	top text n-----t14 rgin:0 :none 	rowgw ;
	 s#333o-cgw-/*o-3coln
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t14 rgin:0 btnw -go-!importants#9D9D9Dk-go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-it-;		p		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t14 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;ol:bef---------------------------------------------------------------------- */

	.gw-go-header7.15------------- 15erflow:hidden; 
    	position:relative;
		text-align:center;
		width:100%;
     }
	.gw-gw-go-col .	top text n-----t15important;
	}
	
 ius:3px;
		bor% ;mn	gw-/*ssssedetails1    
gw-gw-go-col .	top text n-----t15importanbody w 
 mporont-sid;
	 	transit% }
pgw-gw-go-col .	top text n-----t15importanbody >   w eft:0;		
		po	transit% it-;		pgw-go-col .	top text n-----t15 rgin:0 body >   mportanevenw ius:3px;
	t;
%  ;			-gw-go-col .	top text n-----t15igw-go-cbody >   mportaneven;ore {
bodycy"	..4;
	tg{				-z-opacity:0.4%-go-coinb,
	.gw-n					-z-o20px -2tantoiv {
		go-culinear !important;
						-z-oft.Alpha(Opacity=40)"1  
		opacity:0.4;		
		1osition:absolute;
	1left:0;
		top:100%;
		width:100%;
	}
	
	/* enlarge highlight1d comn / column on1;tic	p:19px;F !im 
						background:#fff;
	.gw-go-en-F !i;					tic !importa1%dow:ns:50px;n-F%tic;		pgw-ossssss; } h1     /gw-/*obuin-n
	.gw-g;
		a}
gw-gw-go-col .	top text n-----t15 rgin:0 btnw -go-!importantn
		-m;url(../
		-ms//Come.png)k-go-!importantn}
    .g200 !imk-go-!importantng:pea-:ning:pea-rreeeeit-b;
	 sitio;
		margin-p 0}		posibuin-n;/Co
	;
		a}
gw-gw-go-col .	top text n-----t15 rgin:0 btnb/Co
	
-go-!importantn}
    .g0imk-go-!importantng:pea-:g:pea-%tic;		-gw-go-col .	top text n-----t15 rgin:0 :none 	rowgw ;
	 s#333o-ceeit