/* desktop styles goes here*/
/* @media screen and (min-width:769px) { */

body {
	
}

	
	header {
	width: 100%;
	background: beige;
	background: #f2f2f2;
	background: gray;
	background: white;
	height: 124px;
	z-index: 1;
	float: left;

	/*position: fixed;*/
	
	/*box-shadow:  0px 3px 6px -3px;*/
}



.fprint {
	display: none;    
    width: 120px;
    height: 80px;
}






#logo1 {
	
	left: 10px;
	top: 0px;
	/*width: 208px;*/
	float: left;
	position: absolute;	
}


#logo1 img {
	max-width: 100%;
}


.headertopcontent {
	margin: 0 auto;
	width: 980px;
	width: 90%;	

	padding: 6px;
	/*border: 1px solid gray;	*/
	height: 130px;
	background:white;	
	position: relative;
}


.toplr {
	
	position: absolute;
	width: 580px;
	height: 28px;
	
	width: 68%;

	padding: 0px;
	margin: 0px;
	top: 50px;
	left: 260px;
	font-family: Arial, tahoma, serif;
	font-size: 0.9em;
	background:blue;
	background: white;
}


/* Underline animation */ 


.headertopcontent span {
  display:block;
  width:calc(100% - 23px);
  height:4px;
  background:#0088CC;
  position:absolute;
  left:10px;
  bottom:-5px;
}

.headertopcontent span {
  display: none;
}

.headertopcontent li a:hover ~ span {
   animation:ul 0.2s ease-out;
   background:#333;
   display: inline-block;
}

@keyframes ul {
  0% { 
    width:0;
  }
  100% { 
    width:calc(100% - 23px);
  }
}


.headertopcontent ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
   
   list-style:none;
  font-family:'Trebuchet MS';
  font-size:1em;
  text-align:center;
  
  /*width: 80%;*/

}


.headertopcontent li {
	
	margin-right: 10px;
	font-family: serif;
	list-style: none;
	
	
	position:relative;
  display:inline;

}



.hcontact {
	display: none;
	float: right;
	margin-right: 100px;
	line-height: 1.3em;
	font-size: 0.8em;
}




.headertopcontent li a {
	
	line-height: 1em;
    padding: 0 1em;

    display: inline-block;
    color: black;



    text-align: center;
    padding: 8px 16px;
    text-decoration: none;

}



/*

.headertopcontent li a:hover {
	
	background-color: #f0f5f5;
	color: #33cccc;
	color: #00b8e6;
}

*/


.main {
	width: 980px;
	width: 80%;
	padding: 0px;
	/*padding-top: 160px;	*/		/* set this so the main div dont go under the fixed top bar*/
	margin: 0 auto;
	/*min-height: 200px;*/
	/*min-height: 180px;	*/			/*this stops the footer to jump on the top of the page in mobile view when fprint is clicked*/
	/*background: #f5f5f0;*/
	/*height: auto; */			/*tmp height setting */
	/*box-shadow:  0px 0px 1px 0px;*/
	line-height: 1.1em;
	
	/*background: url('../webimages/bg4.jpg'); */
	/*max-width: 1200px;*/
	
	/*border: 2px solid red;*/
	position: relative;
}


section {
	width: 94%;
	margin: 0 auto;
}

section.categ aside {
	width: 32%; 
	float:left;
	text-align: left;
	background: white;
	/*height: 400px;*/
	margin-right: 1%;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.10);	
}

section.categ aside .scontent img {
	display: block;
	margin-bottom: 15px;
	width: 96%;
	margin: 0 auto;
	min-width: 200px;
}


section.categ aside .scontent {
	padding: 20px;
}


section.categ aside .scontent h3 {
	float: left;
	font-size: 1.1em;
	margin-left: 10px;
}


section.categ aside .scontent p {
	padding: 20px;
}






.servicesmain {
	width: 900px;
	padding: 20px;
	/*padding-top: 80px; */			/* set this so the main div dont go under the fixed top bar*/
	margin: 0 auto;
	min-height: 800px;
	/*background: #f5f5f0;*/
	height: auto;			/*tmp height setting */
	/*box-shadow:  0px 0px 1px 0px;*/
	line-height: 1.2em;
	font-size: 1em;
	/*background: silver;*/ 
}
		
.servicesmain .oslist {
	float: left;
	margin: 0px 60px 40px 16px;
	font-size: 1em;

	
}

.clear {
	clear: both;
}

.servicesmain .clear {
	clear: both;
}


.servicesmain li {
	margin: 4px 0;
}


/*
.wraps {
	width: 950px;
	height: 300px;
	margin: 0 auto;
	background: gray;
	float: left;
	
}
*/


.networks {
	width: 266px;
	height: 360px;
	min-height: 360px;


	padding: 10px;
	background: silver;
	background-color: #ebebe0;
	background: white;
	font-size: 0.9em;
	
	float: left;

	margin: 0px 14px 80px 16px;
	
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.10);	
}







/*
.networks img {
	width: 100%;
	height: auto;
}
*/





.subscribe {
	background: orange;
	color: black;
	padding: 6px;
	border: 1px solid black;
}


.addtocart {
	background: #006680;
	color: black;
	padding: 6px;
	border: 1px solid black;
}


/*
.hidden {
	width: 100%;
	height: 260px;
	display: none;
	background: red;
	float: left;
}
*/

/*
footer {
	width: 100%;
	z-index: 1;
	float: left;
	border: 1px solid blue;
	height: 124px;
}
*/


.footer {
	width: 100%;
	height: 200px;
	background: #4d4d4d;
	padding: 0px;
	margin: 0px;
	background: white;
		
	

	/*background: #4d4d4d url('../webimages/bg-overlay.png'); */

}

.em {
	unicode-bidi:bidi-override; 
	direction: rtl;
}


.footertop {
	width: 90%;
	margin: 0 auto;
	background: #4d4d4d;
	height: 120px;
	padding: 20px;
	color: silver;
	font-size: 0.8em;
	background: white;

	/*border-top: 1px solid silver; */

	/*-webkit-box-shadow: 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: 0 20px 20px -20px rgba(0,0,0,0.8);

    box-shadow: 0px -5px 2px -2px;  */

}




.footerul {
	line-height: 20px;
	float: left;
	margin: 0px 80px 0px 20px;
}

.footerul a {
	text-decoration: none;
	color: #737373;
	
}

.footerul a:hover {
	/*text-decoration: underline;*/
	border-bottom: 1px solid black;
}


#cp {
	width: 220px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	color: #a6a6a6;
	margin-top: 40px;

}

.footercontact {
	width: 220px;
	height: 80px;
	/*border: 1px solid silver; */
	padding: 10px;
	line-height: 1.6em;
	float: right;
	color: black;
	text-align: right;
	font-size: 1.2em;
	
	
}


.footercontact h3 {
	float: right;
	margin-bottom: 4px;
}


.links {
	float: left;
	
}



#win7 {
background: url('../webimages/win7logo_small.png') no-repeat;
height: 20px;
padding-left: 22px;
background-position: 0 2px;
}

#win8 {
background: url('../webimages/win8logo_small.png') no-repeat;
height: 20px;
padding-left: 22px;
background-position: 0 2px;
}

#win10 {
background: url('../webimages/win10logo_small.png') no-repeat;
height: 20px;
padding-left: 22px;
background-position: 0 2px;
}


#debian {
background: url('../webimages/debian_small.png') no-repeat;
height: 20px;
padding-left: 22px;
background-position: 0 2px;
}


#redhat {
background: url('../webimages/redhatlogo_small.png') no-repeat;
height: 20px;
padding-left: 22px;
background-position: 0 2px;
}


#ubuntu {
background: url('../webimages/ubuntulogo_small.png') no-repeat;
height: 20px;
padding-left: 22px;
background-position: 0 2px;
}


#mac {
background: url('../webimages/maclogo_small.png') no-repeat;
height: 20px;
padding-left: 22px;
background-position: 0 2px;	
}


.offers {
	
	width: 280px;
	height: 400px;
	background: silver;
	background-color: #ebebe0;
	background: white;
	/*border: 1px solid silver;*/
/*	padding: 18px;*/
	float: left;
	margin-left: 8px;
	margin-right: 12px;
	border-radius: 10px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.windows, .businessplan {
	background: white;
	width: 260px;
	height: 30px;
	padding: 10px;
	
	
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   -moz-box-shadow: 0 4px 8px -5px #000000;
        box-shadow: 0 4px 8px -5px #000000;
}



.subscribe {
	background: orange;
	width: 260px;
	height: 30px;
	padding: 10px;
	
	
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   -moz-box-shadow: 0 4px 4px -2px #000000;
        box-shadow: 0 4px 4px -2px #000000;

       
}



.windows img {
	width: 20px;
	height: 20px;
	vertical-align:middle;
	margin-right: 12px;
}

.windows p {
	margin-top: 4px;
	color: #00ccff;
	text-align: center;
	font-size: 1em;
}


.subscribe img {
	width: 20px;
	height: 20px;
	vertical-align:middle;
	margin-top: -8px;
	margin-right: 12px;

}

.subscribe p {
	margin-top: 4px;
	color: black;
	text-align: center;
	font-size: 1.2em;

}


.businessplan img {
	width: 20px;
	height: 20px;
	vertical-align:middle;
	margin-top: -6px;
	margin-right: 2px;
}


.businessplan p {
	margin-top: 4px;
	color: black;
	text-align: center;
	font-size: 1em;
}

.divul {
	padding: 20px;
	font-size: 0.9em;
}


.divulb {
	padding: 16px;
	font-size: 0.9em;
}


.cleanup {
	background: url('../webimages/icons/broom_icon.png') no-repeat;
	background-position: 0 1px;
	height: 20px;
	padding-left: 22px;
	/*margin-bottom: 10px;*/
	/*width: 16px;	*/
}


.spyware {
	background: url('../webimages/icons/spywareicon.png') no-repeat;
	height: 20px;
	background-position: 0 1px;
	padding-left: 22px;	
}

.virus {
	background: url('../webimages/icons/virus_16.png') no-repeat;
	height: 20px;
	padding-left: 22px;	
	background-position: 0 1px;
	
}

.update {
	background: url('../webimages/icons/winupdate16.png') no-repeat;
	height: 20px;
	padding-left: 22px;	
	background-position: 0 1px;
}

.file {
	background: url('../webimages/icons/fileicon16.png') no-repeat;
	height: 20px;
	padding-left: 22px;	
	background-position: 0 1px;
}

.hdd {
	background: url('../webimages/icons/hddicon16.png') no-repeat;
	height: 20px;
	padding-left: 22px;	
	background-position: 0 1px;
}

.folderm {
	background: url('../webimages/icons/macfoldericon16.png') no-repeat;
	height: 20px;
	padding-left: 22px;	
	background-position: 0 1px;
}

.comp {
	background: url('../webimages/icons/comicon.png') no-repeat;
	height: 20px;
	padding-left: 22px;	
	background-position: 0 1px;
}




.cloud {
	background: url('../webimages/icons/storage16.png') no-repeat;
	height: 20px;
	background-position: 0 3px;
	padding-left: 22px;	
}

.square {
	list-style-type: square;
	/*margin-top: 8px;
	margin-left: 24px;*/
	float: left;
	margin: 10px 80px 30px 40px;
	
}

.square1 {
	list-style-type: square;
	/*margin-top: 8px;
	margin-left: 24px;*/
	float: left;
	margin: 10px 0px 0px 40px;
	
}



.content {
	
	width: 90%;
	/*height: 140px;*/
	
	margin: 0 auto;
	/*background: gray;*/
	font-size: 1.2em;
	background: white;

}

.content .square li {
	margin: 2px 0;	
}


.mimg {
	float: left;
	width: 300px;
	height: 200px;
	background: silver;
}


#error {
	font-family: "Courier New", "Times New Roman", Times, serif;
	font-weight: bold;
}

.login {
	margin-top: 50px;
	width: 400px;
	height: 220px;
	background: white;
	padding: 16px;
	border: 1px solid silver;
}

.login h3 {
	margin: 0px 0px 2px 2px;
}


.tbl td {
	/*border: 1px solid black;*/
	padding: 2px;
}

.tbl input {
	/* border: 1px solid black;*/
	padding: 10px;
	background: #666666;
	background: #f2f2f2;

	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
    box-shadow: inset 2px 2px 2px 0px #dddddd;
    
    overflow: auto;
    width: 300px;
    height: 20px;    
    font-family: tahoma;
    font-size: 13px;
    border: 1px solid #aaa;
    border: 1px solid #00e6e6;
    /*background: 2px solid #00e6e6;*/
}

.php {
	
	width: 100%;
	height: 220px;
	font-size: 1.2em;
	margin-top: 30px;
}

.php img {
	float: left;
	margin-right: 20px;
	box-shadow:  0px 6px 16px -2px;

}


.web {
	width: 100%;
	font-size: 1.2em;
}


table {
  border-spacing: 2;
}

::-webkit-input-placeholder { /* Chrome */
  color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000;
  opacity: 1;
}



#lg {
	border: 1px solid #00e6e6;
	padding: 6px;
	margin-left: 2px;
	margin-top: 6px;
	background: #cccccc;
	color: black;
	font-size: 0.8em;
}

.warning {
	margin-left: 2px;
	font-size: 0.6em;
	line-height: 1em;
	color: red;
	margin-bottom: 10px;
}


.footerclass {
	/*margin-top: 90%;*/
	position: absolute;
	top: 160%;
}





















/* Desktop Only */

@media screen and (max-width: 1120px) {

.square {
	list-style-type: square;
	/*margin-top: 8px;
	margin-left: 24px;*/
	float: left;
	margin: 10px 20px 10px 10px;
	
}

.square1 {
	list-style-type: square;
	/*margin-top: 8px;
	margin-left: 24px;*/
	float: left;
	margin: 10px 0px 0px 120px;
	margin-left: 10px;
	
}

.headertopcontent li a {
	
	line-height: 1em;
    padding: 0 1em;

    display: inline-block;
    color: black;



    text-align: center;
    padding: 8px 10px;
    text-decoration: none;

}




}










/*@media screen and (max-width: 958px) {*/

@media only screen and (min-width: 781px) and (max-width: 958px) {


.main {
	width: 100%;
}

.square {
	list-style-type: square;
	/*margin-top: 8px;
	margin-left: 24px;*/
	float: left;
	margin: 10px 20px 10px 10px;
	
}


.headertopcontent li a {
	
	line-height: 1em;
    padding: 0 1em;

    display: inline-block;
    color: black;



    text-align: center;
    padding: 8px 6px;
    text-decoration: none;
    color: #008ae6;
}

.toplr {
	
	position: absolute;
	width: 580px;
	height: 28px;
	
	width: 100%;

	padding-bottom: 0px;
	margin:0px;
	top: 156px;
	left: 10px;
	font-family: Arial, tahoma, serif;
	font-size: 0.9em;
	
}

.content {
	margin-top: 40px;
}

.content .square1 li {
	margin: 4px 0;
}


section {
	width: 100%;
	margin: 0 auto;
}

section.categ aside {
	width: 100%; 
	float: none;
	text-align: left;
	background: white;
	/*height: 400px;*/
	
	position: relative;
	height: 250px;
	
	border-bottom: 1px solid silver;
	padding: 0px;
	margin-bottom: 20px;

}



section.categ aside .scontent img {
	
		display: inline-block;
		/*width: 280px;*/
		width: 34%;
		/*position: absolute;
		top: 42px;
		left: 0px;*/
		margin-left: 30px;
	 	float: left;
	 	margin: 0 20px 0 10px;	
}


section.categ aside .scontent {
	padding: 20px;
	/*margin-left: 300px;*/
	height: auto;
	
}


section.categ aside .scontent h3 {
	
	font-size: 1.1em;
	/*margin-left: -290px;*/
	position: absolute;
	font-weight: bold;
	top: 0;
	
}


section.categ aside .scontent p {
	padding: 20px;
	margin-top: 20px;

}






}








































/*} */  /* end of desktop media query */




/* any mobile less than 480 px wide */
@media only screen and (max-width:480px) {		
	

#logo1 {
	
	position: absolute;
	left: 10px;
	top: 10px;
	/*width: 208px;*/
	float: left;
	z-index: 3;
		
}


.logoimg {
	width: 150px;
	height: 120px;
}



.fprint {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 180px;
	
	cursor: pointer;

}


#fprint {
   	width: 100px;
   	height: 130px;
    display: block;
    cursor: pointer;
}


.main {

width: 100%;
min-height: 280px;

}

.content {
	float:left;
	width: 90%;
	/*height: 140px;*/
	margin-left: 10px;
	/*background: gray;*/
	font-size: 1.2em;
	padding: 8px;
}


.headertopcontent {
	margin: 0 auto;
	/*width: 980px;*/
	width: 90%;

	padding: 6px;
	/*border: 1px solid gray;	*/
	height: 120px;
	
}




.toplr {
	display: none;
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 0px;
	
	width: 100%;
	font-family: tahoma, Arial, serif;
	font-size: 1.2em;
	height: 300px;

	
}





.headertopcontent span {
  display:none;
  width:calc(100% - 23px);
  height:4px;
  background:#0088CC;
  position:absolute;
  left:10px;
  bottom:0px;
  
}



.headertopcontent li a:hover ~ span {
   animation:ul 0.2s ease-out;
   background:#333;
   display: inline-block;
   /*display: none;*/

}

@keyframes .headertopcontent ul {
  0% { 
    width:0;
  }
  100% { 
    width:calc(100% - 23px);
  }
}


.headertopcontent ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
   
  list-style:none;
  font-family:'Trebuchet MS';
  font-size:1em;
  text-align:center;
  margin-top:30px;
  margin: 0 auto;
  width: 100%;

  
}


.headertopcontent li {
	
	margin-right: 10px;
	font-family: serif;
	list-style: none;
	
	
	position:relative;
    display:block;
    background: white;
    width: 100%;	

}



.headertopcontent li a {
	
	line-height: 1em;
  	padding: 0 1em;

    display: inline-block;
    color: black;


    width: 100%;
    text-align: center;
    padding: 14px 0px;
    text-decoration: none;   


}


.headertopcontent li a:hover {
	/*background: #00ccff;*/
}






.footerul {
	line-height: 20px;
	float: left;
	margin: 0px 80px 0px 20px;
}



.footer {
	width: 100%;
	height: 200px;
	background: #4d4d4d;
	padding: 0px;
	
	
	

}


.links {
	display: none;
}





.footertop {
	width: 70%;
	/*margin: 0 auto;*/
	background: #4d4d4d;
	height: 120px;
	padding: 40px;
	color: silver;
	font-size: 0.8em;
	
	
}


.footercontact {
	width: 268px;
	height: 80px;
	/*border: 1px solid silver; */
	padding: 0px;
	line-height: 1.6em;
	float: right;
	color: silver;
	text-align: right;
	font-size: 1.5em;
	
	
}


#cp {
	width: 220px;
	padding: 0px;
	margin-top: 60px;
	color: #333333;
}






/*
.networks img {
	width: 100%;
	height: 160px;
}
*/


.hcontact {
	display: none;
}



.square {
	list-style-type: square;
	/*margin-top: 8px;
	margin-left: 24px;*/
	float: left;
	margin: 10px 0px 10px 14px;
	padding: 0px;
	
}





.content .square li {
	margin: 4px 0;
}




.clear {
	clear: both;
}







section {
	width: 100%;
	
}

section.categ aside {
	width: 100%; 
	float:none;
	text-align: left;
	background: white;
	/*height: 400px;*/
	margin-right: 1%;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.10);
	height: 400px;
	/*border: 1px solid red;*/
	margin: 0px auto;
}

section.categ aside .scontent img {
	display: inline;
	margin-bottom: 5px;
	width: 100%;
	min-width: 210px;
	
}




section.categ aside .scontent {
	/*background: silver;*/
	width: 100%;
	height: 240px;
	height: auto;
	width: 90%;
	padding: 0px;
	margin: 0px auto;	
	
}


section.categ aside .scontent h3 {
	
	font-size: 1.1em;
	
	font-weight: bold;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 6px;
	
}


section.categ aside .scontent p {
	padding: 0px;
	

}







}  /* End of mobile */ 
















/*  tables styles goes here*/
@media only screen and (min-width: 481px) and (max-width:780px) {	


/*@media screen and (max-width: 780px) {*/
	
	



.content {
	float:left;
	width: 100%;
	
	margin-left: 10px;
	
	font-size: 1.2em;
}





#logo1 {
	
	position: absolute;
	left: 10px;
	top: 10px;
	/*width: 208px;*/
	float: left;
	z-index: 3;
		
}


.logoimg {
	width: 150px;
	height: 120px;
}



.fprint {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 240px;
	
	cursor: pointer;

}


#fprint {
   	width: 100px;
   	height: 130px;
    display: block;
    cursor: pointer;
}






.main {

width: 100%;
min-height: 280px;

}

.content {
	float:left;
	width: 96%;
	margin-left: 10px;
	font-size: 1.2em;
	padding: 6px;
}


.headertopcontent {
	margin: 0 auto;
	
	width: 90%;

	padding: 6px;
	
	height: 120px;
	
}




.toplr {
	display: none;
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 0px;
	
	width: 100%;
	font-family: tahoma, Arial, serif;
	font-size: 1.2em;
	height: 300px;

	
}





.headertopcontent span {
  display:none;
  width:calc(100% - 23px);
  height:4px;
  background:#0088CC;
  position:absolute;
  left:10px;
  bottom:0px;
  
}



.headertopcontent li a:hover ~ span {
   animation:ul 0.2s ease-out;
   background:#333;
   display: inline-block;
   /*display: none;*/

}

@keyframes .headertopcontent ul {
  0% { 
    width:0;
  }
  100% { 
    width:calc(100% - 23px);
  }
}


.headertopcontent ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
   
  list-style:none;
  font-family:'Trebuchet MS';
  font-size:1em;
  text-align:center;
  margin-top:30px;
  margin: 0 auto;
  width: 100%;


  
}


.headertopcontent li {
	
	/*margin-right: 10px;*/
	font-family: serif;
	list-style: none;
	
	
	position:relative;
    display:block;
    background: white;
    width: 100%;	

}



.headertopcontent li a {
	
	line-height: 1em;
  	padding: 0 1em;

    display: inline-block;
    color: black;


    width: 100%;
    text-align: center;
    padding: 14px 0px;
    text-decoration: none;   


}
















 








.footerul {
	line-height: 20px;
	float: left;
	margin: 0px 80px 0px 20px;
}



.footer {
	width: 100%;
	height: 200px;
	background: #4d4d4d;
	padding: 0px;
	
	
	

}


.links {
	display: none;
}


.footertop {
	width: 70%;
	background: #4d4d4d;
	height: 120px;
	padding: 40px;
	color: silver;
	font-size: 0.8em;
	
	
}


.footercontact {
	width: 268px;
	height: 80px;
	
	padding: 0px;
	line-height: 1.6em;
	float: right;
	color: silver;
	text-align: right;
	font-size: 1.5em;
	
	
}


#cp {
	width: 220px;
	padding: 0px;
	margin-top: 60px;
	color: #333333;
}








.hcontact {
	display: none;
}



.square {
	list-style-type: square;
	
	float: left;
	margin: 10px 10px 0px 14px;
	padding: 0px;
	
}



.content .square li {
	margin: 4px 0;
}


.clear {
	clear: both;
}



section {
	width: 100%;
	margin: 0 auto;
}

section.categ aside {
	width: 100%; 
	float: none;
	text-align: left;
	background: white;
	/*height: 400px;*/
	
	position: relative;
	height: 260px;
	border-bottom: 1px solid silver;
	padding: 0px;
	margin-bottom: 20px;

}



section.categ aside .scontent img {
	
		display: inline-block;
		/*width: 280px;*/
		width: 40%;
		/*position: absolute;
		top: 42px;
		left: 0px;*/
		margin-left: 30px;
	 	float: left;
	 	margin: 0 20px 0 10px;	
	 	min-width: 250px;
}


section.categ aside .scontent {
	padding: 20px;
	/*margin-left: 300px;*/
	height: auto;

	
}


section.categ aside .scontent h3 {
	
	padding: 6px;
	font-size: 1.1em;
	/*margin-left: -290px;*/
	position: absolute;
	font-weight: bold;
	top: 0;
	
}


section.categ aside .scontent p {
	padding: 10px;
	margin-top: 0px;
	
	margin-left: 268px;
}





}

  /* End of tablet */





/* Desktop Only */

/*
@media only screen and (min-width:769px) {


}
*/

/* End Desktop Only */








