html,
body { margin:0; padding:0; left:0; top:0; width:100%; overflow-x:hidden;}
body { font:13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; background:#fcfcfc; }


/** Common **/
*.genericWrapper { margin:0 auto; width:1000px; }
a,img,input,select,textarea,form { outline:none; margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; text-indent:0; }
*.left { float:left; }
*.right{ float:right; }
*.clear { display:block; height:0; visibility:none; line-height:0px; font-size:0px; clear:both; }
.hidden{ display:none; visibility:none; height:0; width:0; overflow:hidden; }
ul.reset, ul.reset li, ol.reset, ol.reset li { list-style:none; list-style-type:none; }
*.inline { display:inline; }
ul.inline, ul.inline li, ol.inline, ol.inline li { display:inline; margin:0; padding:0; }
*.unselectable {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;	user-select:none;}
.spacer { padding:30px 0; }
.noborder { border:0; }
.height50 { height:50px; }
.red { color:#900; }
.spacer_30 { display:block; height:30px; }

/** Animations **/
a {
	-webkit-transition:color .2s linear;  
	-moz-transition:color .2s linear;  
	-o-transition:color .2s linear;  
	-ms-transition:color .2s linear;  
	transition:color .2s linear;  
}



/**
 * Main Blocks
 **/
header.mainHeader { padding:5px 0 10px; }
h1.logo {
	display:block;
	width:218px;
	height:60px;
	margin:10px 0 0;
	text-indent:-1000px;
	background:url(/static/img/logo_dreampixel.png) no-repeat left top;
	text-decoration:none;
}

/** Social Icons **/
ul.social { float:right; height:24px; margin-right:10px; }
ul.social li { float:left; margin:0 0 0 5px; }
ul.social li.title { font:14px/24px Georgia, "Times New Roman", Times, serif;color:#999;opacity:.3;-moz-opacity:.3;-webkit-opacity:.3; }
ul.social:hover li.title { opacity:1; opacity:1; -moz-opacity:1; -webkit-opacity:1; }
ul.social li a {
	display:block;
	width:24px;
	height:24px;
	text-indent:-10000px;
	background:url(/static/img/social.png) no-repeat left top;
	-webkit-transition:background-position .2s linear;  
	-moz-transition:background-position .2s linear;  
	-o-transition:background-position .2s linear;  
	-ms-transition:background-position .2s linear;  
	transition:background-position .2s linear; 
}
ul.social li.fb a {}
ul.social li.fb a:hover { background-position:left -24px; }
ul.social li.tw a { background-position:left -48px; }
ul.social li.tw a:hover { background-position:left -72px; }
ul.social li.gp a { background-position:left -96px; }
ul.social li.gp a:hover { background-position:left -120px; }

/** Main Block Menu **/
ul.mainMenu { float:left; margin:10px 0 0; }
ul.mainMenu li { float:left; margin:0; padding:6px; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; transition:all .3s ease-in-out; }
ul.mainMenu li a { float:left; padding:0 7px; font:22px/34px "Yanone Kaffeesatz", "Trebuchet MS", Arial, Helvetica, sans-serif; color:#898d8c; text-decoration:none; border:1px dotted #fcfcfc; }
ul.mainMenu li.active, ul.mainMenu li:hover { background-color:#898d8c; }
ul.mainMenu li.active a, ul.mainMenu li:hover a { color:#fff; }
ul.mainMenu li.rel_about_us { margin-left:50px; }

ul.mainMenu li.rel_about_us a,
ul.mainMenu li.rel_contact a { color:#ff6600; }

ul.mainMenu li.rel_about_us.active,
ul.mainMenu li.rel_about_us:hover,
ul.mainMenu li.rel_contact.active,
ul.mainMenu li.rel_contact:hover { background-color:#ff6600; }

ul.mainMenu li.rel_about_us.active a,
ul.mainMenu li.rel_about_us:hover a,
ul.mainMenu li.rel_contact.active a,
ul.mainMenu li.rel_contact:hover a { color:#fff; background-color:#ff6600; }


/** Homepage **/
.homePagePresentation { padding:60px 0 0; }
.homePagePresentation ul.homeBlocks { }
.homePagePresentation ul.homeBlocks li {
	float:left;
	width:240px;
	height:600px;
	margin:0 10px 0 0;
	overflow:hidden;
	-webkit-transition:all .7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	-o-transition:all .7s ease-in-out;
	-ms-transition:all .7s ease-in-out;
	transition:all .7s ease-in-out;
	background-color:#898D8C;
}
.homePagePresentation ul.homeBlocks li:last-child { margin:0; }
.homePagePresentation ul.homeBlocks li a.link {
	color:#fff;
	position:absolute;
	z-index:10;
	padding:10px;
	float:left;
	background-color:#FF6600;
	font:22px/34px "Yanone Kaffeesatz", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	margin:10px 0 0 10px;
}
.homePagePresentation ul.homeBlocks li.hover a.link { background-color:#fff; color:#333; }
.homePagePresentation ul.homeBlocks li img {
	height:600px;
	margin-left:-240px;
	position:relative;
	overflow:hidden;
	-webkit-transition:all .7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	-o-transition:all .7s ease-in-out;
	-ms-transition:all .7s ease-in-out;
	transition:all .7s ease-in-out;
}
.homePagePresentation ul.homeBlocks li.small { width:160px; }
.homePagePresentation ul.homeBlocks li.small img { margin-left:-280px; }
.homePagePresentation ul.homeBlocks li.hover { width:480px; background-color:#FF6600 }
.homePagePresentation ul.homeBlocks li.hover img { margin:0; }
.homePagePresentation ul.homeBlocks li.hbnh img { margin-left:0; }
.homePagePresentation ul.homeBlocks li.hbnh.hover img { margin-left:0; }


#contentWrapper { display:none; }
#bodyWrapper {
/*	position:relative;*/
	left:0;
	top:0;
	margin:0;
	padding:0;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-top:1px solid #fff;
	background: #f2f2f2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #fcfcfc 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(50%,#fcfcfc));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#fcfcfc 50%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#fcfcfc 50%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#fcfcfc 50%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#fcfcfc 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fcfcfc',GradientType=0 );
}
.slidePage {
	float:left;
	border-top:1px solid #fcfcfc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}



/** Content **/
section.generalUse header {
	height:320px;
	border-top:3px solid #e25600;
background: #ff6600;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2Q2NTYwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ff6600 1%, #d65601 72%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff6600), color-stop(72%,#d65601));
background: -webkit-linear-gradient(top,  #ff6600 1%,#d65601 72%);
background: -o-linear-gradient(top,  #ff6600 1%,#d65601 72%);
background: -ms-linear-gradient(top,  #ff6600 1%,#d65601 72%);
background: linear-gradient(to bottom,  #ff6600 1%,#d65601 72%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#d65601',GradientType=0 );
}

section.generalUse .genericWrapper { padding:30px 0 0; }
section.generalUse .genericWrapper h2 { font:68px/70px "Yanone Kaffeesatz", "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; text-shadow:5px 5px 0 #d65601; margin:0 0 25px; }

section.generalUse h3 {
	text-align:left;
	border-bottom:1px solid #999;
	padding:0 0 25px;
	font:26px/30px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#707070;
}

/** Web Hosting **/
section.wh .genericWrapper h2 { margin-bottom:70px; }
p.expl { font:16px/26px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; text-align:justify; }
p.expl a { color:#333; }
p.expl a:hover { text-decoration:none; }
section.wh .genericWrapper ul.listDetails {}
section.wh .genericWrapper ul.listDetails li { float:left; width:335px; margin:0; }
section.wh .genericWrapper ul.listDetails li:first-child { margin:0 20px 0 0; }
section.wh .genericWrapper ul.listDetails li span {
	float:left;

	width:60px;
	height:60px;
	border:5px solid #fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font:18px/50px "Yanone Kaffeesatz", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	margin:0 10px 10px 0;
	opacity:.4;

	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
section.wh .genericWrapper ul.listDetails li:hover span { opacity:1; }
section.wh .genericWrapper ul.listDetails li p {
	position:relative;
	text-align:left;
	margin:0;
	width:100%;
	font:16px/20px "Yanone Kaffeesatz", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
section.wh .genericWrapper ul.listDetails li p a { text-decoration:none; border-bottom:1px dotted #fff; color:#fff; }
section.wh .genericWrapper ul.listDetails li p a.noborder { border:none; }
section.wh .genericWrapper ul.listDetails li p a:hover { border:0; color:#cdcdcd; }
section.wh .genericWrapper ul.listDetails li:last-child { width:290px; margin:0; float:right; }
section.wh .genericWrapper ul.listDetails li h6 { position:relative; font:58px/50px "Yanone Kaffeesatz", "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; }

section.wh div.host_plan {
	float:left;
	width:320px;
	margin:80px 20px 30px 0;
	padding:0 15px;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#444;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	-webkit-transition:background-color .2s linear;  
	-moz-transition:background-color .2s linear;  
	-o-transition:background-color .2s linear;  
	-ms-transition:background-color .2s linear;  
	transition:background-color .2s linear; 

	background: #d5d5d5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d5d5d5 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #d5d5d5 0%,#f4f4f4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f4f4f4',GradientType=0 );

}
section.wh div.host_plan.last { margin-right:0; }
section.wh div.host_plan:hover { background:#f60; color:#fff; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff6600',GradientType=0 ); }
section.wh div.host_plan:hover a { color:#000; }
section.wh div.host_plan:hover h5 {
	border-color:#E25600;
	color:#E25600;

	-moz-transform:rotate(1080deg);
	-webkit-transform:rotate(1080deg);
	-o-transform:rotate(1080deg);
	transform:rotate(1080deg);
}
section.wh div.host_plan p { padding:15px 0 30px; margin:0; text-align:right; }
section.wh div.host_plan a { color:#222; text-decoration:none; }
section.wh div.host_plan a:hover { border-bottom:1px dotted #fff; color:#fff; }
section.wh div.host_plan span { color:#333; word-wrap:break-word; display:inline; white-space:normal; }
section.wh div.host_plan h5 {
	position:relative;
	z-index:1;
	width:120px;
	height:120px;
	border:5px solid #e6e6e6;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:-60px auto 20px;
	font:italic 14px/110px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#707070;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	text-align:center;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
section.wh div.host_plan h5.dbl { line-height:20px; padding:35px 0; }
section.wh div.host_plan ul { margin-top:10px; padding-top:0; padding-bottom:10px; }

/** Web Sites **/
section.ws ul.listSteps li { float:left; width:310px; }
section.ws div.cutBox {
	width:160px;
	height:160px;
	overflow:hidden;
	border-radius:80px;
	-moz-border-radius:80px;
	-webkit-border-radius:80px;
	box-shadow:inset 4px 4px 8px #999;
	-moz-box-shadow:inset 4px 4px 8px #999;
	-webkit-box-shadow:inset 4px 4px 8px #999;
}
section.ws div.cutBox span {
	position:absolute;
	opacity:.4;
	z-index:1;
	background-color:#333;
	padding:0 20px;
	margin:60px 0 0 100px;
	color:#fff;
	font:24px/40px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	transform: skew(-18deg,0);
	-ms-transform: skew(-18deg,0); /* IE 9 */
	-webkit-transform: skew(-18deg,0); /* Safari and Chrome */
	-o-transform: skew(-18deg,0); /* Opera */
	-moz-transform: skew(-18deg,0); /* Firefox */	
}
section.ws div.cutBox:hover span { opacity:.8; }
section.ws div.cutBox img {
	border-radius:80px;
	-moz-border-radius:80px;
	-webkit-border-radius:80px;
	overflow:hidden;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
section.ws div.cutBox:hover img { -moz-transform:rotate(1080deg);-webkit-transform:rotate(1080deg);-o-transform:rotate(1080deg);transform:rotate(1080deg);}
section.generalUse.ws .genericWrapper h2 { margin-bottom:25px; }

section.ws div.ws_plan {
	float:left;
	width:230px;
	margin:80px 20px 30px 0;
	padding:0 15px;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#444;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	-webkit-transition:background-color .2s linear;  
	-moz-transition:background-color .2s linear;  
	-o-transition:background-color .2s linear;  
	-ms-transition:background-color .2s linear;  
	transition:background-color .2s linear; 

	background: #d5d5d5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d5d5d5 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #d5d5d5 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f4f4f4',GradientType=0 );

}
section.ws div.ws_plan:hover { background:#f60; color:#fff; }
section.ws div.ws_plan:hover a { color:#000; }
section.ws div.ws_plan:hover h5 {
	border-color:#E25600;
	color:#E25600;

	-moz-transform:rotate(1080deg);
	-webkit-transform:rotate(1080deg);
	-o-transform:rotate(1080deg);
	transform:rotate(1080deg);
}
section.ws div.ws_plan p { padding:15px 0 30px; margin:0; text-align:right; }
section.ws div.ws_plan a { color:#222; text-decoration:none; }
section.ws div.ws_plan a:hover { border-bottom:1px dotted #fff; color:#fff; }
section.ws div.ws_plan span { color:#333; }
section.ws div.ws_plan h5 {
	position:relative;
	z-index:1;
	width:120px;
	height:120px;
	border:5px solid #e6e6e6;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:-60px auto 20px;
	font:italic 14px/110px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#707070;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	text-align:center;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
section.ws div.ws_plan div.price {
	display:block;
	margin:15px auto;
	width:100px;
	height:35px;
	font:22px/35px 'Paprika',Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#900;
	text-align:center;
}
section.ws div.ws_plan div.price.pr1 { background-color:#1181C7; }
section.ws div.ws_plan div.price.pr2 { background-color:#A0CB12; }
section.ws div.ws_plan div.price.pr3 { background-color:#E7BB13; }
section.ws div.ws_plan div.price.pr4 { background-color:#D5285F; font-size:16px; width:180px; }

section.ws h3 { margin-bottom:30px; }
section.ws div.ws_plan div.price span { font-size:14px; color:#fff; }
section.ws div.ws_plan ul,
section.ws div.ws_plan ul li { list-style:none; margin:10px 0; padding:0; }
section.ws div.ws_plan ul li {
	border-bottom:1px solid #efefef;
	margin:0;
	font:14px/32px Arial, Helvetica, sans-serif;
	
}


/** Smart App **/
section.wapp header div.left { width:300px; font:16px/20px "Yanone Kaffeesatz", "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; }
section.wapp div.wapp_plan {
	float:left;
	width:320px;
	margin:80px 20px 30px 0;
	padding:0 15px;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#444;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	-webkit-transition:background-color .2s linear;  
	-moz-transition:background-color .2s linear;  
	-o-transition:background-color .2s linear;  
	-ms-transition:background-color .2s linear;  
	transition:background-color .2s linear; 

	background: #d5d5d5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d5d5d5 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #d5d5d5 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f4f4f4',GradientType=0 );

}
section.wapp div.wapp_plan.last { margin-right:0; }
section.wapp div.wapp_plan:hover { background:#f60; color:#fff; }
section.wapp div.wapp_plan:hover a { color:#000; }
section.wapp div.wapp_plan:hover h5 {
	border-color:#E25600;
	color:#E25600;

	-moz-transform:rotate(1080deg);
	-webkit-transform:rotate(1080deg);
	-o-transform:rotate(1080deg);
	transform:rotate(1080deg);
}
section.wapp div.wapp_plan p { padding:15px 0 30px; margin:0; text-align:right; }
section.wapp div.wapp_plan a { color:#222; text-decoration:none; }
section.wapp div.wapp_plan a:hover { border-bottom:1px dotted #fff; color:#fff; }

section.wapp div.wapp_plan h5 {
	position:relative;
	z-index:1;
	width:120px;
	height:120px;
	border:5px solid #e6e6e6;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:-60px auto 20px;
	font:italic 14px/110px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#707070;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	text-align:center;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
section.wapp div.wapp_plan div.price {
	display:block;
	margin:15px auto;
	width:100px;
	height:35px;
	font:22px/35px 'Paprika',Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#900;
	text-align:center;
}
section.wapp div.wapp_plan div.price.pr1 { background-color:#1181C7; }
section.wapp div.wapp_plan div.price.pr2 { background-color:#A0CB12; }
section.wapp div.wapp_plan div.price.pr3 { background-color:#E7BB13; font-size:16px; width:180px; }

section.wapp div.wapp_plan div.price span { font-size:14px; color:#fff; }
section.wapp div.wapp_plan ul,
section.wapp div.wapp_plan ul li { list-style:none; margin:10px 0; padding:0; }
section.wapp div.wapp_plan ul li { border-bottom:1px solid #efefef; margin:0; font:14px/32px Arial, Helvetica, sans-serif; }
section.wapp div.wapp_plan.last ul { height:198px; }




/** Advertise **/
section.ads ul.listSteps li { float:left; width:250px; }
section.ads div.cutBox {
	width:140px;
	height:140px;
	overflow:hidden;
	border-radius:70px;
	-moz-border-radius:70px;
	-webkit-border-radius:70px;
	box-shadow:inset 4px 4px 8px #999;
	-moz-box-shadow:inset 4px 4px 8px #999;
	-webkit-box-shadow:inset 4px 4px 8px #999;
}
section.ads div.cutBox span {
	position:absolute;
	opacity:.4;
	z-index:1;
	background-color:#333;
	padding:0 20px;
	margin:55px 0 0 80px;
	color:#fff;
	font:20px/35px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	transform: skew(-18deg,0);
	-ms-transform: skew(-18deg,0); /* IE 9 */
	-webkit-transform: skew(-18deg,0); /* Safari and Chrome */
	-o-transform: skew(-18deg,0); /* Opera */
	-moz-transform: skew(-18deg,0); /* Firefox */	
}
section.ads div.cutBox:hover span { opacity:.8; }
section.ads div.cutBox img {
	border-radius:70px;
	-moz-border-radius:70px;
	-webkit-border-radius:70px;
	overflow:hidden;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
section.ads div.cutBox:hover img { -moz-transform:rotate(1080deg);-webkit-transform:rotate(1080deg);-o-transform:rotate(1080deg);transform:rotate(1080deg);}
section.generalUse.ads .genericWrapper h2 { margin-bottom:25px; }

div.adevertisePromote {
	height:160px;
	margin:20px 0 30px 60px;
	background: #d5d5d5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #d5d5d5 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d5d5d5), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(left,  #d5d5d5 0%,#f4f4f4 100%);
	background: -o-linear-gradient(left,  #d5d5d5 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(left,  #d5d5d5 0%,#f4f4f4 100%);
	background: linear-gradient(to right,  #d5d5d5 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f4f4f4',GradientType=1 );
}
div.adevertisePromote ul,
div.adevertisePromote ul li { margin:0; padding:0; }
div.adevertisePromote ul { margin:0 0 0 40px; float:left; padding:28px 0; }
div.adevertisePromote h5 {
	position:relative;
	float:left;
	z-index:1;
	width:120px;
	height:120px;
	border:5px solid #e6e6e6;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:17px 0 0 -70px;
	font:italic 14px/110px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#707070;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	text-align:center;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
div.adevertisePromote:hover { background:#f60; color:#fff; }
div.adevertisePromote:hover h5 {
	border-color:#E25600;
	color:#E25600;

	-moz-transform:rotate(1080deg);
	-webkit-transform:rotate(1080deg);
	-o-transform:rotate(1080deg);
	transform:rotate(1080deg);
}
div.adevertisePromote span.price {
	float:left;
	margin:60px 0 0 40px;
	text-align:center;
	padding:0 10px;
	width:180px;
	height:35px;
	font:18px/35px 'Paprika',Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#D5285F;
}



/** About Us **/
article.ab {}
section.about header p { color:#fff; font:18px/28px "Yanone Kaffeesatz", "Trebuchet MS", Arial, Helvetica, sans-serif; margin:0 0 10px; }
section.about header p a { color:#fff; }
section.about header p a:hover { text-decoration:none; }
article.ab div.genericWrapper {}

ul.prjList,
ul.prjList li { list-style:none; margin:0; padding:0; }
ul.prjList { width:1012px; padding:60px 0 100px; }
ul.prjList li {
	float:left;
	width:241px;
	height:169px;
	overflow:hidden;
	margin:0 12px 12px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
ul.prjList li.clear { margin:0; padding:0; border:0; width:0; height:0; overflow:hidden; }
/*ul.prjList li * { display:none; }*/
ul.prjList li img { display:block; }
ul.prjList li span.overlay_item {
	display:block;
	width:241px;
	height:169px;
	box-shadow:inset 0 0 20px rgba(0,0,0,0.7);
	position:absolute;
	z-index:1;
	-webkit-transition:all .2s linear;  
	-moz-transition:all .2s linear;  
	-o-transition:all .2s linear;  
	-ms-transition:all .2s linear;  
	transition:all .2s linear;
}
ul.prjList li:hover span.overlay_item { background-color:#333; opacity:.7; -moz-opacity:.7; -webkit-opacity:.7; }
ul.prjList li div.details {
	visibility:hidden;
	display:block;
	position:absolute;
	z-index:2;
	width:241px;
	height:129px;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
	ul.prjList li div.details h3 {
		padding:10px 12px;
		font:16px/18px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#fff;
		background-color:#F60;
		text-align:left;
		float:left;
		margin:0 0 5px;
		border:0;
	}
	ul.prjList li div.details h3 a {font:16px/22px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;color:#fff;text-decoration:none;}
	ul.prjList li div.details p {
		display:none;
		font:18px/28px Arial, Helvetica, sans-serif;
		color:#fff;
		margin:0;
		padding:10px;
		clear:both;
		background-color:#222;
		opacity:.8;
		-moz-opacity:.8;
		-webkit-opacity:.8;
	}


ul.prjList li span.blocks { visibility:hidden; position:absolute; z-index:3; margin:119px 0 0 0; width:241px; }
ul.prjList li span.blocks a {
	float:right;
	padding:8px 6px;
	text-decoration:none;
	font:14px/18px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
	margin:0 15px 0 0;
}
ul.prjList li span.blocks a:hover { background-color:#F60; color:#fff; }
ul.prjList li span.blocks a.visit { float:left; margin:0 0 0 15px; }

	ul.prjList li:hover div.details { visibility:visible; }
	ul.prjList li:hover span.blocks { visibility:visible; }
	ul.prjList li.large:hover div.details p { display:block; }

	ul.prjList li.large { width:494px; height:350px; }
	ul.prjList li.large span.overlay_item { width:494px; height:350px; }
	ul.prjList li.large div.details { width:494px; height:350px; }
	ul.prjList li.large span.blocks { width:494px; margin:300px 0 0; }


div.case_study { width:830px; }
div#overlay {
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#222;
	opacity:.7;
	position:absolute;
	z-index:100;
}
div#center_box {
	width:830px;
	height:550px;
	padding:40px;
	background-color:#fff;
	border-radius:12px;
	position:absolute;
	z-index:101;
	box-shadow:0 0 8px #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
div#center_box h2 {
	text-align:left;
	border-bottom:1px solid #222;
	padding:0 0 10px;
	margin:0 0 15px 0;
	font:36px/50px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
}
div#center_box p.quote,
div#center_box p {
	float:left;
	width:370px;
	font:16px/22px Georgia, "Times New Roman", Times, serif;
	color:#555;
	margin:0 0 15px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
div#center_box p strong { white-space:nowrap; color:#222; }
div#center_box p.quote { background:url(img/quote.png) no-repeat left top; padding:0 0 0 35px; font:18px/24px Georgia, "Times New Roman", Times, serif; }

div#center_box img { width:360px; }

ul.pagination,
ul.pagination li { list-style:none; margin:0; padding:0; }
ul.pagination { position:absolute; margin:420px 0 0; width:750px; }
ul.pagination li { float:left; margin:0; padding:6px; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; transition:all .3s ease-in-out; }
ul.pagination li a { float:left; padding:0 7px; font:22px/34px "Yanone Kaffeesatz", "Trebuchet MS", Arial, Helvetica, sans-serif; color:#898d8c; text-decoration:none; border:1px dotted #fcfcfc; }
ul.pagination li.active,
ul.pagination li:hover { background-color:#898d8c;}
ul.pagination li.active a,
ul.pagination li:hover a { color:#fff; }
ul.pagination li.close { float:right; background-color:#df0000; }
ul.pagination li.close a { background:#df0000; color:#fff; }


/** Contact **/
section.contact header p { color:#fff; font:16px/22px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif; }
section.contact h3 { text-align:left; text-transform:none; font-style:normal; }
section.contact article.cnt label {
	display:block;
	font:16px/22px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	margin:15px 0 5px;
}
section.contact article.cnt *.ni {
	width:500px;
	height:15px;
	padding:12px 8px;
	margin:0;

	font:13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#323232;
	border:1px solid #999;
	background:#fff;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	
	-webkit-box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.15);
	-o-box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.15);
	box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.15);
}
section.contact article.cnt textarea.ni { height:120px; }
section.contact article.cnt *.ni:active,
section.contact article.cnt *.ni:focus { border-color:#D65601; }
section.contact article.cnt *.ni.error { border-color:#900; }
section.contact article.cnt input.sbmtBtn {
	border:0;
	outline:none;
	cursor:pointer;
	
	padding:12px 50px;
	margin:15px 0 60px;
	
	display:inline-block;
	
	font:bold 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;

	border:1px solid #e25600;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .25) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .25) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .25) inset;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .33);

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	background: #ff6600;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2Q2NTYwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ff6600 1%, #d65601 72%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff6600), color-stop(72%,#d65601));
	background: -webkit-linear-gradient(top,  #ff6600 1%,#d65601 72%);
	background: -o-linear-gradient(top,  #ff6600 1%,#d65601 72%);
	background: -ms-linear-gradient(top,  #ff6600 1%,#d65601 72%);
	background: linear-gradient(to bottom,  #ff6600 1%,#d65601 72%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#d65601',GradientType=0 );
}
section.contact article.cnt form em { visibility:hidden; display:block; margin:3px 0 10px; font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#900; }
section.contact article.cnt form em.visibile { visibility:visible; }
section.contact article.cnt form label span { color:#900; }

section.contact article.cnt div.left { width:520px; }
section.contact article.cnt div.right{ width:400px; }

section.contact article.cnt p {
	font:14px/32px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}
section.contact article.cnt p a { color:#F60; border-bottom:1px dotted #f60; text-decoration:none; }
section.contact article.cnt p a:hover { border:0; color:#333; }

section.contact article.cnt ul,
section.contact article.cnt ul { list-style:none; margin:0; padding:0; }
section.contact article.cnt ul { margin:20px 0 0 40px; }
section.contact article.cnt ul li { height:24px; margin:0 0 10px; }
section.contact article.cnt ul li a {
	float:left;
	height:24px;
	padding:0 0 0 30px;
	font:14px/24px "Paprika", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
	text-decoration:none;
	background:url(/static/img/social.png) no-repeat left top;
	-webkit-transition:background-position .2s linear;  
	-moz-transition:background-position .2s linear;  
	-o-transition:background-position .2s linear;  
	-ms-transition:background-position .2s linear;  
	transition:background-position .2s linear; 
}
section.contact article.cnt ul li a:hover { color:#333; }
section.contact article.cnt ul li.fb a {}
section.contact article.cnt ul li.fb a:hover { background-position:left -24px; }
section.contact article.cnt ul li.tw a { background-position:left -48px; }
section.contact article.cnt ul li.tw a:hover { background-position:left -72px; }
section.contact article.cnt ul li.gp a { background-position:left -96px; }
section.contact article.cnt ul li.gp a:hover { background-position:left -120px; }


/** Tablets Portrait **/
@media only screen and (min-width:768px) and (max-width: 959px) {
	body {}
	.genericWrapper { padding:0 10px; width:748px; }
	ul.mainMenu li { padding:3px; }
	ul.mainMenu li a { font-size:16px; line-height:22px; padding:0 4px; }

	section.generalUse header { height:270px; }

	/** Homepage **/
	.homePagePresentation { padding:30px 0 0 15px; }
	.homePagePresentation ul.homeBlocks li { width:175px; height:449px; }
	.homePagePresentation ul.homeBlocks li img { height:449px; margin-left:-175px; }
	.homePagePresentation ul.homeBlocks li:last-child { margin:0; }

	.homePagePresentation ul.homeBlocks li.small { width:115px; }
	.homePagePresentation ul.homeBlocks li.small img { margin-left:-205px; }
	.homePagePresentation ul.homeBlocks li.hover { width:350px; }
	.homePagePresentation ul.homeBlocks li.hbnh img { margin-left:0; }
	.homePagePresentation ul.homeBlocks li.hbnh.hover img { margin-left:0; }
	.homePagePresentation ul.homeBlocks li a.link {
		margin:5px 0 0 5px;
		padding:7px;
		font-size:16px;
		line-height:22px;
	}


	/** WebHosting **/
	section.generalUse .genericWrapper h2 { font-size:48px; line-height:56px; margin-bottom:30px; }
	section.wh .genericWrapper ul.listDetails li { width:220px; }
	section.wh .genericWrapper ul.listDetails li:first-child { margin:0 10px 0 0; }
	section.wh .genericWrapper ul.listDetails li:last-child { width:270px; }
	section.wh .genericWrapper ul.listDetails li h6 { font-size:48px; }

	section.wh div.host_plan { width:240px; margin:80px 11px 20px 0; padding:0 10px; }
	section.wh div.host_plan.last { margin-right:0; }

	/** WebSite **/
	section.ws ul.listSteps li { width:240px; overflow:hidden; }
	section.ws div.cutBox { width:140px; height:140px; border-radius:70px; -moz-border-radius:70px; -webkit-border-radius:70px; }
	section.ws div.cutBox img { width:140px; height:140px; border-radius:70px; -moz-border-radius:70px; -webkit-border-radius:70px; }
	section.ws div.cutBox span { margin-top:50px; margin-left:80px; font-size:18px; line-height:28px; }

	section.ws div.ws_plan { width:178px; margin-right:10px; }
	section.ws div.ws_plan.last { margin-right:0; }

	section.wapp div.genericWrapper img { width:400px; margin-top:30px; }
	section.wapp div.wapp_plan { width:240px; margin-right:10px; }
	section.wapp div.wapp_plan.last { margin-right:0; }

	/** Advertise **/
	section.ads ul.listSteps li { width:187px; }
	section.ads div.cutBox,
	section.ads div.cutBox img { width:120px; height:120px; border-radius:60px; -moz-border-radius:60px; -webkit-border-radius:60px; }
	section.ads div.cutBox span{ font-size:16px; line-height:28px; margin:45px 0 0 50px; }

	/** About Us **/
	section.generalUse .genericWrapper h2 { margin-bottom:15px; }
	section.about header p { font-size:16px; line-height:24px; margin:0 0 8px; }

	ul.prjList li div.details,
	ul.prjList li span.blocks { visibility:visible; }
	ul.prjList li span.blocks a { background-color:#333; color:#fff; opacity:.8; }

	div#center_box { width:700px; padding:20px; height:420px; }
	ul.pagination { width:650px; margin-top:340px; }
	ul.pagination li a { font-size:16px; line-height:22px; padding:0 5px; }
	div#center_box img { width:260px; }
	div#center_box p.quote,
	div#center_box p { font-size:14px; line-height:18px; margin:0 0 10px 10px; }

	/** Contact Us **/
	section.contact article.cnt div.left { width:380px; }
	section.contact article.cnt .ni { width:360px; }
	section.contact article.cnt div.right { width:300px; }

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {

	header.mainHeader { padding:5px 0 10px; }
	.genericWrapper { padding:0 10px; width:320px; overflow:hidden; }
	h1.logo { float:none; margin:10px auto; }

	nav.mainMenu,
	nav.mainMenu.right { float:none; clear:both; }
	ul.social { float:none; margin:auto; clear:both; }
	ul.social li { margin:0 0 15px 5px; }

	ul.mainMenu { width:320px; float:none; padding:15px 0; }
	ul.mainMenu li { padding:3px; width:90px; margin:0 5px 10px 0; background-color:#898D8C; }
	ul.mainMenu li a { text-align:center; height:20px; }
	ul.mainMenu li:nth-child(3n+3) { margin-right:0; }
	ul.mainMenu li.rel_about_us,
	ul.mainMenu li.rel_contact { margin:0 5px 10px 0; background-color:#F60; }
	ul.mainMenu li.rel_about_us a,
	ul.mainMenu li.rel_contact a,
	ul.mainMenu li a { font-size:14px; line-height:20px; padding:0 2px; width:84px; color:#fff; }

	.homePagePresentation { padding-top:20px; }
	.homePagePresentation ul.homeBlocks li,
	.homePagePresentation ul.homeBlocks li.small,
	.homePagePresentation ul.homeBlocks li.hover {
		display:block;
		width:300px;
		height:180px;
		margin:0 0 10px 0;
		padding:0;
		float:none;
	}
	.homePagePresentation ul.homeBlocks li a.link {
		position:relative;
		display:block;
		margin:5px 0 0 5px;
		width:270px;
		padding:0 10px;
		font-size:16px;
		line-height:22px;
		text-align:center;
	}

	.homePagePresentation ul.homeBlocks li img,
	.homePagePresentation ul.homeBlocks li.hover img,
	.homePagePresentation ul.homeBlocks li.small img {
		width:300px;
		height:375px;
		position:relative;
		margin:0 auto;
		margin-top:-80px;
	}

	/** Hack Foreach One **/
	.homePagePresentation ul.homeBlocks li.hbws,
	.homePagePresentation ul.homeBlocks li.hbws.small,
	.homePagePresentation ul.homeBlocks li.hbws.hover  { height:140px; }
	.homePagePresentation ul.homeBlocks li.hbws img,
	.homePagePresentation ul.homeBlocks li.hbws.small img,
	.homePagePresentation ul.homeBlocks li.hbws.hover img { margin-top:-110px; }

	.homePagePresentation ul.homeBlocks li.hbsa,
	.homePagePresentation ul.homeBlocks li.hbsa.small,
	.homePagePresentation ul.homeBlocks li.hbsa.hover  { height:150px; }
	.homePagePresentation ul.homeBlocks li.hbsa img,
	.homePagePresentation ul.homeBlocks li.hbsa.small img,
	.homePagePresentation ul.homeBlocks li.hbsa.hover img { margin:-95px 0 0 -10px; }

	.homePagePresentation ul.homeBlocks li.hbwa,
	.homePagePresentation ul.homeBlocks li.hbwa.small,
	.homePagePresentation ul.homeBlocks li.hbwa.hover  { height:240px; margin-bottom:30px; }
	.homePagePresentation ul.homeBlocks li.hbwa img,
	.homePagePresentation ul.homeBlocks li.hbwa.small img,
	.homePagePresentation ul.homeBlocks li.hbwa.hover img { margin:-80px 0 0 -5px; }

	div#bodyWrapper { height:auto; padding:0; }
	section.generalUse .genericWrapper { padding:0; }
	section.generalUse .genericWrapper h2 { font-size:18px; line-height:24px; margin:10px 0; text-shadow:1px 1px 0 #D65601; }

	/** WH **/
	section.wh .genericWrapper ul.listDetails li span { display:none; }
	section.wh .genericWrapper ul.listDetails li p { font-size:14px; line-height:16px; margin:0 0 10px; }
	section.wh .genericWrapper ul.listDetails li h6 { font-size:18px; line-height:30px; margin-left:60px; }
	section.wh .genericWrapper ul.listDetails li:last-child img { height:30px; width:80px; float:left; margin-left:10px; }
	section.wh div.host_plan { margin:10px 0 0; padding:0 5px; background:none; }
	section.wh div.host_plan h5 {
		position:static;
		display:block;
		width:auto;
		margin:5px 0;
		height:30px;
		line-height:30px;
		background:#F60;
		border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; border:0; color:#fff;
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}


	section.generalUse header { height:180px; }
	section.generalUse h3 { font-size:18px; line-height:22px; padding:10px 0 15px; }
	p.expl { font-size:12px; line-height:16px; }
}



