/*Common*/
.block-height {
  min-height: 400px;
}
h2.block-title {	
	text-align: left;
	position: relative;
	padding-left: 30px;
	-webkit-transition: padding-left 0.75s ease;
    -moz-transition: padding-left 0.75s ease;
    -o-transition: padding-left 0.75s ease;
	transition: padding-left 0.75s ease;
}
h2.block-title:before {
	content: '';	
	left: 10px;
	top: 50%;
	height: 1px;
	width: 1px;	
	background-image: -moz-linear-gradient(to left, #ff7f33, #ff7f33);
	background-image: -o-linear-gradient(to left, #ff7f33, #ff7f33);
	background-image: -webkit-linear-gradient(left, #ff7f33, #ff7f33);
	background-image: linear-gradient(to left, #ff7f33, #ff7f33);
	padding-left: 5px;
	text-align: left;
	position: absolute;
	-webkit-transition: width 0.75s ease;
    -moz-transition: width 0.75s ease;
    -o-transition: width 0.75s ease;
	transition: width 0.75s ease;
}
h2.block-title.animated {
	padding-left: 90px;
}
h2.block-title.animated:before {
	width: 60px;	
}
/*Block1*/
.b1 {
	width:50%;
}
h1.b1-header {
}
h2.b1-subheader {
	margin-left: 20px;
	margin-top: -5px;
}
.b1-desc {
	vertical-align: middle;	
	text-align: justify;
	font-weight: bold;	
	margin: 50px 5px 75px 5px;
	font-size: 17px;
	line-height: 1.3;
}
.b1-img {
	margin-top: 50px;
	margin-left: 10px;
}
.b1-details {
	text-align: center;
}
a.b1-btn-details {
	text-align: center;
	color: #ff7f33;
	font-weight: bold;
	padding: 10px 20px;
	border: 2px solid #ff7f33;
	background-color: transparent;
	font-size: 22px;		
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
a.b1-btn-details:hover,
a.b1-btn-details:focus {
	color: #ff7f33;	
	/*background-color: #e6e6e6 !important;*/
	background-color: rgba(230, 230, 230, 0.25) !important;	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
}
a.b1-btn-details div {
	background-image: url("/images/pdf.png");
	background-repeat: no-repeat;	
	background-position: left;
	display: inline;
	padding: 0px 10px 0px 30px;
}
.b1-details-small {
	display: none;
}
/*block 1-1*/
.b11-header {
	padding-bottom: 30px;
}
.b11 {
	width:100%;
	padding-bottom: 30px;
}
.b11-part {
	width:50%;
	text-align: center;
}
.b11-part-block {
	width: 200px;
	height: 200px;
	text-align: center;	
	background-color: #f8f8f8;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
	margin-bottom: 5px;	
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.b11-slide {
	padding: 3px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.b11-slide .b11-slide-img {
	height: 100px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	-webkit-transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
	-moz-transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
	-o-transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
	transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;		
	overflow: hidden;
	opacity: 1;
}
.b11-slide .b11-slide-img img {
	height: 100%;
	width: auto;
}
.b11-slide .b11-slide-title {
	text-align: center;
	font-weight: bold;
	font-family: "Open Sans", OpenSans, Arial,"Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	-webkit-transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
	-moz-transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
	-o-transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
	transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;	
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.b11-slide .b11-slide-desc {
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-moz-transition: all 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-o-transition: all 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	transition: all 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;	
	font-family: "Open Sans", OpenSans, Arial,"Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}
.b11-slide .b11-slide-link {
	padding: 20px;
	font-size: 14px;
}
.b11-slide-active .b11-slide-img {
	-webkit-transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
	-moz-transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
	-o-transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
	transition: all 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;	
	height: 0px !important;
	opacity: 0 !important;
}
.b11-slide-active .b11-slide-title {
	padding-top: 0px !important;	
}
.b11-slide-active .b11-slide-desc {
	opacity: 1 !important;	
	-webkit-transition: all 2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-moz-transition: all 2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-o-transition: all 2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	transition: all 2s cubic-bezier(0.45, 0.05, 0.55, 0.95);	
}

/*Block2*/
.b2-header {
	padding-bottom: 50px;
}
.b2 {
	width:50%;
}
.b2-part {
	width:50%;
	text-align: center;
}
.b2-part-block {
	width: 150px;
	height: 260px;
	text-align: center;	
	background-color: #f4f6f7;
	border: 2px solid #2e468b;	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;	
	border-radius: 25px;
	margin-bottom: 25px;
	
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.b2-part-block-img {
	width: 100px;
	height: 100px;
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;	
}
.b2-part-block-border {
	width: 110px;
	height: 110px;
	left: 16px;
	margin-top: 4px;	
	margin-left: 0px;
	display: inline-block;
	position: absolute;		
	border-radius: 50%;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	-webkit-transition: all 0.45s linear;
    -moz-transition: all 0.45s linear;
    -o-transition: all 0.45s linear;
	transition: all 0.45s linear;
}
.b2-part-block-border.animated {	
	border-width: 4px;
}
.b2-part-block-txt {
	margin: 8px;
	text-align: center;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #666666;
	display: inline-block;
	font-family: "Open Sans", OpenSans, Arial,"Helvetica Neue", Helvetica, sans-serif;
}

.b2-img1 {
	background-image: url("/images/articles/services/safe-cloud.png");
	background-repeat: no-repeat;	
	background-position: center;
}
.b2-img2 {
	background-image: url("/images/articles/services/monitoring.png");
	background-repeat: no-repeat;	
	background-position: center;
}
.b2-img3 {
	background-image: url("/images/articles/services/support.png");
	background-repeat: no-repeat;	
	background-position: center;
}
.b2-img4 {
	background-image: url("/images/articles/services/economy.png");
	background-repeat: no-repeat;	
	background-position: center;
}

/*Block3*/
.b3-header {
	padding-bottom: 40px;
}
.b3-block-timer {
	text-align: center;
	width: 100%;
	font-family: "Open Sans", OpenSans, Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding-bottom: 10px;
}
.b3-timer-left {
	background-color: #ff7f33;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 70px;		
	-webkit-border-radius: 25px 0px 0px 25px;
	-moz-border-radius: 25px 0px 0px 25px;	
	border-radius: 25px 0px 0px 25px;
	width: 350px;
}
.b3-timer-left div {
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
.b3-timer-right {
	background-color: #f4f6f7;
	color: #808080;
	text-align: center;
	vertical-align: middle;
	float: left;	
	height: 70px;		
	-webkit-border-radius: 0px 25px 25px 0px;
	-moz-border-radius: 0px 25px 25px 0px;	
	border-radius: 0px 25px 25px 0px;
	width: 350px;
}
.b3-timer-table tbody td {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.b3-timer-val {	
	font-size: 32px;
	font-weight: bold;
	padding-top: 15px;
}
.b3-timer-hint {	
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}
.b3-timer-span {
	padding: 0px 7px 0px 7px;
	font-size: 28px;
	font-weight: bold;
	padding-top: 15px;
}
.b3-desc {
	width: 100%;
	margin-left: 5px;
	background-image: url("/images/articles/services/autobackup.png");
	background-repeat: no-repeat;	
	background-position: left center;
}
.b3-img {
	display: none;
}
.b3-desc-txt {
	font-family: "Open Sans", OpenSans, Arial, "Helvetica Neue", Helvetica, sans-serif;
	float: right;
	padding: 15px 5px;
}
.b3-desc-txt-line {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	padding: 15px 0px;
}
/*Block4*/
.b4-header {
	padding-bottom: 20px;
}
.b4-desc {
	float: left;
	width: 50%;
	max-width: 400px;
}
.b4-desc div {	
	padding: 40px 10px;
	vertical-align: middle;	
	font-weight: bold;		
	font-size: 17px;
	line-height: 1.3;	
}
.b4-try {	
	float: right;
	width: 250px;
	color: #ff7f33;
}
.moduletable-b4-form  div label {
	margin-bottom: 2px;
}
.moduletable-b4-form  div input {
	margin-bottom: 7px;	
	padding-bottom: 0px;
	border: 0;
	outline: 0;
	border-bottom: 1px solid #2e468b;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
	border-radius: 0;
	box-shadow: inset 0 0px 0px;
}
.moduletable-b4-form  form.simpleForm p {
	font-size: 10px;
	color: #2e468b;
}
div.b4-form-btn {
	text-align: left;
	padding: 0px;
}
div.b4-form-btn input { 
	font-family: "Open Sans", OpenSans, Arial, "Helvetica Neue", Helvetica, sans-serif; 
	text-align: center;
	background-color: #ff7f33;
	color: white;
	font-size: 26px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;  
	width: 90%;	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;  
	border-radius: 25px;
	border: 1px solid #e5712e;
}
div.b4-form-btn input:hover,
div.b4-form-btn input:focus {
	background-color: #ff8f40;
}
.b4-form-error {
	min-height: 18px;
	font-size: 85%;
	text-align: justify;
	font-weight: bold;
}
div.b4-form-error  div{
	color: red;
	margin-bottom: 5px;
}
@media (max-width: 1024px) {
	.b3-timer-left {
		background-color: #ff7f33;
		color: white;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		float: none;
		height: 70px;			
		-webkit-border-radius: 25px 25px 0px 0px;
		-moz-border-radius: 25px 25px 0px 0px;
		border-radius: 25px 25px 0px 0px;
		width: 350px;
		display: inline-block;
	}
	.b3-timer-left div {
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.b3-timer-right {
		background-color: #f4f6f7;
		color: #808080;
		text-align: center;
		vertical-align: middle;
		float: none;	
		height: 70px;			
		-webkit-border-radius: 0px 0px 25px 25px;
		-moz-border-radius: 0px 0px 25px 25px;
		border-radius: 0px 0px 25px 25px;
		width: 350px;
		display: inline-block;
		padding: 0px;
	}
	.b3-timer-val {	
		font-size: 30px;
		font-weight: bold;
		padding-top: 15px;
	}
	.b3-timer-hint {	
		font-size: 10px;
		font-weight: bold;
		padding-top: 10px;
	}
	.b3-timer-span {
		padding: 0px 7px 0px 7px;
		font-size: 30px;
		font-weight: bold;
		padding-top: 15px;
	}	
}
@media (max-width: 979px) {
	.b11-header {
		padding-top: 20px;
	}
	.b2 {
		float: left !important;
	}
	/*
	.b2-header {
		padding-top: 20px;
	}
	*/
	.b2-part {
		width:100%;
		text-align: center;		
	}
	.b3-desc-txt-line {
		font-size: 15px;
		font-weight: bold;
		line-height: 2;
		text-align: left;
		padding: 15px 0px;
	}	
}
@media (max-width: 768px) {
	.b1 {
		width:100%;
	}
	.b1-desc {
		vertical-align: middle;	
		text-align: justify;
		font-weight: bold;	
		margin: 10px;
		font-size: 16px;
	}
	.b1-img {
		margin-top: 20px;
		margin-left: 10px;
	}	
	.b1-details {
		display: none;
	}
	.b1-details-small {
		text-align: center;
		width: 100%;
		padding: 40px 0px 30px 0px;
		display: block;
	}	
	a.b1-btn-details-small {
		text-align: center;
		color: #ff7f33;
		font-weight: bold;
		padding: 10px;
		border: 2px solid #ff7f33;
		background-color: transparent;
		font-size: 22px;			
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}	
	a.b1-btn-details-small:hover,	
	a.b1-btn-details-small:focus {
		color: #ff7f33;	
		/*background-color: #e6e6e6 !important;*/
		background-color: rgba(230, 230, 230, 0.25) !important;		
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		text-decoration: none;
	}
	a.b1-btn-details-small div {
		background-image: url("/images/pdf.png");
		background-repeat: no-repeat;	
		background-position: left;
		display: inline;
		padding: 0px 10px 0px 30px;
	}
	.b11-part {
		width:50%;
		text-align: center;
		float: left !important;
	}	
}
@media (max-width: 519px) {
	.b11 {
		width:100%;
		padding-bottom: 30px;
		text-align: center;
	}
	.b11-container {
		display: inline-block;
	}
	.b11-part {
		width:100%;
		text-align: center;
		float: none !important;
	}
	.b11-part:first-of-type {
		padding-bottom: 30px;
	}
}
@media (max-width: 449px) {
	h2.block-title.animated {
		padding-left: 60px;
	}
	h2.block-title.animated:before {
		width: 30px;	
	}	
	.b3-img {
		display: block;
		text-align: center;
		padding: 15px 0px;
	}
	.b3-desc {
		width: 100%;
		margin-left: 5px;
		background-image: none;
	}
	.b3-desc-txt {
		font-family: "Open Sans", OpenSans, Arial, "Helvetica Neue", Helvetica, sans-serif;
		float: none;
		padding: 20px 5px;
	}
	.b3-desc-txt-line {
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
		text-align: left;
		padding: 10px 0px;
	}	
	.b4-desc {
		float: none;
		width: 100%;
		max-width: 400px;
	}
	.b4-try {
		float: none;
		width: 250px;
		color: #ff7f33;
		text-align: center;
		width: 100%;
	}
	.b4-form-btn {
		width: 225px;
		display: inline-block;
		padding: 0px;
		text-align: center;
	}
	.b4-form-error {
		width: 225px;
		display: inline-block;
		min-height: 18px;
		font-size: 85%;
		text-align: justify;
		font-weight: bold;
	}
	.moduletable-b4-form  div label {
		margin-bottom: 2px;
		text-align: left;
		padding-left: 65px;
	}	
	.b3-timer-left {
		background-color: #ff7f33;
		color: white;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		float: none;
		height: 50px;			
		-webkit-border-radius: 25px 25px 0px 0px;
		-moz-border-radius: 25px 25px 0px 0px;
		border-radius: 25px 25px 0px 0px;
		width: 260px;
		display: inline-block;
	}
	.b3-timer-left div {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.b3-timer-right {
		background-color: #f4f6f7;
		color: #808080;
		text-align: center;
		vertical-align: middle;
		float: none;	
		height: 50px;			
		-webkit-border-radius: 0px 0px 25px 25px;
		-moz-border-radius: 0px 0px 25px 25px;
		border-radius: 0px 0px 25px 25px;
		width: 260px;
		display: inline-block;
		padding: 0px;
	}
	.b3-timer-val {	
		font-size: 25px;
		font-weight: bold;
		padding-top: 10px;
	}
	.b3-timer-hint {	
		font-size: 8px;
		font-weight: bold;
		padding-top: 0px;		
	}
	.b3-timer-span {		
		padding: 0px 2px 0px 2px;
		font-size: 25px;
		font-weight: bold;
		padding-top: 10px;
	}	
}
@media (max-width: 399px) {	
	h1.b1-header {
		font-size: 22px;
	}
	h2.b1-subheader {
		font-size: 18px;
		margin-left: 0px;
		margin-top: -5px;
	}
	a.b1-btn-details-small {
		text-align: center;
		color: #ff7f33;
		font-weight: bold;
		padding: 10px;
		border: 2px solid #ff7f33;
		background-color: transparent;
		font-size: 18px;			
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	.b11-header {
		padding-bottom: 25px;
	}	
	.b2-header {
		padding-bottom: 25px;
	}	
	h2.block-title {	
		text-align: left;
		position: relative;
		padding-left: 30px;
		-webkit-transition: padding-left 0.75s ease;
		-moz-transition: padding-left 0.75s ease;
		-o-transition: padding-left 0.75s ease;
		transition: padding-left 0.75s ease;
		font-size: 18px;
	}
	.b2 {
		text-align: center;
		width: 100%;
	}
	.b2 div {
		display: inline-block;
	}
	.b3-header {
		padding-bottom: 25px;
	}
	.b3-desc-txt-line {
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
		text-align: left;
		padding: 10px 0px;
	}		
	.b4-header {
		padding-bottom: 0px;
	}
	.b4-desc div {	
		padding: 30px 10px;
		vertical-align: middle;	
		text-align: justify;
		font-weight: bold;		
		font-size: 14px;
		line-height: 1.4;	
	}
	.moduletable-b4-form  div label {
		margin-bottom: 2px;
		text-align: left;
		padding-left: 50px;
	}	
}
@media (max-width: 320px) {
	.b3-timer-left {
		background-color: #ff7f33;
		color: white;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		float: none;
		height: 50px;			
		-webkit-border-radius: 25px 25px 0px 0px;
		-moz-border-radius: 25px 25px 0px 0px;
		border-radius: 25px 25px 0px 0px;
		width: 250px;
		display: inline-block;
	}
	.b3-timer-left div {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.b3-timer-right {
		background-color: #f4f6f7;
		color: #808080;
		text-align: center;
		vertical-align: middle;
		float: none;	
		height: 50px;			
		-webkit-border-radius: 0px 0px 25px 25px;
		-moz-border-radius: 0px 0px 25px 25px;
		border-radius: 0px 0px 25px 25px;
		width: 250px;
		display: inline-block;
		padding: 0px;
	}
	.b3-timer-val {	
		font-size: 22px;
		font-weight: bold;
		padding-top: 10px;		
	}
	.b3-timer-hint {	
		font-size: 8px;
		font-weight: bold;
		padding-top: 0px;		
	}
	.b3-timer-span {		
		padding: 0px 2px 0px 2px;
		font-size: 22px;
		font-weight: bold;
		padding-top: 10px;
	}
	.moduletable-b4-form  div label {
		margin-bottom: 2px;
		text-align: left;
		padding-left: 20px;
	}	
}