/* DevoCMS SITE-SPECIFIC (site-wide) layout style */

@import url("invisible.css");
 @import url("standard-devocms.css");
body {
	margin:0;
	padding:0;
	background:white;
	text-align:center;
	background: url(../../../images/bg-body.png) repeat-x top left #006BA0;
}
div#page {
	margin:0 auto;
	padding:0;
	background: url(../../../images/bg.png) no-repeat top center;
	text-align:center;
}
div#header {
	position:relative;
	padding:0;
	width: 980px;
	margin: 0 auto 20px;
	color: white;
	text-align:left;
	z-index: 999;
}
div#content {
	margin:0 auto;
	padding:0;
	text-align:left;
	border-left: 10px solid #0090BA;
	border-right: 10px solid #0090BA; 
	width: 974px !important;
	min-height: 400px;
}
	.frontpage #content {
		border-left: none;
		border-right: none;
	}
#ft-content {
	width: 994px;
	margin: 0 auto;
	background: url(../../../images/bg-social.png) no-repeat top center;
}
div#content-wrapper {
	width: auto;
	/*background-image:url(../../../images/bg-grad-white.png),  url(../../../images/bg-pattern-logo.png), url(../../../images/bg-bottom.png);
	background-position:top left, top left, bottom left;
	background-repeat:repeat-x, repeat, repeat-x;*/
	background-color:#fff;
	background: #fff url(../../../images/bg-bottom.png) repeat-x bottom left;
	min-height: 400px;
}
div#main div, div#sub div, div#local div {
	padding:10px;
}
div#main div div, div#sub div div, div#local div div {
	padding:0;
}
div#main {
}
div#sub {
}
div#local {
}
div#footer {
	color: white;
	background: #006BA0 url(../../../images/bg-footer.png) repeat-x top left;
	min-height: 240px;
}
#footer p {
	font-size: 0.8em;
	margin: 0;
	padding:10px;
	color: #fff;
}
#social {
	padding: 10px 20px;
}
#social p {
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	font-size: 1.5em;
}
#copyright {
	float: right;
	text-align: right;
	font-size: 1.2em;
}
#footer-menu {
	float: left;
	margin-left: 15px;
	text-align: left;
	width: 735px;
}
.current_page_item {
	font-weight:bold;
}
/*Class*/

#nav2 {
	text-align: center;
	position: relative;
	width: 980px;
	z-index:10;
	height: 52px;
	text-align: center;
}
#nav2 ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
}
	#nav2 ul.tabs {
		display: inline-block;
		margin: 0 auto;
		border: 3px solid rgba(0, 144, 186, 0.8);
    	border-radius: 13px 13px 13px 13px;
		padding: 5px;
	}
#nav2 li {
	float:left;
	display: block;
	background:url(../../../images/separation.png) no-repeat right center;
	padding:0 45px;
	margin: 0;
}
#nav2 li:last-child {
	background:none;
}
#nav2 li a {
	position:relative;
	border-right:1px dotted #000;
	padding: 0 13px 0 60px;
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #005478;
	display: block;
	line-height:45px;
	height:45px;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
}
#nav2 li.overview a {
	background-image: url(../../../images/cloud.png);
}
#nav2 li.features a {
	background-image: url(../../../images/star.png);
}
#nav2 li.pricing a {
	background-image: url(../../../images/price.png);
}
#nav2 li.faq a {
	background-image: url(../../../images/question.png);
}
#nav2 a:visited {
;
}
#nav2 li:hover a, #nav2 li.active a {
	color: #666666;
	background-position:left bottom;
}
.border {
	padding: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eaf2f7; /* Old browsers */
	background: -moz-linear-gradient(top, #eaf2f7 0%, #b8d0dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf2f7), color-stop(100%, #b8d0dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaf2f7 0%, #b8d0dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaf2f7 0%, #b8d0dd 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eaf2f7 0%, #b8d0dd 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf2f7', endColorstr='#b8d0dd', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eaf2f7 0%, #b8d0dd 100%); /* W3C */
}
.logo {
	float: left;
	margin: 10px 0 0 25px;
}
.quarter {
	width: 215px;
	margin-right: 30px;
	float: left;
}
.last {
	margin: 0 !important;
}
.button {
	padding: 5px 10px 5px 20px;
	color: #fff !important;
	border:1px solid #7F0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIîN*/
	zoom: 1; /* IE7 (hasLayout)*/
 *display: inline; /* IE */
	_height: 30px; /* IE6 */
	background: #cc0000; /* Old browsers */
	background: -moz-linear-gradient(top, #cc0000 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0000), color-stop(100%, #990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc0000 0%, #990000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cc0000 0%, #990000 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#990000', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #cc0000 0%, #990000 100%); /* W3C */
}
.button:hover {
	color: #fff;
	text-decoration: none;
	background: #e00000; /* Old browsers */
	background: -moz-linear-gradient(top, #e00000 0%, #b80000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e00000), color-stop(100%, #b80000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e00000 0%, #b80000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e00000 0%, #b80000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e00000 0%, #b80000 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#b80000', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e00000 0%, #b80000 100%); /* W3C */
}
.button span {
	display: block;
	padding-right: 30px;
	background: url(../../../images/button-arrow.png) no-repeat right center;
}
.big-button {
	font-size: 1.5em;
	padding:10px 20px;
	color: #fff !important;
	border:1px solid #003366;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIîN*/
	zoom: 1; /* IE7 (hasLayout)*/
 *display: inline; /* IE */
	_height: 30px; /* IE6 */
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	box-shadow: 0 1px 0 rgba(255,255,255,.25);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.25);
}
.big-button-backup:hover {
	text-decoration: none;
	background: #85d6ff; /* Old browsers */
	background: -moz-linear-gradient(top, #85d6ff 0%, #3385ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85d6ff), color-stop(100%, #3385ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #85d6ff 0%, #3385ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #85d6ff 0%, #3385ad 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #85d6ff 0%, #3385ad 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85d6ff', endColorstr='#3385ad', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #85d6ff 0%, #3385ad 100%); /* W3C */
}
.big-button-office {
	background: #efa770; /* Old browsers */
	background: -moz-linear-gradient(top, #efa770 0%, #ed6e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efa770), color-stop(100%, #ed6e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efa770 0%, #ed6e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efa770 0%, #ed6e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efa770 0%, #ed6e00 100%); /* IE10+ */
	background: linear-gradient(top, #efa770 0%, #ed6e00 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa770', endColorstr='#ed6e00', GradientType=0 ); /* IE6-9 */
	border:1px solid #666;
}
.big-button-office:hover {
	background: #edb389; /* Old browsers */
	background: -moz-linear-gradient(top, #edb389 0%, #ea893a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edb389), color-stop(100%, #ea893a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edb389 0%, #ea893a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edb389 0%, #ea893a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #edb389 0%, #ea893a 100%); /* IE10+ */
	background: linear-gradient(top, #edb389 0%, #ea893a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb389', endColorstr='#ea893a', GradientType=0 ); /* IE6-9 */
	text-decoration:none;
}
.big-button-backup {
	background: #66ccff; /* Old browsers */
	background: -moz-linear-gradient(top, #66ccff 0%, #006699 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66ccff), color-stop(100%, #006699)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66ccff 0%, #006699 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66ccff 0%, #006699 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #66ccff 0%, #006699 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ccff', endColorstr='#006699', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #66ccff 0%, #006699 100%); /* W3C */
}
.big-button-server {
	background: rgb(68,160,214); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(68,160,214,1) 0%, rgba(0,49,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68,160,214,1)), color-stop(100%, rgba(0,49,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(68,160,214,1) 0%, rgba(0,49,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(68,160,214,1) 0%, rgba(0,49,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(68,160,214,1) 0%, rgba(0,49,86,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(68,160,214,1) 0%, rgba(0,49,86,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44a0d6', endColorstr='#003156', GradientType=0 ); /* IE6-9 */
}
.big-button-server:hover {
	background: #66ccff; /* Old browsers */
	background: -moz-linear-gradient(top, #66ccff 0%, #006699 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66ccff), color-stop(100%, #006699)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66ccff 0%, #006699 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66ccff 0%, #006699 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #66ccff 0%, #006699 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ccff', endColorstr='#006699', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #66ccff 0%, #006699 100%); /* W3C */
	text-decoration:none;
}
h1.title {
	color:#E00019;
	border-bottom: 1px dotted #E00019;
}
.video-title {
	display: block;
	color: #666;
	font-size: 1.3em;
	margin: 0.8em 0;
	font-weight: bold;
	text-align: center;
}
/*Slider**/

	#slides-wrapper {
	padding-bottom: 15px;
	background: url(../../../images/shadow.png) no-repeat bottom center #FFF;
}
#slides {
	width: 935px;
	height: 309px;
	margin: 0 auto;
	position: relative;
}
.slides_container {
	height: 309px;
	width: 935px;
}
.slides_container div.caption {
	position: absolute;
	top:25px;
	left: 25px;
	text-align: left;
	width: 420px;
}
.slides_container div.caption h1 {
	color: #1B8DC9;
	font-size: 2.5em;
}
.slides_container div.caption p {
	color:#fff;
	font-size: 1.2em;
}
a.prev, a.next {
	position: absolute;
	display: block;
	top:133px;
	left: -43px;
}
a.next {
	right:-43px;
	left: auto
}
/**Mega Menu **/

.sub-menu {
	border: 1px solid #CCCCCC !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px #CCCCCC inset, 0 0 5px #000000 !important;
	-moz-box-shadow: 0 0 10px #CCCCCC inset, 0 0 5px #000000 !important;
	-webkit-box-shadow: 0 0 10px #CCCCCC inset, 0 0 5px #000000 !important;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #c8c8c8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #c8c8c8 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%, #c8c8c8 100%); /* W3C */
}
/*Widget Frontpage*/
#front-sidebar {
	position: relative;
	margin-bottom:25px;
}
#front-sidebar .widget {
	float:left;
	width:300px;
	margin-right: 15px;
	height:375px;
	background: #FFF;
	box-shadow: 0 0 3px #CCCCCC;
	border-radius: 5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
#front-sidebar .widget:first-child {
	margin-left: 23px;
}
#front-sidebar .widget:nth-child(3n+3) {
	margin-right: 0;
}
#front-sidebar .widget p {
	margin: 0.5em 0;
}
.widget-container {
	padding:15px;
}
#front-sidebar h5 {
	background: #006ea6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmVhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ3NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #006ea6 0%, #00476b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006ea6), color-stop(100%,#00476b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006ea6 0%,#00476b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006ea6 0%,#00476b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006ea6 0%,#00476b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006ea6 0%,#00476b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea6', endColorstr='#00476b',GradientType=0 ); /* IE6-8 */

}
/**Footer Menu**/

#footer-menu .widget {
	width: 215px;
	margin-right: 30px;
	float: left;
}
#footer-menu .widget h2 {
	color: #5FDCF9;
	border-bottom: 1px dotted #fff;
}
#footer-menu .widget li {
	float: none !important;
	display: block !important;
	margin: 0 0 5px 0;
}
#footer-menu .widget li a {
	display: block;
	color:#fff;
}
.third {
	width: 310px;
	float: left;
	margin-right: 15px;
}
.last {
	margin-right: 0;
}
.border {
	border: 1px solid #FFF;
	background:#CCC
}
.padding10 {
	padding: 10px;
}
.aligncenter {
	text-align: center;
}
.white, tr.white td h3, tr.white td h2 {
	color: #fff;
}
table h3, table h2, td p {
	margin: 0 !important;
}
td {
	padding: 6px 10px;
}
td p {
	color: FFF;
	padding: 2px 0px;
}
#map-contact {
	float:left;
	padding:5px !important;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-o-border-radius:5px 5px 5px 5px;
	background: #61c6fa; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYzZmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTNlNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #61c6fa 0%, #013e5b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c6fa), color-stop(100%,#013e5b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #61c6fa 0%,#013e5b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #61c6fa 0%,#013e5b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #61c6fa 0%,#013e5b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #61c6fa 0%,#013e5b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c6fa', endColorstr='#013e5b',GradientType=0 ); /* IE6-8 */
}
.contact-info {
	color: #666666;
	float: left;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 20px;
}
	.contact-info h2 {
		font-size: 1em;
	}
	.contact-info a {
		color: #666666;
	}
	
	.contact-phone {
		background:url(../../../images/phone.png) no-repeat left 1px;
		padding-left: 19px;
	}
	.contact-map {
		background: url(../../../images/mapmaker.png) no-repeat left 5px;
		padding-left: 19px;
		display:block;
	}
.wpcf7 {
	float: right;
}
.wpcf7 label {
	display: block;
	float: left;
	width: 77px;
	position:relative;
	top:10px;
}
input[type="text"], textarea, input[type="password"] {
	background: #FFF url(../../../images/bg-contactform.png) no-repeat left top;
	border: 1px solid #CCCCCC;
	font-family: inherit;
	margin-top: 5px;
	padding: 5px 10px;
	resize: none;
	width: 264px;
}
.login-container {
	margin: 7em 0;
}
 .login-container h1 {
	 font-size: 2em;
	 text-align: center;
 }
#login {
	width: 670px;
	margin: 0 auto;
}
.login-fieldset {
	padding: 10px;
	float: left;
	margin: 5px 10px;
	width: 287px;
	border: 1px solid #40BAEB;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: rgb(65,191,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYmZmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTU3OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(65,191,242,1) 0%, rgba(30,87,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,191,242,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(65,191,242,1) 0%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(65,191,242,1) 0%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(65,191,242,1) 0%,rgba(30,87,153,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(65,191,242,1) 0%,rgba(30,87,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bff2', endColorstr='#1e5799',GradientType=0 ); /* IE6-8 */

}
.login-label {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}
.login-submit {
	color:#FFF;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
	border:none;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-o-border-radius:5px 5px 5px 5px;
	background-image: linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -o-linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -moz-linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -webkit-linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -ms-linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #01669A)),  color-stop(1, #63C8FC)  );
}
.wpcf7-submit {
	color: #FFFFFF;
	font-weight: bold;
	left: 77px;
	padding: 5px;
	position: relative;
	top: 10px;
	border:none;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-o-border-radius:5px 5px 5px 5px;
	background-image: linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -o-linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -moz-linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -webkit-linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -ms-linear-gradient(bottom, #003D5A 0%, #63C8FC 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #01669A)),  color-stop(1, #63C8FC)  );
}
/*Clases*/
.img-container {
	padding:20px !important;
	text-align: left;
	box-shadow: 0 0 20px #CCCCCC inset;
	border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
}
.img-container img {
	margin: 10px 20px;
	float: left;
}
.img-container h2 {
	color: #555C64;
	line-height:1.2em;
	font-size: 1.2em;
}
	.tab-header-title {
		border-top:2px solid #DFDFDF;
		clear: both;
		padding-top: 15px !important;
	}

	.tab-header-contianer {
		float: left;
		padding: 0 5px 5px 5px;
		display: inline-block;
		float: left;
		margin-right: 10px;
		margin-bottom: 15px;
		width: 300px;
		height: 150px;
		
		
	}
		.tab-header-contianer p {
			margin: 0.4em 0.6em 0.8em 0.6em !important;
			padding-left: 20px;
			background:url(../../../images/arrow-bullet.png) left 3px no-repeat;
		}
		.tab-headers .tab-header-contianer:last-child {
			margin-right: 0;
		}
			.header-button {
				padding: 10px 5px;
				display: block;
				color: #FFF;
				font-size: 1.3em;
				text-align: center;
				border-bottom: 2px solid #006DA5;
				border-top: 1px solid #006DA5;
				border-left: 1px solid #006DA5;
				border-right: 1px solid #006DA5;
				border-radius: 5px;
				-o-border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				background: #0182b9; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: #0182b9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxODJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjllZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #0182b9 0%, #2f9ed6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0182b9), color-stop(100%,#2f9ed6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0182b9 0%,#2f9ed6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0182b9 0%,#2f9ed6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0182b9 0%,#2f9ed6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0182b9 0%,#2f9ed6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0182b9', endColorstr='#2f9ed6',GradientType=0 ); /* IE6-8 */


		
			}
				.header-button:hover {
					background: #0182B9;
					color: #FFF;
				}
				.header-button:visited {
					color: #FFF;
				}
					
.pricing-ul {
	background: #FFF;
	border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	margin: 20px 0;
}
.pricing-ul-container {
	width: 239px;
	border-right: 1px solid #CCCCCC;
	margin: 0 auto;
}
.pricing-ul-container:last-child {
	border-right: none;
	width: 240px;
}
.pricing-ul-container h4 {
	padding: 5px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
	background: #006da4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ2NjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #006da4 0%, #004669 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006da4), color-stop(100%, #004669)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006da4 0%, #004669 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006da4 0%, #004669 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #006da4 0%, #004669 100%); /* IE10+ */
	background: linear-gradient(to bottom, #006da4 0%, #004669 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006da4', endColorstr='#004669', GradientType=0 ); /* IE6-8 */
}
.pricing-ul-container:first-child h4 {
	border-radius: 5px 0 0 0;
	-o-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
.pricing-ul-container:last-child h4 {
	border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}
.pricing-li-container {
	padding: 10px !important;
}
.pricing-li-container:hover {
	background: #F5F5F5;
}
/*#logos-container img:nth-child(5n+5) {
	margin-right: 0 !important;
}*/

	.simage-border {
	background: #CCC;
	border: 1px solid #FFF;
	padding: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.simage-border:nth-child(n4+4) {
	margin-right: 0;
}
.logos-img-container {
	text-align: center;
	margin: 0 40px 25px 0;
}
.logos-img-container:nth-child(5n+5) {
	margin-right: 0;
}
.logos-img-container a {
	font-size: 1.2em;
	color: #005678;
	line-height: 2em;
}
.logos-img-container img {
	height: 144px;
	width: 144px;
	margin: 0 !important;
}
.video-frame {
	margin: 0 auto;
	padding: 10px !important;
	text-align: center;
	width: 846px;
	height: 471px;
}
/**.popup1 {
	background:url(../../../images/img-video.jpg) no-repeat left top;
	width: 250px;
	height: 248px;
	display: block;
}*/


/* -------------

MY WORKIT STYLES

------------- */

.wk-banner {
	width: 925px;
	padding: 15px !important;
	min-height: 260px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
	margin-bottom: 30px;
	margin-top: 30px;
}

	.banner-left {
		float: left;
		margin-right:10px;
		width: 510px;
	}
	
		.banner-title {
			font-size: 2.1em;
			line-height: 2.3em;
			font-weight: bold;
			text-transform: uppercase;
			color: #0382C2;
			text-shadow: 1px 1px 0 #FFF;
		}
		
		.banner-content {
			font-size: 1.6em;
			line-height: 1.8em;
			font-weight: normal;
			color: #666;
		}
		
		a.banner-button {
			font-size: 1.6em;
			line-height: 1.6em;
			color: #FFF;
			text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
			padding: 10px 25px;
			border-radius: 8px;
				-o-border-radius: 8px;
				-moz-border-radius: 8px;
				-khtml-border-radius: 8px;
				-webkit-border-radius: 8px;
			background: #0382c2; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzYzOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  #0382c2 0%, #076393 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0382c2), color-stop(100%,#076393)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #0382c2 0%,#076393 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #0382c2 0%,#076393 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #0382c2 0%,#076393 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #0382c2 0%,#076393 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0382c2', endColorstr='#076393',GradientType=0 ); /* IE6-8 */
		}
		
			a:hover.banner-button {
				background: #ff0d40; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMGQ0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjBiMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #ff0d40 0%, #b60b2f 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0d40), color-stop(100%,#b60b2f)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ff0d40 0%,#b60b2f 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ff0d40 0%,#b60b2f 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ff0d40 0%,#b60b2f 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ff0d40 0%,#b60b2f 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0d40', endColorstr='#b60b2f',GradientType=0 ); /* IE6-8 */
			}
			
		.banner-right {
			float: right;
		}
		
			.wk-img {
				border: 10px solid #FFF;
				box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
			}
			
			.wk-mini-img {
				border: 5px solid #FFF;
				box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
				margin-bottom: 10px;
			}

.wk-content {
	width: 100%;
}

	.wk-title {
		font-size: 1.6em;
		font-weight: bold;
		color: #0382C2;
	}
	
	.wk-resume {
		width: 100%;
		border-top: 1px solid #CCC;
	}
	
		.wk-icons {
			width: 100px;
			height: 100%;
			float: left;
			margin: 20px 30px 0 0;
		}
		
		.wk-full {
			width: 820px;
			height: 100%;
			float: right;
			margin-top: 20px;
		}
			.wk-full ul {
				line-height: 1.5em;
			}
		
			.wk-2 {
				width: 400px;
				float: left;
				margin-right: 20px;
			}
			
			.wk-3 {
				width: 260px;
				float: left;
				margin-right: 20px;
			}
			
			.list-blue {
				width: 280px;
				height: 180px;
				background: #FFF;
				border-radius: 8px;
				box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
					-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
					-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
					-khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
					-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
			}
			
			.container-blue h4 {
				background: #005678;
				color: #FFF;
				font-size: 1.2em;
				line-height: 2em;
				text-align: center;
				border-radius: 8px 8px 0 0;
				height: 30px;
				margin: 0;
			}
			
			ul.bluelist li {
				display: block;
				list-style: none;
				margin: 0 0 1.2em 0;
				padding: 0 0 0 15px;
				font-size: 1em;
				color: #666;
				line-height: 1.2em;
				background: url(../../../images/bullet-blue.png) no-repeat left top;
				background-size: 13px;
			}
			
				.tapper {
					background: #FFF;
					width: 260px;
					height: 130px;
					border-radius: 0 0 8px 8px;
						-o-border-radius: 0 0 8px 8px;
						-moz-border-radius: 0 0 8px 8px;
						-khtml-border-radius: 0 0 8px 8px;
						-webkit-border-radius: 0 0 8px 8px;
					padding: 10px;
				}
				
					.tapper:hover {
						background: rgba(0, 86, 120, 0.03);
						transition: 1s;
							-o-transition: 1s;
							-moz-transition: 1s;
							-webkit-transition: 1s;
					}
					
			.wk-prices {
				height: 145px;
				margin-top: 20px;
				margin-bottom: 30px;
			}
			
				.blueprice {
					float: left;
					width: 19%;
					margin-right: 1.25%;
					border-radius: 5px;
						-o-border-radius: 5px;
						-moz-border-radius: 5px;
						-khtml-border-radius: 5px;
						-webkit-border-radius: 5px;
					box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
						-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
						-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
						-khtml-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
						-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
					text-align: center !important;
				}
				
					.blueprice.middle {
						
					}
				
					.blueprice h3 {
						background: #0382C2;
						margin: 0 !important;
						padding: 5px 0;
						border-radius: 5px 5px 0 0;
						color: #FFF;
						font-size: 1em;
						line-height: 1.8em;
						text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
						min-height: 45px;
					}
					
					.bp-content {
						width: 100%;
						background: #FFF;
						margin: 0 !important;
						padding: 0 !important;
					}
					
						.bp-content p {
							margin: 0 !important;
							padding: 10px 0 !important;
							text-align: center !important;
						}
						
						.bp-content p:nth-child(2n+2) {background: rgba(0, 0, 0, 0.035);}
						
					p.blue-btn {
						margin: 0 0 0 0 !important;
						text-align: center !important;
					}
					
						p.blue-btn a {
							background: #0382c2; /* Old browsers */
							/* IE9 SVG, needs conditional override of 'filter' to 'none' */
							background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzYzOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
							background: -moz-linear-gradient(top,  #0382c2 0%, #076393 100%); /* FF3.6+ */
							background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0382c2), color-stop(100%,#076393)); /* Chrome,Safari4+ */
							background: -webkit-linear-gradient(top,  #0382c2 0%,#076393 100%); /* Chrome10+,Safari5.1+ */
							background: -o-linear-gradient(top,  #0382c2 0%,#076393 100%); /* Opera 11.10+ */
							background: -ms-linear-gradient(top,  #0382c2 0%,#076393 100%); /* IE10+ */
							background: linear-gradient(to bottom,  #0382c2 0%,#076393 100%); /* W3C */
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0382c2', endColorstr='#076393',GradientType=0 ); /* IE6-8 */
							padding: 10px 54px;
							display: block;
							border: none;
							border-radius: 0 0 5px 5px;
								-o-border-radius: 0 0 5px 5px;
								-moz-border-radius: 0 0 5px 5px;
								-khtml-border-radius: 0 0 5px 5px;
								-webkit-border-radius: 0 0 5px 5px;
							color: #FFF;
							text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
						}
						
						p.blue-btn a:hover {
							background: #ff0d40; /* Old browsers */
							/* IE9 SVG, needs conditional override of 'filter' to 'none' */
							background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMGQ0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjBiMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
							background: -moz-linear-gradient(top,  #ff0d40 0%, #b60b2f 100%); /* FF3.6+ */
							background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0d40), color-stop(100%,#b60b2f)); /* Chrome,Safari4+ */
							background: -webkit-linear-gradient(top,  #ff0d40 0%,#b60b2f 100%); /* Chrome10+,Safari5.1+ */
							background: -o-linear-gradient(top,  #ff0d40 0%,#b60b2f 100%); /* Opera 11.10+ */
							background: -ms-linear-gradient(top,  #ff0d40 0%,#b60b2f 100%); /* IE10+ */
							background: linear-gradient(to bottom,  #ff0d40 0%,#b60b2f 100%); /* W3C */
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0d40', endColorstr='#b60b2f',GradientType=0 ); /* IE6-8 */
						}
						
						p.center {text-align: center !important;}
			
	.wk-resume.bottom {
		margin-top: 30px;
	}
	
		/* Club Webhosting Icons */
		
		#cw-icon-1 {
			background: url(../../../images/icon-clubweb.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		#cw-icon-2 {
			background: url(../../../images/icon-five.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#cw-icon-3 {
			background: url(../../../images/icon-cloudwebhost-features.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
	
		/* Cloud Backup Icons */
	
		#wk-icon-1 {
			background: url(../../../images/icon-online.png) no-repeat center top transparent;
			width: 100px;
			height: 101px;
		}
		
		#wk-icon-2 {
			background: url(../../../images/icon-data.png) no-repeat center top transparent;
			width: 100px;
			height: 109px;
		}
		
		#wk-icon-3 {
			background: url(../../../images/icon-wk.png) no-repeat center top transparent;
			width: 100px;
			height: 87px;
		}
		
		#wk-icon-4 {
			background: url(../../../images/icon-deltatechniques.png) no-repeat center top transparent;
			width: 100px;
			height: 75px;
		}
		
		#wk-icon-5 {
			background: url(../../../images/icon-backup.png) no-repeat center top transparent;
			width: 100px;
			height: 90px;
		}
		
		#wk-icon-6 {
			background: url(../../../images/icon-storage.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		#wk-icon-7 {
			background: url(../../../images/icon-local.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		#wk-icon-8 {
			background: url(../../../images/icon-performance.png) no-repeat center top transparent;
			width: 100px;
			height: 96px;
		}
		
		#wk-icon-9 {
			background: url(../../../images/icon-encrypt.png) no-repeat center top transparent;
			width: 100px;
			height: 105px;
		}
		
		#wk-icon-10 {
			background: url(../../../images/icon-center.png) no-repeat center top transparent;
			width: 100px;
			height: 98px;
		}
		
		#wk-icon-11 {
			background: url(../../../images/icon-security.png) no-repeat center top transparent;
			width: 100px;
			height: 105px;
		}
		
		/* Office 365 Icons */
		
		#office-icon-1 {
			background: url(../../../images/icon-365.jpg) no-repeat center top transparent;
			width: 100px;
			height: 75px;
		}
		
		#office-icon-2 {
			background: url(../../../images/icon-productivity.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		#office-icon-3 {
			background: url(../../../images/icon-microsoft.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		#office-icon-4 {
			background: url(../../../images/icon-about365.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		.office-icon-5 {
			background: url(../../../images/icon-plans365.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.office-icon-6 {
			background: url(../../../images/msexchange.jpg) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.office-icon-7 {
			background: url(../../../images/mssharepoint.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.office-icon-8 {
			background: url(../../../images/mslync.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		/* Cloud Server Icons */
		
		#cloud-icon-1 {
			background: url(../../../images/icon-piggy.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		#cloud-icon-2 {
			background: url(../../../images/icon-efficient.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		#cloud-icon-3 {
			background: url(../../../images/icon-cloud.png) no-repeat center top transparent;
			width: 100px;
			height: 88px;
		}
		
		#cloud-icon-4 {
			background: url(../../../images/icon-calculate.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		#cloud-icon-5 {
			background: url(../../../images/icon-cloud.png) no-repeat center top transparent;
			width: 100px;
			height: 88px;
		}
		#cloud-icon-6 {
			background: url(../../../images/cloud-server-vmware.png) no-repeat center top transparent;
			width: 100px;
			height: 98px;
		}
		#server-icon-os {
			background: url(../../../images/server-icon-os.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-cp {
			background: url(../../../images/server-icon-cp.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-fa {
			background: url(../../../images/drive-icon-acces.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-high {
			background: url(../../../images/server-icon-high.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-bandwidth {
			background: url(../../../images/server-icon-bandwidth.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-performance {
			background: url(../../../images/server-icon-performance.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-enterprise {
			background: url(../../../images/server-icon-enterprise.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-vmware {
			background: url(../../../images/cloud-server-vmware.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-uptime {
			background: url(../../../images/server-icon-uptime.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-power {
			background: url(../../../images/server-icon-power.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#server-icon-support {
			background: url(../../../images/server-icon-support.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		/*Cloud Drive Icons */
		#drive-icon-1 {
			background: url(../../../images/drive-icon-share.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#drive-icon-5 {
			background: url(../../../images/drive-icon-security.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		#drive-icon-6 {
			background: url(../../../images/drive-icon-acces.png)  no-repeat center top transparent;
			width: 79px;
			height: 100px;
		}
		#drive-icon-7 {
			background: url(../../../images/drive-icon-dolar.png)  no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		/*END Cloud Drive Icons */
		
		/* FAQ Icons */
		
		.wk-number-1 {
			background: url(../../../images/icon-number-1.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		.wk-number-2 {
			background: url(../../../images/icon-number-2.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		.wk-number-3 {
			background: url(../../../images/icon-number-3.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		.wk-number-4 {
			background: url(../../../images/icon-number-4.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-5 {
			background: url(../../../images/icon-number-5.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-6 {
			background: url(../../../images/icon-number-6.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-7 {
			background: url(../../../images/icon-number-7.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-8 {
			background: url(../../../images/icon-number-8.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-9 {
			background: url(../../../images/icon-number-9.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-10 {
			background: url(../../../images/icon-number-10.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-11 {
			background: url(../../../images/icon-number-11.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-12 {
			background: url(../../../images/icon-number-12.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-13 {
			background: url(../../../images/icon-number-13.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-14 {
			background: url(../../../images/icon-number-14.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		.wk-number-15 {
			background: url(../../../images/icon-number-15.png) no-repeat center top transparent;
			width: 100px;
			height: 100px;
		}
		
		/* About Us Icons*/
		#about-icon1 {
			background: url(../../../images/profile.png) no-repeat left top;
			height: 100px;
			width: 100px;
			background-size: 100px;
		}
		#awards-caba{
			background: url(../../../images/medal.png) no-repeat left top;
			height: 100px;
			width: 100px;
			background-size: 100px;}
		/* Professional associations*/
		#ass-icon-1 {
			background: url(../../../images/icon-link.png) no-repeat left top;
			background-size: 100px 100px;
			width: 100px;
			height: 100px;
		}
		/* Leadership */
		#leader-icon-1 {
			background: url(../../../images/profile.png) no-repeat left top;
			background-size: 100px 100px;
			width: 100px;
			height: 100px;
		}
		/* quote button */
		
		a.quote-button {
			padding: 5px 10px;
			border-radius: 5px;
				-o-border-radius: 5px;
				-moz-border-radius: 5px;
				-khtml-border-radius: 5px;
				-webkit-border-radius: 5px;
			color: #FFF;
			text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
			background: #0382c2; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzYzOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  #0382c2 0%, #076393 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0382c2), color-stop(100%,#076393)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #0382c2 0%,#076393 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #0382c2 0%,#076393 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #0382c2 0%,#076393 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #0382c2 0%,#076393 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0382c2', endColorstr='#076393',GradientType=0 ); /* IE6-8 */
			margin: 10px 0;
		}
		
			a:hover.quote-button {
				background: #ff0d40; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMGQ0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjBiMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #ff0d40 0%, #b60b2f 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0d40), color-stop(100%,#b60b2f)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ff0d40 0%,#b60b2f 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ff0d40 0%,#b60b2f 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ff0d40 0%,#b60b2f 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ff0d40 0%,#b60b2f 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0d40', endColorstr='#b60b2f',GradientType=0 ); /* IE6-8 */
			}
#menu-item-104 .sub-menu-1 {
	width: 100%;
}
#megaMenu .sub-menu-1 li .sub-menu-2 {
	background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    box-shadow: none !important;
}
	#megaMenu .sub-menu-1 li .sub-menu-2 li a {
		margin:0 0 0 75px;
		text-shadow: none;
	}
		#megaMenu .sub-menu-1 li .sub-menu-2 li a span {
			text-shadow: none !important;
			
		}
.services-list li {
	padding: 9px 5px 12px 50px;
	list-style: none;
}
.services-links {
	color: #248ABD;
    display: inline-block;
    font-size: 1.2em;
}
	.webhosting-link {
		background: url(../../../images/picture-menu2.png) no-repeat left 8px;
	}
	.bakcup-link {
		background: url(../../../images/picture-menu1.png) no-repeat left 8px;
	}
	.drive-link {
		background: url(../../../images/picture-menu4.png) no-repeat left 8px;
	}
	.office-link {
		background:url(../../../images/picture-menu6.png) no-repeat left 8px;
	}
	.server-link {
		background: url(../../../images/picture-menu5.png) no-repeat left 8px;
	}
.services-list li ul li {
	padding: 0 0 0 15px;
	background-image: url(../../../images/bullet_blue.png);
	background-size: 13px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.services-links-inner {
	display: inline-block;
	padding: 2px 0;
}
#sfstest-page blockquote {
	background: rgba(0, 125, 183, 0.2);
	border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-left: 10px solid #3CB5EA;
	margin: 10px 0;
	float: left;
}
	#sfstest-page blockquote p {
		margin: 1.5em;
		font-size: 1.1em;
	}
	#sfstest-page blockquote p:last-child {
		margin: 0.8em 0;
	}
	#sfstest-page blockquote p cite {
		background: none repeat scroll 0 0 #008DB8;
		border-radius: 0 0 5px 0;
		color: white;
		float: right;
		padding: 7px 10px;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	}
		#sfstest-page blockquote p cite a {
			color: white;
			text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
		}

