html body{
    line-height: 1.42857143;
}
#header h1{
    margin: 0;
}
h2, h3 {
    font-size: 36px;
}
h3 {
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}
h3 span {
    position: relative;
    display: inline-block;
    margin: 0 0.5em;
    padding: 0 1em;
    text-align: left;
}
h3 span::before, h3 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 15%;
    height: 1px;
    background-color: #aaa;
}
h3 span::before {
    right: 100%;
}
h3 span::after {
    left: 100%;
}
p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px !important;
}
h4 {
    font-size: 22px;
}
.section {
    position: relative;
    margin-bottom: 80px;
}
#security.section{
	padding-top: 40px;
}
section > div.row{
    margin: 0 15px;
}
@media only screen and (max-width: 1092px) {
.section {
    margin-bottom: 40px;
    padding: 0 20px;
}
}
section .goandreturn_text {
    font-size: 16px;
    color: #329FD1;
    position: absolute;
    top: 10px;
    right: 10%;
}
section .goandreturn_text i {
    margin-left: 5px;
}

@media only screen and (max-width: 1092px) {
section .goandreturn_text {
    display: none;
}
}

#pagetitle p {
    font-size: 18px;
    color: #FFF;
}
.container h2 {
    margin-bottom: 30px;
}


section.conversion {
    background: url(../img/conversion_bg.png) no-repeat;
    background-size: cover;
    color: #FFF;
    padding: 50px 20px;
}

section.conversion p {
    color: #fff;
}
section.conversion h4 {
    font-size: 28px;
    margin-bottom: 60px;
}
section.conversion p span {
    font-size: 2.4em;
}
section.conversion p span a {
    color: #fff;
    pointer-events: none;
    text-decoration: none;
}

@media only screen and (max-width: 1092px) {
section.conversion p span a {
    cursor: pointer;
    pointer-events: auto;
}
section.conversion p span a:hover {
    text-decoration: none;
}
}
section.conversion p span i {
    margin: 0 10px;
}
section.conversion p br {
    display: none;
}

@media only screen and (max-width: 1092px) {
section.conversion p br {
    display: block;
}
}
section.conversion button {
    max-width: none;
    width: 800px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    position: relative;
    border: none;
}
button:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

@media only screen and (max-width: 1092px) {
section.conversion button {
    width: 100%;
    font-size: 1.2em;
}
}
section.conversion button i {
    color: #000;
    font-size: 1.4em;
    position: absolute;
    top: 23%;
    right: 1%;
}
section.conversion button.download {
    background: #75B324;
    margin-bottom: 15px;
    box-shadow: 0 3px #436614;
    -webkit-box-shadow: 0 3px #436614;
    -moz-box-shadow: 0 3px #436614;
}

@media only screen and (max-width: 1092px) {
section.conversion button.download span {
    display: none;
}
}
section.conversion button.trial {
    background: #F76D26;
    margin-bottom: 30px;
    box-shadow: 0 3px #C4551D;
    -webkit-box-shadow: 0 3px #C4551D;
    -moz-box-shadow: 0 3px #C4551D;
}
section.conversion button.trial:active {
    background: #F76D26;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}
