/*
Made With <3
*/

@charset "utf-8";
@font-face {
	font-family: Quicksand;
	src: url('../fonts/Quicksand-Regular.otf');
	src: url('../fonts/Quicksand-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Quicksand-Regular-webfont.woff') format('woff'),
			 url('../fonts/Quicksand-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
/*@font-face {
	font-family: PT Sans;
	src: url('../fonts/pt.eot');
	src: url('../fonts/pt.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/pt.woff') format('woff'),
			 url('../fonts/pt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}*/
body {
	font-family: 'Quicksand', Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#444;
	min-width: 960px;
	padding:0;
	margin:0;
	border:none;
	/*background: #f9dc54;*/
	/*background: #6f6d72;*/
	/*background:#f88f77;*/
	/*background:#f9dc54;*/
	/*background: #39d8b2;*/
	background: #f2eddd;
	-moz-transition: background 200ms ease-in-out 0ms;
	-webkit-transition: background 200ms ease-in-out 0ms;
	-o-transition: background 200ms ease-in-out 0ms;
	transition: background 200ms ease-in-out 0ms;
}
a img {
	border:0;
}
::-moz-selection {
	background-color: #f88f77;
	color: #f2eddd;
	text-shadow:none;
}
::selection {
	background-color: #f88f77;
	color: #f2eddd;
	text-shadow:none;
}
::-webkit-input-placeholder {
	color:#aaa;
}
::-moz-placeholder {
	color:#aaa;
}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
a {
	color:#666;
	text-shadow: none;
	text-decoration:none;
	-moz-transition: all 150ms ease-in-out 0ms;
	-webkit-transition: all 150ms ease-in-out 0ms;
	-o-transition: all 150ms ease-in-out 0ms;
	transition: all 150ms ease-in-out 0ms;
}
a:hover {
	color: #0084c2;
}
p {
	direction: ltr;
	font-size: 20px;
	font-family: 'Quicksand', Geneva, sans-serif;
	color:#888;
	line-height: 35px;
	padding: 15px;
	margin: 0;
	text-align: justify;
	text-transform: lowercase;
	word-spacing: 3px;
}
h2 {
	display: block;
	padding: 10px;
	margin: 0;
	font-family: 'Quicksand';
	font-size: 35px;
	color: #666;
	direction: ltr;
	text-transform: uppercase;
	font-weight: normal;
}

.topHalf {
	display: block;
	width: 100%;
	min-width: 960px;
	height: 300px;
	padding: 0;
	margin: 0;
	border-bottom: 8px solid #f2eddd;
	background: #91d3de;
	position: absolute;
	z-index: 100;
	top: 0;
	-moz-transition: background 500ms ease-in-out 0ms, margin 500ms ease-in-out 0ms;
	-webkit-transition: background 500ms ease-in-out 0ms, margin 500ms ease-in-out 0ms;
	-o-transition: background 500ms ease-in-out 0ms, margin 500ms ease-in-out 0ms;
	transition: background 500ms ease-in-out 0ms, margin 500ms ease-in-out 0ms;
}
.words {
	display: block;
	width: 100%;
	min-width: 960px;
	height: 300px;
	padding: 0;
	margin: 0 0 0 0;
	font-family: 'Quicksand';
	font-size: 49px;
	line-height: 60px;
	color: transparent;
	text-shadow: #FFF 0 0 6px;
	text-align: justify;
	direction: ltr;
	text-transform: uppercase;
	border: none;
	background: none;
	position: absolute;
	z-index: 101;
	overflow: hidden;
/*	-moz-transition: all 150ms ease-in-out 0ms;
	-webkit-transition: all 150ms ease-in-out 0ms;
	-o-transition: all 150ms ease-in-out 0ms;
	transition: all 150ms ease-in-out 0ms;*/
}

.topHalf .logoPanel {
	display: block;
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	background-position: 50px 50%;
	position: fixed;
	z-index: 102;
	top: 0;
	-moz-transition: all 500ms ease-in-out 0ms;
	-webkit-transition: all 500ms ease-in-out 0ms;
	-o-transition: all 500ms ease-in-out 0ms;
	transition: all 500ms ease-in-out 0ms;
}
.topHalf .logoPanel a.logo {
	display: block;
	float: left;
	width: 250px;
	height: 100px;
	padding: 0;
	margin: 0;
	border: none;
	background: url(../images/logo.png) center no-repeat;
}
.topHalf .logoPanel .menu {
	display: block;
	float: right;
	height: 100px;
	padding: 0 50px 0 0;
	margin: 0;
	border: none;
	background: none;
	-moz-transition: margin-top 500ms ease-in-out 0ms;
	-webkit-transition: margin-top 500ms ease-in-out 0ms;
	-o-transition: margin-top 500ms ease-in-out 0ms;
	transition: margin-top 500ms ease-in-out 0ms;
}
.topHalf .logoPanel .menu a {
	display: block;
	height: 20px;
	line-height: 20px;
	float: right;
	padding: 0 8px;
	margin: 38px 0 0 10px;
	text-align: center;
	border: none;
	border-radius: 2px;
	background: rgba(255,255,255,0.5);
	overflow: hidden;
	-moz-transition: all 200ms ease-in-out 0ms;
	-webkit-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition: all 200ms ease-in-out 0ms;
}
.topHalf .logoPanel .menu a:hover {
	background: rgba(255,255,255,0.8);
}
.topHalf .logoPanel .menu a.selected {
	background: #f2eddd;
	cursor: default;
}
.topHalf .logoPanel .menu a.hosting.selected, .topHalf .logoPanel .menu a.hosting:hover, .topHalf .logoPanel .menu a.contact.selected, .topHalf .logoPanel .menu a.contact:hover {
	color: #91d3de;
}
.topHalf .logoPanel .menu a.server.selected, .topHalf .logoPanel .menu a.server:hover {
	color: #39d8b2;
}
.topHalf .logoPanel .menu a.domain.selected, .topHalf .logoPanel .menu a.domain:hover {
	color: #f88f77;
}
.topHalf .logoPanel .menu a.design.selected, .topHalf .logoPanel .menu a.design:hover {
	color: #d3c191;
}

.hostingPanel, .serverPanel, .domainPanel, .designPanel {
	display: block;
	width: 100%;
	min-width: 960px;
	height: 400px;
	padding: 100px 0;
	margin: 0;
	border: none;
	background: #f2eddd;
}
.hostingPanel {
	margin-top: 300px;
}
/*
.hostingPanel .imageHalf {
	background: url(../images/infinity.png) 50% 20% no-repeat;
}
.serverPanel .imageHalf {
	background: url(../images/bolt.png) 50% 20% no-repeat;
}
.domainPanel .imageHalf {
	background: url(../images/globe.png) center no-repeat;
}
.designPanel .imageHalf {
	background: url(../images/globe.png) center no-repeat;
}
*/
.imageHalf {
	display: block;
	float: left;
	width: 40%;
	min-width: 380px;
	/*min-width: 300px;*/
	height: 500px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

.imageHalf .hostingInteraction {
	display: block;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	/*overflow: hidden;*/
	direction: rtl;
}
.imageHalf .hostingInteraction .specs {
	display: block;
	width: 363px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: url(../images/hostingspecs.png) no-repeat;
}
.imageHalf .hostingInteraction .specs.top {
	display: block;
	width: 363px;
	height: 96px;
	padding: 0;
	margin: 70px 50px 0 0;
	border: none;
	background-position: 0 0;
	position: absolute;
	z-index: 99;
}
.imageHalf .hostingInteraction .specs.middle {
	display: block;
	width: 363px;
	height: 113px;
	padding: 0;
	margin: 120px 50px 0 0;
	border: none;
	background-position: 0 -96px;
	position: absolute;
	z-index: 98;
}
.imageHalf .hostingInteraction .specs.bottom {
	display: block;
	width: 363px;
	height: 99px;
	padding: 0;
	margin: 180px 50px 0 0;
	border: none;
	background-position: 0 -209px;
	position: absolute;
	z-index: 97;
}
.imageHalf .hostingInteraction .specs.shadow {
	display: block;
	width: 363px;
	height: 96px;
	padding: 0;
	opacity: 0.2;
	margin: 310px 50px 0 0;
	border: none;
	background-position: bottom;
	position: absolute;
	z-index: 96;
}

.imageHalf .serverInteraction {
	display: block;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	/*overflow: hidden;*/
	direction: ltr;
}
.imageHalf .serverInteraction .bolt {
	display: block;
	width: 137px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: url(../images/serverbolt.png) no-repeat;
}
.imageHalf .serverInteraction .bolt.main {
	display: block;
	height: 252px;
	padding: 0;
	margin: 0 0 0 100px;
	border: none;
	background-position: 0 0;
	position: absolute;
	z-index: 99;
}
.imageHalf .serverInteraction .bolt.shadow {
	display: block;
	height: 40px;
	padding: 0;
	margin: 320px 0 0 100px;
	opacity: 0.2;
	border: none;
	background-position: 0 -252px;
	position: absolute;
	z-index: 98;
}

.imageHalf .domainInteraction {
	display: block;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	/*overflow: hidden;*/
	direction: rtl;
}
.imageHalf .domainInteraction .globe {
	display: block;
	width: 186px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: url(../images/domainglobe.png) no-repeat;
}
.imageHalf .domainInteraction .globe.main {
	display: block;
	height: 186px;
	padding: 0;
	margin: 30px 130px 0 0;
	border: none;
	background-position: 50% top;
	position: absolute;
	z-index: 98;
}
.imageHalf .domainInteraction .globe.main .cover {
	display: block;
	width: 184px;
	height: 184px;
	padding: 0;
	margin: 1px 1px 0 0;
	border: none;
	border-radius: 100%;
	background-position: 0 bottom;
	position: absolute;
	z-index: 99;
	overflow: hidden;
}
.imageHalf .domainInteraction .globe.shadow {
	display: block;
	height: 32px;
	padding: 0;
	margin: 260px 130px 0 0;
	border: none;
	background-position: 50% -219px;
	position: absolute;
	z-index: 97;
	opacity: 0.2;
}


.imageHalf .designInteraction {
	display: block;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	/*overflow: hidden;*/
	direction: ltr;
}
.imageHalf .designInteraction .device {
	display: block;
	width: 249px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: url(../images/designdevices.png) no-repeat;
}
.imageHalf .designInteraction .device.ipadmini {
	display: block;
	height: 125px;
	padding: 0;
	margin: 10px 0 0 50px;
	border: none;
	background-position: -80px top;
	position: absolute;
	z-index: 99;
}
.imageHalf .designInteraction .device.macbook {
	display: block;
	height: 191px;
	padding: 0;
	margin: 25px 0 0 80px;
	border: none;
	background-position: 0 -155px;
	position: absolute;
	z-index: 98;
}
.imageHalf .designInteraction .device.iphone {
	display: block;
	height: 111px;
	padding: 0;
	margin: 100px 0 0 70px;
	border: none;
	background-position: 70px -364px;
	position: absolute;
	z-index: 97;
}
.imageHalf .designInteraction .device.ipad {
	display: block;
	height: 125px;
	padding: 0;
	margin: 190px 0 0 50px;
	border: none;
	background-position: -40px -500px;
	position: absolute;
	z-index: 96;
}

.imageHalf .designInteraction .device.ipadminiShadow {
	display: block;
	height: 13px;
	padding: 0;
	margin: 360px 0 0 50px;
	border: none;
	background-position: -80px -679px;
	position: absolute;
	z-index: 95;
	opacity: 0.1;
}
.imageHalf .designInteraction .device.macbookShadow {
	display: block;
	height: 28px;
	padding: 0;
	margin: 370px 0 0 80px;
	border: none;
	background-position: 0 -709px;
	position: absolute;
	z-index: 95;
	opacity: 0.1;
}
.imageHalf .designInteraction .device.iphoneShadow {
	display: block;
	height: 12px;
	padding: 0;
	margin: 390px 0 0 70px;
	border: none;
	background-position: 60px -752px;
	position: absolute;
	z-index: 95;
	opacity: 0.1;
}
.imageHalf .designInteraction .device.ipadShadow {
	display: block;
	height: 18px;
	padding: 0;
	margin: 395px 0 0 50px;
	border: none;
	background-position: -40px -778px;
	position: absolute;
	z-index: 95;
	opacity: 0.1;
}

.contentsHalf {
	display: block;
	float: right;
	width: 55%;
	/*min-width: 400px;*/
	/*height: 600px;*/
	/*min-height: 350px;*/
	padding-right: 5%;
	margin: 0;
	border: none;
	background: none;
}
.serverPanel .imageHalf, .designPanel .imageHalf {
	float: right;
}
.hostingPanel h2 {
	color: #2ccee9;
}
.serverPanel {
	background: #39d8b2;
}
.serverPanel p, .serverPanel h2 {
	color: #FFF;
}
.domainPanel h2 {
	color: #f88f77;
}
.designPanel {
	background: #d3c191;
}
.designPanel h2 {
	color: #fcdc5e;
}
.designPanel p {
	color: #6a634f;
}
.serverPanel .contentsHalf, .designPanel .contentsHalf {
	float: left;
	padding-right: 0;
	padding-left: 5%;
}

a.infoButton {
	display: block;
	float: left;
	padding: 10px 30px;
	margin: 20px 0 0 0;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	background: none;
	font-family: 'Quicksand';
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.5);
}
a.infoButton.light {
	border: 1px solid rgba(255,255,255,0.5);
	color: #FFF;
}
a.infoButton:hover {
	border: 1px solid rgba(0,0,0,0.4);
}
a.infoButton.light:hover {
	background: none;
	border: 1px solid rgba(255,255,255,0.9);
}
a.infoButton:active {
	/*background: rgba(255,255,255,0.2);*/
	box-shadow: none;
	margin-top: 22px;
}
.quoteShooter {
	display: block;
	height: 50px;
	min-width: 860px;
	padding: 0 50px;
	margin: 0;
	border: none;
	background: #91d3de;
}
.quoteShooter p {
	line-height: 20px;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFF;
}
#maps {
	display: block;
	width: 100%;
	height: 500px;
	min-width: 960px;
	padding: 0;
	margin: 0;
	border: none;
	background: #91d3de;
}
.footer {
	display: block;
	/*width: 100%;*/
	height: 300px;
	min-width: 960px;
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
	border: none;
	background: #91d3de;
	direction: rtl;
}
.footer .words {
	z-index: -1;
}
.footer p a {
	display: inline-block;
	color: #FFF;
	padding: 0 5px;
	border-radius: 2px;
}
.footer p a:hover {
	color: #91d3de;
	background: #FFF;
}
.footer p {
	display: block;
	direction: ltr;
	float: left;
	width: 300px;
	text-align: justify;
	margin: 20px 20px 20px 40px;
	line-height: 20px;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFF;
	padding: 70px 0 0 0;
	background: url(../images/logo.png) left 20px no-repeat;
}
.footer a.up {
	display: block;
	opacity: 0;
	width: 48px;
	height: 48px;
	padding: 0;
	margin: 120px 80px;
	border: none;
	background: url(../images/up.png) center no-repeat;
	position: absolute;
	-moz-transition: all 500ms ease-in-out 0ms;
	-webkit-transition: all 500ms ease-in-out 0ms;
	-o-transition: all 500ms ease-in-out 0ms;
	transition: all 500ms ease-in-out 0ms;
}
.alert-box {
	background-color: #fffbcc;
	color: #777;
	font-size: 14px;
	line-height: 23px;
	padding: 13px 16px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.alert-box .badge {
	background-color: #f58f2a;
	border-radius: 3px;
	color: #fff;
	margin-left: 4px;
	margin-right: 4px;
	padding: 3px 5px 3px 4px;
	font-weight:bold;
	text-transform: uppercase;
}
