@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700,900&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,300,600&subset=latin,latin-ext);
/*@import url(http://fonts.googleapis.com/css?family=Satisfy);*/
@import url('../js/royalslider/royalslider.css');
@import url('mainmenu.css');
@import url('inner-pages.css');
@import url('product-inner-pages.css');
@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;

}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #e51937;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e51937;
    color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author: Aslan Unal aslan.unal@comodo.com
   ========================================================================== */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: #aaaaaa;
}

:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaaaaa;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e51937;
    z-index: 99999;
}

#status {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spin 1.1s infinite linear;
    animation: spin 1.1s infinite linear;
}

#status,
#status:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
figure {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
/*p{
    text-align: justify;
}*/
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #eb212e;
    outline: 0 !important;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

strong,
b {
    font-weight: 700;
}
/*
    Source Sans Pro
    300 - light
    600 - semibold
    700 - bold
    900 - ultrabold

    Open Sans
    300 - light
    600 - semibold
    700 - bold

    
    Satisfy 
    400 - regukar

*/

#wrapper {
    float: left;
    width: 100%;
    height: 100%;
}

.middle {
    /*position: relative;*/
    width: 1240px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

#header {
    float: left;
    position: relative;
    z-index: 999;
    width: 100%;
    background: #fff;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

#logo {
    position: relative;
    width: 138px;
    height: 41px;
    margin: 40px 0 0 0;
    float: left;
    background: url('../imagesv2/logo.png') no-repeat;
}

#logo a {
    float: left;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#header .right {
    float: right;
    /*width: 396px;*/
    width: 725px;
    margin: 23px 0 9px 0;
}

#header .right .block {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

#header .right .search {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    color: #b5c5cb;
    font-weight: italic;
    float: right;
    width: 250px;
    height: 30px;
    border: 1px solid #E1E6E8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

#header .right .search input[type="text"] {
    width: 100%;
    outline: none;
    border: 0;
    padding: 6px 35px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 10px;
    font-size: 12px;
    height: 21px;
    *behavior: url("boxsizing.htc");
}

#header .right .search input[type="submit"] {
    background: url("../imagesv2/sprite.png") no-repeat 0 0 transparent;
    border: medium none;
    color: transparent;
    width: 18px;
    height: 19px;
    position: absolute;
    right: 5px;
    top: 5px;
    outline: none;
    opacity: .5;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#header .right .search input[type="submit"]:hover {
    opacity: 1;
}

#header .right .lang,
.footer .lang {
    position: relative;
    z-index: 3;
    margin-left: 10px;
    font-size: 12px;
    color: #b5c5cb;
    float: left;
    width: 136px;
    height: 30px;
    border: 1px solid #E1E6E8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

.footer .lang {
    float: right;
    border: 0;
}

#header .right .lang a,
.footer .lang a {
    color: #b5c5cb;
    font-weight: 300;
    font-size: 12px;
    display: block;
}

#header .right .lang a:hover,
.footer .lang a:hover {
    color: #a2a6a7;
}

#header .right .lang .current,
.footer .lang .current {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

#header .right .lang .current:before,
.footer .lang .current:before {
    content: '';
    float: left;
    margin: 12px 5px 0 0;
    width: 5px;
    height: 3px;
    background: url("../imagesv2/sprite.png") no-repeat -18px 0 transparent;
}

#header .right .lang .current.selected:before,
.footer .lang .current.selected:before {
    margin: 11px 5px 1px 0;
    background-position: -18px -3px;
}

#header .right .lang .current a,
.footer .lang .current a {
    line-height: 25px;
}

#header .right .lang .current .flag,
.footer .lang .current .flag {
    float: right;
    width: 25px;
    height: 23px;
}

#header .right .lang .current .flag.us,
.footer .lang .current .flag.us {
    background: url("../imagesv2/flags/north-america-flag.png") no-repeat;
}

#header .right .lang ul,
.footer .lang ul {
    display: none;
    position: absolute;
    top: 27px;
    left: -1px;
    background: #fff;
    width: 100%;
    border: 1px solid #E1E6E8;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.footer .lang ul {
    top: auto;
    bottom: 27px;
}
.footer .seal-wrap {
    margin-top: 15px;
}
.footer .seal-wrap .seal {
    float: left;
    width: 44px;
}

#header .right .lang ul li,
.footer .lang ul li {
    border-bottom: 1px solid #E1E6E8;
}

#header .right .lang ul li:last-child,
.footer .lang ul li:last-child {
    border-bottom: 0;
}

#header .right .lang ul li a,
.footer .lang ul li a {
    padding: 3px 5px;
}

#header .right .contact-chat {
    position: relative;
    z-index: 1;
    font-size: 14px;
    float: right;
}

#header .right .contact-chat ul li {
    list-style: none;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #ededed;
}
#header .right .contact-chat ul li:last-child {
    border-right: none;
}
#header .right .contact-chat span {
    position: relative;
    float: left;
    line-height: 25px;
}

#header .right .contact {
    padding-right: 20px;
}

#header .right .contact-chat a {
    height: 16px;
    padding: 0;
    text-decoration: none;
    color: #187dad;
    font-size: 16px;
}

#header .right .contact-chat a:hover {
    color: #2989b6;
}

#header .right .contact a:before {
    content: '';
    float: left;
    width: 17px;
    height: 13px;
    margin: 7px 10px 0 0;
    background: url("../imagesv2/sprite.png") no-repeat -23px 0 transparent;
}

#header .right .chat {
    padding-left: 16px;
}

#header .right .chat a:before {
    content: '';
    float: left;
    width: 14px;
    height: 13px;
    margin: 7px 10px 0 0;
    background: url("../imagesv2/sprite.png") no-repeat -23px -13px transparent;
}
/*slider */

.home-slider {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    /*height: 550px;*/
    height: auto;
    /*border-bottom: 1px solid #b5c5cb;*/
}

.home-slider .image {
    position: relative;
    z-index: 2;
    float: left;
    margin: 65px 0 56px 0px;
}

.home-slider figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background: #d3e5eb;
}

.home-slider figure:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: url("../imagesv2/slider/whiteBg.png") no-repeat bottom center;
    width: 100%;
    height: 100%;
}

.home-slider .text {
    margin-top: 30px;
    position: relative;
    z-index: 2;
    float: left;
    /*margin-top: 90px;*/
    width: 650px;
    padding: 60px 85px 30px 60px;
    background: url("../imagesv2/slider/figcaptionBg.png") repeat-y right;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

.home-slider .text h2, .home-slider .text h1, .home-slider .text p.sliderTopic {
    font-weight: 600;
    color: #2b3437;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 5px;
    letter-spacing: -1px;
    /*height: 140px;*/
}

.home-slider .text p {
    font-weight: 300;
    color: #88a5ae;
    font-size: 20px;
    line-height: 22px;
    min-height: 40px;
}
.home-slider .text p.dark {
    color: #333;
}

.home-slider .text .btn {
    margin-top: 5px;
}

.home-slider .rsArrow {
    top: 45%;
}

.home-slider .rsArrow:hover {
    opacity: 0.6;
}

.home-slider .rsArrow.rsArrowLeft {
    left: 15px;
}

.home-slider .rsArrow.rsArrowRight {
    right: 15px;
    background-position: 0 -53px;
}
/*home-three-boxes*/
#login_page #logo {
    margin: 40px 0 0;
}
.home-three-boxes {
    float: left;
    width: 100%;
    margin: 35px 0;
    display: table;
}

.home-three-boxes figure {
    position: relative;
    overflow: hidden;
    display: table-cell;
    float: left;
    width: 32.25%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 8px solid #d3e5eb;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

.home-three-boxes figure:nth-child(2) {
    margin: 0 1.62%;
}

.home-three-boxes figure h2, .home-three-boxes figure div.inners {
    display: table;
    width: 101%;
    height: 75px;
    background: #d3e5eb;
    border-right: 1px solid #d3e5eb;
    color: #222222;
    font-size: 24px;
    line-height: 24px;
}

.home-three-boxes figure h2 span, .home-three-boxes figure div.inners span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.home-three-boxes figure h2 strong, .home-three-boxes figure div.inners strong {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.home-three-boxes figure .box-content {
    float: left;
    width: 100%;
}

.home-three-boxes figure .box-content .block {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.home-three-boxes figure .box-content .block-top {
    min-height: 215px;
}

.home-three-boxes figure .box-content .image {
    float: left;
}

.home-three-boxes figure .box-content.rightImage .image {
    float: right;
}

.home-three-boxes figure .box-content .text {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

.home-three-boxes figure .box-content .text p {
    color: #222;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 15px;
}

.home-three-boxes figure .box-content .left {
    width: 60%;
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

.home-three-boxes figure .box-content .right {
    width: 40%;
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

.home-three-boxes figure .box-content .btn {
    padding: 5px !important;
    text-transform: uppercase;
}

.home-three-boxes figure .box-content .btn.arrow span:after {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    margin-top: 0;
}

.home-three-boxes figure .box-content .btn.block {
    width: auto !important;
}

.home-three-boxes figure .box-content .right a {
    font-size: 16px;
    color: #88a5ae;
    line-height: 35px;
    text-decoration: underline;
}

.home-three-boxes figure .box-content .right a:hover {
    color: #69868f;
}

.home-three-boxes figure .box-content .fullbtn {
    width: 100%;
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}
/*home-two-boxes*/

.home-two-boxes {
    float: left;
    width: 100%;
}

.home-two-boxes figure {
    position: relative;
    float: left;
    width: 49%;
}

.home-two-boxes figure:first-child {
    margin-right: 1.62%;
}

.home-two-boxes figure h2, .home-two-boxes figure div.index-box-top {
    position: relative;
    display: table;
    width: 100%;
    background: #d3e5eb;
    color: #222222;
    font-size: 24px;
    line-height: 26px;
    height: 70px;
    padding: 0 30px;
    /*margin-bottom: 20px;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

.home-two-boxes figure h2:after, .home-two-boxes figure div.index-box-top:after {
    top: 100%;
    left: 50%;
    /*border: solid transparent;*/
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(211, 229, 235, 0);
    border-top-color: #d3e5eb;
    border-width: 10px;
    margin-left: -10px;
}

.home-two-boxes figure h2 span, .home-two-boxes figure div.index-box-top span {
    display: table-cell;
    vertical-align: middle;
}

.home-two-boxes figure h3,
.home-two-boxes figure h4 {
    font-size: 20px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 15px;
}

.home-two-boxes figure h4 {
    margin-top: 40px;
}

.home-two-boxes figure .col {
    float: left;
    width: 50%;
}

.home-two-boxes figure .comment {
    float: left;
    width: 100%;
}

.home-two-boxes figure .comment li {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.home-two-boxes figure .comment li .avatar {
    float: left;
    margin-right: 10px;
}

.home-two-boxes figure .comment li .comment-content {
    float: left;
    width: 80%;
}

.home-two-boxes figure .comment li .comment-content h4, .home-two-boxes figure #news-marquee .comment-content h4 {
    margin: 0;
    color: #666666;
    font-size: 14px;
}

.home-two-boxes figure .comment li .comment-content h4 span, .home-two-boxes figure #news-marquee .comment-content h4 span {
    text-transform: uppercase;
    color: #222222;
}

.home-two-boxes figure .comment li .comment-content p {
    color: #666666;
    font-size: 14px;
}
.home-two-boxes figure .box-content #news-marquee {
    height: 200px;
    overflow: hidden;
    margin-left: 30px;
    padding-right: 10px;
} 

/****/
.content_wrapper ul.facts-list {
    list-style: outside none disc;
    padding: 0 15px 20px;
}
/* box list style */

.boxlist li {
    display: block;
    color: #222;
    font-weight: 300;
    font-size: 15px;
    padding: 5px 0 5px 15px;
    background: url('../imagesv2/list-style-bg.png') no-repeat top 11px left;
}

.boxlist li a {
    display: block;
    color: #88a5ae;
}

.boxlist li a:hover {
    color: #647d85;
}
/* content banner */

.contentSlider {
    float: left;
    width: 100%;
    padding: 15px 0;
    background: url("/imagesv2/content/slider-bg.jpg") no-repeat scroll center top #D3E5EB;
    border-bottom: 1px solid #B5C5CB;
    border-top: 1px solid #B5C5CB;
}
.contentSlider.style2 {
    padding:15px 0 0 0;
}
.contentSlider .text {
    float: left;
    width: 50%;
}
.contentSlider.style2 .text {
    margin-top: 30px;
    padding:20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");    
    background: url("/imagesv2/content/slider2textBg.png") repeat-y;
}

.product_page .contentSlider .text div.buy_btn_price {
    font-family: "journalregular";
    background: url(../imagesv2/price-arrow.png) no-repeat 0 bottom;
    font-size: 32px;
    font-weight: 700;
    width: 140px;
    height: 90px;
    color: #666666;
    position: absolute;
    margin: -20px 0 0 300px;
    text-align: center;
}
.contentSlider .image {
    float: left;
    width: 50%;
}
.contentSlider.style2 .image {
    text-align: right;
}

.contentSlider .image img {
    max-width: 100%;
}

.contentSlider .text h1 {
    color: #2B3437;
    font-weight: 300;
    font-size: 45px;
    line-height: 48px;
    padding: 40px 0 20px;
}
.contentSlider.style2 .text h1, .contentSlider.style2 .text .h1-style-topic {
    padding:0 0 10px 0;
    color:#2b3437;
    font-size: 44px;
    font-weight: 600;
    line-height: 40px;
}
.contentSlider .text h1 span {
    display: block;
    font-weight: 600;
}

.contentSlider .text p {
    font-weight: 300;
    font-size: 20px;
    color: #88a5ae;
    line-height: 25px;
}

.contentSlider .text .btngroup {
    float: left;
    width: 100%;
    margin-top: 30px;
	/*width:50%;*/
}

.contentSlider .text .btngroup .btn {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}

.contentSlider .text .btngroup .img {
    float: left;
    width: 50%;
}

.contentSlider .text .btngroup .img img {
    max-width: 100%;
}


/*tab2accordion*/

.contentTab {
    float: left;
    width: 100%;
}

.contentTab .tabHead {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #b5c5cb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc")
}

.contentTab .tabHead ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
    display: table;
    width: 100%;
}

.contentTab .tabHead ul li {
    display: table-cell;
    padding-top: 3px;
}
.contentTab .tabHead ul li.tab-active {
    border-bottom:3px solid #00b9ff;
}

.contentTab .tabHead ul li a {
    display: block;
    border-left: 1px solid #EEEEEE;
    color: #666666;
    display: block;
    font-size: 16px;
    line-height: 44px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none
}
.contentTab .tabHead ul li:first-child a {
    border:0;
}
.contentTab .r-tabs-nav .r-tabs-state-active {
    border-bottom:3px solid #00b9ff;
}
.contentTab .r-tabs-panel {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc")        
    
}

.contentTab .r-tabs .r-tabs-panel {
    padding: 50px 10px;
    display: none;
}

.contentTab .r-tabs .r-tabs-accordion-title {
    display: none;
    border-bottom:1px solid #eee;
    text-transform: uppercase;
}

.contentTab .r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.contentTab .r-tabs-accordion-title.r-tabs-state-active  {
    border-color:#00b9ff;
    background: #00b9ff;
}
.contentTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { 
    color:#fff;
}
.contentTab .r-tabs-anchor {
    color: #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc")    
}

/* tab2accordion general class last */
.contentTab a:before {
    content:'';
    display: inline-block;
/*    width: 20px;
    height: 20px;*/
    margin: 0 5px -4px 0;
}
.contentTab .tabHead ul li a:hover {
    color: #00B9FF;
}
.contentTab a[href="#tab-overview"]:before {
    background: url('/imagesv2/content/product-tabs-bg.png') no-repeat 0 0;
    height: 20px;
    width: 20px;
}

.contentTab a[href="#tab-features"]:before {
    background: url('/imagesv2/content/product-tabs-bg.png') no-repeat 0 -20px;
    height: 20px;
    width: 20px;
}
.contentTab a[href="#tab-faq"]:before {
    background: url('/imagesv2/content/product-tabs-bg.png') no-repeat 0 -40px;
    height: 20px;
    width: 20px;
}
.contentTab a[href="#tab-support"]:before {
    background: url('/imagesv2/content/product-tabs-bg.png') no-repeat 0 -60px;
    height: 20px;
    width: 20px;
}
.contentTab a[href="#tab-system"]:before {
    background: url('/imagesv2/content/product-tabs-bg.png') no-repeat 0 -80px;
    height: 20px;
    width: 20px;
}
/*****/

/*----------------  Normal tab style    -----------------------------------------------------------*/

.normalTab {
	float: left;
	width: 100%;
}

.normalTab .middle {
	padding:0px;
}

.normalTab .tabHead {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #b5c5cb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url("boxsizing.htc");
}

.normalTab .tabHead ul {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
	display: table;
	width: 100%;
}

.normalTab .tabHead ul li {
	display: table-cell;
	padding-top: 3px;
}
.normalTab .tabHead ul li.tab-active {
	border-bottom:3px solid #00b9ff;
}

.normalTab .tabHead ul li a {
	display: block;
	border-left: 1px solid #EEEEEE;
	color: #666666;
	display: block;
	font-size: 16px;
	line-height: 44px;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}
.normalTab .tabHead ul li:first-child a {
	border:0;
}
.normalTab a:before {
	content:'';
	display: inline-block;
	margin: 0 5px -4px 0;
}
.normalTab .tabHead ul li a:hover {
	color: #00B9FF;
}
/*****/

/*---------------   Support tab style   -----------------------------------------------------------*/

#tab-support span.support-title {
/*    color: #111111;*/
    color: #00b9ff;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    padding: 0 0 50px;
    display: block;
}
#tab-support .chat-support span.chat-title {
    font-size: 40px;
    padding: 0;
    color: #333333;
    line-height: 34px;
    padding: 0 0 10px;
    display: block;
}
/****/
/* footer */

.footer {
    float: left;
    width: 100%;
    margin-top: 50px;
    line-height: 25px;
}

.footer-links {
    background-color: #f0f3f5;
    border-bottom: 1px solid #B5C5CB;
    border-top: 1px solid #B5C5CB;
    padding: 30px 0;
}

.footer-links ul li.connect {
    color: #35a1d4;
}

.footer-links a,
.footer-links ul li {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.sotial-links a {
    margin: 0 7px 0 0;
}

.footer-links h2, .footer-links div.list-title {
    color: #2b3437;
    font-size: 12px;
    font-weight: 700;
}

.footer-column {
    float: left;
    width: 20%;
}

.footer-statement {
    color: #666666;
    font-size: 14px;
    line-height: 12px;
    background-color: #2b3437;
    padding: 15px 0;
}

/* buttons type*/
.btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: #fdab41;
    background-image: -webkit-linear-gradient(top, #fdab41, #ca6901);
    background-image: -moz-linear-gradient(top, #fdab41, #ca6901);
    background-image: -ms-linear-gradient(top, #fdab41, #ca6901);
    background-image: -o-linear-gradient(top, #fdab41, #ca6901);
    background-image: linear-gradient(to bottom, #fdab41, #ca6901);
    border: solid #964e01 1px;
    box-shadow: 0px 0px 0px 1px #db6700;
    -moz-box-shadow: 0px 0px 0px 1px #db6700;
    -webkit-box-shadow: 0px 0px 0px 1px #db6700;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 6, 0.31);
}

.btn.small {
    font-size: 16px;
    padding: 10px;
}

.btn.block {
    float: none !important;
    display: block;
    height: auto !important;
}

.btn:after {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    background: #feb11f;
    background-image: -webkit-linear-gradient(top, #feb11f, #ef8109);
    background-image: -moz-linear-gradient(top, #feb11f, #ef8109);
    background-image: -ms-linear-gradient(top, #feb11f, #ef8109);
    background-image: -o-linear-gradient(top, #feb11f, #ef8109);
    background-image: linear-gradient(to bottom, #feb11f, #ef8109);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn:before {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    background: #c76701;
    background-image: -webkit-linear-gradient(top, #c76701, #c76701);
    background-image: -moz-linear-gradient(top, #c76701, #c76701);
    background-image: -ms-linear-gradient(top, #c76701, #c76701);
    background-image: -o-linear-gradient(top, #c76701, #c76701);
    background-image: linear-gradient(to bottom, #c76701, #c76701);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn:hover:after {
    opacity: 1;
}

.btn:active:before {
    opacity: 1;
}

.btn span {
    color: #fff;
    position: relative;
    z-index: 4;
}
/*.btn.arrow {
    padding: 15px 30px 10px 40px;
}*/
.btn.arrow span:after {
    content: '';
    float: right;
    position: relative;
    z-index: 4;
    width: 36px;
    height: 36px;
    margin-left: 5px;
    margin-top: -5px;
    background: url('../imagesv2/btn-arrow.png') no-repeat 0 2px;
}

.btn.blue {
    background: #34b4e7;
    background-image: -webkit-linear-gradient(top, #34b4e7, #3496e5);
    background-image: -moz-linear-gradient(top, #34b4e7, #3496e5);
    background-image: -ms-linear-gradient(top, #34b4e7, #3496e5);
    background-image: -o-linear-gradient(top, #34b4e7, #3496e5);
    background-image: linear-gradient(to bottom, #34b4e7, #3496e5);
    border: solid #54c5ed 1px;
    box-shadow: 0px 0px 0px 1px #8292a6;
    -moz-box-shadow: 0px 0px 0px 1px #8292a6;
    -webkit-box-shadow: 0px 0px 0px 1px #8292a6;
}

.btn.blue:after {
    background: #66c3e9;
    background-image: -webkit-linear-gradient(top, #66c3e9, #65a5e7);
    background-image: -moz-linear-gradient(top, #66c3e9, #65a5e7);
    background-image: -ms-linear-gradient(top, #66c3e9, #65a5e7);
    background-image: -o-linear-gradient(top, #66c3e9, #65a5e7);
    background-image: linear-gradient(to bottom, #66c3e9, #65a5e7);
}

.btn.blue:before {
    background: #577c91;
    background-image: -webkit-linear-gradient(top, #577c91, #577c91);
    background-image: -moz-linear-gradient(top, #577c91, #577c91);
    background-image: -ms-linear-gradient(top, #577c91, #577c91);
    background-image: -o-linear-gradient(top, #577c91, #577c91);
    background-image: linear-gradient(to bottom, #577c91, #577c91);
    border: solid #577c91 1px;
    box-shadow: 0px 0px 0px 1px #7698a9;
    -moz-box-shadow: 0px 0px 0px 1px #7698a9;
    -webkit-box-shadow: 0px 0px 0px 1px #7698a9;
}

.btn.silver {
    font-weight: 400;
    background: #d7d7d7;
    background-image: -webkit-linear-gradient(top, #d7d7d7, #b7b7b7);
    background-image: -moz-linear-gradient(top, #d7d7d7, #b7b7b7);
    background-image: -ms-linear-gradient(top, #d7d7d7, #b7b7b7);
    background-image: -o-linear-gradient(top, #d7d7d7, #b7b7b7);
    background-image: linear-gradient(to bottom, #d7d7d7, #b7b7b7);
    border: solid #b2b2b2 1px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn.silver:after {
    background: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #e9e9e9, #cecece);
    background-image: -moz-linear-gradient(top, #e9e9e9, #cecece);
    background-image: -ms-linear-gradient(top, #e9e9e9, #cecece);
    background-image: -o-linear-gradient(top, #e9e9e9, #cecece);
    background-image: linear-gradient(to bottom, #e9e9e9, #cecece);
}

.btn.silver:before {
    background: #b7b7b7;
    background-image: -webkit-linear-gradient(top, #b7b7b7, #8e8e8e);
    background-image: -moz-linear-gradient(top, #b7b7b7, #8e8e8e);
    background-image: -ms-linear-gradient(top, #b7b7b7, #8e8e8e);
    background-image: -o-linear-gradient(top, #b7b7b7, #8e8e8e);
    background-image: linear-gradient(to bottom, #b7b7b7, #8e8e8e);
    border: solid #7f7f7f 1px;
}
.btn.green {
    background: #A2CB3D;
    background-image: -webkit-linear-gradient(top, #A2CB3D, #8db629);
    background-image: -moz-linear-gradient(top, #A2CB3D, #8db629);
    background-image: -ms-linear-gradient(top, #A2CB3D, #8db629);
    background-image: -o-linear-gradient(top, #A2CB3D, #8db629);
    background-image: linear-gradient(to bottom, #A2CB3D, #8db629);
    border: solid #779a22 1px;
    box-shadow: 0px 0px 0px 1px #8292a6;
    -moz-box-shadow: 0px 0px 0px 1px #8292a6;
    -webkit-box-shadow: 0px 0px 0px 1px #8292a6;
}

.btn.green:after {
    background: #abd641;
    background-image: -webkit-linear-gradient(top, #abd641, #9ecc2b);
    background-image: -moz-linear-gradient(top, #abd641, #9ecc2b);
    background-image: -ms-linear-gradient(top, #abd641, #9ecc2b);
    background-image: -o-linear-gradient(top, #abd641, #9ecc2b);
    background-image: linear-gradient(to bottom, #abd641, #9ecc2b);
}

.btn.green:before {
    background: #789157;
    background-image: -webkit-linear-gradient(top, #789157, #789157);
    background-image: -moz-linear-gradient(top, #789157, #789157);
    background-image: -ms-linear-gradient(top, #789157, #789157);
    background-image: -o-linear-gradient(top, #789157, #789157);
    background-image: linear-gradient(to bottom, #789157, #789157);
    border: solid #7a9157 1px;
    box-shadow: 0px 0px 0px 1px #7698a9;
    -moz-box-shadow: 0px 0px 0px 1px #7698a9;
    -webkit-box-shadow: 0px 0px 0px 1px #7698a9;
}
.btnFBlue {
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: #e9edf7;
    border: solid #8ea9b1 1px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    padding: 15px 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btnFBlue:hover {
    background: #d6dae5;
}

.btnFBlue:active {
    background: #c5cad8;
}

.btnFBlue.block {
    float: none !important;
    display: block;
    height: auto !important;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    /* IE6-9 */
    
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Google Chrome Canary */
    
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0.7;
    zoom: 1;
}

.grayscale:hover {
    filter: none;
    /* Applies to FF + IE */
    
    -webkit-filter: grayscale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

@-moz-document url-prefix() {
    .grayscale {
        opacity: 1;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*Clearfix: contain floats*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}
p.handwrited {
	/*font-family: 'Satisfy', cursive;*/
        font-family: 'Open Sans', cursive;
	font-size: 24px;
	color: #00b9ff;
	text-align: center;
	padding-bottom: 60px;
        /*padding-top: 40px;*/
        font-style: italic;
}
/***** Partners *****/
#partners .simply-scroll-container { 
	position: relative;
}
#partners .simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
#partners .simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#partners .simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#partners .simply-scroll-list li img {
	border: none;
	display: block;
}
#partners .simply-scroll { 
	max-width: 1020px;
	margin-bottom: 1em;
}
#partners .simply-scroll .simply-scroll-clip {
	width: 1020px;
}
#partners .simply-scroll .simply-scroll-list li {
	float: left;
}
#partners .current-partners-logos{
    float: right;
    padding: 25px 10px 0 0;
}
#partners .btn.silver {
    padding-right: 25px;
    padding-left: 25px;
}
/***** Search-results ****/
#search-results .search-title, #search-results .search-world {
    color: #00B9FF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 40px;
    padding: 0 0 30px;
}

#search-results .search-world {
    font-weight: 600;
}
#search-results .search-result h3 {
    color: #333333;
    font-size: 30px;
    line-height: 35px;
    padding: 20px 0;
}
#search-results .search-result {
    display: inline-block;
    margin: 0 55px 10px 0;
    text-align: left;
    width: 560px;
}

#search-results .search-result a {
    display: inline-block;
    padding: 15px 0 0;
}

#search-results .bottom-sort-menus {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    display: inline-block;
    line-height: 50px;
    margin: 27px 0 0;
    width: 100%;
}

/***resources/ecommerce/low-assurance-explanation.php***/
#low-assurance-explanation .contentSlider .text h1 {
    margin:-25px 0 0 0;
    position:absolute;
    z-index:150;
    font-size: 30px;
}
#low-assurance-explanation h2.hed {
    font-size:24px;
    line-height: 22px;
    padding-bottom: 10px;
    text-align: left;
}
/***resources/ecommerce/SSL-analysis.php***/
#resources-ecommerce-ssl-analysis .contentSlider .text h1 {
    margin:-25px 0 0 0;
    position:absolute;
    z-index:150;
}

#resources-ecommerce-ssl-analysis p.italic-blue{
    color: #00B9FF;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    line-height: 25px;
}

#resources-ecommerce-ssl-analysis p.italic-blue{
    background: url("../../imagesv2/drops.png") no-repeat scroll center top transparent;
    padding: 25px 0 0;
}

#resources-ecommerce-ssl-analysis .name {
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0 70px;
    text-align: center;
}

#resources-ecommerce-ssl-analysis .name span{
    font-weight: 600;
}

#resources-ecommerce-ssl-analysis .bold{
    font-weight: 600;
}

#resources-ecommerce-ssl-analysis .text1 a{
    color: #00b9ff;
}
/*** /resoureces/webinars/ecommerce ***/
#webinars-ecommerce-index .contentTab a:before {
    width: auto;
    height: 21px;
}
#webinars-ecommerce-index .middle .text h1 {
    margin:-25px 0 0 0;
    position:absolute;
    z-index:150;
}
#webinars-ecommerce-index .contentSlider .text p {
    margin:20px 0 0 0;
    position:absolute;
    z-index:150;
}
#webinars-ecommerce-index .contentSlider.style2 .text {
    min-height: 90px;
}
#webinars-ecommerce-index img.f-l {
    float:left;
    padding-right: 10px;
}
/*SSL SAVING page e-commerce/bundles/ssl-saving.php CUstom style*/
#ssl-savings .middle .text h1 {
    margin:-25px 0 0 0;
    position:absolute;
    z-index:150;
}
#ssl-savings div.divide-left {
    float:left;
    width: 59%;
    margin-top: 15px;
    border-right: 1px solid #ededed;
}
#ssl-savings div.divide-right {
    float:left;
    width: 39%;
    margin-top: 15px;
    padding-left: 1%;
    background: url("../images/phone-sales-inq-bg.jpg") no-repeat scroll left bottom;
    min-height: 420px;
}
#ssl-savings div.divide-left div.get-bundle-fb {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
#ssl-savings div.divide-left div.get-bundle-fb input {
    width: 80%;
}
/**** End ssl-saving.php**/
/***** ssl-promotion *****/
#ssl-promotion .contentSlider {
    background: url("/imagesv2/promos/secure-image-with-chain.png") no-repeat scroll center top #d3e5eb;
    background-size: cover;
}
#ssl-promotion .benefits div p.h4-style-topic {
    color: #5a8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
/****** we-care-index ******/
#we-care-index .middle .text h1 {
    margin:-10px 0 0 0;
    position:absolute;
    z-index:150;
}
#we-care-index .contentSlider.style2 .text {
    min-height: 90px;
}
#we-care-index #tab-section {
	width: 680px;
	clear: left;
        margin: auto;
}
	#we-care-index #tab-section .tabs-wrapper{
		height: 49px;
		background: #fff url(../images/widgets/click-tab-double-border-big.gif) left bottom no-repeat;
	}
	#we-care-index #tab-section .tabs{
		display: block;
		margin: 0 auto;
		height: 40px;
	}
		#we-care-index #tab-section .tabs p{
			margin: 12px 0 0 0;
			font: bold 12px Arial;
		}
		#we-care-index #tab-section .tabs li{
			float: left;
			padding: 0 18px;
			height: 37px;
			margin-top: 2px;
			color: #999;
			cursor: pointer;
			background-color: #fff;
			border: 1px solid #d9d9d9;
		}
		#we-care-index #tab-section .tabs li.double-row p{
			margin-top: 4px;
		}
		#we-care-index #tab-section .tabs li.active{
			height: 39px;
			background: #f6f5f5 url(/images/widgets/click-tab-selected-tile.gif) top repeat-x;
			border-bottom-color: #f6f5f5;
			margin-top: 0px;
			color: #515151;
			z-index: 200;
		}
	
		#we-care-index #tab-section .content-wrapper{
		width: 678px;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		overflow: hidden;
		}

		#we-care-index #tab-section .scrolling-content{
		width: 5500px;
		}

		#we-care-index #tab-section .content1,
		#we-care-index #tab-section .content2,
		#we-care-index #tab-section .content3,
		#we-care-index #tab-section .content4,
		#we-care-index #tab-section .content5,
		#we-care-index #tab-section .content6,
		#we-care-index #tab-section .content7,
		#we-care-index #tab-section .content8{
		width: 649px;
		padding: 25px 0px 25px 29px;
		float: left;
		}
                
#we-care-index #tab-section .wecare {
	width: 678px;
	float: left;
	padding: 0;
}

#we-care-index #tab-section .wecare .thumb{
	display: block;
	padding: 1px;
	border: solid 1px #D9D9D9;
	float: left;
	margin-right: 8px;
}

#we-care-index #tab-section .wecare h6{
	font-weight: bold;
	font-size: 12px;
	color: #515151;
	margin: 0;
	padding: 0;
}

#we-care-index #tab-section .wecare p{
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
}

#we-care-index .wrapfirst {
	width: 648px;
	padding: 0 15px;
	float: left;
	border-bottom: 1px solid #D9D9D9;
}

#we-care-index .wrapleft {
	width: 313px;
	padding: 15px 8px 15px 0;
	float: left;
	border-right: 1px solid #D9D9D9;
}

	#we-care-index .wrapleft .wraplt {
		width: 313px;
		height: 70px;
		float: left;
		margin-bottom: 10px;
	}
	
	#we-care-index .wrapleft .wraplb {
		width: 313px;
		float: left;
	}
	
	#we-care-index .wrapleft .wrapll {
		width: 313px;
		float: left;
		border-top: 1px solid #D9D9D9;
		margin-top: 15px;
		padding-top: 13px;
	}

#we-care-index .wrapright {
	width: 314px;
	padding: 15px 0 15px 10px;
	float: left;
}

	#we-care-index .wrapright .wraprt {
		width: 314px;
		height: 70px;
		float: left;
		margin-bottom: 10px;
	}
	
	#we-care-index .wrapright .wraprb {
		width: 314px;
		float: left;
	}
	
	#we-care-index .wrapright .wraprl {
		width: 314px;
		float: left;
		border-top: 1px solid #D9D9D9;
		margin-top: 15px;
		padding-top: 13px;
	}

#we-care-index .embvid {
	border: solid 1px #D9D9D9;
	width: 155px;
	height: 44px;
	/*padding-top: 2px;*/
	color: #999;
	font-size: 11px;
	display: block;
	float: left;
}

#we-care-index .embcode {
	display: block;
	float: right;
	margin-right: 8px;
}
/***** /resources style */
#resources-index .contentTab h3 {
    color: #111;
    font-size: 26px;
    padding-bottom:15px;
}
#resources-index .contentSlider.style2 .text {
    min-height: 90px;
}
#resources-index .middle .text h1 {
    margin:25px 0 20px 0;
    position:absolute;
    z-index:150;
}
#resources-index .contentSlider .image {
    float:right;
}
#resources-index .middle .text .h1space {
    display: block;
    margin-top: 135px;
}
#resources-index .contentSlider .text p {
    margin:20px 0 0 0;
    z-index:150;
}
#resources-index .middle .text .italic {
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
    padding-top: 10px;
}
#resources-index .grey-bg {
    padding: 25px 0;
    margin-bottom: 25px;
}
#resources-index .resource-topic h3 {
    float:left;
    padding: 30px 5% 30px 5%;
    border-right: 1px solid #ededed;
    font-size: 20px;
    color: #666;
    width: 14%;
    line-height: 20px;
}
#resources-index .resource-topic h3.last-child {
    border-right: 0;
}
#resources-index .resource-topic ul li {
    padding-bottom: 10px;
}
#resources-index .resource-topic ul {
    float:left;
    border-right: 1px solid #ededed;
    width: 18%;
    padding: 10px 3%;
    min-height: 290px;
}
#resources-index .resource-topic ul:last-child {
    border:none;    
}
#resources-index .resource-topic ul a:hover {
    text-decoration: underline;
}
#resources-index h2.main-top {
    font-size: 30px;
    padding-bottom: 10px;
}
#resources-index .column {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    width: 370px;
}

#resources-index .column ul {
    padding: 8px 0 30px;
}

#resources-index .column ul li {
    display: block;
    line-height: 24px;
}

#resources-index .column ul li a{
	color: #35a1d4;
}

#resources-index .column ul li:before{
	content: "» ";
	color: #35a1d4;
}
/** end resources style***/

/*.star-rating {
    position: absolute;
    margin: -30px 0 0 50%;
}*/

/** Comodo-support.php **/
#comodo-support .free-product,#comodo-support .sales-product{
    display: block;
    float: left;
    padding: 20px 0 0;
    width: 48%;
}
#comodo-support .support-row p {
    width: 98%;
    height: auto;
}
.contact-us-content .support-row p {
    min-height: 70px;
    height: auto;
}
#contact-us .content_wrapper .middle {
    padding-top: 0;
}
#contact-us .contact-us-content, #comodo-support .contact-us-content, #comodo-support .support-row {
    padding-top: 0;
}
#comodo-support .middle {
    padding-top: 0;
}
#contact-us .content_wrapper .country h3 {
    padding: 0 0 0 65px;
    color: #222;
}
#comodo-support a.btn:hover {
    color: #FFF;
    opacity: none;
}
#comodo-support .middle .text h1 {
    margin:-25px 0 0 0;
    position:absolute;
    z-index:150;
}
#comodo-support .contentSlider.style2 .text {
    min-height: 80px;
}
#comodo-support .contentSlider .text p {
    margin:27px 0 0 0;
    position:absolute;
    z-index:150;
}
/*** comodo-support.php End **/
.list-style-circle {
    list-style: circle;
    padding-left:20px;
}

/***Registration Webinars***/
#registration-webinars {
    background-color: #fff;
    height: 650px;
    width: 970px;
}
#registration-webinars div#webinar-info {
    background: rgba(0, 0, 0, 0) url("../images/webinars/contact.jpg") no-repeat scroll left bottom;
    border-bottom: 1px solid #d9d9d9;
    color: #686868;
    height: 150px;
}
#registration-webinars div.webinar-contact {
    color: #4f4f4f;
    float: left;
    margin-right: 60px;
    width: 470px;
}
#registration-webinars div.webinar-contact p {
    border-right: 1px solid #d9d9d9;
    margin: 5px 0 0 180px;
    padding-right: 30px;
    font-size: 12px;
}
#registration-webinars .form-col input {
    width: 250px;
    height: 30px;
}
#registration-webinars .form-col select {
    width: 290px;
    height: 30px;
    font-size: 12px;
}
#registration-webinars .form-col p {
    width: 400px;
    display: inline-block;
}
#registration-webinars span.required {
    color: #FF0000;
}
#registration-webinars form {
    width: 900px;
    margin: auto;
}
#registration-webinars .required_field {
    background-color: #ff9;
}
#registration-webinars .msg_text {
    background-color: #eef;
    color: #a00;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 15px 15px 0;
    text-align: center;
}
/**** data_security ****/
#data_security .contentSlider {
    background: url("/imagesv2/cloud-backup-storage-banner.png") no-repeat scroll center top #d3e5eb;
    background-size: cover;
}
/***** Careers ******/
#careers .contentTab h2 {
    padding: 15px 0 20px 0;
}
#careers .item{
    width: 570px;
    height: 355px;
    float: left;
    margin: 0 30px 0 20px;
}
#careers .item span.label {
    font-weight: 600;
}
/**** during-download *****/
#during-download .top-cont-l,#during-download .top-cont-r {
    float: left;
    width: 49%;
}
#during-download .chat-btn {
    float: right;
    width: 230px;
    padding-top: 20px;
}
#during-download .top-cont-r .gray-band {
    background-color: #f7f0e8;
    padding: 20px 0px 10px 30px;
}
#during-download .top-cont-r .gray-band p { 
    font-size: 18px;
}
#during-download .clear {
    clear: both;
}
#during-download .form-content-l{
	padding-top: 50px;
}
#during-download #submit-btnnew{
	float: right;
	margin: 0;
}
#during-download .form-content-l .quest-wra {
	margin: 30px 0 0;
}
#during-download .name-wra {
    float: left;
    padding: 0 0 15px;
    width: 534px;
}
#during-download  .name-wra.right{
	float: right;
}
#during-download input[type="text"], #during-download input[type="tel"], #during-download input[type="email"], #during-download select {
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #999999;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    padding: 0 5%;
    width: 70%;
}
#during-download .name-wra input {
    
}
#during-download textarea {
    min-height: 185px;
    resize: vertical;
    width: 100%;
}
#during-download .form-content-l h4 {
    font-weight: 600;
    padding-bottom: 5px;
}
#during-download .form-content-l .quest-wra input[type="text"] {
    width: 50%;
	line-height: 15px;
	height: 15px;
	font-size: 14px;
	font-weight: 400;
}
#during-download .submit-btn p{
	padding: 30px 0 10px 0;
	text-align: right;
}
#during-download .form-content-l .quest-wra ul {
    line-height: 27px;
}	
#during-download .form-content-l .quest-wra input#current_is_other{
	width: 33%;
}
#during-download .msg_text {
    background-color: #f7f0e8;
    color: #a00;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 15px 15px 0;
    text-align: center;
}
#during-download .required_field {
    background-color: #f7f0e8;
}
#during-download .form-content {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}
#during-download .form-column{
	width: 560px;
	float: left;
}
#during-download .form-column.right{
	float: right;
}

#afterdown h1{
	width: 100%;
	text-align; center;
	font-size: 40px;
	color: #444444;
	display: inline-block;
	text-align: center;
}

#afterdown .yellow-band{
	color: #444444;
    display: inline-block;
    font-size: 20px;
    margin: 20px 0 70px;
    text-align: center;
    width: 100%;
}


/**** download.php *****/
#download .contentSlider .middle h2 {
    color: #2b3437;
    font-size: 48px;
    font-weight: 600;
    padding: 0 0 10px;
    line-height: 46px;
}
#download #content-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1240px;
}
#download #content-bg h1 {
    padding: 10px 0;
}
#download .antivirus-for-linux-download {
    width: 48%; 
    margin: auto;
    float:left;
}
#download #interstitial{
	margin-top: 20px;
        width: 520px;
        float: right;
}
#download #interstitial .banner{
	background: url(../images/interstitial-bg.jpg) no-repeat center top;
	min-height: 250px;
	position: relative;
	margin-bottom: 15px;
}
#download #downarea {
    float: left;
    width: 50%;
}
#download #downarea .downdetailsl, #download #downarea .downdetailsr {
    float: left;
    width: 49%;
}
#download #downarea .downdetailsr p, #download #downarea .downdetailsl p {
    font-size: 20px;
}
	#download #interstitial .banner div, #download #interstitial .banner a.download, #download #interstitial .banner a.button,
	#download #interstitial .ribbon{
		position: absolute;
	}
	#download #interstitial .title-free{
		left: 5px;
		top: 20px;
		width: 134px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #333;
                line-height: 16px;
	}
	#download #interstitial .title-product{
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		left: 183px;
		top: 16px;
	}
	#download #interstitial .subtitle-free{
		left: 6px;
		top: 70px;
		font-size: 9px;
		width: 134px;
		text-align: center;
	}
	#download #interstitial .download{
		left: 30px;
		top: 178px;
		display: block;
		width: 89px;
		height: 20px;
		background: url(../images/interstitial-download-btn.jpg) no-repeat center center;
	}
	#download #interstitial .button{
		display: block;
		left: 325px;
		top: 120px;
	}
	#download #interstitial .ribbon{
		display: block;
		width: 72px;
		height: 70px;
		background: url(../images/interstitial-ribbon.png) no-repeat top right;
		right: -3px;
		top: -4px;
	}
	#download #interstitial .box{
		display: block;
		width: 158px;
		height: 172px;
		
		left: 148px;
		top: 55px;
	}
	#download #interstitial .box.cispro{
		background: url(../images/interstitial-cispro.png) no-repeat left bottom;
	}
	#download #interstitial .box.caa{
		background: url(../images/interstitial-caa.png) no-repeat left bottom;
	}
	#download #interstitial .form-header{
		top: 52px;
		left: 306px;
		width: 192px;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
	}
	#download #interstitial .form-wrap{
		top: 82px;
		left: 306px;
		width: 192px;
	}
	#download #interstitial label{
		font-size: 10px;
		color: #fff;
	}
	#download #interstitial input[type=text]{
		width: 100px;
		font-size: 10px;
		color: #333;
		margin-left: 8px;
	}
	#download #interstitial input[type=image]{
		margin-left: 8px;
		margin-top: 8px;
	}
	#download #interstitial td{
		padding-bottom: 5px;
	}
	#download #interstitial .disclaimer{
		top: 230px;
		left: 0px;
		width: 100%;
		text-align: center;
		font-size: 10px;
		color: #939393;
	}
#download #interstitial .how-it-works{
}
	#download #interstitial .how-it-works .title{
		width: 100%;
		height: 26px;
		line-height: 25px;
		background-color: #f6f6f6;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: #484848;
		margin-bottom: 5px;
	}
	#download #interstitial .how-it-works .features{
		padding-top: 10px;
		padding-right: 255px;
	}
	#download #interstitial .how-it-works .features.cispro{
		background: url(../images/interstitial-offer-cispro.jpg) no-repeat right top;
	}
	#download #interstitial .how-it-works .features.caa{
		background: url(../images/interstitial-offer-caa.jpg) no-repeat right top;
	}
	#download #interstitial .how-it-works .features p{
		margin-bottom: 10px;
		font-size: 11px;
	}

#download #interstitial.cis{
	margin-top: 20px;
}
#download #interstitial.cis .banner{
	background: url(../images/interstitial-cis-bg.jpg) no-repeat center top;
	min-height: 250px;
	position: relative;
	margin-bottom: 15px;
}
	#download #interstitial.cis .title-product{
		font-size: 17px;
		font-weight: bold;
		color: #000023;
		left: 183px;
		top: 16px;
	}
	#download #interstitial .subtitle-free{
		left: 6px;
		top: 70px;
		font-size: 9px;
		width: 134px;
		text-align: center;
	}
	#download #interstitial.cis .download{
		left: 11px;
		top: 188px;
		display: block;
		width: 118px;
		height: 26px;
		background: url(../images/interstitial-cis-download-btn.png) no-repeat center center;
	}
	#download #interstitial.cis .button{
		display: block;
		left: 310px;
		top: 98px;
	}
	#download #interstitial.cis .ribbon{
		display: block;
		width: 72px;
		height: 70px;
		background: url(../images/interstitial-cis-ribbon.png) no-repeat top right;
		right: -3px;
		top: -4px;
	}
	#download #interstitial.cis .box{
		display: block;
		width: 181px;
		height: 173px;
		
		left: 148px;
		top: 55px;
	}
	#download #interstitial .box.cis{
		background: url(../images/interstitial-cis.png) no-repeat left bottom;
	}
	#download #interstitial .box.cisc{
		background: url(/images/interstitial-cisc-box.png) no-repeat left bottom;
	}
/** #geekbuddy ****/
#geekbuddy .contentSlider .text {
    width: 35%;
}
#geekbuddy .contentSlider .image {
    width: 65%;
}
#geekbuddy .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#geekbuddy .middle .text .h1space {
    margin-top: 135px;
    display: block;
}

#geekbuddy .gray_block p {
    color: #333333;
    font-size: 30px;
    line-height: 33px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    padding: 0x 0 18px;
}

#geekbuddy .btngroup p {
    font-size: 14px;
    padding-top: 5px;
    display: block;
    width: 250px;
    padding: 5px 0 0 0;
    clear: both;
    text-align: center;
    line-height: 16px;
}

#geekbuddy .product-icon{
    background: url("../../imagesv2/geekbuddy-icon-v2.png") no-repeat scroll 0 0 transparent;
    float: right !important;
    height: 240px;
    width: 226px;
    margin: 20px 100px 0 0;
    cursor: pointer;
}

#geekbuddy .product-icon:hover{
    background-position: 0 -311px;
}

#geekbuddy table h3 {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    padding: 40px 0 18px;
}
#geekbuddy table h3 span {
    font-weight: 600;
}

#geekbuddy td a.button.buy {
    background: url("../../imagesv2/download-btns-table.png") no-repeat scroll right top transparent;
    float: none;
    height: 50px;
    margin-top: 20px;
    padding: 0 0 0 20px;
    text-align: left;
    width: 230px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    text-decoration: none;
    text-shadow: 0 1px 2px #A95B01;
    text-transform: uppercase;
}
#geekbuddy td a.button.buy span {
    font-weight: 300;
}

#geekbuddy td a.button.buy:hover {
    opacity: 0.9;
}

#geekbuddy .cloud-overview-text-left {
    float: left;
    line-height: 25px;
    padding: 20px 0 0 20px;
    width: 60%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #666666;
}
#geekbuddy .benefits div {
    background: url("../../imagesv2/geekbuddy-overview-icon-set.png") no-repeat scroll 80px 35px transparent;
    color: #666666;
    display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    height:115px;
    padding: 135px 1px 1px;
    text-align: center;
    vertical-align: top;
    width: 259px;
    border: 1px solid transparent;
    margin: 0 16px;
}

#geekbuddy .benefits div:hover{	
    border: 1px solid #d3dfe5;
    background-color: #f6fafb;	
    border-radius: 3px;
    height: 115px;
    width: 259px;
}

#geekbuddy .benefits div.benefit1 {
    background-position: 92px 15px;
}

#geekbuddy .benefits div.benefit2 {
    background-position: -217px 15px;
}

#geekbuddy .benefits div.benefit3 {
    background-position: -530px 15px;
}

#geekbuddy .benefits div.benefit4 {
    background-position: -840px 15px;
}

#geekbuddy .benefits div.benefit1:hover {
    background-position: 92px -257px;
}

#geekbuddy .benefits div.benefit2:hover {
    background-position: -217px -257px;
}

#geekbuddy .benefits div.benefit3:hover {
    background-position: -530px -257px;
}

#geekbuddy .benefits div.benefit4:hover {
    background-position: -840px -257px;
}

#geekbuddy .benefits div h4{
    color: #5a8698;
    font-weight: 600;
    text-transform: uppercase;
}

#geekbuddy .buy-bottom-tabs h4 {
    font-weight: 300;
}

#geekbuddy .table table{
    margin: 78px 0 0;
}

#geekbuddy .table table tr td {
    border-left: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    width: 270px;
}

#geekbuddy .table table tr td:first-child{
    text-align: left;
    width: 350px;
    padding-left: 18px;
}
 
#geekbuddy .table tr:nth-child(even){
    background: #f7f7f7;
}

#geekbuddy .benefits {
    border-bottom: none;
    /*border-top: 1px solid #E5E5E5;*/
    display: inline-block;
    /*margin: 40px 0 0;*/
    /*padding: 65px 0 55px;*/
}
#geekbuddy .table td.free{
    background: url("../../imagesv2/internet-security-table-bg.png") no-repeat scroll 79px 40px transparent;
    padding-bottom: 10px;
    padding-top: 115px;
}

#geekbuddy .table td.pro{
    background: url("../../imagesv2/internet-security-table-bg.png") no-repeat scroll -195px 40px transparent;
    padding-bottom: 10px;
    padding-top: 115px;
}

#geekbuddy .table td.complete{
    background: url("../../imagesv2/internet-security-table-bg.png") no-repeat scroll -480px 40px #f0f3f5;
    padding-bottom: 10px;
    padding-top: 115px;
}
#geekbuddy .contentTab .text {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 25px;
}
#geekbuddy .features{
    text-align: center;
}

#geekbuddy .features div{
    width: 370px;
    display: inline-block;
    height: 160px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/geekbuddy-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}

#geekbuddy .features div h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}

#geekbuddy .features .feature1{
    background-position: 160px 0;
}

#geekbuddy .features .feature2{
    background-position: -250px 0;
}

#geekbuddy .features .feature3{
    background-position: -663px 0;
}

#geekbuddy .features .feature4{
    background-position: 160px -258px;
}

#geekbuddy .features .feature5{
    background-position: -250px -258px;
}

#geekbuddy .features .feature6{
    background-position: -663px -258px;
}

#geekbuddy .features .feature7{
    background-position: 55px -510px;
    margin-right: 200px;
}

#geekbuddy .features .feature8{
    background-position: -560px -510px;
}
#geekbuddy #tab-overview h2.frst{
	padding-bottom: 70px;
}
#geekbuddy.product_page #tab-overview .grey-bg:first-child{
	margin-top: -96px;
}
#geekbuddy .inline-block {
    display: inline-block;
    vertical-align: top;
}
#geekbuddy .list_style4.style1{
    padding: 0 90px 30px 0;
    font-size: 20px;
}
#geekbuddy .illustration-geekbuddy:after {
    content: "";
    display: inline-block;
    height: 308px;
    width: 22%;
    background: transparent url("/imagesv2/illustrations/illustration-icon-006.png") no-repeat scroll right 0;
    position: relative;
    text-align: left;
}
#geekbuddy .illustration-cleaning-essentials3:before{
    content: "";
    float: left;
    height: 420px;
    width: 553px;
    background: transparent url("/imagesv2/illustrations/illustration-cleaning-essentials-2.png") no-repeat scroll 0 0;
}
#geekbuddy .illustration-cleaning-essentials3 h2 {
    text-align: left !important;
    font-size: 34px;
}
/****** comodo-backup ******/
#comodo-backup .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#comodo-backup .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
/***** online_storage ****/
#online_storage .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#online_storage .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#online_storage .features{
    text-align: center;
}
#online_storage .features div{
    width: 370px;
    display: inline-block;
    height: 170px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/comodo-cloud-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#online_storage .features div h4, #online_storage .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#online_storage .features .feature1{
    background-position: 145px -5px;
}
#online_storage .features .feature2{
    background-position: -235px -5px;
}
#online_storage .features .feature3{
    background-position: -595px 0px;
}
#online_storage .features .feature4{
    background-position: -965px 5px;
}
#online_storage .features .feature5{
    background-position: 145px -265px;
}
#online_storage .features .feature6{
    background-position: -230px -265px;
}
/** #programs-manager ****/
#programs-manager .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#programs-manager .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#programs-manager .btngroup p {
    font-size: 14px;
    padding-top: 5px;
    display: block;
    width: 250px;
    padding: 5px 0 0 0;
    clear: both;
    text-align: center;
    line-height: 16px;
}
#programs-manager .features{
    text-align: center;
}
#programs-manager .features div{
    width: 370px;
    display: inline-block;
    height: 130px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/comodo-programs-manager-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#programs-manager .features div h4, #programs-manager .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#programs-manager .features .feature1{
    background-position: 145px 5px;
}
#programs-manager .features .feature2{
    background-position: -225px 5px;
}
#programs-manager .features .feature3{
    background-position: -595px 0px;
}
#programs-manager .features .feature4{
    background-position: -965px 5px;
}
#programs-manager .features .feature5{
    background-position: 145px -265px;
}
#programs-manager .features .feature6{
    background-position: -230px -265px;
}
#programs-manager .features .feature7{
    background-position: -590px -265px;
}
/**internet-security-complete****/
#internet-security-complete .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
}
#internet-security-complete .middle .text .h1space {
    margin-top: 150px;
    display: block;
}
#internet-security-complete.product_page #tab-overview .grey-bg:first-child {
    margin-top: -96px;
}
/*#internet-security-complete .star-rating {
    position: absolute;
    margin: -30px 0 0 50%;
}*/
#internet-security-complete .features{
    text-align: center;
}
#internet-security-complete .features div{
    width: 370px;
    display: inline-block;
    height: 160px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/cis-complete-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#internet-security-complete .features div h4, #internet-security-complete .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#internet-security-complete .features .feature1{
    background-position: 145px 10px;
}
#internet-security-complete .features .feature2{
    background-position: -590px 10px;
}
#internet-security-complete .features .feature3{
    background-position: -235px 10px;
}
#internet-security-complete .features .feature4{
    background-position: -955px 10px;
}
#internet-security-complete .features .feature5{
    background-position: 145px -264px;
}
#internet-security-complete .features .feature6{
    background-position: -600px -264px;
}
#internet-security-complete .features .feature7{
    background-position: -230px -265px;
}
#internet-security-complete .features .feature8{
    background-position: -963px -261px;
}
#internet-security-complete .features .feature9{
    background-position: 140px -550px;
}
#internet-security-complete .features .feature10{
    background-position: -595px -555px;
}
#internet-security-complete .features .feature11{
    background-position: -236px -553px;
}
#internet-security-complete .list-icon-style2 li {
    width: 238px;
}
#internet-security-complete .list-icon-style2 li.seventh, #internet-security-complete .list-icon-style2 li.eighth, #internet-security-complete .list-icon-style2 li.ninth {
    margin-bottom: 0;
}
/***free-internet-security***/
#free-internet-security .middle .text h1 {
    /*margin:5px 0 0 0;*/
    position:absolute;
    z-index:150;
}
#free-internet-security .middle .text .h1space {
    margin-top: 120px;
    display: block;
}
#free-internet-security .features{
    text-align: center;
}
#free-internet-security .features div{
    width: 370px;
    display: inline-block;
    height: 120px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/cis-free-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#free-internet-security .features div h4, #free-internet-security .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#free-internet-security .features .feature1{
    background-position: 140px 0;
}
#free-internet-security .features .feature2{
    background-position: -230px 0;
}
#free-internet-security .features .feature3{
    background-position: -595px 0;
}
#free-internet-security .features .feature4{
    background-position: -970px 10px;
}
#free-internet-security .features .feature5{
    background-position: 135px -265px;
}
#free-internet-security .features .feature6{
    background-position: -230px -270px;
}
#free-internet-security .features .feature7{
    background-position: -590px -265px;
}
#free-internet-security .features .feature8{
    background-position: -965px -265px;
}
#free-internet-security .features .feature9{
    background-position: 155px -564px;
}
#free-internet-security .features .feature10{
    background-position: -225px -565px;
}
#free-internet-security .features .feature11{
    background-position: -595px -565px;
}
#free-internet-security .features .feature12{
    background-position: -967px -563px;
}
#free-internet-security .features .feature13{
    background-position: 140px -845px;
}
#free-internet-security .features .feature14{
    background-position: -235px -845px;
}
#free-internet-security .features .feature15{
    background-position: -590px -845px;
}
#free-internet-security .features .feature16{
    background-position: -960px -845px;
}
/**internet-security-pro****/
#internet-security-pro .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#internet-security-pro .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#internet-security-pro .star-rating {
    display: block;
    min-height: 30px;
}
#internet-security-pro .features{
    text-align: center;
}
#internet-security-pro .features div{
    width: 370px;
    display: inline-block;
    height: 160px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/cis-complete-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#internet-security-pro .features div h4, #internet-security-pro .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#internet-security-pro .features .feature1{
    background-position: 145px 10px;
}
#internet-security-pro .features .feature2{
    background-position: -590px 10px;
}
#internet-security-pro .features .feature3{
    background-position: -235px 10px;
}
#internet-security-pro .features .feature4{
    background-position: -955px 10px;
}
#internet-security-pro .features .feature5{
    background-position: 145px -264px;
}
#internet-security-pro .features .feature6{
    background-position: -600px -264px;
}
#internet-security-pro .features .feature7{
    background-position: -230px -265px;
}
#internet-security-pro .features .feature8{
    background-position: -963px -265px;
}
#internet-security-pro .features .feature9{
    background-position: 140px -550px;
}
/**antivirus****/
#antivirus .middle .text h1 {
    /*margin:5px 0 0 0;*/
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#antivirus .middle .text .h1space {
    margin-top: 120px;
    display: block;
}
#antivirus .star-rating {
    display: block;
    min-height: 70px;
}
#antivirus .features{
    text-align: center;
}

#antivirus .features div{
    width: 370px;
    display: inline-block;
    height: 160px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/cis-antivirus-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}

#antivirus .features div h4, #antivirus .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#antivirus .features .feature1{
    background-position: 100px -30px;
}
#antivirus .features .feature2{
    background-position: -595px -30px;
}
#antivirus .features .feature3{
    background-position: -250px -25px;
}
#antivirus .features .feature4{
    background-position: -985px -36px;
}
#antivirus .features .feature5{
    background-position: 100px -275px;
}
#antivirus .features .feature6{
    background-position: -590px -278px;
}
#antivirus .features .feature7{
    background-position: -233px -264px;
}
#antivirus .features .feature8{
    background-position: -983px -260px;
}
#antivirus .features .feature9{
    background-position: 105px -550px;
}
#antivirus .features .feature10{
    background-position: -595px -555px;
}
#antivirus .features .feature11{
    background-position: -236px -556px;
}
#antivirus .features .feature12{
    background-position: -596px -555px;
}
#antivirus .features .feature13{
    background-position: 110px -810px;
}
#antivirus .features .feature14{
    background-position: -590px -820px;
}
#antivirus .features .feature15{
    background-position: -240px -810px;
}
#antivirus .features .feature16{
    background-position: -975px -810px;
}
/** antivirus-advanced ****/
#antivirus-advanced .middle .text h1 {
    margin:15px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#antivirus-advanced .middle .text .h1space {
    margin-top: 145px;
    display: block;
}
#antivirus-advanced .btngroup p {
    font-size: 14px;
    padding-top: 5px;
    display: block;
    width: 320px;
    padding: 5px 0 0 0;
    clear: both;
    text-align: center;
    line-height: 16px;
}
#antivirus-advanced .star-rating {
    display: block;
    min-height: 70px;
}
#antivirus-advanced .features{
    text-align: center;
}

#antivirus-advanced .features div{
    width: 370px;
    display: inline-block;
    height: 160px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/cis-antivirus-advanced-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}

#antivirus-advanced .features div h4, #antivirus-advanced .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}

#antivirus-advanced .features .feature1{
    background-position: 160px -250px;
}

#antivirus-advanced .features .feature2{
    background-position: -557px -496px;
}

#antivirus-advanced .features .feature3{
    background-position: -250px 11px;
}

#antivirus-advanced .features .feature4{
    background-position: 160px 26px;
}

#antivirus-advanced .features .feature5{
    background-position: -250px -235px;
}

#antivirus-advanced .features .feature6{
    background-position: -663px 25px;
}

#antivirus-advanced .features .feature7{
    background-position: -663px -240px;
    margin-right: 0px;
}
/**** premium dns *****/
#premium-dns .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#premium-dns .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#premium-dns .float-left { 
    width: 70%;
}
#premium-dns .product-icon{
    background: url("../../imagesv2/premium-dns-icon.png") no-repeat scroll 20px 20px transparent;
    float: right;
    height: 100px;
    margin: 40px 70px 65px 0;
    padding: 200px 0 0;
    width: 280px;
}
#premium-dns .product-icon:hover{
    background-position: 20px -396px;
}
#premium-dns .benefits div h4 {
    line-height: 20px;
    padding: 15px 0;
    color: #5a8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
#premium-dns .benefits-title1{
    background: url("../../imagesv2/web-certificate-manager-icons-set.png") no-repeat scroll 100px -15px transparent;
    width: 100%;
    height: 50px;
    display: inline-block;
    margin: 40px 0;
}
#premium-dns .benefits-title2{
    background: url("../../imagesv2/web-certificate-manager-icons-set.png") no-repeat scroll 100px -300px transparent;
    width: 100%;
    height: 50px;
    display: inline-block;
    margin: 40px 0;
}
#premium-dns .benefits {
    border-bottom: 0 none;
    border-top: 1px solid #E5E5E5;
    margin-top: 60px;
}
#premium-dns .benefits div{
    background: url("../../imagesv2/premium-dns-icons-set.png") no-repeat scroll 0 0 transparent;
    padding: 85px 32px 0;
    width: 180px;
    margin: 40px 0 20px;
    display: inline-block;
    height: 125px;
    text-align: center;
    vertical-align: top;
}
#premium-dns .benefits div:hover{
    border: 0 none;
    height: 50px;
    padding: 85px 32px 0;
    width: 180px;
    background-color: transparent;
}
#premium-dns .benefits div.benefit1{
    background-position: 90px 0;
}
#premium-dns .benefits div.benefit2{
    background-position: -166px 0;
}
#premium-dns .benefits div.benefit3{
    background-position: -407px 0;
}
#premium-dns .benefits div.benefit4{
    background-position: -658px 0;
}
#premium-dns .benefits div.benefit5{
    background-position: -911px 0;
}
#premium-dns .benefits div.benefit6{
    background-position: -1167px 0;
}
#premium-dns .benefits div.benefit7{
    background-position: -1420px 0;
}
#premium-dns .benefits div.benefit8{
    background-position: -1671px 0;
}
#premium-dns .benefits div.benefit9{
    background-position: -1915px 0;
}
#premium-dns .benefits div.benefit10{
    background-position: -2167px 0;
}
#premium-dns .benefits div.benefit1:hover{
    background-position: 90px -216px;
}
#premium-dns .benefits div.benefit2:hover{
    background-position: -166px -216px;
}
#premium-dns .benefits div.benefit3:hover{
    background-position: -407px -216px;
}
#premium-dns .benefits div.benefit4:hover{
    background-position: -658px -216px;
}
#premium-dns .benefits div.benefit5:hover{
    background-position: -911px -216px;
}
#premium-dns .benefits div.benefit6:hover{
    background-position: -1167px -216px;
}
#premium-dns .benefits div.benefit7:hover{
    background-position: -1420px -216px;
}
#premium-dns .benefits div.benefit8:hover{
    background-position: -1671px -216px;
}
#premium-dns .benefits div.benefit9:hover{
    background-position: -1915px -216px;
}
#premium-dns .benefits div.benefit10:hover{
    background-position: -2167px -216px;
}
/***** code-signing-certificate *****/
#code-signing-certificate .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#code-signing-certificate .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#code-signing-certificate .float-left { 
    width: 70%;
}
#code-signing-certificate .product-icon{
    background: url("../../imagesv2/web-code-signing-certificate-img2.png") no-repeat scroll 20px 20px transparent;
    float: right;
    height: 100px;
    margin: 40px 70px 65px 0;
    padding: 250px 0 0;
    width: 280px;
}
#code-signing-certificate .product-icon a.button{
    background: url("../../imagesv2/long-product-btn.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    line-height: 48px;
    margin-top: 40px;
    padding: 0 0 0 40px;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 2px #A95B01;
    text-transform: uppercase;
    width: 230px;
}
#code-signing-certificate .product-icon a.button:hover{
    opacity: 0.7;
}
#code-signing-certificate .gray_block h3 {
    font-size: 30px;
    line-height: 33px;
    padding: 0;
}
#code-signing-certificate .benefits {
    padding: 50px 0 60px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
#code-signing-certificate .benefits div{
    height: 240px;
    padding: 50px 15px 1px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 210px;
}
#code-signing-certificate .benefits div:hover{	
    border: 1px solid #d3dfe5;
    background-color: #f6fafb;
    width: 208px;
    height: 238px;
    padding: 49px 15px 0;
    border-radius: 3px;
}
#code-signing-certificate .benefits div h3, #code-signing-certificate .benefits div p.benefit-topic-icon {
    background: url("../../imagesv2/code-signing-block-title-bg.png") no-repeat scroll left top transparent;
    color: #00b9ff;
    display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 98px;
    width: 105px;
    text-transform: uppercase;
}
#code-signing-certificate .benefits div:hover h3, #code-signing-certificate .benefits div:hover p.benefit-topic-icon {
    background: url("../../imagesv2/code-signing-block-title-bg.png") no-repeat scroll -239px 0 transparent;
    color: #ffa800;
}
#code-signing-certificate .benefits div p.benefit-topic-icon {
    padding-bottom: 30px;
    text-align: center;
}
#code-signing-certificate .benefits div h4, #code-signing-certificate .benefits div p.benefit-topic {
    padding: 10px 0;
    color: #5a8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    text-align: center;
}
#code-signing-certificate .benefits div p { 
    line-height: 16px;
    font-size: 14px;
    padding:0;
}
#code-signing-certificate div.f-l {
    float: left;
    width: 50%;
}
/********* pci-scan ************/
#pci-scan .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#pci-scan .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#pci-scan .float-left { 
    width: 70%;
}
#pci-scan .product-icon{
    background: url("../../imagesv2/hackerguardian-icon-big.png") no-repeat scroll 20px 20px transparent;
    float: right;
    height: 250px;
    margin: 40px 70px 65px 0;
    width: 280px;
    cursor: crosshair;
}
#pci-scan .product-icon:hover{
    background-position: 20px -438px;
}
#pci-scan .features {
    border-bottom: 0px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #666666;
    display: inline-block;
    font-size: 15px;
    padding: 10px 0 5px;
    width: 100%;
    text-align: center;
}
#pci-scan .features div{
    background: url("../../imagesv2/hackerguardian-icon-set.png") no-repeat scroll 0 0 transparent;
    width: 350px;
    height: 25px;
    padding: 90px 0 0;
    display: inline-block;
    text-align: center;
}
#pci-scan .features .compliance{
    background-position: 120px 0;
}
#pci-scan .features .compliance:hover{
    background-position: 120px -171px;
}
#pci-scan .features .penalties{
    background-position: -225px 0;
}
#pci-scan .features .penalties:hover{
    background-position: -225px -171px;
}
#pci-scan .features .sales{
    background-position: -567px 0;
}
#pci-scan .features .sales:hover{
    background-position: -567px -171px;
}
#pci-scan .features div:hover h3{
    background: url("../../imagesv2/code-signing-block-title-bg.png") no-repeat scroll -239px 0 transparent;
    color: #ffa800;
}
#pci-scan .features div h4, #pci-scan .features div h3.custom, #pci-scan .features div p.custom-benefit {
    color: #5A8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
#pci-scan .features div h3.custom {
    background: none;
}
#pci-scan .gray_block h3 {
    font-size: 32px;
    line-height: 33px;
}
#pci-scan .gray_block h3 span {
    font-weight: 600;
}
#pci-scan .list-icon-style1 li {
    margin: 2% 1% 4%;
    padding-top: 105px;
}
/*#pci-scan p {
    text-align: justify;
}*/
#pci-scan .gray_block h3 {
    font-size: 30px;
    line-height: 33px;
}
#pci-scan #tab-overview h2.frst{
	padding-bottom: 70px;
}
#pci-scan.product_page #tab-overview .grey-bg:first-child{
	margin-top: -71px;
}
#pci-scan .inline-block {
    display: inline-block;
    vertical-align: top;
}
#pci-scan .list_style4.style1{
    padding: 0 90px 30px 0;
    font-size: 20px;
}
#pci-scan .illustration-pci-compliance-1:after {
    content: "";
    display: inline-block;
    height: 386px;
    width: 54%;
    background: transparent url("/imagesv2/illustrations/illustration-icon-002.png") no-repeat scroll right 0;
    position: relative;
    text-align: left;
}
#pci-scan .illustration-pci-compliance-2:before{
    content: "";
    float: left;
    height: 420px;
    width: 553px;
    background: transparent url("/imagesv2/illustrations/illustration-icon-003.png") no-repeat scroll 0 0;
}
#pci-scan .illustration-pci-compliance-2 {
    min-height: 310px;
}
#pci-scan .illustration-pci-compliance-2 h2 {
    text-align: left !important;
    font-size: 34px;
}
#pci-scan #breadcrumbs {
    margin-top: 15px;
}
/********* email-and-identity ************/
#email-and-identity .product_blocks_style2 > div {
    margin-right: 20px;
    padding-right: 0;
    width: 290px;
}
#email-and-identity .product_blocks_style2 > div:last-child {
    margin-right:0;
}
/********* free-ssl-certificate ************/
#five .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 70px;
}
#five .middle .text .h1space {
    margin-top: 185px;
    display: block;
}
#five .middle .mlh {
    margin-left: 70%;
    margin-top: 80px;
}
#five a.fivepts {
    display: block;
    width: 131px;
    height: 151px;
    float: left;
}

#five a.fivepts.compts {
    background: url(../images/five/computer.gif) no-repeat left top;
}
#five a.fivepts.filpts {
    background: url(../images/five/files.gif) no-repeat left top;
}
#five a.fivepts.internpts {
    background: url(../images/five/internet.gif) no-repeat left top;
}
#five a.fivepts.interapts {
    background: url(../images/five/interaction.gif) no-repeat left top;
}
#five a.fivepts.geekpts {
    background: url(../images/five/geek-buddy.gif) no-repeat left top;
}

#five a.fivepts:hover, a.fivepts.active {
    background-position: left bottom;
}
#five .pointstxt {
    position: absolute;
    font-size: 24px;
    left: 767px;
    top: 63px;
}
#five .pointw {
    /*width: 978px;*/
    /*border-bottom: solid 1px #dbdbdb;*/
    padding-bottom: 15px;
    margin-top: 20px;
}

#five .pointcol {
    width: 230px;
    float: left;
    padding-right: 10px;
}

    #five .pointcol .pointimg{
        /*width: 185px;*/
        text-align: center;
    }

    #five .pointcol .pointt{
            font-size: 26px;
            text-transform: uppercase;
            padding: 30px 0 0 0;
            text-align:center;
            font-weight: 600;
    }
    #five .pointcol .pointd{
            font-size: 16px;
            line-height: 20px;
            padding: 25px 0 0 10px;
            border-bottom: solid 1px #dbdbdb;
            min-height: 75px;
    }

    #five ul.point-list {
            margin-top: 20px;
            margin-left: 10px;
            min-height: 340px;
    }
        #five ul.point-list li {
                background: url(../images/bullets/red-check.gif) no-repeat left 5px;
                padding-left: 15px;
                font-size: 14px;
                margin-bottom: 13px;
        }
		
#five.in_page .contentSlider .text {
    float: left;
    width: 74%;
}
#five.in_page .contentSlider .image {
    float: left;
    width: 22%;
}
#five.in_page .middle .mlh {
    margin-left: 50%;
    margin-top: 5px;
}
#five.in_page .contentSlider {
    padding: 0;
}
#five.in_page .middle .text h2 {
    padding-top: 40px;
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    font-size: 48px;
    line-height: 52px;
}
#five.in_page .middle .text h1 {
    padding-top: 40px;
}
#five.in_page .middle .text .h1space {
    margin-top: 137px;
}
#five.in_page .deactive {
    opacity: 0.2;
}
#five.in_page .deactive:hover {
    opacity: 1;
}
#five.in_page .contentTab h2 {
    color: #00b9ff;
    font-size: 40px;
    line-height: 40px;
    padding: 20px 0 15px;
    font-weight: normal;
}
#five.in_page .contentTab h3 {
    margin-bottom:10px;
}
#five.in_page ul.point-list {
    min-height: 190px;
}
#five.in_page .dvwal{
    width: 49%;
    border-right: solid 1px #dbdbdb;
    float: left;
    padding: 30px 0;
}
#five.in_page .dvwal-img{
    width: 101px;
    float: left;
    text-align: center;
}
#five.in_page .dvwal-descr{
    width: 60%;
    float: left;
    line-height: 18px;
    padding-right: 28px;
}
	
#five.in_page .dvwar{
    width: 49%;
    float: left;
    padding: 30px 0;
}

#five.in_page .dvwalr{
    width: 49%;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}
#five.in_page h1.page-title {
    position:absolute; border-bottom: 1px solid #ffffff; margin:-100px 0 0 0; z-index:10; width:650px; padding-left:0px;border-bottom: none;font-size:40px;
}
/********* free-ssl-certificate ************/
#free-ssl-certificate .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#free-ssl-certificate .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#free-ssl-certificate #ssl-banner {
    background:url('/images/comodo-ssl-banner-bg-new.png') no-repeat scroll left top transparent;
    height:202px;
    padding:4px 0 0 251px;
    margin-top:15px;
    width:267px;
}
#free-ssl-certificate #ssl-banner h2 {
    color:#FF6600;
    text-align:center;
    font:bold 22px Arial,Helvetica,sans-serif;
    margin-bottom:5px;
    padding:0px;
    border:none;
}
#free-ssl-certificate #ssl-banner #banner_heading {
    float:left;
    margin-bottom:5px;
    width:260px;
    height:auto;
    overflow:hidden;
}
#free-ssl-certificate #ssl-banner #banner_heading h4 {
    color:#5D87C2;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    margin-top:2px;
}
#free-ssl-certificate #ssl-banner p {
    color:#555555;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:15px;
    margin:0;
}
#free-ssl-certificate #ssl-banner .price {
    color:#333333;
    font-weight:bold;
}
#free-ssl-certificate #ssl-banner p.desc {
    color:#666666;
    font-weight:normal;
    width:100%;
}
/********* email-privacy ************/
#email-privacy .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#email-privacy .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#email-privacy .float-left { 
    width: 70%;
}
#email-privacy .product-icon {
    background: url("../../imagesv2/secure-email-certificate-icon.png") no-repeat scroll 20px 20px transparent;
    float: right;
    height: 260px;
    margin: 40px 70px 65px 0;
    width: 280px;
    cursor: pointer;
}
#email-privacy .product-icon:hover {
    background-position: 20px -371px;
}
#email-privacy .why-cmd p {
    text-align: inherit;
}
#email-privacy .features {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #666666;
    display: inline-block;
    font-size: 15px;
    padding: 56px 0 46px;
    width: 100%;
    text-align: center;
}
#email-privacy .features div {
    background: url("../../imagesv2/secure-email-certificate-icons-set.png") no-repeat scroll 0 0 transparent;
    width: 233px;
    height: 40px;
    padding: 130px 0 0;
    display: inline-block;
    text-align: center;
    margin: 0 65px;
    border: 1px solid transparent;
}
#email-privacy .features div:hover {
    background-color: #F6FAFB;
    border: 1px solid #D3DFE5;
    border-radius: 3px;
}
#email-privacy .features .featur1 {
    background-position: 80px -163px;
}
#email-privacy .features .featur1:hover {
    background-position: 80px 30px;
}
#email-privacy .features .featur2 {
    background-position: -137px -163px;
}
#email-privacy .features .featur2:hover {
    background-position: -137px 30px;
}
#email-privacy .features .featur3 {
    background-position: -376px -163px;
}
#email-privacy .features .featur3:hover {
    background-position: -376px 30px;
}
#email-privacy .features .featur4 {
    background-position: -597px -163px;
}
#email-privacy .features .featur4:hover {
    background-position: -597px 30px;
}
#email-privacy .features .featur5 {
    background-position: -821px -163px;
}
#email-privacy .features .featur5:hover {
    background-position: -821px 30px;
}
#email-privacy .features .featur6 {
    background-position: -1028px -163px;
}
#email-privacy .features .featur6:hover {
    background-position: -1028px 29px;
}
#email-privacy .features div:hover h3 {
    background: url("../../imagesv2/code-signing-block-title-bg.png") no-repeat scroll -239px 0 transparent;
    color: #ffa800;
}
#email-privacy .features div h4, #email-privacy .features div p.custom-features-topic {
    color: #5A8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: inherit;
}
#email-privacy .gray_block h3 {
    font-size: 32px;
    line-height: 33px;
}
#email-privacy .gray_block h4 {
    font-size: 30px;
    color: #333;
    display: inline;
}
#email-privacy .gray_block h3 span {
    font-weight: 600;
}
#email-privacy .why-cmd h3.handwrited {
    font-family: 'journalregular', cursive;
    font-size: 46px;
    color: #00b9ff;
}
#email-privacy .why-cmd h4, #email-privacy .why-cmd .h4-style {
    color: #5A8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
#email-privacy .why-cmd p {
    font-size: 15px;
    padding: 20px 0;
}
#email-privacy .why-cmd {
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
}
/********* pc-support ************/
#pc-support .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#pc-support .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#pc-support .float-left { 
    width: 70%;
}
#pc-support .benefits div {
    background: url("../../imagesv2/pc-support-manager-icons-set.png") no-repeat scroll 80px 35px transparent;
    color: #666666;
    display: inline-block;
    font-size: 15px;
    height: 95px;
    padding: 120px 21px 1px;
    text-align: center;
    vertical-align: top;
    width: 190px;
    border: 1px solid transparent;
}
#pc-support .benefits div:hover {
    border: 1px solid #d3dfe5;
    background-color: #f6fafb;
    border-radius: 3px;
    padding: 120px 21px 1px;
    height: 95px;
    width: 190px;
}
#pc-support .benefits div.benefit1 {
    background-position: 80px 35px;
}
#pc-support .benefits div.benefit2 {
    background-position: -165px 35px;
}
#pc-support .benefits div.benefit3 {
    background-position: -403px 35px;
}
#pc-support .benefits div.benefit4 {
    background-position: -642px 35px;
}
#pc-support .benefits div.benefit5 {
    background-position: -880px 35px;
}
#pc-support .benefits div.benefit1:hover {
    background-position: 80px -207px;
}
#pc-support .benefits div.benefit2:hover {
    background-position: -165px -207px;
}
#pc-support .benefits div.benefit3:hover {
    background-position: -403px -207px;
}
#pc-support .benefits div.benefit4:hover {
    background-position: -642px -207px;
}
#pc-support .benefits div.benefit5:hover {
    background-position: -880px -207px;
}
#pc-support .benefits div h4 {
    color: #5a8698;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}
#pc-support .benefits {
    border-bottom: none;
    border-top: 1px solid #E5E5E5;
    display: inline-block;
    margin: 40px 0 0;
    padding: 65px 0 55px;
    font-size: 15px;
}
#pc-support .product-icon {
    background: url("../../imagesv2/pc-support-icon-big.png") no-repeat scroll 0 0 transparent;
    float: right !important;
    height: 240px;
    width: 226px;
    margin: 60px 100px 0 0;
    cursor: pointer;
}
#pc-support .product-icon:hover {
    background-position: 0 -381px;
}
#pc-support .features {
    text-align: center;
}
#pc-support .features div {
    width: 215px;
    display: inline-block;
    height: 120px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/pc-support-manager-features-icons-set.png") no-repeat scroll 92px 0 transparent;
    margin: 20px 10px 0;
}
#pc-support .features div h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
#pc-support .features div p {
    font-size: 14px;
    line-height: 16px;
}
#pc-support #tabs-2 h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 70px !important;
}
#pc-support .features .feature1, 
#pc-support .features .feature2, 
#pc-support .features .feature3, 
#pc-support .features .feature4, 
#pc-support .features .feature5, 
#pc-support .features .feature6 {
    width: 375px;
}
#pc-support .features .feature1 {
    background-position: 142px 0;
}
#pc-support .features .feature2 {
    background-position: -165px 0;
}
#pc-support .features .feature3 {
    background-position: -475px 0;
}
#pc-support .features .feature4 {
    background-position: -785px 0;
}
#pc-support .features .feature5 {
    background-position: -10px -245px;
}
#pc-support .features .feature6 {
    background-position: -625px -233px;
}
#pc-support .features .feature7 {
    background-position: 70px -603px;
}
#pc-support .features .feature8 {
    background-position: -245px -614px;
}
#pc-support .features .feature9 {
    background-position: -555px -611px;
}
#pc-support .features .feature10 {
    background-position: -870px -625px;
}
#pc-support .features .feature11 {
    background-position: -400px -875px;
    width: 215px;
}
#pc-support .list-icon-style1 li {
    margin: 2% 1% 3%;
    padding-top: 130px;
    width: 210px;
}
#pc-support .tab-overview p {
    text-align: justify;
}
#pc-support .question-answer {
    min-height: 260px;
}
#pc-support .gray_block h3 {
    font-size: 30px;
    line-height: 33px;
}
#pc-support.product_page #tab-overview .grey-bg:first-child{
	margin-top: -106px;
}
#pc-support #breadcrumbs {
    margin-top: 15px;
}
#pc-support .inline-block {
    display: inline-block;
    vertical-align: top;
}
#pc-support #tab-overview h2.frst{
	padding-bottom: 70px;
}
#pc-support .list_style4.style1{
	padding: 0 90px 30px 0;
	font-size: 20px;
}
#pc-support .illustration-pc-support-1:after {
    content: "";
    display: inline-block;
    height: 345px;
    width: 34%;
    background: transparent url("/imagesv2/illustrations/illustration-icon-001.png") no-repeat scroll right 0;
    position: relative;
    text-align: left;
}
#pc-support .illustration-pc-support-2:before{
    content: "";
    float: left;
    height: 400px;
    width: 553px;
    background: transparent url("/imagesv2/illustrations/illustration-corner-trust-2.png") no-repeat scroll 0 0;
}
#pc-support .illustration-pc-support-2 h2 {
    text-align: left !important;
    font-size: 34px;
}
/********* livepcsupport ************/
#livepcsupport .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#livepcsupport .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#livepcsupport .float-left { 
    width: 70%;
}
#livepcsupport .product-icon {
    background: url("../../imagesv2/pc-support-icon-big.png") no-repeat scroll 0 0 transparent;
    float: right !important;
    height: 240px;
    width: 226px;
    margin: 90px 100px 0 0;
    cursor: pointer;
}
#livepcsupport .product-icon:hover {
    background-position: 0 -381px;
}
#livepcsupport .contentSlider .text p {
    font-size: 18px;
    line-height: 21px;
}
#livepcsupport .gray_block h3 {
    font-size: 30px;
    line-height: 33px;
}
#livepcsupport.product_page #tab-overview .grey-bg:first-child{
	margin-top: -71px;
}
#livepcsupport #breadcrumbs {
    margin-top: 15px;
}
#livepcsupport .inline-block {
    display: inline-block;
    vertical-align: top;
}
#livepcsupport #tab-overview h2.frst{
	padding-bottom: 70px;
}
#livepcsupport .list_style4.style1{
	padding: 0 90px 30px 0;
	font-size: 20px;
}
#livepcsupport .illustration-livepcsupport:after {
    content: "";
    display: inline-block;
    height: 376px;
    width: 47%;
    background: transparent url("/imagesv2/illustrations/illustration-livepcsupport.png") no-repeat scroll right 0;
	position: relative;
	text-align: left;
}
#livepcsupport .illustration-livepcsupport2:before{
	content: "";
	float: left;
	height: 400px;
	width: 553px;
	background: transparent url("/imagesv2/illustrations/illustration-corner-trust-2.png") no-repeat scroll 0 0;
}
/********* corner-trust ********/
#corner-trust .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#corner-trust .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#corner-trust .contentSlider .text p {
    font-size: 18px;
    line-height: 22px;
}
#corner-trust.product_page #tab-overview .grey-bg:first-child{
	margin-top: -71px;
}
#corner-trust #breadcrumbs {
    margin-top: 15px;
}
#corner-trust .inline-block {
    display: inline-block;
    vertical-align: top;
}
#corner-trust .list_style4.style1{
	padding: 50px 90px 30px 0;
	font-size: 20px;
}
#corner-trust .illustration-corner-trust:after {
    content: "";
    display: inline-block;
    height: 320px;
    width: 37%;
    background: transparent url("/imagesv2/illustrations/illustration-corner-trust-1.png") no-repeat scroll right 0;
	position: relative;
	text-align: left;
}
#corner-trust .illustration-corner-trust2:before{
	content: "";
	float: left;
	height: 390px;
	width: 553px;
	background: transparent url("/imagesv2/illustrations/illustration-corner-trust-2.png") no-repeat scroll 0 0;
}
#corner-trust .features{
    text-align: center;
}
#corner-trust .features div{
    width: 370px;
    display: inline-block;
    height: 100px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/comodo-corneroftrust-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#corner-trust .features div h4, #corner-trust .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#corner-trust .features .feature1{
    background-position: 145px 5px;
}
#corner-trust .features .feature2{
    background-position: -225px 5px;
}
#corner-trust .features .feature3{
    background-position: -590px 5px;
}
#corner-trust .features .feature4{
    background-position: 145px -265px;
}
#corner-trust .features .feature5{
    background-position: -230px -265px;
}
#corner-trust .features .feature6{
    background-position: -590px -265px;
}
/********* endpoint-security-manager ********/
#endpoint-security-manager .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#endpoint-security-manager .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#endpoint-security-manager .contentSlider .text p {
    font-size: 18px;
    line-height: 22px;
}
#endpoint-security-manager .float-left { 
    width: 70%;
}
#endpoint-security-manager .contentSlider .image img {
    margin-top: 65px;
}
#endpoint-security-manager .product-icon{
    background: url("../../imagesv2/esm-icon.png") no-repeat scroll 0 0 transparent;
    float: right !important;
    height: 240px;
    width: 226px;
    margin: 0 100px 0 0;
    padding-top: 240px;
    text-align: center;
}
#endpoint-security-manager .gray_block h3 {
    font-size: 30px;
    line-height: 33px;
}
#endpoint-security-manager #tab-overview h2.frst{
	padding-bottom: 70px;
}
#endpoint-security-manager.product_page #tab-overview .grey-bg:first-child{
	margin-top: -96px;
}
#endpoint-security-manager .inline-block {
    display: inline-block;
    vertical-align: top;
}
#endpoint-security-manager .list_style4.style1{
    padding: 0 90px 30px 0;
    font-size: 20px;
}
#endpoint-security-manager .illustration-esm-1:after {
    content: "";
    display: inline-block;
    height: 367px;
    width: 46%;
    background: transparent url("/imagesv2/illustrations/illustration-esm-1.png") no-repeat scroll right 0;
    position: relative;
    text-align: left;
}
#endpoint-security-manager .illustration-esm-2:before{
    content: "";
    float: left;
    height: 725px;
    width: 553px;
    background: transparent url("/imagesv2/illustrations/illustration-esm-2.png") no-repeat scroll 0 0;
}
#endpoint-security-manager .illustration-esm-2 h2 {
    text-align: left !important;
    font-size: 34px;
}
#endpoint-security-manager li span.bpopup {color:#6699CC;cursor:pointer;text-decoration:underline;cursor:pointer;}

#endpoint-security-manager .features{
    text-align: center;
}
#endpoint-security-manager .features div{
    width: 370px;
    display: inline-block;
    height: 100px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/comodo-endpoint-security-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#endpoint-security-manager .features div h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#endpoint-security-manager .features .feature1{
    background-position: 145px 0;
}
#endpoint-security-manager .features .feature2{
    background-position: -240px 0;
}
#endpoint-security-manager .features .feature3{
    background-position: -590px 0;
}
#endpoint-security-manager .features .feature4{
    background-position: -960px 0;
}
#endpoint-security-manager .features .feature5{
    background-position: 140px -258px;
}
#endpoint-security-manager .features .feature6{
    background-position: -230px -258px;
}
#endpoint-security-manager .features .feature7{
    background-position: -580px -258px;
}
#endpoint-security-manager .features .feature8{
    background-position: -965px -258px;
}
#endpoint-security-manager .features .feature9{
    background-position: 140px -548px;
}
#endpoint-security-manager .features .feature10{
    background-position: -220px -548px;
}
#endpoint-security-manager .features .feature11{
    background-position: -590px -548px;
}
#endpoint-security-manager .features .feature12{
    background-position: -965px -548px;
}
#endpoint-security-manager .features .feature13{
    background-position: 155px -835px;
}
#endpoint-security-manager .features .feature14{
    background-position: -225px -835px;
}
#endpoint-security-manager .features .feature15{
    background-position: -585px -840px;
}
#endpoint-security-manager .features .feature16{
    background-position: -960px -830px;
}
/********* it-help ************/
#it-help .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#it-help .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#it-help .float-left { 
    width: 70%;
}
#it-help .product-icon {
    background: url("../../imagesv2/pc-support-icon-big.png") no-repeat scroll 0 0 transparent;
    float: right !important;
    height: 240px;
    width: 226px;
    margin: 60px 100px 0 0;
    cursor: pointer;
}
#it-help .product-icon:hover {
    background-position: 0 -381px;
}
#it-help .contentSlider .text p {
    font-size: 18px;
    line-height: 21px;
}
#it-help .gray_block h3 {
    font-size: 30px;
    line-height: 33px;
}
#it-help #tab-overview h2.frst{
	padding-bottom: 70px;
}
#it-help.product_page #tab-overview .grey-bg:first-child{
	margin-top: -71px;
}
#it-help .inline-block {
    display: inline-block;
    vertical-align: top;
}
#it-help .list_style4.style1{
    padding: 0 90px 30px 0;
    font-size: 20px;
}
#it-help .illustration-pc-support-1:after {
    content: "";
    display: inline-block;
    height: 329px;
    width: 29%;
    background: transparent url("/imagesv2/illustrations/illustration-icon-001.png") no-repeat scroll right 0;
    position: relative;
    text-align: left;
}
#it-help .illustration-pc-support-2:before{
    content: "";
    float: left;
    height: 420px;
    width: 553px;
    background: transparent url("/imagesv2/illustrations/illustration-corner-trust-2.png") no-repeat scroll 0 0;
}
#it-help .illustration-pc-support-2 h2 {
    text-align: left !important;
    font-size: 34px;
}
#it-help #breadcrumbs {
    margin-top:15px;
}
/****** cleaning-essentials *******/
#cleaning-essentials .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#cleaning-essentials .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#cleaning-essentials .float-left { 
    width: 55%;
}
#cleaning-essentials .product-icon {
    background: url("../../imagesv2/web-cleaning-essentials-icon.png") no-repeat scroll 20px 20px transparent;
    float: right;
    height: 100px;
    margin: 60px 70px 65px 0;
    padding: 250px 0 0;
    width: 280px;
    text-align: center;
}
#cleaning-essentials .gray_block h3 {
    font-size: 30px;
    line-height: 33px;
}
#cleaning-essentials #tab-overview h2.frst{
	padding-bottom: 70px;
}
#cleaning-essentials.product_page #tab-overview .grey-bg:first-child{
	margin-top: -96px;
}
#cleaning-essentials .inline-block {
    display: inline-block;
    vertical-align: top;
}
#cleaning-essentials .list_style4.style1{
    padding: 0 90px 30px 0;
    font-size: 20px;
}
#cleaning-essentials .illustration-cleaning-essentials:after {
    content: "";
    display: inline-block;
    height: 450px;
    width: 42%;
    background: transparent url("/imagesv2/illustrations/illustration17.png") no-repeat scroll right 0;
    position: relative;
    text-align: left;
}
#cleaning-essentials .illustration-cleaning-essentials3:before{
    content: "";
    float: left;
    height: 420px;
    width: 553px;
    background: transparent url("/imagesv2/illustrations/illustration-cleaning-essentials-2.png") no-repeat scroll 0 0;
}
#cleaning-essentials .illustration-cleaning-essentials3 h2 {
    text-align: left !important;
    font-size: 34px;
}
#cleaning-essentials .benefits {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #666666;
    display: inline-block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    padding: 42px 0 30px;
    width: 100%;
}
#cleaning-essentials .benefits.web-clearing div {
    float: none;
    display: inline-block;
    height: 125px;
    padding: 155px 35px 1px;
    text-align: center;
    vertical-align: top;
    width: 320px;
    border: none;
    background: none;
    background: url("../../imagesv2/web-cleaning-essentials-icons-set.png") no-repeat scroll 0 0 transparent;
}
#cleaning-essentials .benefits.web-clearing div.control{
    background-position: 150px 20px;
}
#cleaning-essentials .benefits.web-clearing div.antivirus{
    background-position: -250px 20px;
}
#cleaning-essentials .benefits.web-clearing div.statistics{
    background-position: -670px 20px;
}
#cleaning-essentials .benefits div h4 {
    color: #5a8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
#cleaning-essentials div.f-l {
    float: left;
    width: 50%;
}
#cleaning-essentials .product-tiser {
    border-bottom: medium none;
    height: 50px;
    margin: 0 46px 0 0;
    padding-top: 40px;
    width: 350px;
    float: left;
}
#cleaning-essentials .faq-column {
    float: left;
    margin: 0 20px;
    width: 360px;
}
#cleaning-essentials .question-answer {
    /*border-bottom: medium none;*/
    float: left;
    margin: 0 40px 0 0;
    padding: 0 0 25px;
    width: 100%;
}
#cleaning-essentials .question-answer h3 {
    font-size: 22px;
    padding: 20px 0 18px;
}
#cleaning-essentials .select-operating {
    
}
#cleaning-essentials .select-operating select.select_box {
    font-size: 14px;
    margin: 10px 0;
    width: 264px;
}
#cleaning-essentials .features{
    text-align: center;
}
#cleaning-essentials .features div{
    width: 370px;
    display: inline-block;
    height: 100px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/comodo-cleaning-essentials-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#cleaning-essentials .features div h4, #cleaning-essentials .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#cleaning-essentials .features .feature1{
    background-position: 145px 0;
}
#cleaning-essentials .features .feature2{
    background-position: -225px 0;
}
#cleaning-essentials .features .feature3{
    background-position: -595px 0px;
}
#cleaning-essentials .features .feature4{
    background-position: -965px 3px;
}
#cleaning-essentials .features .feature5{
    background-position: 145px -265px;
}
#cleaning-essentials .features .feature6{
    background-position: -230px -265px;
}
#cleaning-essentials .features .feature7{
    background-position: -590px -268px;
}
#cleaning-essentials .features .feature8{
    background-position: -960px -270px;
}
#cleaning-essentials .features .feature9{
    background-position: 140px -560px;
}
#cleaning-essentials .features .feature10{
    background-position: -230px -560px;
}
#cleaning-essentials .features .feature11{
    background-position: -590px -560px;
}
#cleaning-essentials .features .feature12{
    background-position: -960px -560px;
}
#cleaning-essentials .features .feature13{
    background-position: 140px -845px;
}
#cleaning-essentials .features .feature14{
    background-position: -215px -845px;
}
#cleaning-essentials .features .feature15{
    background-position: -580px -845px;
}
/** certificate-manager ****/
#certificate-manager .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#certificate-manager .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#certificate-manager .float-left { 
    width: 70%;
}
#certificate-manager .product-icon{
    background: url("../../imagesv2/certificate-manager-icon-big.png") no-repeat scroll 20px 20px transparent;
    float: right;
    height: 100px;
    margin: 40px 70px 30px 0;
    padding: 200px 0 0;
    width: 280px;
    cursor: pointer;
}
#certificate-manager .product-icon:hover{
    background-position: 20px -361px;
}
#certificate-manager .benefits div h4 {
    color: #5a8698;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: normal;
}
#certificate-manager .benefits{
    text-align: center;
}
#certificate-manager .benefits-title1{
    background: url("../../imagesv2/web-certificate-manager-icons-set.png") no-repeat scroll 100px -15px transparent;
    width: 100%;
    height: 50px;
    display: inline-block;
    margin: 40px 0;
}
#certificate-manager .benefits-title2{
    background: url("../../imagesv2/web-certificate-manager-icons-set.png") no-repeat scroll 100px -300px transparent;
    width: 100%;
    height: 50px;
    display: inline-block;
    margin: 40px 0;
}
#certificate-manager .benefits {
    border-bottom: 0px none;
    border-top: 0px none;
}
#certificate-manager .benefits div{
    background: url("../../imagesv2/web-certificate-manager-icons-set.png") no-repeat scroll 0 0 transparent;
    height: 90px;
    padding: 90px 0 0;
    width: 220px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
#certificate-manager .benefits div:hover{
    background: url("../../imagesv2/web-certificate-manager-icons-set-hover.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 50px;
    padding: 90px 0 0;
    width: 220px;
}
#certificate-manager .benefits div.management{
    background-position: -100px -90px;
    margin: 0 100px;
}
#certificate-manager .benefits div.improving-security{
    background-position: -720px -90px;
    margin: 0 100px;
}
#certificate-manager .benefits div.management-time{
    background-position: 85px -370px;
}
#certificate-manager .benefits div.legal-fees{
    background-position: -155px -370px;
}
#certificate-manager .benefits div.development{
    background-position: -405px -370px;
}
#certificate-manager .benefits div.operations{
    background-position: -655px -370px;
}
#certificate-manager .benefits div.costs{
    background-position: -905px -370px;
}
#certificate-manager .gray_block h3 {
    font-size: 30px;
    line-height: 33px;
}
#certificate-manager .gray_block h3 span {
    font-weight: 600;
}
#certificate-manager #tab-overview h2.frst{
	padding-bottom: 70px;
}
#certificate-manager.product_page #tab-overview .grey-bg:first-child{
	margin-top: -72px;
}
#certificate-manager .inline-block {
    display: inline-block;
    vertical-align: top;
}
#certificate-manager .list_style4.style1{
    padding: 0 90px 30px 0;
    font-size: 20px;
}
#certificate-manager .illustration-certificate-manager-1:after {
    content: "";
    display: inline-block;
    height: 270px;
    width: 45%;
    background: transparent url("/imagesv2/illustrations/illustration40.png") no-repeat scroll right 0;
    position: relative;
    text-align: left;
	top: -20px;
}
#certificate-manager .width-46 {
    font-size: 20px;
	width: 40%;
}
#certificate-manager .illustration-certificate-manager-2:before{
    content: "";
    float: left;
    height: 434px;
    width: 553px;
    background: transparent url("/imagesv2/illustrations/illustration-esm-2.png") no-repeat scroll 0 0;
}
#certificate-manager .illustration-certificate-manager-2 h2 {
    text-align: left !important;
    font-size: 34px;
}
#certificate-manager #breadcrumbs {
    margin-top: 15px;
}
/** secure-email-certificates ****/
#secure-email-certificates .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#secure-email-certificates .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#secure-email-certificates .product-icon {
    background: url("../../imagesv2/secure-email-certificate-icon.png") no-repeat scroll 20px 20px transparent;
    float: right;
    height: 260px;
    margin: 40px 70px 65px 0;
    width: 280px;
}
#secure-email-certificates .product-icon:hover {
    background-position: 20px -371px;
}
#secure-email-certificates .float-left{ 
    width: 70%;
}
#secure-email-certificates .features {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #666666;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    padding: 56px 0 46px;
    width: 100%;
    text-align: center;
}

#secure-email-certificates .features div {
    background: url("../../imagesv2/secure-email-certificate-icons-set.png") no-repeat scroll 0 0 transparent;
    width: 233px;
    height: 40px;
    padding: 130px 0 0;
    display: inline-block;
    text-align: center;
    margin: 0 65px;
    border: 1px solid transparent;
}
#secure-email-certificates .features div:hover {
    background-color: #F6FAFB;
    border: 1px solid #D3DFE5;
    border-radius: 3px;
}
#secure-email-certificates .features .featur1 {
    background-position: 80px -163px;
}
#secure-email-certificates .features .featur1:hover {
    background-position: 80px 30px;
}
#secure-email-certificates .features .featur2 {
    background-position: -137px -163px;
}
#secure-email-certificates .features .featur2:hover {
    background-position: -137px 30px;
}

#secure-email-certificates .features .featur3 {
    background-position: -376px -163px;
}

#secure-email-certificates .features .featur3:hover {
    background-position: -376px 30px;
}

#secure-email-certificates .features .featur4 {
    background-position: -597px -163px;
}

#secure-email-certificates .features .featur4:hover {
    background-position: -597px 30px;
}

#secure-email-certificates .features .featur5 {
    background-position: -821px -163px;
}

#secure-email-certificates .features .featur5:hover {
    background-position: -821px 30px;
}
#secure-email-certificates .features .featur6 {
    background-position: -1028px -163px;
}
#secure-email-certificates .features .featur6:hover {
    background-position: -1028px 29px;
}
#secure-email-certificates .features div:hover h3 {
    background: url("../../imagesv2/code-signing-block-title-bg.png") no-repeat scroll -239px 0 transparent;
    color: #ffa800;
}
#secure-email-certificates .features div h4 {
    color: #5A8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
#secure-email-certificates .contentTab .text h4 {
    color: #5A8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
#secure-email-certificates .contentTab .text p {
    font-size: 15px;
    padding: 20px 0;
}
#secure-email-certificates .contentTab .text {
    line-height: 23px;
    margin-top: 20px;
    text-align: center;
}
#secure-email-certificates h3.handwrited {
    font-family: 'journalregular', cursive;
    font-size: 46px;
    color: #00b9ff;
}
#secure-email-certificates .gray_block h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    line-height: 33px;
}

#secure-email-certificates .gray_block h3 span {
    font-weight: 600;
}
/** two-factor-authentication ****/
#two-factor-authentication .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#two-factor-authentication .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#two-factor-authentication.product_page .contentSlider {
    padding-top: 0;
}
#two-factor-authentication .gray_block h3 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 32px;
    line-height: 33px;
    /*padding: 40px 0 0;*/
}
#two-factor-authentication .float-left{ width: 70%;}
#two-factor-authentication .gray_block h3 span {
    font-weight: 600;
}
#two-factor-authentication .product-icon{
    background: url("../../imagesv2/tfa-icon.png") no-repeat scroll 20px 20px transparent;
    float: right;
    height: 250px;
    margin: 40px 70px 65px 0;
    width: 280px;
    cursor: pointer;
}
#two-factor-authentication .product-icon:hover{
    background-position: 20px -330px;
}
#two-factor-authentication .features {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #666666;
    display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    padding: 65px 0 90px;
    width: 100%;
    text-align: center;
}


#two-factor-authentication .features div{
    background: url("../../imagesv2/tfa-icon-set.png") no-repeat scroll 0 0 transparent;
    width: 610px;
    padding: 110px 0 0;
    display: inline-block;
    text-align: center;
}

#two-factor-authentication .features .feature1{
	background-position: 270px 0;
}

#two-factor-authentication .features .feature1:hover{
	background-position: 270px -237px;
}

#two-factor-authentication .features .feature2{
	background-position: -355px 0;
}

#two-factor-authentication .features .feature2:hover{
	background-position: -355px -237px;
}

#two-factor-authentication .features div:hover h3{
    background: url("../../images/code-signing-block-title-bg.png") no-repeat scroll -239px 0 transparent;
    color: #ffa800;
}

#two-factor-authentication .features div h4 {
    color: #5A8698;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
#two-factor-authentication #tab-overview h2.frst{
    padding-bottom: 70px;
    text-align: center !important;
}
#two-factor-authentication.product_page #tab-overview .grey-bg:first-child{
	margin-top: -72px;
}
#two-factor-authentication .inline-block {
    display: inline-block;
    vertical-align: top;
}
#two-factor-authentication .list_style4.style1{
    padding: 0 90px 30px 0;
    font-size: 20px;
}
#two-factor-authentication .illustration-two-factor:after {
    content: "";
    display: inline-block;
    height: 230px;
    width: 22%;
    background: transparent url("/imagesv2/illustrations/illustration-icon-004.png") no-repeat scroll right 0;
    position: relative;
    text-align: left;
}
#two-factor-authentication .illustration-two-factor h2 {
    text-align: left !important;
    font-size: 34px;
}
#two-factor-authentication #breadcrumbs {
    margin-top: 15px;
}
/** antispam-gateway ****/
#antispam-gateway .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#antispam-gateway .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#antispam-gateway .float-left.first {
    width: 70%;
}
#antispam-gateway .float-left.second {
    width: 26%;
}
#antispam-gateway .star-rating {
    display: block;
    min-height: 30px;
}
#antispam-gateway h3 {
    padding-bottom: 15px;
}
/**antivirus-for-mac****/
#antivirus-for-mac .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#antivirus-for-mac .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#antivirus-for-mac .features{
    text-align: center;
}
#antivirus-for-mac .features div{
    width: 370px;
    display: inline-block;
    height: 140px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/cis-antivirus-for-mac-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#antivirus-for-mac .features div h4, #antivirus-for-mac .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#antivirus-for-mac .features .feature1{
    background-position: 110px -26px;
}
#antivirus-for-mac .features .feature2{
    background-position: -230px -30px;
}
#antivirus-for-mac .features .feature3{
    background-position: -595px -33px;
}
#antivirus-for-mac .features .feature4{
    background-position: -985px -30px;
}
#antivirus-for-mac .features .feature5{
    background-position: 100px -275px;
}
#antivirus-for-mac .features .feature6{
    background-position: -233px -276px;
}
#antivirus-for-mac .features .feature7{
    background-position: -580px -271px;
}
#antivirus-for-mac .features .feature8{
    background-position: -983px -275px;
}
/**antivirus-for-linux****/
#antivirus-for-linux .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#antivirus-for-linux .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#antivirus-for-linux .features{
    text-align: center;
}
#antivirus-for-linux .features div{
    width: 370px;
    display: inline-block;
    height: 140px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/cis-antivirus-for-linux-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#antivirus-for-linux .features div h4, #antivirus-for-linux .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#antivirus-for-linux .features .feature1{
    background-position: 140px 0;
}
#antivirus-for-linux .features .feature2{
    background-position: -595px -25px;
}
#antivirus-for-linux .features .feature3{
    background-position: -230px -14px;
}
#antivirus-for-linux .features .feature4{
    background-position: -960px -32px;
}
#antivirus-for-linux .features .feature5{
    background-position: 140px -270px;
}
#antivirus-for-linux .features .feature6{
    background-position: -596px -270px;
}
#antivirus-for-linux .features .feature7{
    background-position: -223px -270px;
}
#antivirus-for-linux .features .feature8{
    background-position: -980px -270px;
}
/** rescue-disk ****/
#rescue-disk .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#rescue-disk .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#rescue-disk .features{
    text-align: center;
}
#rescue-disk .features div{
    width: 370px;
    display: inline-block;
    height: 90px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/comodo-rescue-disk-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#rescue-disk .features div h4, #rescue-disk .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#rescue-disk .features .feature1{
    background-position: 145px -5px;
}
#rescue-disk .features .feature2{
    background-position: -235px -5px;
}
#rescue-disk .features .feature3{
    background-position: -595px 0px;
}
#rescue-disk .features .feature4{
    background-position: -965px 5px;
}
#rescue-disk .features .feature5{
    background-position: 145px -265px;
}
#rescue-disk .features .feature6{
    background-position: -230px -265px;
}
#rescue-disk .features .feature7{
    background-position: -590px -265px;
}
#rescue-disk .features .feature8{
    background-position: -960px -265px;
}
#rescue-disk .features .feature9{
    background-position: 140px -555px;
}
/*** anti-malware ****/
#anti-malware .btngroup p {
    font-size: 14px;
    padding-top: 5px;
    display: block;
    width: 250px;
    padding: 5px 0 0 0;
    clear: both;
    text-align: center;
    line-height: 16px;
}
#anti-malware .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#anti-malware .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#anti-malware .features{
    text-align: center;
}
#anti-malware .features div{
    width: 370px;
    display: inline-block;
    height: 130px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/comodo-boclean-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#anti-malware .features div h4, #anti-malware .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#anti-malware .features .feature1{
    background-position: 145px 1px;
}
#anti-malware .features .feature2{
    background-position: -225px 1px;
}
#anti-malware .features .feature3{
    background-position: -595px 0px;
}
#anti-malware .features .feature4{
    background-position: -965px 5px;
}
#anti-malware .features .feature5{
    background-position: 145px -265px;
}
#anti-malware .features .feature6{
    background-position: -230px -265px;
}
#anti-malware .features .feature7{
    background-position: -590px -265px;
}
#anti-malware .features .feature8{
    background-position: -960px -265px;
}
/** icedragon-browser ****/
#icedragon-browser .middle .text h1 {
    margin:5px 0 0 0;
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#icedragon-browser .middle .text .h1space {
    margin-top: 135px;
    display: block;
}
#icedragon-browser .product-icon {
    background: transparent url("../../imagesv2/dragon-icon.png") no-repeat scroll 0 0;
    float: right !important;
    height: 230px;
    width: 300px;
    cursor: pointer;
}
#icedragon-browser .product-icon:hover{
    background-position: 0 -374px;
}
#icedragon-browser .features{
    text-align: center;
}
#icedragon-browser .features div{
    width: 370px;
    display: inline-block;
    height: 220px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/comodo-icedragon-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#icedragon-browser .features div h4, #icedragon-browser .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#icedragon-browser .features .feature1{
    background-position: 145px 5px;
}
#icedragon-browser .features .feature2{
    background-position: -225px 5px;
}
#icedragon-browser .features .feature3{
    background-position: -595px 0px;
}
.benefits-dragon div {
    background: url("../../imagesv2/dragon-overview-icons.png") no-repeat scroll 80px 0 transparent;
}

.benefits-dragon div.safe {
    background-position: 80px 0;
}

.benefits-dragon div.speed {
    background-position: -165px 0;
}

.benefits-dragon div.interface {
    background-position: -403px 0;
}

.benefits-dragon div.plugins {
    background-position: -642px 0;
}

.benefits-dragon div.no-more {
    background-position: -880px 0;
}

.benefits-dragon div.safe:hover {
    background-position: 80px -184px;
}

.benefits-dragon div.speed:hover {
    background-position: -165px -184px;
}

.benefits-dragon div.interface:hover {
    background-position: -403px -184px;
}

.benefits-dragon div.plugins:hover {
    background-position: -642px -184px;
}

.benefits-dragon div.no-more:hover {
    background-position: -880px -184px;
}

.benefits-dragon div {
    color: #666666;
    display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    height: 65px;
    padding: 115px 21px 1px;
    text-align: center;
    vertical-align: top;
    width: 180px;
}

.benefits-dragon div h4, .benefits-dragon div span.h4-class{
    color: #5a8698;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
}
.benefits-dragon {
    border-bottom: none;
    border-top: 1px solid #E5E5E5;
    display: inline-block;
    margin: 40px 0 0;
    padding: 65px 0 5px;
}
/**** free-protection ****/
#free-protection .middle .text h1 {
    /*margin:5px 0 0 0;*/
    position:absolute;
    z-index:150;
    /*padding-top: 30px;*/
}
#free-protection .contentSlider.style2 .text {
    min-height: 110px;
}
/**firewall****/
#firewall .middle .text h1 {
    /*margin:5px 0 0 0;*/
    position:absolute;
    z-index:150;
    padding-top: 30px;
}
#firewall .middle .text .h1space {
    margin-top: 120px;
    display: block;
}
#firewall .btn span {
    font-size: 20px;
}
#firewall .buy_btn p {
    font-size: 14px;
    padding-top: 5px;
}
#firewall .contentSlider .image {
    padding-top: 70px;
}
#firewall .features{
    text-align: center;
}
#firewall .features div{
    width: 370px;
    display: inline-block;
    height: 120px;
    text-align: center;
    vertical-align: top;
    padding: 90px 0 0;
    background: url("../../imagesv2/products/icons/comodo-firewall-features-icon-set.png") no-repeat scroll 0 0 transparent;
    margin: 20px 10px 0;
}
#firewall .features div h4, #firewall .features div span.feature-h4 {
    color: #5A8698;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 30px;
}
#firewall .features .feature1{
    background-position: 140px 0;
}
#firewall .features .feature2{
    background-position: -230px 0;
}
#firewall .features .feature3{
    background-position: -595px 0;
}
#firewall .features .feature4{
    background-position: -970px 10px;
}
#firewall .features .feature5{
    background-position: 135px -265px;
}
#firewall .features .feature6{
    background-position: -230px -265px;
}
#firewall .features .feature7{
    background-position: -580px -260px;
}
#firewall .features .feature8{
    background-position: -965px -265px;
}
#firewall .features .feature9{
    background-position: 155px -570px;
}
#firewall .features .feature10{
    background-position: -235px -565px;
}
#firewall .features .feature11{
    background-position: -595px -570px;
}
#firewall .features .feature12{
    background-position: -967px -570px;
}
#firewall .features .feature13{
    background-position: 140px -845px;
}
#firewall .features .feature14{
    background-position: -235px -845px;
}
#firewall .features .feature15{
    background-position: -590px -845px;
}
#firewall .features .feature16{
    background-position: -960px -845px;
}
/** free_email_certificate ****/
#free_email_certificate .middle .text h1 {
    /*margin:5px 0 0 0;*/
    position:absolute;
    z-index:150;
    padding-top: 20px;
}
#free_email_certificate .middle .text .h1space {
    margin-top: 120px;
    display: block;
}
/***** security-software ******/
#security-software .middle .text h1 {
    margin:-10px 0 0 0;
    position:absolute;
    z-index:150;
}
#security-software .contentSlider.style2 .text {
    min-height: 90px;
}
#security-software .contentSlider.style2 p {
    padding-top: 85px;
}
#security-software .product_blocks_style1 > div {
    display: inline-block;
    float: none;
    margin-right: 15px;
    text-align: left;
    width: 290px;
}
#security-software div.product1, #security-software div.product2, #security-software div.product3, #security-software div.product4 {
    height: 460px;
}
#security-software .content_wrapper ul.list_style2 {
    list-style: none;
    font-size: 13px;
}
#security-software .product_blocks_style1 {
    padding-top: 30px;
	text-align: center;
}
#security-software .product_blocks_style1 .btn {
	font-size: 16.5px;
	line-height: 17px;
	padding: 12px;
	font-weight: 700;
    min-width: 140px;
	background: #ff8a00;
    border: 1px solid #db6700;
	border-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0, 0, 6, 0.5);
}
#security-software .product_blocks_style1 .btn:before,
#security-software .product_blocks_style1 .btn:after {
    content: none;
}
#security-software .contentSlider {
    background: url("/imagesv2/security-software-banner.jpg") no-repeat scroll center top #d3e5eb;
    background-size: cover;
}
#security-software .list_style2 li:before{
    bottom: -3px;
    color: green;
    content: "+";
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
}

#security-software .list_style7 li{
	font-weight: 600;
    margin-left: 15px;
    position: relative;
}

#security-software .list_style7 li:before {
    background-color: #39b54a;
    content: "";
    display: inline-block;
    height: 6px;
    left: -12px;
    position: absolute;
    top: 9px;
    width: 6px;
}

#security-software .grey-bg{
	background-color: #eff6f7;
	margin: 0;
	padding: 0 !important;
	text-align: left;
}

#security-software .product_blocks_style1  h2 {
    display: block;
    text-align: left !important;
	padding: 20px 0 60px;
}

#security-software .product_blocks_style1 {
    padding-bottom: 0;
}

#security-software .content_wrapper .product_blocks_style1 h3{
	font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}



/* =Breadcrumbs (below secondary nav)
----------------------------------------------------------------------------------------------------*/
#breadcrumbs {
    background: #fff;
    padding: 0 18px;
    /*width: 1240px;*/
    margin: 5px auto 25px auto;
}
#breadcrumbs .flt{
    float:left;
}
#breadcrumbs ol {
    /*border-top: 1px solid #d9d9d9;*/
    /*border-bottom: 1px solid #d9d9d9;*/
    height: 38px;
    line-height: 38px;
    padding-left: 16px;
}
#breadcrumbs ol li {
    float:left;
    font-size: 12px;
}
#breadcrumbs a {
    background: url(../imagesv2/bullets/grey-arrow.gif) no-repeat right center;
    color: #999;
    margin-right: 10px;
    padding-right: 14px;
    font-size: 12px;
    display: inline-block;
}
#breadcrumbs li.this-prod, #breadcrumbs .bclast a span, #breadcrumbs .flt:last-child span {
    color: #00B9FF;
    font-weight: bold;
    font-size: 12px;
}
#breadcrumbs .bclast a {
    background: none;
}
/********** case-study *********/
#case-study .contentSlider {
    background: url("/imagesv2/news-top-bg.jpg") no-repeat scroll center top #D3E5EB;
    background-size: cover;
}
#case-study p.italic-blue{
    color: #00B9FF;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    line-height: 25px;
}
#case-study p.italic-blue{
    background: url("/imagesv2/drops.png") no-repeat scroll center top transparent;
    padding: 25px 0 0;
}
#case-study #tabs-1, #case-study #tabs-2, #case-study #tabs-3, #case-study #tabs-4{
    width: 805px;
    margin: 100px auto 100px;
}
#case-study #tabs .name {
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0 70px;
    text-align: center;
}
#case-study #tabs .name span{
    font-weight: 600;
}
#case-study #tabs-2 p.italic-blue{
	background: url("/imagesv2/family-fund.png") no-repeat scroll center top transparent;
	padding: 290px 0 40px;
}
#case-study #tabs-3 p.italic-blue{
	background: url("/imagesv2/fetco-home-decor.png") no-repeat scroll center top transparent;
	padding: 190px 0 40px;
}
#case-study #tabs-3 p.italic-blue:before{
    background: url("/imagesv2/drops.png") no-repeat scroll center top transparent;
    content: "";
    display: inline-block;
    height: 25px;
    width: 100%;
}
#case-study #tabs-4 p.italic-blue{
	background: url("/imagesv2/licking-school-district.png") no-repeat scroll center top transparent;
	padding: 190px 0 40px;
}
#case-study #tabs-2 .name {
    text-align: left;
}
#case-study #tabs-2 p{
	font-style: italic;
}
/** Newsroom***/
#news .row p:first-child {
    color: #00b9ff;
    font-weight: normal;
    font-style: italic;
}
#news .contentTab a::before {
    height: 21px;
    width: auto;
}
#news input[type="text"], #news select {
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #999999;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 5%;
    width: 40%;
}
/***About Us****/
.about-us .contentSlider {
    background: url("../../imagesv2/about-us-header-bg.jpg") no-repeat scroll center top #d1e5ec;
    background-size: cover;
}
/****** Home Comodo-one-banner *****/
#home #comodo-one-banner {
    background-color: #038FD4;
    min-height: 263px; 
    margin-top: -15px;
    color: #FFF;
}
#home #comodo-one-banner div.first-line {
    display: block;
    width: 86%;
    margin: 15px auto 10px auto;
    padding: 15px;
    color:#ffffff;
    font-size:26px;
    line-height: 1.5;
}
#home #comodo-one-banner div.second-line {
    background: url(/imagesv2/comodo-one-banner-logo.jpg) no-repeat 10px center #039BE5;
    height: 75px;
    text-align: right;
    padding:30px 20px 0 0;
}
/*** General style correction **/
    /**** General FAQ style *****/
    .question-answer .h3-style-topic, .question-answer h4 {
        font-size: 22px;
        padding: 20px 0 18px;
        color: #333333;
        font-weight: normal;
        line-height: 34px;
    }
    .faq-column {
        float: left;
        margin: 0 20px;
        max-width: 360px;
    }
    .question-answer {
        float: left;
        margin: 0 40px 0 0;
        padding: 0 0 25px;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        min-height: 265px;
    }
    .question-answer:last-child {
        border: medium none;
    }
    /**** ****/

ul.list_style3 li {
    list-style: none;
}
.list_style1 li{
    background-position: -7px -2px;
}
body .content_wrapper ul.list_style1 {
    font-size: 15px;
    line-height: 22px;
}
.float-left-main-block {
    float: left;
    width: 70%;
}
.float-left-bar-block {
    float: left;
    width: 28%;
}
.float-left, .float-left-48 {
    float: left;
    width: 48%;
}
.width-56 {
    width: 56%;
}
.width-46 {
    width: 46%;
}
.float-left.first, .float-left.firstcol {
    padding-right: 20px;
}
.float-right{
    float: right;
}
.content_wrapper h2 {
    padding: 0 0 30px;
    color: #333333;
}
.contentTab h3, .content_wrapper h3 {
    /*color: #00b9ff;*/
    color: #333;
    padding: 0;
}
.content_wrapper .product_blocks_style1 h3, 
.content_wrapper .product_blocks_style2 h3, 
.content_wrapper .product_blocks_style2 h1.custom,  
.content_wrapper .product_blocks_style2 h4.custom,
.content_wrapper .product_blocks_style2 div.h3-style-custom,
.content_wrapper .product_blocks_style2 h4.h3-style-custom{
	color: #222222;
	display: table-cell;
	font-size: 28px;
	font-weight: 600;
	height: 66px;
	line-height: 30px;
	padding: 0 0 20px 77px;
	vertical-align: middle;
}
.content_wrapper .product_blocks_style2 .pci-scanning h4.custom {
    background: transparent url("/imagesv2/pci-scanning-icon.png") no-repeat scroll 0 0;
}
.content_wrapper .product_blocks_style2 .two-factor-authentication h4.custom {
    background: transparent url("/imagesv2/two-factor-icon.png") no-repeat scroll 0 0;
}
.content_wrapper .product_blocks_style2 .trast-connect h4.custom {
    background: transparent url("/imagesv2/trast-connect-icon.png") no-repeat scroll 0 5px;
}
.content_wrapper .product_blocks_style2 .antispam-gateway h4.custom {
    background: transparent url("/imagesv2/antispam-gateway-icon-blue.png") no-repeat scroll 0 5px;
}
.product_blocks_style2 .user-trust h1.custom {
    background: transparent url("/imagesv2/user-trust-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .internet-security div.h3-style-custom,
.product_blocks_style2 .internet-security div.h3-style-custom,
.product_blocks_style2 .internet-security h4.h3-style-custom
{
    background: transparent url("/imagesv2/comodo-internet-security-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .mobile-security div.h3-style-custom,
.product_blocks_style2 .mobile-security div.h3-style-custom,
.product_blocks_style2 .mobile-security h4.h3-style-custom
{
    background: transparent url("/imagesv2/mobile-security-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .internet-security-complete div.h3-style-custom,
.product_blocks_style2 .internet-security-complete div.h3-style-custom {
    background: transparent url("/imagesv2/internet-security-complete-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .internet-security-pro div.h3-style-custom,
.product_blocks_style2 .internet-security-pro div.h3-style-custom {
    background: transparent url("/imagesv2/internet-security-pro-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .antispam-gateway div.h3-style-custom,
.product_blocks_style2 .antispam-gateway div.h3-style-custom {
    background: transparent url("/imagesv2/antispam-gateway-icon-blue.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .comodo-ssl div.h3-style-custom,
.product_blocks_style2 .comodo-ssl div.h3-style-custom {
    background: transparent url("/imagesv2/comodo-ssl-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .online-storage div.h3-style-custom,
.product_blocks_style2 .online-storage div.h3-style-custom {
    background: transparent url("/imagesv2/ccloud-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .certificate-manager div.h3-style-custom,
.product_blocks_style2 .certificate-manager div.h3-style-custom {
    background: transparent url("/imagesv2/certificate-manager-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .geekbuddy div.h3-style-custom,
.product_blocks_style2 .geekbuddy div.h3-style-custom {
    background: transparent url("/imagesv2/geekbuddy-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .managed-dns div.h3-style-custom,
.product_blocks_style2 .managed-dns div.h3-style-custom {
    background: transparent url("/imagesv2/dns-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .security-email-certificate div.h3-style-custom,
.product_blocks_style2 .security-email-certificate div.h3-style-custom {
    background: transparent url("/imagesv2/security-email-certificate-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .email-certificate div.h3-style-custom,
.product_blocks_style2 .email-certificate div.h3-style-custom {
    background: transparent url("/imagesv2/email-sertificate-icon-v2.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .backup div.h3-style-custom,
.product_blocks_style2 .backup div.h3-style-custom {
    background: transparent url("/imagesv2/online-backup-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .cloud-scanner div.h3-style-custom,
.product_blocks_style2 .cloud-scanner div.h3-style-custom {
    background: transparent url("/imagesv2/cloud-scanner-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .pc-tuneup div.h3-style-custom,
.product_blocks_style2 .pc-tuneup div.h3-style-custom {
    background: transparent url("/imagesv2/pc-tuneup-green-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .firewall div.h3-style-custom,
.product_blocks_style2 .firewall div.h3-style-custom,
.product_blocks_style2 .firewall h4.h3-style-custom{
    background: transparent url("/imagesv2/firewall-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .rescue-disc div.h3-style-custom,
.product_blocks_style2 .rescue-disc div.h3-style-custom {
    background: transparent url("/imagesv2/rescue-disc-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .unified-comunication div.h3-style-custom,
.product_blocks_style2 .unified-comunication div.h3-style-custom {
    background: transparent url("/imagesv2/unified-comunication-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .cleaning-essentials div.h3-style-custom,
.product_blocks_style2 .cleaning-essentials div.h3-style-custom {
    background: transparent url("/imagesv2/cleaning-essentials.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .programs-manager div.h3-style-custom,
.product_blocks_style2 .programs-manager div.h3-style-custom {
    background: transparent url("/imagesv2/programs-manager-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .free-ssl div.h3-style-custom,
.product_blocks_style2 .free-ssl div.h3-style-custom {
    background: transparent url("/imagesv2/free-ssl.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .antivirus-free div.h3-style-custom,
.product_blocks_style2 .antivirus-free div.h3-style-custom,
.product_blocks_style2 .antivirus-free h4.h3-style-custom{
    background: transparent url("/imagesv2/antivirus-free-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .antivirus-advanced div.h3-style-custom,
.product_blocks_style2 .antivirus-advanced div.h3-style-custom {
    background: transparent url("/imagesv2/antivirus-advanced-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .trast-connect div.h3-style-custom,
.product_blocks_style2 .trast-connect div.h3-style-custom {
    background: transparent url("/imagesv2/trast-connect-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .dragon div.h3-style-custom,
.product_blocks_style2 .dragon div.h3-style-custom {
    background: transparent url("/imagesv2/dragon-small-icon.png") no-repeat scroll 0 5px;
}
.product_blocks_style1 .icedragon div.h3-style-custom,
.product_blocks_style2 .icedragon div.h3-style-custom {
    background: transparent url("/imagesv2/ice-dragon-icon-small.png") no-repeat scroll 0 5px;
}
#pc-security .product_blocks_style1 div.h3-style-custom span,
#pc-security .product_blocks_style2 div.h3-style-custom span,
#pc-security .product_blocks_style2 h4.h3-style-custom span,
#ssl-security .product_blocks_style2 div.h3-style-custom span{
	font-weight: 300;
}
.product_blocks_style1 .programs-manager h2.custom, .product_blocks_style1 .geekbuddy h2.custom {
    color: #222222;
    display: table-cell;
    font-size: 28px;
    font-weight: 600;
    height: 66px;
    line-height: 30px;
    padding: 0 0 20px 77px;
    vertical-align: middle;
}
.product_blocks_style1 .programs-manager h2.custom {
    background: transparent url("/imagesv2/programs-manager-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style1 .geekbuddy h2.custom {
    background: transparent url("/imagesv2/geekbuddy-icon.png") no-repeat scroll 0 0;
}
.product_blocks_style3 a p.h3-style {
    background: transparent url("/imagesv2/e-commerce-icon-set.png") no-repeat scroll 150px 35px;
    color: #333333;
    font-size: 30px;
    line-height: 50px;
    padding: 120px 20px 0;
    text-decoration: none;
}
.product_blocks_style3 div.internet-browsers a p.h3-style {
    background-position: 151px -1942px;
}
.product_blocks_style3 div.internet-browsers:hover a p.h3-style {
    background-position: -256px -1942px;
}
.awards {
    padding: 10px 0;
}
.contentTab div.general-title-h2 {
    color: #00b9ff;
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 40px;
}
.contentTab div.general-title-h3 {
/*    color: #333333;*/
    color: #00b9ff;
    font-size: 30px;
    line-height: 34px;
    padding: 0 0 10px;
}
.contentTab div.general-title-h3-black {
    color: #333333;
    font-size: 30px;
    line-height: 34px;
    padding: 0 0 10px;
}
.contentTab div.general-title-h4 {
/*    color: #333333;*/
    color: #00b9ff;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.contentTab div.general-title-h4-black {
    color: #333333;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
/********* Home ******/
#home .home-slider .text h1 {
    /*margin:5px 0 0 0;*/
    position:absolute;
    z-index:150;
    /*padding-top: 20px;*/
}
#home .home-slider .text .h1space {
    margin-top: 100px;
    display: block;
}
/********* #certificate_autoinstaller ***********/
#certificate_autoinstaller .contentSlider .text {
    float: none;
    width: 100%;
    padding-bottom: 100px;
}
/********* csr_autogenerator ***********/
#csr_autogenerator .contentSlider .text {
    float: none;
    width: 100%;
}
/*** sections ****/

section.sections {
    padding: 50px 0;
    width: 100%;
}
section.sections.main-cta {
    padding: 50px 0;
}
.sections .ctas {
    max-width: 770px;
    margin: auto;
}
.sections .ctas li {
    float: left;
}
.sections .ctas a {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    color: #222222;
    font-size: 24px;
    text-align: center;
    display: block;
    max-width: 250px;
    height: 70px;
}
.sections .ctas a span {
    font-size: 16px;
}
.sections .ctas a.comodoone-cta {
    background: url(../imagesv2/comodo-one-cta.png) no-repeat 33px 25px;
    width:250px;
    padding-top: 150px;
}
.sections .ctas a.comodoone-cta:hover {
    background-position: -200px 25px;
}
.sections .ctas a.sslcertificate-cta {
    background: url(../imagesv2/ssl-certificates-cta.png) no-repeat 73px 0;
    width:250px;
    padding-top: 150px;
}
.sections .ctas a.sslcertificate-cta:hover {
    background-position: -240px 0;
}
.sections .ctas a.endpoint-cta {
    background: url(../imagesv2/endpoint-protection-cta.png) no-repeat 43px 0;
    width:250px;
    padding-top: 150px;
    margin-left: 20px;
}
.sections .ctas a.endpoint-cta:hover {
    background-position: -220px 0;
}
.sections.comodo-one-section {
    background: url(../imagesv2/section-01.jpg) no-repeat;
    background-size: 100% 100%;
    display:block;
    height:556px;
}
.sections.comodo-one-section {
    background: url(../imagesv2/section-01.jpg) no-repeat;
    background-size: 100% 100%;
    display:block;
    height:556px;
}
.sections.sslcertificate-section {
    background: #FFF;
    background-size: 100% 100%;
    display:block;
    height:580px;
}
.sections.endpoint-section {
    background: #8af1f7;
    background-size: 100% 100%;
    display:block;
    height:425px;
}
.sections.news-section {
    background: #3c3f58;
    background-size: 100% 100%;
    display:block;
    height:340px;
}
#phishing-scams .contentTab h3 {
    padding: 0 0 30px;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 1280px) {
    .middle {
        width: 100%;
        padding: 0 10px;
    }
    /* slider */
    
    .home-slider .image {
        margin: 7% 0 0 0;
        width: 30%;
        height: 100%;
    }
    .home-slider .image img {
        width: 100%;
    }
    .home-slider .text {
        /*width: 70%;*/
        margin: 45px 0;
        padding: 50px 20px;
    }
    .home-slider .text .btn {
        padding: 3px 20px;
        font-size: 18px;
        line-height: 31px;
    }
    .home-slider .text .btn.arrow span:after {
        margin-top: -1px;
    }
    /*home-three-boxes*/
    
    .home-three-boxes figure .box-content .left,
    .home-three-boxes figure .box-content .right {
        width: 100%;
        padding: 0 10px;
    }
    .home-three-boxes figure .box-content .right a {
        line-height: 18px;
    }
    #resources-ecommerce-ssl-analysis .contentSlider .text h1 {
        font-size: 30px;
    }
}

@media screen and (min-width: 1280px) {
    /* slider */
    
    .home-slider,
    .home-slider figure {
        min-height: 430px;
    }
	
}

@media screen and (max-width: 1280px) {	
	#security-software .product_blocks_style1 h2 {
		text-align: center !important;
	}
}

@media screen and (max-width: 1100px) {
    #programs-manager .float-left {
        width: 100%;
    }	
	#security-software .product_blocks_style1 h2 {
		text-align: center !important;
	}
	#during-download .form-column {
		padding: 0 5%;
		width: 40%;
	}
	#during-download .name-wra {
		padding: 0 5% 15px;
		width: 40%;
	}
	#during-download #submit-btnnew {
		margin-right: 5%;
	}
	#during-download .submit-btn p{
		padding: 30px 5% 10px 0;
	}
}

@media screen and (max-width: 1024px) {
    /*home-three-boxes*/
    .home-three-boxes figure .box-content .image {
        width: 40%;
    }
    .home-three-boxes figure .box-content.rightImage .image {
        opacity: 0.3;
    }
    .home-three-boxes figure .box-content .image img {
        /*width: 100%;*/
        width: auto;
        float: right;
    }
    .home-three-boxes figure .box-content .btn.arrow span:after {
        display: none;
    }
    
    #ssl-savings .middle .text h1 {
        font-size: 30px;
        line-height: 28px;
        margin: -14px 0 0 0;
    }
    #ssl-savings div.divide-left div.get-bundle-fb { 
        float: none;
        display: block;
    }
    #ssl-savings div.divide-left {
        border-bottom:1px solid #ededed;
        padding-bottom: 15px;
    }
    #ssl-savings div.divide-left, #ssl-savings div.divide-right {
        float: none;
        display: block;
        width: 98%;
        padding-left: 15px;
    }
    #ssl-savings div.divide-left div.get-bundle-fb {
        width: 100%;
    }
    #five.in_page h1.page-title {
        margin:-130px 0 0 0;
    }
    #five.in_page .dvwal, #five.in_page .dvwar {
        width: 98%;
    }
    #download .antivirus-for-linux-download, #download #downarea {
        width: 100%; 
    }
    #we-care-index .middle .text h1 {
        font-size: 34px;
    }
    #we-care-index .contentSlider.style2 .text {
        min-height: 90px;
    }
    #endpoint-security-manager .contentSlider .image img {
        margin-top: 139px;
    }
    #pc-support .contentSlider .image img {
        margin-top: 100px;
    }
    #pci-scan .contentSlider .image img {
        -webkit-transition: all 0.4s linear 0s;
        -moz-transition: all 0.4s linear 0s;
        -o-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
        opacity: 0.24;
    }
    #internet-security-complete .contentSlider .image img {
        -webkit-transition: all 0.4s linear 0s;
        -moz-transition: all 0.4s linear 0s;
        -o-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
        opacity: 0.24;
    }
    #icedragon-browser .contentSlider .image img {
        margin-top:105px;
    }
}

@media screen and (max-width: 960px) {
    #corner-trust .illustration-corner-trust:before,
    #corner-trust .illustration-corner-trust:after,
    #corner-trust .illustration-corner-trust2:before,
    #livepcsupport .illustration-livepcsupport:before,
    #livepcsupport .illustration-livepcsupport:after,
    #livepcsupport .illustration-livepcsupport2:after,
    #livepcsupport .illustration-livepcsupport2:before,
    #cleaning-essentials .illustration-cleaning-essentials:after,
    #cleaning-essentials .illustration-cleaning-essentials3:before,
    #endpoint-security-manager .illustration-esm-1:after,
    #endpoint-security-manager .illustration-esm-2:before,
    #pc-support .illustration-pc-support-1:after,
    #pc-support .illustration-pc-support-2:before,
    #it-help .illustration-pc-support-1:after,
    #it-help .illustration-pc-support-2:before,
    #pci-scan .illustration-pci-compliance-1:after,
    #pci-scan .illustration-pci-compliance-2:before,
    #two-factor-authentication .illustration-two-factor:after,
    #certificate-manager .illustration-certificate-manager-1:after,
    #certificate-manager .illustration-certificate-manager-2:before
    {
            content: none;
    }
    .width-56, .width-46 {
        width: 99%;
    }
    .product_page .grey-bg {
        min-height: 380px;
    }
    .footer .lang {
        display: none;
    }

    /*tab2accordion*/
    .contentTab .tabHead {
        display: none !important;
    }
    .contentTab .middle {
        padding:0;
    }
    .contentTab .r-tabs .r-tabs-accordion-title {
        display: block;
    }

    .contentTab .r-tabs-anchor { 
        display: block;
        padding:5px 10px;
    }
    .contentTab .r-tabs .r-tabs-panel {
        border-bottom: 1px solid #ccc;
        padding:20px 10px;
    }
    #webinars-ecommerce-index .middle .text h1 {
        font-size: 30px;
    }
    #webinars-ecommerce-index .contentSlider .text p {
        margin:10px 0 0 0;
    }
    #resources-ecommerce-ssl-analysis .contentSlider .text h1 {
        font-size: 25px;
    }
    #comodo-support .middle .text h1 {
        font-size: 24px;
    }
    #geekbuddy .cloud-overview-text-left {
        width: 100%;
    }
    #geekbuddy .product-icon {display: none;}
    
    .float-left, .float-left-main-block, .float-left-bar-block, .float-left-48 {
        float: left;
        width: 100%;
    }
    #two-factor-authentication .float-left{ width: 100%;}
    #two-factor-authentication .product-icon {display: none;}
    
    #certificate-manager .float-left{ width: 100%;}
    #certificate-manager .product-icon {display: none;}
    
    #secure-email-certificates .float-left{ width: 100%;}
    #secure-email-certificates .product-icon {display: none;}
    
    #code-signing-certificate .float-left, #code-signing-certificate div.f-l{ width: 100%;}
    #code-signing-certificate .product-icon {display: none;}
    
    #premium-dns .float-left{ width: 100%;}
    #premium-dns .product-icon {display: none;}
    
    #cleaning-essentials .float-left, #cleaning-essentials div.f-l{ width: 100%;}
    #cleaning-essentials .product-icon {display: none;}
     
    #it-help .float-left, #it-help div.f-l, #livepcsupport .float-left, #livepcsupport div.f-l{ width: 100%;}
    #it-help .product-icon, #livepcsupport .product-icon {display: none;}
    
    #pc-support .float-left, #pc-support div.f-l{ width: 100%;}
    #pc-support .product-icon {display: none;}
    
    #pci-scan .float-left, #pci-scan div.f-l{ width: 100%;}
    #pci-scan .product-icon {display: none;}
    
    #email-privacy .float-left, #email-privacy div.f-l{ width: 100%;}
    #email-privacy .product-icon {display: none;}
    
    #endpoint-security-manager .float-left, #endpoint-security-manager div.f-l{ width: 100%;}
    #endpoint-security-manager .product-icon {display: none;}
    
    #five.in_page .contentSlider .text {
        width: 66%
    } 
    #five.in_page .contentSlider .image {
        width: 34%
    }
    #five.in_page .contentSlider .text h1 {
        font-size: 38px;
    }
    #five.in_page .middle .text h2 {
        font-size: 38px;
    }
    #five.in_page .dvwalr {
        width: 98%;
    }
    #during-download .top-cont-l,#during-download .top-cont-r {
        width: 98%;
        margin: 0 10px;
    }
    #two-factor-authentication .contentSlider .image img {
        -webkit-transition: all 0.4s linear 0s;
        -moz-transition: all 0.4s linear 0s;
        -o-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
        opacity: 0.24;
        max-width: 130%;
    }
	.normalTab {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    .sections .ctas a.endpoint-cta {
        margin-left: 0;
    }
    .sections .ctas a.comodoone-cta {
        width: 180px;
        background-position: -7px 25px;
    }
}

@media screen and (max-width: 760px) {
    #endpoint-security-manager .middle .text h1 {
        font-size: 34px;
        line-height: 36px;
    }
    #endpoint-security-manager .middle .text .h1space {
        margin-top: 155px;
    }
    #icedragon-browser .contentSlider .image img {
        margin-top:0;
    }
    #pci-scan .contentSlider .image img {
        opacity: 1;
    }
    #internet-security-complete .contentSlider .image img {
        -webkit-transition: all 0.4s linear 0s;
        -moz-transition: all 0.4s linear 0s;
        -o-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
        opacity: 1;
        max-width: 90%;
    }
    #two-factor-authentication .contentSlider .image img {
        -webkit-transition: all 0.4s linear 0s;
        -moz-transition: all 0.4s linear 0s;
        -o-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
        opacity: 1;
        max-width: 90%;
    }
    .home-slider .image {
        margin: 60px 0 0 70px;
        position: absolute;
        left: -100px;
        top: 20px;
        width: 400px;
        height: auto;
    }
    .home-slider .text {
        /*width: 100%;*/
        margin: 50px 0 0 400px;
        text-shadow: 1px 1px 1px rgba(255, 255, 259, 1);
    }
    .home-slider .text h2 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
        font-weight: 900;
    }
    .home-slider .text p {
        color: #000;
        font-size: 18px;
        line-height: 20px;
    }
    .home-slider .rsArrow {
        display: none !important;
    }
    /*home-three-boxes*/
    
    .home-three-boxes figure {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    .home-three-boxes figure .box-content .image {
        width: auto;
    }
    /* home-two-boxes */
    
    .home-two-boxes figure .col {
        float: left;
        width: 100%;
    }
    /* content slider*/
    
    .contentSlider .text,
    .contentSlider .image {
        width: 100%;
    }
    .contentSlider .text .btn {
        padding: 3px 5px;
        font-size: 16px;
    }
    #five.in_page .contentSlider .text, #five.in_page .contentSlider .image {
        width: 100%
    }
    #five.in_page .contentSlider .text h1 {
        font-size: 36px;
    }
    #five.in_page .middle .text h2 {
        font-size: 32px;
        line-height: 34px;
    }
    #pci-scan .middle .text h1 {
        font-size: 34px;
    }
    /*footer*/
    
    .footer-links,
    .footer-statement .location {
        display: none;
    }
    #internet-security-pro.product_page .contentSlider .text div.buy_btn_price {
        background: none;
    }
    #antivirus-advanced .btngroup p {
        font-size: 12px;
        width: 180px;
        line-height: 14px;
    }
    #geekbuddy .contentSlider .text,
    #geekbuddy .contentSlider .image {
        width: 100%;
    }
    #download #downarea .downdetailsl, #download #downarea .downdetailsr {
        width: 100%;
    }
    #we-care-index .middle .text h1 {
        font-size: 28px;
        line-height: 30px;
    }
    #we-care-index .contentSlider.style2 .text {
        min-height: 100px;
    }
    #home #comodo-one-banner div.second-line {
        background-size: 140px;
    }
    #pc-support .contentSlider .image img {
        margin-top: 0;
    }
    
}

@media screen and (max-width: 640px) {
    #logo {
        margin-top: 10px;
    }
    #header .right {
        width: 100%;
        margin: 10px 0;
    }
    #header .right .block {
        margin-bottom: 0;
    }
    #header .contact-chat {
        display: none;
    }
    #header .right .search {
        width: 60%;
    }
    #header .right .lang {
        width: 38%;
        margin-left: 2%;
    }
    #header .right .lang .current .flag {
        display: none;
    }
    #low-assurance-explanation .contentSlider .text h1 {
        margin:-25px 0 0 0;
        font-size: 20px;
        line-height: 18px;
    }
    #comodo-support .middle .text h1 {
        font-size: 20px;
        line-height: 18px;
    }
    #comodo-support .contentSlider.style2 .text {
        min-height: 40px;
    }
    #comodo-support .contentSlider .text p {
        font-size: 14px;
    }
    #internet-security-complete .middle .text h1 {
        font-size: 36px;
    }
    #free-internet-security .middle .text h1 {
        font-size: 36px;
    }
    .product_page .star-rating {
        display:none;
    }
    #free-protection .middle .text h1 {
        font-size:26px;
        line-height: 24px;
    }
    #security-software .middle .text h1 {
        font-size: 32px;
        line-height: 34px;
    }
    #download #interstitial {float:none;}
    .home-two-boxes figure {
        float: left;
        width: 100%;
        margin: 0 0 10px 0 !important; 
    }
    #home section.sections.main-cta {
        display: none;
    }
	#during-download .form-column,
	#during-download .form-column.right{
		float: none;
		width: 90%;
	}
	#during-download .name-wra {
		width: 90%;
	}
}

@media screen and (max-width: 520px) {
    /* home-two-boxes */
    
    .home-two-boxes figure {
        float: left;
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    .home-two-boxes figure .comment li .comment-content {
        float: none;
        width: auto;
    }
    #five.in_page h1.page-title {
        margin:-170px 0 0 0;
    }
    body.product_page .contentSlider .text div.buy_btn_price {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    /*home-three-boxes*/
    
    .home-three-boxes figure .box-content .image {
        /*width: 100%;*/
        width: auto;
    }
    .home-three-boxes figure .box-content.rightImage .image {
        float: none;
        width: auto;
        opacity: 1;
    }
    .home-three-boxes figure .box-content .text {
        float: left;
        width: 100%;
    }
    
    #webinars-ecommerce-index .middle .text h1 {
        font-size:26px;
        line-height: 24px;
    }
    #webinars-ecommerce-index .contentSlider .text p {
        margin:20px 0 0 0;
        font-size: 16px;
    }
    #resources-ecommerce-ssl-analysis .contentSlider .text h1 {
        font-size: 20px;
        line-height: 18px;
        margin-top: -15px;
    }
    /** For Responsive content image **/
    .content-img {
        width: 200px;
    }
    
    #geekbuddy .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #geekbuddy .middle .text .h1space {
        margin-top: 75px;
    }
    #programs-manager .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #programs-manager .middle .text .h1space {
        margin-top: 75px;
    }
    #internet-security-complete .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -40px;
    }
    #internet-security-complete .middle .text .h1space {
        margin-top: 60px;
    }
    #free-internet-security .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -40px;
    }
    #free-internet-security .middle .text .h1space {
        margin-top: 60px;
    }
    #internet-security-pro .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #internet-security-pro .middle .text .h1space {
        margin-top: 75px;
    }
    #internet-security-pro .contentSlider .text p {
        font-size: 14px;
        line-height: 18px;
    }
    #antivirus .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #antivirus .middle .text .h1space {
        margin-top: 75px;
    }
    #antivirus-advanced .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #antivirus-advanced .middle .text .h1space {
        margin-top: 75px;
    }
    #antivirus-for-mac .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #antivirus-for-mac .middle .text .h1space {
        margin-top: 75px;
    }
    #antivirus-for-linux .middle .text h1 {
        font-size: 28px;
        line-height: 26px;
        margin-top: -20px;
    }
    #antivirus-for-linux .middle .text .h1space {
        margin-top: 75px;
    }
    #endpoint-security-manager .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #endpoint-security-manager .middle .text .h1space {
        margin-top: 105px;
    }
    #rescue-disk .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #rescue-disk .middle .text .h1space {
        margin-top: 75px;
    }
    #secure-email-certificates .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #secure-email-certificates .middle .text .h1space {
        margin-top: 75px;
    }
    #code-signing-certificate .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #code-signing-certificate .middle .text .h1space {
        margin-top: 75px;
    }
    #it-help .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #it-help .middle .text .h1space {
        margin-top: 75px;
    }
    #livepcsupport .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #livepcsupport .middle .text .h1space {
        margin-top: 75px;
    }
    #two-factor-authentication .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #two-factor-authentication .middle .text .h1space {
        margin-top: 75px;
    }
    #certificate-manager .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #certificate-manager .middle .text .h1space {
        margin-top: 75px;
    }
    #anti-malware .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #anti-malware .middle .text .h1space {
        margin-top: 75px;
    }
    #icedragon-browser .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #icedragon-browser .middle .text .h1space {
        margin-top: 75px;
    }
    #firewall .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #firewall .middle .text .h1space {
        margin-top: 75px;
    }
    #comodo-backup .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #comodo-backup .middle .text .h1space {
        margin-top: 75px;
    }
    #free_email_certificate .middle .text h1 {
        font-size: 32px;
        line-height: 27px;
        margin-top: -5px;
    }
    #free_email_certificate .middle .text .h1space {
        margin-top: 75px;
    }
    #antispam-gateway .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #antispam-gateway .middle .text .h1space {
        margin-top: 75px;
    }
    #premium-dns .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #premium-dns .middle .text .h1space {
        margin-top: 75px;
    }
    #cleaning-essentials .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #cleaning-essentials .middle .text .h1space {
        margin-top: 75px;
    }
    #pc-support .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #pc-support .middle .text .h1space {
        margin-top: 75px;
    }
    #pci-scan .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #pci-scan .middle .text .h1space {
        margin-top: 75px;
    }
    #email-privacy .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #email-privacy .middle .text .h1space {
        margin-top: 75px;
    }
    #corner-trust .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #corner-trust .middle .text .h1space {
        margin-top: 75px;
    }
    #free-ssl-certificate .middle .text h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: -20px;
    }
    #free-ssl-certificate .middle .text .h1space {
        margin-top: 75px;
    }
    #five .middle .text h1 {
        font-size: 34px;
        line-height: 36px;
        margin-top: -20px;
    }
    #five .middle .text .h1space {
        margin-top: 120px;
    }
    #during-download .form-content-l .quest-wra {
        width: 100%;
    }
	
}

@media screen and (max-width: 320px) {}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* iPhone 4 + Retina Display Backgrounds ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #logo {
        background: url('../imagesv2/logo@x2.png') no-repeat;
        background-size: cover;
    }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


#fa_text
{
	position: absolute;
	font-size: 2em;
	color: #FFF;
}
label.error {
    color: #FF0000!important;
    font-size: 15px!important;
    padding: 5px 0 0 0!important;
}

/*** Same style for contentTab ***/
.contentLikeTab {float: left; width: 100%;}
.content_wrapper .contentLikeTab .middle {padding: 0;}

.gry {
    background: #637fa1 url(../images/up-arrow.png) no-repeat 160px center;
    border-radius: 4px;
    cursor: pointer;
	text-align:inherit;
	 box-shadow: 0 0 0 1px #30455f;
	border:1px solid #a6a6a7;
}

.gry::before {
    background: #637fa1 url(../images/up-arrow.png) no-repeat 160px center;
    border-radius: 4px;
    content: "";
    cursor: pointer;
    height: 100%;
    left:inherit;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 3;
}
.gry::after {
    background: #2c425c url(../images/up-arrow.png) no-repeat 160px center;
    border-radius: 4px;
    content: "";
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
