@charset "utf-8";
/* CSS Document */
/*
Theme Name: Academy Theme
Description: Gauss Develpoment Theme
Version: 1.1
Author: Marko Skenderovic
Author URI: http://gauss-development.com/
License: http://gauss-development.com/
License URI: http://gauss-development.com/
Theme URI: http://gauss-development.com/
Tags: custom menu, featured images, gallery, custom options
*/
/************************************************************************************
IMPORTS
*************************************************************************************/
@import url('css/fonts.css');

/************************************************************************************
RESET
*************************************************************************************/
* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    outline: none;
    max-width: 100%;
    height: auto;
}

input, input[type="search"], input[type="text"], textarea, input[type="button"] {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

.text-white.learn-more-about a {
    text-decoration: underline !important;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    background: #fff;
    font-size: 14px;
    /*  line-height:20px;*/
    color: #444;
    font-family: 'latoregular';
    min-width: 320px !important;
}
strong {
    font-weight: normal;
    font-family: latobold !important;
}
.hideCart {
    display: none;
}

a {
    text-decoration: none;
    outline: none;
    -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;
    color: #10B1F3;

}

a:hover {
    color: #333;
    text-decoration: underline;

}

a:focus {
    text-decoration: none;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.55em;
}

h1, h2, h3, h4, h5, h6 {
    color: #65635b;
    height: auto;
    width: auto;
    font-weight: normal;
    font-family: latobold !important;
}

h1 {
    font-size: 33px;
    margin-bottom: 6px;
    width: 100%;
}

h2 {
    font-size: 26px;
    margin-bottom: 6px;
}

h3 {
    font-size: 25px;
}

h4 {
  font-size: 20px;
  font-weight: 900;
  font-family: "Lato", Arial, sans-serif;
}

::selection {
    background: #f97c0d;
    color: #fff;
}

::-moz-selection {
    background: #f97c0d;
    color: #fff;
}

.container ol,
.container ul {
    margin-left: 18px;
}

.container ol li,
.container ul li {
    margin-bottom: 10px;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.page-wrap {
    position: relative;
    min-width: 320px !important;
}

.page-inner {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 500px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

/********************************************
HEADER
********************************************/
.header {
    position: relative;
}

.header ul {
    list-style-type: none;
}

.header-top-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    max-width: 216px;
    margin: 10px 0;
}

.logo a {
    display: block;
    margin: 0 10px 0 0;
}

.header-top-content {
    float: right;
    padding-top: 10px;
}

.header-top-content .header-menu-top-container,
.header-top-content .header-contact,
.header-top-content .lang-select-container {
    display: inline-block;
    vertical-align: top;
    z-index: 99999;
}

.header-top-content .header-menu-top-container ul li {
    float: left;
    margin-left: 30px;
}

.header-top-content .header-menu-top-container ul li:first-child {
    margin-left: 0px;
}

.header-top-content .header-menu-top-container ul li a {
    text-transform: uppercase;
    color: #777;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

.header-top-content .header-menu-top-container ul li a:hover {
    color: #333;
    text-decoration: none;
}

.header-top-content .header-contact {
    margin: 0 40px 0 30px;
}

.header-top-content .header-contact p {
    color: #777;
    font: 900 13px 'Lato', sans-serif;
    margin: 0;
}

.lang-select-container {
    margin-top: -8px;
}

.lang-select-container #lang_sel {
    height: auto;
}

.lang-select-container #lang_sel ul li {
    width: 100px;
}

.lang-select-container #lang_sel ul li a {
    border: none;
    line-height: 15px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    padding: 9px;
    background-color: transparent;
}

.lang-select-container #lang_sel ul li ul li a {
    background: #fff;
    padding: 5px 8px;
}

.lang-select-container #lang_sel ul li ul li a:hover {
    background: #eee;
}

.lang-select-container #lang_sel ul li ul {
    border: none;
    top: 30px;
    width: 75px;
}

.header-top-search {
    margin: 5px 0 12px 0;
}

.header-top-search form {
    float: right;
}

.header-top-search form .field {
    background-image: url("images/graphics/search.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    border: 1px solid #161616;
    height: 24px;
    width: 235px;
    padding: 4px 6px;
    border-radius: 4px;
    color: #aaa;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

.header-top-search form .field:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.mega-menu-container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
}
.mega-menu .menu-item {
    height: 40px;
}
.mega-menu-container .mega-menu li {
    display: block;
    float: left;
    padding: 0;
    position: relative;
}

.mega-menu-container .mega-menu li:first-child {
    padding-left: 0 !important;
    background: none !important;
}

.mega-menu-container .mega-menu li a {
    display: block;
    padding: 0px 15px;
    color: #fff;
    font: 900 14px 'Lato', sans-serif;
    text-transform: uppercase;
	letter-spacing: 0.3px;
	line-height: 40px;
}

.mega-menu-container .mega-menu li a:hover {
    background-color: #555F65;
    text-decoration: none;
}

.mega-menu-container .mega-menu li.menu-item-has-children > a:first-child {
    background-image: url("images/graphics/arrow-menu-idel.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.mega-menu-container .mega-menu li.menu-item-has-children > a:first-child:hover {
    background-image: url("images/graphics/arrow-menu-hover.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.mega-menu-container .mega-menu li.current-menu-item a, .mega-menu-container .mega-menu li.current-menu-parent a {
    color: #CCCCCC;
}

.mega-menu-container .mega-menu li.current-menu-item a, .mega-menu-container .mega-menu li.current-menu-parent a:hover {
    color: #fff;
}

.mega-menu-container .mega-menu li .sub-menu {
    position: absolute !important;
    left: 0;
    display: none;
    z-index: 101;
    margin: 0;
    margin-top: 0px;
    padding: 5px 0;
    background: #555F65;
    background: rgba(77, 77, 77, 0.9);
}
.mega-menu-container .mega-menu .pull-right {
        float: right;
}
.mega-menu-container .mega-menu li .sub-menu li {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
    float: none;
    display: block;
    position: relative;
}

.mega-menu-container .mega-menu li .sub-menu li a {
    border: none;
    color: #fff !important;
    text-transform: none !important;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
    font-size: 14px;
}

.mega-menu-container .mega-menu li .sub-menu li a:hover {
    color: #fff !important;
    background-color: #555F65;
}

.mega-menu-container .mega-menu li .sub-menu .current-menu-item a {
    color: #fff !important;
    background: #555F65;
}
.mega-menu-container .mega-menu li .sub-menu li div a {
  color: #10B1F3 !important;
}
.mega-menu-container .mega-menu li .sub-menu li div h3 a,
.mega-menu-container .mega-menu li .sub-menu li div h4 a {
  color: #333 !important;
}

/********************************************
BUNDLE PROMO
********************************************/
table.table {
	border-collapse: separate;
	border-spacing: 3px;
}
.table thead td, .table th {
	font-weight: bold;
	background-color: #5A5A5A;
	padding: 10px;
	color: #FFF;
	text-align: center;
	vertical-align: middle !important;
}
.table tbody td {
	padding: 10px;
	background-color: #efefef;
}
.blog-main-content h2 {
	margin: 0;
	padding: 10px 0;
}
.bundle-promo {
	padding: 30px 0;
	background-color: transparent;
}

/************************************************************************************
SHORTCODE MENUS
*************************************************************************************/

.push-vertical {
    display: block;
    height: 10px;
}

.custom-menu-one-container {
    max-width: 100%;
}

.custom-menu-one-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.custom-menu-one-container ul {
    margin: 0;
}

.consultant-blue .custom-menu-one-container ul li {
    display: block;
    float: left;
    width: 16.667%;
    margin-bottom: 0;
}

.consultant-blue .custom-menu-one-container ul li a {
    padding: 10px 5px;
    display: block;
    color: #2D9CC5;
    text-align: center;
    font-size: 17.5px;
    line-height: 20px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    word-wrap: break-word;
}

.consultant-blue .custom-menu-one-container ul li.current-menu-item a {
    background: #2D9CC5;
    color: #fff;
    font-family: "latobold";
}

.toolkit-documents-panel {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #C5CCD0;
    border-radius: 4px;
    padding: 30px;
    position: relative;
}

.container iframe {
    border: none;
    /*height: 380px!important;
    width: 100%!important;*/
    /*zakomentirao skendino max-width: 676px;*/
    width: 100%;
    height: 380px;
    max-width: 860px;
    /*margin: 0 auto;
    text-align: center;*/
}

/*.container .tab-container-vertical-plain iframe{
    height:440px!important;
}
.container iframe#twitter-widget-0 {
    height: auto !important;
    width: auto !important;
    border: none !important;
    }
    */
    @media screen and (max-width: 920px) {
        .owl-consultant-left, .owl-consultant-right, .owl-consultant-center {
            width: 90%;
            float: none;
            display: block;
            margin: 0 auto 20px auto;
        }

        .col-1-of-3 {
            width: 100%;
            margin: 1% auto 1% auto !important;
        }

        #intro p {
            margin-bottom: -27px !important;
            font-size: 16px !important;
        }
    }

/************************************************************************************
TABS
*************************************************************************************/

/* Vertical tabs */
.tab-container-vertical {
    background: #F0F0F0;
    padding: 20px 28px 40px 28px;
    border: 1px solid #cacaca;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.tab-container-vertical .tabs-captions {
    float: left;
    width: 23%;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #C5CCD0;
    background: #e4e3e3;
    margin: 0 3% 0 0;
}

.tab-container-vertical .tabs-captions .tab-caption {
    border-top: 1px solid #C5CCD0;
    padding: 12px 8px;
    cursor: pointer;
    text-align: center;
}

.tab-container-vertical .tabs-captions .tab-caption:first-child {
    border-top: none;
}

.tab-container-vertical .tabs-captions .tab-caption.active {
    background: #4a4945;
    cursor: default;
    color: #fff;
}

.tab-container-vertical .tabs-captions .tab-caption p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    color: #4D4D4D;
    line-height: normal;
}

.tab-container-vertical .tabs-captions .tab-caption.active p {
    color: #F0F3F5;
}

.tab-container-vertical .tabs-containers {
    float: left;
    width: 73%;
    border: 1px solid #cacaca;
}
.tab-container-vertical .tabs-containers .tab-container {
    padding: 2% 2% 0 2%;
    overflow: hidden;
}

.tab-container-vertical .tabs-containers ol {
    list-style-position: inside;
    margin: -2.1%;
}

.tab-container-vertical .tabs-containers ol li {
    line-height: 20px;
}
.tab-container-vertical .tabs-containers ol li:last-child {
    padding-bottom: 24px;
}
.tab-container-vertical .tabs-containers ol li:first-child {
    border-top: none;
}

.tab-container-vertical .tabs-containers ol {
    counter-reset: li;
    margin-left: -2%;
    padding-left: 0;
    border-bottom: 1px solid #cacaca;
}

.tab-container-vertical .tabs-containers ol > li {
    position: relative;
    margin: 0;
    padding: 8px 8px 8px 75px;
    list-style: none;
    border-top: 1px solid #cacaca;
    background: #fff;
    font-size: 16px;
    color: #525049;
}

.tab-container-vertical .tabs-containers ol > li.bg-color1 {
    background: #fff;
}

.tab-container-vertical .tabs-containers ol > li.bg-color2 {
    background: #f8eedd;
}

.tab-container-vertical .tabs-containers ol > li.bg-color3 {
    background: #e7eef1;
}

.tab-container-vertical .tabs-containers ol li:first-child {
    border-top: none;
}

.tab-container-vertical .tabs-containers ol > li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    margin-right: 8px;
    background: #e6e6e6;
    text-align: center;
    padding: 8px 0;
    border-right: 1px solid #cacaca;
    color: #525049;
    font-size: 16px;
    height: 100%;
}

.tab-container-vertical .tabs-containers ol > li span {
    display: block;
    float: left;
}

.tab-container-vertical .tabs-containers ol > li a {
    display: block;
    float: right;
    color: #10B1F3 !important;
    text-decoration: underline;
    font-size: 14px;
}

.tab-container-vertical .tabs-containers ol > li a:hover {
    text-decoration: none;
}

.toolkit-tabs .section a {
    text-decoration: underline;
    color: #666;
}

.tooltip {
    display: none;
    position: absolute;
    background-color: #5B6E78;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    font-size: 13px !important;
    z-index: 99999999 !important;
    max-width: 240px;
    margin-top: -60px;
}

@media screen and (max-width: 800px) {
    .tooltip {
        margin-left: -120px;
        margin-top: -60px;
    }
}

.tooltip-owl {
    /*position: relative;*/
    width: 113px;
    display: inline;
}

.tooltip-owl a {
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("images/graphics/tooltip-owl.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: -15px;
  right: -83px;
  z-index: 100;
  cursor: default;
}

.tooltip-owl.owl-blue a {
    background-image: url("images/graphics/tooltip-owl-blue.png");
}

/* Tabs control (next/previous buttons) */
.tabs-contol-container {
    text-align: center;
    padding: 20px 0;
    padding-left: 190px;
}

span.tab-previous,
span.tab-next,
span.tab-previous:focus,
span.tab-next:focus {
    text-decoration: none;
    outline: none;
    -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;
    color: #10B1F3;
    cursor: pointer;
}

span.tab-previous:hover,
span.tab-next:hover {
    color: #10B1F3;
    text-decoration: underline;
}

span.tab-previous {
    display: none;
}

span.separator {
    color: #009CDD;
    padding: 0 10px;
    display: none;
}

.tab-container-vertical .tabs-contol-container {
    border-top: 1px solid #C5CCD0;
    background: #F0F3F5;
}

.tab-container-horizontal .tabs-contol-container {
    padding-bottom: 0;
}

/************************************************************************************
BUTTONS
*************************************************************************************/
/*Orange button*/

.btn-orange-global,
.what-item-full .btn-green-global,
.consultation-scroll,
.form-free-download-inner input[type="submit"],
.form-book-container input[type="submit"],
.free-downloads-item-button {
    display: inline-block;
    cursor: pointer;
    min-height: 0;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #FFF;
    background: #F99C2D;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 13px 20px;
    border-radius: 4px;
    color: #FFF !important;
    text-decoration: none !important;
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}

.btn-orange-global-wide,
.single-toolkit-main-info-inner .tool-inf-btn a {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-shadow: -0.5px -0.5px 1px #333;
  border-top: 1px solid #FFF;
  background: #F99C2D;
  text-align: center;
  border: none;
  text-transform: uppercase;
  padding: 13px 16px;
  border-radius: 4px;
  color: #FFF !important;
  text-decoration: none !important;
  box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}

.btn-orange-global-wide2 {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #F99C2D;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px 50px 10px 50px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
}

.form-free-preview-download-container a.btn-orange-global {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.btn-orange-global:hover,
.btn-orange-global-wide:hover,
.btn-orange-global-wide2:hover,
.what-item-full .btn-green-global:hover,
.consultation-scroll:hover,
.form-free-download-inner input[type="submit"]:hover,
.form-book-container input[type="submit"]:hover,
.free-downloads-item-button:hover,
.single-toolkit-main-info-inner .tool-inf-btn a:hover {
    text-decoration: none;
    color: #fff !important;
    box-shadow: 0 3px rgba(0, 0, 0, 0.4);
}

.custom-div-blue-grey-streaked-inner .btn-blue-alt-global {
    font-family: 'latobold';
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 15px 22px;
    background: #22b26d;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.btn-orange-global-wide {
    /*width: 76%;*/
    /*max-width: 220px;*/
}

/*orange button small*/
.btn-orange-global-small {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    background: #fe8727;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlODcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDZiMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8727), color-stop(100%, #ed6b01));
    background: -webkit-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: -o-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: -ms-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: linear-gradient(to bottom, #fe8727 0%, #ed6b01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8727', endColorstr='#ed6b01', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.btn-orange-global-small:hover {
    text-decoration: none;
    color: #333;
}

/*Blue button*/
.btn-blue-global {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #2380BF;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}

.btn-blue-global:hover {
    text-decoration: none;
    color: #fff;
    background: #1975B3;
}

/*Blue button ALt*/
.btn-blue-alt-global {
    font-family: 'latobold';
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 15px 22px;
    background: #73b6e3;
    background: -moz-linear-gradient(top, #73b6e3 0%, #5a95bd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73b6e3), color-stop(100%, #5a95bd));
    background: -webkit-linear-gradient(top, #73b6e3 0%, #5a95bd 100%);
    background: -o-linear-gradient(top, #73b6e3 0%, #5a95bd 100%);
    background: -ms-linear-gradient(top, #73b6e3 0%, #5a95bd 100%);
    background: linear-gradient(to bottom, #73b6e3 0%, #5a95bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73b6e3', endColorstr='#5a95bd', GradientType=0);
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.btn-blue-alt-global:hover {
    background: #5a95bd;
    text-decoration: none;
    color: #fff;
}

/*Blue button consultation*/
.btn-green-alt-global-cons {
    font-family: 'latobold';
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 15px 22px;
    background: #4ba346;
    background: -moz-linear-gradient(top, #4ba346 0%, #348b2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ba346), color-stop(100%, #348b2f));
    background: -webkit-linear-gradient(top, #4ba346 0%, #348b2f 100%);
    background: -o-linear-gradient(top, #4ba346 0%, #348b2f 100%);
    background: -ms-linear-gradient(top, #4ba346 0%, #348b2f 100%);
    background: linear-gradient(to bottom, #4ba346 0%, #348b2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba346', endColorstr='#348b2f', GradientType=0);
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.btn-green-alt-global-cons:hover {
    background: #348b2f;
    text-decoration: none;
    color: #fff;
}

/*Green button*/
.btn-green-global {
    display: inline-block;
    cursor: pointer;
    min-height: 0;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #FFF;
    background: #1FB26C;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 13px 20px;
    border-radius: 4px;
    color: #FFF !important;
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}

.btn-green-global:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px rgba(0, 0, 0, 0.4);
}

/*Green button ALT*/
.btn-green-alt-global {
    display: inline-block;
    cursor: pointer;
    min-height: 0;
    max-width: 220px;
    min-width: 220px;
    font-size: 20px;
    font-family: 'latoblack';
    line-height: 28px;
    text-shadow: -0.5px -0.5px 1px #333;
    background: #1FB26C;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 4px;
    color: #FFF !important;
    text-decoration: none;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.btn-green-alt-global:hover {
    text-decoration: none;
    color: #fff;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.6);
}

/*Green button TOOLKIT*/
.btn-green-toolkit {
    display: inline-block;
    cursor: pointer;
    min-height: 37px;
    max-width: 172px;
    min-width: 172px;
    font-size: 16px;
    font-family: 'latoblack';
    line-height: 37px;
    text-shadow: -0.5px -0.5px 1px #333;
    background: #FFBD5A;
    background: -moz-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFBD5A), color-stop(100%, #E19225));
    background: -webkit-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -o-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -ms-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: linear-gradient(to bottom, #FFBD5A 0%, #E19225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD5A ', endColorstr='#E19225', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    -moz-box-shadow: 3px 3px 3px -2px #000000;
    -webkit-box-shadow: 3px 3px 3px -2px #000000;
    box-shadow: 3px 3px 3px -2px #000000;
    text-decoration: none !important;
}

.btn-green-toolkit:hover {
    text-decoration: none;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*Green button small*/
.btn-green-global-small {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    background: #FFBD5A;
    background: -moz-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFBD5A), color-stop(100%, #E19225));
    background: -webkit-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -o-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -ms-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: linear-gradient(to bottom, #FFBD5A 0%, #E19225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD5A ', endColorstr='#E19225', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.btn-green-global-small:hover {
    text-decoration: none;
    color: #fff !important;
    background: #E19225;
}

/*Learn more button*/
.btn-learn-more {
    display: inline-block;
    padding: 4px 22px 4px 13px;
    color: #FEFEFE !important;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    background: #F58F23;
    background-image: url('images/graphics/arrow-more.png');
    background-repeat: no-repeat;
    background-position: right center;
    line-height: normal;
    margin-top: 10px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.btn-learn-more:hover {
    text-decoration: none;
    box-shadow: 0 2px rgba(0, 0, 0, 0.4);
}

/*Learn more button alt*/
.btn-learn-more-alt {
    display: inline-block;
    padding: 8px 0px;
    color: #FEFEFE !important;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    background: #F58F23;
    line-height: normal;
    margin-top: 10px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
    max-width: 200px;
}

.btn-learn-more-alt:hover {
    text-decoration: none;
    box-shadow: 0 2px rgba(0, 0, 0, 0.4);
}

/*BLACK button*/
.btn-black-global {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    background: #10B1F3;
    background: -moz-linear-gradient(top, #10B1F3 0%, #348b2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #10B1F3), color-stop(100%, #348b2f));
    background: -webkit-linear-gradient(top, #10B1F3 0%, #348b2f 100%);
    background: -o-linear-gradient(top, #10B1F3 0%, #348b2f 100%);
    background: -ms-linear-gradient(top, #10B1F3 0%, #348b2f 100%);
    background: linear-gradient(to bottom, #10B1F3 0%, #348b2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10B1F3', endColorstr='#348b2f', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.btn-black-global:hover {
    text-decoration: none;
    color: #fff;
}

/*Orange button*/
.btn-orange-alt-global {
    display: inline-block;
    cursor: pointer;
    max-width: 220px;
    min-width: 195px;
    font-size: 18px;
    font-family: 'latoblack';
    text-shadow: -0.5px -0.5px 1px #333;
    background: #F58F23;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    -moz-box-shadow: 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
}

.btn-orange-alt-global:hover {
    text-decoration: none;
    color: #fff;
    -moz-box-shadow: 0 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px rgba(0, 0, 0, 0.4);
}

/*alt orange button v2*/

.btn-orange-tabs {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #f6aa32;
    background: -moz-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6aa32), color-stop(100%, #de941e));
    background: -webkit-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -o-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -ms-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: linear-gradient(to bottom, #f6aa32 0%, #de941e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa32', endColorstr='#de941e', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    max-width: 220px;
    width: 76%;
}

.btn-orange-tabs:hover {
    text-decoration: none;
    color: #333;
    background: #f6aa32;
    background: -moz-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6aa32), color-stop(100%, #de941e));
    background: -webkit-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -o-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -ms-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: linear-gradient(to bottom, #f6aa32 0%, #de941e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa32', endColorstr='#de941e', GradientType=0);
}

/*Back to top*/
.back-to-top {
    text-decoration: none !important;
}

/*To toolkit documents*/
.go-to-toolkits {
    text-decoration: underline;
}

.tab-additional .go-to-toolkits {
    display: inline-block;
    text-decoration: none;
}

/*Circle links*/

.circle-link-dark,
.circle-link-light {
    display: inline-block;
    vertical-align: top;
    margin: 11px;
}

.circle-link-dark a {
    background-image: url("images/graphics/view-documents-circle.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: table-cell;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    height: 84px;
    width: 108px;
    padding: 20px 8px;
    color: #525049 !important;
    font-size: 15px;
    vertical-align: middle;
    text-decoration: none !important;
}

.circle-link-light a {
    background-image: url("images/graphics/get-help-circle.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: table-cell;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    height: 84px;
    width: 108px;
    padding: 20px 8px;
    color: #525049 !important;
    font-size: 15px;
    vertical-align: middle;
    text-decoration: none !important;
}

.circle-link-dark a:hover,
.circle-link-light a:hover {
    text-decoration: none;
    color: #4C9D48 !important;
}

.circle-link-light a:hover {
    color: #4C9D48 !important;
}

.nounderline {
    text-decoration: none !important;
}

/************************************************************************************
OWL CONSULTANT
*************************************************************************************/

.owl-consultant-container {
    text-align: center;
}

.owl-consultant-left {
    float: left;
    width: 271px;
}

.owl-consultant-center {
    float: left;
    width: 458px;
    min-height: 1px;
}

.owl-consultant-right {
    float: left;
    width: 271px;

}

.owl-consultant-left .owl-consultant-top {
    margin: 0 -50px 0 0;
    padding: 0 40px;
    min-height: 118px;
}

.owl-consultant-left .owl-consultant-middle {
    margin: 0 0;
    padding: 0 35px;
    min-height: 145px;
}

.owl-consultant-left .owl-consultant-bottom {
    margin: 0 -50px 0 0;
    padding: 0 40px;
    min-height: 145px;
}

.owl-consultant-right .owl-consultant-top {
    margin: 0 0 0 -50px;
    padding: 0 40px;
    min-height: 118px;
}

.owl-consultant-right .owl-consultant-middle {
    margin: 0 0;
    padding: 0 30px;
    min-height: 145px;
}

.owl-consultant-right .owl-consultant-bottom {
    margin: 0 0 0 -50px;
    padding: 0 40px;
    min-height: 145px;
}

/************************************************************************************
QUOTE DIV
*************************************************************************************/

.quote-container .quote-author {
    font-family: latobold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.quote-container .quote-meta {
    font-size: 12px;
    margin-top: 0px;
}

.quote-container-blue {
    padding: 0 0 0 70px;
    background-image: url("images/graphics/quotes-bg-blue.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 50px;
}

.quote-container-blue-small {
    padding: 0px 0 0 40px;
    background-image: url("images/graphics/quotes-bg-blue-small.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 50px;
}

.quote-container-lightblue {
    padding: 0 0 0 70px;
    background-image: url("images/graphics/quotes-bg-light-blue.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 50px;
}

.quote-container-lightblue-small {
    padding: 0px 0 0 40px;
    background-image: url("images/graphics/quotes-bg-light-blue-small.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 50px;
}

.quote-container-green {
    padding: 0 0 0 70px;
    background-image: url("images/graphics/quotes-bg-green.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 50px;
}

.quote-container-green-small {
    padding: 0px 0 0 40px;
    background-image: url("images/graphics/quotes-bg-green-small.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 50px;
}

.consult-slider-inner {
    width: 100%;
}

.quote-container-orange-big{
    background-image:url("images/graphics/quote.png");
    background-repeat:no-repeat;
    background-position:0 0;
    min-height:50px;
}

.quote-container-orange-big p {
    padding:0 0 0 70px;
}


/************************************************************************************
FAQ DIV
*************************************************************************************/
.faq-div-chat-cloud {
    padding: 0 0 0 48px;
    background-image: url("images/graphics/chat-cloud-faq-bg.png");
    background-repeat: no-repeat;
    background-position: 0 6px;
    min-height: 50px;
    margin: 0 0 20px 0;
}

.faq-div-small .faq-div-chat-cloud h3 {
    font-family: latoregular;
}

.faq-div-chat-cloud h3 {
    font-size: 26px;
    margin-bottom: 6px;
}

.faq-div-small .faq-div-chat-cloud strong {
    font-weight: normal;
}

.faq-div-small .faq-div-chat-cloud {
    padding: 0 0 0 48px;
    background-repeat: no-repeat;
    background-image: url("images/graphics/chat-cloud-faq-bg-small.png");
    background-position: 0 7px;
    margin: 0 0 0 0;
    color: #fff;
    min-height: initial;
}

.faq-div-small p, .faq-div-small a {
    color: #fff;
    text-decoration: underline;
    font-size: 17px;
}

.faq-div-small p:hover, .faq-div-small a:hover {
    color: #fff;
    text-decoration: none;

}

/************************************************************************************
DOTTED DIV
*************************************************************************************/
.dotted-border {
    background-image: url("images/graphics/dots-bg.png");
    background-repeat: repeat-x;
    background-position: bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.dotted-container {
    background-image: url("images/graphics/dots-bg.png");
    background-repeat: repeat-x;
    background-position: left center;
    min-height: 12px;
}

.dotted-container .dotted-content {
    display: inline-block;
    padding: 0 11px 0 13px;
    margin: 0 0 0 59px;
    background-color: #FFFFFF;
}

/************************************************************************************
TOOLKIT FEATURE CHECK
*************************************************************************************/
.feature-check-div {
    background-image: url("images/icons/feature-check-icon.png");
    background-repeat: no-repeat;
    background-position: 0 4px;
    min-height: 21px;
    padding: 0 0 0 38px;
    margin: 0 0 22px 0;
}

/************************************************************************************
SECURITY ICON
*************************************************************************************/
.security-icon {
    background-image: url("images/icons/lock-icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 25px;
    display: inline-block;
    padding: 0 0 0 25px;
}

.toolkit-col-right .security-icon {
    background-position: 9px 0;
}

/************************************************************************************
CIRCLE CONTACT ICONS
*************************************************************************************/
.circle-icon-contact {
    display: inline-block;
    padding: 0 0 0 57px;
    line-height: 45px;
    min-height: 45px;
    background-repeat: no-repeat;
    background-position: left center;
}

.circle-icon-contact.circle-phone {
    background-image: url("images/icons/circle-phone-icon.png");
}

.circle-icon-contact.circle-linkedin {
    background-image: url("images/icons/circle-linkedin-icon.png");
}

.circle-icon-contact.circle-twitter {
    background-image: url("images/icons/circle-twitter-icon.png");
}

.circle-icon-contact.circle-chat {
    background-image: url("images/icons/circle-chat-icon.png");
}

.circle-icon-contact.circle-consultation {
    background-image: url("images/icons/circle-consultation-icon.png");
}

.circle-icon-oscar-white {
    display: inline-block;
    padding: 13px 0 0 57px;
    min-height: 43px;
    font-family: "latobold";
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("images/icons/owl-oscar-white.png");
    margin-top: 10px;
    color: #fff;
}

/************************************************************************************
IMAGE BORDER
*************************************************************************************/
.image-bordered-white {
    border: 2px solid #fff;
    -moz-box-shadow: 4px 4px 4px -5px #000;
    -webkit-box-shadow: 4px 4px 4px -5px #000;
    box-shadow: 4px 4px 4px -5px #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/************************************************************************************
NEWSLETTER DIV
*************************************************************************************/

.custom-div-newsletter {
  background-color: #F0F4F4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 170px;
  padding: 30px !important;
}

.custom-div-newsletter-top {
    background-image: url("images/graphics/newsletter-bg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #4d4c4c;
    color: #fff;
    padding: 30px;
    margin: -30px -30px 20px -30px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

/************************************************************************************
FREE PREVIEW DOWNLOAD DIV
*************************************************************************************/
.free-preview-download-container.pushdown {
    top: 30px;
}

.free-preview-download-container {
    background-color: #f0f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 170px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.free-preview-download-container .big {
    font-size: 20px;
}

.free-preview-download-container h1 {
    font-size: 38px;
}

.free-preview-download-container .free-preview-download ol li {
    font-size: 18px;
}

.free-preview-download-container {
    /*color: #0e76bc;*/
}

.free-preview-download-container.background-color-white {
    background: #fff;
}

.free-preview-download-top {
    background-image: url("images/graphics/newsletter-bg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #4D4C4C;
    color: #fff;
    padding: 30px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.free-preview-download-container.background-color-white .free-preview-download-top {
    background-image: url("images/graphics/newsletter-bg-white.png");
}

/************************************************************************************
CUSTOM DIVS
*************************************************************************************/
.custom-div-orange {
    padding: 44px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    background: #f6ae3e;
    background: -moz-linear-gradient(top, #f6ae3e 0%, #eba73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6ae3e), color-stop(100%, #eba73c));
    background: -webkit-linear-gradient(top, #f6ae3e 0%, #eba73c 100%);
    background: -o-linear-gradient(top, #f6ae3e 0%, #eba73c 100%);
    background: -ms-linear-gradient(top, #f6ae3e 0%, #eba73c 100%);
    background: linear-gradient(to bottom, #f6ae3e 0%, #eba73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6ae3e', endColorstr='#eba73c', GradientType=0);

}

.custom-div-blue {
    padding: 15px 44px 7px 44px;
    background: #326a35;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.custom-div-dirty-white {
  padding: 15px 44px 26px 44px;
  background: #EBF1F4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #23BEEF;
}

.custom-div-dirty-white a {
    color: #555;
    text-decoration: underline !important;
}

.custom-div-dirty-white .title {
    color: #3d3d3d;
    font-family: latobold;
    font-size: 22px;
}

.custom-div-light-grey {
    padding: 30px 20px 30px 20px;
    background: #F6F5EE;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.custom-div-blue a {
    color: #fff;
    text-decoration: underline;
}

.custom-div-blue .aprice {
    text-decoration: underline;
}

.custom-div-grey {
    padding: 15px 44px 7px 44px;
    background: #676767;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}

.custom-div-grey a {
    color: #fff;
    text-decoration: underline;
}

.custom-div-grey a:hover {
    text-decoration: none;
}

.custom-div-light-blue {
    padding: 15px 44px 7px 44px;
    background: #d4dde0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.custom-div-light-blue a {
    color: #333;
    text-decoration: underline;
}

.custom-div-light-blue a:hover {
    text-decoration: none;
}

.custom-div-blue-grey-streaked {
    background-color: #4b6766;
    background-image: url("images/graphics/clouds-div-streaked-halfcircle.png");
    background-repeat: repeat-y;
    background-position: right top;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    min-height: 159px;
}

.custom-div-blue-grey-streaked-blue {
    background-color: #2c7696;
    background-image: url("images/graphics/clouds-div-streaked-halfcircle-blue.png");
    background-repeat: repeat-y;
    background-position: right top;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    min-height: 159px;
}

.custom-div-blue-grey-streaked-green {
    background-color: #448841;
    background-image: url("images/graphics/clouds-div-streaked-halfcircle-green.png");
    background-repeat: repeat-y;
    background-position: right top;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    min-height: 159px;
}

.custom-div-blue-grey-streaked-inner {
    padding: 35px 30px 20px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: url("images/graphics/clouds-div-streaked.png");
    background-position: left center;
    background-repeat: repeat-x;
    background-color: transparent;
    min-height: 79px;
}

.custom-div-blue-grey-streaked-orange {
    background-color: #7F7D6F;
    background-image: url("images/graphics/clouds-div-streaked-halfcircle-orange.png");
    background-repeat: repeat-y;
    background-position: left top;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    min-height: 159px;
}

.custom-div-blue-grey-streaked-inner-orange {
    padding: 25px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: url("images/graphics/clouds-div-streaked.png");
    background-position: left center;
    background-repeat: repeat-x;
    background-color: transparent;
    min-height: 79px;
}

.custom-div-grey-streaked {
    background-color: #8e8e8e;
    background-image: url("images/graphics/clouds-div-streaked-halfcircle.png");
    background-repeat: repeat-y;
    background-position: right top;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    min-height: 159px;
}

.custom-div-grey-streaked-inner {
    padding: 35px 30px 20px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: url("images/graphics/clouds-div-streaked.png");
    background-position: left center;
    background-repeat: repeat-x;
    background-color: transparent;
    min-height: 79px;
}
.custom-div-blue-grey-streaked-blue .section {
    margin: 0;
}

.single-toolkit-main-info {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.single-toolkit-main-info.blue {
    background-color: #299cc5;
    background-image: url(images/graphics/blue-toolkit-info.png);
    background-repeat: repeat-y;
    background-position: 0 0;
}

.single-toolkit-main-info-inner {
    padding: 40px 25px;
    background-image: url(images/graphics/clouds-toolkit-info.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.single-toolkit-main-info-inner .tool-inf-title {
    font-family: "latobold";
    color: #fff;
    font-size: 25px;
    padding: 10px 0 0 0;
}

.single-toolkit-main-info-inner .tool-inf-price {
    font-family: "latobold";
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 10px 0 0 0;
}

.single-toolkit-main-info-inner .tool-inf-btn {
    text-align: center;
}

/*.single-toolkit-main-info-inner .tool-inf-btn a {
    display: inline-block;
    max-width: 210px;
    width: 100%;
    color: #fff;
    font-family: "latobold";
    font-size: 18px;
    text-align: center;
    background: #FFBD5A;
    background: -moz-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFBD5A), color-stop(100%, #E19225));
    background: -webkit-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -o-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -ms-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: linear-gradient(to bottom, #FFBD5A 0%, #E19225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD5A ', endColorstr='#E19225', GradientType=0);
    padding: 15px 10px;
    border-radius: 4px;
    text-decoration: none;
    -moz-box-shadow: 3px 3px 3px -2px #000000;
    -webkit-box-shadow: 3px 3px 3px -2px #000000;
    box-shadow: 3px 3px 3px -2px #000000;
    }*/

    .single-toolkit-main-info-inner .tool-inf-btn a:hover {
        color: #fff;
        text-decoration: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        /*box-shadow: none;*/
    }

/************************************************************************************
INPUTS
*************************************************************************************/

.container input[type="text"],
.container input[type="email"],
.container input[type="tel"],
.container textarea,
.container select {
    border: 1px solid #DBDBDB;
    background: #FFF;
    outline: none;
    min-height: 20px;
    line-height: 20px;
    padding: 4px 0;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin: 0;
    font-family: 'latoregular';
    font-size: 14px;
    width: 100%;
    text-indent: 6px;
}

.container .form-free-download-inner input[type="text"],
.container .form-free-download-inner input[type="email"],
.container .form-free-download-inner input[type="tel"],
.container .form-free-download-inner textarea,
.container .form-free-download-inner select {
    border: 1px solid #dbdbdb;
    background: #fff;
    outline: none;
    min-height: 20px;
    line-height: 20px;
    padding: 4px 2%;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin: 0;
    font-family: 'latoregular';
    font-size: 14px;
    width: 96%;
}

.container select {
    padding: 5px 0;
    width: 100%;
}

.container .form-free-download-inner select {
    padding: 5px 6px;
    width: 100%;
}

.container textarea {
    line-height: 18px;
    height: 100px;
    min-height: 100px;
    max-height: 400px;
    resize: vertical
}

.container input[type="text"]:focus,
.container input[type="email"]:focus,
.container input[type="tel"]:focus,
.container select:focus,
.container textarea:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.container label {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.container .infusion-field {
    margin: 0 0 10px 0;
    position: relative;
}

/************************************************************************************
EXPLORE HOME
*************************************************************************************/

.explore-home-row {
    text-align: center;
}

.explore-home-div {
    display: inline-block !important;
    width: 416px;
    min-height: 278px;
    margin: 13px 0 13px 60px;
    border: 1px solid #CFD5D8;
    background: #E0E5E8;
    text-align: left;
    vertical-align: top;
    border-radius: 4px;
}

.explore-home-div:first-child {
    margin-left: 43px;
}

.explore-home-div .explore-home-div-image {
    display: inline-block !important;
    width: 112px;
    margin: 34px 0 0 -43px;
    vertical-align: top;
}

.explore-home-div .explore-home-div-image p {
    margin: 0 !important;
}

.explore-home-div .explore-home-div-content {
    display: inline-block !important;
    padding: 32px 0px 24px 24px;
    vertical-align: top;
    width: 303px;
}

/************************************************************************************
RECENT BLOG POSTS
*************************************************************************************/

.recent-posts-container .recent-posts-left {
    float: left;
    width: 452px;
    margin: 0 33px 0 0;
}

.recent-posts-container .recent-posts-right {
    float: left;
    width: 452px;
}

.recent-posts-container .recent-post {
    min-height: 176px;
    margin: 0 0 40px 0;
}

.recent-posts-container .recent-post img {
    float: left;
    margin-right: 18px;
    border: 2px solid #fff;
    -moz-box-shadow: 4px 4px 4px -5px #000;
    -webkit-box-shadow: 4px 4px 4px -5px #000;
    box-shadow: 4px 4px 4px -5px #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.recent-posts-container .recent-post .slika {
    float: left;
}

.recent-posts-container .recent-post h2 {
    color: #748a96;
    font-size: 20px;
    font-family: "latobold";
    margin: 0 0 16px 0;
}

.recent-posts-container .recent-post h2 a {
    color: #847F73 !important;
    margin: 0 !important;
}

.recent-posts-container .recent-post {
    line-height: 1.35em;
}

.recent-posts-container .recent-post a {
    display: inline-block;
    margin: 0 0 0 5px;
}

/************************************************************************************
FREE PREVIEW DOWNLOAD FORM
*************************************************************************************/

.form-free-preview-download-container {
    text-align: center;
    margin: 0;
}

.form-free-preview-download-inner {
    display: inline-block;
    text-align: left;
    max-width: 268px;
    color: #333;
    margin: 0 auto;
}

.form-free-preview-download-inner input[type="checkbox"] {
    float: left;
    margin: 4px 10px 27px 0;
}

.form-free-preview-download-inner input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #FFF;
    background: #F58F23;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    white-space: normal;
}

.form-free-preview-download-inner input[type="submit"]:hover {
    text-decoration: none;
    color: #333;
}

.form-free-preview-download-inner .infusion-option {
    display: inline-block;
    max-width: 100%;
    margin: 10px 0 5px 0;
}

.form-free-preview-download-inner p {
    max-width: 100%;
    text-align: center;
    margin: 0;
}

/************************************************************************************
FREE DOWNLOAD FORM
*************************************************************************************/

.form-free-download-container {
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}

.form-free-download-inner {
    display: inline-block;
    text-align: left;
    /*max-width:268px;*/
}

.form-free-download-inner input[type="checkbox"] {
    float: left;
    margin: 4px 10px 20px 0;
}

.form-free-download-inner input[type="submit"],
.form-book-container input[type="submit"] {
    max-width: 100%;
    width: 100%;
}

.form-free-download-inner input[type="submit"]:hover,
.form-book-container input[type="submit"]:hover {
    text-decoration: none;
    color: #333;
}

/************************************************************************************
CONTACT FORMS/SWITCHER
*************************************************************************************/

.form-switcher {
    background: #4c9d48;
    /*
    background: #1e99ec;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1e99ec 0%, #0f72b4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e99ec), color-stop(100%,#0f72b4));
    background: -webkit-linear-gradient(top, #1e99ec 0%,#0f72b4 100%);
    background: -o-linear-gradient(top, #1e99ec 0%,#0f72b4 100%);
    background: -ms-linear-gradient(top, #1e99ec 0%,#0f72b4 100%);
    background: linear-gradient(to bottom, #1e99ec 0%,#0f72b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e99ec', endColorstr='#0f72b4',GradientType=0 );*/
    margin: 50px 0;
    padding: 30px;
    border-radius: 4px;
    color: #fff;
}

.switch-forms {
    display: inline-block;
    margin: 0 0 15px -3px;
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

.switch-forms:hover {
    text-decoration: none;
}

.free-consultation-form input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #FFBD5A;
    background: -moz-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFBD5A), color-stop(100%, #E19225));
    background: -webkit-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -o-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -ms-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: linear-gradient(to bottom, #FFBD5A 0%, #E19225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD5A ', endColorstr='#E19225', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    max-width: 86%;
    width: auto !important;
}

.form-switcher input[type="submit"]:hover {
    text-decoration: none;
    color: #333;
}

.form-switcher label {
    text-align: right;
}

.container .form-switcher iframe {
    max-width: 740px !important;
    width: 100% !important;
    height: 455px !important;
}

/************************************************************************************
COOKIE LAW INFO
*************************************************************************************/

.cookie-law-container {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 15px 0;
    background: #333;
    background: rgba(30, 30, 30, 0.9);
    color: #fff;
    z-index: 10000;
}

.cookie-law-inner {
    text-align: center;
}

.cookie-law-inner p {
    display: inline-block;
    margin: 0 20px;
}

.cookie-law-close {
    display: inline-block;
    background: #222;
    /*  background: #fe8727;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlODcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDZiMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fe8727 0%, #ed6b01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe8727), color-stop(100%,#ed6b01));
    background: -webkit-linear-gradient(top,  #fe8727 0%,#ed6b01 100%);
    background: -o-linear-gradient(top,  #fe8727 0%,#ed6b01 100%);
    background: -ms-linear-gradient(top,  #fe8727 0%,#ed6b01 100%);
    background: linear-gradient(to bottom,  #fe8727 0%,#ed6b01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8727', endColorstr='#ed6b01',GradientType=0 ); */
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: "latobold";
}

.cookie-law-close:hover {
    background: #555;
}

/************************************************************************************
NEWSLETTER STYLE
*************************************************************************************/
.fixMeSide a {
    display: inline;
}

.newsletter-form-inner input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #4CA447;
    background: -moz-linear-gradient(top, #4CA447 0%, #348b2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4CA447), color-stop(100%, #348b2f));
    background: -webkit-linear-gradient(top, #4CA447 0%, #348b2f 100%);
    background: -o-linear-gradient(top, #4CA447 0%, #348b2f 100%);
    background: -ms-linear-gradient(top, #4CA447 0%, #348b2f 100%);
    background: linear-gradient(to bottom, #4CA447 0%, #348b2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CA447', endColorstr='#348b2f', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    max-width: 86%;
}

.newsletter-form-inner input[type="submit"]:hover {
    text-decoration: none;
    color: #333;
}

.contact-us-form-container {
    max-width: 445px;
}

.contact-us-form-container .contact-us-form-inner {
    background: #748a96;
    padding: 43px;
    border-radius: 15px;
    color: #fff;
}

.container .contact-us-form-container .contact-us-form-inner .infusion-field {
    margin-bottom: 13px;
}

.container .contact-us-form-container .contact-us-form-inner .infusion-submit {
    padding: 20px 0 0 0;
}

.container .contact-us-form-container .contact-us-form-inner input[type="text"],
.container .contact-us-form-container .contact-us-form-inner input[type="email"],
.container .contact-us-form-container .contact-us-form-inner textarea,
.container .contact-us-form-container .contact-us-form-inner select {
    width: 95%;
}

.contact-us-form-container .contact-us-form-inner input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    background: #72b5e1;
    background: -moz-linear-gradient(top, #72b5e1 0%, #4a86ae 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72b5e1), color-stop(100%, #4a86ae));
    background: -webkit-linear-gradient(top, #72b5e1 0%, #4a86ae 100%);
    background: -o-linear-gradient(top, #72b5e1 0%, #4a86ae 100%);
    background: -ms-linear-gradient(top, #72b5e1 0%, #4a86ae 100%);
    background: linear-gradient(to bottom, #72b5e1 0%, #4a86ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b5e1', endColorstr='#4a86ae', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.newsletter-form-inner input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
}

/*SPACE DIV*/
.space-div10 {
    height: 10px;
}

/*IMAGE ALIGN*/
img.alignleft {
    float: left;
    margin: 0 12px 8px 0;
}

img.alignright {
    float: right;
    margin: 0 0 8px 12px;
}

/************************************************************************************
BLOG
*************************************************************************************/

.blog-main-content {
    float: left;
    width: 617px;
    padding-bottom: 50px;
}

.blog-sidebar-container,
.widget {
    float: right;
    width: 290px;
}

.blog-post-single-list {
    background-image: url("images/graphics/dots-bg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.blog-post-single-list-info .post-author {
    color: #525049;
    font-weight: bold;
}

.blog-post-single-list-info .post-author span {
    font-weight: normal;
}

.blog-post-single-list-top {
    margin: 0 0 10px 0;
}

.blog-picture {
    float: left;
    position: relative;
}

.blog-picture  img.author-img {
    max-width: 70px;
    max-height: 70px;
}

.blog-picture .feature-img.has-both-img {
    margin: 18px 23px 0 0;
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
}

.blog-picture .author-img.has-both-img {
    margin-right: -26px;
    position: relative;
    z-index: 11;
    display: inline-block;
    vertical-align: top;
}

.blog-picture .author-img.only-author-img {
    margin-right: 24px;
    margin-bottom: 15px;
}

.blog-picture .feature-img.only-feature-img {
    margin-right: 24px;
}

.blog-post-single-list-info .post-title-blog {
    font-size: 24px;
    color: #027CB6;
    font-family: "latobold";
    margin: 0 0 10px 0;
}

.blog-post-single-list-info .post-title-blog a {
    color: #027CB6;
}

.blog-post-single-list-info p span {
    color: #4C9D48;
}

.disqus-container {
    margin: 40px 0 0 0;
}

.post-container.archive .mr_social_sharing_wrapper {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.container .blog-social-extended iframe {
    width: 109px !important;
    height: 20px !important;
}

.post-container.archive a {
    font-weight: bold !important;
}

/*Sidebar*/

.blog-sidebar-container .clouds-sidebar-container,
.widget.clouds-sidebar-container {
    background: #B4E7FA;
    padding: 0 10px 10px 10px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
}

.blog-sidebar-container .clouds-sidebar-top,
.widget .clouds-sidebar-top {
    background-image: url("images/background/clouds-sidebar-bg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #2D9CC5;
    margin: 0 -10px;
    padding: 5px 0 36px 0;
}

.clouds-sidebar-container .btn-orange-global {
    min-width: 150px;
}

.write-btn {
    background-image: url("images/blog-write-for-us.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #2D9CC5;
    padding: 17px 25px;
    max-width: 290px;
    display: block;
    border-radius: 4px;
    text-indent: -999px;
    overflow: hidden;
}

.write-btn:hover {
    box-shadow: 0 3px rgba(0, 0, 0, 0.3);
}

.write-btn span.write-icon {
    background-image: url("images/icons/write-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    width: 17px;
    margin: -3px 6px 0 -17px;
}

.sidebar-newsletter-container {
    border-radius: 4px;
    padding: 15px;
    background: #e9f5ff url("images/background/blogbg.png");
    color: #333;
}

.sidebar-newsletter-container a {
    color: #2D9CC5;
}

.widget_tag_cloud,
.widget_wmp_widget,
.rpwe_widget,
.widget_intelliwidget {
    border-radius: 4px;
    padding: 15px;
    background: #e9f5ff url("images/background/blogbg.png");
    margin-bottom: 35px;
}

.widget-title h3 {
    color: #333;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-family: "latoregular";
}

.widget_tag_cloud .widget-title,
.widget_wmp_widget .widget-title,
.rpwe_widget .widget-title,
.widget_intelliwidget .widget-title {
    color: #333;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.widget_tag_cloud a,
.widget_intelliwidget a {
    color: #027CB6;
    text-decoration: none;
}

.widget_tag_cloud a:hover,
.widget_intelliwidget a:hover {
    text-decoration: underline;
}

.widget_wmp_widget,
.rpwe_widget,
.widget_intelliwidget {
    color: #4C9D48;
}

.widget_wmp_widget a,
.rpwe_widget a {
    font-size: 14px;
    text-decoration: underline;
}

.widget_wmp_widget a:hover,
.rpwe_widget a:hover {
    text-decoration: none;
}

.widget_intelliwidget a {
    display: inline-block;
    margin: 21px 0 0;
}

.widget_intelliwidget .intelliwidget-image-container a {
    display: block;
    margin: 0 0 0 0;
}

/************************************************************************************
FREE DOWNLOADS BOXES
*************************************************************************************/
.free-downloads-list-container {
    margin: 0 -10px;
}

.free-downloads-button {
    color: #fff;
    border: none;
    display: block;
    margin: 30px auto 0 auto;
    font-family: "latoregular";
    font-size: 12px;
    padding: 2px 0px;
    width: 130px;
    background: #fe8727;
    background: -moz-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8727), color-stop(100%, #ed6b01));
    background: -webkit-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: -o-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: -ms-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: linear-gradient(to bottom, #fe8727 0%, #ed6b01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8727', endColorstr='#ed6b01', GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}

.free-download-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    display: inline-block;
    margin: 31px 10px 10px 10px;
    width: 265px;
    vertical-align: top;
}

.free-download-icon {
    width: 68px;
    height: 69px;
    margin: -55px auto 20px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.case-study-and-wp-icon {
    background-image: url("images/icons/white-papers-icon.png");
}

.presentations-icon {
    background-image: url("images/icons/presentations-icon.png");
}

.templates-icon {
    background-image: url("images/icons/templates-icon.png");
}

.checklists-icon {
    background-image: url("images/icons/questions-icon.png");
}

.free-downloads-title {
    font-family: "latobold";
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

.free-download-box ul {
    font-size: 15px;
    color: #027CB6;
}

.free-download-box a {
    font-size: 15px;
    color: #027CB6;
    text-decoration: underline;
}

.free-download-box a:hover {
    text-decoration: none !important;
    color: #027CB6 !important;
}

/************************************************************************************
FREE DOWNLOADS LIST
*************************************************************************************/
.list-head {
    background: #4D4C4C;
    padding: 30px 20px 20px 20px;
    color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-family: "latobold";
    font-size: 25px;
    margin-top: 40px;
}

.list-head p {
    margin: 0;
    color: #fff;
    font-family: "latobold";
    font-size: 25px;
}

.free-download-list {
    border: 1px solid #748a96;
    -webkit-border-radius: 0 0 10px 10px 0 0;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 0 30px;
    background: #fff;
    margin-bottom: 20px;
}

.list-head .social-sharing-container .social-btns-right {
    margin: -34px 0 0;
}

.free-download-list .free-download-list-item {
    border-top: 1px solid #d4d4d4;
    padding: 35px 0;
}

.free-download-list .free-download-list-item:first-child {
    border: none;
}

.free-download-list-item img {
    float: left;
    margin: 0 39px 0 0;
    max-width: 112px;
}

.free-download-list-item h2 {
    font-family: "latobold";
    color: #748a96;
    font-size: 18px;
    margin-bottom: 20px;
}

.free-download-list-item p {
    color: #333333;
    font-size: 16px;
}

.free-downloads-item-button {
    padding: 8px 20px;
}

.free-downloads-item-button:hover {
    text-decoration: none;
    color: #333;
}

.list-item-download-inner .lid-left {
    float: left;
    max-width: 600px;
}

.list-item-download-inner .lid-right {
    float: right;
}

/*BOOKS DOWNLOAD PAGE*/
.books-head {
    background: #252829;
    padding: 30px 20px 20px 20px;
    color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-family: "latobold";
    font-size: 25px;
}

.books-head p {
    margin: 0;
    color: #fff;
    font-family: "latobold";
    font-size: 25px;
}

.books-head .social-sharing-container .social-btns-right {
    margin: -34px 0 0 0;
}

.books-container {
    padding: 20px 20px 10px 20px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    border: 1px solid #748a96;
}

.books-row {

}

.books-left {
    float: left;
    width: 48%;
    margin: 1% 2% 1% 0;
}

.books-right {
    float: left;
    width: 48%;
    margin: 1% 0 1% 2%;
}

/************************************************************************************
REVIEW BOX
*************************************************************************************/
.review-form-container {
    max-width: 490px;
}

.review-form-container .review-form #review-comment {
    width: 355px;
    height: 55px;
    max-width: 355px;
    min-width: 355px;
    max-height: 55px;
    min-height: 55px;
    resize: none;
    display: inline-block;
    vertical-align: middle;
}

.review-form-container .review-form label {
    font-family: "latobold";
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0;
}

.review-form-container .review-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 13px;
    font-family: 'latobold';
    line-height: 12px;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #f6aa32;
    background: -moz-linear-gradient(top, #f6aa32 0%, #e0951f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6aa32), color-stop(100%, #e0951f));
    background: -webkit-linear-gradient(top, #f6aa32 0%, #e0951f 100%);
    background: -o-linear-gradient(top, #f6aa32 0%, #e0951f 100%);
    background: -ms-linear-gradient(top, #f6aa32 0%, #e0951f 100%);
    background: linear-gradient(to bottom, #f6aa32 0%, #e0951f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa32', endColorstr='#e0951f', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 10px;
}

.review-form-container .review-form input[type="submit"]:hover {
    text-decoration: none;
    color: #333;
}

.review-form-container .star {
    display: inline-block;
}

.review-form-container .rating-text {
    display: inline-block;
    font-size: 15px;
    color: #c5d3da;
}

.rating-text {
    display: inline-block !important;
    font-size: 15px !important;
    color: #c5d3da !important;
}

/************************************************************************************
ADVANCE SEARCH
*************************************************************************************/

.advanced-search input[type="text"] {
    max-width: 320px;
    padding: 9px 6px;
    margin-left: 15px;
}

.advanced-search span {
    display: inline-block;
    margin: -6px 5px 0 3px;
    vertical-align: middle;
}

.advanced-search input[type="submit"] {

    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    font-family: 'latobold';
    border-top: 1px solid #fff;
    background: #FFBD5A;
    background: -moz-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFBD5A), color-stop(100%, #E19225));
    background: -webkit-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -o-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -ms-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: linear-gradient(to bottom, #FFBD5A 0%, #E19225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD5A ', endColorstr='#E19225', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 9px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

.advanced-search input[type="submit"]:hover {
    text-decoration: none;
    color: #333;
}

/************************************************************************************
CONSULTANT STEPS
*************************************************************************************/
.consultant-steps-container {

}

.consultant-steps-left {
    width: 318px;
    float: left;
    padding: 0 0 0 182px;
    background-image: url("images/graphics/learning-steps-left.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.steps-left-de {
    background-image: url("images/graphics/learning-steps-left-de.png");
}

.steps-left-es {
    background-image: url("images/graphics/learning-steps-left-es.png");
}

.consultant-steps-right {
    width: 322px;
    float: left;
    padding: 0 0 0 178px;
    background-image: url("images/graphics/learning-steps-right.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.steps-right-de {
    background-image: url("images/graphics/learning-steps-right-de.png");
}

.steps-right-es {
    background-image: url("images/graphics/learning-steps-right-es.png");
}

.consultant-step {
    min-height: 150px;
    width: 270px;
    margin: 10px 0 0 18px;
}

/************************************************************************************
CONTACT US - CONTACT FORM
*************************************************************************************/

.contact-us-form-container-contact {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background: #2D9CC5;
}

.contact-us-form-inner-contact {
    padding: 25px;
    color: #fff;
}

.contact-us-form-inner-contact input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    background: #f6aa32;
    background: -moz-linear-gradient(top, #f6aa32 0%, #df941e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6aa32), color-stop(100%, #df941e));
    background: -webkit-linear-gradient(top, #f6aa32 0%, #df941e 100%);
    background: -o-linear-gradient(top, #f6aa32 0%, #df941e 100%);
    background: -ms-linear-gradient(top, #f6aa32 0%, #df941e 100%);
    background: linear-gradient(to bottom, #f6aa32 0%, #df941e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa32', endColorstr='#df941e', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.contact-us-form-inner-contact input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
}

.toolkit-recent {
    background: #f0f4f4;
    padding: 30px;
    border-radius: 10px;
    margin: 10px auto 0px auto;
    color: #328AA6;
}

.toolkit-recent a {
  color: #328AA6;
}

/************************************************************************************
WHITE DIV
*************************************************************************************/

.white-div {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}

.white-div .tooltip-owl {
    display: block;
    width: auto;
    text-align: center;
}

.white-div .tooltip-owl a {
    display: inline-block;
    margin-top: 0;
    position: static;
}

.white-div .social-sharing-container .social-btns-right {
    margin-top: -50px;
}

/************************************************************************************
TOOLKIT PRICE ALL
*************************************************************************************/
.all-toolkit-doc-container {
    padding: 32px;
    border: 1px solid #e9e9e9;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.all-toolkit-doc-container ol {
    list-style-position: inside;
    margin: 0;
    border: 1px solid #cacaca;
}

.all-toolkit-doc-container ol li {
    line-height: 20px;
}

.all-toolkit-doc-container ol li:first-child {
    border-top: none;
}

.all-toolkit-doc-container ol > li.bg-color1 {
    background: #fff;
    color: #525049;
}

.all-toolkit-doc-container ol > li.bg-color2 {
    background: #f8eedd;
    color: #525049;
}

.all-toolkit-doc-container ol > li.bg-color3 {
    background: #e7eef1;
    color: #525049;
}

.all-toolkit-doc-container ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

.all-toolkit-doc-container ol > li {
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 75px;
    list-style: none;
    border-top: 1px solid #cacaca;
    background: #fff;
    font-size: 16px;
    color: #748a96;
    overflow: hidden;
}

.all-toolkit-doc-container ol li:first-child {
    border-top: none;
}

.all-toolkit-doc-container ol > li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    margin-right: 8px;
    background: #e2e5e2;
    text-align: center;
    padding: 11px 0 8px 0;
    border-right: 1px solid #cacaca;
    color: #333333;
    font-size: 16px;
    height: 100%;
}

.all-toolkit-doc-container ol > li span {
    display: block;
    float: left;
}

.all-toolkit-doc-container ol > li a {
    /*  display:block;
    float:right;
    color:#10B1F3!important;
    text-decoration:underline;
    font-size:14px;*/
}

.all-toolkit-doc-container ol > li a:hover {
    text-decoration: none;
}

.all-tool-title, .all-tool-price, .all-tool-link, .all-tool-more {
    display: inline-block;
    border-left: 1px solid #cacaca;
    padding: 6px 0;
    vertical-align: middle;
}

.all-tool-title {
    border: none;
    width: 58%;
    padding: 10px 0 11px 0;
}

.all-tool-price, .all-tool-link, .all-tool-more {
    text-align: center;
    min-height: 20px;
}

.all-tool-price, .all-tool-more {
    padding: 10px 0;
}

.all-tool-price {
    width: 12%;
    font-size: 16px;
    color: #748a96;
    font-family: 'latobold';
    position: absolute;
    top: 0;
    right: 26%;
    height: 100%;
    padding-bottom: 0;
}

.all-tool-link {
    width: 13%;
    position: absolute;
    top: 0;
    right: 13%;
    height: 100%;
    padding-bottom: 0;
}

.all-tool-more {
    width: 13%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-bottom: 0;
}

.all-tool-more a {
    text-decoration: underline;
}

.all-tool-more a:hover {
    text-decoration: none;
}

.all-tool-link a {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-family: 'latobold';
    border-top: 1px solid #fff;
    background: #de941e;
    background: -moz-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6aa32), color-stop(100%, #de941e));
    background: -webkit-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -o-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -ms-linear-gradient(top, #f6aa32 0%, #de941e1 100%);
    background: linear-gradient(to bottom, #f6aa32 0%, #de941e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa32', endColorstr='#de941e', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 4px 0;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    min-width: 70%;
}

.all-tool-link a:hover {
    text-decoration: none;
    color: #333;
}

/************************************************************************************
BLOG NEWS LATEST - no link
*************************************************************************************/
.read-more a {
    color: #027CB6;
}

.read-more a:hover {
    color: #027CB6;
}

.blog-latest-nolink {
    margin-top: 20px;
}

.blog-latest-nolink ul {
    list-style-type: none;
    margin: 0;
}

.blog-latest-nolink ul li {
    list-style-type: none;
    margin: 0 0 15px 0;
}

.newsletter-circle-container {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 4px -2px #000000;
    -webkit-box-shadow: 2px 2px 4px -2px #000000;
    box-shadow: 2px 2px 4px -2px #000000;
    margin: 65px auto 0;
    max-width: 216px;
    padding: 15px 15px 5px 15px;
    text-align: center;
}

.newsletter-circle {
    background-image: url("images/graphics/newsletter-circle.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #FFFFFF;
    height: 43px;
    margin: -65px auto 0px;
    padding: 22px 8px 10px 8px;
    text-align: center;
    width: 59px;
    color: #fff;
    font-family: "latobold";
    font-size: 14px;
}

.newsletter-center-container {
    max-width: 290px;
    margin: 20px auto 0 auto;
}

.newsletter-center-container .newsletter-form-container {
    margin-bottom: 20px;
}

.newsletter-center-container .newsletter-form-container label {
    text-align: center;
}

.newsletter-center-container .newsletter-form-inner input[type="submit"] {
    width: 100%;
    max-width: 100%;
}

.container .newsletter-center-container input[type="text"],
.container .newsletter-center-container input[type="email"] {
    width: 100%;
    box-sizing: border-box;
}

.newsletter-footer-container {
    max-width: 550px;
    margin: 0 auto 10px auto;
}

.newsletter-footer-container label {
    display: none;
}

.newsletter-footer-container .infusion-field {
    float: left;
    width: 60%;
    margin-right: 35px;
}

.newsletter-footer-container .infusion-submit {
    float: left;
    width: 180px;
}

.container .newsletter-footer-container input[type="text"],
.container .newsletter-footer-container input[type="email"] {
    width: 95%;
}

.newsletter-footer-container .newsletter-form-inner input[type="submit"] {
    width: 100%;
    max-width: 100%;
    padding: 4px 10px;
}

.srch-container-res .post-title-srch {
    font-family: "latobold";
    color: #758b98;
    font-size: 40px;
    margin-bottom: 30px;
}

.srch-container-res .srch-res-item {
    margin-bottom: 45px;
}

.srch-container-res .srch-res-item h2 {
    font-size: 24px;
}

.srch-container-res .image-search-res {
    float: left;
    margin: 0 30px 15px 0;
}

.srch-container-res .entry-title {
    margin-bottom: 20px;
}

.srch-container-res .entry-info {
    font-size: 16px;
}

.srch-container-res .entry-title a {
    color: #758b98;
}

.srch-container-res .entry-summary {
    font-size: 16px;
}

.newsletter-center-container a {
    color: #0E76BC !important;
}

/*WEBINAR LIVE LIST*/
.webinar-post {
    margin-bottom: 35px;
}

.webinar-post img {
    float: left;
    margin: 0 25px 10px 0;
}

.webinar-post h2 {
    color: #748a96;
    font-size: 22px;
    font-family: "latobold";
    margin-bottom: 20px;
}

.webinar-post .webinar-content {
    font-size: 16px;
    margin-bottom: 22px;
}

.webinar-post a {
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-family: 'latobold';
    border-top: 1px solid #fff;
    background: #de941e;
    background: -moz-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6aa32), color-stop(100%, #de941e));
    background: -webkit-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -o-linear-gradient(top, #f6aa32 0%, #de941e 100%);
    background: -ms-linear-gradient(top, #f6aa32 0%, #de941e1 100%);
    background: linear-gradient(to bottom, #f6aa32 0%, #de941e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa32', endColorstr='#de941e', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.webinar-post a:hover {
    color: #000;
    text-decoration: none;
}

.webinar-inf-form input[type="checkbox"],
.webinar-inf-form-cookie input[type="checkbox"] {
    float: left;
    margin: 4px 10px 0px 0;
}

.webinar-inf-form input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    background: none #F60 !important;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    max-width: 100%;
}

.webinar-inf-form-cookie input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    background: #4ba346;
    background: -moz-linear-gradient(top, #4ba346 0%, #348a2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ba346), color-stop(100%, #348a2f));
    background: -webkit-linear-gradient(top, #4ba346 0%, #348a2f 100%);
    background: -o-linear-gradient(top, #4ba346 0%, #348a2f 100%);
    background: -ms-linear-gradient(top, #4ba346 0%, #348a2f 100%);
    background: linear-gradient(to bottom, #4ba346 0%, #348a2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba346', endColorstr='#348a2f', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.webinar-inf-form input[type="submit"]:hover,
.webinar-inf-form-cookie input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
}

/************************************************************************************
BACKGROUNDS
*************************************************************************************/

.clouds-conture-white {
    background-repeat: repeat-x;
    background-position: 0% 55%;
    padding-bottom: 60px;
}

.text-dark-grey {
    color: #333;
}

.text-white, .text-white div, .text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white a, .text-white a:hover,
.text-white ul, .text-white ul li, .text-white label {
    color: #fff !important;
}
.text-white a {
    text-decoration: underline;
}

.waves-top {
    background-repeat: repeat-x;
    background-position: bottom;
    height: 9px;
    margin-top: -9px;
}

.waves-bottom {
    padding: 30px 0 60px 0;
    margin-top: -1px;
}

.waves-bottom h3 {
    margin-bottom: 5px;
}

.waves-bottom .section {
    margin-bottom: 20px;
}

.clouds-top {
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-top: -68px;
    height: 68px;
}

.clouds-bottom {
    padding: 30px 0 60px 0;
    margin-top: -1px;
}

.white-clouds {
    background-repeat: repeat-x;
    background-position: bottom;
    height: 67px;
    margin-top: -67px;
}

.clouds-conture {
    background-repeat: repeat-x;
    background-position: 0 70%;
    padding-bottom: 60px;
}

#fdb {
    background: #0e76bc;
    color: #fff;
    padding: 60px 0;
}

#wlb-top {
    background: url("images/background/fab.png") repeat-x bottom;
    height: 9px;
    margin-top: -9px;
}

#wlb {
    background: #daeffd;
    margin-top: -1px;
}

#wg-top {
    background: url("images/background/whyvideo.png") repeat-x;
    height: 8px;
    margin-top: -8px;
}

#wg {
    background: #e2e1d5;
    padding: 30px 0;
    margin-top: -1px;
}

#wlg-top {
    background: url("images/background/lg-top.png") repeat-x;
    height: 8px;
    margin-top: -16px;
}

#wlg {
    background: #E2E1D5;
    padding: 30px 0;
    margin-top: -1px;
}

#wb-top {
    background: url("images/background/faqbg.png") repeat-x bottom;
    height: 8px;
    margin-top: -8px;
}

#wb {
    background: #f7f7f1;
    padding: 0 0 50px 0;
    margin-top: -1px;
}

#wdb-top {
    background: url("images/background/comparebg.png") repeat-x bottom;
    height: 9px;
    margin-top: -9px;
}

#wdb {
    padding: 60px 0;
    background: #4C9D48;
    color: #fff;
    margin-top: -1px;
}

#wdb p {
    color: #fff;
}

#wdb a {
    color: #fff;
    text-decoration: underline;
}

#wdb a:hover {
    color: #fff;
    text-decoration: none;
}

#wdb h1,
#wdb h2,
#wdb h3,
#wdb h4,
#wdb h5,
#wdb h6 {
    color: #fff;
}

#cws {
    background: url("images/background/stepstbg.png") repeat-x 0 20%;
    padding: 30px 0;
    margin-top: -1px;
}

#cb-top {
    background: url("images/background/stepsbt.png") repeat-x bottom;
    height: 68px;
    margin-top: -64px;
}

#cb {
    background: #fff;
    padding: 30px 0;
    margin-top: -1px;
}

#cp-top {
    background: url("images/background/blog-topbg.png") repeat-x;
    height: 65px;
    margin-top: -65px;
}

#cp {
    background: #e8e8e1 url("images/background/blogbg.png");
    padding: 30px 0;
    margin-top: -1px;
}

#simple-transparent {
    background: #f8f8f2;
}

#gs {
    background: #eaebe4 url("images/background/grey-streaked-bg.png") repeat-x 0% 35%;
    padding-bottom: 65px;
    color: #555555;
}

#wgb-top {
    background: url("images/background/whie-grey-bg.png") repeat-x;
    height: 41px;
    margin-top: -41px;
}

#wgb {
    background: #F6F5EE;
    padding-bottom: 30px;
    padding-top: 20px;
}

#wdarkgray-top {
    background: url("images/background/whie-darkgrey-bg.png") repeat-x;
    height: 41px;
    margin-top: -41px;
}

#wdarkgray {
    background: #E2E1D5;
    padding-bottom: 30px;
    padding-top: 20px;
}

/************************************************************************************
SOCIAL SHARING POSITIONING
*************************************************************************************/
.social-sharing-container .social-btns-left {
    float: left;
}

.social-sharing-container .social-btns-right {
    float: right;
}

.social-sharing-container .social-btns-center {
    text-align: center;
}

.social-sharing-container .social-btns-center .mr_social_sharing_wrapper {
    display: inline-block;
}

.mr_social_sharing .linksalpha_image,
a.linksalpha_button.linksalpha_link,
.mr_social_sharing a.linksalpha_button.linksalpha_link,
.mr_social_sharing_wrapper .mr_social_sharing .linksalpha_image {
    display: none !important;
    display: none;
}

/************************************************************************************
WEBINARS
*************************************************************************************/
.webinar-widget-wrap {
	background-color: transparent;
	border-radius: 6px;
	overflow: hidden;
}

.blog-sidebar-container .webinar-widget-container,
.widget .webinar-widget-container {
	background: #F2F3EC;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	text-align: center;
	border-radius: 6px;
}

.webinar-widget-title {
	font-size: 21px;
	color: #333;
	font-weight: bold;
	font-family: latobold;
	padding: 15px 0;
}

.webinar-widget-time {
	margin: 5px auto 20px;
	background-color: #FFF;
	border-radius: 20px;
	padding: 10px 0;
	width: 93%;
	text-align: center;
	font-size: 16px;
}

.webinar-widget-link {
	padding: 23px 0 20px;
	margin: 0 -10px -10px;
	background: url(images/webinar-widget-middle.png) no-repeat #DDDFD3;
}

.webinar-widget-link a {
	background-image: linear-gradient(-180deg, #FF8605 0%, #EF6B00 100%);
	border-radius: 6px;
	color: #FFF;
	text-decoration: none !important;
	padding: 15px 0;
	width: 74%;
	display: inline-block;
	font-size: 17px;
	font-family: latobold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}


.counterwrap { 
	padding: 15px 44px 15px 44px;
	background: #676767;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 10px;
	color: #f4a932;
	font-size: 22px;
	margin-bottom: 1em;
 }

.webinar-data h3 {
	font-family: latobold;
	font-size: 22px;
	color: #879EAF;
	margin-bottom: 20px;
}

.tab-container-horizontal .tabs-inner-tabs {
	min-width: 30%;
}

.tab-container-horizontal .tabs-inner-tabs .what-item.active {
	background: #fff;
	cursor: default;
}
.tab-container-horizontal .tabs-inner-tabs .what-item {
	float: left;
	margin-right: 6px;
	border-radius: 8px 8px 0 0;
	background: #B8CBD7;
	color: #4C5358;
	padding: 8px;
	cursor: pointer;
}

.tab-container-horizontal .tabs-inner-content {
	background: #FFFFFF;
	font: 16px 'Lato',sans-serif;
	padding: 30px;
	position: relative;
}

.webinar-all-link-container a {
    color: #FFF !important;
    font-weight: bold;
    font-size: 18px;
}
.webinar-all-link-container {
    margin-top: -160px;
}

.webinars-choice-holder {
    background: #4d4c4c;
    padding: 30px 20px 20px 20px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.webinars-choice-holder h1 {
    font-family: "latobold";
    font-size: 25px;
    color: #fff;
    float: left;
    max-width: 600px;
}

.webinars-choice-holder select {
    float: right;
    width: 250px;
}

.webinars-choice-container .webinars-list-container {
    border: 1px solid #748a96;
    -webkit-border-radius: 0 0 10px 10px 0 0;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 0 30px;
    background: #fff;
}

.webinar-watch, .webinar-reg {
    display: none;
}

.learning-center-box {
    background: #e9eced;
}

.webinars-choice-container .learning-center-box {
    padding: 35px 0 20px 0;
    border-bottom: 1px solid #748a96;
    margin: 0;
    background: #fff;
}

.webinars-choice-container .learning-center-box:last-child {
    border: none;
}

.learning-center-box h2 {
    color: #748a96;
    font-family: 'latobold';
    font-size: 20px;
    margin-bottom: 15px;
}

.learning-center-box p {
    margin-bottom: 3px;
}

.learning-center-box p.description {
    margin-bottom: 12px;
    margin-top: 13px;
}

.webinar-details, .webinar-watch {
    display: inline-block;
  cursor: pointer;
  min-height: 30px;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 30px;
  border-top: 1px solid #fff;
  background: #4ca447;
  background: -moz-linear-gradient(top, #4ca447 0%, #348b2f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ca447), color-stop(100%,#348b2f));
  background: -webkit-linear-gradient(top, #4ca447 0%,#348b2f 100%);
  background: -o-linear-gradient(top, #4ca447 0%,#348b2f 100%);
  background: -ms-linear-gradient(top, #4ca447 0%,#348b2f 100%);
  background: linear-gradient(to bottom, #4ca447 0%,#348b2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca447', endColorstr='#348b2f',GradientType=0 );
  text-align: center;
  border: none;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}



.webinar-details:hover, .webinar-watch:hover {
    text-decoration: none;
    color: #333;
}

.webinar-watch span {
    display: inline-block;
    width: 26px;
    height: 20px;
    margin: 5px 7px 0 0;
    vertical-align: top;
    background-image: url("images/icons/live-icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.webinar-reg {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    border-top: 1px solid #fff;
    background: #f7ab33;
    background: -moz-linear-gradient(top, #f7ab33 0%, #de931e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7ab33), color-stop(100%, #de931e));
    background: -webkit-linear-gradient(top, #f7ab33 0%, #de931e 100%);
    background: -o-linear-gradient(top, #f7ab33 0%, #de931e 100%);
    background: -ms-linear-gradient(top, #f7ab33 0%, #de931e 100%);
    background: linear-gradient(to bottom, #f7ab33 0%, #de931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ab33', endColorstr='#de931e', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.webinar-reg:hover {
    text-decoration: none;
    color: #333;
}

.webinar-reg span {
    display: inline-block;
    width: 24px;
    height: 20px;
    margin: 5px 7px 0 0;
    vertical-align: top;
    background-image: url("images/icons/demand-icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.learning-center-btns-left a {
    margin: 0 12px 12px 0;
}

.learning-center-box-left {
    float: left;
    width: 73%;
    margin-right: 3%;
    color: #4d4c4c;
}

.learning-center-box-left p {
    color: #4d4c4c;
}

.learning-center-box-right {
    float: left;
    width: 24%;
}

.live-webinar-icon {
    display: inline-block;
    padding-left: 33px;
    padding-right: 2px;
    height: 20px;
    margin-left: 5px;
    vertical-align: top;
    background-image: url("images/icons/live-icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.learning-center-box-left .type strong, .learning-center-box-left .date-container strong, .learning-center-box-left .time-container strong {
    font-family: 'latobold_italic';
    color: #4d4c4c;
}

.demand-webinar-icon {
    display: inline-block;
    padding-left: 30px;
    padding-right: 2px;
    height: 20px;
    margin-left: 5px;
    vertical-align: top;
    background-image: url("images/icons/demand-icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

/************************************************************************************
TUTORIALS LIST
*************************************************************************************/
.documentation-tutorial-box {
    background: #E9ECED;
    vertical-align: top;
    padding: 13px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.tut-box-left {
    float: left;
    width: 156px;
    margin-right: 10px;
    margin-top: 14px;
}

.tut-box-right {
    float: left;
    width: 300px;
    margin-top: 10px;
    min-height: 133px;
}

.documentation-tutorial-box-inner a.title {
    font-family: 'latobold';
    font-size: 16px;
}

.tut-img-link {
    display: block;
    position: relative;
}

/************************************************************************************
FOOTER
*************************************************************************************/
.footer {
    position: relative;
    color: #c4c4c4;
}

.footer ul {
    list-style-type: none;
}

.footer p {
    color: #c4c4c4;
}

.footer a {
    color: #c4c4c4;
    font: 13px 'Lato', sans-serif
}

.footer a:hover {
    text-decoration: underline
}

.footer h4 {
    color: #fff;
    font: 900 14px/14px 'Lato', sans-serif;
    text-transform: uppercase;
}

.footer-top-bg {
    position: absolute;
    top: -8px;
    left: 0;
    height: 8px;
    width: 100%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: top;
}

.footer-top-content h4,
.footer-bottom-content h4 {
    margin: 30px 0 20px 0;
    color: #fff;
}

.footer-top-content {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-top-content ul li {
    margin: 0 0 4px 0;
}

.footer-top-content .footer-col-1,
.footer-top-content .footer-col-2,
.footer-top-content .footer-col-3,
.footer-top-content .footer-col-4,
.footer-top-content .footer-col-5 {
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
}

.footer-top-content .footer-col-1,
.footer-top-content .footer-col-2,
.footer-top-content .footer-col-3 {
    width: 22.8%;
}

.footer-top-content .footer-col-4,
.footer-top-content .footer-col-5 {
    width: 13%;
}
.footer-top-content .footer-col-1 {
    margin-left: 0;
}

.footer-col-5-sub p {
    margin: 0;
    font-size: 13px;
}

.footer-bottom-content {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 33px;
    padding-top: 30px;
}

.footer-bottom-content .footer-col-1,
.footer-bottom-content .footer-col-2,
.footer-bottom-content .footer-col-3,
.footer-bottom-content .footer-col-4,
.footer-bottom-content .footer-col-5 {
    display: inline-block;
    width: 18%;
    vertical-align: bottom;
    margin-left: 1%;
}

.footer-bottom-content .footer-col-1 {
    margin-left: 0;
    width: 19%;
}

.footer-bottom-content .footer-col-2 {
    width: 37.5%;
    font-size: 10px;
}

.footer-bottom-content .footer-col-2 p {
    margin: 0;
}

.footer-bottom-content .footer-col-3 p {
    margin-bottom: 0.5em;
}

.footer-bottom-content .footer-col-3 {
    text-align: center;
}

.social-icons-container ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 5px 5px;
}

.social-icons-container ul li a {
    display: block;
}

#footer_language_list img {
    padding: 0 8px 0 0;
}

#footer_language_list li {
    color: #646464;
}

.social-icons-container ul {
    margin-left: -5px;
}

/************************************************************************************
MISCELINUOS
*************************************************************************************/
.contact-icon-phone-blue {
    padding: 0 0 0 23px;
    background-image: url("images/icons/phone-blue-small.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.contact-icon-phone-orange {
    padding: 0 0 0 23px;
    background-image: url("images/icons/phone-orange-small.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.contact-icon-phone-black {
    padding: 0 0 0 23px;
    background-image: url("images/icons/phone-black-small.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.chat-icon-blue {
    padding: 0 0 0 23px;
    background-image: url("images/icons/chat-blue-small.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.chat-icon-orange {
    padding: 0 0 0 23px;
    background-image: url("images/icons/chat-orange-small.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.float-img-right {
    float: right;
}

.float-img-left {
    float: left;
    margin: 0 15px 0 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.show-desktop-container {
    display: none;
    width: 100%;
    margin: 0 auto;
    background: #FE8727;
    color: #fff;
}

.show-desktop-container span {
    display: block;
    padding: 10px;
    font-family: "latobold";
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.show-desktop-container span:hover {
    color: #333;
}

.btn-switch-container .glupan {
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.custom-div-newsletter a {
    color: #4f9f4b !important;
}

.custom-div-newsletter a:hover {
    color: #4f9f4b !important;
}

a.fancybox-iframe {
    text-decoration: underline;
}

.custom-div-blue-grey-streaked-inner h3,
.custom-div-grey-streaked-inner h3 {
    margin-bottom: 12px;
}

.blog-post-single-list .mr_social_sharing_wrapper {
    display: none !important;
}

.activeDownloadForm {
    position: relative;
    z-index: 10001;
}

.siteOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #444;
    background: rgba(0, 0, 0, 0.5);;
}

.lightbox-large-btn,
.lightbox-small-btn {
    color: #fff !important;
    text-decoration: none !important;
}

.lightbox-small-btn {
    line-height: 1.55em;
}

.tutorial-tab-row {
    padding-top: 30px;
}

.tutorial-tab-left {
    float: left;
    width: 54%;
}

.tutorial-tab-right {
    float: right;
    width: 40%;
    padding-top: 10px;
}

.lightbox-video-btn {
    color: #fff !important;
    text-decoration: none !important;
}

.lightbox-video-btn:hover {
    color: #333 !important;
}

/************************************************************************************
GALLERY DISPLAY
*************************************************************************************/
.gallery-container ul {
    list-style-type: none !important;
    margin: 0 !important;
}

.gallery-container ul li {
    float: left;
    margin: 0 0 10px 10px;
}

.gallery-container ul li a {
    display: block;
}

.gallery-container {
    margin-left: -5px;
}

/************************************************************************************
PAGENAVI
*************************************************************************************/
.pagination-blog-container {
    margin-bottom: 100px;
}

.pagination-blog-step {
    margin-bottom: 20px;
}

.wp-pagenavi span {
    display: inline-block;
    margin-right: 8px;
    font-family: "latobold";
    color: #000;
    font-size: 15px;
}

.wp-pagenavi a {
    display: inline-block;
    margin-right: 8px;
    font-family: "latobold";
    color: #19BA14;
    font-size: 15px;
}

.pagination-blog-bulk span,
.pagination-blog-bulk ul,
.pagination-blog-bulk ul li {
    display: inline-block;
    font-size: 15px;
    color: #000;
    margin: 0 8px 0 0;
    list-style-type: none;
}

.pagination-blog-bulk ul {
    margin: 0;
}

.pagination-blog-bulk ul li a {
    font-family: "latobold";
    color: #19BA14;
}

/************************************************************************************
LIGHTBOX PLUGIN
*************************************************************************************/
#overlay {
    width: 100% !important;
    min-width: 900px !important;
}

#outerImageContainer {
    background: transparent !important;
}

#imageDataContainer #playpause {
    display: none;
}

#bottomNavClose {
    width: 19px !important;
}

#imageDataContainer {
    color: #fff !important;
    background: transparent !important;
}

#imageDataContainer #imageDetails {
    display: none !important;
}

.home #imageDataContainer #imageDetails {
    display: block !important;
}

.home #imageDataContainer #imageDetails a {
    color: #fff !important;
}

#jqlb_closelabel {
    background-image: url("images/close-x.png") !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

#jqlb_spinner {
    background-image: url("images/loading.gif") !important;
}

#hoverNav a {
    height: 100% !important;
}

#prevLink {
    background-image: url("images/prev-slide.png") !important;
    background-position: left 50% !important;
    background-repeat: no-repeat !important;
    width: 18% !important;
    /*margin-left:-50px;*/
    margin-left: 20px;
}

#nextLink {
    background-image: url("images/next-slide.png") !important;
    background-position: right 50% !important;
    background-repeat: no-repeat !important;
    width: 18% !important;
    /*margin-right:-50px;*/
    margin-right: 20px;
}

#prevLink:hover {
    background-image: url("images/prev-slide.png") !important;
    background-position: left 50% !important;
    background-repeat: no-repeat !important;
}

#nextLink:hover {
    background-image: url("images/next-slide.png") !important;
    background-position: right 50% !important;
    background-repeat: no-repeat !important;
}

.mapp-map-links {
    display: none;
}

/*noscript*/
.container-noscript {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    margin: 20px auto;
    min-height: 335px;
    padding: 15px;
    max-width: 970px;
}

.content-noscript {
    font-size: 17px;
    margin: 132px auto;
    text-align: center;
    width: 80%;
}

/************************************************************************************
VIDEO SWITCH
*************************************************************************************/

.video-holder {
    float: left;
    width: 78%;
    margin-left: 0 !important;
}

.video-thumb-holder {
    float: left;
    width: 21%;
    margin-left: 1% !important;
}

.video-holder iframe {
    width: 100%;
}

.video-thumb-container {
    opacity: 0.8;
}

.video-thumb-container.active {
    opacity: 1;
}

.video-thumb-holder {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.video-thumb-holder li {
    margin: 15px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.video-thumb-holder li:first-child {
    margin: 0;
}

.video-thumb-holder li img {
    border: 1px solid #ccc;
}

.video-thumb-holder li.active img {
    border: 1px solid #333;
}

.tutorial-white-div {
    background: #fff;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.learning-center-box-container .learning-center-box {
    background: #e9eced;
    border: 1px solid #dcdcdc;
    padding: 22px 22px 10px 22px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.rss-box {
    padding: 20px 20px 0px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.rss-box h2 {
    font-family: "latobold";
    margin-bottom: 15px;
}

.rss-box .rss-left {
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
}

.rss-box .rss-right {
    float: left;
    width: 48%;
    margin: 0 0 2% 2%;
}

.rss-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rss-box ul li {
    padding: 0 0 0 25px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-image: url(images/graphics/rss-check.png);
}

.rss-box ul li a {
    color: #333;
    text-decoration: underline;
    font-size: 16px;
}

.rss-box ul li a:hover {
    color: #333;
    text-decoration: none;
}

#clb .toolkit-col-right a {
    color: #fff !important;
}

.form-book-container {
    margin: 0 auto;
    max-width: 85%;
}

.container .form-book-container input {
    width: 100%;
}

.form-book-container input[type="submit"] {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
    zoom: 1;
}

/************************************************************************************
GOOGLE CHROME ZOOM IMAGE DISABLE
*************************************************************************************/
#hzImg {
    display: none !important;
}

.pricing-table {
    border-radius: 10px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.pricing-table .universal-table-column {
    width: 11%;
    padding: 10px 1%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 89% !important;
    padding: 10px 5px;
    background: #fff;
}
.pricing-table .universal-table-column:first-child {
  border-left: none;
}
.universal-table-head .universal-table-column {
  border-top: none;
}
.pricing-container-responsive .universal-table-row {
    background: #fff;
}

.universal-table-column.no-border {
    border-left: none;
    border-right: none;
}

.universal-table p {
    margin: 0;
    line-height: auto;
}

.universal-table .color-dark-blue {
    background: #1C647A;
    color: #fff;
    font-size: 15px;
}


.universal-table .color-light-blue {
    background: #95abb7;
    color: #fff;
    font-size: 15px;
}


.universal-table .color-dark-blue:first-child {
    font-family: "latobold";
}

.universal-table .color-green {
    background: #22b16d;
    background: -moz-linear-gradient(top, #22b16d 1%, #0a844e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #22b16d), color-stop(100%, #0a844e));
    background: -webkit-linear-gradient(top, #22b16d 1%, #0a844e 100%);
    background: -o-linear-gradient(top, #22b16d 1%, #0a844e 100%);
    background: -ms-linear-gradient(top, #22b16d 1%, #0a844e 100%);
    background: linear-gradient(to bottom, #22b16d 1%, #0a844e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22b16d', endColorstr='#0a844e', GradientType=0);
    font-size: 16px !important;
    color: #fff;
}

.universal-table .color-gold {
    background: #f6d56f;
    background: -moz-linear-gradient(top, #f6d56f 1%, #bb952e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f6d56f), color-stop(100%, #bb952e));
    background: -webkit-linear-gradient(top, #f6d56f 1%, #bb952e 100%);
    background: -o-linear-gradient(top, #f6d56f 1%, #bb952e 100%);
    background: -ms-linear-gradient(top, #f6d56f 1%, #bb952e 100%);
    background: linear-gradient(to bottom, #f6d56f 1%, #bb952e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d56f', endColorstr='#bb952e', GradientType=0);
    font-size: 16px !important;
    color: #fff;
}

.universal-table .color-gray {
    background: #8ea482;
}

.universal-table .color-blueish {
    background: #3c96b0;
    background: -moz-linear-gradient(top, #3c96b0 1%, #276173 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3c96b0), color-stop(100%, #276173));
    background: -webkit-linear-gradient(top, #3c96b0 1%, #276173 100%);
    background: -o-linear-gradient(top, #3c96b0 1%, #276173 100%);
    background: -ms-linear-gradient(top, #3c96b0 1%, #276173 100%);
    background: linear-gradient(to bottom, #3c96b0 1%, #276173 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c96b0', endColorstr='#276173', GradientType=0);
    font-size: 16px !important;
    color: #fff;
}

.universal-table .color-light-blue {
    background: #46aecd;
    background: -moz-linear-gradient(top, #46aecd 1%, #2f7285 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #46aecd), color-stop(100%, #2f7285));
    background: -webkit-linear-gradient(top, #46aecd 1%, #2f7285 100%);
    background: -o-linear-gradient(top, #46aecd 1%, #2f7285 100%);
    background: -ms-linear-gradient(top, #46aecd 1%, #2f7285 100%);
    background: linear-gradient(to bottom, #46aecd 1%, #2f7285 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46aecd', endColorstr='#2f7285', GradientType=0);
    font-size: 16px !important;
    color: #fff;
}

.try-buy, .learn-more {
    white-space: nowrap !important;
}

.learn-more {
    color: #23beef;
}

.pricing-table.columns-3 .universal-table-column {
    width: 33%;
}

.pricing-table.columns-4 .universal-table-column {
    width: 25%;
}

.pricing-table.columns-6 .universal-table-column {
    width: 15%;
}

.pricing-table.columns-8 .universal-table-column {
    width: 11%;
}

.pricing-table.columns-5 .universal-table-column {
    width: 18%;
    vertical-align: middle;
}

.pricing-table.columns-5 .universal-table-column.main-column {
    width: 23%;
    padding: 10px 1%;
    text-align: left !important;
}

.pricing-table.columns-2 .universal-table-column.main-column {
    width: 34%;
}
.pricing-table.columns-2 .universal-table-column {
    width: 66%;
}
.pricing-table.columns-3 .universal-table-column.main-column {
    width: 34%;
}

.pricing-table.columns-4 .universal-table-column.main-column {
    width: 25%;
}

.pricing-table.columns-6 .universal-table-column.main-column {
    width: 25%;
}

.pricing-table.columns-8 .universal-table-column.main-column {
    width: 23%;
}

.pricing-table.columns-5 .universal-table-column.main-column {
    width: 28%;
}

.universal-table.main-column {
    border-left: none;
}

.pricing-table span.check-icon {
    background-image: url("images/icons/price-check-bg.png");
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
}

.universal-table-row .learn-more {
    text-decoration: underline;
}

.universal-table-row .learn-more:hover {
    text-decoration: underline;
}

.universal-table-row .universal-table-column.color-light-blue > div {
    border: none;
}
.universal-table.standard .universal-table-column.main-column {
    text-align: left;
}

.try-buy {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #6CAF58;
    background: -moz-linear-gradient(top, #6CAF58 0%, #437338 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6CAF58), color-stop(100%, #437338));
    background: -webkit-linear-gradient(top, #6CAF58 0%, #437338 100%);
    background: -o-linear-gradient(top, #6CAF58 0%, #437338 100%);
    background: -ms-linear-gradient(top, #6CAF58 0%, #437338 100%);
    background: linear-gradient(to bottom, #6CAF58 0%, #437338 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CAF58', endColorstr='#437338', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.try-buy:hover {
    text-decoration: none;
    color: #333;
}


.color-default  .try-buy{
    display:inline-block;
    cursor:pointer;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #738995;
    background: -moz-linear-gradient(top,  #738995 1%, #5a7482 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#738995), color-stop(100%,#5a7482));
    background: -webkit-linear-gradient(top,  #738995 1%,#5a7482 100%);
    background: -o-linear-gradient(top,  #738995 1%,#5a7482 100%);
    background: -ms-linear-gradient(top,  #738995 1%,#5a7482 100%);
    background: linear-gradient(to bottom,  #738995 1%,#5a7482 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#738995', endColorstr='#5a7482',GradientType=0 );
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    text-decoration:none;
    margin-bottom:10px;
}
.color-default  .try-buy:hover{
    text-decoration:none;
    color:#333;
}


.color-gray .try-buy,
.color-button-green .try-buy {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #6CAF58;
    background: -moz-linear-gradient(top, #6CAF58 0%, #437338 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6CAF58), color-stop(100%, #437338));
    background: -webkit-linear-gradient(top, #6CAF58 0%, #437338 100%);
    background: -o-linear-gradient(top, #6CAF58 0%, #437338 100%);
    background: -ms-linear-gradient(top, #6CAF58 0%, #437338 100%);
    background: linear-gradient(to bottom, #6CAF58 0%, #437338 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CAF58', endColorstr='#437338', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.color-gray .try-buy:hover,
.color-button-green .try-buy:hover {
    text-decoration: none;
    color: #333;
}

.color-gold .try-buy,
.color-button-orange .try-buy {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #FFBD5A;
    background: -moz-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFBD5A), color-stop(100%, #E19225));
    background: -webkit-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -o-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: -ms-linear-gradient(top, #FFBD5A 0%, #E19225 100%);
    background: linear-gradient(to bottom, #FFBD5A 0%, #E19225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD5A ', endColorstr='#E19225', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.color-gold .try-buy:hover,
.color-button-orange .try-buy:hover {
    text-decoration: none;
    color: #333;
}

.webinar-all-link-container a {
    color: #333;
    text-decoration: underline;
}

.webinar-all-link-container a:hover {
    text-decoration: none;
}

#clb .container ul,
#fdbs .container ul {
    color: #333;
}

.book-arrow {
    background-image: url(images/graphics/book-arrow.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 7px;
    min-height: 53px;
    padding-right: 43px;
}

.book-arrow a {
    text-decoration: none !important;
    color: #333;
}

.container .webinar-inf-form input[type="text"],
.container .webinar-inf-form input[type="email"],
.container .webinar-inf-form textarea,
.container .webinar-inf-form-cookie input[type="text"],
.container .webinar-inf-form-cookie input[type="email"],
.container .webinar-inf-form-cookie textarea {
    width: 94%;
}

.container .webinar-inf-form select,
.container .webinar-inf-form-cookie select {
    width: 99.4%;
}

.webinar-inf-form,
.webinar-inf-form-cookie {
    padding: 12px 0;
    margin-bottom: 20px;
}

.tab-container-horizontal.webinar-tab-grey .tabs-inner-tabs .what-item {
    background: #748a96;
    color: #fff;
}

.tab-container-horizontal.webinar-tab-grey .tabs-inner-tabs .what-item.active {
    color: #10B1F3;
    background: #fff;
}

.tab-container-horizontal.webinar-tab-grey .tabs-inner-tabs .what-item.active:first-child {
    color: #de941e;
    background: #fff;
}

.mac-os strong {
    font-family: latobold;
    letter-spacing: -1px;
}

.inner-row-custom a {
    color: #676767;
    text-decoration: underline;
}

.inner-row-custom a:hover {
    color: #676767;
    text-decoration: none;
}

/*tutorial chapter list*/

.chapter-list-container {
    border: 1px solid #a0acb3;
    border-radius: 5px;
    background: #e9eced;
    overflow: hidden;
    color: #4d4c4c;
}

.chapter-list-container p {
    margin: 0 !important;
    color: #4d4c4c;
}

.chapter-list-container a {
    color: #4d4c4c;
    text-decoration: underline;
}

.chapter-list-container a:hover {
    text-decoration: none;
}

.chapter-list-container .chapter-list-head {
    background: #748a96;
    color: #fff;
    font-family: "latobold";
    padding: 12px;
}

.chapter-list-container .chapter-list-head p {
    color: #fff;
}

.chapter-list-item {
    padding: 6px 12px;
    border-top: 1px solid #bbc4ca;
}

.chapter-list-item:first-child {
    border: none;
}

.chapter-list-item-title {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.chapter-list-item-duration {
    display: inline-block;
    width: 24%;
    padding-left: 2%;
    vertical-align: top;
}

.single-tutorial .btn-orange-tabs {
    max-width: 250px;
    width: 100%;
}

.container .form-switcher select {
    width: 82.4%;
}

.courses-form-inner {
    padding: 18px 0;
}

.courses-form-inner label {
    text-align: right;

}

.container .courses-form-inner input[type="text"],
.container .courses-form-inner input[type="email"],
.container .courses-form-inner textarea {
    width: 97%;
}

.courses-form-inner input[type="checkbox"] {
    float: left;
    margin: 4px 10px 0px 0;
}

.container .courses-form-inner select {
    width: 100%;
}

.courses-form-inner input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #fe8727;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlODcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDZiMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8727), color-stop(100%, #ed6b01));
    background: -webkit-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: -o-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: -ms-linear-gradient(top, #fe8727 0%, #ed6b01 100%);
    background: linear-gradient(to bottom, #fe8727 0%, #ed6b01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8727', endColorstr='#ed6b01', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    max-width: 86%;
}

.courses-form-inner input[type="submit"]:hover {
    text-decoration: none;
    color: #333;
}

/*pricing table - responsive*/

.pricing-container-responsive {
    display: none;
}

.pricing-container-responsive p {
    margin: 0 !important;
}

.pricing-container-responsive .universal-table .universal-table-column {
    display: inline-block;
    margin: 0 1% 15px;
    text-align: center;
    vertical-align: top;
    width: 30%;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.pricing-container-responsive .universal-table .universal-table-head {
    text-align: center;
    color: #fff;
    font-family: "latobold";
    font-size: 18px !important;
    padding: 14px 12px;
    border-radius: 10px 10px 0 0;
}

.pricing-container-responsive .universal-table .universal-table-row {
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-container-responsive .universal-table .universal-table-row.last-row {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    /*border-top: 1px solid #b1bdc4;*/
}

.pricing-container-responsive .universal-table .universal-table-row.light-grey {
    background: #f7f7f7;
    /*border-top: 1px solid #b1bdc4;*/
}
.universal-table .header-14 {
    font-size: 14px !important;
    font-weight: bold;
}
.universal-table .header-15 {
    font-size: 15px !important;
    font-weight: bold;
}
.universal-table .header-16 {
    font-size: 16px !important;
    font-weight: bold;
}
.universal-table .header-17 {
    font-size: 17px !important;
    font-weight: bold;
}
.universal-table .header-18 {
    font-size: 18px !important;
    font-weight: bold;
}

.col.col-2-of-10.col-title.clearfix {
    display: inline-block;
    float: none;
    vertical-align: bottom;
}

.col.col-8-of-10.col-title.clearfix {
    display: inline-block;
    float: none;
}

.books-quotes {
    position: relative;
    background-color: #d4dde0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 15px 10px 15px 80px;
    box-sizing: border-box;
    -moze-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.books-quotes p:nth-of-type(1):before {
    content: url("images/graphics/quote.png");
    position: absolute;
    top: 20px;
    left: 16px;
    width: 47px;
    height: 38px;
    display: block;
}

.books-quotes p.quote_grey:nth-of-type(1):before {
    content: url("images/graphics/quote_grey.png");
    position: absolute;
    top: 20px;
    left: 11px;
    width: 56px;
    height: 42px;
    display: block;
}

.books-quotes p:last-of-type {
    margin-bottom: 0px;
}

.infusion-field-input-container.hasDatepicker {
    width: 70% !important;
    margin-right: 5px !important;
}

.book-9-steps-left {
    float: left;
    margin: 0 3% 20px 0;
    width: 31%;
}

.book-9-steps-right {
    float: left;
    margin: 0;
    width: 65%;
}

.try-buy {
    padding: 15px 0px;
    width: 80%;
    font-size: 13px;
}

.hideWebinarDateClass {
    display: none !important;
}

#lang_sel ul ul {
    z-index: 100;
}

.flexslider-webinar ul li img.tutorial-thumb  {
    height: auto;
    width: 200px;
    margin-left: 20px;
}

img.tutorial-thumb {
    height: auto;
    width: 200px;
    margin-left: 20px;
}

.video-thumb-container img {
    height: auto;
    max-width: 208px;
}

.video-switcher .video-thumb-container img {
    height: auto;
    max-width: 100%;
}

.section .fancybox-image, .section .fancybox-iframe {
  display: inline-block;
  width: auto;
  height: auto;
  /*color: #777;*/
}

.section .singledoc.fancybox-image, .section .singledoc.fancybox-iframe {
  color: #777;
}

#fdbs span a {
    text-decoration: underline;
    color: #fff;
}

.cart-nav {
    margin-left: 25px;
}

.cart-nav a {
    background-image: url("images/icons/cart.png");
    background-repeat: no-repeat;
    background-position: 5px;
}

.cart-display {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 15px;
    height: 15px;
    background-color: #FF9E2C;
    color: #4D4C4C;
    position: absolute;
    text-align: center;
    line-height: 15px;
    left: 20px;
    top: 6px;
    font-weight: bold;
    font-size: 12px;
    pointer-events: none;
}

.btn-buy-german {
    /*ne pitaj zasto toliko !important samo ostavi*/
    display: inline-block !important;
    cursor: pointer !important;
    min-height: 30px !important;
    width: 180px !important;
    max-width: 180px !important;
    font-weight: bold !important;
    font-size: 13px !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 30px !important;
    text-shadow: -0.5px -0.5px 1px #333 !important;
    text-align: center !important;
    padding: 3px 0 3px 20px !important;
    border-radius: 4px !important;
    color: #fff !important;
    text-decoration: none !important;
    background: #75BA72 url('images/flags/de.png') no-repeat !important;
    background-position: 10px !important;
}

.btn-buy-spanish {
    /*ne pitaj zasto toliko !important samo ostavi*/
    display: inline-block !important;
    cursor: pointer !important;
    min-height: 30px !important;
    width: 180px !important;
    max-width: 180px !important;
    font-weight: bold !important;
    font-size: 13px !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 30px !important;
    text-shadow: -0.5px -0.5px 1px #333 !important;
    text-align: center !important;
    padding: 3px 0 3px 20px !important;
    border-radius: 4px !important;
    color: #fff !important;
    text-decoration: none !important;
    background: #75BA72 url('images/flags/es.png') no-repeat !important;
    background-position: 10px !important;
}

a.btn-buy-german:hover,
a.btn-buy-spanish:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    background-color: #65AA62 !important;
}

.btn-buy-german, .btn-buy-spanish {
    background-color: #EAE8DF !important;
    color: #10B1F3 !important;
    text-shadow: none !important;
    width: 80% !important;
    margin: 4px 0 4px 0 !important;
}

.try-buy {
    width: 84% !important;
    font-size: 16px !important;
}

.pricing-table-column {
    vertical-align: top;
}

.underCart {
    max-width: 850px;
    padding-bottom: 50px;
    margin: -20px auto;
}

.emptyCart {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #828282;
    background: -moz-linear-gradient(top, #828282 0%, #515151 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(100%, #515151));
    background: -webkit-linear-gradient(top, #828282 0%, #515151 100%);
    background: -o-linear-gradient(top, #828282 0%, #515151 100%);
    background: -ms-linear-gradient(top, #828282 0%, #515151 100%);
    background: linear-gradient(to bottom, #828282 0%, #515151 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828282 ', endColorstr='#515151', GradientType=0);
    text-align: center;
    border: none;
    padding: 5px 20px 5px 20px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 30px;
}

.pricing-table.columns-5 .pricing-table-head {
    background: none;
}

.pricing-table.columns-5 .pricing-table-head .pricing-table-column.main-column {
    background: none repeat scroll 0 0 #545953;
    border-radius: 10px 0 0 0;
}

.pricing-table .universal-table {
    display: table;
    width: 100%;
}

.pricing-table.sticky.columns-5 .pricing-table-head .pricing-table-column.main-column {
    border-radius: 0;
}

.blog-sidebar-container {
    margin-bottom: 80px;
}

.blog-sidebar-container > .container {
    margin-bottom: 35px;
}

.clouds-sidebar-top p {
    font-family: latobold;
    font-size: 21px;
    color: #FFF;
    padding-top: 10px;
    line-height: 24px;
}

.widget_tag_cloud, .widget_wmp_widget, .rpwe_widget, .widget_intelliwidget {
    background: #E2F1F4 none;
}

.sidebar-newsletter-container .fancybox-iframe {
    text-decoration: none;
}

.sidebar-newsletter-container .fancybox-iframe:hover {
    text-decoration: underline;
}

.sidebar-newsletter-container {
    border-radius: 4px;
    padding: 15px;
    background: #E2F1F4 none;
    color: #333;
}

.tab-container-horizontal.clearfix.tabs.widget-tabs {
    margin: 40px 0;
}

.widget-tabs .widget_wmp_widget,
.widget-tabs .rpwe_widget {
    border-radius: 0 6px 6px 6px;
}

.widget-tabs .widget-title {
    display: none;
}

.widget-tabs.tab-container-horizontal .tabs-inner-tabs .what-item {
    margin-right: 4px;
    border-radius: 4px 6px 0 0;
    background: #CBCBC6 none;
}

.widget-tabs.tab-container-horizontal .tabs-inner-tabs .what-item.active {
    background: #E9E9E3 none;
}

.blog-post-newsletter-form-wrap {
    margin: 30px 0;
    /*background: #D4DDE0;*/
    background: #eee url("images/background/blogbg.png");
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.blog-post-newsletter-form-wrap h3 {
    font-size: 24px;
    margin-bottom: 3px;
    text-align: left;
    font-family: latoregular;
}

.blog-post-newsletter-form-wrap h4 {
    font-size: 13px;
    margin-bottom: 22px;
    text-align: left;
}

.blog-post-newsletter-form-wrap .infusion-field {
    width: 60%;
    float: left;
}

.blog-post-newsletter-form-wrap #inf_field_Email {
    width: 100%;
    padding: 0;
    margin: 0;
    text-indent: 10px;
    height: 34px;
    border: none;
}

.blog-post-newsletter-form-wrap .infusion-submit {
    width: 40%;
    float: right;
}

.blog-post-newsletter-form-wrap input[type="submit"] {
    width: 93%;
    float: right;
    height: 34px;
    display: block;
    border: none;
    font-size: 13px;
    border-radius: 4px;
    /*background-color: #4C4A4F;*/
    /*background-color: #FF4E00;*/
    background: linear-gradient(to bottom, #FE8727 0%, #ED6B01 100%);
    color: #FFF;
}

.blog-post-newsletter-form-wrap p {
    display: block;
    width: 100%;
    clear: both;
    font-size: 11px;
    text-indent: 10px;
}

/*prikaz ADD TO CART BUTTON-a   .btn-buy-german,*/

/*.btn-buy-spanish{*/
    /*  display: none !important;*/
    /*}*/
    #previous-next {
        height: 4em;
        line-height: 1em;
    }

    #previous-post, #next-post {
        width: 49%;
    }

    #previous-post {
        float: left;
        text-align: left;
    }

    #next-post {
        float: right;
        text-align: right;
    }

    #previous-post a, #next-post a {
        line-height: 1.3em;
        width: 95%;
        display: block;
        font-weight: normal !important;
        color: #027CB6;
    }

    #previous-post a {
        float: right;
        text-align: left;
    }

    #next-post a {
        float: left;
        text-align: right;
    }

    aside#wpp-2 {
        background: #E9E9E3 none;
        border-radius: 0 6px 6px 6px;
        padding: 15px;
        margin-bottom: 35px;
        color: #748a96;
    }

    aside#wpp-2 h3 {
        color: #333;
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    aside#wpp-2 a {
        font-size: 14px;
        text-decoration: underline;
    }

    aside#wpp-2 a:hover {
        text-decoration: none;
    }

    aside.widget_black_studio_tinymce {
        margin-bottom: 35px;
    }

    aside.widget_text {
        background: #E9E9E3 none;
        padding: 12px;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    table.featuredcontent a {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        color: #027CB6;
    }

    .featuredcontent td {
        vertical-align: middle;
        border-bottom: 1px solid #CFCDBC;
        padding: 10px 0;
    }

    .featuredcontent tr:last-child td {
        border-bottom: none;
        padding: 10px 0 0;
    }

    table.featuredcontent {
        margin: -10px 0 0;
    }

    /* new styles */


    .add-padding {
        padding: 30px;
    }

    .free-consultation-form .universal-tab .tab-container {
        background-color: #299cc5 !important;
    }

    .free-consultation-form .universal-tab .tab-caption.active {
        background-color: #299cc5 !important;
        color: #fff !important;
    }

    .not-italic .universal-quote .quote {
        font-style: normal;
    }

    .form-thank-you-holder a {
        text-decoration: underline;
    }

    .parsley-error {
        color: #B94A48 !important;
        background-color: #F2DEDE !important;
        border: 1px solid #EED3D7 !important;
    }

    .parsley-errors-list {
        display: none !important;
    }

    .tab-title {
        font-family: latobold;
        font-size: 20px;
        color: #847f73;
    }

    .text-center {
        text-align: center !important;
    }

    .text-left {
        text-align: left !important;
    }

    .toolkit-part1 {
        padding-top: 44px;
        padding-bottom: 30px;
        color: #444;
    }

    .toolkit-part1 a {
        text-decoration: underline;
    }

    .toolkit-part1 h1 {
        font-size: 50px;
        color: #444;
        margin-bottom: 20px;
    }

    .toolkit-price {
        font-size: 28px;
        color: #444;
    }

    .cards {
        padding: 30px 0;
    }

    .toolkitTemplate .cards {
      padding: 11px 0 9px 0;
  }

  .small-text {
    font-size: 11px;
}

.related {
    color: #868686;
    font-family: latobold;
    font-size: 18px;
}

.faq-list h1 {
    font-family: latobold;
    font-size: 40px;
    color: #787366;
}

.faq-list {
    /*color: #939494;*/
}

.faq-list strong {
    color: #1D8BA9;
}

.bonus-features {
    font-family: latolight;
    color: #748a96;
    font-size: 30px;
    text-align: center;
}

/* tab styles */

/* horizontal tab style */
.horizontal-tabs .universal-tab .tab-caption {
  float: left;
  margin-right: 3px;
  border-radius: 8px 8px 0 0;
  background: #dbdbdb;
  color: #444;
  padding: 8px;
}

.horizontal-tabs .universal-tab .tab-additional .scrollToAnchor {
    position: relative;
    color: #fff;
    top: -15px;
    text-decoration: none;
}

.horizontal-tabs .universal-tab .tab-additional {
    float: right;
    margin-right: 100px;
    position: relative;
    top: 25px;
}

.horizontal-tabs.toolkit-tabs .universal-tab .tab-additional {
    float: right;
    margin-right: 150px;
    position: relative;
    top: 10px;
}

.horizontal-tabs .universal-tab .tab-caption p {
    font-size: 11px;
    margin: 0px;
}

.horizontal-tabs .universal-tab .tab-caption.active {
  background-color: #FFF;
  color: #5E5E5E;
}

.horizontal-tabs .universal-tab .tab-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 8px 8px 8px;
}

.horizontal-tabs .universal-tab h3 {
    font-family: latobold;
    font-size: 18px;
    color: #525049;
    margin-bottom: 20px;
}

/* sidebar tab style */
.sidebar-tabs .universal-tab .tab-caption {
    float: left;
    margin-right: 6px;
    border-radius: 4px 4px 0 0;
    background: #C3D0D3;
    color: #666;
    padding: 8px;
}

.sidebar-tabs .universal-tab .tab-caption p {
    font-family: latoregular;
    font-size: 14px;
    margin: 0px;
}

.sidebar-tabs .universal-tab .tab-caption.active {
    background-color: #E2F1F4;
    color: #555;
}

.sidebar-tabs .universal-tab .tab-container {
    background-color: #FFF;
    padding: 15px;
    border-radius: 0 4px 4px 4px;
    background: #E2F1F4;
    color: #027CB6;
}

.sidebar-tabs .universal-tab .tab-container a {
    color: #027CB6;
}

/* vertical link tab */
.vertical-link-tabs .tabs-captions {
    float: left;
    width: 19%;
    margin: 0 3% 0 0;
}

.vertical-link-tabs .tab-caption p {
    font-size: 14px;
    color: #5393a6;
}

.vertical-link-tabs .tab-caption.active p {
    text-decoration: underline;
}

.vertical-link-tabs .tabs-containers {
    float: left;
    width: 78%;
}

/* middle arrow tabs  style */
.middle-arrow-tabs .universal-tab .tabs-containers {
  padding: 30px 0;
}

.middle-arrow-tabs .universal-tab .tabs-captions {
  min-width: 30%;
  text-align: center;
}

.middle-arrow-tabs .universal-tab .tabs-captions p {
  margin: 0;
}


.middle-arrow-tabs .universal-tab .tab-caption:first-child {
  border-radius: 4px 0 0 4px;
}

.middle-arrow-tabs .universal-tab .tab-caption:last-child {
    border-radius: 0 4px 4px 0;
}

.middle-arrow-tabs .universal-tab .tab-caption {
  float: none;
  margin-right: -3px;
  border-radius: 0;
  background: #FFF;
  color: #89A;
  padding: 10px 41px;
  cursor: pointer;
  font-family: latobold, Arial, sans-serif;
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
}

.middle-arrow-tabs .universal-tab .tab-caption.active {
  background: #678;
  cursor: default;
  color: #FFF;
  z-index: 3;
  position: relative;
}

.middle-arrow-tabs .universal-tab .tab-caption.active:after {
  position: absolute;
  content: " ";
  display: block;
  background: #678;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  z-index: 2;
  left: 47%;
  bottom: -5px;
  border-radius: 2px;
  }


/* bigbutton tab style*/
.big-button-tabs .universal-tab .tab-caption {
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #7f939a;
    float: left;

    width: 33.33%;
    height: 160px;

    background-color: #fff;

    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.big-button-tabs .universal-tab .tab-caption p {
    position: absolute;
    top: 107px;
    padding: 0 2% 0;
    font-family: latobold;
    font-size: 12px;
    text-align: center;
    width: 96%;
}

.big-button-tabs .universal-tab .tab-caption.mail {
    background-image: url("images/icons/bonus-icon-email.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.big-button-tabs .universal-tab .tab-caption.consultation {
    background-image: url("images/icons/bonus-icon-live.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.big-button-tabs .universal-tab .tab-caption.review {
    background-image: url("images/icons/bonus-icon-review.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.big-button-tabs .universal-tab .tab-caption.active {
    background-color: #eff0f1;
}

.big-button-tabs .universal-tab .tab-container {
    color: #7f939a;
    background-color: #eff0f1;
    padding: 10px;

    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
}
.big-button-tabs .tabs-containers {
  min-height: 150px;
}

/* CROSS PROMOTION HEADER */

.header-top-content {
    padding-top: 0;
    float: right;
    margin-top: 34px;
    height: 1em;
}

.header-top-content .header-menu-top-container ul li:last-child {
    margin-right: 0;
}

#header-search-icon {
    float: left;
    margin-left: -40px;
    position: relative;
}

#search-icon {
    width: 24px;
    height: 24px;
    background: transparent url(images/search.png) no-repeat 50% 50%;
    display: inline-block;
    cursor: pointer;
}

#search-form {
    position: absolute;
    width: 240px;
    background: none rgba(0, 0, 0, 0);
    padding-top: 3px;
    z-index: 100;
    right: 30px;
    top: -16px;
}

#search-form .hidden {
    display: none;
}

#search-form .visible {
    display: block !important;
}

input#s {
    width: 100%;
    height: 3.5em;
    text-indent: 7px;
    border-radius: 1px;
    padding: 0;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

#xpromo-header {
    height: 34px;
    background: #E8E8E8 none;
}

#xpromo-header .header-top-inner {
    position: relative;
}

#xpromo-links {
    position: absolute;
    left: 0;
	right: 0;
    /*height: 34px;*/
    line-height: 34px;
}

#xpromo-call-us {
    position: absolute;
    right: 0;
    line-height: 34px;
}
#xpromo-call-us a {
    color: #fff !important;
}
#xpromo-links li {
    display: inline;
    float: left;
}

#xpromo-links a {
    display: inline-block;
    padding: 0 10px;
    color: #6A6A6A;
    font-size: 12px;
}

#xpromo-links a.active {
    background: #F5F5F5 none;
    font-weight: bold;
    font-family: latobold;
}

#xpromo-links a:hover {
    text-decoration: none;
    background-color: #F5F5F5;
}

.contact-icon-phone-black {
    padding: 0 10px 0px 24px;
    background-position: 8px 49% !important;
    margin: 0 auto;
    display: inline-block;
    font-weight: 900;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #FFF;
    background: #738A97 url(images/phone-white-small.png) no-repeat;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
}

.lang-select-container {
    margin-top: -36px;
    float: right;
    margin-right: -120px;
}

.header-top-content {
    padding-top: 0;
    float: right;
    margin-top: 42px;
    height: 1em;
    margin-right: 120px;
}

#xpromo-call-us p {
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .header-top.clearfix {
        height: 100px;
    }
	.header-menu-top-container .header-menu-top {
        display: none;
    }
    .logo {
        float: none !important;
        margin: 0 auto;
        padding-top: 0;
        position: relative;
        top: 12px;
        left: 0;
    }

    .header-top-content {
        position: absolute;
        right: 8px;
        top: 110px;
        margin: 0;
        height: 30px;
        padding: 0;
        width: 30px !important;
    }

    #search-icon {
        width: 24px;
        height: 24px;
        background: url(images/search-white.png) no-repeat 50% 50%;
        display: inline-block;
        cursor: pointer;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    }

    #xpromo-links {
        z-index: 999999;
        padding-top: 34px;
        background: rgba(0, 0, 0, 0) url(images/xpromo-menu-button.png) no-repeat 9px 6px;
        min-width: 40px;
        cursor: pointer;
    }

    #xpromo-call-us {
        position: absolute;
        right: 0;
        height: 34px;
        line-height: 34px;
        margin: 0 auto;
        text-align: center;
    }

    #header-search-icon {
        margin-left: 0;
        position: absolute;
        right: 120px;
        z-index: 99999;
    }

    input#s:focus {
        color: #333 !important;
    }

    .header-top-inner input#s {
        height: 33px;
		margin-top: 8px;
		box-shadow: none;
    }

    #xpromo-links ul {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        background: #FFF none;
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 99;
        overflow: hidden;
    }

    #xpromo-links ul.visible {
        height: auto !important;
        display: block !important;
    }

    #xpromo-links a {
        display: block;
        padding: 0 32px;
        color: #6A6A6A;
        font-size: 12px;
    }

    #xpromo-links li {
        display: block;
        width: 100%;
    }

    .lang-select-container {
        top: -5px !important;
        right: 0 !important;
        margin: 0 !important;
        width: 100px !important;
        position: absolute;
        z-index: 99;
        color: #FFF;
    }

    #lang_sel a.lang_sel_sel {
        color: #FFF !important;
    }

    #header-search-icon.moveright {
        right: 0 !important;
    }

    .lang-select-container.hide {
        opacity: 0;
        display: none;
    }
}

/* /CROSS PROMOTION HEADER */

/* #### CROSS PROMOTION FOOTER ##### */
#xpromo-footer {
    background: none #2E353A;
    position: relative;
    padding: 34px 0 40px;
}

#xpromo-footer .footer-top-bg {
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: top;
    background-image: url(images/wave-xpromo.png);
}

#xpromo-footer h3 {
    text-align: center;
    color: #CECECE;
    font-family: latolight, sans-serif;
    font-weight: 100;
    font-size: 26px;
}

#xpromo-footer strong {
    font-family: lato, sans-serif;
    font-weight: 900;
    font-size: 27px;
}

#xpromo-academies-wrap {
    max-width: 1200px;
    margin: 22px auto 0;
    text-align: center;
}

#xpromo-academies-wrap a {
    display: inline-block;
    width: 140px;
    color: #7C7C7C;
    border-radius: 4px;
    margin: 0;
    padding: 59px 3px 10px;
    background-position: 50% 10px;
    background-repeat: no-repeat;
    background-size: 110px auto;
    font-size: 11px;
}

#xpromo-academies-wrap a:hover {
    text-decoration: none;
    background-color: #374046;
    box-shadow: 0 0 0 1px #485258;
    color: #fff;
}

#xpromo-footer-27001 {
    background-image: url(images/xpromo-27001-logo.png);
}

#xpromo-footer-9001 {
    background-image: url(images/xpromo-9001-logo.png);
}

#xpromo-footer-20000 {
    background-image: url(images/xpromo-20000-logo.png);
}

#xpromo-footer-14001 {
    background-image: url(images/xpromo-14001-logo.png);
}

#xpromo-footer-18001 {
    background-image: url(images/xpromo-18001-logo.png);
}
#xpromo-footer-conformio {
    background-image: url(images/xpromo-conformio-logo.png);
}
#xpromo-footer-etraining {
    background-image: url(images/xpromo-etraining-logo.png);
    background-size: 103px auto !important;
}
#xpromo-footer-books {
    background-image: url(images/xpromo-books-logo.png);
    background-position: 50% 30px !important;
    background-size: 126px auto !important;
}

/* #### CROSS PROMOTION FOOTER ##### */

.intro-button {
    border-radius: 4px;
    display: inline-block;
    margin: 60px 0 0 0;
    background: none repeat scroll 0% 0% #FF9F00;
    overflow: hidden;
    text-decoration: none !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    padding: 10px 20px;
    box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}

/* toolkit page */
.toolkit-page {
    color: #fff;
    padding-top: 40px;
}

.toolkit-page a {
    color: #fff;
}

.toolkit-page h1 {
    color: #fff;
    font-family: latobold;
    font-size: 36px;
    margin-bottom: 20px;
}

.toolkit-page h2 {
    color: #fff;
    font-family: latobold;
    font-size: 18px;
    margin-bottom: 20px;
}

.pricing-options {
    background: url(images/pricing-options-chevron.png) no-repeat 19px 50% #6bb9d5;
    border-radius: 40px;
    display: block;
    padding: 10px 23px 10px 26px;
    font-size: 14px;
    width: 140px;
    margin: 0px auto;
}

.pricing-options:hover {
    text-decoration: none;
}

.call-us-box-wrapper {
    background: #6bb9d5;
    text-align: center;
    padding: 15px 10px;
    border-radius: 4px;
    border: 1px solid #7fcbe7;
    width: 100%;
    box-sizing: border-box;
}

.call-us-box-text {
    font-size: 17px;
    margin-bottom: 5px;
}

.call-us-box-phone {
    font-family: latobold, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    background: rgba(0, 0, 0, 0) url(images/fa-phone-white.png) no-repeat 0 5px;
    display: inline-block;
    padding-left: 30px;
}

.toolkit-video iframe {
    width: 467px;
    height: 272px;
    border: 3px solid #FFF;
}

/* custom titles */
.section-title {
    font-family: latobold;
    text-align: center;
}

.push-down {
    padding-top: 40px;
}

.section-title.white h1,
.section-title.white h2,
.section-title.white h3,
.section-title.white h4,
h2.kb-page-title {
    color: #fff !important;
}

.section-title h1, h2.kb-page-title {
    color: #645F52;
    font-size: 45px !important;
    margin-top: 40px;
    margin-bottom: 20px;
}

.section-title h2 {
    color: #645F52;
    font-size: 38px;
    margin-bottom: 40px;
}

.section-title.smaller h1 {
    font-size: 38px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.section-title h3 {
    color: #645F52;
    font-size: 30px;
}

.toolkit-link-free-demo {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    font-family: latobold;
    font-size: 16px;
    color: #FFF;
}

.toolkit-link-free-demo:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
}

.pricing-table .pricing-table-price, .pricing-table-price {
    font-size: 18px !important;
    font-weight: bold;
}

.pricing-table-price small {
    color: #999;
    font-size: 13px;
}
.pricing-table-price img.masterTooltip {
    margin-bottom: -3px;
}

/* ########### SINGLE DOCUMENT REDESIGN ############## */

#single-document-main {
    padding-top: 30px;
}

#single-document-title {
    font-size: 36px;
    margin-bottom: 30px;
}

#single-document-description {
    margin-bottom: 30px;
}

#single-document-preview {
    width: 474px;
    margin: 0;
    border: 5px solid rgba(0, 0, 0, 0.27);
}

.container #single-document-preview iframe {
    height: 320px !important;
}

#single-document-description-text {
    width: 476px;
    margin: 0 0 0 40px;
}

#view-document-demo {
    margin: 0 0 30px -8.4%;
    background: url(images/view-document-demo-bg.png) no-repeat;
    padding: 15px 0 0 8.4%;
    height: 42px;
    border-radius: 0 3px 3px;
}

#view-document-demo span {
    color: #FFF;
    font-family: latoblack;
    text-transform: uppercase;
    font-size: 14px;
    background: url(images/view-document-demo-arrow.png) no-repeat;
    display: block;
    padding-left: 28px;
    height: 23px;
}
#single-document-also-available {
    background: rgba(255, 255, 255, 0.61);
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    width: 442px;
}

#single-document-also-available h3 {
    font-family: latobold, Arial;
    font-size: 18.37px;
    color: #2E2E2E;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

#single-document-also-available ul {
    list-style-type: none;
    margin: 0 0 15px -10px;
    padding: 0;
}

#single-document-also-available li {
    margin: 0 0 0 10px;
    display: inline-block;
}

#single-document-also-available a {

}

#single-document-also-available img {
    width: 100px;
    height: auto;
}

#single-document-also-available small {
    clear: both;
    display: block;
    padding-top: 20px;
}

#single-document-also-available .col p {
    display: none;
}

#single-document-pricing {
    width: 476px;
    margin-left: 40px;
    text-align: center;
    padding-top: 20px;
}

#single-document-price {
    width: 46%;
    margin: 0 2%;
    float: left;
}

#single-document-price h3 {
    font-family: latobold, Arial;
    font-weight: bold;
    font-size: 30px;
}

.privacy-policy a {
    text-decoration: underline;
}

#single-document-pricing-options {
    float: left;
    width: 46%;
    margin: 11px 2% 0;
}

#single-document-pricing-options p img {
    padding: 0;
}

#single-document-download-demo {
    width: 100%;
    clear: both;
    padding-top: 30px;
}

#single-document-download-demo a {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 8px 16px;
    border-radius: 30px;
    background: #F8F8F8 none;
    margin-bottom: 30px;
    font-family: latobold;
    font-size: 16px;
    color: #F5A623;
    text-decoration: none !important;
}

#single-document-also-available .col {
    margin: 0;
}

@media screen and (max-width: 999px) {
    #single-document-main {
        width: 90%;
        margin: 0 5%;
        padding: 0;
    }

    #single-document-preview,
    .container #single-document-preview iframe,
    #single-document-description-text,
    #single-document-also-available {
        width: 100%;
        max-width: 100%;
    }

    #single-document-description-text {
        margin: 0;
    }

    #view-document-demo {
        display: none;
    }

    #single-document-preview {
        margin: 0 0 30px;
        width: 95% !important;
    }

    #single-document-also-available {
        padding: 20px 0
    }

    #single-document-pricing {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }

    #single-document-download-demo a {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 570px) {
    #single-document-price {
        width: 100%;
        margin: 0 0 30px;
        float: none;
    }

    #single-document-pricing-options {
        float: none;
        width: 100%;
        margin: 0;
    }

    #single-document-also-available {
        padding: 20px 5%;
        width: 90% !important;
    }

    #single-document-also-available li {
        margin: 10px;
    }
}

.button-orange-new {
    background: #f8a35d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTdiMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8a35d 0%, #e17b13 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8a35d), color-stop(100%, #e17b13)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8a35d 0%, #e17b13 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8a35d 0%, #e17b13 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8a35d 0%, #e17b13 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f8a35d 0%, #e17b13 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8a35d', endColorstr='#e17b13', GradientType=0); /* IE6-8 */
    color: #fff;
    font-size: 16px;
    font-family: latobold, Arial, sans-serif;
    font-weight: bold;
    padding: 13px 0;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none !important;
}

.button-grey-new {
    background: #8e8e8e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlOGU4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzYzNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #8e8e8e 0%, #636363 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e8e8e), color-stop(100%, #636363)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8e8e8e 0%, #636363 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8e8e8e 0%, #636363 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8e8e8e 0%, #636363 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8e8e8e 0%, #636363 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8e8e', endColorstr='#636363', GradientType=0); /* IE6-8 */
    color: #fff;
    font-size: 16px;
    font-family: latobold, Arial, sans-serif;
    font-weight: bold;
    padding: 13px 0;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-decoration: none !important;
    text-align: center;
}

.button-orange-new:hover,
.button-grey-new:hover {
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

/* ########### / SINGLE DOCUMENT REDESIGN ############## */

.advisera-logo-small {
    width: 94px;
    height: 34px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url(images/advisera-top-bar-logo.png) no-repeat center center;
}

.kbcat {
    width: 46%;
    float: left;
    margin: 0 4% 0 0;
    min-height: 260px;
}
@media screen and (max-width: 800px) {
    .kbcat {
        width: 100%;
        float: none;
        margin: 0 0 50px;
    }
}
.kbcat.tax {
    width: 100%;
    float: none;
    margin: 0;
}
.kbcount {
    float: right;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    background-color: #DDD;
    border-radius: 20px;
    padding: 3px 12px;
    color: #888;
    font-weight: normal !important;
    font-family: "lato";
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.kbcount:hover {
    background-color: #888;
    color: #FFF;
}

.kbcat h2 {
    border-bottom: 1px solid #CCC;
    margin: 0 0 22px;
    padding: 0 0 10px 40px;
    background: transparent url(images/icons/kb-cat.png) no-repeat 0 35%;
}
.kbcat h2 a {
    color: #888;
    font-size: 22px;
    text-decoration: none;
}
.kbcat h2 a:hover {
    color: #333;
}
.kbcat ul {
    margin: 0;
    list-style-type: none;
}
.kbarticle {
    padding: 0 0 0 40px;
    background: rgba(0, 0, 0, 0) url(images/icons/kb-article.png) no-repeat 6px 1px;
}
.kbarticle a {
    color: #555;
}
.post-title-blog.post-title-kb {
    font-size: 36px;
    margin: 1em 0;
}
.post-kb h2 {
    font-size: 24px;
    margin: 0;
    padding: 5px 0;
}
.webinar-inf-form, .webinar-inf-form-cookie {
  padding: 40px;
}
.webinar-inf-form input[type="text"], .webinar-inf-form input[type="email"], .webinar-inf-form input[type="tel"], .webinar-inf-form select {
    float: right;
    width: 100% !important;
}
.webinar-inf-form label {
  width: 30%;
  float: left;
}
.webinar-inf-form .infusion-field {
  overflow: hidden;
  margin-bottom: 15px;
}
.webinar-inf-form label[for^="inf_custom"] {
  width: 100%;
}
.webinar-inf-form .infusion-form span.infusion-option input {
  width: 7% !important;
  margin: 4px 0 0 0;
}
.webinar-inf-form .infusion-form span.infusion-option label {
  width: 90%;
}
.webinar-inf-form .infusion-form *[id^="inf_custom"] {
  width: 100% !important;
}
.webinar-inf-form .infusion-form *[for^="inf_custom"] {
  width: 100%;
}
.webinar-inf-form .infusion-submit {
  text-align: center;
}
.toolkitTemplate h1 {
  margin-top: -15px;
}
.single-webinar .section-title h1 {
    font-size: 38px;
    line-height: 1.1em;
}
.universal-second-state .btn-orange-global {
  width: 100%;
  max-width: 100%;
}


.toolkit-language-select {
    border: none;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #FFF url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 97% 50%;
    margin: 20px auto;
    max-width: 222px;
}

.toolkit-language-select select {
	padding: 5px 20px 5px 5px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    background-image: none;
    -webkit-appearance: none;
    font-family: lato;
    font-size: 12px;
    text-indent: 0;
    line-height: 15px;
}
.vertical-align-top {
    vertical-align: top !important;
}

.toolkit-language-select select:focus {
    outline: none;
}

.video-space {
  margin-top: 70px !important;
  margin-bottom: 21px !important;
}
@media screen and (max-width: 800px) {
    .video-space {
      margin-top: 0px !important;
      margin-bottom: 21px !important;
  }
}

@media screen and (max-width: 640px) {
    .video-space {
      margin-top: 0px !important;
      margin-bottom: 21px !important;
      font-size: 28px;
  }
}
.documentation-tutorial-box h3 {
  font-size: 16px;
}

.tutorial-code {
    color: #AAA;
    font-size: 80%;
}

.toolkit-box-img {
    width: 100%;
    max-width: 200px;   
}

.call-us-wrapper {
  font-size: 16px;
  text-align: center;
  width: 300px;
  color: #6F8188;
  font-family: latobold;
  margin: 0 auto;
}
.call-us-box {
  border: 1px solid #4C9D48;
  background: #FFF none;
  border-radius: 6px;
  padding: 14px 26px;
  text-align: center;
  font-size: 20px;
  color: #4C9D48;
  font-family: latobold;
  margin-top: 10px;
  display: inline-block;
  white-space: nowrap;
}

.call-us-box img {
  display: inline-block !important;
}

.horizontal-tabs.consultant-contact .tab-caption {
  background: #40545E;
  color: #C4D4D8;
}
.horizontal-tabs.consultant-contact .tab-caption.active {
  background: #748A96;
  color: #fff;
}
 
.horizontal-tabs.consultant-contact .tab-container {
   background: #748A96;
}

.horizontal-tabs.consultant-contact .infusion-form label {
    color: #fff;
    float: left !important;
    /*width: 165px !important;*/
    text-align: right !important;
    margin-bottom: 20px !important;
    height: 34px !important;
    line-height: 34px !important;
}
.horizontal-tabs.consultant-contact .infusion-form input {
    width: 240px !important;
    float: right !important;
    margin-bottom: 20px !important;
    height: 24px !important;
    line-height: 24px !important;
}
.horizontal-tabs.consultant-contact .infusion-form textarea {
    width: 240px !important;
    float: right !important;
    margin-bottom: 20px !important;
}
.horizontal-tabs.consultant-contact .infusion-form select {
    width: 240px !important;
    float: right !important;
    height: 34px !important;
    margin-bottom: 20px !important;
}
.horizontal-tabs.consultant-contact .infusion-form input[type="submit"] {
    width: 251px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 4px !important;
    color: #FFF !important;
    font-family: latobold !important;
    font-size: 16px !important;
    height: 46px !important;
    background-image: linear-gradient(#F8945D,#E16413) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8945D), color-stop(100%,#E16413));
    background: -webkit-linear-gradient(top, #F8945D 0%,#E16413 100%) !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) !important;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.7) !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.horizontal-tabs.consultant-contact .infusion-field {
    clear: both;
}
.addthis_sharing_toolbox {
  position: absolute;
  right: 0;
  top: 20px;
}
.webinar-arrow-left {
    position: relative;
    top: 450px;
    left: 300px;
    z-index: auto;
    display: none;
}
.webinar-arrow-top {
  z-index: 1000;
  width: 20px;
  height: 64px;
  display: inline;
  position: absolute;
  top: 70px;
  right: 50px;
}
.margin-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.float-right {
    float: right;
}
#fancybox-title {
    display: none !important;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-100 {
    padding-bottom: 100px !important;
}
.playoverlay {
    display: none;
}
.universal-table.standard .universal-table-column {
    position: relative;
}
.universal-table.standard .universal-table-head {
    z-index: 9999 !important;
}
.universal-table.standard .universal-table-column:first-child {
    text-align: left;
}
.we-are-hiring a {
    color: #40C8FF;
}

.margin-bottom-minus-60 {
    margin-bottom: -60px !important;
}
.margin-bottom-minus-50 {
    margin-bottom: -50px !important;
}
.margin-bottom-minus-40 {
    margin-bottom: -40px !important;
}
.margin-bottom-minus-30 {
    margin-bottom: -30px !important;
}
.margin-bottom-minus-20 {
    margin-bottom: -20px !important;
}
.margin-bottom-minus-10 {
    margin-bottom: -10px !important;
}

.margin-top-minus-60 {
    margin-top: -60px !important;
}
.margin-top-minus-50 {
    margin-top: -50px !important;
}
.margin-top-minus-40 {
    margin-top: -40px !important;
}
.margin-top-minus-30 {
    margin-top: -30px !important;
}
.margin-top-minus-20 {
    margin-top: -20px !important;
}
.margin-top-minus-10 {
    margin-top: -10px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}


a.fancybox-iframe.toolkit-link-free-demo {
    text-decoration: none;
}
body.blank-lightbox {
    background: none #F0F4F4;
    height: 100%;
    box-sizing: border-box;
}
.blank-lightbox-container {
    max-width: 100% !important;
}
.blank-lightbox-container > div {
    padding: 0;
    background: none #F0F4F4 !important;
}
.free-preview-lightbox {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.blank-lightbox-container .free-preview-download-container {
    background-color: #f0f4f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.blank-lightbox-container .free-preview-download-top {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a.tab-caption-a {
    color: inherit;
    text-decoration: none !important;
}
.remove-back-to-top .back-to-top {
    display: none;
}

.blog-main-content h2 {
    /*margin: 1em 0;*/
}
table.table {
    border-collapse: separate;
    border-spacing: 3px;
    margin-bottom: 1.5em;
}
.table thead td, .table th {
    font-weight: bold;
    background-color: #5A5A5A;
    padding: 10px;
    color: #FFF;
    text-align: center;
    vertical-align: middle !important;
}
.table tbody td {
    padding: 10px;
    background-color: #efefef;
}
.table tbody tr:nth-child(even) td {
    padding: 10px;
    background-color: #F9F9F9;
}
#lms-promo-what-is-iso-14001 {
    background: #474A43 url(images/lms-promo-what-is-iso-14001-button.png) no-repeat 50% 50%;
    background-size: 100%;
    height: 67px;
    margin-top: 16px;
    display: block;
    border-radius: 5px;
    text-indent: -9999px;
    box-shadow: 0 3px rgba(0,0,0,.3);
}
#lms-promo-what-is-iso-14001:hover {
    box-shadow: 0 3px rgba(0,0,0,.5);
}
.intro-button-green {
    border-radius: 4px;
    display: inline-block;
    margin: 60px 0 0 30px;
    background: none repeat scroll 0% 0% #32AB01;
    overflow: hidden;
    text-decoration: none !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    padding: 10px 20px;
    box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}
#lms-widget {

}
#lms-widget a {
    background: #363D36 url(images/14001-lms-widget-top.png) no-repeat;
}
#lms-widget a {
    background: #363D36 url(images/14001-lms-widget-top.png) no-repeat 50% top;
    background-size: 100%;
    display: block;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
    padding: 253px 20px 20px;
    font-family: "latoblack", "lato", arial-sans-serif;
    line-height: 1.2em;
    text-decoration: none !important;
}
.margin-top-50 {
    margin-top: 50px;
}
.infographic-shadow {
    /*box-shadow: 0 3px 10px rgba(0,0,0,.3);*/
    width: 90%;
    margin: 20px auto !important;
}
.kbarticle a {
    color: #4ca447;
}
.mega-menu-container .mega-menu .menu-item-training {
    float: right;
    background: none #53B353;
}
.mega-menu-container .mega-menu li.menu-item-training a:hover {
    background: none #53B353;
}
#mm-training-right {
    background-color: #E5E5E5;
    margin: -20px 0px 0 0;
    width: 27.8%;
    padding: 2%;
    height: 390px;
    float: right;
}
#mm-training-icon {
    background: rgba(0, 0, 0, 0) url(images/mm-training-icon.png) no-repeat 50% 100%;
    background-size: 193px 135px;
    height: 195px;
}
#mm-training-icon-copy {
    font-size: 17px;
    color: #878787;
    font-style: italic;
    text-align: center;
    line-height: 1.3em;
    margin-top: 30px;
}
.mm-training-course {

}
#mm-training-course1 {

}
#mm-training-course2 {

}
.mm-training-course img {

}
.mm-training-course h4 {
    font-size: 19px;
    color: #9A9A9A;
    line-height: 1.2em;
    font-style: normal;
    padding-right: 0;
    margin: 5px 0 10px;
}
.mm-training-course h4 a {

}
.mm-training-course p {
    font-size: 12px;
    margin-bottom: 1.5em;
}
.mm-training-course p a {
    font-size: 15px !important;
    font-weight: bold !important;
}

.m-users, .m-nav-online, #m-share {
    display: none !important;
}
.m-header {
    border-radius: 4px;
    overflow: hidden;
}
.m-no-logged .m-nav-feed {
    color: rgba(0,0,0,0.4) !important;
}
.m-pagepage .m-nav-forums, .m-userpage .m-nav-online, .m-navi a.m-selected {
    background-color: rgba(255,255,255,.35) !important;
}
.m-navi {
    height: 3.2em !important;
}
#m-search input {
    border-style: none !important;
}
.m-sidebar {
    border-radius: 4px;
    border: none !important;
}
.m-button, .moot button {
    padding: 1em 1.8em !important;
    border-radius: 4px !important;
    font-size: 1.2em !important;
    background-color: #595B5D !important;
}
#moot-logo {
    text-align: right;
    font-size: 14px;
    padding: 0 !important;
    text-indent: 9999px !important;
    height: 0px !important;
    overflow: hidden;
}
.muut-messaging.m-loaded {
    display: none;
}
.m-wrap {
    max-width: 100% !important;
    padding: 0 !important;
}
.m-login {
    padding-right: 1em !important;
}
.m-tablet .m-header {
    position: relative;
    height: 6em;
    background-color: rgba(0,0,0,.1) !important;
    border-radius: 4px 4px 0 0;
}
.is-forum.m-tablet .m-login, .is-forum.m-tablet .m-myname, .is-forum.m-tablet .m-down {
    color: #fff !important;
}
.moot :focus {
    background-color: rgba(255,255,255,.7) !important;
}
.moot button:focus {
    background-color: #333 !important;
}
.m-tablet .m-navi a {
    border-radius: 4px 4px 0 0;
}
.m-tablet .m-navi {
    padding: 0 10px;
}
.m-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background: none !important;
    cursor: pointer;
    outline: none !important;
    border: 0 !important;
    margin-right: 1.2em !important;
    padding-right: .6em !important;
    width: auto !important;
}
.m-page a, .m-post-upload:hover em {
    color: #079C00 !important;
}
.m-mobile .m-page {
    font-size: 90% !important;
    max-width: 90%;
    margin: 0 auto !important;
    display: block !important;
}
.m-mobile .m-input-wrap textarea {
    padding: .5rem !important;
    background-color: rgba(255,255,255,.5) !important;
}
.moot.m-mobile {
    border-radius: 4px;
}
#m-search input:focus {
    box-shadow: 0 0 4px #666 inset !important;
}
.m-mobile .m-collapse-all {
    height: 0 !important;
    margin-top: 0 !important;
}
.m-mobile .m-controls {
    text-align: center;
}
.m-mobile .m-button {
    width: 100%;
}
.m-mobile .m-focused .m-input-title {
    height: 1em !important;
    max-height: 1em !important;
}
.m-moot.m-expanded {
    background-color: #f4f4f4;
    padding: 20px;
}
.m-expanded .m-seed .m-body-wrap, .m-expanded .m-reply {
    border-left: none !important;
}
#m-plan {
    display: none !important;
}
.m-links a.m-selected:focus {
    background: #333 !important;
}
.m-nav-account {
    padding-right: 8px;
}

.m-filled .m-preview {
    display: none !important;
}
.m-mobile .m-focused .m-input-body {
    height: 11em !important;
}

.kb-sidebar-container {
    margin-top: 20px;
}
.kb-main-content {
    margin-top: 15px;
    width: 660px;
}
.breadcrumbs {
    margin: 20px 0;
}
#kb_cat_widget, #kb-custom-widget {
    background: none #f0f0f0;
    border-radius: 4px;
    padding-bottom: 20px;
    border: 1px solid #dadada;
}
#kb_cat_widget h3, #kb-custom-widget h3 {
    font-family: lato, latoblack, latobold;
    text-transform: uppercase;
    padding: 20px;
    font-size: 18px;
    color: #333;
    font-weight: 900;
    text-align: center;
}
#kb-sidebar-cats {
    list-style-type: none;
    margin: 0 0 20px 0;
}
#kb-sidebar-cats li {
    margin: 0;
}
#kb-sidebar-cats a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px 15px 44px;
    color: #666;
    text-decoration: none;
    background: rgba(0, 0, 0, 0) url(images/icons/kb-article.png) no-repeat 20px 50%;
}
#kb-sidebar-cats a:hover {
    background-color: #fff;
}
#see-more-topics {
    padding-left: 20px;
}
#kb-custom-widget {
    margin-bottom: 35px;
}
#kb-custom-widget-image {
    text-align: center;
    padding: 0 20px;
    display: block;
    margin-bottom: 20px;
}
#kb-custom-widget-image img {
    /*box-shadow: 0 2px 4px rgba(0,0,0,.1);*/
    max-height: 230px;
    text-align: center;
    margin: 0 auto;
}
#kb-custom-widget h4 {
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #444;
}
#kb-custom-widget-button {
    text-align: center;
}
#kb-custom-widget-button a {
    display: inline-block;
    padding: 10px 0;
    width: 66%;
    background: #5DB80C;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.43);
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

#kb-custom-widget-button a:hover {
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.55);
}
#kb-previous-next {
    margin: 50px 0;
}
#kb-related-articles {
    font-size: 18px;
    font-weight: 900;
    font-family: lato, latoblack, latobold;
    text-transform: uppercase;
    margin: 0 0 20px;
}
#kb-previous-next a {
    color: #1C9D00;
    width: 100%;
}
#kb-autor-photo {
    float: left;
    width: 100px;
}
#kb-post-meta {
    margin-left: 120px;
}
#kb-social .addthis_sharing_toolbox {
    position: inherit;
    right: auto;
    top: auto;
}
.post-title-blog.post-title-kb {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.2em;
    font-size: 33px;
    font-weight: 900;
    font-family: lato, latoblack, latobold;
}
.blog-post-single-list-top {
    margin-bottom: 20px;
}
#kb-author {
    float: left;
    font-weight: bold;
    font-size: 16px;
}
#kb-social {
    float: right;
}
.margin-bottom-minus-0 {
    margin-bottom: 0 !important;
}


.widget {
    max-width: 290px;
    float: right !important;
    overflow: hidden;
    padding: 0 !important;
}
.widget.clouds-sidebar-container {
    padding-bottom: 20px !important;
}
.m-tablet .m-page {
    max-height: 300px !important;
    overflow-y: scroll;
}

.bonus-features-three-tabs .big-button-tabs .universal-tab .tab-caption {
    width: 33.33333%;
}
.container.bonus-features-three-tabs {
    min-height: 390px;
}
.advads-banner-in-blog-post {
    padding: 0 0 10px 15px;
}

.tab-container-vertical ol li {
    display: block;
}
.tab-container-vertical ol li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* Muut */
.moot .m-more-moots:after {
    position: absolute !important;
    top: 40% !important;
    left: 1.5em !important;
    font-size: .5em !important;
    color: #1fadc5 !important;
    font-family: icon !important;
    content: '4' !important;
    -ms-transform: rotate(225deg) !important;
    -webkit-transform: rotate(225deg) !important;
    transform: rotate(225deg) !important;
}


/* HubSpot Forms Integration */
.hubspot-form-wrap .hbspt-form ul, .hubspot-form-wrap .hbspt-form li {
    list-style: none;
    list-style-type: none;
    text-align: left;
    margin-left: 0px;
}
.hubspot-form-wrap div {
    margin-bottom: 15px;
}
.hs-form fieldset {
    max-width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.hubspot-form-wrap .hbspt-form input[type="text"],
.hubspot-form-wrap .hbspt-form input[type="email"],
.hubspot-form-wrap .hbspt-form input[type="tel"],
.hubspot-form-wrap .hbspt-form textarea {
    padding: 7px 10px;
    width: 100%;
    box-sizing: border-box;
}
.hubspot-form-wrap-trans .hbspt-form textarea {
    box-sizing: border-box;
}
#dn_forma .hubspot-form-wrap-trans select {
    margin-bottom: 7px;
}
.hubspot-form-wrap .hbspt-form select {
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding: 7px 0px;
}
.hubspot-form-wrap .hs-richtext {
    font-size: 0.85em;
    margin-bottom: 10px;
    display: block;
    line-height: 1.55em;
}
.hubspot-form-wrap .hbspt-form select option:invalid, .hubspot-form-wrap .hbspt-form select option:disabled {
    color: #acacac !important;
}

.hubspot-form-wrap.no-label .hbspt-form .hs_firstname label span,
.hubspot-form-wrap.no-label .hbspt-form .hs_lastname label span,
.hubspot-form-wrap.no-label .hbspt-form .hs_email label span,
.hubspot-form-wrap.no-label .hbspt-form .hs_phone label span,
.hubspot-form-wrap.no-label .hbspt-form .hs_country label span,
.hubspot-form-wrap.no-label .hbspt-form .hs_hs_persona label span,
.hubspot-form-wrap.no-label .hbspt-form .hs_firstname .hs-form-required,
.hubspot-form-wrap.no-label .hbspt-form .hs_lastname .hs-form-required,
.hubspot-form-wrap.no-label .hbspt-form .hs_email .hs-form-required,
.hubspot-form-wrap.no-label .hbspt-form .hs_phone .hs-form-required,
.hubspot-form-wrap.no-label .hbspt-form .hs_country .hs-form-required,
.hubspot-form-wrap.no-label .hbspt-form .hs_hs_persona .hs-form-required {
    display: none !important;
}

.hubspot-form-wrap .hbspt-form label {
    text-align: left;
    
}
.hubspot-form-wrap #secondstate h4 {
    font-weight: normal;
    color: #555;
    margin-bottom: 30px;
    text-transform: none !important;
}
.hubspot-form-wrap #secondstate {
    text-align: center;
}
.hubspot-form-wrap em {
    text-align: center !important;
    display: block;
    line-height: 1.5;
}
.hubspot-form-wrap .hs-form-required {
    margin-left: 3px;
}
.hubspot-form-wrap label.hs-form-checkbox-display {
    font-weight: normal;
    width: 100%;
}
.hubspot-form-wrap .hbspt-form input[type="checkbox"] {
    margin-right: 10px;
}

.hubspot-form-wrap .hbspt-form .hs-error-msgs {
    display: none !important;
}

.hubspot-form-wrap .hbspt-form .hs-input.invalid {
    border: 1px #F58F23 solid !important;
}

.hubspot-form-wrap .hs-button, .hubspot-form-wrap input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #FFF;
    background: #F58F23;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    /*max-width: 100%;
    width: 100%;*/
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    white-space: normal;
}
.hubspot-form-wrap.no-full-width-button .hs-button, .hubspot-form-wrap.no-full-width-button input[type="submit"] {
    width: auto !important;
}
.hubspot-form-wrap.white-label label span {
    color: #fff !important;
}

.blog-post-newsletter-form-wrap .newsletter-blog-bottom input[type="submit"] {
    float: none;
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    box-sizing: border-box;
}
.newsletter-blog-bottom {
    margin-bottom: 15px;
}
select.pika-select {
    opacity: 1 !important;
}

.pika-label {
    min-width: 6em;
}

.hubspot-form-wrap .hbspt-form .hs_subscribers > label {
    text-align: left;
    display: none;
}
.hbspt-form ul {
    list-style-type: none;
    margin: 0 !important;
}

.hubspot-form-wrap.green-button input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #fff;
    background: #4CA447;
    background: -moz-linear-gradient(top, #4CA447 0%, #348b2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4CA447), color-stop(100%, #348b2f));
    background: -webkit-linear-gradient(top, #4CA447 0%, #348b2f 100%);
    background: -o-linear-gradient(top, #4CA447 0%, #348b2f 100%);
    background: -ms-linear-gradient(top, #4CA447 0%, #348b2f 100%);
    background: linear-gradient(to bottom, #4CA447 0%, #348b2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CA447', endColorstr='#348b2f', GradientType=0);
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none !important;
}

.webinar-inf-form .hubspot-form-wrap label.hs-form-booleancheckbox-display {
    width: 100%;
    float: left;
}

#widget-bottom .hubspot-form-wrap input[type="submit"] {
    margin-bottom: 8px;
    height: 2.5em;
    padding: 0 2%;
    border-radius: 3px;
    border: none;
    font-size: 13px;
    box-shadow: none !important;
    width: 100% !important;
    color: #FFF;
    background: none #179E0B;
    font-family: latobold;
    cursor: pointer;
}
.newsletter-form-container .hubspot-form-wrap.green-button input[type="submit"] {
    width: auto !important;
    max-width: auto !important; 
}

.hubspot-form-wrap.dark-button input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
    text-shadow: -0.5px -0.5px 1px #333;
    border-top: 1px solid #FFF;
    background: #4B5056 !important;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    /*max-width: 100%;
    width: 100%;*/
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    white-space: normal;
}

.hubspot-form-wrap-trans .hbspt-form .hs-input.invalid {
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255,102,0,1);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(255,102,0,1);
    box-shadow: inset 0px 0px 1px 1px rgba(255,102,0,1);
}

#widget-bottom .hubspot-form-wrap input {
    margin-bottom: 0px;
    width: 100%;
}

/* Webinar */
.webinar-inf-form .input {
    width: 60%;
    float: right;
}
.webinar-inf-form .hs-form-field {
    clear: both;
    margin-bottom: 13px;
    overflow: hidden;
}
.webinar-inf-form .hbspt-form textarea {
    width: 99%;
}
.webinar-inf-form .hs_subscribers .hs-field-desc {
    display: none;
}
.hs_subscribers label,
.hs_subscribers .input {
    width: 100% !important;
}
#widget-bottom-form span.hs-form-required {
    display: none;
}
.single-webinar .container iframe {
    height: 268px;
}


.webinar-inf-form li.hs-form-booleancheckbox {
    margin-left: -152px !important;
}
#fancybox-left, #fancybox-right {
    display: none !important;
}

/* Advanced search */
.advanced-search {
    text-align: right;
    padding-top: 18px;
}
.advanced-search-left h3 {
    color: #1ab4f3;
    font-family: latobold;
    font-size: 18px;
}
.advanced-search input[type=radio] {
    margin-right: 5px;
}
.advanced-search input[type=radio]:nth-child(2) {
    margin-left: 20px;
}

/* Virtual consultant project paln */
.project-plan {
    text-align: center;
}
.project-plan img {
    max-width: 116px;
    height: auto;
}
.project-plan .tooltip-owl a {
    cursor: pointer;
}

.alpha-list {
    list-style-type: lower-alpha;
}

/* Various custom styles */
.pull-text-right {
    text-align: right;
}
.wpp-list li {
    overflow: visible !important;
}