/**
	Theme Name: TBC Enterprises
	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
 * 8.0 - Shortcodes
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Fonts
 * -----------------------------------------------------------------------------
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,700,300); /*font-family: 'Nunito', sans-serif;*/


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

/*
*	Main theme color - 1
*/
.sidebar .menu a:hover,
.read-more.btn-primary{
	background-color: #0a4595;
	color: #fff;
}

.search-form input[type="submit"] {
    background-color: #0a4595;
}

.search-form input[type="submit"]:hover{
    background-color: #0a4595;
}   


/*
*	Main theme color - 2
*/
.read-more.btn-primary:hover {
	background-color: #009fde;
}


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

body{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #6c6b6b;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
    
    /* Body Page fade */
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

/* Page fade */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Page fade End */

p {
	margin: 0 0 20px;
	padding: 0;
	/* font-size: 14px; */
	font-weight: 400;
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nunito', sans-serif;
	margin: 0 0 20px;
	padding: 0;
	color: #525252;
}

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

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

h3, .h3 {
	font-size: 34px ;
}

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

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

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

a,
a:visited {
	color: #0db9fd;
	text-decoration: 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;
}

a:hover, a:visited,
a:focus, a.active {
	text-decoration: none;
	outline: none;
    color: #0a4595;
}

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

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
}

.entry-content ul {
	/*padding-left: 20px;
	margin-left: 20px;*/
}

.entry-content ul li{
    list-style: square;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 14px; 
    font-weight: 400;
    line-height: 28px;
}

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ol li{
	list-style: decimal;
}

.list-group-item:before {
  content: '';
  height: 6px;
  width: 6px;
  background: #616161;
  margin: 0px 20px 2px 0px;
  display: inline-block;
}

.clearfix {
	clear: both;
}

.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;
}

.hide {
    display: none;
}

.small-text {
	font-size: 11px;
}

.hide-widget-title .widgettitle {
	display: none;
}

.nmb {
	margin-bottom: 0;
}

.post-edit-link {
	display: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/**
* 3.0 Layout
*
* This is the Grid System CSS
* This Holds the layout-frame attributes
* 
* -----------------------------------------------------------------------------
*/
	.wrapper, .wrap,
	.content-sidebar-wrap {
		width: 960px;
		max-width:96%;
		margin: 0 auto;
	}

    .site-header .wrap,
    .top-header-infos .wrap,
    .nav-primary .wrap{
        width: 1200px;
    }

    .top-header-infos .wrap{
        padding-left: 290px;
    }
	
	.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 {
	background-color: #0db9fd;
    border-radius: 6px;
	color: #fff !important;
	border: none;
	font-weight: 700;
	padding: 12px;
	text-align: center;
}

.btn-lg{
    font-size: 16px;
    width: 100%;
}

.btn:visited {
	color: #fff;
}

.btn:hover {
	background-color: #009fde;
	color: #fff;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.trans-btn{
    border: 2px #0b4998 solid;
    background: transparent;
    color: #0b4998;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    min-width: 145px;
}

.trans-btn:hover{
    background: #0b4998;
    color: #fff;
    text-decoration: none;
}

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

/*
*	Hooks Guide
*/
.fbf-hook {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 2px solid;
	box-shadow: inset 0 160px 200px -100px #05B8D4;
	font-weight: 700;
}

/*
*    testimonial slider
*/
.testimonials-container.testimonials-slideshow-1:before {
    content: '"';
    background: none;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 100px;
    font-weight: 700;
    position: absolute;
    left: 40px;
    top: -40px;
}

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



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

    .top-header-infos{
        width: 100%;
        position: relative;
        z-index: 8;
    }

    .top-infobox{
        float: left;
        display: inline-block;
    }

    .top-header-infos .two-details a{
        font-size: 12px;
        font-weight: 700 !important;
        padding: 12px 0px;
        display: inline-block;
        margin: 0 12px;
    }

    .top-header-infos .login{
        color: #2ba9e2 !important;
    }

    .top-header-infos .login:hover{
        color: #0a4595 !important;
        text-decoration: none;
    }

    .top-header-infos .register{
        color: #0a4595 !important;
    }

    .top-header-infos .register:hover{
        color: #2ba9e2 !important;
        text-decoration: none;
    }

    .top-header-infos .top-logos{
        display: inline-block;
        float: left;
        margin-left: 15px;
        padding: 8px 0px;
    }

    .top-header-infos .top-logos img{
    	float: left;
    	display: inline-block;
    }

    .top-header-infos .details{
        margin: 5px 0;
        float: left;
        border-right: 1px solid #ccc;
    }

    .top-header-infos .two-details{
        padding: 0 20px;
        border-right: 1px solid #ccc;
        margin: 5px 0;
        line-height: 7px;
    }

    .top-header-infos .details span{
        display: inline-block;
        float: left;
        line-height: 32px;
    }

    .top-header-infos .top-email{
        font-size: 15px;
        font-weight: normal;
        color: #0a4595;
        padding: 0px 18px 0px 0px;
    }

    .top-header-infos .top-email:before{
        content: "";
        background: url(images/sprites.png) no-repeat;
        background-position: -53px -113px;
        float: left;
        height: 32px;
        width: 32px;
        margin: -2px 0px 0px 0px;     
    }

    .top-header-infos .top-phone{
        font-size: 17px;
        font-weight: 700;
        color: #0a4595;
        padding: 0px 22px;
    }

    .top-header-infos .top-phone:before{
        content: "";
        background: url(images/sprites.png) no-repeat;
        background-position: -13px -15px;
        float: left;
        height: 14px;
        width: 18px;
        margin: 10px 10px 0px 0px;     
    }

    .top-header-infos .top-email:after,
    .top-header-infos .top-phone:after{
/*        content: url(images/bar.png) no-repeat;
        display: inline-block;
        float: right;
        margin: -5px 0px 0px 20px;*/
    }


    .header-info-blue{
        background: -webkit-linear-gradient(left, #134c99 , #35c6f9); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #134c99, #35c6f9); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #134c99, #35c6f9); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #134c99 , #35c6f9); /* Standard syntax */
        
        padding: 12px 0px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }

    .header-info-blue .dropdown{
        float: left; 
    }

    .header-info-blue .blue-info-text{
        float: left; 
        margin-right: 33px;
        padding: 4px 0px 4px 7px;
    }

    .header-info-blue .btn{
        background: #fff;
        background: #fff;
        color: #0b4695 !important;
        font-size: 12px;
        padding: 5px 25px;
    }

    .header-info-blue .btn .caret {
        margin-left: 20px;
    }

    .header-info-blue .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
	
	.site-header {
		background-color: #ffffff;
        display: none;
	}

    .responsive-menu img{ /*icons off on responsive*/
		display: none !important;
	}
	
	.nav-primary {
        background: #fff;
        border-bottom: 1px #edeff1 solid;
        border-top: 1px #edeff1 solid;
	}

    .nav-primary .wrap{
        padding-left: 11.5%;
    }

    .nav-primary{
    }

    .nav-primary ul.menu{
        display: block;
        float: right;
    }

    .nav-primary ul.menu > li{
        display: table;
        margin: 0;
        padding: 0;
        text-align: left;
        height: 90px;
        float: left;
        position: relative;
        width: 12.5%
    }
	
	.nav-primary .genesis-nav-menu > li > a,
	.nav-header .genesis-nav-menu > li > a {
        display: table-cell;
        padding: 0px 10px;
        font-size: 11px;
        position: relative;
        color: #606060;
        text-align: center;
        word-wrap: break-word;
        width: 100%;
        text-align: center;
        vertical-align: middle;
	}

    .nav-primary .genesis-nav-menu > li > a:after,
    .nav-primary .genesis-nav-menu > li:first-child > a:before{
        content: '';
        position: absolute;
        width: 1px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        background-color: #f0f4f5;
    }

    .nav-primary .genesis-nav-menu > li > a:after{
        right: 0;
    }

    .nav-primary .genesis-nav-menu > li:first-child > a:before{
        left: 0;
    }


/*    .nav-primary .genesis-nav-menu .menu-item-129{
		margin-left: -12px !important;
        border-left: 1px #f0f4f5 solid;
	}*/

    .menu-item img._before{
        margin-right: auto !important;
    }

    .menu-item img._mi {
        display: inline-block;
        vertical-align: middle;
        clear: both;
        text-align: center;
        margin: 0 auto 10px;
    }

    .nav-primary .genesis-nav-menu > li:hover img,
    .nav-header .genesis-nav-menu > li:hover img{
    	opacity: 0.7;
        -webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
    }

    .nav-primary .genesis-nav-menu span,
    .nav-header .genesis-nav-menu span{
        clear: both;
        float: left;
        width: 100%;
    }
	
	.nav-primary .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li.current-menu-item > a:after {
		/* content: '';
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #888; */
	}
	
	.nav-primary .sub-menu li,
	.nav-header .sub-menu li {
		display: inline-block;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu > li:hover .sub-menu,
	.nav-header .genesis-nav-menu > li:hover .sub-menu {
        visibility: visible;
		opacity: 1;
	}
		
	.nav-primary .genesis-nav-menu .sub-menu,
	.nav-header .genesis-nav-menu .sub-menu {
        position: absolute;
        padding: 1px 0px 0px 0px;
        margin: 0px;
        width: 260px;
        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;
        -moz-box-shadow: 2px 5px 20px -10px #000;
        -webkit-box-shadow: 2px 5px 20px -10px #000;
        box-shadow: 2px 5px 20px -10px #000;
        left: 50%;
        top: 89px;
        display: block;
        margin-left: -130px;
        visibility: hidden;
		line-height: 0;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a,
	.nav-header .genesis-nav-menu .sub-menu a {
		position: relative;
		display: inline-block;
		padding: 10px 40px;
		max-width: 100%;
		width: 260px;
		border-top: none;
		background-color: #FFFFFF;
		color: #606060;
		text-align: left;
        font-size: 13px;
        border-bottom: 1px #ebf0f2 solid;
		line-height: 1.4;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-header .genesis-nav-menu .sub-menu a:hover {
		background-color: #0a4595;
        color: #ebf0f2;
        border-bottom: 1px #0a4595 solid;
	}

    .header-container{
        position: relative;
    }

    .header-container .absolute-con{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }



    .header-container .absolute-con .wrapper{
        height: 100%;
        position: relative;
        width: 1200px;
    }
	
/*	.site-header .title-area {
        float: left;
        position: absolute;
        left: -160px;
        top: 0px;
        background: #fff;
        padding: 65px 35px 35px 90px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .7);  
		transform: skewX(-45deg);
   		transition: width 1.2s ease-in-out;
   		height: 300px;
   		width: 500px;

	 
	}*/

    .header-container .title-area{
        position: absolute;
        top: 0;
        left: 0;
        width: 16.3%;
        width: 18.3%;
        height: 100%;
        background-color: #fff;
        display: table;
        margin-left: -45px;
        
        overflow: visible;
/*        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;*/
/*        padding-left: 3000px;
        margin-left: -3000px;*/
        padding-left: 45px;
        padding-right: 45px;
       /* box-shadow: 0 0 10px rgba(0, 0, 0, .7);*/
       box-shadow: 5px 0 5px rgba(0, 0, 0, .3);
        z-index: 9;
        
        -ms-transform:skewX(-45deg) !important; /* IE 9 */
        -moz-transform:skewX(-45deg) !important; /* Firefox */
        -webkit-transform:skewX(-45deg) !important; /* Safari and Chrome */
        -o-transform:skewX(-45deg) !important; /* Opera */
        transform:skewX(-45deg) !important;
    }

    .header-container .title-area:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        width: 3000px;
        height: 100%;
        margin-left: -2835px;
    }
    
    /*safari header container*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        
        .header-container .title-area img{
            -webkit-transform: skewX(45deg);
        }
    }

    .header-container .title-area a{
        display: table-cell;
        vertical-align: middle;
    }

	.header-container .title-area img{
/*		transform: skewX(45deg);
		top: 65px;
		position: absolute;
		right: 80px;*/
	}

    .header-container .title-area img{
        /*transform: skewX(45deg);*/
        -moz-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
        -o-transform: skewX(45deg);
        transform: skewX(45deg);
    }
	
	.header-widget-area {
		float: right;
	}
	
	.header-widget-area .top-right {
		text-align: right
	}
	
	/**
	* 5.2 Section | Home
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/

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

    .home .content-sidebar-wrap{ 
        width: 100%; 
        max-width: 100%; 
    }

	.site-footer {
		overflow: hidden;
        clear: both;
        margin-top: 50px;
	}
	
	.site-footer > .wrap {
		width: 100%;
		max-width: 100%;
	}

    .home .site-footer,
    .contact-page .site-footer{
		overflow: hidden;
        clear: both;
        margin-top: 0px;
	}
	
    /*footer top*/
	.footer-top {
		background-color: #3e3e3e;
		padding: 70px 0 100px;
	}

    .footer-top .widget-title{
		font-family: 'Nunito', sans-serif;
		font-size: 19px;
        font-weight: 600;
        position: relative;
        padding-bottom: 35px;
	}

    .footer-top .wrapper{
		width: 1200px;
	}

    .footer-top .widget-title:after{    
        content: '';
        position: absolute;
        top: 40px;
        left: 0;
        width: 20px;
        border-bottom: 5px solid #65636b;
	}
	
	.footer-top * {
		color: #fff;
	}

    .footer-top .menu{
        margin-top: -10px
    }

    .footer-top .menu li{
        border-bottom: 1px #494949 solid;
        padding: 5px 0px 5px 30px;
    }

    .footer-top .menu li a{
        font-family: 'Nunito', sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #a3a3a3;
        
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .footer-top .phone-box,
    .footer-top .address-box{
        line-height: 18px;
        letter-spacing: 1px;
        color: #ffffff;
        font-weight: 700;
        float: left;
        clear: both;
    }

    .footer-top .phone-box:before,
    .footer-top .address-box:before{
        content: "";
        background-image: url(images/sprites.png);
        background-repeat: no-repeat;
        float: left;
        height: 48px;
        width: 38px;
        margin: 0px 20px 32px 0px;
    }

    .footer-top .phone-box:before{
        background-position: -87px -110px;
        margin-top: -10px;
    }

    .footer-top .address-box:before{
        background-position: -5px -110px;
        margin-bottom: 80px;
    }

    .footer-top .phone-box{
        font-size: 20px;
        margin-top: 40px;
    }

    .footer-top .address-box{
        margin-top: 0px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    

    /* FORM footer top*/
    .footer-top .gform_wrapper input[type=text],
    .footer-top .gform_wrapper textarea{
        border: 2px #666666 solid;
        background: transparent;
        font-size: 12px !important;
        font-weight: 700 !important;
        padding: 10px;
    }

    .footer-top .gform_wrapper textarea{
        max-height: 85px;
    }

    .footer-top .gfield_captcha_input_container input[type=text]{
        width: 130px;
    }

    .footer-top .gform_footer {
        padding: 0px !important;
    }

    .footer-top ::-webkit-input-placeholder {
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #fff;
    }

    .footer-top :-moz-placeholder { /* Firefox 18- */
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #fff;
    }

    .footer-top ::-moz-placeholder {  /* Firefox 19+ */
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #fff;
    }

    .footer-top :-ms-input-placeholder {  
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #fff; 
    }

    .footer-top .social-icons a{
        background: url(images/footer-sprites.png) no-repeat;
        background-color: #2694bf;
        border-radius: 50px;
        display: inline-block;
        margin: 0px 5px 20px 0px;
        width: 45px;
        height: 45px;
        text-indent: -9999px;
        font-size: 0;
    }

    .footer-top .social-icons .linkedin-icon{
        background-position: 4px -174px;
    }

    /* Social Sonar Effect Footer*/
    .sonar-effect {
        float: left;
        margin-top: 10px;
        clear: both;
    }
    .sonar-effect .sonar-icons {
        background-image: url(images/sprites.png);
        background-repeat: no-repeat;
        background-color: #2694bf;
        border-radius: 50px;
        display: inline-block;
        margin: 40px 5px 20px 0px;
        width: 45px;
        height: 45px;
        text-indent: -9999px;
        font-size: 0;
    }

    .sonar-icons:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box; 
        -moz-box-sizing: content-box; 
        box-sizing: content-box;
    }

    .htg-logo{
        width: 190px; margin-top: 70px;
    }

    .telstra-logo{  
        width: 290px; margin-top: 137px;
    }

    @-moz-document url-prefix() { 
       .sonar-effect .sonar-icons {  
          margin: 40px 5px 20px 0px;
       }
        
      .htg-logo{
        width: 195px; margin-top: 75px;
      }
        
      .telstra-logo{  
        width: 290px; margin-top: 162px;
      }
    }

    .sonar-effect .linkedin-icon{
        background-position: -40px -68px;
    }

    .sonar-effect .facebook-icon{
        background-position: -124px -25px;
    }
    
    .sonar-effect .youtube-icon{
        background-position: -162px -150px;
    }

    .sonar-effect .sonar-icons:after {
        top: 0;
        left: 0;
        padding: 0;
        z-index: -1;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
        opacity: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .sonar-effect .sonar-icons:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-color: #009fde;
        color: #fff;
    }

    .sonar-effect .sonar-icons:hover:after {
        -webkit-animation: sonarEffect 0.8s ease-out 75ms;
        -moz-animation: sonarEffect 0.8s ease-out 75ms;
        animation: sonarEffect 0.8s ease-out 75ms;
    }

    @-webkit-keyframes sonarEffect {
        0% {
            opacity: 0.3;
        }
        10% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #009fde, 0 0 0 5px rgba(255,255,255,0.5);
        }
        100% {
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #009fde, 0 0 0 5px rgba(255,255,255,0.5);
            -webkit-transform: scale(1.5);
            opacity: 0;
        }
    }
    @-moz-keyframes sonarEffect {
        0% {
            opacity: 0.3;
        }
        10% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #73cde7, 0 0 0 5px rgba(255,255,255,0.5);
        }
        100% {
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #73cde7, 0 0 0 5px rgba(255,255,255,0.5);
            -moz-transform: scale(1.5);
            opacity: 0;
        }
    }
    @keyframes sonarEffect {
        0% {
            opacity: 0.3;
        }
        10% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #73cde7, 0 0 0 5px rgba(255,255,255,0.5);
        }
        100% {
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #73cde7, 0 0 0 5px rgba(255,255,255,0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    /*footer bottom*/
	.footer-bottom {
		background-color: #2c2c2c;
		padding: 30px 0;
		font-size: 12px;
        font-weight: 600;
	}

    .footer-bottom .wrapper{
		width: 1200px;
	}
	
	.footer-bottom *,
    .footer-bottom a{
		color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
	}

    .footer-bottom a:hover,
    .footer-top .menu li a:hover{
        color: #0db9fd;
    }
	
	.footer-bottom-left {
		text-align: left;
	}
	
	.footer-bottom-right {
		text-align: right;
	}
	
	/*.footer-top .widget {
		float: left;
		width: 31%;
		margin-right: 3.5%;
	}
	
	.site-footer .widget.last {
		margin-right: 0;
	}
	
	.footer-top .widget-col-1 {
		
	}

	.footer-top .widget-col-2 {
	
	}
	
	.footer-top .widget-col-3 {
	
	}*/
	

/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/
	.home.full-width-content .content {
		margin-top: 0;
	}
	
	.full-width-content .content {
		margin-top: 70px;
	}
	
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		margin-top: 40px;
	}
	
	.content-sidebar .content-sidebar-wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.content-sidebar .content {
		display: inline-block;
		/* width: 710px; */
		width: 645px;
		max-width: 100%;
		/* padding-right: 65px; */
		vertical-align: top;
		float: left;
	}
	
	.content-sidebar .sidebar {
		display: inline-block;
		width: 250px;
		max-width: 100%;
		vertical-align: top;
		float: right;
	}
	
	.internal-header {
		background: #777777 url(images/internal-banner.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 40px 0 35px;
        position: relative;
	}

    /*.internal-header h1:before{
		content: url(images/internal-title-icon.png) no-repeat;
		margin: 5px 40px 0px 0px;
		display: inline-block;
		float: left;
	}*/

    .internal-header-icon{
		margin: 5px 40px 0px 0px;
		display: inline-block;
		float: left;
	}

	.internal-header h1 {
		color: #fff;
		text-transform: uppercase;
		font-size: 34px;
		margin: 0;
	}
	
	.internal-header h1 span {
		display: inline-block;
	}
	
	/* .internal-header h1 span:after {
		content: '';
		display: block;
		margin: 12px auto 0;
		width: 50px;
		height: 4px;
		background: #90bf42;
	} */
	
	/* 404 Page */
	.error404 .site-inner {
		background: #fff;
	}
	
	.error404 .content-404 {
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
		min-height: 500px;
	}
	
	.error404 .content-404 * {
		color: #000;
		font-family: 'Oswald';
		text-transform: uppercase;
	}
	
	.error404 .content-404 h2 {
		background: #000;
		color: #fff;
		display: inline-block;
		padding: 8px 30px;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 36px;
	}
	
	.content-404 h3 {
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	
	.content-404 h4 {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 1.6;
	}

	.site-inner .content-sidebar-wrap {
		padding-bottom: 60px;
	}

	.home .content-sidebar-wrap {
		padding-bottom: 0;
	}
	
	.preloader-container img {
		display: block;
		width: 70px;
		margin: 20px auto;
	}


	/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
	.blog-container .post-date {
		background-color: #0b4998;
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		color: #FFF;
	}
	
	.title-container {
		position: relative;
		margin-bottom: 25px;
	}

    .title-container a{
		color: #525252;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 85px;
	}
	
	.blog-post .thumbnail-container {
		margin-bottom: 20px;
	}
	
	.blog-post .thumbnail-container a {
		display: inline-block;
		position: relative;
	}
	
	.blog-post .thumbnail-container a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		-moz-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.blog-post .thumbnail-container a:hover:before {
		background: rgba(0, 0, 0, 0.4);
	}
	
	.blog-post h2 a:hover {
		text-decoration: none;
	}
	
	.blog-container .blog-post {
		padding-bottom: 25px;
		margin-bottom: 35px;
		border-bottom: 1px solid;
		overflow: hidden;
	}
	
	.blog-post .content {
		margin-bottom: 10px;
	}
	
	.blog-post .read-more-container {
		margin-bottom: 10px;
	}
	
	.blog-post .author-container {
	    margin-bottom: 20px;
	    font-style: italic;
	}

	.blog-container .read-more:visited {
		color: #ffffff;
	}

	.page-template-page_blog .no-posts {
		text-align: center;
		color: #BEBEBE;
		text-shadow: 0 1px 1px #fff;
		margin: 60px auto;
	}


	/*
	*	Nav
	*/
	.page-navi-container .wp-pagenavi a,
	.page-navi-container .wp-pagenavi span {
		display: inline-block;
		padding: 3px 8px;
		background: #05b7d4;
		color: #fff;
		border: none;
	}
	
	.page-navi-container .wp-pagenavi a:hover {
		background: #fff;
		color: #05b7d4;
	}
	
	.page-navi-container .wp-pagenavi span.current,
	.page-navi-container .wp-pagenavi span {
		background: none;
		color: #05b7d4;
	}

	/*
	*	Sidebar
	*/
	
	.sidebar > .widget {
		padding: 40px 0px;
		border-bottom: 4px #dadada solid;
	}

    .sidebar .widget-wrap.widget-first  {
        border-top: 4px #dadada solid;
        padding-top: 40px;
        margin-top: -40px;
    }

    .sidebar .widget-last  {
        border-bottom: none !important;
        text-align: center;
    }
	
	.sidebar .widget-title {
		margin: 0px 0px 40px 0px;
		text-align: center;
		color: #292929;
		font-size: 20px;
        text-transform: uppercase;
	}
	
	.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;
		background: transparent;
		border: 1px #ddd solid;
	}
	
	.search-form ::-webkit-input-placeholder { color: #bbb; }
	.search-form :-ms-input-placeholder { color: #bbb; }
	.search-form ::-moz-placeholder { color: #bbb; }
	.search-form :-moz-placeholder { color: #bbb; }
	
	.search-form input[type="submit"] {
		display: inline-block;
		width: 36px;
		height: 36px;
		padding: 0;
		background-image: url(images/search-btn.png);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		font-size: 0;
	}

	.sidebar .menu {
		border-top: 1px #ddd solid;
	}
	
	.sidebar .menu li {
		border: 1px #ddd solid;
		border-top: none;
	}
	
	.sidebar .menu a {
		display: block;
		padding: 15px;
		text-align: center;
		background: #fff;
		color: #888;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
	}
	
	.sidebar .menu a:hover {
		color: #888;
		text-decoration: none;
		background: #ddd;
	}

	.sidebar-posts .post-item {
		position: relative;
		margin-bottom: 10px;
	}
	
	.sidebar-posts .post-item a {
		display: inline-block;
		color: #0a4595;
		font-family: 'Nunito', sans-serif;
		font-size: 17px;
	}

    

    .sidebar-posts .post-item .title{
        border-left: 3px #0a4595 solid;
        padding-left: 20px;
        margin: 20px 0px 30px 0px;
        font-weight: 300;
    }
	
	.sidebar-posts .post-item .overlay {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(49, 186, 240, .4);
		padding: 5px 10px;
        max-height: 100px;
        
        -webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	
	.sidebar-posts .post-item a:hover .overlay {
		background: none;
		color: #2ba9e2;
	}
	
	.sidebar-posts .post-item .overlay .post-title {
		color: #fff;
	}
	
	.sidebar .fb-embed iframe {
		border:none;
		overflow:hidden;
		width:250px;
		height:590px;
	}
	
	.header-banner-image {
		margin-bottom: 20px;
	}

    .page-template-default .header-banner-image{
        max-height: 275px;
        max-width: 650px;
        width: 100%;
        height: 100%;
    }

    .full-width-content .header-banner-image{
        max-width: 960px;
        max-height: 350px;
        width: 100%;
        height: 100%;
        margin-top: -30px;
    }
	
	.ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.single-post .ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.share-icons-container:after {
		content: '';
		display: block;
		clear: both;
	}

	.single-post .post-date {
		position: relative;
		float: right;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		background-color: #0b4998;
		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 | Search Page
	* 
	* -----------------------------------------------------------------------------
	*/
	.search .content .entry,
	.tags-archive .content {
		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;
	}

	/**
	* 6.3 Internals | Contact Page
	* 
	* -----------------------------------------------------------------------------
	*/
	/* .contact-page .site-inner {
		overflow: hidden;
	} */

	.contact-bottom-wrapper {
		display: block;
	}

	.contact-map{
		width: 100%;
	}

	.contact-page .contact-form .ginput_container input,
	.contact-page .contact-form .ginput_container textarea {
		background-color: transparent;
		padding: 12px 20px;
		color: #171e28;
		font-weight: 600;
		width: 100% !important;
		border: none;
		border: 1px solid #e1e4e5;
		border-left: 3px solid #0db9fd;
	}
	
	.contact-page .contact-form .captcha-container input {
		background-color: transparent;
		padding: 12px 20px;
		border: none;
		border: 1px solid #e1e4e5;
		border-left: 3px solid #0db9fd;
		color: #171e28;
		width: 250px;
		max-width: 100%;
	}
	
	.gfield_captcha_container:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.contact-page .contact-form .ginput_container textarea{
		max-height: 100px;
		overflow: auto;
	}
	
	.contact-form ::-webkit-input-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-moz-placeholder {
	   color: #171e28;
	   font-weight: 600; 
	}

	.contact-form ::-moz-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-ms-input-placeholder {  
	   color: #171e28;
	   font-weight: 600; 
	}
	
	.contact-page .contact-page-captcha img.gfield_captcha {
		display: inline-block;
		width: auto !important;
		height: 28px;
		height: 33px;
	}
	
	.contact-page .contact-page-captcha input {
		display: inline-block;
		width: 160px;
		height: 33px;
		color: #171e28;
		font-weight: 600;
		background: #ffffff;
		border: 1px solid #e1e4e5;
		border-left: 3px #a2d154 solid;
	}

	.contact-page .content-sidebar-wrap .left-side {
		width: 445px;
	}

	.contact-page .content-sidebar-wrap .right-side {
		width: 495px;
	}
	
	.contact-page .entry-content .col-xs-6.left-side h4 {
		margin-bottom: 36px;
	}

	/* .contact-page .contact-page-captcha label.gfield_label {
		display: none;
	}
	
	.contact-page .gform_wrapper .top_label .gfield_label {
		color: #002520;
		font-size: 12px;
		margin: 12px 0 0;
	} */
	
	.contact-page-captcha .gfield_captcha_container{
		float: left;
		margin: 10px 0px 0px 0px;
	}
	
	.contact-page-captcha input{
		padding: 20px 20px !important;
		border: none;
	}
	
	.contact-page .contact-page-captcha .gfield_captcha_input_container {
		display: inline-block;
		padding: 0px;
		margin-right: 0px;
		border: none;
	}
	
	.contact-page .validation_error {
		display: none;
	}

	.contact-page .validation_message{
		color: #ea9698 !important;
	}

	.contact-form li.gfield_error input[type=text]{
		border: 1px solid #ffa6a8 !important;
	}

	.contact-form #field_2_5 .gfield_description.validation_message{
		margin-top: 50px !important;
		float: left;
		width: 250px;
		position: absolute;
	}

	.contact-form li.gfield.gfield_error.gfield_contains_required{
		margin-left: 0!important;
	}
	
	.contact-us-form.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-left: 0!important;
	}
	
	.contact-page .gform_wrapper textarea.large{
		height: 60px;
	}
	
	.contact-page .gform_wrapper li.gfield.gfield_error {
		background-color: transparent;
		margin-bottom: 0 !important;
		padding: 0 !important;
		border-top: 0;
		border-bottom: 0;
		width: 100%;
	}
	
	.contact-page .gform_footer {
		text-align: right;
		width: 100%;
	}
	
	.contact-page .gform_footer .gform_footer  {
		text-align: center;
		width: 100%;
	}
	
	.contact-page .contact-form .gform_footer .gform_button.button {
		padding: 15px 15px;
		font-weight: 700;
		font-size: 16px;
		color: #fff;
		background: #0db9fd url(images/contact-mail.png) no-repeat;
		background-position: center center;
		display: inline-block;
		margin-bottom: 0;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		white-space: nowrap;
		line-height: 1.42857143;
		border: none;
        border-radius: 5px;
		width: 100%;
		max-width: 96%;
		text-indent: 9999px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	
	div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
		float: left!important;
	}
	
	.gform_wrapper .gfield_captcha_input_container {
		float: right;
	}
	
	/* .contact-page .contact-form .g-recaptcha {
		height: 25px;
	} */

	.contact-page .contact-form .gform_footer .gform_button.button:hover{
		background-color: #009fde;
		color: #ffffff;
	}
	
	.contact-page .contact-form .ginput_container {
		margin: 5px auto;
	}
	
	.contact-page .gform_wrapper,
	.contact-page .first .ginput_container {
		margin-top: 0;
	}
	
	.contact-page .small-icon {
		position: relative;
		margin-left: 35px;
		padding: 5px 0px 0px 20px;
		color: #000;
	}

	.contact-page .small-icon:before {
		content: "";
		position: absolute;
		width: 32px;
		height: 32px;
		top: 0px;
		left: -35px;
		background: url(images/sprites-contact.png) no-repeat scroll 0% 0% transparent;
	}

	.contact-page .small-icon.address:before {
		background-position: 0px -3px;
		width: 33px;
		height: 33px;
		left: -56px;
	}

	.contact-page .small-icon.phone:before {
		background-position: 0px -41px;
		width: 34px;
		height: 34px;
	}

	.contact-page .small-icon.fax:before {
		background-position: 0px -78px;
		width: 34px;
		height: 34px;
	}

	.contact-page .small-icon.email:before {
		background-position: 0px -124px;
	}

	.contact-page .small-icon.email {
		/*padding-top: 0;*/
		margin-bottom: 50px;
	}

	.contact-page .address {
		margin-bottom: 30px;
		font-size: 14px;
		color: #000;
		padding: 0 0 20px 0px;
		margin-left: 56px;
		width: 280px;
		max-width: 100%;
	}

	.contact-page .contact-numbers,
	.contact-page .contact-numbers a {
		margin-bottom: 20px;
		font-size: 19px;
		color: #000;
	}
	
	.contact-page-bottom-cta {
		background: #777777;
		background-size: cover;
		background-attachment: fixed;
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
	}
	
	.contact-page-bottom-cta * {
		color: #fff;
	}
	
	.contact-page .site-container .contact-map {
		line-height: 0;
	}
	
	.contact-page .content-sidebar-wrap {
		line-height: 1.45;
		padding-bottom: 20px;
	}
	
	
	/* Members */	
	.team-members-container .team-member {
		border-bottom: 1px solid #666666;
		padding-bottom: 80px;
		margin-bottom: 70px;
	}
	
	.team-member:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.team-member .left-side {
		float: left;
		width: 268px;
		max-width: 100%;
	}
	
	.team-member .right-side {
		float: right;
		width: 640px;
		max-width: 100%;
	}
	
	.team-member .title-container {
		margin-bottom: 30px;
	}
		
	.team-member .name {
		font-size: 22px;
		font-weight: 700;
		color: #000;
	}
	
	.team-member .name .sub-title {
		display: block;
		font-size: 13px;
	}
	
/**
* 7.0 Effects
*
* This is the Effects, Animations,Forms Area CSS
* 
* -----------------------------------------------------------------------------
*/	

	/* Transition Effects */
	.transition-1 {
		-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */
	}


	/**
	* 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; }
	
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type=submit] {
		display: block;
		width: 100%;
		background: #0db9fd;
        border-radius: 5px;
		color: #fff;
		border: none;
		padding: 10px;
		font-weight: 600;
        
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
	}
	
	div.gform_wrapper {
		max-width: 100%;
	}
	
	div.gform_wrapper .gform_footer input.button:hover,
	div.gform_wrapper .gform_footer input[type=submit]:hover {
		background: #009fde;
	}
	
	div.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.large,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .top_label textarea.textarea,
	div.gform_wrapper .hidden_label input.large,
	div.gform_wrapper .hidden_label select.large,
	div.gform_wrapper .hidden_label textarea.textarea {
		width: 100%;
	}
	
	/* GF Validation Overide */
	div.gform_wrapper .top_label .gfield_error {
		width: 100%;
		
	}
	
	div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-left: 0!important;
	}
	
	div.gform_wrapper li.gfield.gfield_error,
	div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		background: none;
		background: none;
		border: none;
		padding: 0!important;
	}

	/**
	* 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;
	}
	
	.btn-info:hover,
	.btn-info:focus,
	.btn-info.focus,
	.btn-info:active,
	.btn-info.active,
	.open>.dropdown-toggle.btn-info {
		border-color: transparent;
	}
	
	blockquote {
		border-left: 5px solid #c5c5c5;
		padding: 10px 50px 10px 70px;
		margin: 45px 0;
	}
	
	hr {
		border-top: 1px solid #e2e2e2;
		margin: 50px 0;
	}

    .list-group-item {
        border: 0;
    }

    /**
    *  7.1 Effects | Accordion
    * 
    * -----------------------------------------------------------------------------
    */
    .panel-group {
        margin-bottom: 15px;
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .panel-group .panel {
        margin-bottom: 15px;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
    }

    .panel-default{
        border-color: #acb1b42;
    }

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

    /*.panel-heading .accordion-toggle:before{
        content: url(../images/close.png);
        float: right;
        margin-top: -10px;
    }

    .panel-heading .accordion-toggle.active:before{
        content: url(../images/open.png);
        margin-top: -10px;
    }

    .panel-heading .accordion-toggle.active.collapsed:before{
        content: url(../images/close.png);
        float: right;
        margin-top: -10px;
    }*/

    .panel-heading .accordion-toggle {
        color: #525252;
        padding: 15px 40px;
        background-color: #fff;
        border-color: #acb1b4;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

    .panel-heading .panel-title {
        margin-bottom: 0;
    }

    .panel-heading .accordion-toggle:hover{
        color: #fff;
        background-color: #0a4595;
        border-color: #acb1b4;
        padding: 15px 40px;
        text-decoration: none;
    }

    .panel-heading .accordion-toggle.active {
        background-color: #0a4595;
        border-color: #acb1b4;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

    .panel-title>a {
        color: inherit;
        display: inherit;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

    .panel-title>a:hover {
        text-decoration: none;
    }

    .panel-default>.panel-heading+.panel-collapse .panel-body{
        border-top-color: #ffffff;
        border-top: 1px solid #ffffff;
        color: #888;
        padding: 20px 40px 20px 40px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

    .panel-default>.panel-heading+.panel-collapse .panel-body p{
        line-height: 28px !important;
    }
    /*End Accordion*/

/**
* 8.0 Shortcodes
*
* Styles for custom shortcodes
* 
* -----------------------------------------------------------------------------
*/

	/* [boxed] */
	.boxed-content {
		padding: 0px 5px 20px 80px;
		border-left: 5px solid #34c2f6;
		font-size: 20px;
		font-weight: 300;
		margin: 60px auto 10px;
        color: #0a4595;
        font-family: 'Nunito', sans-serif;
	}

    .boxed-content h2{
        color: #0a4595;
        font-size: 32px;
        text-transform: uppercase;
    }

	/* [testimonial] */
	.testimonial-box {
		position: relative;
		display: block;
		padding: 50px 0px 0px 0px;
		font-size: 14px;
		color: #0b4998;
		margin: 20px 0 0px;
		background: none;
		border-top: 1px solid #e2e2e2; 
		border-left: 0;
		border-right: 0;
	}


    /*.testimonial-content-page:before {
		content: '"';
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		font-size: 75px;
        font-weight: 900;
        color: #0b4998;
		line-height: 1;
	}*/

    .testimonial-content-page {
		color: #6c6b6b;
		padding: 5px 0px 25px 0px;
        line-height: 28px;
		position: relative;
	}

	/*.testimonial-box:before {
		content: "";
		width: 24px;
		height: 15px;
		position: absolute;
		display: block;
		line-height: 0;
		margin-top: 10px;
		left: 10px;
		color: #ccc;
		background-image: url('images/testimonial-quote.png');
		background-position: 0 0;
	}*/

	.testimonial-box .author {
		font-size: 14px;
		font-weight: 700;
		color: #333333;
		margin-top: 20px;
	}

	.testimonial-box .content {
		color: #a9a9a9;
		margin-top: 0;
		margin-bottom: 10px;
	}

    .testimonial-name-bottom {
		font-size: 27px;
		text-align: left;
		font-family: 'Nunito', sans-serif;
		color: #616161;
		letter-spacing: 1px;
		margin: 0px;
		padding: 10px 20px 20px 0px;
		width: 100%;
		float: left;
		clear: both;
	}

	/* Shortcode - internal_cta */
	 
	.cta-box * {
		color: #FFFFFF;
	}

	.cta-box {
		position: relative;
	}

	.cta-box:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -11px;
		display: block;
		height: 11px;
		background-image: url('images/cta-box-shadow.png');
		background-size: 100% 100%;
	}


	.cta-box h2 {
		margin-bottom: 0;
	}

	.cta-box h2 {
		text-transform: uppercase;
	}

	.cta-box {
		padding: 40px 50px;
		text-align: center;
		background-position: center;
		background-size: cover;
	}

	.cta-box .btn {
		border-radius: 6px;
		border: 2px #0b4998 solid;
        color: #0b4998;
		background: none;
		padding: 15px 47px;
		transition: 0.2s all ease;	
	}

	.cta-box .btn:hover {
		color: #fff;
		background-color: #0b4998;
	}
	
	/* Media Boxes */
	.filters-container .media-boxes-search {
		float: right;
	}
	
	.filters-container ::-webkit-input-placeholder { color: #bbb; }
	.filters-container :-ms-input-placeholder { color: #bbb; }
	.filters-container ::-moz-placeholder { color: #bbb; }
	.filters-container :-moz-placeholder { color: #bbb; }
	
	.filters-container .media-boxes-filter {
		margin: 0;
		padding: 0;
	}
	
	ul.media-boxes-filter>li a.selected {
		background: #B8B3B3;
	}
	
	.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
		display: block;
	}
	
	.media-boxes-drop-down .media-boxes-drop-down-menu {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}
	
	.media-boxes-drop-down .media-boxes-drop-down-menu li {
		list-style: none;
	}


/* Home Slider */
.main-banner-slider{
    z-index: 10;
    position: inherit;
    margin-top: -1px;
}

/* Header Clone */
.site-header--clone .absolute-con .title-area,
.site-header--clone .top-header-infos{
    display: none;
}

.site-header--clone .nav-primary .wrap{
    padding-left: 0;
}

.header-container.site-header--clone{
    overflow: visible;
}

/* Homepage Section 1 */
.slick-slide img{
    margin: 0 auto;
}

#home-sec4 .wrap{
    height: 100%;
    display: block;
}

#home-sec4 .testimonials-slideshow .slick-prev{
    display: none !important;
}

#home-sec4 .testimonials-slideshow .slick-next{
    background-color: transparent;
    border: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 0;
    margin-right: -80px;
    background: url(images/sprites.png) no-repeat;
    background-position: -174px -46px;
    text-indent: -999px;
    overflow: hidden;
}

#home-sec4 .testimonials-slideshow .slick-list{
    height: 220px;
}

#home-sec4 .testimonials-slideshow .slick-track{
    height: 100%;
}

.testimonials-container .testimonial-item .inner{
    display: table;
    width: 100%;
    height: 100%;
}

.testimonials-container .testimonial-item p{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.testimonials-container .testimonial-item a{
	color: #fff;
}

.testimonials-container .testimonial-item a:hover{
	opacity: 0.8;
}

#home-sec4 .testimonials-container:before{
  content: '';
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #f5f7f8;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 24px;
  background: url(images/sprites.png) no-repeat;
  background-position: -177px -117px;
  margin-top: -12px;
}

.white-overlay{
    /*left: 0 !important;*/
	-ms-transform:skewX(-45deg) !important; /* IE 9 */
	-moz-transform:skewX(-45deg) !important; /* Firefox */
	-webkit-transform:skewX(-45deg) !important; /* Safari and Chrome */
	-o-transform:skewX(-45deg) !important; /* Opera */
	transform:skewX(-45deg) !important;
	background: rgba(255, 255, 255, 0.50);
	padding-left: 3000px !important;
	margin-left: -3000px !important;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 8;
}