body {
/*    font-family: "colaboratelightregular",Helvetica,Arial,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    background-size:5%;
    font-size: 12pt !important; /* 20px/16=1.25em */
    line-height:18pt;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'adam-cg-proregular', Arial, Helvetica, sans-serif;
    color: inherit;
    text-transform: uppercase;
}
h1 {
    text-align: center;
    font-size: 20pt;
}
h2 {
    font-size: 16pt;
}

h3 {
/*    font-family: 'Open Sans', sans-serif;    */
    font-size: 13pt;
/*    font-weight: 700;*/
    text-transform: capitalize;
}
h3.blog {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    font-weight: bold;
    margin:15px 0 5px 0;
}

section.post-box {
    padding: 0px 0px 0px;
    text-align: left;
}
section.features-box {
    padding: 12px 0px 0px;
    text-align: left;
}
section.post-box blockquote {
    font-size: 12pt;
}
.form-control {
    font-size: 11pt;
}

.contact-form {
    display:block;
    background-color: #f6f6f6;
    padding:10px;
    border: solid 1px #f3f3f3;
    border-radius:5px;
}
.contact-form .form-control {
    border-radius: 5px;
    border-color:#dddddd;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.contact-form .btn {
    font-size:11pt;
}
.contact-form h2 {
    margin-top:0;
    padding-top:0;
}


.options {
    width: auto;
    float: right;
    margin-top: -22px;
    zoom:70%;
    -moz-transform: scale(0.7);

}

.nav {
    margin: 15px 0 0 0;
    font: 14px/18px 'adam-cg-proregular', Arial, Helvetica, sans-serif;
}
.nav > li {
    float: left;
    margin: 0 20px 0 0;
}

.logo img {
  margin-top:0px;
  height:85%;
  width:85%;
}

.share-box {
    background: transparent;
    padding: 33px 0 40px 0px;
    margin: 0 0 20px;
}

.social-box {
    color: #333;
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 5px;
}

div.share-box div.social-box span.label-text {
    display:none;
}

.label-desktop {
    background-color: #6b9e18;
}
.label-mobile {
    background-color: #9e1818;
}

@media (max-width: 991px) {
    div.view-showcase .text-section .image img, div.view-features .text-section .image img {
        float:left;
        width: auto;
        margin:8px 20px 0 0;
    }
    .options {
        width: 150px;
        position: absolute;
        right: 0;
    }
    .nav {
/*        margin: 15px 0 0 200px;
        font: 12.5px/18px 'adam-cg-proregular',Arial,Helvetica,sans-serif;
        position: absolute;*/
    }
}

@media (max-width: 649px) {
    div.view-showcase .text-section .image img, div.view-features .text-section .image img {
        display: none !important;
    }
}

@media (min-width: 1199px) {
    .text-section {
        text-align: left;
        margin: 0 auto 80px;
        width: 940px;
    }
}

div.view-showcase .text-section .image img, div.view-features .text-section .image img {
    border: solid 1px #ddd;
}


section.post-box span.image {

}

.text-section h2 {
    margin: 3px 0 5px 0;
    font-size: 16pt;
    line-height: 24px;
}
.text-section p {
    margin: 0 0 20px;
}
.text-section .btn, .boxes .btn {
    padding: 6px 9px 5px 11px;
    font: 13px/15px 'adam-cg-proregular', Arial, Helvetica, sans-serif;
    border-radius: 4px;
}

.gallery-posts:not(.home_slide) .holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    letter-spacing: -5px;
    line-height: 0;
    font-size: 11pt;
    overflow:visible;
}

.gallery-posts:not(.home_slide) .holder li {
    width: 570px !important;
}

.gallery-posts .holder li{
    float:left;
}

.gallery-posts:not(.home_slide) .image {
    margin-right: 10px;
}

.gallery-posts .text-box {
overflow: hidden;
padding: 0 10px 0 0;
min-height: 200px;
}

.gallery-posts p {
    margin: 0px 0 10px;
    display: block;
    text-align: left;
    max-height: 110px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}


.gallery-posts .btn {
    padding: 4px 7px 3px 9px;
    font: 10px/15px 'adam-cg-proregular',Arial,Helvetica,sans-serif;
    border-radius: 4px;
}

section.post-box div.field-items h2 {
/*  background-color: #eee;*/
    padding: 10px 10px;
/*  border-radius: 3px;*/
    margin-left: -10px;
    border-bottom: solid 1px #eeeeee;
}

.boxes .add-row {
    width:100%;
    height:44px;
}
div.add-row a.btn.btn-default {
    float:left;
    margin-right:10px;
}

div.add-row ul.social {
    margin: 0 -11px 0 0;
    padding: 0;
    zoom: 59%;
    -moz-transform: scale(0.59);
}
div.add-row ul.social li {
    margin-top:7px;
}

@-moz-document url-prefix() {
    div.add-row ul.social {
        margin:0;
        padding:0;
        width:290px;
        height:50px;
    }

    div.add-row ul.social li {
        margin-top:-7px;
        height:50px;
    }
}

h3 {
    margin-top: 16px;
}

/* Post */
.post-box p {
    margin: 0 0 6px 0;
}
.post-box ul {
    padding: 0 0 26px 25px;
}
.gallery-posts {
    font-size: 12pt;
    margin-bottom: -30px;
}
/* Post */

/* Feature */
.features-box p {
    margin: 0 0 6px 0;
}
.features-box ul {
    padding: 0 0 26px 25px;
}
.features-posts {
    font-size: 20px;
    line-height: 26px;
}
/* Feature */


/* Experimental */
body {
    background-image: none;
}
.container {
    margin-top:90px;
}
.navbar {
    margin-bottom:20px;
    margin-top:-90px;
    padding:10px 0px;
    background-color: #f2f2f2;
    border-radius:0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.main-image-box {
    margin-bottom: 30px;
}
/* .main-image-box, .view-showcase, .tabs-section, .price-section, .filters-box, .post-box  {
    margin-top: 90px;
}
*/


div.images {
    display: none;
}
article.text-section {
    margin-bottom: 20px;
}
article.text-section p {
    margin: 0 0 10px;
}
article.text-section a.btn {
    padding: 4px 7px 3px 9px;
    font: 10px/15px 'adam-cg-proregular',Arial,Helvetica,sans-serif;
}

.filters-box {
    overflow: hidden;
    margin: 0 0 16px;
    padding: 6px 0 0;
    text-transform: capitalize;
}

ul.links-list li a.active {
    color: #eeeeee;
}

/* Footer */
#footer {
    font-size: 11pt;
    line-height: 15pt;
    margin-top:30px;
}
.add-boxes .title, ul.links-list li a {
    display: block;
    font-family: 'adam-cg-proregular', Arial, Helvetica, sans-serif;
    font-size: 11pt;
    margin: 0 0 7px;
}

div.add-boxes nav.col-sm-4, div.add-boxes nav.col-sm-2 {
    margin-bottom:30px;
}

section.gallery-posts div.container {
    margin-top: 0px;
}

#footer div.container {
    margin-top: 0px;
}

.btn-default {
    color: #fff;
    background-color: #2a6496;
    border-color: #2a6496;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #4179a8;
    border-color: #4179a8;
}


/* Blog */
.post-btns {
    overflow: hidden;
    color: #72bfc1;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size:11pt;
    margin:10px 0 45px 0;
    min-height:45px;
}
.post-btns .prev {
    float: left;
    max-width: 48%;
    line-height: normal;
}

.post-btns .next {
    float: right;
    max-width: 48%;
    text-align: right;
}

.post-btns .btn-prev {
    padding: 0 0 0 45px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
}
div.prev>div {
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -30px;
    margin-left: 45px;
}

.post-btns .btn-next {
    padding: 0 45px 0 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 32px;
    position: relative;
}
div.next>div {
    margin-top: -37px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 45px;
}
a.btn-nav-title {
    color:#73bfbf;
}

section.boxes.blogboxes .col-sm-12 {
    border-bottom:solid 1px #eeeeee;
    margin-bottom: 20px;
}

section.boxes.blogboxes .col-sm-12 a.btn.btn-link {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size:11pt;
    border-radius: 4px;
    text-transform:none;
}
article.box.same-height-left.same-height-right {
    margin-left: 220px;
}


/* Blog article - Bottom thumbnails */
div.field.field-name-field-image > div.field-items {
    margin-top: 30px;
    text-align: center;
}

div.field.field-name-field-image > div.field-items > div.field-item {
    display:inline-block;
    width:220px;
    margin-right: 10px;
}

div.field.field-name-field-image > div.field-items > div.field-item > a > img {
    display: block;
    padding: 4px;
    margin-bottom: 26px;
    line-height: 1.182;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* Blog article - Bottom thumbnails */

/* Pricing table */
.pricing-table {
    position: relative;
}
.pricing-table.bordered ul {
    border: 5px solid #7773a7;
}
.pricing-table.table-green.bordered ul {
    border: 5px solid #69baa2;
}

.pricing-table ul {
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 1;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.table-color .title, .table-color .alt .title, .table-color .alt-dark .title {
    background-color: #7773a7;
}
.table-green .title, .table-green .alt .title, .table-green .alt-dark .title {
    background-color: #69baa2;
}

.pricing-table .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 50px 10px 50px;
    text-align: center;
}
.pricing-table .title, .pricing-table .price, .pricing-table .label, .pricing-table .button {
    border-bottom: none !important;
}
.pricing-table ul li {
    color: #333333;
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #ecf0f1;
}
.pricing-table ul li.price, .pricing-table ul li.price strong {
    text-align: center;
    font-weight: bold !important;
}
.pricing-table ul li.button {
    text-align: center !important;
}

/*
.price-section .btn {
    display:inline;
    border-radius: 14px;
    padding: 4px 11px 3px 6px;
    font: 15px/25px 'adam-cg-proregular', Arial, Helvetica, sans-serif;
    background-color:#2a6496;
    color:#ffffff;
}
*/

@media (max-width: 991px) {
    .col-sm-6 {
        margin-bottom: 25px;
    }
}
/* Pricing table */

/* Features List */
#feat-list img {
    float:left;
    width: 55px;
}
#feat-list p.feat-d {
    margin-left: 70px;
    min-height: 70px;
}
#feat-list p.feat-d img {
    width: auto;
    height: auto;
}
#feat-list p.feat-i {
    margin-left: 0px;
}
#feat-list div.feat-t {
    float:left;
    margin:55px 0 0 -65px;
    width:75px;
    text-align:center;
}
#feat-list p.nomargin {
    margin-left: 0;
}

.btn-mob {
    color: #fff;
    background-color: #3d3781;
    border-color: #3d3781;
    font-size: 10px;
}
.btn-web {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    font-size: 10px;
}

.c-lightblue {
    color: #99c7ff;

}
.c-lightorange {
    color:#ffd8a1;
}

.feature-cell {
    padding: 5px;
}


/* Features List */

/* My Account */
#account-menu {
    margin:5px 0 20px 0;
    line-height: 30px;
}

#account-menu .account-item {
    font: 10pt 'adam-cg-proregular', Arial, Helvetica, sans-serif;
    display:inline-block;
    margin-right: 10px;
    color: #999 !important;
}
#account-menu .account-item-last {
    font: 10pt 'adam-cg-proregular', Arial, Helvetica, sans-serif;
}

#account-menu .account-item a, #account-menu .account-item-last a {
    color: #999 !important;
}
#account-menu .account-item a:hover, #account-menu .account-item-last a:hover, #account-menu .account-item a:active, #account-menu .account-item-last a:active {
    color: #2a6496 !important;
    text-decoration: none;
}
#account-menu .account-item.active a {
    color: #2a6496 !important;
    font-weight: bold;
}

#account-menu .account-item:after {
    content:  "|";
    margin-left: 10px;
}

section.myaccount .btn {
    font-size: 11pt;
}

.btn-edit {
    color:#ffffff;
    background-color: #2a6496;
}
.btn-view {
    color:#ffffff;
    background-color: #69baa2;
}
table.vmiddle th {
/*    text-transform: uppercase;*/
    font-size: 10pt;

}
table.vmiddle td {
    vertical-align: middle !important;
}

table.vmiddle tr td:nth-child(2), table.vmiddle tr td:nth-child(3) {
    text-align: right;
}
table.vmiddle tr th:nth-child(2), table.vmiddle tr th:nth-child(3) {
    text-align: right;
}
table.vmiddle tr td:nth-child(4) {
    width:130px;
    text-align: right;
}

td.progress {
    width:50%;
}

table.vmiddle .progress {
    margin:0;
    background-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    font-size: 10pt;
}

/* My Account */


span.image.axiothumb > a > img {
    display: block;
    padding: 4px;
    margin-bottom: 26px;
    line-height: 1.182;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
span.image.axiothumb > div.field-content > a > img {
    display: block;
    padding: 4px;
    margin-bottom: 26px;
    line-height: 1.182;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


span.image.axiorefthumb > img {
    display: block;
    padding: 4px;
    margin-bottom: 26px;
    line-height: 1.182;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
span.image.axiorefthumb > div.field-content > img {
    display: block;
    padding: 4px;
    margin-bottom: 26px;
    line-height: 1.182;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.blog-thumbnail {
    float:left;
    display:inline;
    margin-right:20px;
}
.blog-thumbnail .image.axiothumb {
    max-width:200px;
}

img.thumbnail[style*="float: left"] {
  margin: 5px 15px 0px 0px;
}

img.thumbnail[style*="float: right"] {
  margin: 5px 0px 0px 15px;
}

.image-features {
    width:100%;
    max-width:600px;
    padding:5px;
    border:solid 1px #cccccc;
    border-radius:5px;
    overflow-y: hidden;
}
.image-features.pricing {
    max-width: 400px;
    margin:auto;
}
.pricing-price {
    font-size: 20pt;
    font-weight:bold;
    text-align: center;
}
p.text-center.add-info-box {
    margin:20px auto;
}



.mobile-features {
    text-align: left;
    margin-bottom: 25px;
}
.tabs-section .feat-d {
    text-align: left;
}

.purchase-button {
    display:block;
    clear:both;
    margin-top:40px;
    margin-bottom:40px;
}

body.node-type-article .purchase-button {
    display:none;
}

.todo {
    text-align:center;
    background-color:#000000 !important;
    color:#ffffff;
}

@media only screen and (max-width: 767px)
{
    .nav > li {
        float: none;
        margin: 0 0 14px;
    }

    .options {
        width: auto;
        position: static;
        float: none;
        margin-top: 0;
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 10px;
        transform: none;
        -webkit-transform: none;
        zoom: 100%;
    }

    .options .links li {
        margin-bottom: 8px;
    }

    .options .links .btn {
        font-size: 14px;
    }

    .languages a {
        font-size: 14px;
    }

    .languages li:before {
        top: 0;
    }
}

/* HELPERS */

.padding-bottom {
    padding-bottom: 10px;
}

.padding-right-0 {
    padding-right: 0;
}



/* Zoho Support Forms - Begin */
table.zsFormClass {
    margin-bottom: 60px;
}
table.zsFormClass tbody {
    border: none;
}
table.zsFormClass tr:first-child {
    display: none;
}
table.zsFormClass tr:first-child td strong {
    font-size: 16px;
    font-family: 'adam-cg-proregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
table.zsFormClass td {
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0;
    font-size: 12pt;
    font-weight: 400;
}
table.zsFormClass tr>td.zsFontClass:first-child {
    padding-top:12px;
}
table.zsFormClass textarea {
    border: solid 1px #dddddd !important;
    border-radius: 3px;
    line-height: 24pt;
    width: 250px
}
table.zsFormClass input[type=text] {
    border: solid 1px #dddddd !important;
    border-radius: 3px;
    line-height: 24pt;
    width: 250px
}
table.zsFormClass input[type="submit"] {
    font-family: "Open Sans" !important;
    font-size: 12pt !important;
    padding: 2px 20px;
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #5cb85c;
    margin-right: 10px;
    border: solid 1px transparent;
    border-radius: 3px;
    line-height: 24pt;
}
table.zsFormClass input[value="Reset"] {
    font-family: "Open Sans" !important;
    font-size: 12pt !important;
    padding: 2px 20px;
    color: #fff !important;
    background-color: #2a6496;
    border-color: #2a6496;
    margin-right: 10px;
    border: solid 1px transparent;
    border-radius: 3px;
    line-height: 24pt;
}
/* Zoho Support Forms - End*/
