/**
	Theme Name: Equity Smart
	Theme URI: http://www.fivebyfive.com.au/
	Description: A mobile responsive and HTML5 theme built.
	Author: FIVE BY FIVE
	Author URI: http://www.fivebyfive.com.au/
	Version: 1.0
	Template: genesis
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/**
 * Table of Contents:
 *
 * 1.0  - Fonts
 * 2.0  - Base
 * 3.0  - Layouts
 * 4.0  - UI Elements
 * 5.0  - Section
 * 6.0  - Page Styles / Internals
 * 7.0  - Effects
 * -----------------------------------------------------------------------------
 */



/**
 * 1.0 Fonts
 * -----------------------------------------------------------------------------
 */

.opensans {
    font-family: 'Open Sans', sans-serif;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.fw-300 {
    font-weight: 300;
}


.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}




/**
 * 2.0 Base
 *
 * This is the Default/Standard CSS
 * 
 * -----------------------------------------------------------------------------
 */

/*
* Main theme color - 1
*/
.sidebar .menu a:hover,
.read-more.btn-primary,
.single-post .post-date,
.blog-container .post-date,
.search-form input[type="submit"] {
    background-color: #0969db;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}

    /*
* Main theme color - 2
*/
    .search-form input[type="submit"]:hover,
    .read-more.btn-primary:hover {
        background-color: #085cbf;
    }


/* General style */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f6f8fb;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #737f88;
    -webkit-font-smoothing: antialiased;
}

p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 27px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
    padding: 0;
    color: #737f88;
    line-height: 1.5em;
}

h1, .h1 {
    font-size: 39px;
}

h2, .h2 {
    font-size: 31px;
}

h3, .h3 {
    font-size: 27px;
    font-weight: 100;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 10px;
}

a {
    color: #0969db;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a:hover,
    a:focus {
        color: #085cbf;
        text-decoration: none;
    }

ol, ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearboth {
    clear: both;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.hide {
    display: none;
}

.header-top-line {
    position: relative;
    margin: 30px 0 20px;
}

    .header-top-line:before {
        content: "";
        background-color: #0969db;
        height: 2px;
        width: 48px;
        position: absolute;
        top: -25px;
        left: 48%;
    }

.header-topleft-line {
    position: relative;
    margin: 30px 0 20px;
}

    .header-topleft-line:before {
        content: "";
        background-color: #0969db;
        height: 2px;
        width: 48px;
        position: absolute;
        top: -25px;
        left: 0;
    }

.header-bottom-line {
    position: relative;
    margin: 30px 0 20px;
}

    .header-bottom-line:after {
        content: "";
        background-color: #0969db;
        height: 3px;
        display: block;
        clear: both;
        max-width: 20px;
        text-align: center;
        margin: 15px auto;
    }

/******************************* Product Heading Styles *******************************/
div.productHeadingType1, div.productHeadingType2, div.productHeadingType3, div.productHeadingType4 {
    margin-top: 50px;
    overflow: hidden;
}

.productImg {
    margin-right: 20px;
}

p.productDescription {
    font-family: "Droid Sans", "Arial", sans-serif;
    font-size: 14px;
}

ul.checkList {
    font-family: "Droid Sans", "Arial", sans-serif;
    font-size: 14px;
    color: #2b333d;
    margin-top: 20px;
}

div.productHeadingType1 ul.checkList li, div.productHeadingType2 ul.checkList li {
    background: url("images/checkListBullet.jpg") left top no-repeat;
    float: left;
    padding-left: 24px;
    width: 150px;
    margin-left: 20px;
    margin-bottom: 10px;
}

div.productHeadingType1 .productText, div.productHeadingType2 .productText {
    width: 400px;
}

div.productHeadingType1 .productPrice, div.productHeadingType2 .productPrice {
    width: 249px;
    background: url("images/smallBoxShadow.png") bottom center no-repeat;
    padding: 0 0 24px 17px;
}

div.productHeadingType1 .productPriceContainer, div.productHeadingType2 .productPriceContainer {
    border: 5px solid #f4f6f7;
    text-align: center;
    padding: 10px 0 0 0;
    width: 220px;
    font-family: "Droid Sans", "Arial", sans-serif;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

    div.productHeadingType1 .productPriceContainer p, div.productHeadingType2 .productPriceContainer p {
        font-size: 14px;
    }

    div.productHeadingType1 .productPriceContainer span {
        font-size: 50px;
        color: #00aeff; /* The skin color - This can be changed if you are going for a diferent color scheme */
    }

    div.productHeadingType2 .productPriceContainer span {
        font-size: 30px;
        color: #00aeff; /* The skin color - This can be changed if you are going for a diferent color scheme */
    }

div#buttonDarkBG {
    background-color: #2b333d;
    padding: 30px 0 30px 0;
}


/******************************* Product Heading Type 3 Styles *******************************/
div.submitButtonDarkBG {
    background-color: #2b333d;
    padding: 42px 30px;
}

div.productHeadingType3 .productText {
    width: 600px;
}

    div.productHeadingType3 .productText h1, div.productHeadingType3 .productText p {
        margin-left: 20px;
    }

div.productHeadingType3 .productLargeBox {
    width: 677px;
    background: url("images/bigBoxShadow.png") bottom center no-repeat;
    padding: 0 0 24px 17px;
}

div.productHeadingType3 .productTrialForm {
    border: 5px solid #f4f6f7;
    text-align: center;
    width: 650px;
    font-family: "Droid Sans", "Arial", sans-serif;
    background-color: white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

form#trialForm ul {
    margin-top: 20px;
}

    form#trialForm ul li {
        text-align: left;
        margin: 0 0 10px 20px;
        overflow: hidden;
    }

        form#trialForm ul li label {
            display: block;
            float: left;
            width: 140px;
            font-family: "Droid Sans", "Arial", sans-serif;
            font-size: 14px;
            color: #6f7986;
            margin-top: 11px;
        }

form#trialForm input[type='email'],
form#trialForm input[type='number'],
form#trialForm input[type='tel'],
form#trialForm input[type='text'] {
    border: 1px solid #d3d6d9;
    width: 230px;
    height: 31px;
    padding: 4px 10px 2px 10px;
    background-color: #e7ebed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-family: "Droid Sans", "Arial", sans-serif;
}

    form#trialForm input[type='email']:hover,
    form#trialForm input[type='number']:hover,
    form#trialForm input[type='tel']:hover,
    form#trialForm input[type='text']:hover {
        border: 1px solid #b2b8be;
        background-color: #f1f5f7;
    }

form#trialForm input[type='submit'] {
    background: url("images/buttonBGOut.png") 0 0 repeat-x;
    font-family: "Droid Sans", "Arial", sans-serif;
    font-size: 18px;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    position: relative;
}

    form#trialForm input[type='submit']:hover {
        background: url("images/buttonBGOver.png") 0 0 repeat-x;
    }


/**
* 3.0 Layout
*
* This is the Grid System CSS
* This Holds the layout-frame attributes
* 
* -----------------------------------------------------------------------------
*/

.wrapper, .wrap,
.content-sidebar-wrap {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto;
}

.home .content-sidebar-wrap {
    padding: 0;
}

.content-sidebar-wrap {
    padding: 20px;
    background: #FFF;
    position: relative;
}

.no-white-bg .content-sidebar-wrap {
    padding: 20px;
    background: transparent;
    position: relative;
}

.wrap:after,
.wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.cols-wrapper {
    display: inline-block;
    width: 100%;
}



/**
* 4.0 UI Elements
*
* This is Buttons, Text Styles, UI Styles, Etc
* 
* -----------------------------------------------------------------------------
*/

.btn-primary-v2 {
    color: #FFF;
    background-color: #0969db;
    border-color: #0969db;
    padding: 10px 32px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn-primary-v2:hover {
        background-color: #085CBF;
        color: #FFF;
    }


.btn-secondary-v2 {
    color: #242932;
    background-color: #fff;
    border-color: #d3dae3;
    padding: 8px 32px;
    margin: 0 5px;
    border-radius: 20px;
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn-secondary-v2:hover {
        background-color: #eef2f8;
        color: #242932;
    }

.member-btn {
    background-image: url(images/icon-member.png);
    background-repeat: no-repeat;
    background-position: 122px center;
    padding-right: 55px;
}


/**
* 5.0 Section
*
* This is the Section/Block Area CSS
* 
* -----------------------------------------------------------------------------
*/



/**
	* 5.1 Section | Header 1 
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/

.header-1 .site-header {
    background: #f6f8fb;
    position: relative;
    padding: 23px 0;
    z-index: 10;
}

    .header-1 .site-header .wrap {
        overflow: hidden;
    }

.fbf-responsive .nav-primary {
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}

.header-1 .nav-primary {
    background: #fff;
    position: relative;
    z-index: 20;
    box-shadow: 0 5px 4px -3px #989797;
    border-bottom: 1px solid #FFF;
    text-align: center;
}

.header-1 .home-slider {
    margin: 0 auto; /* depends on header height */
    z-index: 1;
}

.header-1 .title-area {
    float: left;
}

    .header-1 .title-area .main-logo {
        background: url('images/logo.png') no-repeat;
        display: block;
        width: 227px;
        height: 57px;
    }

.header-1 .header-widget-area {
    float: right;
}

    .header-1 .header-widget-area .social-icons,
    .header-1 .header-widget-area .phone-num-container {
        display: inline-block;
        padding: 8px 16px;
        margin-left: 10px;
        border: 1px solid #ffffff;
        line-height: 1;
    }

.header-1 .social-icons a {
    /* Style here */
}

.header-1 .social-icons .linkedin {
    /* Style here */
}

.header-1 .social-icons .twitter {
    /* Style here */
}

.header-1 .social-icons .google {
    /* Style here */
}

.header-1 .social-icons .skype {
    /* Style here */
}

.header-1 .genesis-nav-menu {
    display: table;
    width: 100%;
    padding: 5px 0;
}

    .header-1 .genesis-nav-menu li {
        position: relative;
        display: table-cell;
    }

    .header-1 .genesis-nav-menu > li > a:hover:before,
    .header-1 .genesis-nav-menu > li:hover > a:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        background: #0969db;
    }

    .header-1 .genesis-nav-menu a {
        display: block;
        position: relative;
        padding: 10px 20px;
        text-align: center;
        font-size: 13px;
        color: #242932;
    }

        .header-1 .genesis-nav-menu a:hover {
            text-decoration: none;
        }


    /* Sub Menu */
    .header-1 .genesis-nav-menu .sub-menu {
        position: absolute;
        left: -9999px;
        padding: 6px 0px;
        margin: 0;
        width: 100%;
        opacity: 0;
        -webkit-transition: opacity .6s ease-in-out;
        -moz-transition: opacity .6s ease-in-out;
        -ms-transition: opacity .6s ease-in-out;
        -o-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out;
        z-index: 999;
        clear: both;
    }

    .header-1 .genesis-nav-menu .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1;
    }

.header-1 .sub-menu li {
    display: inline-block;
    width: 100%;
}

.header-1 .genesis-nav-menu .sub-menu a {
    position: relative;
    padding: 10px 20px;
    max-width: 100%;
    /*width: 207px;*/
    border-top: none;
    background-color: #08192C;
    color: #ffffff;
    text-align: left;
}

    .header-1 .genesis-nav-menu .sub-menu a:hover {
        background-color: #0F253F;
        color: #ffffff;
    }

/* Footer */
.footer-bottom-wrap .disclaimer-link {
    color: #ffffff;
    margin-top: 10px;
    display: block;
    font-size: 12px;
}

.footer-bottom-wrap .five-link,
.footer-bottom-wrap .five-link a {
    margin-top: 20px;
}

/* Sticky Navigation Menu */
.equitysmart .nav-primary--clone.nav-primary--unstick,
.equitysmart .nav-primary--clone {
    box-shadow: none;
}

.nav-primary--clone.nav-primary--stick {
    box-shadow: 0 5px 4px -3px #989797;
    text-align: center;
}

    .nav-primary--clone.nav-primary--stick #menu-main-menu {
        display: table;
        width: 100%;
        padding: 5px 0;
    }

.equitysmart .nav-primary--clone.nav-primary--stick li {
    position: relative;
    display: table-cell;
}

.equitysmart .nav-primary--clone.nav-primary--unstick li {
    position: relative;
    display: table-cell;
}

.nav-primary--clone li a,
.nav-primary--stick li a {
    display: block;
    position: relative;
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
    color: #242932;
    text-decoration: none;
}

.nav-primary--clone li:hover > a:before,
.nav-primary--stick li:hover > a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #0969DB;
}

.nav-primary--clone .sub-menu li:hover > a:before,
.nav-primary--stick .sub-menu li:hover > a:before {
    height: 0px;
}


/* Sub Menu Sticky */
.nav-primary--clone .sub-menu,
.equitysmart .nav-primary--clone.nav-primary--stick .sub-menu {
    position: absolute;
    left: -9999px;
    padding: 6px 0px;
    margin: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    z-index: 999;
    clear: both;
}

.nav-primary--clone .menu-item:hover > .sub-menu,
.nav-primary--stick .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.equitysmart .nav-primary--clone .sub-menu li,
.equitysmart .nav-primary--clone.nav-primary--stick .sub-menu li {
    display: inline-block;
    width: 100%;
}

.nav-primary--clone .sub-menu a,
.nav-primary--stick .sub-menu a {
    position: relative;
    padding: 10px 20px;
    max-width: 100%;
    /*width: 207px;*/
    border-top: none;
    /*background-color: rgba(37, 38, 39, 0.8);*/
    background-color: #08192C;
    color: #FFF;
    text-align: left;
}

    .nav-primary--clone .sub-menu a:hover,
    .nav-primary--stick .sub-menu a:hover {
        background-color: #0F253F;
        color: #ffffff;
    }

.header-1 .ls-fullwidth .ls-playvideo,
.header-1 .ls-fullwidth .ls-nav-sides,
.header-1 .ls-fullwidth .ls-nav-prev,
.header-1 .ls-fullwidth .ls-nav-next,
.header-1 .ls-fullwidth .ls-nav-start,
.header-1 .ls-fullwidth .ls-nav-stop,
.header-1 .ls-fullwidth .ls-fullscreen,
.header-1 .ls-fullwidth .ls-loading-container {
    background-image: url(images/slider-skin-1.png);
}
/* End Header 1 */


/**
	* 5.1.1 Section | Page Banner 
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/

.page-banner-wrap h1 {
    margin: 0;
    padding: 70px 0;
    color: #fff;
}
/* End Header 1.1 */



/**
	 * 5.2 Section | Content Block 1
	 *
	 * This is the Section/Block Area CSS
	 * 
	 * -----------------------------------------------------------------------------
	 */
.content-block-1 {
    background-color: #f6f8fb;
    padding: 64px 0;
}

    .content-block-1 p {
        padding: 10px 0;
        font-size: 16px;
    }

    .content-block-1 h2 {
        margin-bottom: 15px;
    }

    .content-block-1 .text-container {
        font-size: 17px;
    }

    .content-block-1 .quote {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .content-block-1 .name-title {
        font-size: 25px;
    }

        .content-block-1 .name-title .title {
            font-size: 20px;
        }
/* End Content Block 1 */


/**
    * 5.3 Section | Content Block 2
    *
    * This is the Section/Block Area CSS
    * 
    * -----------------------------------------------------------------------------
    */

.content-block-2 {
    background-color: #fff;
}
/* End Content Block 2 */


/**
	 * 5.4 Section | News 1 Section
	 *
	 * This is the Section/Block Area CSS
	 * 
	 * -----------------------------------------------------------------------------
	 */
.news-1 {
    display: inline-block;
    width: 100%;
    padding: 68px 0px 68px;
}

    .news-1 .block-title-container {
        display: inline-block;
        width: 100%;
    }

        .news-1 .block-title-container h3 {
            display: inline-block;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 50px;
        }

    .news-1 .block-title-container {
        width: 100%;
        text-align: center;
    }

    .news-1 .slider {
        max-width: 950px;
    }

    .news-1 .blurb {
        margin: 0 10px;
        text-align: center;
    }

    .news-1 .blurb-bg {
        width: auto;
        height: auto;
        max-width: 100%;
        display: inline-block;
        color: #FFF;
        text-decoration: none;
    }

    .news-1 .slider {
        margin-left: auto;
        margin-right: auto;
    }

    .news-1 .post-date {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 84px;
        text-align: center;
        color: #000;
        font-size: 11px;
        background-color: #FFF;
        padding: 3px;
    }

    .news-1 .service-title {
        margin: 20px auto;
        width: 75%;
    }

        .news-1 .service-title a {
            color: #737F88;
            text-decoration: none;
        }

    .news-1 .slider .slick-track {
        /*height: 211px;*/
    }

    .news-1 .slick-prev:before {
        content: "<";
    }

    .news-1 .slick-next:before {
        content: ">";
    }

    .news-1 .slick-prev:before,
    .news-1 .slick-next:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #f5b434;
        color: #9e7120;
        font-size: 21px;
        font-weight: 700;
        padding-top: 19px;
    }

    .news-1 .slick-prev, .news-1 .slick-next {
        margin-top: -30px;
        width: 29px;
        height: 64px;
        display: none !important;
    }

    .news-1 .slick-prev {
        margin-left: -40px;
        width: 29px;
        height: 64px;
    }

    .news-1 .slick-next {
        margin-right: -40px;
        width: 29px;
        height: 64px;
    }

.slick-slide .custom-circle {
    display: block;
    border-radius: 50%;
    border: 3px solid #e0e5ed;
    width: 168px;
    height: 168px;
    margin: 0 auto;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.slick-slide:hover .custom-circle {
    /*border: 3px solid #085cbf;*/
}

.slick-slide .custom-circle img {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.slick-slide:hover .custom-circle img {
    margin: 0 auto;
    width: 72%;
    padding: 23px 0;
}
/* End News 1 Section */


/**
	 * 5.5 Section | Call To Action Section
	 *
	 * This is the Section/Block Area CSS
	 * 
	 * -----------------------------------------------------------------------------
	 */

.content-block-3 {
    background: #0758b8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3NThiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMGE2OWRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjMGU2Y2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRmOTdlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #0758b8 0%, #0a69db 3%, #0e6cdc 33%, #4f97ec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0758b8), color-stop(3%,#0a69db), color-stop(33%,#0e6cdc), color-stop(100%,#4f97ec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0758b8 0%,#0a69db 3%,#0e6cdc 33%,#4f97ec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0758b8 0%,#0a69db 3%,#0e6cdc 33%,#4f97ec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0758b8 0%,#0a69db 3%,#0e6cdc 33%,#4f97ec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0758b8 0%,#0a69db 3%,#0e6cdc 33%,#4f97ec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0758b8', endColorstr='#4f97ec',GradientType=0 ); /* IE6-8 */
}

.apntmnt-wrap {
    padding: 100px 0;
}

.apntmnt-name,
.apntmnt-email,
.apntmnt-phone {
    float: left;
    clear: none !important;
    width: 25%;
    margin: 0 1% 0 0;
}

.apntmnt-name,
.apntmnt-email,
.apntmnt-phone {
}

.block-header-text {
    color: #fff;
    padding: 0 0 20px 0;
    margin: 0;
}

.block-header-desc {
    color: #fff;
    margin: 0;
}

#gform_wrapper_3.gform_wrapper div.validation_error {
    display: none;
}

#gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 1% 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    width: 25% !important;
}

    #gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
    #gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
        margin: 0 !important;
    }

#gform_3 {
    margin: 50px auto 0;
}

.gform_wrapper #gform_3 input[type=text] {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #FFF;
    padding: 10px;
    font-size: 14px;
    color: #fff;
}

.gform_wrapper #gform_3 .gform_footer {
    clear: none;
    margin: 0;
    padding: 0;
}

.gform_wrapper #gform_3 .gform_button.button {
    width: 22%;
    padding: 12px 0px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #0969DB;
    border: 0;
    border-radius: 4px;
}
/** End Call To Action Section */


/**
	 * 5.6 Section | Testimonial 1 Section
	 *
	 * This is the Section/Block Area CSS
	 * 
	 * -----------------------------------------------------------------------------
	 */

.content-block-4 {
    background: #fff;
}

.testimonials-1 {
    padding: 60px 0px 80px;
    position: relative;
}

    .testimonials-1 .section-heading {
        text-align: center;
        margin-bottom: 50px;
    }

    .testimonials-1 .testimonial-item {
        display: none;
    }

    .testimonials-1 .testimonial-content {
        margin: 0 0 10px;
    }

    .testimonials-1 .testimonial-item.current-slide {
        display: block;
    }

    .testimonials-1 h3 {
        font-size: 23px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 30px;
        text-align: center;
    }

    .testimonials-1 .testimonial-bottom {
        font-weight: 600;
        margin-top: 15px;
    }

    .testimonials-1 .testimonial-author {
        margin-top: 50px;
        width: 100%;
        font-size: 22px;
        text-align: center;
        text-transform: none;
    }
/* End Testimonials 1 */


/**
	 * 5.7 Section | Home Support Section
	 *
	 * This is the Section/Block Area CSS
	 * 
	 * -----------------------------------------------------------------------------
	 */

.content-block-5 {
    background: #f6f8fb;
}

.home-support-left {
    padding: 0 !important;
}

.support-btn {
    margin: 50px 0 0;
}

.home-support-right {
    margin: 70px 0 0;
    padding: 0 0 0 50px;
}


/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/

.content-sidebar .content {
    display: inline-block;
    width: 710px;
    max-width: 100%;
    padding-right: 65px;
    vertical-align: top;
}

.content-sidebar .sidebar {
    display: inline-block;
    width: 250px;
    max-width: 100%;
    vertical-align: top;
}

/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
.blog-container .post-date {
    position: absolute;
    top: 5px;
    right: 0px;
    display: block;
    padding: 7px 12px;
    font-size: 11px;
    color: #737f88;
    background: #f6f8fb;
}

.title-container {
    position: relative;
    margin-bottom: 25px;
}

.page-id-50 .title-container {
    margin-bottom: 10px;
}

.blog-container .title-container .post-title {
    padding-right: 85px;
}

    .blog-container .title-container .post-title a {
        color: #737f88;
    }

.blog-post .thumbnail-container {
    margin-bottom: 20px;
}

    .blog-post .thumbnail-container img:hover {
        opacity: 0.8;
    }

.blog-post h3 a:hover {
    text-decoration: none;
}

.blog-container .blog-post {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 3px #737f88 solid;
    overflow: hidden;
}

.blog-post .content {
    margin-bottom: 10px;
}

.blog-post .read-more-container {
    margin-bottom: 10px;
}

.blog-post .author-container {
    margin: 20px 0px;
    font-size: 12px;
    color: #3d4c57;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.page-navi-container .wp-pagenavi a,
.page-navi-container .wp-pagenavi span {
    padding: 5px 8px;
    background: transparent;
    color: #333;
    border: none;
}

    .page-navi-container .wp-pagenavi a:hover {
        background: #222;
        color: #fff;
    }

    .page-navi-container .wp-pagenavi span.current {
        background: #fff;
        color: #333;
    }

.header-banner-image {
    margin-bottom: 20px;
}

.ff-social-share {
    margin-bottom: 10px;
    float: left;
}

    .ff-social-share .sharrre .right {
        display: none;
    }

.single-post .ff-social-share {
    margin-bottom: 10px;
    float: left;
}

.single-post .post-date {
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    display: block;
    padding: 7px 12px;
    font-size: 11px;
    color: #FFF;
}

.single-post .post-author {
    clear: both;
    float: none;
    display: block;
    font-style: italic;
    font-size: 12px;
}

.post-content-wrapper {
    clear: both;
    padding-top: 10px;
    overflow: hidden;
}

.single-post .post-tags {
    font-style: italic;
    font-size: 12px;
}

.single-post .entry-footer {
    margin-top: 10px;
}



/**
	 * 6.2 Internals | Sidebar
	 * 
	 * -----------------------------------------------------------------------------
	 */

.sidebar .widget-wrap {
    padding: 35px 0;
    border-top: 1px solid #abb2b8;
}

.sidebar .widget-title {
    margin: 0 0 35px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    color: #737f88;
}


.search-form input {
    border: none;
}

    .search-form input[type="text"],
    .search-form input[type="search"] {
        vertical-align: top;
        height: 36px;
        width: 210px;
        padding: 10px;
        box-sizing: border-box;
        color: #333;
        outline: none;
        border: 1px solid #DADBDD;
    }

    .search-form input[type="submit"] {
        display: inline-block;
        width: 36px;
        height: 36px;
        padding: 0;
        background-image: url(images/search-btn.png);
        background-color: #525252;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        font-size: 0;
    }

.sidebar .menu {
    border-top: 1px #dddddd solid;
}

    .sidebar .menu li {
        border: 1px #dddddd solid;
        border-top: none;
    }

    .sidebar .menu a {
        display: block;
        padding: 13px 14px;
        background: #fff;
        color: #737f88;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.1s ease;
    }

        .sidebar .menu a:hover {
            font-weight: 600;
            background: #eeeeee;
            text-decoration: none;
            padding: 13px 14px;
        }

.sidebar-posts .post-item {
    position: relative;
    margin-bottom: 10px;
}

    .sidebar-posts .post-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: transparent;
        padding: 5px 10px;
    }

    .sidebar-posts .post-item a:hover .overlay {
        background: none;
        color: #fff;
    }

    .sidebar-posts .post-item .overlay .post-title {
        color: #fff;
    }

.other-news-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 5px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5ss ease-in-out;
}

.other-news-wrap {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    /*transition: all 1s ease-in-out;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */ /* Firefox 10+, Firefox on Android */
    /*filter: gray; */ /* IE6-9 */
    /*   -webkit-filter: grayscale(100%);*/ /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/*    .other-news-wrap:hover,
    .other-news-wrap .overlay:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
           -webkit-filter: grayscale(0%);
           background: none;
           cursor: pointer;
    }*/

.other-news-wrap-title {
    position: absolute;
    bottom: 10px;
    right: 8px;
}

.icon-logoa {
    position: absolute;
    top: 15px;
    right: 25px;
}

.other-news-wrap-title a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    padding: 5px;
    display: block;
    text-shadow: 1px 1px #000;
}

.market-report-wrap {
    background: url(images/icon-logoblue.png) 230px center no-repeat;
    padding: 20px 30px 20px 30px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    text-align: right;
}

    .market-report-wrap a {
        color: #3d4c57;
        line-height: 25px;
        text-decoration: none;
    }


/**
	 * 6.3 Internals | Page
	 * 
	 * -----------------------------------------------------------------------------
	 */

.header-opaq {
    background: rgba(3,17,64,.34);
}

.layerslider3-internal {
    position: absolute;
    left: 0;
    margin: 50px 0 0;
}

.testi-internal {
    margin: 600px 0 0;
}

.full-width-content .testi-internal,
.full-width-content .layerslider3-internal {
    display: none;
}

/**
    * 6.4 Internals | Search Page
    * 
    * -----------------------------------------------------------------------------
    */
.search .content .entry {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(237, 237, 237);
}

    .search .content .entry.page {
        padding: 30px;
        border-radius: 5px;
        background-color: #F9F9F9;
        box-shadow: 0px 4px 10px -10px #333;
    }

        .search .content .entry.page .entry_permalink {
            text-align: right;
        }

.search .content .search-nopost-text {
    display: block;
    font-family: "Open Sans";
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    background-color: #F2F1F1;
    padding: 30px;
    text-transform: lowercase;
}

/**
* landing page
*
* This is the Effects, the first landing page
* 
* -----------------------------------------------------------------------------
*/
div.newsletterContainer {
    border: 5px solid #f4f6f7;
    font-family: "Droid Sans", "Arial", sans-serif;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #eff1f3;
    padding: 15px 20px;
    margin-top: 20px;
}

    div.newsletterContainer input[type='text'] {
        border: 1px solid #d3d6d9;
        width: 220px;
        height: 31px;
        padding: 4px 10px 2px 10px;
        background-color: white;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        font-family: "Droid Sans", "Arial", sans-serif;
    }

        div.newsletterContainer input[type='text']:hover {
            border: 1px solid #b4bac0;
        }

.register-button {
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: none;
    background-clip: padding-box;
    background-color: rgb(58, 63, 73);
    background-image: linear-gradient(rgb(84, 89, 106), rgb(58, 63, 73));
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: none;
    border-top-width: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans', Arial, sans-serif;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 39px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: uppercase;
    width: 159.859375px;
    word-spacing: 0px;
    writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
}

div.productHeadingType4 .productVideo {
    width: 523px;
    background: url("images/videoBoxShadow.png") bottom center no-repeat;
    padding: 0 0 24px 17px;
}

div.productHeadingType1, div.productHeadingType2, div.productHeadingType3, div.productHeadingType4 {
    margin-top: 50px;
    overflow: hidden;
}

    div.productHeadingType4 .productText {
        width: 400px;
    }

    div.productHeadingType4 .productVideoContainer {
        border: 5px solid #f4f6f7;
        text-align: center;
        width: 500px;
        font-family: "Droid Sans", "Arial", sans-serif;
        background-color: white;
    }

div.horizontalSep, .horizontalseps {
    background: url("images/horizontalSeparator.jpg") top center no-repeat;
    width: 960px;
    height: 55px;
    margin-top: 35px;
    color: #ffffff;
}

ul.iconBulletList {
    overflow: hidden;
}

    ul.iconBulletList li {
        width: 450px;
        float: left;
        margin: 0 30px 20px 0;
        border: 0px;
    }

        ul.iconBulletList li h2 {
            margin-top: 10px;
            margin-left: 70px;
            font-size: 18px;
            color: #2b92fa;
        }

        ul.iconBulletList li p {
            margin-left: 70px;
        }

.fl {
    float: left;
}

p.productDescription {
    font-family: "Droid Sans", "Arial", sans-serif;
    font-size: 14px;
}

div.testimonialContainer {
    border: 5px solid #f4f6f7;
    font-family: "Droid Sans", "Arial", sans-serif;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0;
}

img.testimonialIcon {
    margin: 40px 0 0 30px;
}

div#boxHeading {
    background-color: #eff1f3;
    padding: 30px;
}

    div#boxHeading h3 {
        color: #46494c;
        margin-bottom: 0;
    }

ul.testimonials {
    margin: 30px;
    overflow: hidden;
}

    ul.testimonials li {
        font-size: 14px;
        color: #6f7986;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        ul.testimonials li span {
            font-size: 14px;
            color: #2b92fa; /* The skin color - This can be changed if you are going for a diferent color scheme */
            font-style: normal;
        }


*---------------------------------------------------------------- */
/**
* 7.0 Effects
*
* This is the Effects, Animations,Forms Area CSS
* 
* -----------------------------------------------------------------------------
*/
/**
	* 7.0 Effects | Gravity Form
	*
	* This is the Effects, Animations,Forms Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
::-webkit-input-placeholder {
    color: #FFF;
}

:-moz-placeholder {
    opacity: 1;
    color: #FFF;
}
/* Firefox 18- */
::-moz-placeholder {
    opacity: 1;
    color: #FFF;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #FFF;
}
/* ie */
input:-moz-placeholder {
    color: #FFF;
}


/**
	* 7.1 Effects | Bootstrap overrides
	*
	*
	* 
	* -----------------------------------------------------------------------------
	*/

.read-more.btn-primary {
    border: 0;
}

.panel-default > .panel-heading {
    padding: 0;
}

.panel-title > a {
    width: 100%;
    display: block;
    padding: 10px 15px;
}

.trialform ul {
    margin-top: 20px;
}

    .trialform ul li {
        text-align: left;
        margin: 0 0 10px 20px;
        overflow: hidden;
    }

        .trialform ul li label {
            display: block;
            float: left;
            width: 140px;
            font-family: "Droid Sans", "Arial", sans-serif;
            font-size: 14px;
            color: #6f7986;
            margin-top: 11px;
        }

.trialform input[type='email'],
.trialform input[type='number'],
.trialform input[type='tel'],
.trialform input[type='text'] {
    border: 1px solid #d3d6d9;
    width: 230px;
    height: 31px;
    padding: 4px 10px 2px 10px;
    background-color: #e7ebed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-family: "Droid Sans", "Arial", sans-serif;
}

    .trialform input[type='email']:hover,
    .trialform input[type='number']:hover,
    .trialform input[type='tel']:hover,
    .trialform input[type='text']:hover {
        border: 1px solid #b2b8be;
        background-color: #f1f5f7;
    }

.trialform input[type='submit'] {
    background: url("images/buttonBGOut.png") 0 0 repeat-x;
    font-family: "Droid Sans", "Arial", sans-serif;
    font-size: 18px;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    position: relative;
}

    .trialform input[type='submit']:hover {
        background: url("images/buttonBGOver.png") 0 0 repeat-x;
    }

.trialform input[type='submit'] {
    background: #268ff7;
    font-family: "Droid Sans", "Arial", sans-serif;
    font-size: 18px;
    color: #ffffff;
    padding: 6px 25px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 5px 0px;
    outline: none;
}

    .trialform input[type='submit']:hover {
        background: #27a0fb;
    }
