@font-face {
    font-family: 'sansBold';
    src: url('../fonts/googlesans-bold-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansMedium';
    src: url('../fonts/googlesans-medium-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansRegular';
    src: url('../fonts/googlesans-regular-webfont.woff2') format('woff2'),
         url('../fonts/googlesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.software-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

.software-content-section .container {
    width: auto;
	max-width: 1440px;
}

.software-content-section h1 {
	color:#333;
	padding-bottom:10px;
	padding-top:20px;
	border-bottom:1px #e5e5e5 solid;
    line-height: 1.1;
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 50px;
}

.software-content-section h2 {
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.software-content-section .carousel-indicators {
    bottom: -80px;
}

.software-content-section .carousel-inner {
    margin-bottom: 80px;
}

.software-content-section .carousel-indicators li {
    display: inline-block;
    text-indent: 0;
    cursor: pointer;
    border: 1px solid #00aeef;
    background:none; 
    width: 16px;
    height: 16px; 
    margin: 5px; 
}

.software-content-section .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 5px; 
    background: #00aeef;
    border: 1px solid #00aeef;
}

.software-content-section .content-block {
    margin-top: 60px;
    font-size: 16px;
}

.software-content-section .content-block a {
    color: #00aeef;
    text-decoration: none;     
}

.software-content-section .content-block a:hover, 
.software-content-section .content-block a:focus-within, 
.software-content-section .content-block a:active, 
.software-content-section .content-block a:visited {
    color: #00aeef;
    text-decoration: none;    
}

.software-content-section .content-block ol{
    list-style-type:initial;
}

.dongle-list img{
    max-width: 80px;
    margin-right: 15px;
}

.software-content-section .camera-block {
    margin-top: 60px;
    font-size: 16px;
}

.software-download-section {
    padding-top: 10px;
    padding-bottom: 80px;
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

.software-download-section .container {
    width: auto;
	max-width: 1440px;
}

.software-download-section h2 {
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.download-left-block {
    padding-right: 25%;
}

.software-download-section .download {
    list-style: none;
    margin: 0;
    padding: 0;
}

.software-download-section .download li {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 6px;
    padding-bottom: 5px;
}

.software-download-section .download li span{
    float: right;
}

.download-frm .input-group .form-control {
    height: 38px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;

}

#submit-btn {
    height: 38px;
    font-weight: bold;
    margin-left: 5px;
    border: 1px solid #999;
    background: #f2f2f2;
    font-size: 16px;
}

.response-error .error {
    font-size: 14px;
    font-weight: normal;
    color: #f00;
}

.register-txt {
    margin-top: 50px;
}

#expire-response {
    color: #333;
    background: #fcf8e3;
    border: 2px solid #faebcc;
    padding: 15px;
    font-size: 14px;
    margin-top: 20px;
}

.expire-title {
    font-weight: bold;
    font-size:16px;
}

.alert {
    margin-top: 20px;
    color: #333;
    font-size: 16px;    
}

.c-email-bold {
    font-weight: bold;
}

.c-email-bold a {
    color: #00aeef;    
}

.c-email-bold a:hover, 
.c-email-bold a:focus-within, 
.c-email-bold a:active, 
.c-email-bold a:visited {
    color: #00aeef;
    text-decoration: none;    
}

#register-bookdrive {
    color: #00aeef;
}

#register-bookdrive:hover, 
#register-bookdrive:focus-within, 
#register-bookdrive:active, 
#register-bookdrive:visited {
    color: #00aeef;
    text-decoration: none;    
}

/* loading */
#download-frm .block-loader {    
    position: absolute;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

#download-frm .lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

#download-frm .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #cd122f;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

#download-frm .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

#download-frm .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

#download-frm .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

#download-frm .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

#download-frm .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

#download-frm .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

#download-frm .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

#download-frm .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

#download-frm .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

#download-frm .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

#download-frm .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

#download-frm .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
