@import url('https://web-archive.nli.org.il/National_Library/20161130034600cs_/https://fonts.googleapis.com/css?family=Asap:400,500,700&subset=latin-ext');
@import url('https://web-archive.nli.org.il/National_Library/20161130034600cs_/https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext');
@font-face {
    font-family: 'journalregular';
    src: url('fonts/journal-webfont.eot');
    src: url('fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/journal-webfont.woff2') format('woff2'),
        url('fonts/journal-webfont.woff') format('woff'),
        url('fonts/journal-webfont.ttf') format('truetype'),
        url('fonts/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 16px/22px 'Asap', sans-serif;
    text-align: center;
}
b{
    font-weight: 700;
}
p{
    margin-bottom: 16px;
}
*:focus {
    outline: none;
}
.wrapper {
    width: 95%;
    max-width: 980px;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
.table{
    display: table;
    width: 100%;
}
.row{
    display: table-row;
}
.cell{
    display: table-cell;
    vertical-align: middle;
}
a{
    color: #187dad;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}


/* Header
-----------------------------------------------------------------------------*/


.header-top{
    padding: 20px 0 10px;
}

.header-top #logo{
    float: left;
    margin-top: 30px;
}

.header-top .header-top-nav{
    float: right;
}

.header-top .location-and-search,
.header-top .header-top-menu{
    float: right;
    clear: both;
}

.header-top .location-and-search{

}

.header-top .location,
.header-top .search{
    float: left;
}

.header-top .location select{
    padding: 3px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    color: #9b9b9b;
    background-color: #f8f8f8;
    line-height: 29px;
    height: 29px;
}

.header-top .search{
    border: 1px solid #e1e6e9;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 13px;
}

.header-top .search input[type="text"]{
    padding: 0 6px;
    border: 0 none;
    color: #9b9b9b;
    float: left;
    line-height: 27px;
    height: 27px;
}

.header-top .search input[type="submit"]{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/augmentinglens.png') no-repeat center center transparent;
    border: 0 none;
    width: 29px;
    height: 23px;
    float: right;
    cursor: pointer;
}

.header-top-menu{
    margin-top: 14px;
}

.header-top-menu li{
    display: inline-block;
    text-decoration: none;
    border-right: 1px solid #ededed;
}

.header-top-menu li:last-child{
    border-right: 0 none;
}

.header-top-menu li a{
    padding: 0 11px;
}

.header-top-menu li:last-child a{
    padding-right: 0;
}

.header a{
    text-decoration: none;
    color: #187dad;
}

.main-menu-sub-nav-overlay{
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 5;
    display: none;
}

.header-main-menu-wrapper{
    border-top: 1px solid #b5c5cb;	
    border-bottom: 1px solid #c6d2d7;
    line-height: 0;
}

.header-main-menu .sub-nav{
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 6;
    line-height: 22px;
    left: 0;
}

.header-main-menu > ul > li:hover .sub-nav{
    display: block;	
}

.header-main-menu{
    display: table;
    width: 100%;
}

.header-main-menu > ul{
    display: table-row;
}

.header-main-menu > ul > li{
    display: table-cell;
    padding: 7px 0;
}

.header-main-menu > ul > li:hover{
    border-top: 3px solid #00b9ff;
    padding: 4px 0 0;
    box-shadow: 0px 0px 5px #d8d8d8;
}

.header-main-menu > ul > li > a{
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 29px;
    border-right: 1px solid #ededed;
    padding: 0 2vw;
    box-sizing: border-box;
}

.header-main-menu > ul > li:hover a{
    background-color: #fff;
    height: 37px;
    margin-bottom: -7px;
    position: relative;
    border-right: 1px solid transparent;
    z-index: 4;
}

.header-main-menu > ul > li:last-child > a{
    border-right: 0 none;
}

.header-main-menu .sub-nav{
    padding: 30px 0 45px;
    margin-top: 7px;
}

.header-main-menu .sub-nav{

}

.header-main-menu .sub-nav-column{
    display: table-cell;
    vertical-align: top;
    padding: 0 3vw;
    border-right: 1px solid #b5c5cb;
}

.header-main-menu .sub-nav-column:last-child{
    border-right: 0 none;
}

.header-main-menu .sub-nav-column h3{
    font-size: 20px;
    color: #505050;
    margin: 20px 0;
}

.header-main-menu .sub-nav-column li{
    margin: 0 0 10px;
}

.header-main-menu .sub-nav li,
.list-style-1 li{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/list-style-1.png') no-repeat 0 6px transparent;
    padding: 0 0 0 22px;
}

.header-main-menu li .sub-nav ul {
    display: inline-block;
    margin-right: 45px;
    vertical-align: top;
}

.header-main-menu li:first-child .sub-nav ul,
.header-main-menu li:nth-child(2) .sub-nav ul {
    margin-right: 0;
}

.header-main-menu .destek-subnav{
    font-size: 12px;
}

.header-main-menu .destek-subnav .sub-nav-column{
    width: 33%;
}

.list-style-2 li{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/list-style-2.png') no-repeat 0 3px transparent;
    padding: 0 0 0 25px;
}

.list-style-3 li{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/list-style-3.png') no-repeat 0 3px transparent;
    padding: 0 0 0 40px;
    margin-bottom: 20px;
}

.list-style-4 li{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/list-style-4.png') no-repeat 0 3px transparent;
    padding: 0 0 0 40px;
    margin-bottom: 20px;
    color: #88a5ae;
}

.list-style-disc li:before{
    content: "";
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #505050;
    line-height: 16px;
    top: 12px;
    position: relative;
    margin-right: 7px;
}

.btn{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s;
}
.btn:hover {
    color: #FFF;
    background-color: #bcc2b6;
    border: 2px solid #91948e;
}
.btn-orange{
    background-color: #fca93f;
    background-image: linear-gradient( to top, #cc6b03, #fca93f );
    border: 2px solid #a85b0c;
    border-radius: 4px;
    font-size: 21px;
    line-height: 34px;
    font-weight: 700;
    padding: 7px 15px 7px 23px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.btn-orange:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to top, #fca93f, #cc6b03 );
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.btn-arrow:after{
    content: "";
    float: right;
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/btn-arrow.png') no-repeat center center transparent;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    overflow: hidden;
    margin-left: 20px;
}

.btn-orange:hover:before,
.btn-grey:hover:before,
.btn-red:hover:before{
    opacity: 1;
}

.btn-blue{
    background-color: #008aff;
    background-image: linear-gradient( to top, #0074ff 80%, #2eadff );
    border: 2px solid #0062cb;
    border-top: 2px solid #449ed2;
    border-radius: 3px;
    font-size: 21px;
    line-height: 34px;
    font-weight: 700;
    padding: 7px 40px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.btn-grey{
    background-color: #fca93f;
    background-image: linear-gradient( to top, #4e7d81, #80aeb2 );
    border: 2px solid #3d6265;
    border-radius: 4px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    padding: 7px 19px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.btn-grey:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to top, #80aeb2, #4e7d81 );
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.btn-red{
    background-color: #fca93f;
    background-image: linear-gradient( to top, #ce0d05, #fa4c3d );
    border: 2px solid #c7070a;
    border-radius: 4px;
    font-size: 21px;
    line-height: 34px;
    font-weight: 700;
    padding: 7px 15px 7px 23px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.btn-red:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to top, #fa4c3d, #ce0d05 );
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.btn-red-flat{
    background-color: #ed1c24;
    border: 2px solid #ca151c;
    border-radius: 2px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    padding: 12px 35px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.btn-green-flat{
    background-color: #93bb2e;
    border: 2px solid #80a423;
    border-radius: 2px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    padding: 12px 35px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.btn-orange-flat{
    background-color: #fe7f00;
    border: 2px solid #dc6e00;
    border-radius: 2px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    padding: 12px 35px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.btn-blue-flat{
    background-color: #1677cb;
    border: 2px solid #1160a4;
    border-radius: 2px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    padding: 12px 35px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}



/* Middle
-----------------------------------------------------------------------------*/
.content {
}

.main-page .top-banner .comodo-slider .controlles{
    position: relative;
    margin-top: -40px;
}

.main-page .top-banner .comodo-slider .controlles .arrows{
    position: relative;
    top: -140px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.main-page .top-banner:hover .comodo-slider .controlles .arrows{
    visibility: visible;
    opacity: 1;
}

.main-page .top-banner .comodo-slider .arrow:before{
    content: none;
}

.main-page .top-banner .comodo-slider .arrow{
    height: 60px;
    width: 60px;
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/slider-arrows.png') no-repeat 15px center transparent;
    cursor: pointer;
}

.main-page .top-banner .comodo-slider .arrow:hover{
    opacity: 0.8;
}

.main-page .top-banner .comodo-slider .arrow.arrow-next {
    right: 5px;
    background-position: -45px center;
}

.main-page .arrow.arrow-prev {
    left: 30px;
}

.main-page .comodo-slider .slide-button span{
    color: transparent;
    background-color: #9e9fad;
    width: 17px;
    height: 17px;
    border-radius: 2px;
}

.main-page .comodo-slider .slide-button .button-active{
    color: transparent;
    background-color: #fff;

}

.main-page .top-banner .comodo-slider{
    color: #fff;
}

.main-page .top-banner .comodo-slider .wrapper{
    vertical-align: bottom;
}

.main-page .top-banner .comodo-slider .slide{
    min-height: 330px;
}

.main-page .top-banner .comodo-slider .slide > div,
.main-page .top-banner .comodo-slider .slide .wrapper,
.main-page .top-banner .comodo-slider .slide .table{
    min-height: inherit;
}

.main-page .top-banner .comodo-slider .content-slide-1{
    background-color: #0c352f;
}

.main-page .top-banner .comodo-slider .content-slide-2{
    background-color: #011d2b;
}

.main-page .top-banner .comodo-slider .content-slide-3{
    background-color: #536d86;
}

.main-page .top-banner .comodo-slider .content-slide-3 .illustration,
.main-page .top-banner .comodo-slider .content-slide-3 .illustration img{
    vertical-align: bottom;
}

.main-page .top-banner .comodo-slider .content-slide-4{
    background-color: #d3e5eb;
    color: #2b3437;
}

.main-page .top-banner .comodo-slider .content-slide-5{
    background-color: #1e0d1d;
}

.main-page .top-banner .slide-text h2{
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
}

.main-page .top-banner .slide-text{
    max-width: 460px;
}

.main-page .top-banner .slide-text h2{
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
}

.main-page .content-slide-1 .slide-text p,
.main-page .content-slide-2 .slide-text p,
.main-page .content-slide-3 .slide-text p{
    color: #88a5ae;
}

.main-page .content-slide-4 .slide-text p{
    color: #222;
}



.main-page .content-block-1{
    color: #222;
    padding: 25px 0;
}

.main-page .content-block-1 .wrapper{
    text-align: center;
}

.main-page .content-block-1 .product-block{
    text-align: center;
    display: inline-block;
    width: 33%;
    padding: 25px 10px;
    box-sizing: border-box;
    vertical-align: top;
    color: #222;
    text-decoration: none;
}

.main-page .content-block-1 .product-block:before{
    content: "";
    width: 200px;
    height: 145px;
    display: inline-block;
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/logos-set-1.png') no-repeat 0 0 transparent;
    transition: background-position 0.3s;
}

.main-page .content-block-1 .product-block-2:before{
    background-position: -260px 0;
}

.main-page .content-block-1 .product-block-3:before{
    background-position: -530px 0;
}

.main-page .content-block-1 .product-block-1:hover:before{
    background-position: 0 -166px;
}

.main-page .content-block-1 .product-block-2:hover:before{
    background-position: -260px -166px;
}

.main-page .content-block-1 .product-block-3:hover:before{
    background-position: -530px -166px;
}

.main-page .content-block-1 h3{
    font-size: 24px;
    line-height: 30px;
}

.main-page .content-block-1 p{
    text-align: center;
}

.main-page .content-block-2{
    background-color: #039be6;
    background-image: linear-gradient( 135deg, #039be6 55%, #037ab4 45% );
    padding: 70px 0 50px;
    color: #fff;	
}

.main-page .content-block-2 p{
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
}

.main-page .content-block h2{
    font-size: 35px;
    line-height: 43px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 35px;
}

.main-page .content-block h2 b{
    font-size: 50px;
}

.main-page .content-block .btn{
    margin-top: 10px;
}

.main-page .content-block .cell:first-child{
    width: 57%;
}

.main-page .content-block-3{
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 500;
    padding: 90px 0 80px;	
}

.main-page .content-block-3 ul{
    margin: 0 0 30px;
}

.main-page .content-block-3 li{
    margin: 0 0 15px;
}

.main-page .content-block-4{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 90px 0 100px;	
    background-color: #000;
    line-height: 31px;
}

.main-page .content-block-4 h2 b{
    font-size: 40px;
}

.main-page .content-block-5{
    background-color: #3c3f59;
    padding: 100px 0 80px;
}

.main-page .content-block-5 .wrapper{
    text-align: center;
}

.main-page .content-block-5 .slide-text{
    max-width: 640px;
    display: inline-block;
    color: #fff;
}

.main-page .content-block-5 h3{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 35px;
}

.main-page .content-block-5  p{
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 50px;
}

.main-page .content-block-5 .comodoSlider2 .arrows{
    display: none;
}

.main-page .content-block-5 .comodoSlider2 .buttons{
    margin-top: 60px;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer .footer-links{
    background-color: #f0f3f5;
    border-bottom: 1px solid #B5C5CB;
    border-top: 1px solid #B5C5CB;
    padding: 30px 0;
}

.footer-column{
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
}

.footer-links .list-title {
    color: #2b3437;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
}

.footer-links a, .footer-links ul li {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
    line-height: 25px;
}

.footer-links a:hover{
    text-decoration: underline;
}

.footer-links ul li.connect {
    color: #35a1d4;
}

.footer-links .sotial-links a {
    margin: 0 7px 0 0;
}

.footer .seal-wrap {
    margin-top: 15px;
}

.footer .seal-wrap .seal {
    float: left;
    width: 44px;
}

.footer .footer-statement {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
    background-color: #2b3437;
    padding: 15px 0;
}




/*---------- inner page common styles -----------*/


.inner-page h2 b{
    font-weight: 500;
}

.inner-page .top-banner{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/inner-page-top-banner-bg.jpg') no-repeat center center #d2e5eb; 
    background-size: cover;
    border-bottom: 1px solid #b5c5cb;
}

.inner-page .top-banner .table{
    min-height: 300px;
}

.inner-page .top-banner .btn{
    margin-top: 10px;
}

.inner-page .top-banner .top-banner-text{
    max-width: 615px;
    margin: 40px 0 30px;
}

.inner-page .top-banner h1{
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #2b3437;
}

.inner-page .top-banner .top-banner-text p{
    color: #88a5ae;
}

.inner-page-content-row{
    padding: 50px 0 70px;
}

.inner-page-content-row.grey{
    background-color: #f9fafe;
}

.inner-page-content-row h2{
    font-size: 38px;
    line-height: 40px;
    color: #444444;
    text-align: center;
    margin-bottom: 40px;
}

.inner-page-content-row  .cell.text h2{
    font-size: 30px;
    line-height: 32px;
    text-align: left;
}

.inner-page-content-row .illustration{
    width: 44%;
    box-sizing: border-box;
}

.inner-page-content-row .cell:last-child.illustration{
    text-align: right;
    padding-left: 2%;
}

.inner-page-content-row .illustration img{
    width: auto;
    max-width: 100%;
}

.inner-page p{
    color: #505050;
}

.inner-page-content-row .cell.illustration.align-center{
    text-align: center;
}

.inner-page .top-banner .illustration{
    text-align: center;
}

.inner-page .top-banner .illustration .top-banner-phone{
    font-size: 17px;
    color: #3a5570;
    text-align: center;
}

.inner-page .top-banner .illustration .top-banner-phone .phone{
    font-size: 24px;
    line-height: 24px;
}


/*-------  common product block style   --------*/

.cell.product-block{
    width: 36%;
    padding: 60px 10% 0 0;
    font-size: 15px;
    line-height: 21px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 30px;
}

.cell.product-block:last-child{
    padding-right: 0;
    width: 26%;
}

.product-block .btn{
    font-size: 17px;
    min-width: 165px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    bottom: 0;
}

.product-block  h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
    min-height: 60px;
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    padding: 0 0 0 72px;
}

.product-block  h4 .red{
    color: #ff0000;
}

.product-block p{
    margin-top: 10px;
}

.product-block.positive-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 0 transparent;
}

.product-block.positive-wildcard-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 -112px transparent;
}

.product-block.multi-domain-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 0 transparent;
}

.product-block.instant-pro-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 -233px transparent;
}

.product-block.premium-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 -337px transparent;
}

.product-block.premium-wildcard-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 -437px transparent;
}

.product-block.uc-ssl h4, .product-block.ucc-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 -543px transparent;
}

.product-block.instant-multi-domain-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 -648px transparent;
}

.product-block.ev-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 -747px transparent;
}

.product-block.ev-multi-domain-ssl h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-pudlock-icons-set.png') no-repeat 0 -846px transparent;
}

.product-block.guven-logosu h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/guven-logosu-icon.png') no-repeat 0 0 transparent;
}

.product-block.hacker-proof h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/hacker-proof-icon.png') no-repeat 0 0 transparent;
}

.product-block.hacker-guardian h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/hacker-guardian-icon.png') no-repeat 0 0 transparent;
}

.product-block.guvenli-e-posta-sertifikasi h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/guvenli-e-posta-sertifikasi-icon.png') no-repeat 0 0 transparent;
}

.product-block.gelismis-uc-nokta-guvenlik h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/gelismis-uc-nokta-guvenlik-icon.png') no-repeat 0 0 transparent;
}

.product-block.securebox h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/securebox-icon.png') no-repeat 0 0 transparent;
}

.product-block.sertifika-yonetimi h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/sertifika-yonetimi-icon.png') no-repeat 0 0 transparent;
}

.product-block.korugan h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/korugan-icon.png') no-repeat 0 0 transparent;
}

.product-block.cwatch h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/cwatch-icon.png') no-repeat 0 0 transparent;
}

.product-block.dome h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/dome-icon.png') no-repeat 0 0 transparent;
}

.product-block.korumail h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/korumail-icon.png') no-repeat 0 0 transparent;
}

.product-block.penetrasyon-testi h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/penetrasyon-testi-icon.png') no-repeat 0 0 transparent;
}

.product-block.internet-security-complete-10 h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-icons-2.png') no-repeat 0 0 transparent;
}

.product-block.internet-security-pro-10 h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-icons-2.png') no-repeat 0 -108px transparent;
}

.product-block.comodo-internet-security h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-icons-2.png') no-repeat 0 -212px transparent;
}

.product-block.comodo-antivirus h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-icons-2.png') no-repeat 0 -318px transparent;
}

.product-block.comodo-antivirus-advanced-10 h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-icons-2.png') no-repeat 0 -427px transparent;
}

.product-block.comodo-firewall h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-firewall-icon.png') no-repeat 0 0 transparent;
}

.product-block.geek-buddy-pc-doktoru h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/geek-buddy-icon.png') no-repeat 0 0 transparent;
}

.product-block.comodo-savungan-mobil-guvenlik h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-icons-2.png') no-repeat 0 -535px transparent;
}

.product-block.comodo-antivirus-mac h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-icons-2.png') no-repeat 0 -643px transparent;
}

.product-block.comodo-antivirus-linux h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-icons-2.png') no-repeat 0 -750px transparent;
}

.product-block.comodo-dragon h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-dragon-icon.png') no-repeat 0 0 transparent;
}

.product-block.comodo-ice-dragon h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-ice-dragon-icon.png') no-repeat 0 -1px transparent;
}

.product-block.comodo-cloud-scanner h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-cloud-scanner-icon.png') no-repeat 0 0 transparent;
}

.product-block.comodo-backup h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-backup-icon.png') no-repeat 0 0 transparent;
}

.product-block.comodo-cleaning-essentials h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-cleaning-essentials-icon.png') no-repeat 0 0 transparent;
}

.product-block.comodo-kurtarma-diski h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-kurtarma-diski-icon.png') no-repeat 0 0 transparent;
}

.product-block.comodo-program-yoneticisi h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-program-yoneticisi-icon.png') no-repeat 0 0 transparent;
}

.product-block.ucretsiz-e-posta-sertifikasi h4{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/ucretsiz-e-posta-sertifikasi-icon.png') no-repeat 0 0 transparent;
}







/*---------- uc-ssl  page -----------*/


.uc-ssl .top-banner .top-banner-text h1, .ucc-ssl .top-banner .top-banner-text h1{
    font-size: 45px;
    line-height: 45px;
}

.uc-ssl .inner-page-content-row-2 .illustration, .ucc-ssl .inner-page-content-row-2 .illustration{
    text-align: right;
}

/*---------- trustlogo  page -----------*/

.trustlogo .top-banner h1 {
    margin-bottom: 20px;
}

.trustlogo .top-banner-text .list-style-4 li{
    margin-bottom: 10px;
}

.trustlogo .inner-page-content-row-2 .illustration{
    width: 47%;
}

/*---------- ssl-destek  page -----------*/

.ssl-destek .top-banner h1 {
    font-size: 45px;
}

.ssl-destek .top-banner p {
    margin: 25px 0 35px;
}

.ssl-destek .inner-page-content-row-2 p {
    font-size: 22px;
    line-height: 26px;
    max-width: 370px;
}

.ssl-destek .inner-page-content-row .illustration{
    width: 58%;
}

/*---------- ssl-destek-2  page -----------*/

.ssl-destek-2 .top-banner h1 {
    font-size: 45px;
}

.ssl-destek-2 .top-banner p {
    margin: 25px 0 35px;
}

.ssl-destek-2 .inner-page-content-row-2 p {
    font-size: 22px;
    line-height: 26px;
    max-width: 370px;
}

.ssl-destek-2 .inner-page-content-row .illustration{
    width: 58%;
}

.ssl-destek-2 .text-block{
    width: 30%;
    margin-right: 3%;
    margin-top: 25px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    height: 210px;
    overflow: hidden;
    transition: all 0.3s;
    padding-bottom: 115px;
}
.ssl-destek-2 .text-block.open {height: auto;} 

.ssl-destek-2 .text-block h3{
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 17px;
}

.ssl-destek-2 .text-block .reed-more{
    color: #35a1d4;
    cursor: pointer;
    position: absolute;
    bottom: 95px;
    left: 0;
    z-index: 2;
}

.ssl-destek-2 .text-block:after{
    content: "";
    background-color: #f9fafe;
    width: 100%;
    height: 125px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ssl-destek-2 .text-block.expanded{
    height: auto;
}

.ssl-destek-2 .text-block.expanded:after{
    content: none;
}

.ssl-destek-2 .text-block.expanded .reed-more{
    position: relative;
    bottom: inherit;
}

.ssl-destek-2 .text-block.expanded{
    overflow: visible;
}

.ssl-destek-2 .text-block.expanded p{
    background-color: #f9fafe;
    word-wrap: break-word;
}



/*---------- endpoint  page -----------*/

.endpoint .inner-page-content-row-2 .cell{
    text-align: center;
    padding: 0 20px;
    vertical-align: top;
    max-width: 33%;
    box-sizing: border-box;
}

.endpoint .inner-page-content-row-2 .cell:before{
    content: "";
    width: 100%;
    height: 90px;
    display: inline-block;
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-product-logos-set-1.png') no-repeat center 15px transparent;
}

.endpoint .inner-page-content-row-2 .cell.block-2:before{
    background-position: center -105px;
}

.endpoint .inner-page-content-row-2 .cell.block-3:before{
    background-position: center -230px;
}

.endpoint .inner-page-content-row-2 h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 55px;
}

.endpoint .inner-page-content-row-2 p{
    min-height: 160px;
}

.endpoint .inner-page-content-row-3 .large{
    font-size: 30px;
    line-height: 42px;
    color: #777777;
    font-weight: 500;
}

.endpoint .inner-page-content-row-3 .small{
    font-size: 14px;
}


.endpoint .inner-page-content-row-3 a{
    color: #03a1d4;
    font-size: 18px;
    text-decoration: none;
}

.endpoint .inner-page-content-row-3 .illustration{
    width: 50%;
}

/*---------- ev-multi-domain-ssl  page -----------*/

.ev-multi-domain-ssl .top-banner .top-banner-text h1{
    font-size: 45px;
    line-height: 45px;
}

.ev-multi-domain-ssl .inner-page-content-row-2 img{
    float: right;
    margin: 30px 0 30px 20px;
}

/*---------- ev-ssl  page -----------*/

.ev-ssl .top-banner .top-banner-text h1{
    font-size: 45px;
    line-height: 45px;
}

.ev-ssl .inner-page-content-row-2 img{
    float: right;
    margin: 30px 0 30px 20px;
}

/*---------- instant-pro-ssl  page -----------*/

.instant-pro-ssl .top-banner .top-banner-text h1{
    font-size: 45px;
    line-height: 45px;
}

/*---------- hakkimizda  page -----------*/

.hakkimizda .top-banner{
    background: none #d3e5eb;
}

.hakkimizda .top-banner .wrapper {
    vertical-align: bottom;
}

.hakkimizda .top-banner .table{
    min-height: auto;
}

.hakkimizda .top-banner .cell.illustration,
.hakkimizda .top-banner .cell.illustration img {
    vertical-align: bottom;
    text-align: right;
}

.hakkimizda .top-banner .top-banner-text{
    background-image: linear-gradient(to right, #ffffff, transparent);
    padding: 30px 45px;
    border-radius: 6px;
}

.hakkimizda .top-banner .top-banner-text h1{
    font-size: 44px;
    margin-bottom: 10px;
}

.hakkimizda .top-banner .top-banner-text p{
    margin: 0;
    font-size: 20px;
}

.hakkimizda .inner-page-content-row h2{
    text-align: left;
    font-size: 22px;
}

.hakkimizda .list-style-disc{
    padding: 0 0 0 60px;
}

.hakkimizda .list-style-disc li{
    color: #505050;
    line-height: 26px;
    margin: 0 0 20px;
}

.hakkimizda .list-style-disc li li{
    margin: 0;
}

.hakkimizda h2.journalregular-font {
    font-family: "journalregular";
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
}

.hakkimizda img.map-img{
    width: 100%;
    height: auto;
}

/*---------- sertifika-yoneticisi  page -----------*/

.sertifika-yoneticisi .top-banner .wrapper {
    vertical-align: bottom;
}

.sertifika-yoneticisi .top-banner .cell.illustration,
.sertifika-yoneticisi .top-banner .cell.illustration img {
    vertical-align: bottom;
    text-align: right;
}

.sertifika-yoneticisi .inner-page-content-row .cell:first-child{
    width: 56%;
}

.sertifika-yoneticisi .inner-page-content-row .align-left{
    text-align: left;
}

.sertifika-yoneticisi .inner-page-content-row .large{
    font-size: 30px;
    line-height: 42px;
    color: #777777;
    font-weight: 500;
}

/*---------- referanslar  page -----------*/

.referanslar .top-banner .table{
    min-height: auto;
}

.referanslar .top-banner{
    background: none #d3e5eb;
}

.referanslar .top-banner .top-banner-text{
    background-image: linear-gradient(to right, #ffffff, transparent);
    padding: 30px 45px;
    border-radius: 6px;
}

.referanslar .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}

.referanslar .inner-page-content-row .wrapper{
    text-align: justify;	
}

.referanslar .reference-logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}

/*------- securebox page --------*/

.securebox .icon-style{
    display: inline-block;
    margin: 0 40px 0 0;
}

.securebox .icon-style li{
    font-size: 18px;
    margin: 24px 0 24px 0;
    width: 100%;
    float: left;
    clear: both;
    line-height: 40px;
}

.securebox .icon-style li:before{
    content: "";
    float: left;
    width: 40px;
    height: 40px;
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/icons-set-1.png') no-repeat center 0 #8cc641;
    margin-right: 22px;
}

.securebox .icon-style li.feature1:before{
    background-position: center 4px;
}

.securebox .icon-style li.feature2:before{
    background-position: center -138px;
}

.securebox .icon-style li.feature3:before{
    background-position: center -283px;
}

.securebox .icon-style li.feature4:before{
    background-position: center -440px;
}

.securebox .icon-style li.feature5:before{
    background-position: center -40px;
}

.securebox .icon-style li.feature6:before{
    background-position: center -186px;
}

.securebox .icon-style li.feature7:before{
    background-position: center -334px;
}

.securebox .icon-style li.feature8:before{
    background-position: center -487px;
}

.securebox .icon-style li.feature9:before{
    background-position: center -93px;
}

.securebox .icon-style li.feature10:before{
    background-position: center -234px;
}

.securebox .icon-style li.feature11:before{
    background-position: center -390px;
}

.securebox .icon-style li.feature12:before{
    background-position: center -537px;
}

.securebox .inner-page-content-row-3 .cell.text h2{
    font-size: 54px;
    line-height: 64px;
}

/*-------- geekbuddy -------*/

.geekbuddy{

}

.geekbuddy .top-banner .wrapper {
    vertical-align: bottom;
}

.geekbuddy .top-banner .cell.illustration,
.geekbuddy .top-banner .cell.illustration img {
    vertical-align: bottom;
    text-align: right;
}

.geekbuddy .top-banner-text .phone{
    color: #eb1c29;
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/phone-icon.png') no-repeat 0 center transparent;
    padding: 0 0 0 25px;
    left: 48%;
    position: relative;
}

.geekbuddy .top-banner-text .btn{
    float: left;
    margin: 10px 28px 35px 0;
}

.geekbuddy .inner-page-content-row-2 .feature-block{
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    padding: 0 2%;
}

.geekbuddy .inner-page-content-row-2 .feature-block:before{
    content: "";
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/icons-set-2.png') no-repeat center 0 transparent;
    width: 160px;
    height: 110px;
    display: inline-block;
}

.geekbuddy .inner-page-content-row-2 .feature-block-2:before{
    background-position: center -180px;
}

.geekbuddy .inner-page-content-row-2 .feature-block-3:before{
    background-position: center -340px;
}

.geekbuddy .inner-page-content-row-2 .feature-block-4:before{
    background-position: center -516px;
}

.geekbuddy .inner-page-content-row-2 .feature-block h3{
    color: #5a8698;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 10px;
}

.geekbuddy .inner-page-content-row-2 .feature-block p{
    color: #666;
    font-size: 13px;
    line-height: 20px;
}

.geekbuddy .list-style-disc li:before{
    top: 10px;
}

.geekbuddy .list-style-disc li{
    margin: 0 0 5px;
}

.geekbuddy .inner-page-content-row-3 .large{
    font-size: 20px;
    line-height: 26px;
}

.geekbuddy .inner-page-content-row-3{
    padding-bottom: 0;
}

.geekbuddy .inner-page-content-row-3 .illustration img {
    vertical-align: bottom;
}

.geekbuddy .inner-page-content-row-4 .row:nth-child(even) .cell{
    background-color: #f7f7f7;
}

.geekbuddy .inner-page-content-row-4 .cell {
    text-align: center;
    padding: 15px 1%;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 5px solid #fff;
}

.geekbuddy .inner-page-content-row-4 .cell:first-child {
    text-align: left;
}

.geekbuddy .inner-page-content-row-4 .gb-pro:before,
.geekbuddy .inner-page-content-row-4 .gb-complete:before{
    content: "";
    display: inline-block;
    width: 105px;
    height: 105px;
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/comodo-icons-1.png') no-repeat 0 center transparent;
}

.geekbuddy .inner-page-content-row-4 .gb-complete:before{
    background-position:  right center;
}

.geekbuddy .inner-page-content-row-4 h2{
    font-size: 24px;
    line-height: 24px;
}

.geekbuddy .inner-page-content-row-4 h2 b{
    font-weight: 700;
}

.geekbuddy .inner-page-content-row-4 p{
    color: #505050;
    margin: 0;
}

.blue-check{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/list-style-5.png') no-repeat center center transparent;
    width: 21px;
    height: 45px;
    display: inline-block;
}

.geekbuddy .inner-page-content-row-4 .cell{
    display: table-cell;
}

.geekbuddy .inner-page-content-row-4 .row{
    display: table-row;
}

.geekbuddy .inner-page-content-row-4 .table{
    display: table;
}

/*-------  basin  --------*/

.basin .top-banner .table{
    min-height: auto;
}

.basin .top-banner{
    background: none #d3e5eb;
}

.basin .top-banner .top-banner-text{
    background-image: linear-gradient(to right, #ffffff, transparent);
    padding: 30px 45px;
    border-radius: 6px;
}

.basin .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}

.basin .inner-page-content-row {
    padding: 0 0 70px;
}

.basin .tabs-content,
.basin .tabs-links{
    position: relative;
    display: inline-block;
    width: 100%;
}

.basin .tabs-content .tab{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 40px;
}

.basin .tabs-content .tab:first-child{
    position: relative;
    visibility: visible;
}

.basin .tabs-content .tab:first-child{
    display: block;
}

.basin .tabs-content .tab.hidden{
    visibility: hidden;
}

.basin .tabs-links li{
    float: left;
    width: 50%;
}

.basin .tabs-links li a{
    display: inline-block;
    width: 100%;
    background-color: #d6d6d6;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.basin .tabs-links li a.active{
    background-color: #fff;
}

.basin .tabs-links li a.active:before{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #00b9ff;
    top: 0;
    left: 0;
    position: absolute;
}

.basin .office{
    display: inline-block;
}

.basin .office:first-child{
    margin-right: 210px;
}

.basin .tab .table{
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}

.basin .tab .table form{
    display: inline;
}

.basin .tab .table.even-odd-style .row:nth-child(even){
    background-color: #fafdfe;
}

.basin .tab .table.even-odd-style .row:nth-child(odd) .cell:nth-child(2){
    background-color: #eaebff;
}

.basin .tab .table.even-odd-style .row.blue,
.basin .tab .table.even-odd-style .row.blue .cell{
    background-color: #00b9ff !important;
    color: #fff;
    font-weight: 600;
}

.basin .tab .table.even-odd-style .row .cell{
    border-bottom: 1px solid #eeeeee;
}

.basin .tab .table.even-odd-style .row .cell:first-child{
    font-weight: 400;
}

.basin .tab a{
    text-decoration: none;
    color: #35a1d4;
}

.basin .tab .table .cell{
    padding: 7px 12px;
}

.basin .tab .office{
    font-size: 14px;
}

.basin .tab .office h3{
    padding: 0 0 0 60px;
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/country-icons-set.png') no-repeat 0 0 transparent;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
}

.basin .tab .office.usa h3{
    background-position: 0 -53px;
}

.basin .tab .table .cell.align-right{
    text-align: right;
}

.basin .tab .top-down-select-arrows{
    float: right;
}

.basin .tab .top-down-select-arrows .select-arrow{
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    cursor: pointer;
    margin: 2px;
    opacity: 0.5;
}

.basin .tab .top-down-select-arrows .select-arrow:hover{
    opacity: 1;
}

.basin .tab .top-down-select-arrows .top-select-arrow{
    border-bottom: 6px solid #fff;
}

.basin .tab .top-down-select-arrows .down-select-arrow{
    border-top: 6px solid #fff;
}

.basin .tab .top-down-select-arrows.one-arrow .select-arrow{
    margin: 10px 2px 2px;
}

.basin .tab .left-right-select-arrows{
    float: right;
}

.basin .tab .left-right-select-arrows .select-arrow{
    width: 19px;
    height: 19px;
    background-color: #999999;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.basin .tab .left-right-select-arrows .select-arrow:before{
    content: "";
    display: inline-block;
    position: relative;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: 0.5;
}

.basin .tab .left-right-select-arrows .select-arrow:hover:before{
    opacity: 1;
}

.basin .tab .left-right-select-arrows .select-arrow.left-select-arrow:before{
    border-right: 7px solid #fff;
}

.basin .tab .left-right-select-arrows .select-arrow.right-select-arrow:before{
    border-left: 7px solid #fff;
}

.basin table.stylized th{
	background-color: #00b9ff !important;
}



/*----------  hackerproof  ----------*/

.hackerproof .list-style-disc li{
    margin-bottom: 20px;
}

.hackerproof .list-style-disc li:nth-child(odd){
    color: #63a536;
}

.hackerproof .list-style-disc li:before {
    top: 10px;
}

.hackerproof .list-style-disc li:nth-child(odd):before {
    background-color: #63a536;
}

/*----------  kariyer  ----------*/

.kariyer .top-banner .table{
    min-height: auto;
}

.kariyer .top-banner{
    background: none #d3e5eb;
}

.kariyer .top-banner .top-banner-text{
    background-image: linear-gradient(to right, #ffffff, transparent);
    padding: 30px 45px;
    border-radius: 6px;
}

.kariyer .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}

.kariyer .top-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.kariyer .inner-page-content-row h2{
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.kariyer .inner-page-content-row .medium{
    font-weight: 500;
}

.kariyer .inner-page-content-row a{
    text-decoration: none;
}

/*-------   ssl-sertifikalar   --------*/

.ssl-sertifikalar .top-banner .table{
    min-height: auto;
}

.ssl-sertifikalar .top-banner{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/ssl-sertifikalar-page-top-banner-bg.jpg') no-repeat center center #d3e5eb;
}

.ssl-sertifikalar .top-banner .top-banner-text{
    background-image: linear-gradient(to right, #ffffff, transparent);
    padding: 30px 45px;
    border-radius: 6px;
}

.ssl-sertifikalar .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}

.ssl-sertifikalar .top-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.ssl-sertifikalar .top-banner{
    background-size: cover;
    border-bottom: 0 none;
}

.ssl-sertifikalar .inner-page-content-row h2{
    text-align: left;
}

.ssl-sertifikalar .inner-page-content-row h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 60px 0 0;
}


/*---------  kurumsal-urunler  ---------*/

.kurumsal-urunler .top-banner .table{
    min-height: auto;
}

.kurumsal-urunler .top-banner{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/kurumsal-urunler-page-top-banner-bg.jpg') no-repeat center center #d3e5eb;
}

.kurumsal-urunler .top-banner .top-banner-text{
    background-image: linear-gradient(to right, #ffffff, transparent);
    padding: 30px 45px;
    border-radius: 6px;
}

.kurumsal-urunler .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}

.kurumsal-urunler .top-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.kurumsal-urunler .top-banner{
    background-size: cover;
    border-bottom: 0 none;
}


/*---------  kisisel-urunler  -----------*/

.kisisel-urunler .top-banner .table{
    min-height: auto;
}

.kisisel-urunler .top-banner{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/kisisel-urunler-page-top-banner-bg.jpg') no-repeat center center #d3e5eb;
}

.kisisel-urunler .top-banner .top-banner-text{
    background-image: linear-gradient(to right, #ffffff, transparent);
    padding: 30px 45px;
    border-radius: 6px;
}

.kisisel-urunler .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}

.kisisel-urunler .top-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.kisisel-urunler .top-banner{
    background-size: cover;
    border-bottom: 0 none;
}

.kisisel-urunler .inner-page-content-row h2{
    text-align: left;
}

.kisisel-urunler .inner-page-content-row h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 60px 0 0;
}

/*---------  ucretsiz-urunler  -----------*/

.ucretsiz-urunler .top-banner .table{
    min-height: auto;
}

.ucretsiz-urunler .top-banner{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/ucretsiz-urunler-page-top-banner-bg.jpg') no-repeat center center #d3e5eb;
}

.ucretsiz-urunler .top-banner .top-banner-text{
    background-image: linear-gradient(to right, #ffffff, transparent);
    padding: 30px 45px;
    border-radius: 6px;
}

.ucretsiz-urunler .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}

.ucretsiz-urunler .top-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.ucretsiz-urunler .top-banner{
    background-size: cover;
    border-bottom: 0 none;
}

/*-------------- iletisim ---------------*/

.iletisim .top-banner .table{
    min-height: auto;
}

.iletisim .top-banner{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/iletisim-page-top-banner-bg.jpg') no-repeat center center #d3e5eb;
}

.iletisim .top-banner .top-banner-text{
    background-image: linear-gradient(to right, #ffffff, transparent);
    padding: 30px 45px;
    border-radius: 6px;
}

.iletisim .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}

.iletisim .top-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.iletisim .top-banner{
    background-size: cover;
    border-bottom: 0 none;
}

.iletisim .office{
    font-size: 14px;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    box-sizing: border-box;
}

.iletisim .office h3{
    padding: 0 0 0 60px;
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/country-icons-set.png') no-repeat 0 0 transparent;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
}

.iletisim .office.usa h3{
    background-position: 0 -53px;
}

.iletisim .geekbuddy{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/geekbuddy.png') no-repeat 0 0 transparent;
    padding: 15px 0 15px 115px;
}

.iletisim .block-large{
    width: 42%;
    padding: 0 117px 50px 0;
    min-height: 172px;
    vertical-align: bottom !important;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

.iletisim .block-large.iletisime{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/sales-support-bg.jpg') no-repeat right bottom transparent;
    margin-right: 15%;
}

.iletisim .block-large.destek{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/product-support-bg.jpg') no-repeat right bottom transparent;
}

.iletisim .block-large h3{
    font-size: 26px;
    margin: 5px 0 10px;
    line-height: 30px;
}

.iletisim .button.grey {
    background-color: #c7c6c7;
    background-image: linear-gradient(to top, #b7b7b7, #dbdbdb);
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px #7c7e7f;
    text-transform: uppercase;
    min-width: 160px;
    border: 1.5px solid #b6b6b6;
    border-radius: 3px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}  

.iletisim .button.grey:hover {
    background-color: #c7c6c7;
    background-image: linear-gradient(to bottom, #b7b7b7, #dbdbdb);
} 

.iletisim .line{
    border-top: 1px solid #e5e5e5;
    margin: 40px 0 60px;
}

.iletisim .office a{
    text-decoration: none;
    color: #35a1d4;
}

/*---------  korugan  -----------*/

.korugan .top-banner .btn-orange{
    margin-right: 20px;
}

.korugan .feature{
    vertical-align: top;
    display: inline-block;
    width: 43%;
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0;
}

.korugan .feature:nth-child(odd){
    margin-right: 12%;
}

.korugan .feature h3{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/icons-set-3.png') no-repeat 0 5px transparent;
    height: 70px;
    padding: 0 0 0 73px;
    color: #40adec;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    vertical-align: middle;
    display: table-cell;
}

.korugan .feature2 h3{
    background-position: 0 -90px;
}

.korugan .feature3 h3{
    background-position: 0 -185px;
}

.korugan .feature4 h3{
    background-position: 0 -278px;
}

.korugan .feature5 h3{
    background-position: 0 -373px;
}

.korugan .feature6 h3{
    background-position: 0 -468px;
}

.korugan .feature7 h3{
    background-position: 0 -563px;
}

.korugan .feature8 h3{
    background-position: 0 -660px;
}

.korugan .feature p{
    margin: 10px 0;
}

.korugan .korugan-table-1 .cell{
    border: 2px solid #fff;
    text-align: center;
    padding: 25px 12px;
    font-size: 16px;
    color: #505050;
}

.korugan .korugan-table-1 .row:first-child .cell{
    color: #333;
    font-weight: 400;
}

.korugan .korugan-table-1 .row .cell:first-child{
    text-align: left;
    padding: 12px;
    font-size: 16px;
}

.korugan .korugan-table-1 .row:nth-child(even) .cell{
    background-color: #f7f7f7;
}

.korugan .korugan-table-1 .small-font .cell{
    font-size: 10px;
    padding: 10px 0;
}

/*-------------- cis ---------------*/

.cis .top-banner .table{
    min-height: auto;
}

.cis .top-banner{
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/cis-page-top-banner-bg.jpg') no-repeat center center #d3e5eb;    
    background-size: cover;
    border-bottom: 0 none;
}

.cis .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
}

.cis .top-banner .btn {
    margin-top: 20px;
}

.cis .top-banner p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}

.cis .top-banner .top-banner-text {
    max-width: 535px;
}

.cis .btn-green-flat{
    margin-right: 30px; 
}

.cis .inner-page-content-row-1 h2,
.cis .inner-page-content-row-2 h2{
    text-align: left;
}


.cis .inner-page-content-row-3 .feature-block{
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    padding: 0 2%;
    margin-top: 30px;
}

.cis .inner-page-content-row-3 .feature-block:before{
    content: "";
    background: url('/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/icons-set-4.png') no-repeat center 0 transparent;
    width: 160px;
    height: 100px;
    display: inline-block;
}

.cis .inner-page-content-row-3 .feature-block-2:before{
    background-position: center -110px;
}

.cis .inner-page-content-row-3 .feature-block-3:before{
    background-position: center -231px;
}

.cis .inner-page-content-row-3 .feature-block-4:before{
    background-position: center -363px;
}

.cis .inner-page-content-row-3 .feature-block-5:before{
    background-position: center -470px;
}

.cis .inner-page-content-row-3 .feature-block-6:before{
    background-position: center -588px;
}

.cis .inner-page-content-row-3 .feature-block-7:before{
    background-position: center -709px;
}

.cis .inner-page-content-row-3 .feature-block-8:before{
    background-position: center -826px;
}

.cis .inner-page-content-row-3 .feature-block h3{
    color: #444444;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
}

.cis .inner-page-content-row-3 .feature-block p{
    color: #505050;
    font-size: 14px;
    line-height: 20px;
}

.cis .inner-page-content-row-4 .cell{
    border: 2px solid #fff;
    text-align: center;
    padding: 10px 12px;
    font-size: 16px;
    color: #505050;
}

.cis .inner-page-content-row-4 .row:first-child .cell{
    color: #333;
    font-weight: 400;
}

.cis .inner-page-content-row-4 .row .cell:first-child{
    text-align: left;
    font-size: 16px;
}

.cis .inner-page-content-row-4 .row:nth-child(odd) .cell{
    background-color: #f7f7f7;
}

.cis .inner-page-content-row-4 .row:first-child .cell{
    background-color: transparent;
}

.cis .inner-page-content-row-4 .row.title b{
    font-size: 24px;
    font-weight: 700;    
}

.cis .inner-page-content-row-4 .row.title .cell:first-child{
    font-size: 28px;
    padding: 20px 12px;
}

.cis .inner-page-content-row-4 .row:last-child .cell{
    padding: 30px 12px;
}

/*-------------- cav ---------------*/

.cav .top-banner h1 {
    font-size: 45px;
    line-height: 45px;
}

.cav .top-banner p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}

.cav .inner-page-content-row .cell.text h2{
    text-align: center;
    font-size: 34px;
}

.cav .inner-page-content-row-3 .cell:last-child{
    padding-left: 50px;
}

.cav .inner-page-content-row-4 .cell{
    border: 2px solid #fff;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    color: #505050;
    width: 14%;
}

.cav .inner-page-content-row-4 .row:first-child .cell{
    color: #333;
    font-weight: 400;
}

.cav .inner-page-content-row-4 .row .cell:first-child{
    text-align: left;
    font-size: 16px;
    width: auto;
}

.cav .inner-page-content-row-4 .row:nth-child(odd) .cell{
    background-color: #f7f7f7;
}

.cav .inner-page-content-row-4 .row:first-child .cell{
    background-color: transparent;
    padding: 30px 12px;
}

.cav .inner-page-content-row-4 .row.title{   
}

.cav .inner-page-content-row-4 .row.title b{
    font-weight: 700;    
}

.cav .inner-page-content-row-4 .row.title .cell:first-child{
    font-size: 28px;
    padding: 20px 12px;
}

.cav .inner-page-content-row-4 .row:last-child .cell{
    padding: 30px 5px;
}

.cav .buttons-table .cell{
    width: 28%;
}

.cav .buttons-table .cell:first-child{
    width: auto;
}




/*----------- media query -------------*/

@media screen and (min-width: 1920px) {

}

@media screen and (max-width: 960px) {

    .footer-links .wrapper{
        text-align: center;
    }

    .footer-column {
        width: 40%;
        margin-bottom: 30px;
        text-align: left;
    }

    .main-page .content-block .cell img{
        width: 90%;
    }

    .content-block-1 .product-block {
        width: 32%;
        padding: 25px 1%;
    }

    .inner-page-content-row .cell,
    .inner-page-content-row .row,
    .inner-page-content-row .table{
        display: inline-block;
        width: 100%;
    }

    .basin .tab .table{
        display: table;
    }

    .basin .tab .table .row{
        display: table-row;
    }

    .basin .tab .table .row .cell{
        display: table-cell;
    }

    .content .inner-page-content-row .cell.illustration{
        width: 100%;
        text-align: center;
        padding: 5vw 0;
    }

    .endpoint .inner-page-content-row-2 .cell{
        max-width: 340px;
        display: block;
        margin: 0 auto 50px;
    }	

    .sertifika-yoneticisi .inner-page-content-row .cell:first-child{
        width: 100%;
    }

    .cell.product-block:empty{
        display: none;
    }

    .inner-page-content-row .cell.product-block {
        width: 32%;
    }

    .korugan .korugan-table-1 .table{
        display: table;
    }

    .korugan .korugan-table-1 .row{
        display: table-row;
    }

    .korugan .korugan-table-1 .cell{
        display: table-cell;
        width: auto;
    }

    .cis .inner-page-content-row-4 .table{
        display: table;
    }

    .cis .inner-page-content-row-4 .row{
        display: table-row;
    }

    .cis .inner-page-content-row-4 .cell{
        display: table-cell;
        width: auto;
    }

    .cav .inner-page-content-row-4 .table{
        display: table;
    }

    .cav .inner-page-content-row-4 .row{
        display: table-row;
    }

    .cav .inner-page-content-row-4 .cell{
        display: table-cell;
        width: auto;
    }

}

@media screen and (max-width: 768px) {

    .header-main-menu-wrapper .wrapper{
        width: 100%;
    }

    .header-top .header-top-nav {
        display: none;
    }

    .header-main-menu,
    .header-main-menu > ul,
    .header-main-menu > ul > li{
        display: inline-block;
        width: 100%;
        padding: 0;
    }

    .header-main-menu > ul > li{
        border-bottom: 1px solid #ccc;
        position: relative;
    }

    .header-main-menu > ul > li > a{
        padding: 7px 0;
        border: 0;        
    }

    .header-main-menu > ul > li.expandable > a:after{
        content: "";
        width: 40px;
        height: 100%;
        background: url("/National_Library/20161130034600oe_/https://tr.comodo.com/imagesv2/menu-arrow.png") no-repeat center 17px transparent;        
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #ccc;
    }

    .header-main-menu > ul > li:hover > a{
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.33);
    }

    .header-main-menu > ul > li:hover a:after{
        background-position: center -41px;
    }

    .header-main-menu .sub-nav{
        position: relative;
        margin: 0;
        border-top: 2px solid #f2f2f2;
    }

    .header-main-menu .sub-nav-column {
        display: block;
        border-right: 0 none;
    }    

    .header-main-menu > ul > li:hover{
        border-top: 0 none;
        padding: 0;
        box-shadow: none;
    }

    .header-main-menu > ul > li:hover a{
        margin-bottom: 0;
        border-right: 0;
        height: auto;
    }

    .header-main-menu > ul > li:hover .sub-nav{
        display: none;	
    }    

    .main-page .content-block .cell img{
        display: none;
    }

    .main-page .content-block .cell:first-child {
        width: initial;
    }

    .main-page .top-banner .comodo-slider .slide .illustration{
        display: none;
    }

    .main-page .top-banner .comodo-slider .slide,
    .main-page .top-banner .comodo-slider .slide .table{
        min-height: 450px;
        height: 450px;
    }

    .main-page .top-banner .slide-text {
        text-align: center;
    }

    .main-page .top-banner:hover .comodo-slider .controlles .arrows{
        visibility: hidden;
        opacity: 0;
    }
	
	.main-page .top-banner .slide-text p{
		margin-bottom: 30px;
	}

    .content-block-1{
        display: none;
    }

    .ev-multi-domain-ssl .inner-page-content-row-2 img{
        float: none;
        margin: 30px 0 30px 20px;
    }

    .geekbuddy .inner-page-content-row-2 .feature-block{
        width: 49%;
    }

    .cis .inner-page-content-row-3 .feature-block{
        width: 49%;
    }

    .top-banner .cell{
        width: 100%;
        text-align: center;
    }
	
	.inner-page .top-banner .cell{
        display: inline-block;
    }

    .top-banner .illustration img{
        display: none;
    }

    .geekbuddy .top-banner-text .phone {
        padding: 0;
        left: initial;
    }

    .geekbuddy .top-banner-text .btn {
        float: none;
    }



    .inner-page-content-row .cell.product-block {
        display: block;
        margin: 0 auto;
        width: 60%;
    }

    .iletisim .office {
        width: 100%;
        margin-bottom: 50px;
    }

    .iletisim .block-large {
        width: 70%;
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 640px) {

    .footer-column {
        width: 60%;
    }

    .inner-page-content-row .cell.product-block {
        width: 80%;
    }

    .iletisim .block-large {
        width: 90%;
        margin-bottom: 50px;
    }

    .korugan .content .feature{
        width: 80%;
        margin: 20px auto;
        display: block;
    }

}    

