
@import url(ie8.css);
body {
   color: #333;
   font-size: 13px;
   line-height: 1.6;
    font-family: "Titillium Web", sans-serif;
}
body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}
@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}
p,
li,
li a,
label {
   color: #555;
}

a {
   color: #72c02c;
   text-decoration: none;
}
a,
a:focus,
a:hover,
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #72c02c;
   text-decoration: underline;
}
.no-padding
{
	padding:0px;
}
.no-margin
{
	margin:0px;
}
.no-padding-left
{
	padding-left:0px;
}
.margin-bottom-50
{
	margin-bottom:50px;
}

.bread-crumb {
	color: #333;
	font-size: 15px;
	font-family: "Titillium Web", sans-serif;
	font-weight:600;
}
.bread-crumb a{
	color: #333;
	font-size: 15px;
	font-family: "Titillium Web", sans-serif;
	text-decoration:none;
	font-weight:600;
}

.bread-crumb a:hover{
	color: #333;
	font-size: 15px;
	font-family: "Titillium Web", sans-serif;
	text-decoration:none;
	font-weight:600;
}

/* header */


@media (min-width: 768px) {
  .container {
    width:100%;
  }
}
@media (min-width: 992px) {
  .container {
    width:100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1620px) {
.container {
  width: 100%;
}
}
@media (min-width: 1920px) {
.container {
  width: 100%;
}
}
.wrapper
{
	margin-top:123px;
}
#video {
	display:block;
}
#video.clsvideo {
    display:none;
}
#slider {
    display:none;
}
#slider.clsslider {
    display:block;
}
.box-content-one
{
	background: transparent url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/free-offer.png") no-repeat scroll left top;
	border-right: 2px solid #010101;
	border-bottom: 2px solid #010101;
	height: 330px;
    overflow: hidden;    
}
.box-content-two
{
	background: transparent url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/free-offer.png") no-repeat scroll left top;
	border-right: 2px solid #010101;
	border-bottom: 2px solid #010101;
	height: 330px;
    overflow: hidden;
}
.box-content-three 
{
	background: transparent url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/free-offer.png") no-repeat scroll left top;
	border-bottom: 2px solid #010101;
    height: 330px;
    overflow: hidden;

}
.box-content-one .f-icon1 {
    background: transparent url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/home-box-icon1.png") no-repeat scroll center top;
    margin: 20px 10px 0;
    padding: 110px 0 0;
    text-align: center;
    vertical-align: top;
}

.box-content-two .f-icon2 {
    background: transparent url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/home-box-icon2.png") no-repeat scroll center top;
    display: inline-block;
    margin: 20px 10px 0;
    padding: 110px 0 0;
    text-align: center;
    vertical-align: top;
}
.box-content-three .f-icon3 {
    background: transparent url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/home-box-icon3.png") no-repeat scroll center top;
    /*display: inline-block;*/
    margin: 20px 10px 0;
    padding: 110px 0 0;
    text-align: center;
    vertical-align: top;
}
.box-content-one .f-h4, .box-content-two .f-h4, .box-content-three .f-h4 {
    color: #171318;
    font-size: 32px;
    font-weight:100;
    line-height:40px;
}
.brief-solution-box {
	background: #031928 url(/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/brief-solution-bg.jpg) no-repeat center top;
	padding: 40px 0px;
	color: #ffffff;
	min-height: 171px;
}

@media only screen and (max-width:991px) {
	.brief-solution-box {
		text-align:center;
		background:none;
		background-color: #031928;
	}
}

.brief-solution-box .brief-solution-inner {
	max-width: 585px;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.brief-solution-box .brief-solution-inner {
		max-width: 100%;
	}
}

.brief-solution-box p {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}

.solution-brief-btn {
	background-color: #ff9100;
	border:1px solid #ff9100;
	display:inline-block;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
	padding: 10px 80px 10px 25px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-top:20px;
	position:relative;
}

.solution-brief-btn:hover {
	color: #ffffff;
	background-color: #f78e04;
	border: 1px solid #f78e04;
	text-decoration: none;
}

.solution-brief-btn:before, .solution-brief-btn:after {
	content:'';
    display: block;
    right: 0;
    padding: 10px 0 12px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 58px;
	height:100%;
}

.solution-brief-btn:before {
	background-color: #e98400;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}

.solution-brief-btn:after {
    background: url(/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/pdf-icon.png) no-repeat left top;
    width: 26px;
	height: 25px;
	margin-right: 13px;
    margin-top: 13px;
}

.home-content-section
{
	background-color:#efeeee;
}
/*Service*/
.service {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
	color:#1b1920;
	position:relative;
	z-index:9;
}
.service:hover {
	background: #4285c5;
	box-shadow: 0 0 5px #ddd;	
	border-radius:5px;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    color: #ffffff;
    box-shadow: 0 0 10px #dad9d9;
	-moz-box-shadow: 0 0 10px #dad9d9;
	-webkit-box-shadow: 0 0 10px #dad9d9;
	-o-box-shadow: 0 0 10px #dad9d9;
}
.service:hover i
{
	color: #ffffff;
}
.desc-head-title
{
	color:#4285c5;
	font-size:46px;
	font-weight:bold;
	float:right;
	padding:20px 0;
}
.service .desc {
	padding: 0 15px;
	overflow: hidden;
}	
.service .desc .desc-title {
	font-size: 30px;
	line-height: 36px;
	font-weight:bold;
	padding-bottom:20px;
}
.service .desc h1.desc-title {
    margin-top: 0;
    padding-top: 0;
}
.service .desc h2.desc-title {
	font-size: 30px;
	line-height: 36px;
	font-weight:bold;
	margin:0px;
	padding-bottom:20px;
}
.service .desc .desc-content {
	font-size: 22px;
	font-weight:lighter;
	line-height: 29px;
}
.service .service-icon {
	float: right;
	padding: 10px;
	color: #c6c5c5;
	font-size: 35px;
	text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sidebar-text-top
{
	left: 35%;
    margin-top: 10%;
    position: absolute;
    width: 40%
}

.sidebar-text-bottom
{
	left: 35%;
    margin-top: 10%;
    position: absolute;
    width: 40%;
}
.setting-img
{
	bottom: -185px;
    position: absolute;
}
.vertical-alignment div h4 span
{
	margin-left:30px;
}
.vertical-alignment img
{
	display:inline;
}
.home-app-store
{
	background: transparent url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-right-corner.png") no-repeat scroll left top;
	border-top:2px solid #f2f2f2;
}
.app-store-title:before
{
	background:url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-star.jpg')  no-repeat scroll 0 0;
    content: "";
    height: 73px;
    left: 98px;
    position: absolute;
    top: 40px;
    width: 77px;
}
.app-store-title
{
	font-size: 61px;
	font-weight:normal;
	color:#0a0a0a;
	padding:30px 0;
	margin-left:200px;
}
.app-store-endpoint-protection
{
	background:#eceeef url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-endpoint-protection-bg.jpg')  no-repeat scroll 0 0;
	display:block;
	height: 373px;
	padding:35px 0 0 45px;
}
.app-store-endpoint-protection:hover
{
	background:#e6e9ea url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-endpoint-protection-bg-hover.jpg')  no-repeat scroll 0 0;
}
.app-store-endpoint-protection span
{
	font-size:38px;
	color:#263238;
	font-weight:bold;
	line-height:normal;
}
.app-store-open-federated
{
	background:#f68a1f url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-open-federated-bg.jpg')  no-repeat scroll 0 0;
	display:block;
	height: 435px;
	padding:35px 0 0 45px;
}
.app-store-open-federated-title
{
	font-size:38px;
	color:#ffffff;
	font-weight:300;
	line-height:normal;
	padding-right:40px;
}
.app-bdr
{
	border-top:1px solid #ffffff;
	padding-top:10px;
	margin-top: 15px;	
}
.app-bdr-black
{
	border-top:1px solid #000000;
	padding-top:10px;
	margin-top: 15px;	
}
.app-store-endpoint-protection p
{
	display:none;
}
.app-store-endpoint-protection:hover p {
    display: block;
    margin-right:15px;
    color:#000000;
    font-size:16px;
    margin-top:5px;
    line-height:normal;
}
.app-store-open-federated p
{
	display:none;
}
.app-store-open-federated:hover p {
    display: block;
    margin-right: 55px;
    font-size:18px;
	color:#ffffff;
	font-weight:100;
	line-height:normal;
	margin-top: 10px;	
}
.app-store-acronis p
{
	display:none;
}
.app-store-acronis:hover p {
    display: block;
    margin-right: 10px;
    margin-top:40px;
    color:#ffffff;
    font-size:24px;
    line-height:normal;
    margin-left:10px;
}
.app-store-mssp p
{
	display:none;
}
.app-store-mssp:hover p {
    display: block;
    margin-right: 55px;
    color:#000000;
    font-size:22px;
    margin-top:5px;
    line-height:normal;
}
.app-store-acronis
{
	background:url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-acronis-bg-split.jpg')  no-repeat scroll 0 0;
	display:block;
	height:528px;
	padding:45px 45px 0 0px;
	text-align:right;
}
.app-store-acronis:hover
{
	/*background:url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-acronis-bg-split.jpg')  no-repeat scroll 0 0;*/
	background-position:0px -528px;
}
.app-store-acronis span
{
	font-size:42px;
	color:#ffffff;
	font-weight:normal;
	line-height:45px;
}
.star-span2
{
	background: rgba(0, 0, 0, 0) url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/white-star.png") no-repeat scroll right bottom;
    bottom: 35px;
    display: inline-block;
    height: 48px;
    position: absolute;
    right: 30px;
    width: 50px;
}
.app-store-mssp
{
	background:url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-mssp-bg.jpg' )  no-repeat scroll 0 0;
	display:block;
	height:528px;
	padding:50px 20px 0 45px;
	color:#263238;
}
.app-store-mssp:hover
{
	background:#e5e8e9 url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-mssp-bg-hover.jpg' )  no-repeat scroll 0 0;
}
.app-store-mssp-title
{
	font-size:38px;
	color:#263238;
	font-weight:normal;
	line-height:normal;
	padding-bottom:30px;
}
.app-store-mssp-desc
{
	font-size:20px;
	color:#263238;
	font-weight:normal;
	line-height:normal;
}
.app-store-why-free
{
	background:#474e57;
	display:block;
	height:280px;
	padding-top:20px;
	text-decoration:center;
}
.app-store-why-free-title
{
	font-size:32px;
	color:#ffffff;
	font-weight:normal;	
	line-height:45px;
	padding-bottom:10px;
    padding-top: 60px;
	text-align:center;
}
.app-store-why-free:hover
{
	background:#585d63;
}
.why-free-btn
{
	background: #f68a1f none repeat scroll 0 0;
	border-radius:5px;
    border:1px solid #f68a1f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    font-weight:bold;
    padding: 6px 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    text-align:right;
    float:right;
    margin-right:40px;
}
.why-free-btn:hover
{
	background:transparent;
	border:1px solid #f68a1f;
	color: #f68a1f;
	text-decoration:none;
}
.home-footer-box
{
	margin:10px 0;
}
.foot-list-left
{
	background:url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/foot-list-left.jpg')  no-repeat scroll 0 0;
	text-align:right;
	padding:10px 40px;
	display:block;
	border-radius:10px solid #fff;
}
.foot-list-right
{
	background:url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/foot-list-right.jpg')  no-repeat scroll 0 0;
	text-align:left;
	padding:10px 40px;
	display:block;
}
.foot-list-heading
{
	font-size:36px;
	font-weight:bold;
	color:#121212;
	padding: 25px 0;
}
.foot-list-left p, .foot-list-right p
{
	font-size:24px;
	font-weight:normal;
	color:#121212;
	padding-bottom:60px;
}
.sign-up-btn
{
	background: #f26122 none repeat scroll 0 0;
	border-radius:5px;
    border:1px solid #ffffff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    font-weight:bold;
    padding: 6px 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom:70px;
}
.sign-up-btn:hover
{
	background:transparent;
	border:1px solid #f26122;
	color: #f26122;
	text-decoration:none;
}

/* Banner 
============ */
.banner {
	background:url('/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/banner-bg.jpg');
	width:100%;
	overflow:hidden;
}

.banner .mycanvas {
	display:none !important;
}

.banner .container {
	width:100%;
}

.banner > .container > div {
	margin:auto;
	z-index:0;
}

.banner .bottomNav {
	display:none !important;
}

/* Vertical Block
================== */
@font-face {
    /*font-family: Myriad Pro;
    src: url(/National_Library/20170827070107oe_/https://one.comodo.com/assets/fonts/Myriad-Pro-Regular.eot),
		 url(/National_Library/20170827070107oe_/https://one.comodo.com/assets/fonts/Myriad-Pro-Regular.svg),
		 url(/National_Library/20170827070107oe_/https://one.comodo.com/assets/fonts/Myriad-Pro-Regular.ttf),
		 url(/National_Library/20170827070107oe_/https://one.comodo.com/assets/fonts/Myriad-Pro-Regular.woff),
		 url(/National_Library/20170827070107oe_/https://one.comodo.com/assets/fonts/Myriad-Pro-Regular.woff2);*/
}
.automation-block {
	position:relative;
}
.vertical-alignment {
	position:absolute;
   /* top:1139px;*/
   	/*top:1838px;*/
   	top:1560px;
	left:-210px;
    transform:rotate(-90deg);
	text-align:center;
	z-index:999;
}

.automation-block {
	padding:0 0 50px;
}

.vertical-alignment::before {
    background:rgba(0, 0, 0, 0) linear-gradient(to right, #f7f7f6, #efeeee, #fbfcfc, #f2f1f0) repeat scroll 0 0;
    content:"";
    height:75px;
    left:-800px;
    position:absolute;
    top:175px;
    width:2380px;
	z-index:-1;
	opacity:0.6;
}

.vertical-alignment > p:nth-of-type(1) {
	top:172px;
	left:-720px;
}

.vertical-alignment > p:nth-of-type(2) {
	top:-142px;
	left:735px;
}

.vertical-alignment p {
	font-size:46px;
	font-weight:600;
	color:#4285c5;
	position:relative;
}
.vertical-alignment div {
	text-transform:uppercase;
}
.vertical-alignment div h4 {
	font-size:58px;
	font-weight:600;
	color:#0c0d16;
	position:relative;
    top:7px;
}
.vertical-alignment div p {
	font:600 44px 'Myriad Pro';
	color:#6d6d6d;
}
@media (max-width: 1620px) {
	.box-content-one .f-h4, .box-content-two .f-h4, .box-content-three .f-h4
	{
		font-size: 20px;
	}
	.desc-head-title
	{
		font-size: 30px;
	}
	.service .desc .desc-title {
		font-size: 24px;
	    font-weight: 600;
	    line-height:28px;
	    padding-bottom:10px;
	}
	.service .desc h2.desc-title {
		font-size: 24px;
	    font-weight: 600;
	    line-height:28px;
	    padding-bottom:10px;
	}
	.service .desc .desc-content
	{
		font-size: 19px;
	}
	.app-store-title
	{
		font-size: 50px;
	}
	.app-store-endpoint-protection span, .app-store-acronis span, .app-store-open-federated-title, .app-store-mssp-title 
	{
		font-size:28px;
		line-height:normal;
	}
	.app-store-endpoint-protection:hover p, .app-store-open-federated:hover p
	{
		font-size:18px;
		line-height:normal;
	}
	.app-store-acronis:hover p, .app-store-mssp:hover p
	{
		font-size:22px;
		line-height:normal;
		margin-left:10px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1619px) {
	.vertical-alignment::before
	{
		width: 2163px;
	}
	.vertical-alignment {
		left:-210px;
	}
	.vertical-alignment div p
	{
		top:40px;
	}
	.vertical-alignment p
	{
		font-size:36px;
	}
	.vertical-alignment div h4
	{
		font-size:48px;
		top:28px;
	}
	.vertical-alignment div h4 span
	{
		margin-left:30px;
	}
	.vertical-alignment > p:nth-of-type(1) {
		top:180px;
		left:-720px;
	}

	.vertical-alignment > p:nth-of-type(2) {
		top:-102px;
		left:735px;
	}
	.setting-img
	{
		bottom: -180px;
	}
}
@media screen and (min-width: 1200px) and (max-width:1366px) {
	.vertical-alignment {
		left:-201px !important;
	}
}
@media screen and (min-width: 1200px) and (max-width:1280px) {
	
	.vertical-alignment div p
	{
		top:10px;
	}
        .vertical-alignment div h4
	{
		font-size:48px;
		top:23px;
	}
    .vertical-alignment::before {
        height:55px;
    }
}
@media screen and (min-width: 1620px) and (max-width:1919px) {
	.vertical-alignment {
		top:1838px;
	}
}
@media screen and (min-width: 1450px) and (max-width:1619px) {
	.vertical-alignment {
		top:1488px;
	}
}

@media screen and (min-width: 991px) and (max-width:1451px) {
	.vertical-alignment {
		top:1690px;
	}
	.app-store-endpoint-protection span, .app-store-acronis span, .app-store-open-federated-title, .app-store-mssp-title, .app-store-why-free-title 
	{
		font-size:28px;
		line-height:normal;
	}
	.app-store-endpoint-protection:hover p, .app-store-open-federated:hover p
	{
		font-size:18px;
		line-height:normal;
		margin-right:10px;
	}
	.app-store-acronis:hover p, .app-store-mssp:hover p
	{
		font-size:22px;
		line-height:normal;
		margin-left:10px;
	}
}
@media screen and (min-width: 991px) and (max-width:1366px) {
	.vertical-alignment {
		top: 1808px;;
	}	
}
@media (max-width: 1366px) {
.app-store-endpoint-protection:hover p, .app-store-open-federated:hover p
	{
		font-size:15px;
		line-height:normal;
		margin-right:10px;
	}
	.app-store-acronis:hover p
	{
		font-size:22px;
		line-height:normal;
		margin-left:10px;
	}
	 .app-store-mssp:hover p
	 {
	 	font-size:16px;
		line-height:normal;
		margin-left:10px;
	 }
}


@media (max-width: 1199px) {
	.automation-block .vertical-alignment {	
		display:none;
	}
}

@media (max-width: 991px) {

	.app-store-endpoint-protection
	{
		background:#eceeef url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-endpoint-protection-bg.jpg") no-repeat scroll 0 0;
	}
	.app-store-endpoint-protection:hover
	{
		background:#e6e9ea url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-endpoint-protection-bg-hover.jpg") no-repeat scroll 0 0;
	}
	.app-store-open-federated
	{
		background:#f68a1f  url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-open-federated-bg.jpg") no-repeat scroll 0 0;
		border:none;
	}
	.app-store-mssp
	{
		background:#e5e8e9 url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-mssp-bg.jpg") no-repeat scroll 0 0;
	}
	.app-store-why-free-title
	{
		font-size:30px;
		padding-top:30px;
	}
	.no-padding-left
	{
		padding-left:0px;
	}
	.box-content-one, .box-content-two, .box-content-three
	{
		height:auto;
	}
	.setting-img
	{
		display:none;
	}
	.footer
	{
		display:none;
	}
	
}
@media (max-width: 768px) {
	.title-box .title-box-text {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.title-box p {
		font-size: 15px;
	}
	.home-app-store
	{
		background:none;
	}
	.app-store-title:before
	{
		background:rgba(0, 0, 0, 0) url("/National_Library/20170827070107oe_/https://one.comodo.com/assets/images/app-store-star.jpg") no-repeat scroll 0 0 / 60% 63%;
		left:24px;
	}
	.app-store-title
	{
		margin-left: 65px;
		font-size:42px;
	}
	.sign-up-btn
	{
		float:right;
	}
}
@media (max-width: 480px) {

	.app-store-why-free-title
	{
		font-size:24px;
	}
	.foot-list-heading
	{
		font-size:26px;
	}
	.foot-list-left p, .foot-list-right p
	{
		font-size:18px;
	}
        .callnow {
            display:none;
        }
}
