
/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Non-semantic
04 Navbar
05 Single-Page Sections
06 Footer
07 Bootstrap Carousel
08 Buttons
09 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

div, article, section, header, footer, nav, li {
	position:relative;
}
.group:after {
	display:block;
	height:0;
	clear:both;
	content:".";
	visibility:hidden; /* For clearing */
}
body {
	background:#fff;
	color: #312A1E;
	font-size: 100%;
	font-family: Lato-Regular;
}
::-moz-selection {
background:#f0bf00;
color:#333;
}
::selection {
background:#f0bf00;
color:#333;
}
/*---------- FORMS ----------*/

input[type=text], input[type=submit], textarea {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input, button, select, textarea {
	font-family: Lato-Bold;
}
/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/



p {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
	font-family:Lato-Regular;
}
ul, ol {
	font-size: 1em; /* 16px */
	line-height: 1.5em; /* 24px */
	margin: 0 0 1.5em 0;
}
body, input, textarea {
}
a:link, a:visited {
	color: #cbcbcb;
}
a:hover, a:active {
	color: white;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal; /* reset default browser weight for our webfonts */
	font-family: Lato-Bold;
}
h1 {
	font-size: 1.5em; /* 24px */
	line-height: 1; /* 24px */
	margin-top: 1.42em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.3125em; /* 21px */
	line-height: 1.1429; /* 24px */
	margin-top: 1.1429em;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.125em; /* 18px */
	line-height: 1.3333; /* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0em;
}
h4 {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin-top: 1.5em;
	margin-bottom: 0em;
}
h5 {
	font-size: 0.875em; /* 14px */
	line-height: 1.7143; /* 24px */
	margin-top: 1.7143em;
	margin-bottom: 0em;
}
strong {
	font-weight:normal;
	font-family: Lato-Regular;
}
small {
	font-size: 0.75em; /* 12px */
	line-height: 2; /* 24px */
	margin-top: 2em;
	margin-bottom: 0em;
	font-family: Lato-Regular;
	color: White;
}
em {
	font-style: normal;
	font-family: 'Lato-Regular';
}
.muted {
	color: #A5A5A2;
	font-family: 'Conv_FjordOne-Regular', serif;
}
.impressed {
	text-shadow:
 -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}
.more-link {
	font-size: .875em; /* 14px */
	margin-top: 1.5em;
	font-family: 'Lato-Bold', cursive;
}
.more-link:link, .more-link:visited {
	color: #f0bf00;
	text-transform: uppercase;
}

.more-link2 {
	
	margin-top: 1.5em;
	font-family: 'Lato-Bold', cursive;
}
.more-link2:link, .more-link2:visited {
	color: #312a1e;
	
}

.more-post {
	
	margin-top: 1.5em;
	line-height:2em;

}
.more-post:link, .more-post:visited {
	color: #312a1e;
	
}
/* ---------------------------------------------------------------------------------------------------------- 
03 Non-semantic ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* New Image Replacement Hack */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.medium {
	font-weight: normal;
	font-family: 'Conv_FjordOne-Regular', serif;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
/* ---------------------------------------------------------------------------------------------------------- 
04 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.navbar-fixed-top .container {
/* Uncomment to make nav expand full width */
 /*width: auto; */
}
.navbar .brand {
	margin-left:0;
	padding: 0;
	margin-top: 1.05em;
}

.navbar .brand a {
	padding: 0;
	color: #90e5ec;
	font-size: 1.75em;
	margin-left: 0;
	font-weight: normal;

}
.navbar .brand a:hover {
	text-decoration: none;
	color:#fff;
	transition: color .15s linear;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
}
.navbar .brand a:focus {
	outline: none;
}
.navbar-inner {
	min-height: 4.75em;
}
.navbar-inverse .navbar-inner {
	background-repeat: repeat;
	background: rgb(0, 0, 0); /* Navbar Backgroud Colour */
	border-style:none; 
	
}
.navbar-wrapper {
	overflow:hidden;/* No fixed height, will break collapsible nav */
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: -3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: rgba(0, 114, 198, 0.3);
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 114, 198, 0.1);
}


#menu-main {
	margin-top: 1.125em;
}
ul#menu-main > li > a {
	font-family: Lato-Black;
	font-weight: normal;
	font-size: 1em;
	color: #fff;
	
}
ul#menu-main > li > a:hover 
{
	font-family: Lato-Black;
	font-weight: normal;
	font-size: 1em;
	color: #00BCF2;
	/*background: #00BCF2;
	padding: 9px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow: none;
}
/* ---------------------------------------------------------------------------------------------------------- 
05 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#headerwrap {
	width: 100%;
	background: url(../img/top-bg.jpg) #0b333f no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 600px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}

#intro {
	width: 100%;
	background: url(../img/top-bg.jpg) #0b333f no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 400px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#intro h1 {
	color: #292929;
	font-family: Lato-Bold;
	font-size: 1.5em;
	font-weight: 200;
	text-shadow: 1px 1px 1px #333333;
	background-color:#ffffff;		
	padding:15px;
	margin-top: -60px;
	
}
#intro h2 {
	color: #FFFFFF;
	font-family: Lato-Regular;
	font-size: 1em;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#292929;	
	padding:15px;	
	margin-top: -60px;	
}

#intro h3 {
	color: #FFFFFF;
	font-family: Lato-Regular;
	font-size: 1em;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#137500;	
	padding:15px;	
	margin-top: 400px;	
}


section#intro .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}

#headerwrap h1 {
	color: #01be0f;
	font-family: 'Patua One', Verdana;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
	
}
#headerwrap h3 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#headerwrap h1 span {
	color:#4e4e4c;
}
#headerwrap input[type=text] {
	background: rgba(227, 231, 228, 1);
	font-family: 'Lato-Regular', sans serif;
	font-size: 1.3125em;
	border: 0;
	text-align: center;
	vertical-align: middle;
	margin-bottom:0 !important;
}
#headerwrap input[type=text]:focus {
	background: #43413e;
	color: #eff1ef;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#headerwrap input[type=text] {
	height: 2.9em;
	width:50%;
}
#headerwrap input[type=submit] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 185px;
	height: 2.9em;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#headerwrap input[type=submit]:hover, #headerwrap input[type=submit]:active {
	background: #43413e !important;
}

#affiliate {
	width: 100%;
	background: url(../img/top-bg-aff.jpg) #0b333f no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 400px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}

#affiliate h1 {
	color: #292929;
	font-family: Lato-Bold;
	font-size: 1.5em;
	font-weight: 200;
	text-shadow: 1px 1px 1px #333333;
	background-color:#ffffff;		
	padding:15px;
	margin-top: -60px;
	
}
#affiliate h2 {
	color: #FFFFFF;
	font-family: Lato-Regular;
	font-size: 1em;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#292929;	
	padding:15px;	
	margin-top: -60px;	
}

#affiliate h3 {
	color: #FFFFFF;
	font-family: Lato-Regular;
	font-size: 1em;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#137500;	
	padding:15px;	
	margin-top: 400px;	
}


section#affiliate .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}
/*========== Social Icons ==========*/
ul.icon {
	font-size:54px;
	margin:1em 0 0.5em 0;
}
ul.icon li {
	display:inline-block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul.icon li:hover {
	opacity:0.7;
}
section.single-page {
	padding: 4.75em 0; /* 76px */
}
section.single-page h1 {
	text-align: center;
	font-family:  'Lato-Bold', cursive;
	margin-bottom: 2em; /* 72px */
	font-size: 2.25em; /* 36px */
}
#feature {
	background: url("../img/yellow.png") repeat-x 0 0;
	height: 406px;
	z-index: 500;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}
#feature article {
	text-align: center;
	margin-top: 120px;
	max-width: 1170px;
}
#feature-headline {
	font-family: 'Lato-Bold', cursive;
	text-transform: uppercase;
	color: rgba(228, 229, 229, 1);
	margin-bottom: 3%; /* 39px */
	margin-top: -.25em;
	height: 109px;
	background-size: 100% auto;
}
#feature-headline span {
	font-family: 'Lato-Bold', cursive;
	text-transform: lowercase;
}
#feature article p {
	font-family: 'Lato-Bold', cursive;
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1.35;
	color: #fff;
}
/* Portfolio */

section#portfolio {
	padding-bottom: 0;
}
section#portfolio h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#portfolio h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}
section#portfolio hgroup h2 {
	font-size: 2em;
	margin-top: 1em;
	text-transform: capitalize;
}
section#portfolio hgroup h3 {
	margin-top:  .35em;
	font-family: 'Lato-Bold', cursive;
}
section#portfolio .entry-content {
	margin: 1em 0 2.5em;
}
section#portfolio .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}
/* Portfolio Image Hover */
.mask2 img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mask2 img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
}

/* Services */

section#services {
	padding-bottom: 9.5em;
	background:#fff;
}

#services .content {
 
 margin-bottom:-120px;
}

#services h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#services h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	color:#312a1e;
	font-family: Lato-Bold;
	
}
section#services h3 {
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
	font-family: Lato-Black;
}
section#services p {
	margin:10px;
}

section#services .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#services .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#services .span3 
{
	background:#f0f0f0;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	
}
section#services .span3:hover {
	background:#f5f5f5;
	box-shadow: 1px 1px 6px #C1BAC1;
}



/*#services .pricebx 
{
	/*border-bottom-style:solid;
	border-bottom-color:#e0e0e0;
	border-top-style:solid;
	border-top-color:#e0e0e0;
	background-color:#00AEEF;
}*/

#services span 
{
	font-size:22px;
	
}

#services .price 
{
	font-size:50px;
	margin-top:20px;
	margin-bottom:5px;
	color:#058C2E;
	font-family:Lato-Bold;
}

#services .price-aff 
{
	font-size:60px;
	margin-top:20px;
	margin-bottom:5px;
	color:#3C82C4;
	font-family:Lato-Bold;
}

#services .price-aff2 
{
	font-size:100px;
	margin-top:20px;
	margin-bottom:5px;
	color:#db2020;
	font-family:Lato-Bold;
}

#services .from 
{	
	text-align:center;
	font-weight:bold;
}

#services .month 
{	
	margin-right:25%;
	font-weight:bold;
}


/* Testimonials */

section#testimonials {
	height:  647px;
	background: url("../img/top-bg.png") no-repeat center center fixed;
	padding: 0;
	color: #e4e5e2;
	z-index: 500;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
section#testimonials .blockquote-wrapper {
	display: table-cell;
	vertical-align: middle;
	height:  647px;
}
blockquote.mega {
}
blockquote.mega p {
	font-size: 45px;
	line-height: 50px;
	text-align: left;
	font-family: 'Lato-Bold', cursive;
	font-weight:bold;
	color:#312A1E;
}
blockquote.mega .cite {
	font-size: 22px;
	text-align: left;
	font-weight:300;
}
/* News */
section#news {
	background: url("../img/grey-cardboard-bg.png") repeat 0 0;
}
section#news .align {
	font-size: 6em;
	text-align: center;
}
article.post {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
article .inside {
	margin: 18px 24px 24px;
	padding-top: 1em;
	background: url("../img/dot-row-2.png") repeat-x scroll 0 0 transparent !important;
}
.post-date {
	color: #A5A5A2;
	float: right;
	font-family: 'Lato-Regular';
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	margin-right: 5px;
}
section#news h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}
#news h3 {
	font-size: 21px;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #312A1E;
	clear: right;
}

/* Team and Contact */

section#team, section#contact {
	color: #e4e5e2;
	background:#312A1E;
}

section#team .align, section#contact .align {
	font-size: 6em;
	text-align: center;
}
#team h1, #contact h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#contact h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}
section#team h2 {
	font-size: 3em;
	
	margin-top: 0.5em;
	text-align:center;
	
}
#contact, #team {
	padding-top: 4.75em;
}
#team {
	padding-bottom: 0;
}
#contact {
	padding-bottom: 0;
}


/*Team  more info button*/
#team input[type=button] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	margin-top:2em;
	margin-bottom:1.5em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#team input[type=button]:hover, #team input[type=button]:active {
	background: #004772 !important;
}




/* team */

#team h3 {
	font-size: 26px;
	margin-top: 24px;
	margin-bottom: 0px;
}
#team h3, .job-position {
	text-align: center;
}
#team .featurette {
	text-align: center;
	font-size: 21px;
}
#team h2.featurette-heading {
	margin-bottom: 24px;
	font-size: 1.7em;
	text-align:center;
}
}
.teamalign {
	text-align:center
}
.team-thumb {
	margin-top: 26px;
	text-align:center;
}
.job-position {
	font-family: 'Lato-Regular', sans-serif;
	margin-bottom: .46155em;
}
/* Contact Form */

#theme-form {
	position: relative;
	z-index: 999;
}
#theme-form input[type=text], .cform-form textarea {
	background: rgba(227, 231, 228, 1);
	font-family: 'Lato-Regular', sans serif;
	border: 0;
	text-align: left;
	vertical-align: middle;
}
#theme-form input[type=text]:focus, .cform-form textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#theme-form input[type=text] {
	height: 3.25em;
}
#theme-form input[type=submit] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #f0bf00 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#theme-form input[type=submit]:hover, #theme-form input[type=submit]:active {
	background: #43413e !important;
}
#theme-form textarea {
	padding-top: 1em;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Lato-Regular', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* Featurettes */



hr.featurette-divider {
	margin: 3em 0;
	border-width: 0;
	height: 9px;
	background: url("../img/dot-row-3-lt.png") repeat-x;
}
/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#map-wrapper {
	margin-top: 20px;
	background:#333333;
}

footer {
	text-align: center;
	color: white;
	font-weight: bold;
	background:#333333;
	
	
}
footer p {
	margin-top: -130px;
}
/* ---------------------------------------------------------------------------------------------------------- 
07 Bootstrap Carousel ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
    
    .carousel-caption {
	background-color: transparent;
	position: static;
	padding: 0;
	margin: 0;
	position:absolute;
}
.carousel-caption h1,  .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.carousel-caption .btn {
	margin-top: 10px;
}
.carousel-control {
	margin-top: 0;
	font-size: 6.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	background-color: transparent;
	border: 0;
	font-family: 'Lato-Regular', sans-serif;
	opacity: 0.4;
	border-radius: 0;
}
.carousel-control:link, .carousel-control:visited {
	color: #262626;
}


/* Banner Carousel  */    
    #banner .carousel {
	margin-top: 4.75em;
	margin-bottom: 0;
	margin-top: 0;
}
.banner-caption {
	/*	width: 18%; */
    	position: absolute;
	left: 20%;
	top: 10%;
	color: #007ac3;
}
#intro-caption {
	margin-top:150px;
	font-family: 'Lato-Regular', sans-serif;
	text-align: center;
	font-size: 80px;
	line-height: 90px;
	color:#fff;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
}
#intro-caption span {
	font-family:'Lato-Regular', sans-serif;
	font-size: 0.65em;
}
#banner.carousel .item {
}
#banner.carousel img {
}
#banner.carousel .carousel-control {
}
/* ---------------------------------------------------------------------------------------------------------- 
08 Buttons ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */    
.btn {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 185px;
	height: 20px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding: 1em 0.5em;
	letter-spacing: 0.05em;
	margin: 4.5em auto 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn:link, .btn:visited {
	color: #fff;
}
.btn:hover {
	background: #312A1E !important;
}
.navbar-inverse .btn-navbar {
	width: auto;
	height: auto;
}



/* ---------------------------------------------------------------------------------------------------------- 
09 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* RESPONSIVE 
-------------------------------------------------- */

    @media (max-width: 1186px) {
 .banner-caption {
	    	/*	width: 18%; */
	    	position: absolute;
 left: 20%;
 top: 6%;
 color: #007ac3;
}
 #intro-caption {
 font-family: 'Lato-Regular', sans-serif;
 text-align: center;
 font-size: 60px;
 line-height: 70px;
}
 .banner-caption p {
 font-size: 1em;
}
}
 @media (max-width: 979px) {
 .navbar-fixed-top {
 margin-bottom: 0;
}
 .navbar .container {
 width: 100%;
}
 .navbar .brand {
 margin-top: 0;
}
 .navbar .btn-navbar {
 margin-top: 0;
}
 .navbar-fixed-top .navbar-inner {
 padding: 0px;
}
 .featurette {
 height: auto;
 padding: 0;
}
 .featurette-image.pull-left,  .featurette-image.pull-right {
 display: block;
 float: none;
 max-width: 40%;
 margin: 0 auto 20px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
 #headerwrap {
 padding-top:0;
}
}
 @media (max-width: 767px) {
 .container {
 padding-right: 5px;
 padding-left: 5px;
}
 .navbar-fixed-top,  .navbar-fixed-bottom,  .navbar-static-top {
 margin-right: 0px;
 margin-left: 0px;
 margin-bottom:0px;
 padding-bottom:0px;
}
 .navbar-inner {
 margin: 0;
}
 .carousel {
 margin-left: -20px;
 margin-right: -20px;
}
 .carousel .container {
}
 .carousel-caption {
 width: 65%;
 padding: 0 70px;
 margin-top: 100px;
}
 .carousel-caption h1 {
 font-size: 30px;
}
 .carousel-caption .lead,  .carousel-caption .btn {
 font-size: 18px;
}
 .featurette-heading {
 font-size: 30px;
}
 .featurette .lead {
 font-size: 18px;
 line-height: 1.5;
}
}
    
    /* Smaller screens ----------- */
	@media (max-width : 480px) {
 #headerwrap {
 padding-top:0;
}
 #headerwrap h2 {
 font-size:2em;
}
 #headerwrap h3 {
 font-size:1em;
}
 #headerwrap input[type="text"] {
 width: 100%;
}
 #headerwrap input[type="submit"] {
 margin-top:1em;
 width: 135px;
}
 .container {
1px solid yellow;
}
 #team .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}
 #feature article p {
 font-family: 'Lato-Regular', sans-serif;
 font-size: 26px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
}
    
    /* Smartphones (portrait and landscape) ----------- */
	@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {
 #feature-headline {
 background: transparent;
 text-indent: 0;
 overflow: visible;
 margin-top: 1.5em;
}
 #navbar-inner {
 margin:	0;
}
 #banner { /*display: none;*/
}
 section.single-page {
 padding: 1em 0;
}
		
		/* Feature */
		#feature-badge {
/*	display: none; */
		}
		
		/* Portfolio & News */
		
		#news h1 {
 background: transparent;
}
 #news h1 span {
 background: transparent;
 padding: 0;
}
 #portfolio .container {
 top: 0 !important;
}
 #feature article p {
 font-family: 'Lato-Regular', sans-serif;
 font-size: 26px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
 .img-news {
 width: 100%;
}
 .img-news {
 margin-right: auto;
 margin-left: auto;
 display: block;
}
 section#portfolio hgroup h2 {
 margin-top: 1.5em;
}
	
		/* Services */
		
		#services h1 {
 background: transparent;
}
 #services h1 span {
 background: transparent;
 padding: 0;
}
 section#services h2 {
 margin-bottom: 0.25em;
}
 section#services h2, section#services ul {
 text-align: center;
}
		

	    /* Testimonials */
	    
		section#testimonials { /*display: none;*/
}
	
		/* team */
		
		#team .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}
 .job-position: {
 margin-bottom: 1.5em;
}
 .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
 margin-left: auto;
 margin-right: auto;
}





		
		/* Contact Form */

		#theme-form {
 overflow: hidden;
}
 #theme-form input[type=submit] {
 width: 100%;
}
}

	/* Smartphones (landscape) ----------- */
	@media only screen  and (min-width : 321px) {
 #feature-headline {
 font-size: 32px; /* 34px */
}
}
	
	/* Smartphones (portrait) ----------- */
	@media only screen  and (max-width : 320px) {
 #feature-headline {
 font-size: 1.1875em; /* 19px */
}
 #feature article p {
 font-family: 'Lato-Regular', sans-serif;
 font-size: 26px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) {
 .banner-caption p {
 font-size: 0.6em;
}
 #intro-caption {
 font-size: 4em;
}
}
	
	/* iPads (landscape) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape) {
/* Styles */
	}
	
	/* iPads (portrait) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait) {
/* Styles */
	}
	
	/* Desktops and laptops ----------- */
	@media only screen  and (min-width : 1224px) {
/* Styles */
	}
	
/* ----------------------------------- Services button -----------------------*/	
#services input[type=button] {
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0B71B5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;
}
#services input[type=button]:hover, #services input[type=button]:active {
	background: #004f84 !important;
	box-shadow: 1px 1px 8px #000000;
}

/* ----------------------------------- End Services button -----------------------*/	


/* -----------------------------------Why Us Section -----------------------*/	
section#why {

	padding-bottom: 9.5em;
}
#why h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

section#why h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	padding-bottom: 0.8em;
}
section#why p {
	margin:10px;
	font-family: 'Conv_FjordOne-Regular', serif;
}
section#why .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#why .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#why .span3 {
	background:#e9e9e9;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section#why .span3:hover {
	background:#e3e3e3;
	box-shadow: 1px 1px 6px #C1BAC1;
}


		#why h1 {
 background: transparent;
}
 #why h1 span {
 background: transparent;
 padding: 0;
}
 section#why h2 {
 margin-bottom: 0.25em;
}
 section#why h2, section#why ul {
 text-align: center;
}

/* ----------------------------------- End Why Us Section -----------------------*/






/* ---------------------------- Data Center Section ---------------------------*/

section#datacenter {
	padding-bottom: 0;
}
section#datacenter h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0;
}

section#datacenter h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}

section#datacenter hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#datacenter hgroup h3 {
	margin-top:  0;
	font-family: 'Lato-Bold', cursive;
	text-align:center;
	font-size: 1.5em;
}
section#datacenter .entry-content {
	margin: 0;
}
section#datacenter .align {
	text-align:center;
	margin-top:0;
	font-size:6em;
}
section#datacenter .btnInfo {
	
	margin-top:0px;
	

}

/* Data Center Image Hover */
.mask2 img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mask2 img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
}
#datacenter .container {
 top: 0 !important;
}
section#datacenter hgroup h2 {
 margin-top: 1.5em;
}

/*  Data Center button */	
#datacenter input[type=button] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	
	letter-spacing: 0.05em;	
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#datacenter input[type=button]:hover, #datacenter input[type=button]:active {
	background: #004772 !important;
}

/* datacenter2 */
#datacenter2 {
	width: 100%;
	background: url(../img/NEW_MAP-03.png)#ffffff no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 450px;
	text-align:center;
}
#datacenter2 h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#datacenter2 h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	font-family:Lato-Bold;
}

section#datacenter2 .entry-content {
	margin: 1em 0 2.5em;
}

section#datacenter2 .align {
	text-align:center;
	margin-top:-50px;
	font-size:6em;
}

/* ---------------------------- End Data Center Section ---------------------------*/




/* ---------------------------- Contact Us Section ---------------------------*/

section#contactus {
	background: url("../img/grey-cardboard-bg.png") repeat 0 0;
}
section#contactus .align {
	font-size: 6em;
	text-align: center;
}
section#contactus p {
	margin:10px;
	font-family: 'Conv_FjordOne-Regular', serif;
}
article.post {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
article .inside {
	margin: 18px 24px 24px;
	padding-top: 1em;
	background: url("../img/dot-row-2.png") repeat-x scroll 0 0 transparent !important;
}
.post-date {
	color: #A5A5A2;
	float: right;
	font-family: 'Lato-Regular';
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	margin-right: 5px;
}
section#contactus h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}
#contactus h3 {
	font-size: 21px;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #312A1E;
	clear: right;
}

#contactus h1 {
 background: transparent;
}
 #contactus h1 span {
 background: transparent;
 padding: 0;
}

.img-contactus {
 width: 100%;
}
 .img-contactus {
 margin-right: auto;
 margin-left: auto;
 display: block;
}

/*contactus  more info button*/
#contactus input[type=button] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	margin-top:3em;

	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contactus input[type=button]:hover, #contactus input[type=button]:active {
	background: #004772 !important;
}



/* ---------------------------- End Contact Us Section ---------------------------*/



/* ---------------------------------------------------------------------------------------------------------- 
Comparison of All Windows Cloud Hosting Plans ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#allcloud {
	width: 100%;
	background: url(../img/top-bg4.jpg) #0b333f no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 350px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#allcloud h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#allcloud h2 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#allcloud h1 span {
	color:#ffffff;
}

section#allcloud .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}

/* ---------------------------------------------------------------------------------------------------------- 
Intro Page ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#introShared {
	width: 100%;
	background: url(../img/top-bg16.jpg) #0b333f no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#introShared h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#introShared h2 {
	color: #FFFFFF;
	font-family: Lato-Bold;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333333;
	background-color:#2a2a2a;
	padding:15px;
}
#introShared h3 {
	color: #FFFFFF;
	font-family: Lato-Regular;
	font-size: 1em;
	font-weight: normal;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#0689ef;
	padding:15px;
}
#introShared h1 span {
	color:#ffffff;
}

section#introShared .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}


#introCloudServer {
	width: 100%;
	background: url(../img/top-bg20.jpg) #0b333f no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
	margin-top: -20px;
	padding-top:160px;
	text-align:center;
}
#introCloudServer h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#introCloudServer h2 {
	color: #FFFFFF;
	font-family: 'Lato-Bold', sans serif;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333333;
	background-color:#2a2a2a;
	padding:15px;
}
#introCloudServer h3 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 1em;
	font-weight: normal;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#0689ef;
	padding:15px;
}
#introCloudServer h1 span {
	color:#ffffff;
}

section#introCloudServer .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}

#aff-contact {
	width: 100%;
	background: url(../img/top-bg-aff-contact.jpg) #0b333f no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
	margin-top: -20px;
	padding-top:160px;
	text-align:center;
}
#aff-contact h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#aff-contact h2 {
	color: #FFFFFF;
	font-family: 'Lato-Bold', sans serif;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333333;
	background-color:#2a2a2a;
	padding:15px;
}
#aff-contact h3 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 1em;
	font-weight: normal;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#0689ef;
	padding:15px;
}
#aff-contact h1 span {
	color:#ffffff;
}

section#aff-contact .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}


/* ---------------------------------------------------------------------------------------------------------- 
Reseller Page ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#introReseller{
	width: 100%;
	background: url(../img/top-bg15.jpg) #0b333f no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#introReseller h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#introReseller h2 {
	color: #FFFFFF;
	font-family: Lato-Bold;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333333;
	background-color:#2a2a2a;
	padding:15px;
}
#introReseller h3 {
	color: #ffffff;
	font-family: Lato-Regular;
	font-size: 1em;
	font-weight: normal;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#0689ef;
	padding:15px;
}
#introReseller h1 span {
	color:#ffffff;
}

section#introReseller .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}


/* ---------------------------------------------------------------------------------------------------------- 
Cloud Page ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#introCloud {
	width: 100%;
	background: url(../img/top-bg17.jpg) #0b333f no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#introCloud h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#introCloud h2 {
	color: #FFFFFF;
	font-family: Lato-Bold;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333333;
	background-color:#2a2a2a;
	padding:15px;
}
#introCloud h3 {
	color: #FFFFFF;
	font-family: Lato-Regular;
	font-size: 1em;
	font-weight: normal;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#0689ef;
	padding:15px;
}
#introCloud h1 span {
	color:#ffffff;
}

section#introCloud .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}


/* ---------------------------------------------------------------------------------------------------------- 
Intro SharePoint2013 ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#introSP {
	width: 100%;
	background: url(../img/top-bg18.jpg) #0b333f no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#introSP h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#introSP h2 {
	color: #FFFFFF;
	font-family: Lato-Bold;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333333;
	background-color:#2a2a2a;
	padding:15px;
}
#introSP h3 {
	color: #FFFFFF;
	font-family: Lato-Regular;
	font-size: 1em;
	font-weight: normal;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#0689ef;
	padding:15px;
}
#introSP h1 span {
	color:#ffffff;
}

section#introSP .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}



/* ---------------------------------------------------------------------------------------------------------- 
SharePoint 2010 Page ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#introSPh {
	width: 100%;
	background: url(../img/top-bg19.jpg) #0b333f no-repeat ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#introSPh h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#introSPh h2 {
	color: #FFFFFF;
	font-family: Lato-Bold;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333333;
	background-color:#2a2a2a;
	padding:15px;
}
#introSPh h3 {
	color: #FFFFFF;
	font-family: Lato-Regular;
	font-size: 1em;
	font-weight: normal;	
	text-shadow: 1px 1px 1px #333333;
	background-color:#0689ef;
	padding:15px;
}
#introSPh h1 span {
	color:#ffffff;
}

section#introSPh .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}





/* all cloud plan */

section#allcloudplan {

	background-color:white;
	/*background:url(../img/bg_blue.png);
	background-repeat:repeat-x repeat-y;*/
}

#allcloudplan .content {
 
 margin-bottom:-80px;
}


#allcloudplan .pricebx 
{
	border-bottom-style: solid;
}

#allcloudplan span 
{
	font-size:22px;
	
}

#allcloudplan .price 
{
	font-size:50px;
	margin-top:20px;
	margin-bottom:5px;
	font-family:Lato-Bold;
	color:Black;
}

#allcloudplan .from 
{	
	text-align:center;
	font-family:Lato-Regular;
	color:Black;
}

#allcloudplan .month 
{	
	margin-right:25%;
	font-weight:bold;
}


#allcloudplan h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	font-family:Lato-Bold;
}
section#allcloudplan h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	color:#312a1e;
}
section#allcloudplan h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
	font-family:Lato-Black;
	
}
section#allcloudplan p {
	margin:10px;
	font-family:Lato-Regular;
	line-height: 80%;
}

section#allcloudplan .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#allcloudplan .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#allcloudplan .span3 
{
	background:#f0f0f0;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-color: #e2e2e2;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	
}
section#allcloudplan .span3:hover {
	background:#f7f7f7;
	box-shadow: 1px 1px 10px #C1BAC1;
}


#allcloudplan h1 {
 background: transparent;
}
 #allcloudplan h1 span {
 background: transparent;
 padding: 0;
}
 section#allcloudplan h2 {
 margin-bottom: 0.25em;
}
 section#allcloudplan h2, section#allcloudplan ul {
 text-align: center;
}

#allcloudplan input[type=button] {
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0B71B5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;
}
#allcloudplan input[type=button]:hover, #allcloudplan input[type=button]:active {
	background: #004f84 !important;
	box-shadow: 1px 1px 8px #000000;
}

/*------------------------- More Cloud Plan ----------------------*/

#morecloudplan {
	width: 100%;
	background: url(../img/top-bg5.jpg) #0b333f no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 20px;
	text-align:center;
	margin-top:-20px;
}
#morecloudplan h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#morecloudplan h2 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}

#morecloudplan p {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333333;
}

#morecloudplan h1 span {
	color:#ffffff;
}

section#morecloudplan .entry-content {
	margin: 1em -100px 2.5em 60px;
	color:White;
	font-size:12pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}

#morecloudplan .red:hover, #morecloudplan .red:active {
	color: white;
	text-decoration: none;
}

#morecloudplan .red 
{
	font-family: Lato-Bold;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	text-transform: none;
	background: #af0505 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;


}
#morecloudplan .red:hover, #morecloudplan .red:active {
	background: #8c0101 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	box-shadow: 1px 1px 8px #000000;
}

/*------------------------- New Version ----------------------*/

#newversion {
	width: 100%;
	background: #fff no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 20px;
	text-align:center;
	margin-top:-20px;
}
#newversion h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#newversion h2 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}

#newversion p {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333333;
}

#newversion h1 span {
	color:#ffffff;
}

section#newversion .entry-content {
	margin: 1em -100px 2.5em 60px;
	color:White;
	font-size:12pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}

#newversion .red:hover, #newversion .red:active {
	color: white;
	text-decoration: none;
}

#newversion .red 
{
	font-family: Lato-Bold;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	text-transform: none;
	background: #af0505 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;


}
#newversion .red:hover, #newversion .red:active {
	background: #8c0101 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	box-shadow: 1px 1px 8px #000000;
}


/*------------------------- button ---------------------------*/
/* green */

.green2:hover {
	color: white;
	text-decoration: none;
}

.green2:active {
	color: white;
	text-decoration: none;
}

#allcloudplan .green_button
{
	margin-bottom:2em;
}

#allcloudplan .green_button2
{
	margin-bottom:10px;
}



#allcloudplan .green2 
{
	font-family: Lato-Black;
	color: #fff;
	width: 100px;
	height: 2em;
	font-size: 1em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	text-transform: none;
	background: #2EAC54 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;


}
#allcloudplan .green2:hover {
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	box-shadow: 1px 1px 8px #000000;
}
#allcloudplan .green2:active 
{
	color: #a9c08c;
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	box-shadow: 1px 1px 10px #000000;
}

.button-aff {
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0B71B5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 5px 5px #000000;
}
.button-aff:hover {
	background: #3C82C4 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	box-shadow: 1px 5px 8px #000000;
}
.button-aff:active {
	color: #80bed6;
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	box-shadow: 1px 5px 10px #000000;
}

.button-contact {
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.5em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #3C82C4 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;
}
.button-contact:hover {
	background: #0B71B5 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	box-shadow: 1px 1px 8px #000000;
}
.button-contact:active {
	color: #80bed6;
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	box-shadow: 1px 1px 10px #000000;
}
/* blue */

.blue:hover {
	color: white;
	text-decoration: none;
}

.blue:active {
	color: white;
	text-decoration: none;
}

#allcloudplan .blue {
	font-family: Lato-Black;
	color: #fff;
	width: 100px;
	height: 2em;
	font-size: 1em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0B71B5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;
}
#allcloudplan .blue:hover {
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	box-shadow: 1px 1px 8px #000000;
}
#allcloudplan .blue:active {
	color: #80bed6;
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	box-shadow: 1px 1px 10px #000000;
}




/* features */

section#features {
	padding-bottom: 9.5em;
	background:#fff;
}

#features .content {
 
 margin-bottom:-140px;
}


#features h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#features h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	color:#312a1e;
	font-family:Lato-Bold;
}
section#features h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#features p {
	margin:10px;
	font-family:Lato-Regular;
	line-height: 80%;
	
}
section#features p i {
	font-family:Lato-Regular;
	line-height: 80%;
	color: #0B71B5;
	
}

section#features .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#features .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#features .span3 
{
	
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	
}



		#features h1 {
 background: transparent;
}
 #features h1 span {
 background: transparent;
 padding: 0;
}
 section#features h2 {
 margin-bottom: 0.25em;
}
 section#features h2, section#features ul {
 text-align: center;
}

/* features Image Hover */
.mask3 img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mask3 img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
}




/* Supported Features */

section#supported {
	
	background:#333333;
}

#supported .content {
 
 margin-bottom:-60px;
}


#supported .contentrow {
 
 margin-top:-30px;
}
#supported h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#supported h3 {
	margin:-1px;
	font-size:0.9em;
	color:White;
	font-family: Lato-Regular;

}

section#supported p {
	margin:-1px;
	font-size:0.8em;
	color:#999999;
	font-family: Lato-Regular;
}
section#supported p i{
	margin:-1px;
	font-size:0.8em;
	color:#fff;
	font-family: Lato-Regular;
}


section#supported .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#supported .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#supported .span3 
{
	
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	
}



		#supported h1 {
 background: transparent;
}
 #supported h1 span {
 background: transparent;
 padding: 0;
}
 section#supported h2 {
 margin-bottom: 0.25em;
}
 section#supported ul {
 text-align: center;
}



/* ---------------------------------------------------------------------------------------------------------- 
END OF Comparison of All Windows Cloud Hosting Plans ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */





/* ---------------------------------------------------------------------------------------------------------- 
Crystal Reports 2010-Hosting Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#cr2010 {
	width: 100%;
	background: url(../img/top-bg12.jpg) #0b333f no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;	
	padding-top:60px;
	text-align:center;
}
#cr2010 h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#cr2010 h2 {
	color: #FFFFFF;
	font-family: 'Lato-Bold', cursive;
	font-size: 3em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#cr2010 h1 span {
	color:#ffffff;
}

section#cr2010 .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}
#cr2010URL
{
}

#cr2010URL .nav a
{
	color:#ffffff;
}

#cr2010 .btnhead
{
	margin-top:8em;
}


#cr2010 input[type=button] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	margin-bottom:5px;
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#cr2010 input[type=button]:hover, #cr2010 input[type=button]:active {
	background: #004772 !important;
}



/* ---------------------------------------------------------------------------------------------------------- 
END OF Crystal Reports 2010 - Hosting Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------- 
APP Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
section#app {
	color: #312a1e;
	
}
section#app .align {
	font-size: 6em;
	text-align: center;
}
#app h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#app h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	
}
#app {
	padding-top: 4.75em;
}
#app {
	padding-bottom: 0;
}


#app h3 {
	font-size: 26px;
	margin-top: 24px;
	margin-bottom: 0px;
}
#app h3, .job-position {
	text-align: center;
}
#app .featurette {
	text-align: center;
	font-size: 21px;
}

#app .featurette p {
	text-align: center;
	font-size: 17px;
}

.featurette:link, .featurette:visited {
	color: black;
	
}

#app h2.featurette-heading {
	margin-bottom: 24px;
}
/*
#appURL
{
	color: #312a1e;
}

#appURL .nav a
{
	color:red;
}
*/
/* ---------------------------------------------------------------------------------------------------------- 
END OF APP Sections ------------------------------------------------------------
 ----------------------------------------------------------------------------------------------------------*/





/* ---------------------------------------------------------------------------------------------------------- 
Benefit of APP Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section#benefit{
	padding-bottom: 0;
}
section#benefit h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

section#benefit h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}

section#benefit hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#benefit hgroup h3 {
	margin-top:  .85em;
	font-family: 'Lato-Bold', cursive;
	text-align:center;
	font-size:18pt;
}
section#benefit .entry-content {
	margin: 1em 0 2.5em;
}
section#benefit .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}


section#benefit .entry-content
{
	margin-top: 1.5em;
	padding-left:1.5em;

}
#benefit ol li
{
	line-height:1.5em;
	font-size:12pt;
	text-align:left;
	list-style-type:upper-alpha;
	
}

/* ---------------------------------------------------------------------------------------------------------- 
Benefit OF APP Sections ------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------- 
FreeCloud of APP Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section#freecloud{
	padding-bottom: 0;
}
section#freecloud h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

section#freecloud h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}

section#freecloud hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#freecloud hgroup h3 {
	margin-top:  .85em;
	font-family: 'Lato-Bold', cursive;
	text-align:center;
	font-size:18pt;
}
section#freecloud .entry-content {
	margin: 1em 0 2.5em;
}
section#freecloud .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}


section#freecloud .entry-content
{
	margin-top: 1.5em;
	padding-left:1.5em;

}
#freecloud ol li
{
	line-height:1.5em;
	font-size:12pt;
	text-align:left;
	list-style-type:upper-alpha;
	
}

/*------------------------- button ---------------------------*/
/* green */
.greenfree:hover {
	color: white;
	text-decoration: none;
}

.greenfree:active {
	color: white;
	text-decoration: none;
}

#freecloud .greenfree_button
{
	margin-bottom:2em;
}

#freecloud .greenfree_button2
{
	margin-bottom:10px;
}



#freecloud .greenfree 
{
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #2EAC54 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;


}
#freecloud .greenfree:hover {
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	box-shadow: 1px 1px 8px #000000;
}
#freecloud .greenfree:active 
{
	color: #a9c08c;
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	box-shadow: 1px 1px 10px #000000;
}


/* blue */
.bluefree:hover {
	color: white;
	text-decoration: none;
}

.bluefree:active {
	color: white;
	text-decoration: none;
}

#freecloud .bluefree {
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0B71B5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;
}
#freecloud .bluefree:hover {
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	box-shadow: 1px 1px 8px #000000;
}
#freecloud .bluefree:active {
	color: #80bed6;
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	box-shadow: 1px 1px 10px #000000;
}

.socmed
{
	margin-top:-120px;
}


/* ---------------------------------------------------------------------------------------------------------- 
FreeCloud OF APP Sections ------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */





/* ---------------------------------------------------------------------------------------------------------- 
Hosting Overview Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#overview {
	width: 100%;
	background: url(../img/top-bg12.jpg) #0b333f no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 400px;
	margin-top: -130px;
	padding-top:160px;
	text-align:center;
}
#overview h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#overview h2 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#overview h1 span {
	color:#ffffff;
}

section#overview .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}
#overviewURL
{
}

#overviewURL .nav a
{
	color:#ffffff;
}

#overview .btnhead
{
	margin-top:1em;
	margin-left:30px;
}

#overview input[type=button] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	margin-bottom:5px;
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#overview input[type=button]:hover, #overview input[type=button]:active {
	background: #004772 !important;
}



/* ---------------------------------------------------------------------------------------------------------- 
END OF Hosting Overview Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------------- 
Success With ASPHostPortal.com Section ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section#success{
	padding-bottom: 0;
	background: url(../img/app_dc.gif)  no-repeat 0 0;
	background-color:#000000;
}
section#success h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

section#success h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	color:White;
}

section#success hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#success hgroup h3 {
	margin-top:  .85em;
	font-family: 'Lato-Bold', cursive;
	text-align:center;
	font-size:18pt;
}
section#success .entry-content {
	margin: 1em 0 2.5em;
	color:White;
}
section#success .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}


#success_bg_dc
{
	background-color:#000000;
	
}

#success_dc
{
	background: url(../images/app_dc.gif) no-repeat 0 0;
	height:350px;
	padding-bottom:20px;
	padding-top:20px;
}

/* ---------------------------------------------------------------------------------------------------------- 
End Success With ASPHostPortal.com Section ------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */




/* ASP.NET expertises Section */

section#overviews {
	color: #e4e5e2;

}
section#overviews .align {
	font-size: 6em;
	text-align: center;
}
#overviews h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#overviews h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}
 #overviews {
	padding-top: 4.75em;
}
#overviews {
	padding-bottom: 0;
}



#overviews h3 {
	font-size: 26px;
	margin-top: 24px;
	margin-bottom: 0px;
}
#overviews h3, .job-position {
	text-align: center;
}
#overviews .featurette {
	text-align: center;
	font-size: 21px;
	color:#312a1e;
}
#overviews h2.featurette-heading {
	margin-bottom: 24px;
}
.overviewslign {
	text-align:center
}
.overviews-thumb {
	margin-top: 26px;
	text-align:center;
}
.job-position {
	font-family: 'Lato-Regular', sans-serif;
	margin-bottom: .46155em;
}


#overviews .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}


/* ---------------------------------------------------------------------------------------------------------- 
Security, Reliability, and Performance Section ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section#overview1{
	padding-bottom: 0;
	background: url(../img/app_server.gif)  no-repeat 0 0;
	background-color:white;
	background-position:right;
	
}
section#overview1 h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

section#overview1 h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}

section#overview1 hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#overview1 hgroup h3 {
	margin-top:  .85em;
	font-family: 'Lato-Bold', cursive;
	text-align:center;
	font-size:18pt;
}
section#overview1 .entry-content {
	margin: 1em 0 2.5em;
}
section#overview1 .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}

/* ---------------------------------------------------------------------------------------------------------- 
End Security, Reliability, and Performance Section ------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------------- 
Always In The Forefront Of Technological Developments Section ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section#overview2{
	padding-bottom: 0;
	background: url(../img/app_upfront.gif)  no-repeat 0 0;
	background-color:#25252d;
}
section#overview2 h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

section#overview2 h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	color:White;
}

section#overview2 hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#overview2 hgroup h3 {
	margin-top:  .85em;
	font-family: 'Lato-Bold', cursive;
	text-align:center;
	font-size:18pt;
}
section#overview2 .entry-content {
	margin: 1em 0 2.5em;
	color:White;
}
section#overview2 .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}


/* ---------------------------------------------------------------------------------------------------------- 
End Always In The Forefront Of Technological Developments Section ------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */



/* Why us? Section */

section#reasons {
	padding-bottom: 0;
}
section#reasons h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

section#reasons h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}

section#reasons hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#reasons hgroup h3 {
	margin-top:  .85em;
	font-family: 'Lato-Bold', cursive;
	text-align:center;
	font-size:18pt;
}
section#reasons .entry-content {
	margin: 1em 0 2.5em;
}
section#reasons .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}

/* Reason Home */

section#reasons2 {
	background-color:#F0F0F0;
}

section#reasons2 h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

section#reasons2 h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}

section#reasons2 hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#reasons2 hgroup h3 {
	font-family: 'Lato-Bold', cursive;
	text-align:center;
	font-size:18pt;
}
section#reasons2 .entry-content {
	margin: 1em 0 2.5em;
}
section#reasons2 .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}

/* Portfolio Image Hover */
.mask2 img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mask2 img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
}




#portfolio .container {
 top: 0 !important;
}

section#portfolio hgroup h2 {
 margin-top: 1.5em;
}



/* ---------------------------------------------------------------------------------------------------------- 
Contact Us Page  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#contactpage {
	width: 100%;
	background: url(../img/top-bg4.jpg) #0b333f no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 600px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}




#contactpage h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#contactpage h2 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#contactpage h1 span {
	color:#ffffff;
}

section#contactpage .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}


/* Contact Us Page Content */

section#contactcon {
	padding-bottom: 9.5em;
	background:#fff;
}

#contactcon .content {
 
 margin-bottom:-140px;
}

#contactcon .underline 
{
	border-bottom-style: solid;
	border-bottom-width:thin;

}


#contactcon .pricebx 
{
	border-bottom-style:solid;
	border-bottom-color:#e0e0e0;
	border-top-style:solid;
	border-top-color:#e0e0e0;
	background-color:#dadada;
}

#contactcon span 
{
	font-size:22px;
	
}

#contactcon .price 
{
	font-size:50px;
	margin-top:20px;
	margin-bottom:5px;
	font-weight:bold;
}

#contactcon .from 
{	
	margin-left:25%;
	font-weight:bold;
}

#contactcon .month 
{	
	margin-right:25%;
	font-weight:bold;
}


#contactcon h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#contactcon h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:left;
	color:#312a1e;
	margin:10px;
}
section#contactcon h3 {
	font-size: 1.3em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#contactcon p {
	margin:10px;
}

section#contactcon psmall {
	font-size:0.8em;
}

section#contactcon .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#contactcon .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#contactcon .span3 
{
	background:#fafafa;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	
}
section#contactcon .span3:hover {
	background:#f7f7f7;
	box-shadow: 1px 1px 6px #C1BAC1;
}



 section#contactcon h2 {
 margin-bottom: 0.25em;
}
 section#contactcon ul {
 text-align: center;
 list-style-type: none;
}

section#contactcon .entry-content {
	margin: 1em 0 2.5em;

}
#contactcon .contact
{
	font-size:14px;
	text-align:center;
	letter-spacing: 0.05em;
	
}



/* ---------------------------------------------------------------------------------------------------------- 
Comparison of All Windows Cloud Hosting Plans ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#tier1 {
	width: 100%;
	background: url(../img/top-bg4.jpg) #0b333f no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 400px;	
	padding-top:20px;
	text-align:center;
}
#tier1 h2 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#tier1 h3 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#tier1 h1 span {
	color:#ffffff;
}

section#tier1 .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}



/* all cloud plan */

section#tier1plan {
	padding-bottom: 9.5em;
	background:#fff;
}

#tier1plan .content {
 
 margin-bottom:-140px;
}



#tier1plan .pricebx 
{
	border-bottom-style:solid
}

#tier1plan span 
{
	font-size:22px;
	
}

#tier1plan .price 
{
	font-size:50px;
	margin-top:20px;
	margin-bottom:5px;
	font-weight:bold;
	color:black;
}

#tier1plan .pricefree 
{
	font-size:30px;
	margin-top:20px;
	margin-bottom:5px;
	font-weight:bold;
	color:black;
}

#tier1plan .from 
{	
	margin-top:8px;
	margin-left:40%;
	font-weight:bold;
	color:black;
}

#tier1plan .month 
{	
	margin-right:40%;
	font-weight:bold;
	margin-bottom:8px;
}


#tier1plan h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#tier1plan h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	color:#312a1e;
}
section#tier1plan h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#tier1plan p {
	margin:10px;
	line-height: 80%;
}

section#tier1plan .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#tier1plan .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}

#tier1plan .tier1bx 
{
	background:#fafafa;
	
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	
}

section#tier1plan .span31 
{
	background:#fafafa;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
		
}
section#tier1plan .tier1bx:hover {
	background:#f7f7f7;
	box-shadow: 1px 1px 6px #C1BAC1;
}


		#tier1plan h1 {
 background: transparent;
}
 #tier1plan h1 span {
 background: transparent;
 padding: 0;
}
 section#tier1plan h2 {
 margin-bottom: 0.25em;
}
 section#tier1plan h2, section#tier1plan ul {
 text-align: center;
}

#tier1plan input[type=submit] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tier1plan input[type=submit]:hover, #tier1plan input[type=submit]:active {
	background: #004772 !important;
}

#tier1plan input[type=button] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #009d04 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tier1plan input[type=button]:hover, #tier1plan compare[type=submit]:active {
	background: #008003 !important;
}



/* ******************** Comparison of All Windows Shared Hosting Plans Section ******************** */

section#allsharedplan {
	padding-bottom: 9.5em;
	background:#c9c9c9;
}

#allsharedplan .content {
 
 margin-bottom:-140px;
}


#allsharedplan .pricebx 
{
	border-bottom-style:solid;
	border-bottom-color:#e0e0e0;
	border-top-style:solid;
	border-top-color:#e0e0e0;
	background-color:#dadada;
}

#allsharedplan span 
{
	font-size:22px;
	
}

#allsharedplan .price 
{
	font-size:50px;
	margin-top:20px;
	margin-bottom:5px;
	font-weight:bold;
}


#allsharedplan .from 
{	
	margin-left:25%;
	font-weight:bold;
}

#allsharedplan .month 
{	
	margin-right:25%;
	font-weight:bold;
}


#allsharedplan h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#allsharedplan h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
	color:#312a1e;
}
section#allsharedplan h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#allsharedplan p {
	margin:10px;

}

section#allsharedplan .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#allsharedplan .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#allsharedplan .span3 
{
	background:#fafafa;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	
}
section#allsharedplan .span3:hover {
	background:#f7f7f7;
	box-shadow: 1px 1px 6px #C1BAC1;
}


		#allsharedplan h1 {
 background: transparent;
}
 #allsharedplan h1 span {
 background: transparent;
 padding: 0;
}
 section#allsharedplan h2 {
 margin-bottom: 0.25em;
}
 section#allcloudplan h2, section#allcloudplan ul {
 text-align: center;
}

#allsharedplan input[type=button] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#allsharedplan input[type=button]:hover, #allsharedplan input[type=button]:active {
	background: #004772 !important;
}




/* FAQ section*/
		  
p,dl
{
	
	
}


dl,dt,dd
{
	padding:0;
	margin:0;
	font-family:Lato-Regular;
	line-height:1.8em;	
	
}

.faqs
{
	padding-top:20px
}

.faqs dt
{	
	background:url(../img/q.gif) 0 4px no-repeat;
	padding:0 0 3px 30px;
	position:relative;
}

.faqs dd
{
	background:url(../img/a.gif) 0 2px no-repeat;
	padding:0 0 15px 30px;
	position:relative;
	color:#333
}

.faqs .hover
{	
	text-decoration:underline
}
.faq_trial
{
}














/* ---------------------------------------------------------------------------------------------------------- 
Crystal Reports 2010-Hosting Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#article {
	width: 100%;
	background: url(../img/top-bg4.jpg) #0b333f no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 600px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#article h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#article h2 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#article h1 span {
	color:#ffffff;
}

section#article .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}
#articleURL
{
}

#articleURL .nav a
{
	color:#ffffff;
}






/* ---------------------------------------------------------------------------------------------------------- 
END OF Crystal Reports 2010 - Hosting Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------------- 
contentarticles Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section#contentarticles{
	padding-bottom: 0;
}
section#contentarticles h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

section#contentarticles h2 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:center;
}

section#contentarticles hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#contentarticles hgroup h3 {
	margin-top:  .85em;
	font-family: 'Lato-Bold', cursive;
	text-align:left;
	font-size:18pt;
}
section#contentarticles .entry-content {
	margin: 1em 0 2.5em;
}
section#contentarticles .fontcode 
{
	font-family:Courier New;
	margin-left:2em;
}
section#contentarticles .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}
section#contentarticles .bullets
{
	margin-top: 1.5em;
	padding-left:1.5em;

}
#contentarticles ol li
{
	line-height:1.5em;
	font-size:12pt;
	text-align:left;
	list-style-type:upper-alpha;
	
}
section#contentarticles .bullets2
{
	margin-top: 1.5em;
	padding-left:3.5em;

}

#contentarticles ul li {
	line-height:1.5em;
	font-size:12pt;
	text-align:left;
	list-style-type:lower-roman;
}


section#contentarticles .postarticle {
	
	margin-top: 1.5em;
	font-family: 'Lato-Bold', cursive;
	color:Black;
}
section#contentarticles .postarticle:link, section#contentarticles .postarticle:visited {
	color: #312a1e;
	
}

/* ---------------------------------------------------------------------------------------------------------- 
contentarticles Sections ------------------------------------------------------------
------------------------------------------------------------------------------------------------------------*/





/*------------------------- button ---------------------------*/
/* green */


.green2:hover {
	color: white;
	text-decoration: none;
}

.green2:active {
	color: white;
	text-decoration: none;
}

#tier1plan .green_button
{
	margin-bottom:2em;
}

#tier1plan .green_button2
{
	margin-bottom:10px;
}



#tier1plan .green2 
{
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #2EAC54 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;


}
#tier1plan .green2:hover {
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	box-shadow: 1px 1px 8px #000000;
}
#tier1plan .green2:active 
{
	color: #a9c08c;
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	box-shadow: 1px 1px 10px #000000;
}


/* blue */
.blue:hover {
	color: white;
	text-decoration: none;
}

.blue:active {
	color: white;
	text-decoration: none;
}

#tier1plan .blue {
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0B71B5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;
}
#tier1plan .blue:hover {
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	box-shadow: 1px 1px 8px #000000;
}
#tier1plan .blue:active {
	color: #80bed6;
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	box-shadow: 1px 1px 10px #000000;
}

#tier1plan .blue2 {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	width:102px;
	margin-left:-15px;
}
#tier1plan .blue2:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
#tier1plan .blue2:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter
}


/* ---------------------------------------------------------------------------------------------------------- 
Press Release Hosting, Promotion Hosting, Hosting Asia Server Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#template1 {
	width: 100%;
	background: url(../img/top-bg12.jpg) #0b333f no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 600px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#template1 h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#template1 h2 {
	color: #FFFFFF;
	font-family: 'Lato-Regular', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#template1 h1 span {
	color:#ffffff;
}

section#template1 .entry-content {
	margin: 1em 0 2.5em;
	color:White;
	font-size:16pt;
	text-align:left;
	letter-spacing: 0.05em;
	line-height:2em;
}
#template1URL
{
}

#template1URL .nav a
{
	color:#ffffff;
}

#template1 .btnhead
{
	margin-top:8em;
}


#template1 input[type=button] {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	margin-bottom:5px;
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#template1 input[type=button]:hover, #cr2010 input[type=button]:active {
	background: #004772 !important;
}




/* ---------------------------------------------------------------------------------------------------------- 
END OF Crystal Reports 2010 - Hosting Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



/*------------------------- button ---------------------------*/
/* green */
#allsharedplan .green_button
{
	margin-bottom:2em;
}

#allsharedplan .green_button2
{
	margin-bottom:10px;
}



#allsharedplan .green2 
{
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #009d04 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');


}
#allsharedplan .green2:hover {
	background: #008003 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
#allsharedplan .green2:active 
{
	color: #a9c08c;
	background: #008003 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


/* blue */
#allsharedplan .blue {
	font-family: 'Lato-Bold', cursive;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0b71b5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
#allsharedplan .blue:hover {
	background: #004772 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
#allsharedplan .blue:active {
	color: #80bed6;
	background: #004772 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}




.post {
	
	margin-top: 1.5em;
	font-family: 'Lato-Bold', cursive;
}
.post:link, .post:visited {
	color: #312a1e;
	
}




/* order sections */

section#order {
	padding-bottom: 9.5em;
	background:#fff;
}

#order .content 
{
	margin-top:2px;
	margin-bottom:-140px;
}



#order h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#order h2 {
	font-size: 3em;
	
	margin-top: 0.5em;
	text-align:center;
	color:#312a1e;
}
section#order h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#order p 
{
	font-weight:bold;
	margin:10px;

}

section#order .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#order .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}





#order .tier1bx 
{
	background:#dadada;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top:2px;
	
	
}


section#order .tier1bx:hover {
	background:#f7f7f7;
	box-shadow: 1px 1px 6px #C1BAC1;
}


#order h1 {
	background: transparent;
}

#order h1 span {
 background: transparent;
 padding: 0;
}
 section#order h2 {
 margin-bottom: 0.25em;
}
 section#order h2, section#order ul {
 text-align: center;
}

section#order .entry-content 
{
	
}

/* dnsfailover sections */

section#dnsfailover {
	padding-bottom: 9.5em;
	background:#0072C6;
}

#dnsfailover .content 
{
	margin-bottom:-140px;
}



#dnsfailover h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#dnsfailover h2 {
	font-size: 3em;
	
	margin-top: 0.5em;
	text-align:center;
	color:#fff;
}
section#dnsfailover h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
	color:White;
}
section#dnsfailover p 
{
	font-weight:bold;
	margin:10px;
	color:White;

}

section#dnsfailover .align {
	margin-top:10px;
	font-size: 6em;
}
section#dnsfailover .align .sev_icon {
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#fff;
}




/*------------------------- button ---------------------------*/
/* green */
.green2:hover {
	color: white;
	text-decoration: none;
}

.green2:active {
	color: white;
	text-decoration: none;
}

#order .green_button
{
	margin-bottom:2em;
}

#order .green_button2
{
	margin-bottom:10px;
}



#order .green2 
{
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #2EAC54 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;


}
#order .green2:hover {
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	box-shadow: 1px 1px 8px #000000;
}
#order .green2:active 
{
	color: #a9c08c;
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	box-shadow: 1px 1px 10px #000000;
}

#dnsfailover .green_button
{
	margin-bottom:2em;
}

#dnsfailover .green_button2
{
	margin-bottom:10px;
}



#dnsfailover .green2 
{
	font-family: Lato-Black;
	color: #fff;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #2EAC54 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;


}
#dnsfailover .green2:hover {
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	box-shadow: 1px 1px 8px #000000;
}
#dnsfailover .green2:active 
{
	color: #a9c08c;
	background: #058c2e !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	box-shadow: 1px 1px 10px #000000;
}


/* blue */
.blue:hover {
	color: white;
	text-decoration: none;
}

.blue:active {
	color: white;
	text-decoration: none;
}

#order .blue {
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0B71B5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;
}
#order .blue:hover {
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	box-shadow: 1px 1px 8px #000000;
}
#order .blue:active {
	color: #80bed6;
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	box-shadow: 1px 1px 10px #000000;
}


#dnsfailover .blue {
	font-family: Lato-Black;
	color: #fff;
	width: 170px;
	height: 2em;
	font-size: 1.2em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #0B71B5 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px #000000;
}
#dnsfailover .blue:hover {
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	box-shadow: 1px 1px 8px #000000;
}
#dnsfailover .blue:active {
	color: #80bed6;
	background: #004f84 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	box-shadow: 1px 1px 10px #000000;
}

.socmed
{
	margin-top:-120px;
}
/*drop list 3*/	
.dropbox_holder3 {
	width: 80%;
	padding: 0 26px;
	margin:0;
	float: left;
}
.dropbox_holder3.smalltext {
	font-size: 13px;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	float: left;
}
.dropbox_holder3 select option {
	width: 100%;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #e1e1e1;
}
.dropbox_holder3 select option span {
	color: #119ee7;
	font-size: 12px;
}
.dropbox_holder3 select {
	border: 1px solid #e1e1e1;
}
label.custom-select3 {
	width: 100%;
	position: relative;
	display: inline-block;
}
.custom-select3 select {
	display: inline-block;
	padding: 4px 3px 2px 5px;
	margin: 0;
	font: inherit;
	outline: none; /* remove focus ring from Webkit */
	line-height: 1.2;
	background: #000;
	color: #fff;
	border: 0;
	font-size: 13px;
	font-weight: normal;
	background-color: #002640;
	width: 100%;
	border: 1px solid #e1e1e1;
}

/* jssor slider bullet navigator skin 03 css */
        /*
        .jssorb03 div           (normal)
        .jssorb03 div:hover     (normal mouseover)
        .jssorb03 .av           (active)
        .jssorb03 .av:hover     (active mouseover)
        .jssorb03 .dn           (mousedown)
        */
        .jssorb03 {
            position: absolute;
        }
        .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
            position: absolute;
            /* size of bullet elment */
            width: 21px;
            height: 21px;
            text-align: center;
            line-height: 21px;
            color: white;
            font-size: 12px;
            background: url('img/b03.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb03 div { background-position: -5px -4px; }
        .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
        .jssorb03 .av { background-position: -65px -4px; }
        .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

        /* jssor slider arrow navigator skin 03 css */
        /*
        .jssora03l                  (normal)
        .jssora03r                  (normal)
        .jssora03l:hover            (normal mouseover)
        .jssora03r:hover            (normal mouseover)
        .jssora03l.jssora03ldn      (mousedown)
        .jssora03r.jssora03rdn      (mousedown)
        */
        .jssora03l, .jssora03r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url('img/a03.png') no-repeat;
            overflow: hidden;
        }
        .jssora03l { background-position: -3px -33px; }
        .jssora03r { background-position: -63px -33px; }
        .jssora03l:hover { background-position: -123px -33px; }
        .jssora03r:hover { background-position: -183px -33px; }
        .jssora03l.jssora03ldn { background-position: -243px -33px; }
        .jssora03r.jssora03rdn { background-position: -303px -33px; }
        

video 
{
  min-width: 65%;
  min-height: 65%;
  width: 65%;
  height: 65%;
  margin-top: 25px;
  background-size: cover;
  transition: 1s opacity;
}