/* Overrides */

html {
    height: 100%;
}

body {
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.mainContainer {
    padding-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

p {
    margin: 1em 0;
}

img {
    border-style: none;
}

a {
    color: #009cff;
    text-decoration: none;
}

a:hover {
    color: #009cff;
    text-decoration: underline;
}

input,
textarea,
select {
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    color: #000;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

select::-ms-value {
    background: none;
}

dl {
    margin: 0
}

label {
    margin-bottom: 0;
    font-weight: 400;
}

.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}


/* Sitenav */

#sitenav {
    z-index: 100
}

#sitenav .container {
    padding-top: 45px;
    position: relative
}

#sitenav .navbar-brand {
    width: 180px;
    padding: 0px 15px;
}

#sitenav .navbar-brand:hover {
    background: none;
}

#sitenav .navbar-brand img {
    width: 100%;
}

.drop-grey {
    color: #878787;
    font-size: 9px;
    line-height: 2.5;
    vertical-align: top;
}

.actions {
    position: absolute;
    right: 0;
    margin-top: -35px;
    font-size: 12px;
    color: #989898;
}

.actions li {
    margin-left: 25px;
    line-height: 20px;
}

nav .actions>li>a {
    padding: 0
}

.actions a:hover {
    text-decoration: none
}

.actions .glyphicon {
    position: initial;
    color: #009cff;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 7px
}

.actions .phone {
    display: none;
}

.actions .phone:hover,
.actions .search:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #fff
}

.actions a.chat:focus {
    color: #989898 !important;
}

.actions .popover {
    width: 250px;
    text-align: center;
    color: #494D56;
}

.actions .language-selector select {
    font-size: 12px
}


/* bootstrap */

.container {
    width: 100%;
    min-width: 974px
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
    min-width: 220px;
    background: #f1f1f1
}

.dropdown-menu .divider {
    margin: 9px 0 5px;
    background-color: #dadada;
}

.dropdown-menu>li>a {
    padding: 13px 20px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #e6e6e6;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #333;
    background-color: #e6e6e6 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    background-color: #e6e6e6;
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
}

.dropdown-submenu>.dropdown-menu>li>a {
    padding: 12px 20px 12px 30px;
}

.dropdown-submenu>.dropdown-menu>li>a:focus,
.dropdown-submenu>.dropdown-menu>li>a:hover {
    background-color: #d6d6d6;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a {
    background-color: #e6e6e6;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 0;
}

.dropdown-header {
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 20px 3px 30px;
}

.dropdown:hover {
    display: block
}

.navbar {
    border: none;
    margin: 0;
    border-radius: 0;
}

#navbar {
    font-size: 14px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #f1f1f1;
}

.nav-tabs {
    border-bottom: none;
    float: left;
    margin: 0;
}

.nav-tabs>li {
    margin-bottom: 0
}

.nav-tabs>li>a {
    border-radius: 0;
    line-height: inherit;
    margin-right: 0;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
}

.navbar-nav>li>a {
    line-height: 22px;
}

.navbar-inverse {
    background: #101010;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: #f1f1f1;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus {
    background-color: inherit;
}

.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #f1f1f1;
    color: #000
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #000;
    background-color: #f1f1f1;
}

.navbar-inverse .navbar-nav.actions>li>a,
.actions a {
    color: #989898
}

.navbar-inverse .navbar-nav.actions>li>a:hover,
.actions a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-toggle {
    border: none;
}


/* HSW Accordion */

dl#headersw,
#headersw dt,
#headersw dd {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 13px;
    font-weight: normal
}

.hsw-msg {
    display: table;
    width: 100%
}

[data-promo-image="hsw"] {
    margin: 0 auto
}

#headersw dd {
    display: none;
}

#headersw a,
#headersw a:hover,
#headersw a:hover span,
#headersw span:focus,
#headersw a:focus {
    text-decoration: none !important;
}

.hsw-wrapper {
    padding: 7px;
    display: block
}

[data-promo-text="hswDetails"] {
    padding: 7px;
    display: block;
}

.hsw-title {
    font-weight: 700;
    font-size: 110%;
}

.hsw-btn {
    padding: 5px 13px;
    text-transform: uppercase;
    margin: 0 1px;
}

.hsw-link {
    text-decoration: underline
}

.hsw-dtl {
    background: #fff;
}


/* HSW Black November */

#hsw-bn {
    float: left;
    width: 100%;
    background: #dedede;
}

.hsw-bn-promo {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    float: left;
    height: 36px;
    vertical-align: middle;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 160%;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 4px;
}

.hsw-bn-arrow {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    float: left;
    border-left: 8px solid #000;
}

.hsw-bn-bar {
    width: 7px;
    float: left;
    height: 36px
}

.hsw-bn-bar.wave1 {
    background: #6699ff;
}

.hsw-bn-bar.wave2 {
    background: #facb0e;
}

.hsw-bn-bar.wave3 {
    background: #10cdf0;
}

.hsw-bn-bar.wave4 {
    background: #ff0066;
}

.hsw-bn-bar.wave5 {
    background: #00e8bf;
}

.hsw-bn-bar.wave6 {
    background: #6aff00;
}

.hsw-bn-banner {
    text-align: center;
    padding: 0 0 0 20px;
    color: #fff;
    float: left;
    height: 36px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 117%;
    margin-left: 0px;
}

.hsw-bn-banner .hsw-bn-btn {
    text-decoration: underline;
    margin-left: 10px;
}

#hsw-bn {
    background: #ff0066;
    border: none;
}

#hsw-bn .hsw-btn {
    color: #000 !important;
}

.hsw-bn-bar {
    background: #fff;
}

.hsw-bn-bar.wave4 {
    background: #fff;
}

#hsw-bn.wave4 {
    background: #ff0066;
    border: none;
}

#hsw-bn.wave4 .hsw-bn-banner {
    color: #fff
}

#hsw-bn.wave5 {
    background: #00e8bf;
    border: none;
}

#hsw-bn.wave5 .hsw-bn-banner {
    color: #000
}

#hsw-bn.wave6 {
    background: #6aff00;
    border: none;
}

#hsw-bn.wave6 .hsw-bn-banner {
    color: #000
}

.lto-content {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 900px;
    margin: 20px auto;
    line-height: 160%;
}

.lto-content h2 {
    font-size: 150%;
    padding-bottom: 15px;
}

.lto-content .container {
    width: 100%;
}

.lto-content h4 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 120%;
}

.lto-content p {
    margin: 0;
    padding: 0 0 10px 0;
}

.lto-content ul {
    padding-left: 15px;
}

.lto-content ul li {
    padding-bottom: 5px;
}

.lto-content .product {}

.lto-content .row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.lto-content .lto-boxshot {
    float: left;
    width: 20%;
}

.lto-content .lto-boxshot img {
    width: 90%;
}

.lto-content .lto-details {
    float: left;
    width: 75%;
}

.lto-content .product.one .lto-content .product.three {}

.lto-content .product.two {}

.lto-content#lto-details .product.image img {
    width: 100%;
}

.lto-content#lto-details h2 {
    font-weight: bold;
    font-size: 180%;
    margin: 0;
    padding: 0 0 10px 0;
}

.lto-content#lto-details .save {
    font-weight: bold;
    color: #CC397F;
}

.lto-content#lto-details h4 {
    line-height: 130%;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
}

.lto-content#lto-details ul {
    margin-top: 0;
    padding-top: 0;
}

.lto-content#lto-details ul {
    margin-top: 0;
    padding-top: 0;
    list-style: none;
}

.lto-content#lto-details ul li:before {
    font-family: "Glyphicons Halflings";
    content: "\e258";
    font-size: 65%;
    margin-right: 6px;
    margin-left: -17px;
    color: grey;
}

.lto-content#lto-details .product.image {
    position: relative;
}

.lto-content#lto-details .product.image .abs {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    bottom: -10px;
    font-size: 80%;
}

.lto-content#lto-details .product.image .abs.left {
    left: auto;
    right: 50%;
}

.lto-content#lto-details .product.image .abs.right {
    right: 15px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.popover {
    border-radius: 0
}


/* Buttons */

.btn,
.button a {
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px 7px;
    min-width: 150px;
}

.button {
    line-height: 22px;
}

.button a:hover {
    text-decoration: none
}

.btn-primary,
.blue-btn {
    background: #009cff;
    border: 1px solid #009cff;
}

.btn-primary:hover,
.blue-btn:hover {
    background: #28acff;
    border: 1px solid #28acff;
}

.btn-grey,
.btn-default,
.grey-btn {
    background: #959595;
    color: #fff;
    border: 1px solid #959595;
}

.btn-grey:hover,
.btn-default:hover,
.grey-btn:hover {
    background: #a8a8a8;
    color: #fff;
    border: 1px solid #a8a8a8;
}

.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #009cff
}

.btn-white:hover {
    background: #ddd;
    border: 1px solid #ddd;
    color: #009cff
}

.grey-btn {
    background-color: #959595;
    padding: 8px 20px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2em;
    text-align: center;
}

.blue-btn {
    background-color: #009cff;
    padding: 8px 20px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2em;
    text-align: center;
}

.btn-green,
.green-btn,
.coreldraw-btn {
    background-color: #5fa706;
    border: 1px solid #5fa706;
}

.btn-green:hover,
.green-btn:hover,
.coreldraw-btn:hover {
    background-color: #6cb90e;
    border: 1px solid #6cb90e;
}

.newsletter .coreldraw-btn:hover {
    color: #fff;
}


/* Prod pages */

#prod-hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center
}

.prod-intro {
    margin-top: 50px
}

.prod-info .title {
    margin-bottom: 5px
}

.prod-info .title span {
    display: block;
    line-height: 1.2
}

.prod-info .new {
    font-size: 170%;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 800
}

.prod-info .name {
    /* font-size: 210%; */
}

.prod-info .os {
    font-size: 170%;
}

.prod-rating {
    margin: 0 5px 10px 0;
}

.prod-rating .stars {
    width: 90px;
    margin-right: 5px;
    vertical-align: sub;
}

.prod-rating a {
    color: #fff;
    font-size: 90%
}

.prod-rating a:hover {
    color: #ccc;
}

.prod-info h1 {
    font-size: 160%
}

.prod-info ul {
    list-style: none;
    font-size: 115%;
    padding-left: inherit;
    margin: 15px 0 30px;
    line-height: 1.1;
}

.prod-info li {
    margin-bottom: 0.8em
}

.prod-info li:before {
    font-family: "Glyphicons Halflings";
    content: "\e258";
    margin-right: 6px;
    margin-left: -17px;
    color: grey;
    font-size: 70%
}

.prod-info .light-bullets li:before {
    color: #c8c8c8
}

.alt-version {
    font-size: 90%;
    color: #333;
    margin-top: 10px;
}

.alt-version a,
.alt-version a:hover {
    color: #666;
}

.prod-info .alt-version a,
.prod-info .alt-version a:hover {
    color: #fff
}

.alt-version a {
    text-decoration: underline
}

.alt-version a:hover {
    text-decoration: none
}

.pricebrick {
    background: rgba(0, 0, 0, 0.9);
}

#pricing-tabs {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    overflow: hidden;
}

#pricing-tabs li {
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 2px solid #262626;
    background: #262626;
    color: #a3a3a3;
    margin: 0;
    width: 100%;
    padding: 6px 0 8px;
    font-size: 15px;
    text-align: center
}

#pricing-tabs li.active {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-top: 2px solid #009cff;
    padding: 6px 0 8px;
}

#pricing-tabs li.active:hover {
    border-top: 2px solid #009cff;
    background-color: rgba(0, 0, 0, 0.9);
}

#pricing-tabs li:hover {
    border-top: 2px solid #464646;
    background: #464646;
    padding: 6px 0 8px;
    color: #fff;
}

#tabs-content {
    position: relative;
    padding: 55px 5px 20px;
    min-height: 440px;
}

.pricing-tab-content {
    display: none;
}

#tab-content-1 {
    display: block;
    text-align: center;
}

.pricebrick {
    color: #fff
}

.pricebrick .no-select {
    color: #999
}

.pricebrick .BuyLink {
    margin: 20px 6px 12px 0;
    min-width: 150px;
    font-size: 15px
}

.pricebrick .price {
    margin: 0 0 12px;
    padding: 0;
    line-height: 20px;
}

.pricebrick .priceDisplayStrikethrough {
    text-decoration: line-through;
    font-size: 18px;
    color: #acacac;
}

.pricebrick .priceDisplayNormal {
    display: block;
    font-size: 26px;
    color: #fff;
}

.pricebrick .inclVAT {
    color: #fff;
    font-size: 11px;
}

.pricebrick .styled-radio {
    padding-bottom: 10px;
}

.pricebrick .styled-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    padding-left: 0;
    font-size: 13px;
}

.pricebrick .styled-select {
    width: 240px;
    height: 30px;
    margin: 0 0 5px;
    background: #2c2c2c url(../images/dropdown_arrow_default.png) no-repeat right;
}

.pricebrick .styled-select select {
    background: transparent;
    color: #fff;
    padding: 0 10px 0 10px;
    font-size: 14px;
    border: 0;
    height: 30px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 240px;
}

.pricebrick .styled-select select option {
    color: #009cff
}

.pricebrick .styled-select select::-ms-expand {
    display: none;
}

.pricebrick #iconbrandbar {
    color: #fff;
    clear: both;
    font-size: 12px
}

.pricebrick #iconbrandbar.margin-top p {
    margin: 40px 0 10px 0;
}

.pricebrick #iconbrandbar img {
    vertical-align: middle;
    margin: 0 5px
}

.comp-win10 {
    width: 95px;
    height: 20px;
    background: url(../images/icon-sprites.png) no-repeat;
    background-size: 90%;
    background-position: 0 -270px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}

.comp-apple {
    width: 20px;
    height: 20px;
    background: url(../images/icon-sprites.png) no-repeat;
    background-size: 80px;
    background-position: 0 -278px;
    display: inline-block;
    vertical-align: top;
}

.pricebrick .guarantee-badge {
    position: absolute;
    top: 20px;
    right: 10px;
}

.pricebrick .guarantee-badge img {
    width: 90px
}

.pricebrick .win-badge {
    position: absolute;
    top: 120px;
    right: 25px;
}

.pricebrick .form-control {
    display: block;
    width: 210px;
}

.pricebrick .instructions {
    background: none;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    clear: both;
}

.pricebrick .instructions a {
    display: block;
    background: url(/static/cdgs/images/icons/icon-info.png) top left no-repeat;
    padding-left: 22px;
    line-height: 20px;
    color: #fff;
}

.lto-promo p {
    font-size: 1em;
    color: #fff;
    padding: 9px 10px;
    margin: 0;
    background: #CC397F;
}

.lto-box p {
    font-size: 85%;
    color: #333;
    margin: 3px 0 0 0;
    line-height: 1.3;
}

.lto-box .link {
    color: #009cff;
}

#product-nav {
    background: #E6E6E6;
    text-transform: uppercase;
    min-height: initial;
    z-index: 10
}

#product-nav #navbar {
    float: left
}

#product-nav .nav-tabs>li>a {
    color: #555;
}

#product-nav .btn {
    float: right;
    line-height: 27px;
}

#product-nav #buy {
    display: none;
}

#product-nav.sticky #buy {
    display: inline;
}

#product-nav .navbar-brand {
    display: none;
    text-transform: none;
    height: inherit
}

#product-nav .navbar-brand {
    color: #333
}

#product-nav.sticky .navbar-brand {
    display: inline;
    padding: 13px 15px;
}

#product-nav .navbar-brand img {
    height: 13px;
}

#product-nav .navbar-brand span {
    display: none
}

.tab-content h2 {
    font-size: 36px
}

.sec-block {
    padding: 80px 0 60px;
}

.section-intro {
    margin-bottom: 60px
}

.section-intro p {
    font-size: 18px
}

.feature-gallery .caption {
    width: 80%;
    margin: 0 auto;
}

.feature-gallery .caption p {
    font-size: 16px;
    margin-top: 0
}

.num-cols p {
    font-size: 16px
}

.feature h3 {
    font-size: 22px;
    margin-top: 0
}

.feature .nav>li {
    padding: 5px 0 10px;
}

.feature .nav>li>a {
    padding: 0 15px;
}

.feature-gallery .nav-pills {
    border-bottom: solid 1px #d5d5d5;
    display: inline-block;
    margin: 30px 0 20px
}

.feature-gallery .nav-pills>li {
    margin-bottom: -2px;
    float: none;
    display: inline-block;
}

.feature-gallery .nav>li>a {
    padding: 0;
    margin: 0 30px 10px
}

.feature-gallery .nav-pills>li>a,
.feature-gallery .nav-pills>li>a:focus,
.feature-gallery .nav-pills>li>a:hover {
    color: #666;
    background-color: transparent;
}

.feature-gallery .nav-pills>li>a:focus,
.feature-gallery .nav-pills>li>a:hover {
    color: #60A607
}

.feature-gallery .nav-pills>li.active>a,
.feature-gallery .nav-pills>li.active>a:focus,
.feature-gallery .nav-pills>li.active>a:hover {
    color: #666;
    background-color: transparent;
    font-weight: 600
}

.feature-gallery .nav-pills>li.active {
    border-bottom: solid 3px #60A607
}

.features ul.nav-pills.nav-stacked {
    padding: 0 0 10px 10px !important;
}

.features .nav-pills.nav-stacked>li>a {
    color: #7b7b7b;
    background: none;
}

.whats-new.features .nav-pills.nav-stacked .playlink,
#features.pillars .nav-pills.nav-stacked .playlink {
    margin: -10px 0 -15px 15px;
    display: table;
}

.features .nav-pills.nav-stacked>li.active>a,
.features .nav-pills.nav-stacked>li>a:hover {
    color: #2c2c2c;
    background: none;
}

.features .nav-pills.nav-stacked .pillar {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 2px;
    background-color: #efefef;
}

.features .nav-pills.nav-stacked>li.active>.pillar,
.features .nav-pills.nav-stacked>li:hover>.pillar {
    background-color: #2c2c2c !important;
    height: 100%;
    width: 2px;
}

.features ul.nav-pills.nav-stacked p {
    font-size: 13px;
}

.feature .tab-content.image {
    height: 0;
    padding-bottom: 60%;
}

.comparison-chart {
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 15px;
    text-align: left
}

.comparison-chart thead {
    background-color: #ececee;
    color: #58595b;
    line-height: 1.2
}

.comparison-chart thead td {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px
}

.comparison-chart td {
    border-bottom: 1px solid #ececee;
    border-collapse: collapse;
    padding: 15px 10px 15px 15px
}

.comparison-chart h4 {
    font-size: 14px;
    text-transform: none;
    margin: 0
}

.comparison-chart p {
    font-size: 12px;
    line-height: 16px;
    margin: 0
}

.comparison-chart .new {
    color: #00D181
}

.comparison-chart .enhanced {
    color: #d47557
}

.comparison-chart .comparison-feature-header {
    font-size: 16px;
    padding: 10px;
    background-color: #999;
    color: #fff
}

.comparison-chart .feature-check {
    background: url(../images/compare-check.png) no-repeat;
    background-position: center;
    background-size: 30px;
}

.feature-check-new p {
    text-align: center;
}

.req-list {
    margin-bottom: 80px;
    font-size: 16px
}

.req-list li {
    margin-bottom: 12px;
}

ol.circles-list {
    list-style-type: none;
    margin: 0;
    margin-left: 4em;
    padding: 0;
    counter-reset: li-counter;
}

ol.circles-list>li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}

ol.circles-list>li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
    font-size: 1.3em;
    line-height: 1.08;
    text-align: center;
    color: #f5f5f5;
    border-radius: 50%;
    background-color: #009CFF;
    content: counter(li-counter);
    counter-increment: li-counter;
}


/* Trial thank you pages */

#install_thankyou h3 {
    margin: 0;
}

#install_thankyou h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 5px
}

#install_thankyou .module {
    float: left;
    width: 230px;
    padding-left: 20px;
    padding-right: 70px;
}

#install_thankyou .last {
    padding-right: 20px;
}

#tyfi-header {
    background: url(../images/circle-check.png) no-repeat scroll 0 0;
    padding: 0 0 10px 55px;
}

.disclaimers {
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
}

.disclaimers p {
    color: #aaa;
    padding: 0;
}


/*LTO*/

.lto-promo {
    position: absolute;
    top: 10px;
    font-size: 110%;
    padding: 5px 10px 5px 10px;
    background: #CC397F;
    color: #fff
}

.lto-promo p {
    padding: 0;
    margin: 0;
}

.lto-box {
    margin-top: 30px;
    padding: 10px 10px 10px 15px;
    background: rgba(255, 255, 255, .9);
    line-height: 130%;
    font-size: 110%;
}

.lto-box h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #2c2c2c;
    font-weight: normal;
}

.inner .lto-box p {
    font-size: 80%;
    color: #333;
    padding: 0;
    margin: 5px 0 0 0;
    ;
}

.lto-box .save {
    font-size: 13px;
    font-weight: bold;
    color: #CC397F;
}

.lto-box .link {
    color: #009cff;
}

.lto-box a:hover {
    text-decoration: none !important;
}

.lto-box a:hover .link {
    text-decoration: underline;
}


/* Legacy */

.cell h1,
.cell h2,
.cell h3,
.cell h4,
.cell h5 {
    margin: 16px 0 0
}

.cell p {
    margin: 8px 0 10px
}

.cell img {
    width: 100%
}

.cell.linked h1,
.cell.linked h2,
.cell.linked h3,
.cell.linked h4,
.cell.linked h5,
.cell.linked p {
    color: #494d56
}

.cell.linked a:hover {
    text-decoration: none
}

.cell.linked .link {
    color: #009cff;
}

.cell.linked a:hover .link {
    text-decoration: underline
}

.three-column {
    width: 32%;
    float: left
}

.emphasis {
    font-size: 1.1em
}

#wrapper {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

#main {
    overflow: hidden;
}

.about-page h1 {
    margin-top: 0;
}

.content-holder {
    padding: 40px 20px 60px
}

.center {
    text-align: center
}

.padding-bottom {
    padding-bottom: 100px
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-top {
    padding-top: 0;
}


/* Footer */

footer .container {
    padding: 40px 20px 10px;
    background: none
}

footer input.ft-menu {
    display: none
}

footer h3 {
    color: #000;
    font-size: 15px !important
}

footer a,
footer a:hover {
    font-size: 12px;
}

footer a:hover {
    text-decoration: underline;
    color: inherit
}

.ft-social {
    background: #efefef;
}

.ft-social .container {
    padding: 10px 20px
}

.ft-social-list {
    list-style: none;
    float: left;
    margin-top: 20px;
    padding: 0
}

.ft-social-list li {
    display: inline-block;
    margin-right: 10px;
    float: left
}

.ft-social-list li h5 {
    font-size: 16px;
    margin-right: 10px;
    color: #292929;
    line-height: 30px
}

.ft-social-list a {
    width: 32px;
    height: 32px;
    color: #fff;
    fill: #fff;
    position: relative;
    display: block
}

.ft-social-list svg {
    width: 100%;
    height: 100%;
}

footer .fb {
    background: #3B5998
}

footer .tw {
    background: #1DA1F2
}

footer .yt {
    background: #CD201F
}

footer .pt {
    background: #BD081C
}

footer .wp {
    background: #ff8d00
}

footer .cc {
    background: #009cff
}

.ft-links {
    background: #ececec;
}

.ft-links .container {
    background: #ececec;
    padding-bottom: 30px
}

.ft-links a {
    color: #4d4d4d
}

.ft-super {
    background: #1e1e1e;
}

.ft-super .row {
    margin-bottom: 10px;
}

.ft-super .row.last {
    margin-bottom: 0;
}

.ft-super dl {
    margin: 0 auto 15px
}

.ft-super dd {
    line-height: 1.4;
}

.ft-super dt {
    font-size: 13px;
    margin-bottom: 4px;
    color: #fff;
}

.ft-super a {
    color: #c5c5c5
}

.ft-super a:hover {
    text-decoration: none !important;
}

.ft-super a:hover dd {
    text-decoration: underline;
}

.ft-copyright {
    background: #1e1e1e;
}

.ft-copyright .container {
    background: #1e1e1e;
    padding: 10px 20px 20px !important;
}

.ft-copyright li {
    line-height: 20px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer ul li {
    font-size: 12px;
    line-height: 24px;
}

footer ul li a {
    color: #999
}

footer ul img {
    margin: 0
}

.ft-menu-list {
    margin: 0 0 10px;
    padding: 0;
}

.ft-brand-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff
}

.ft-brand-list li img {
    margin-right: 20px;
}

.ft-copyright-list {
    line-height: 12px;
    margin: 15px;
    text-align: right;
    color: #fff;
}

.ft-copyright-list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.ft-ads-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px
}

.corel_community_thumb img {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -2px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .center-box {
        width: 328px !important;
    }
    .corel_events {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    #prod-hero .prod-intro {
        margin: 30px 0
    }
    .vedio_section {
        display: none;
    }
    .wpb_video_wrapper iframe {
        height: 300px !important;
    }
}

@media (min-width: 768px) {
    /*.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header { padding: 0; }*/
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
    }
    .navbar-nav>li>a {
        padding-top: 13px;
    }
    .nav>li>a {
        padding-left: 25px;
        padding-right: 25px;
    }
    .num-cols .col {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #prod-hero .prod-intro {
        font-size: 90%
    }
    .pricebrick .styled-select {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

@media (min-width: 2200px) {
    #prod-hero {
        background-size: cover
    }
}

@media (max-width: 767px) {
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2
    }
    #navbar {
        margin-left: -15px;
    }
    .navbar .nav li .dropdown-menu li a {
        white-space: normal;
    }
    .navbar-nav>li>a {
        padding: 15px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 15px 15px 15px 20px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000 !important;
        text-decoration: none !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li li a {
        padding-left: 10px;
        padding-right: 0px;
        font-size: 13px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #000;
        text-decoration: underline
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #c4c4c4;
    }
    .navbar-nav,
    .dropdown-menu {
        font-size: 16px
    }
    .dropdown-submenu>.dropdown-menu {
        padding-left: 10px;
        white-space: normal;
    }
    .dropdown-submenu>.dropdown-menu li {
        padding-left: 10px;
    }
    /* .dropdown-submenu>a:after { background: url("../images/drop-grey-line.png") no-repeat left center; width: 8px; height: 6px; position: relative; top: -2px; display: inline-block; border-style: none; margin: 8px 5px 0 0 } */
    .dropdown-submenu>a:after {
        width: 14px;
        height: 14px;
        position: relative;
        top: -3px;
        display: inline-block;
        border-style: none;
        margin: 0px 5px 0 0;
        content: "\e259";
        font-family: 'Glyphicons Halflings';
        font-size: 10px;
        color: #878787;
    }
    .dropdown.open .dropdown-menu {
        background: #e4e4e4;
    }
    .dropdown.open .dropdown-menu .dropdown-submenu .dropdown-menu {
        background: #dfdfdf;
    }
    .dropdown.open .dropdown-menu .dropdown-submenu.open .dropdown-toggle {
        color: #000
    }
    .topnav li {
        border-bottom: 1px solid #292929;
    }
    .topnav li .dropdown,
    .topnav li.dropdown li {
        border-bottom: 1px solid #d7d7d7;
    }
    .topnav .dropdown .dropdown-submenu li,
    .topnav .dropdown .dropdown-submenu .dropdown-header {
        border-bottom: 1px solid #d7d7d7 !important;
    }
    .dropdown-menu .divider {
        display: none
    }
    .actions {
        position: relative;
        margin-top: 0;
    }
    .actions li {
        margin-bottom: 20px
    }
    #sitenav .navbar-toggle {
        float: left;
        margin-left: 10px
    }
    #sitenav .navbar-brand {
        position: absolute;
        left: 33%;
        padding: 7px 15px;
        width: 140px;
    }
    #sitenav .container {
        padding-top: 0;
    }
    #sitenav .popover {
        display: none !important
    }
    .nav>li.shopcart {
        display: none
    }
    #prod-hero {
        background-image: none !important
    }
    #prod-hero {
        background-color: #fff;
        background-position: -100px top;
        background-size: auto 220px;
    }
    .prod-info {
        color: #333;
        font-size: 72%
    }
    .box-shot {
        margin-top: 30px
    }
    .box-shot img {
        display: block;
        width: 115px;
        margin: 0 auto
    }
    .alt-version {
        display: inline;
        margin-left: 15px;
    }
    .pricebrick {
        background: none;
        color: #333;
        margin: 15px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    #pricing-tabs li {
        background: #e6e6e6;
        border-top: 2px solid #e6e6e6;
        color: #666;
    }
    #pricing-tabs li.active {
        background-color: transparent;
        color: #000;
        border-top: 2px solid #009cff;
    }
    #pricing-tabs li.active:hover {
        background-color: transparent;
    }
    .pricebrick .priceDisplayNormal {
        color: #000;
    }
    .pricebrick .styled-select,
    .pricebrick .styled-select select {
        width: 100%;
    }
    .pricebrick .BuyLink {
        width: 100%;
        font-size: 18px;
        padding: 8px 20px 10px;
        margin-top: 10px
    }
    .pricebrick .guarantee-badge {
        top: 10px;
        right: 0;
    }
    .pricebrick .guarantee-badge img {
        width: 60px
    }
    .pricebrick .instructions a {
        color: #333;
    }
    .white-popup-block {
        width: 100% !important
    }
    #product-nav {
        width: 100%
    }
    #product-nav.sticky {
        box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .15)
    }
    #product-nav .navbar-brand {
        display: block;
        font-size: 14px
    }
    #product-nav .navbar-brand img {
        display: none
    }
    #product-nav .navbar-brand span {
        display: block;
        font-size: 18px;
    }
    #product-nav .btn {
        float: left;
        line-height: 1.5;
        min-width: auto;
        margin: 0 0 10px;
        padding: 4px 15px 5px;
    }
    #subnav {
        clear: both
    }
    .sec-block {
        padding: 30px 0;
    }
    .padding-bottom {
        padding-bottom: 40px;
    }
    .tab-content h2 {
        font-size: 26px;
    }
    .section-intro p {
        font-size: 14px;
    }
    .feature-gallery .nav>li>a {
        margin: 0 20px 10px;
    }
    .feature-gallery .caption p {
        font-size: 14px;
    }
    .feature.pull-right,
    .feature.pull-left {
        float: none !important
    }
    .comparison-chart td {
        padding: 10px 0
    }
    .comparison-chart thead td {
        padding: 10px 0;
        font-size: 12px
    }
    .comparison-chart .comparison-feature-header {
        font-size: 16px;
    }
    .comparison-chart h4 {
        font-size: 14px;
    }
    .comparison-chart .feature-check {
        background-size: 10px;
    }
    .compare-lists,
    .req-list {
        font-size: 18px;
    }
    .responsive footer {
        margin-top: 0;
    }
    footer .container {
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 100% !important;
    }
    footer h3 {
        font-size: 16px !important;
    }
    .ft-social .container {
        text-align: center;
    }
    .ft-social-list {
        display: none;
    }
    .ft-social-list .first {
        display: none
    }
    .ft-links {
        padding-bottom: 5px;
    }
    .ft-links .container {
        padding-top: 0;
        padding-bottom: 0
    }
    .ft-links label.ft-menu {
        position: relative;
        display: block;
        padding: 16px 0 0 10px;
        line-height: 3em;
    }
    .ft-menu-list li a {
        display: block;
        padding: 8px 10px;
        text-decoration: none;
        transition: background .2s;
        white-space: pre-wrap;
        font-size: 14px
    }
    .term_tab_list li {
        display: inline-block;
        padding: 0 10px;
    }
    .ft-menu-list li a:hover {
        text-decoration: underline;
    }
    .ft-super {
        display: none
    }
    .ft-copyright {
        font-size: 10px;
        padding-top: 10px
    }
    .ft-copyright-list .first {
        display: block;
    }
    .ft-copyright-list li {
        margin: 0 20px 0 0
    }
    .ft-ads-list li {
        margin: 0 8px 10px;
    }
    .ft-ads-list li img {
        max-width: 90%
    }
    .ft-ads-list,
    .ft-copyright-list {
        text-align: left;
        margin: 0
    }
}


/* Hide IE9/10 */

@media screen and (min-width:0\0) {
    .chat {
        display: none\9 !important;
    }
    .zopim {
        display: none\9 !important;
        visibility: hidden\9 !important;
    }
}


/* Hide Edge */

@supports (-ms-ime-align:auto) {
    .chat {
        display: none !important;
    }
    .zopim {
        display: none !important;
        visibility: hidden !important;
    }
}

#pricing-tabs li {
    width: 100%;
}

.student_registration_form {
    /*background:#efefef;*/
    padding: 50px 0;
    margin-bottom: 20px;
}

.professional_registration_form {
    /*background:#efefef;*/
    padding: 50px 0;
    margin-bottom: 20px;
}

#user_login {
    margin: 40px auto;
}

.btn_learn {
    font-size: 12px !important;
    outline: 0;
    padding: 5px 10px !important;
    text-transform: capitalize;
    float: left;
    text-align: center;
    width: 100px;
}

.corel_community_thumb p {
    margin: 0;
    font-weight: 500;
}

.corel_community_thumb img {
    margin-top: 20px;
}

#corel-tp {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 25px;
}

#corel-tp h1 {
    font-size: 26px;
    color: #1f1f23;
}

.center-box {
    margin: 0 auto;
    width: 900px;
    text-align: justify;
}

#corel-tp p {
    font-weight: 600;
}

#corel-tp h3 {
    font-size: 20px;
    font-weight: 500;
}

#corel-tp ul {
    padding: 0 0px 0 50px;
    margin: 0;
}

#corel-tp ul li {
    color: #e2a32f;
    line-height: 1.8;
}

#corel-tp ul li span {
    color: #4facd8;
    font-weight: 400;
    font-size: 14px;
}

#corel-tp ul li p {
    color: #000;
    font-weight: 400;
}

.inquure-form {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 8px #0000001f;
    border-radius: 0 0 7px 7px;
}

.inquure-form p {
    margin: 0;
}

.inquure-form form {
    padding: 10px 15px;
}

.inquure-form h4 {
    background: #2380a6;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.inquure-form .btn-default {
    background: #2480a6;
    color: #fff;
    padding: 3px 20px;
    border-radius: 21px;
    font-size: 16px;
    border: 0;
}

.inquure-form .form-control {
    border: 1px solid #ddd;
    box-shadow: 0 0 0;
    border-radius: 0;
}

.inquure-form label {
    color: #6f6f6f;
}

footer {
    width: 100%;
    float: left;
}

.btn_learn a {
    color: #fff;
}

.corel_events {
    width: 65%;
}

.corel_events img {
    width: 100%;
}

.table-design table thead tr th {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 0;
}

.table-design table tbody tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 700;
}

.table-design a {
    background: rgba(255, 200, 49, 1);
    background: -moz-linear-gradient(top, rgba(255, 200, 49, 1) 0%, rgba(238, 187, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 200, 49, 1)), color-stop(100%, rgba(238, 187, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 200, 49, 1) 0%, rgba(238, 187, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 200, 49, 1) 0%, rgba(238, 187, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 200, 49, 1) 0%, rgba(238, 187, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 200, 49, 1) 0%, rgba(238, 187, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc831', endColorstr='#eebb00', GradientType=0);
    padding: 10px 11px;
    display: block;
    width: 142px;
    margin: 0 8px 0 10px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #e0a808;
}

.mt_20 {
    margin: 20px 0px;
    width: 100%;
    float: left;
}

.mt_50 {
    margin: 50px 0px;
    width: 100%;
    float: left;
}

.downlad_free_trial {
    background: aliceblue;
    padding: 16px;
    margin-bottom: 20px;
}

.downlad_free_trial h3 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}

.downlad_free_trial p {
    margin: 0;
}

.downlad_free_trial a {
    background: #03a2ff;
    color: #fff;
    padding: 4px 11px;
    border-radius: 4px;
    position: relative;
    top: 18px;
    float: right;
}

.breadcrum {
    background: #000;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.breadcrum ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrum ul li {
    display: inline-block;
    margin-right: 15px;
}

.breadcrum ul li a {
    color: #fff;
}

.breadcrum h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
}

.title_banner {
    background: url(../../images/corel_discovery/CDGSTutorials-CoursePage-header3.jpg);
    float: left;
    background-size: 100%;
    width: 100%;
    padding: 88px 0;
}

.heading_title {
    background: #ffffffc4;
    padding: 18px 15px;
    margin: 0 auto;
    width: 60%;
    text-align: center;
}

.heading_title h4 {
    font-weight: 500;
    font-size: 27px;
}

.heading_title p {
    font-weight: 500;
}

#hero {
    float: left;
    width: 100%;
}

.graphics_accordion {
    float: left;
    width: 100%;
}

.graphics_accordion .panel-group .panel .panel-heading {
    padding: 0;
    margin: 0;
    background: #f8f8f8;
    color: #000;
}

.graphics_accordion .panel-group .panel .panel-heading .panel-title a {
    padding: 10px;
    display: block;
}

.graphics_accordion .panel-group .panel .panel-heading .panel-title a:hover {
    color: #000;
}

.graphics_accordion .panel-group .panel .panel-heading .panel-title a:focus {
    text-decoration: none;
}

.graphics_accordion .panel-group .panel .panel-collapse .panel-body {
    background: #f8f8f8;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.img_box_st {
    float: left;
    margin-right: 15px;
    width: 10%;
}

.graphics_accordion ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.graphics_accordion ul li {
    margin: 6px 0;
}

.graphics_accordion ul li a {
    color: #000;
    text-decoration: none;
}

.graphics_accordion .panel-default {
    border: 0;
}

.graphics_design_tips_banner {
    background: url(../../images/corel_discovery/PhotoTipsHeader.jpg);
    float: left;
    background-size: 100%;
    width: 100%;
    padding: 27px 0;
}

.graphics_design_box {
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 20px;
}

.graphics_design_imgbox {
    margin-top: 20px;
}

.graphics_design_box p {
    margin: 0;
}

.graphics_design_imgbox img {
    width: 100%;
    height: 212px;
    object-fit: cover;
}

.graphics_design_box .date {
    text-align: center;
    font-style: italic;
    color: #ababab;
    font-weight: 600;
}

.graphics_design_box h4 {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: #696969;
}

.graphics_design_box span {
    text-align: center;
    display: block;
    color: #a5a5a5;
    font-weight: 600;
}

.forword_link {
    position: absolute;
}

.forword_link a {
    color: #fff;
    z-index: 2;
    font-size: 18px;
    position: relative;
    left: 13px;
    top: 10px;
}

.forword_link:after {
    content: '';
    display: block;
    width: 112px;
    height: 102px;
    background: url(../../images/left_corner_bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.forword_link a {
    color: #fff;
}

.event_gallerys img {
    width: 100%;
    height: 287px;
    object-fit: fill;
    margin-bottom: 28px;
}

.event_gallerys video {
    width: 100%;
}

.event_gallerys select {
    padding: 5px 3px;
    width: 268px;
    font-size: 14px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.event_gallerys h6 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #393c40;
}

.survey-container {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
}

.survey-container a:hover,
.survey-container a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.free_trials {
    padding-top: 20px;
}

.free_trials h3 {
    margin: 0;
    font-weight: 600;
    color: #777;
    font-size: 23px;
}

.free_trials h4 {
    font-weight: 400;
    color: #777;
    margin-bottom: 20px;
}

.download_btn {
    color: #fff;
    background-color: #5aa1e3;
    padding: 7px 13px;
    text-decoration: none;
}

.download_btn:hover {
    color: #fff;
    background-color: #5aa1e3;
    padding: 7px 13px;
    text-decoration: none;
}

.download_btn:focus {
    color: #fff;
    background-color: #5aa1e3;
    padding: 7px 13px;
    text-decoration: none;
}

.download_btn:active {
    color: #fff;
    background-color: #5aa1e3;
    padding: 7px 13px;
    text-decoration: none;
}

#free_trails_download_features_bg {
    background-image: url(../images/free_trails_download_features_bg.jpg);
}

#free_trails_download_features_bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#free_trails_download_features_bg .prod-intro {
    margin-top: 50px;
}

#free_trails_download_features_bg .prod-info {
    color: #fff;
    padding-left: 20px;
}

#free_trails_download_features_bg .prod-info .title {
    margin-bottom: 5px;
}

#free_trails_download_features_bg .prod-info .title span {
    display: block;
    line-height: 1.2;
}

#free_trails_download_features_bg .prod-info .new {
    color: #ebc62d;
}

#free_trails_download_features_bg .prod-info .title span {
    display: block;
    line-height: 1.2;
}

#free_trails_download_features_bg .prod-info .name {
    font-size: 210%;
}

#free_trails_download_features_bg .prod-info .title span {
    display: block;
    line-height: 1.2;
}

#free_trails_download_features_bg .prod-info .os {
    font-size: 170%;
}

#free_trails_download_features_bg .box-shot img {
    display: none;
}

#free_trails_download_features_bg .prod-info h1 {
    font-size: 160%;
}

#free_trails_download_features_bg .prod-info ul {
    list-style: none;
    font-size: 115%;
    padding-left: inherit;
    margin: 15px 0 30px;
    line-height: 1.1;
}

#free_trails_download_features_bg .prod-info li {
    margin-bottom: 0.8em;
}

#free_trails_download_features_bg .prod-info .light-bullets li:before {
    color: #c8c8c8;
}

#free_trails_download_features_bg .prod-info li:before {
    font-family: "Glyphicons Halflings";
    content: "\e258";
    margin-right: 6px;
    margin-left: -17px;
    color: grey;
    font-size: 70%;
}

#free_trails_download_features_bg .alt-version {
    font-size: 90%;
    color: #333;
    margin-top: 10px;
}

#free_trails_download_features_bg .prod-info .alt-version a,
.prod-info .alt-version a:hover {
    color: #fff;
}

#free_trails_download_features_bg .pricebrick {
    margin-top: 20px;
}

#free_trails_download_features_bg #pricing-tabs {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    overflow: hidden;
}

#free_trails_download_features_bg #pricing-tabs li.active,
#pricing-tabs li.active:hover {
    border-top: 2px solid #60A607;
}

#free_trails_download_features_bg #pricing-tabs li.active {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-top: 2px solid #009cff;
    padding: 6px 0 8px;
}

#free_trails_download_features_bg #pricing-tabs li {
    width: 100%;
}

#free_trails_download_features_bg #pricing-tabs li {
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 2px solid #262626;
    background: #262626;
    color: #a3a3a3;
    margin: 0;
    width: 100%;
    padding: 6px 0 8px;
    font-size: 15px;
    text-align: center;
}

#free_trails_download_features_bg #tabs-content {
    position: relative;
    padding: 3px 0px 6px;
    min-height: 440px;
}

#free_trails_download_features_bg #tab-content-1 {
    display: block;
    text-align: left;
}

#free_trails_download_features_bg .lightbox-holder {
    display: none;
}

#free_trails_download_features_bg .lightbox {
    overflow: hidden;
}

#free_trails_download_features_bg .lightbox2 .popup-holder {
    width: 100%;
}

#free_trails_download_features_bg .lightbox2 .popup-holder {
    width: 630px;
    padding: 0;
}

#free_trails_download_features_bg .popup-holder {
    padding: 0 17px 0 23px;
    overflow: hidden;
}

#free_trails_download_features_bg .lightbox2 .heading {
    background: #000;
    width: 100%;
    padding: 15px 20px 22px 23px;
    margin: 0 0 1px;
}

#free_trails_download_features_bg .lightbox .heading h5 {
    color: #fff;
    font: 24px/28px Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    width: 100%;
    text-align: left;
}

#free_trails_download_features_bg .lightbox2 .container {
    padding: 20px;
    height: auto !important;
    width: 100%;
}

#free_trails_download_features_bg .lightbox .container {
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    padding: 30px 0 12px;
    min-width: inherit;
}

#free_trails_download_features_bg .lightbox2 .container p {
    margin: 1em 0 1em;
}

.download_trial_btn {
    background: #666;
    width: 194px;
    padding: 8px;
}

.download_trial_btn .col-sm-9 {
    border-right: 1px solid #fff;
}

.download_trial_btn i {
    font-size: 23px;
    line-height: 1.7;
}

.download_trial_btn p {
    margin: 0;
    font-size: 17px;
}

.download_trial_btn span {
    margin: 0;
    font-size: 14px;
}

.save20prct {
    background: #d00084 !important;
    float: left;
    width: 92px !important;
    border-top: 0 solid #000 !important;
    margin: 14px !important;
}

#overview .intro {
    background-color: #101010;
    color: #fff;
}

#painter-essentials7 #overview .intro .row {
    position: relative;
}

.introAssets a {
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    margin: 20px 20px 0 20px;
    display: inline-block;
}

.pdf-link-icon {
    background: url(../images/ico-circle-pdf-grey.png) no-repeat left;
    background-size: 100%;
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    margin: 0 20px 0 0;
    padding: 0;
}

#painter-essentials7 .panel-group {
    margin-bottom: 0;
}

#painter-essentials7 .btn-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.discovery_center_community {
    width: 100%;
    float: left;
}

.discovery_center_community h4 a {
    font-size: 20px;
}

.discovery_center_community p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}

.discovery_center_community .commu_btn {
    background: #00a0f7;
    color: #fff;
    padding: 4px 10px;
    font-size: 15px;
}

.discovery_center_community_title_banner {
    background: url(../../images/corel_discovery/community-page_header.jpg);
    float: left;
    background-size: cover;
    width: 100%;
    padding: 88px 0;
}

.heading_title {
    background: rgba(255, 255, 255, 0.85) !important;
    padding: 18px 15px;
    margin: 0 auto;
    width: 70%;
    text-align: center;
}

.heading_title h4 {
    font-weight: 500;
    font-size: 27px;
}

.heading_title p {
    font-weight: 500;
}

.discover_blog {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.discover_blog img {
    border-radius: 9px;
}

.discover_blog h3 {
    margin-top: 10px;
    color: #009fe0;
    font-weight: 100;
}

.discover_blog ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.discover_blog ul li {
    border-bottom: 1px solid #00000063;
    padding: 5px 0;
}

.discover_blog ul li a {
    color: #585757;
}

.discover_blog ul li a {
    color: #585757;
    display: block;
}

.discover_blog ul li:last-child {
    border-bottom: 0;
}

.share_your_photo_animations video {
    height: 436px;
    width: 100%;
    object-fit: cover;
}

.share_your_photo_animations .wpb_text_column {
    position: absolute;
    z-index: 1;
    background: #ffffff8f;
    width: 400px;
    padding: 15px;
    margin: 40px 41px;
}

.share_your_photo_animations .wpb_text_column h2 {
    font-weight: 100;
    font-size: 31px;
    line-height: 1.5;
}

.share_your_photo_animations .wpb_text_column p {
    line-height: 1.8;
    font-size: 15px;
}

.share_your_photo_animations .vc_btn3-color-sky {
    position: absolute;
    left: 56px;
    background: #4c8ec7;
    font-size: 14px;
    text-transform: capitalize;
    bottom: 38px;
    border: 0;
}

.vc_btn3-color-sky {
    background: #4c8ec7;
    font-size: 14px !important;
    text-transform: capitalize;
}

.modal_design {
    float: left;
    width: 100%;
    border-radius: 4px;
    margin: 10px 0px;
}

.modal_design .nav-tabs>li>a {
    border: none;
    color: #6b6b6b;
    padding: 20px;
}

.modal_design .nav-tabs>li {
    width: auto;
    text-align: center;
    margin: 0 1px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #dcdcdc;
    border-radius: 5px 5px 0px 0px;
    background: #efefefbf;
}

.modal_design .nav-tabs>li.active>a {
    background-color: #f9f9f9;
    border-radius: 5px;
}

.modal_design .tab-content {
    padding: 0 20px;
    background: #f9f9f9;
}

.modal_design .tab-content p {
    color: #616161;
}

.modal_design .nav-tabs {
    float: none;
    border: 0;
}

.modal_design .tab-content .tab-pane ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal_design .tab-content .tab-pane ul li {
    line-height: 2.1;
}

.modal_design .tab-content .tab-pane ul li a {
    color: #000;
    font-size: 13px;
}

.modal_design .tab-content .tab-pane .col-lg-4 h4 {
    font-size: 16px;
    font-weight: 700;
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #ffffff;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    color: #5a4080 !important;
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: ##5a4080 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.nav-tabs>li {
    width: 20%;
    text-align: center;
}

@media all and (max-width:724px) {
    .nav-tabs>li>a>span {
        display: none;
    }
    .nav-tabs>li>a {
        padding: 5px 5px;
    }
}

#corel-cad-campaign {
    width: 100%;
    float: left;
    background: url(../../images/corel-cad-campaign/corel-cad-campaign.jpg);
    background-size: 100%;
}

#advantages-1 {
    font-size: 17px;
    padding: 0;
    margin: 1em 1em 1em;
    color: #fff;
}

#advantages-1 li {
    color: #295fe6;
    line-height: 47px;
}

#advantages-1 li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 23px;
}

#corel-cad-campaign #info-product-1 {
    margin-top: 20px;
}

#corel-cad-campaign #info-product-1 h2 {
    color: #fff;
    font-weight: 500;
}

.corel-cad-campaign-form {
    width: 369px;
    float: right;
    background: #fff;
    margin: 19px 0;
}

.corel-cad-campaign-form .form-title {
    text-align: center;
    font-size: 15px;
    background: #f5f5f5;
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.corel-cad-campaign-form .form-title span {
    color: #0072bc;
}

.corel-cad-campaign-form form .form-group {
    padding: 0 32px;
    margin: 23px 0 29px;
    position: relative;
}

.corel-cad-campaign-form form .form-group .otp {
    position: absolute;
    top: 5px;
    right: 34px;
    font-weight: 500;
}

.corel-cad-campaign-form form p {
    margin: 0;
    font-size: 14px;
    padding: 1px 32px;
    font-weight: 500;
}

.corel-cad-campaign-form button {
    background: #0072bc;
    border: 0;
    width: 100%;
    padding: 9px 0;
    font-weight: 500;
    margin-top: 15px;
}

.corel-cad-campaign-form button:hover {
    background: #0072bc;
    border: 0;
    width: 100%;
    padding: 9px 0;
    font-weight: 500;
    margin-top: 15px;
}

.corel-cad-campaign-form form .form-group .form-control {
    border: 0;
    box-shadow: 0px 0px 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 0;
}

.box-1 {
    background: #31536d;
    float: left;
    width: 100%;
    padding: 25px 20px;
    border-top: 5px solid #fff;
}

.box-1 h1 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
}

.box-1 ul {
    padding: 0 17px;
}

.box-1 ul li {
    color: #fff;
    line-height: 41px;
    font-size: 22px;
}

.box-1 img {
    border: 5px solid #fff;
    box-shadow: 0px 6px 7px #00000070;
    width: 100%;
}

.box-2 {
    background: #fff;
    float: left;
    width: 100%;
    padding: 25px 20px;
}

.box-2 h3 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
}

.box-2 h2 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 0;
}

.box-2 h4 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
}

.box-2 ul {
    padding: 0 17px;
}

.box-2 ul li {
    color: #000;
    line-height: 41px;
    font-size: 22px;
}

.box-2 img {
    border: 5px solid #fff;
    width: 100%;
}

.campaign-footer {
    background: #31536d;
    float: left;
    width: 100%;
}

.campaign-footer h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin: 10px 0 20px;
}

.campaign-footer img {
    margin: 0 auto;
}

.campaign-footer p {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 12px 0;
}

.social-link {
    background: #0b172f;
    float: left;
    width: 100%;
}

.social-link p {
    text-align: center;
    color: #cccccc;
    margin: 8px 0;
}

.social-link ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.social-link ul li {
    display: inline-block;
    color: #ddd;
    margin-right: 10px;
}

.social-link ul li a {
    color: #cccccc;
    font-size: 18px;
}

.section_padding_50 {
    padding: 92px 0;
}

.corel-cad-campaign-form form input::placeholder {
    color: #0072bc;
}

.dwonload-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 11px;
    font-size: 18px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 17px auto 0;
    text-align: center;
}

.dwonload-btn:hover {
    color: #fff;
    text-decoration: none;
}

.dwonload-btn:focus {
    color: #fff;
    text-decoration: none;
}

.banner-container {
    width: 1165px;
    margin: 0 auto;
    padding: 64px 0;
}

.account a:hover {
    background: #101010 !important;
    color: #fff !important;
}

#sitenav .container {
    padding-top: 9px;
    position: relative;
}

.account a .glyphicon.glyphicon-user {
    color: #0072bc;
}

.corel-cad-campaign-form form p span {
    color: #0072bc;
}

.navbar-inverse-1 {
    background: #0c1830;
}

.contest-login-panel .panel-heading:after {
    content: "0";
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 0;
    background: #fff;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    line-height: 10px;
}

.registercontest {
    background: url(../../coral/images/registercontest.jpg);
    background-position: right;
    background-size: 100%;
    border: 1px solid #2ba9bf !important;
}

.registercontest .panel-heading.panel-heading:after {
    content: "";
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 0;
    background: #fff;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    line-height: 10px;
}

.registercontest .control-label {
    color: #fff;
}

.registercontest .btn-primary {
    background: #f9ba20;
    border: 1px solid #f9ba26;
}

.registercontest .btn-primary:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.registercontest .panel-heading {
    color: #2ba9bf !important;
    background-color: #ffffff !important;
    border-color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    padding: 0;
    font-weight: 700;
}

.registercontest .form-control {
    border-radius: 4px;
    text-shadow: 0px 0px 0px;
    border: 1px solid #07546e;
    background: #ffffff;
}

.registercontest button.multiselect.dropdown-toggle.btn.btn-default {
    border-radius: 4px;
    text-shadow: 0px 0px 0px;
    border: 1px solid #07546e;
    background: #ffffff;
    margin: 0;
    font-size: 14px;
    padding: 6px 15px;
}

.contest-login-panel {
    border: 1px solid #03a9f4 !important;
}

.contest-login-panel .panel-heading {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    font-size: 28px;
    color: #2196F3;
    background: #ffffff;
}

.contest-login-panel .panel-body form .control-label {
    color: #fff;
    font-weight: 500;
}

.contest-login-panel .panel-body {
    background: #03a9f4;
}

.contest-login-panel .panel-body form button {
    background: #fff;
    color: #000;
}

.paint_shop_pro_2021 h2 {
    font-size: 22px !important;
    min-height: auto !important;
    text-align: left !important;
    display: block !important;
}

.paint_shop_pro_2021 h3 {
    margin: 0 !important;
    text-align: left !important;
}


/*==============================mobile-screen (920)==============================*/

@media (max-width:920px) {
    .banner-container {
        width: 740px;
        margin: 0 auto;
        padding: 25px 0;
    }
    #corel-cad-campaign #info-product-1 h2 {
        color: #fff;
        font-size: 21px;
    }
    .corel-cad-campaign-form .form-title {
        font-size: 13px;
    }
    .campaing_page .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #corel-cad-campaign #info-product-1 img {
        width: 262px;
    }
    .box-1 h1 {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin-top: 0;
    }
    .box-1 ul li {
        color: #fff;
        line-height: 26px;
        font-size: 14px;
    }
    .container {
        width: 100%;
        min-width: 300px;
    }
    .dwonload-btn {
        font-size: 13px;
        z-index: 99;
        position: relative;
    }
    .corel-cad-campaign-form {
        width: 100%;
    }
    .box-2 h3 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
    }
    .box-2 h2 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
        margin-top: 0;
    }
    .box-2 h4 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
    }
    .box-2 ul li {
        color: #000;
        line-height: 26px;
        font-size: 14px;
    }
    .campaign-footer h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin: 10px 0 20px;
    }
    #corel-cad-campaign {
        background-size: cover;
        background: #0a0406;
    }
}


/*==============================mobile-screen (768)==============================*/

@media (max-width:768px) {
    .corel-cad-campaign-form form p {
        margin: 0;
        font-size: 14px;
        padding: 1px 0px;
        font-weight: 500;
        text-align: center;
    }
    .banner-container {
        width: 591px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .banner-container .col-sm-6 {
        float: left;
        width: 50%;
    }
    #corel-cad-campaign #info-product-1 h2 {
        color: #fff;
        font-size: 21px;
    }
    .corel-cad-campaign-form .form-title {
        font-size: 13px;
    }
    #corel-cad-campaign #info-product-1 img {
        width: 262px;
    }
    .box-1 .col-sm-6 {
        float: left;
        width: 50%;
    }
    .box-1 h1 {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin-top: 0;
    }
    .box-1 ul li {
        color: #fff;
        line-height: 26px;
        font-size: 14px;
    }
    .container {
        width: 100%;
        min-width: 300px;
    }
    .dwonload-btn {
        font-size: 13px;
        z-index: 99;
        position: relative;
    }
    .corel-cad-campaign-form {
        width: 100%;
    }
    .box-2 .col-sm-6 {
        float: left;
        width: 50%;
    }
    .box-2 h3 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
        margin-top: 0;
    }
    .box-2 h2 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
        margin-top: 0;
    }
    .box-2 h4 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
    }
    .box-2 ul li {
        color: #000;
        line-height: 26px;
        font-size: 14px;
    }
    .campaign-footer h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin: 10px 0 20px;
    }
    .campaign-footer .col-sm-3 {
        float: left;
        width: 25%;
    }
    #corel-cad-campaign {
        background-size: cover;
    }
    #advantages-1 li {
        color: #295fe6;
        line-height: 36px;
    }
    #advantages-1 li a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
    }
}


/*==============================mobile-screen (480)==============================*/

@media (max-width:480px) {
    .corel-cad-campaign-form form p {
        margin: 0;
        font-size: 14px;
        padding: 1px 0px;
        font-weight: 500;
        text-align: center;
    }
    .box-1 {
        background: #31536d;
        float: left;
        width: 100%;
        padding: 25px 20px;
        border-top: 5px solid #fff;
    }
    .box-2 {
        background: #fff;
        float: left;
        width: 100%;
        padding: 25px 20px;
    }
    .banner-container {
        width: 321px;
        margin: 0 auto;
        padding: 15px 0;
    }
    .banner-container .col-sm-6 {
        float: left;
        width: 100%;
    }
    #corel-cad-campaign #info-product-1 h2 {
        color: #fff;
        font-size: 21px;
    }
    .corel-cad-campaign-form .form-title {
        font-size: 13px;
    }
    #corel-cad-campaign #info-product-1 img {
        width: 262px;
    }
    .box-1 .col-sm-6 {
        float: left;
        width: 100%;
    }
    .box-1 h1 {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin-top: 0;
    }
    .box-1 ul li {
        color: #fff;
        line-height: 26px;
        font-size: 14px;
    }
    .container {
        width: 100%;
        min-width: 300px;
    }
    .dwonload-btn {
        font-size: 13px;
        z-index: 99;
        position: relative;
    }
    .corel-cad-campaign-form {
        width: 100%;
    }
    .box-2 .col-sm-6 {
        float: left;
        width: 100%;
    }
    .box-2 h3 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
        margin-top: 0;
    }
    .box-2 h2 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
        margin-top: 0;
    }
    .box-2 h4 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
    }
    .box-2 ul li {
        color: #000;
        line-height: 26px;
        font-size: 14px;
    }
    .campaign-footer h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin: 10px 0 20px;
    }
    #corel-cad-campaign {
        background-size: cover;
        background: #0a0406;
    }
    #advantages-1 li {
        color: #295fe6;
        line-height: 36px;
    }
    #advantages-1 li a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
    }
}

.discover-center-page video {
    width: 100%;
}

.discover-center-page {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.discover-center-page .discovery_img_wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.discovery_btn_wrapper .discovery_btn_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-evenly;
    margin-top: 50px;
}

.discovery_btn_wrapper .discovery_btn_list li {
    display: inline-block;
    padding: 7px 20px;
    background-color: #0088cc
}

.discovery_btn_wrapper .discovery_btn_list li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}

.term_tab_list {
    list-style: none;
}

.term_tab_list li a {
    display: inline-block;
    color: #000;
    padding: 5px 0;
}

.term_wrapper {
    padding: 40px 0;
}

.spotlight h4 {
    font-weight: bold;
    line-height: 21px;
    font-size: 17px;
}

.discoery_center_content h4{
    font-weight: 600 !important;
    font-size: 16px !important ;
}
.discoery_center_content h4 a{
    color:#009fe0 !important
}
.discoery_center_content p{
    font-size: 16px !important;
    color: #777777 !important;

}
.inspiration

.discory_page_feautre_heading {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}

.discory_img {
    width: 100%;
    max-width: 100%;
}

.top_heading {
    padding: 20px 0;
    font-weight: normal;
    color: #009fe0;
    font-size: 30px;
}

.panel-title a .fa {
    font-weight: normal;
    margin-right: 10px;
}

.graphics_accordion .panel-group {
    background-color: #f8f8f8;
}

.heading_title h4 {
    font-size: 35px;
    padding: 25px 0;
    font-weight: 400;
}

.heading_title p {
    color: #777777;
    font-weight: 400;
    font-size: 16px;
}

.page-title_helloween {
    margin: 20px 0 !important
}

.ft-big {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    color: #1d2127;
    margin: 50px 0;
}

.m20 {
    margin: 20px 0;
}

.mt-50 {
    margin-top: 50px
}

.mt50 {
    margin-top: 100px;
}

.mt-left {
    margin-left: 100px;
}

.wpb_wrapper h4 {
    font-size: 30px;
    margin: 20px 0;
}

.helloween_wrapper {
    padding: 20px;
}

.helloween {
    padding: 20px;
}

.wpb_video_wrapper iframe {
    height: 500px;
}

.spotlight .featured-sub-heading{
    font-size: 14px !important;
    font-weight: bold;
}
.spotlight p{
    font-size: 15px;
    color: #777777;
    line-height: 24px;
    font-weight: 400;
}
.discory_page_feautre_heading{
    text-align: center;
    font-size: 35px;
    font-weight: 100;
}
.featured-sub-heading a{
    color:#009fe0 !important
}
.inspiration_heading,.tools_heading{
    font-weight: 400 !important;
    font-size: 21px !important;
    line-height: 27px !important;
    letter-spacing: 0;
   
}
.inspiration_heading a,.tools_heading a
{
    color: #009fe0 !important;
}
.discover_center .downlad_free_trial h3 {
    margin: 0;
    font-weight: 400;
    margin-bottom: 10px;
    color: #1d2127;
    font-size: 28px;
}
.discover_center .downlad_free_trial {
    background: #f7f7f7;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.discover_center .downlad_free_trial p{
    font-size: 18px;
    color: #777777;
}
.discover_center .downlad_free_trial a{
    border-color: #5aa1e3;
    background-color: #5aa1e3;
    top:40px;
    padding: 6px 12px;
    font-size: 14px;
}

	.photo_home_banner_section{
		
    position: relative;
    background-image: url(./images/psp-photorestoration-course-header.jpg);
    background-size: cover;
    padding: 80px 0 25px 0;
}
	
	.photo_home_banner_text{
		
    
    width: 70%;
    background: rgba(255,255,255,0.74) !important;
    text-align: center;
    padding: 50px 0 50px 0;
    margin: 0 auto;
	}
	.photo_home_banner_text h2{
		
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    color: #1d2127;
	margin:0;
	padding:0
	}
	.photo_home_banner_section .get_start_btn{
		padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    background-color: #5aa1e3;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
   
	}
	.photo_home_heading{
		text-align: center;
    font-size: 25px;
    font-weight: 400;
	}
	.mb-35{
		margin-bottom:35px
	}
	.spotlight .photo_home_featured_subheading{
		font-weight: 400;
    font-size: 21px;
    line-height: 27px;
	font-weight:400
	}
	.spotlight .photo_home_featured_subheading a{
		color:#009fe0
	}


	
        
        .photo_home_banner_text{
            
        
        width: 70%;
        background: rgba(255,255,255,0.74) !important;
        text-align: center;
        padding: 50px 0 50px 0;
        margin: 0 auto;
        }
        .photo_home_banner_text h2{
            
        font-weight: 400;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0;
        color: #1d2127;
        margin:0;
        padding:0
        }
        .photo_home_banner_section .get_start_btn{
            padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        background-color: #5aa1e3;
        color: #fff;
        margin-top: 25px;
        display: inline-block;
       
        }
        .photo_home_heading{
            text-align: center;
        font-size: 25px;
        font-weight: 400;
        }
        .mb-35{
            margin-bottom:35px
        }
        .spotlight .photo_home_featured_subheading{
            font-weight: 400;
        font-size: 21px;
        line-height: 27px;
        font-weight:400
        }
        .spotlight .photo_home_featured_subheading a{
            color:#009fe0
        }

        .vedio_single_page .vedio_single{
            font-size:22px
         }
          .vedio_single_page .category_list{
             list-style:none;
             margin:0;
             padding:0
          }
          .vedio_single_page .category_list li{
             padding:8px 0 8px 15px;
             color:#666666;
             border-bottom:1px solid #ededed;
             position: relative;
             font-family: 'Open Sans', sans-serif;
          }
          .vedio_single_page .cat-head{
             line-height: 1.4;
           font-weight: 700;
           text-transform: uppercase;
           text-decoration: none;
           font-size:1.1429em;
           font-family: 'Open Sans', sans-serif;
          }
       
          .vedio_single_page .category_list li:before {
           content: "";
           display: inline-block;
           width: 0;
           height: 0;
           border-top: 4px solid transparent;
           border-bottom: 4px solid transparent;
           margin-left: -11px;
           margin-right: 5px;
           border-left: 4px solid #333;
           }
           .vedio_single_page .vedio_subheading{
             font-family: 'Open Sans', sans-serif;  
             margin-top:35px
           }

#prod-hero .artist-name {
    position: absolute;
    bottom: 20px;
    left: 90px;
}


@media (max-width: 1024px){
    .discover-center-page{
        height: auto;
    }
}


@media (min-width: 768px){
    #product-nav .nav>li>a {
        font-size: 18px;
        padding: 17px 24px 18px;
    }
}


#modal-master.video .modal-dialog { width: 90%; max-width: 1000px; }
#modal-master.video .modal-content { background-color: #000; border: none; box-shadow: none }
#modal-master.video .modal-body { padding: 0px; }
#modal-master.video .close { position: absolute; right: 0; top: -40px; z-index: 999; font-size: 3rem; font-weight: 100; color: #fff; opacity: 1; text-shadow: none }
#modal-master.video .close:hover { color: #ccc; }

.modal-body p {
    font-size: 14px;
    line-height: 1.5;
}

.modal-footer p {
    font-size: 12px;
    text-align: left;
    color: #777;
    line-height: 1.6;
}

@media (max-width: 767px) {
    #sitenav .container {
        padding-top: 0;
    }
}