
@font-face {
	font-family: 'Open Sans Regular';
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans.eot');
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans.woff') format('woff'), 
		 url('../../../../assets/common/fonts/OpenSans/OpenSans.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/OpenSans/OpenSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url('../../../../assets/common/fonts/OpenSans/OpenSansBold.eot');
	src: url('../../../../assets/common/fonts/OpenSans/OpenSansBold.woff') format('woff'), 
		 url('../../../../assets/common/fonts/OpenSans/OpenSansBold.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/OpenSans/OpenSansBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Regular';
	src: url('../../../../assets/common/fonts/ProximaNova/ProximaNovaAltExtraCondensedRegular.eot');
	src: url('../../../../assets/common/fonts/ProximaNova/ProximaNovaAltExtraCondensedRegular.woff') format('woff'), 
		 url('../../../../assets/common/fonts/ProximaNova/ProximaNovaAltExtraCondensedRegular.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/ProximaNova/ProximaNovaAltExtraCondensedRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
    font-family: "Open Sans Regular",Arial,Helvetica,sans-serif;
	overflow-x:hidden;
    font-size: 18px;
    color: #222222;
}

.display, 
.nav-display {
    display: none; 
}

.display-none { 
    display: none; 
}

/* navbar formatting ======================================================================= */
			
.section-sub-nav {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px #222;
    -moz-box-shadow: 0px 2px 5px -3px #222;
    box-shadow: 0px 2px 5px -3px #222;
    border-radius: 0px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}

.section-sub-nav .container {
    position: relative;
}

.section-sub-nav .navbar-brand {
    padding: 10px 15px;
}

.section-sub-nav .navbar-right {
    margin-right: 120px;
}

.section-sub-nav .navbar-nav>li>a {
    color: #0f51b9;
}

.section-sub-nav .btn-get-it-now {
    position: absolute;
    top: 1px;
    right: 15px;
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background: #fff;
    border: 1px solid #0f51b9;
    color: #0f51b9;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
}

.section-sub-nav .btn-get-it-now:hover {
    background: #507bc0;
    color: #fff;
}

/* index formatting ======================================================================= */

.section-secure-ssl {
    font-family: 'Proxima Regular', Arial, Helvetica, sans-serif;
    background: url(../bg/bg-index-header01.jpg) no-repeat top center;
    background-size: cover;
    margin-top: -22px;
}

.section-secure-ssl .container {
    padding-top: 90px;
    padding-bottom: 120px;
}

.section-secure-ssl h1 {
    font-family: 'Proxima Regular', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 71px;
    line-height: 70px;
    margin-bottom: 40px;
}

.section-secure-ssl .btn-get-a-secure-ssl {
    font-size: 60px;
    color: #fff;
    background: #0f9dff;
    padding: 7px 75px;
    border-radius: 10px;
    font-weight: bold;
}

.section-secure-ssl .btn-get-a-secure-ssl:hover {
	background: #0b68b3;
}

.section-why-need-ssl {
    color: #222629;
}

.section-why-need-ssl .container {
    padding-top: 70px;
}

.section-why-need-ssl h2 {
    font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 34px;
    margin-bottom: 20px;
    color: #0f9dff;
}

.section-why-need-ssl p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-top-priority {
	color: #fff;
    background: #0f9dff;
    position: relative;
}

.section-top-priority .container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.section-top-priority h2 {
   font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
   font-size: 32px;
   margin-top: 70px;
   margin-bottom: 30px;
   color: #fff;
}

.section-top-priority p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-what-are-ssl-certificates {
    background: #fff;
}

.section-what-are-ssl-certificates .container {
    padding-top: 65px;
    padding-bottom: 60px;
}

.section-what-are-ssl-certificates h2 {
    font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 34px;
    color: #0f9dff;
    margin-bottom: 20px;
}

.section-what-are-ssl-certificates h3 {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    color: #0f9dff;
}

.section-what-are-ssl-certificates p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-what-are-ssl-certificates ul {
    margin-left: 25px;
    margin-bottom: 30px;
    padding: 0px;
}

.section-why-buy {
    background: #f9f9f9;
}

.section-why-buy,
.section-why-buy .right-column {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
	background: #fff;
}

.section-why-buy .right-column {
	background: url(../bg/bg-why-buy-ssl01.png) no-repeat top center;
	background-size: cover;
}

.section-why-buy .left-column {
	background: #fff;
}

.section-why-buy .left-content {
	padding: 80px 0px 80px 0px;
	max-width: 555px;
}

.section-why-buy h2 {
    font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 34px;
    color: #0f9dff;
    margin-bottom: 20px;
}

.section-why-buy p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-why-buy .panel {
    box-shadow: 0px 6px 10px 1px #ccc;
}

.section-why-buy .panel .panel-body {
    background: url(../bg/bg-testimonial01.png) no-repeat center center;
}

.section-why-buy .panel .panel-body h3 {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}

.section-make-simple-hassle .container {
    padding-top: 70px;
    padding-bottom: 5px;
}

.section-make-simple-hassle h2 {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    margin-bottom: 60px;
    color: #0f9dff;
}

.section-make-simple-hassle h3 {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 18px;
}

.section-make-simple-hassle p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-make-simple-hassle .thumbnail {
    border: none;
    margin-bottom: 60px;
}

.section-how-it-works {
    background: #f5f5f5;
}

.section-how-it-works .container {
    padding-top: 50px;
    padding-bottom: 60px;
}

.section-how-it-works h2 {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 34px;
    margin-bottom: 60px;
    color: #0f9dff;
}

.section-how-it-works .thumbnail {
    background: none;
    border: none;
}

.section-how-it-works .thumbnail h3 {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 18px;
}

.section-how-it-works p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-how-it-works h4 {
    font-size: 30px;
}

.section-what-ssl-right .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-what-ssl-right h2 {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 34px;
    margin-bottom: 20px;
    color: #0f9dff;
}

.section-what-ssl-right p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-what-ssl-right .panel {
    background: #fcfcfc;
    box-shadow: 0px 6px 10px 1px #ccc;
    max-width: 600px;
}

.section-what-ssl-right h4 {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: #0f9dff;
    margin-bottom: 20px;
}

.section-what-ssl-right .table tr td {
    padding: 15px 8px;
}

.section-what-ssl-right .table tr:first-child td {
    border-top: none !important;
}

.section-what-ssl-right .table tr td:first-child {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    text-align: left;
}

.section-what-ssl-right .table tr td:last-child {
    text-align: right;
}

.section-what-ssl-right .fa {
    color: #0f9dff;
}

.section-single-multi .container {
    padding-bottom: 160px;
}

.section-single-multi .table {
    
    max-width: 550px;
    margin-bottom: 60px;
}

.section-single-multi .table > thead > tr > th:nth-of-type(1),
.section-single-multi .table > thead > tr > th:nth-of-type(3),
.section-single-multi .table > tbody > tr:nth-of-type(1) > td:nth-of-type(1),
.section-single-multi .table > tbody > tr:nth-of-type(1) > td:nth-of-type(3) {
    border: none;
}

.section-single-multi .table > thead > tr > th:nth-of-type(2),
.section-single-multi .table > thead > tr > th:nth-of-type(4) {
    border: 2px solid #0f9dff;
    background: #0f9dff;
    color: #fff;
    text-align: center;
    padding: 8px
}

.section-single-multi .table > tbody > tr:nth-of-type(1) > td:nth-of-type(2),
.section-single-multi .table > tbody > tr:nth-of-type(1) > td:nth-of-type(4),
.section-single-multi .table > tbody > tr:nth-of-type(2) > td:nth-of-type(2),
.section-single-multi .table > tbody > tr:nth-of-type(2) > td:nth-of-type(4),
.section-single-multi .table > tbody > tr:nth-of-type(3) > td:nth-of-type(2),
.section-single-multi .table > tbody > tr:nth-of-type(3) > td:nth-of-type(4),
.section-single-multi .table > tbody > tr:nth-of-type(4) > td:nth-of-type(2),
.section-single-multi .table > tbody > tr:nth-of-type(4) > td:nth-of-type(4),
.section-single-multi .table > tbody > tr:nth-of-type(5) > td:nth-of-type(2),
.section-single-multi .table > tbody > tr:nth-of-type(5) > td:nth-of-type(4),
.section-single-multi .table > tbody > tr:nth-of-type(6) > td:nth-of-type(2),
.section-single-multi .table > tbody > tr:nth-of-type(6) > td:nth-of-type(4) {
    border-left: 2px solid #0f9dff;
    border-right: 2px solid #0f9dff;
    text-align: center;
    padding: 13px 8px
}

.section-single-multi .table > thead > tr:nth-of-type(1) > th:nth-of-type(3),
.section-single-multi .table > tbody > tr:nth-of-type(1) > td:nth-of-type(3),
.section-single-multi .table > tbody > tr:nth-of-type(2) > td:nth-of-type(3),
.section-single-multi .table > tbody > tr:nth-of-type(3) > td:nth-of-type(3),
.section-single-multi .table > tbody > tr:nth-of-type(4) > td:nth-of-type(3),
.section-single-multi .table > tbody > tr:nth-of-type(5) > td:nth-of-type(3),
.section-single-multi .table > tbody > tr:nth-of-type(6) > td:nth-of-type(3) {
    padding: 2px !important;
}

.section-single-multi .table > tbody > tr:nth-of-type(6) > td:nth-of-type(1),
.section-single-multi .table > tbody > tr:nth-of-type(6) > td:nth-of-type(2),
.section-single-multi .table > tbody > tr:nth-of-type(6) > td:nth-of-type(3),
.section-single-multi .table > tbody > tr:nth-of-type(6) > td:nth-of-type(4) {
    border-top: none;
}

.section-single-multi .table > tbody > tr:nth-of-type(2) > td:nth-of-type(1),
.section-single-multi .table > tbody > tr:nth-of-type(3) > td:nth-of-type(1),
.section-single-multi .table > tbody > tr:nth-of-type(4) > td:nth-of-type(1) {
    text-align: left;
    font-size: 16px;
}

.section-single-multi .table > tbody > tr:nth-of-type(5) > td:nth-of-type(2),
.section-single-multi .table > tbody > tr:nth-of-type(5) > td:nth-of-type(4) {
    border-bottom: 2px solid #0f9dff;
}

.section-single-multi .table .chevron-up-and-down input {
	width: 100%;
    margin: 0 auto;
    max-width: 100px !important;
    text-align: center;
    font-weight: bold;
}

.section-single-multi .btn-add-to-cart {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    color: #000;
    background: #fccd1f;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    white-space: normal;
}

.section-single-multi .btn-add-to-cart:hover {
    background: #d6a90e;
}

.section-single-multi .table strong {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
}

.section-single-multi .panel {
    box-shadow: 0px 6px 10px 1px #ccc;
    max-width: 570px;
}

.section-single-multi .panel .panel-body {
    background: url(../bg/bg-testimonial01.png) no-repeat center center;
}

.section-single-multi .panel .panel-body h3 {
	font-family: "Open Sans Bold", Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}

.section-single-multi p {
	line-height: 30px;
	margin-bottom: 30px;
}

@media (min-width: 1200px) {

	/* index page formatting ===================================================================== */
    
}

@media (max-width: 1199px) and (min-width: 992px) {

	/* index page formatting ===================================================================== */

}

@media (max-width: 991px) {
     
    /* navbar formatting ======================================================================= */

    .section-sub-nav .container {
        width: auto !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-sub-nav .container>.navbar-header {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .section-sub-nav .navbar-brand {
        height: 50px;
        padding: 12px 0px 10px 16px;
    }
    
    .section-sub-nav .navbar-brand img {
        max-width: 150px;
    }
    
    .section-sub-nav .navbar-toggle {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 17px 15px 13px;
        border: none;
        color: #1655b2;
        background: #fff !important;
        float: left;
    }
    
    .section-sub-nav .navbar-nav {
        float: none !important;
        margin: 0px 0px;
        clear: both;
    }
    
    .section-sub-nav .container>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background: #fff;
    }
    
    .section-sub-nav .navbar-collapse.collapse {
        display: none !important;
        height: 1px !important;
        padding-bottom: 0;
    }
    
    .section-sub-nav .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow-y: visible;
        border-top: 1px solid #e7e7e7;
    }
    
    .section-sub-nav .navbar-nav>li {
        float: none !important;
        border-bottom: 1px solid #ddd;
    }
    
	.section-single-multi .container {
	    padding-bottom: 100px;
	}
	
}

@media (max-width: 991px) and (min-width: 768px) {
    
    /* navbar formatting ======================================================================= */
    
    .section-sub-nav .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px 10px 40px;
    }

    .section-sub-nav>.container .navbar-brand {
        margin-left: 20px;
    }
    
    .section-sub-nav .btn-get-it-now {
        right: 40px;
    }    

	/* index page formatting ===================================================================== */
    
    .section-top-priority h2 {
        margin-top: 0px;
    }

}

@media (max-width: 767px) {
    
	/* index page formatting ===================================================================== */
    
    .section-secure-ssl .container {
        padding-bottom: 60px;
    }
    
    .section-secure-ssl h1 {
        font-size: 42px;
        line-height: normal;
    }
    
    .section-secure-ssl .btn-get-a-secure-ssl {
        font-size: 30px;
        padding: 7px 35px;
    }
    
    .section-why-need-ssl .container {
        padding-top: 30px;
    }
    
    .section-why-need-ssl h2 {
        font-size: 30px;
    }
    
    .section-top-priority h2 {
        font-size: 30px;
        margin-top: 0px;
    }

    .section-what-are-ssl-certificates .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .section-what-are-ssl-certificates h2 {
        font-size: 30px;
    }
    
    .section-why-buy {
		background: url(../bg/bg-why-buy-ssl01.png) no-repeat top right;
		background-size: cover;
	}
	
	.section-why-buy .left-column {
		background: rgba(255,255,255,0.9);
	}
	
	.section-why-buy .left-content {
		padding: 30px 0px 50px 0px;
		max-width: none;
	}

    .section-why-buy h2 {
        font-size: 30px;
    }
    
    .section-make-simple-hassle .container {
        padding-top: 30px;
    }
    
    .section-make-simple-hassle h2 {
        font-size: 30px;
    }
    
    .section-make-simple-hassle .thumbnail {
        margin-bottom: 30px;
    }

    .section-how-it-works h2 {
        font-size: 30px;
    }
    
    .section-how-it-works h4 {
        font-size: 26px;
    }
    
    .section-what-ssl-right h2 {
        font-size: 30px;
    }
    
}






