/** Fonts **/
@font-face {
	font-family: 'PTSans Regular';
	src: url('fonts/PTS55F.eot');
	src: local('☺'), url('fonts/PTS55F.woff') format('woff'), url('fonts/PTS55F.ttf') format('truetype'), url('fonts/PTS55F.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans Bold';
	src: url('fonts/PTS75F.eot');
	src: local('☺'), url('fonts/PTS75F.woff') format('woff'), url('fonts/PTS75F.ttf') format('truetype'), url('fonts/PTS75F.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans Italic';
	src: url('fonts/PTS56F.eot');
	src: local('☺'), url('fonts/PTS56F.woff') format('woff'), url('fonts/PTS56F.ttf') format('truetype'), url('fonts/PTS56F.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Arvo Regular';
    src: url('fonts/arvo-regular-webfont.eot');
    src: url('fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arvo-regular-webfont.woff') format('woff'),
         url('fonts/arvo-regular-webfont.ttf') format('truetype'),
         url('fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arvo Bold';
    src: url('fonts/arvo-bold-webfont.eot');
    src: url('fonts/arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arvo-bold-webfont.woff') format('woff'),
         url('fonts/arvo-bold-webfont.ttf') format('truetype'),
         url('fonts/arvo-bold-webfont.svg#arvobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde Bold';
    src: url('fonts/avantgardelt-bold-opentype-webfont.eot');
    src: url('fonts/avantgardelt-bold-opentype-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avantgardelt-bold-opentype-webfont.woff') format('woff'),
         url('fonts/avantgardelt-bold-opentype-webfont.ttf') format('truetype'),
         url('fonts/avantgardelt-bold-opentype-webfont.svg#itc_avant_garde_gothic_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvantGarde Book';
    src: url('fonts/avantgarde-book-opentype-webfont.eot');
    src: url('fonts/avantgarde-book-opentype-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avantgarde-book-opentype-webfont.woff') format('woff'),
         url('fonts/avantgarde-book-opentype-webfont.ttf') format('truetype'),
         url('fonts/avantgarde-book-opentype-webfont.svg#itc_avant_garde_gothic_bookRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/** Structure **/
.site-container {
	max-width: 100%;
}

.wrap, .wrapper, .content-sidebar-wrap {
	width: 1100px;
	max-width: 100%;
	margin: auto;
}

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

.col-item {
	float: left;
	max-width: 100%;
}

.cols-3 .col-item {
	width: 320px;
	margin-right: 20px;
}

.cols-4 .col-item {
	width: 235px;
	margin-right: 20px;
	max-width: 23.5%;
	margin-right: 2%;
}

.ff-one-half {
	float: left;
	width: 48.5%;
	max-width: 48.5%;
	margin-right: 3%;
}

.ff-one-half.last {
	margin-right: 0;
}

.no-mb {
	margin-bottom: 0;
}

.no-mt {
	margin-top: 0;
}

.clearfix {
	clear: both;
}

.last, .col-item.last {
	margin-right: 0;
}

.btn-1 {
	font-family: 'AvantGarde Book';
	font-size: 18px;
	display: inline-block;
	border: 2px solid #FFF;
	color: #FFF;
	padding: 2px 60px;
	border-radius: 30px;
	letter-spacing: 1px;
}

.btn-1:hover {
	background: #FFF;
	color: #000;
}

.btn-2 {
	background: #eac107;
	color: #7f6905;
	border-bottom: 2px solid #ae9005;
	font-size: 18px;
	text-align: center;
	display: block;
	padding: 7px 50px;
	font-family: "Open Sans";
	border-radius: 18px;
	margin: 0 auto;
	display: inline-block;
}

.btn-2:hover {
	background: #696969;
	color: #ffffff;
	border-bottom: 2px solid #4a4a4a;
}

/* Overide */
.btn-1:hover, .btn-2:hover {
	text-decoration: none;
}

/* Transition */
a, a img, input[type="submit"], input[type="button"] {
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

/*** Header ***/
.header-top-right {
	float: right;
}

.twitter-icon-top, .twitter-icon-bottom {
	width: 43px;
	height: 36px;
	display: inline-block;
	background:url(images/social-media-sprite.png);
	background-position: 0px 0px;
	background-color: #eac107;
	font-size: 0;
	text-indent: -9999px;
	
}

.twitter-icon-bottom {
	width: 34px;
	height: 61px;
	background-position: 0px -46px;
}

.twitter-icon-top:hover, .twitter-icon-bottom:hover {
	background-color: #24A9EC;
}

.header-top-right .phone-num {
	font-family: 'PTSans Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 23px;
	color: #646465;
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	/* margin-right: 20px; */
}

.header-top-right .twitter-icon-top {
	float: left;
}

.sticky-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #333;
	width: 100%;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.site-header .sticky-menu .genesis-nav-menu {
	float: none;
	width: 1000px;
	margin: 0 auto;
}

.admin-bar .site-header .sticky-menu .genesis-nav-menu {
	margin-top: 32px;
	text-align: center;
}

.sticky-menu .genesis-nav-menu .menu-item {
	margin: 10px 5px;
}

.sticky-menu .genesis-nav-menu .sub-menu .menu-item {
	margin: 0;
}
 
.sticky-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	padding-top: 10px;
}

/***  Home ***/
.home .content-sidebar-wrap {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

/* Banner */
.home-slider {
	position: relative;
}

/*.home-slider:before {
	content: '';
	height: 10px;
	width: 100%;
	display: block;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}*/

.slider-content {
	width: 480px;
	white-space: normal!important;
}

.slider-content h2 {
	font-family: 'Arvo Bold';
	text-transform: uppercase;
	color: #FFF;
	font-size: 63px;
	line-height: 1;
	margin-bottom: 25px;
}


.slider-content p {
	font-size: 16px;
	margin-bottom: 40px;
}

.slider-content .btn-2 {
	display: inline-block;
	padding: 10px 50px;
	font-size: 17px;
}

.home-slider .ls-fullwidth .ls-bottom-slidebuttons, 
.home-slider .ls-fullwidth .ls-nav-start, 
.home-slider .ls-fullwidth .ls-nav-stop, 
.home-slider .ls-fullwidth .ls-nav-sides {
	/*top: -230px;*/
}

.home-slider .ls-fullwidth .ls-bottom-slidebuttons a {
	width: 17px;
	height: 17px;
	background: url(images/slider-sprite.png);
	background-position: -0px -260px;
	margin: 0 4px;
}

.home-slider .ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active,
.home-slider .ls-fullwidth .ls-bottom-slidebuttons a:hover {
	background-position: -0px -287px;
}

.home-slider .ls-fullwidth .ls-nav-prev, 
.home-slider .ls-fullwidth .ls-nav-next {
	width: 55px;
	height: 55px;
	background: url(images/slider-sprite.png);
}

.home-slider .ls-fullwidth .ls-nav-prev {
	background-position: -0px -0px;
}

.home-slider .ls-fullwidth .ls-nav-prev:hover {
	background-position: -0px -65px;
}

.home-slider .ls-fullwidth .ls-nav-next {
	background-position: -0px -130px;
}

.home-slider .ls-fullwidth .ls-nav-next:hover {
	background-position: -0px -195px;
}

.home-slider .ls-fullwidth .ls-nav-prev {
	left: 20px;
}

.home-slider .ls-fullwidth .ls-nav-next {
	right: 20px;
}

.home-slider .ls-fullwidth .ls-nav-prev, 
.home-slider .ls-fullwidth .ls-nav-next {
	/*margin-top: -130px;*/
}

/* Home Top - About */
.home-top {
	padding: 0;
}

.home-top .home-about,
.home-middle .home-book {

	background: #f2f1f1;
	width: 100%;
	display: inline-block;
	line-height: 0;	
}

.home-top .home-about .textwidget,
.home-middle .home-book .textwidget {
	display: inline-block;
	width: 100%;
	position: relative;
}

.home .content .widget-title,
.page .entry-content h2,
.sidebar .widget-title {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	color: #8d8d8d;
	position: relative;
	margin-bottom: 15px;
	border-top: 3px #eac107 solid;
	padding-top: 20px;
}


.home .content .widget-title:after,
.page .entry-content h2:after,
.sidebar .widget-title:after {
	content: '';
	display: block;
	width: 82px;
	margin-top: 10px;
}

.sidebar .widget-title:after {
	width: 100%;
}

.home-content-left,
.home-content-right {
	float:left;
	width: 60%;
	font-size: 15px;
	line-height: 1.8;
}

.home-content-right {
	float: right;
}

.home-content-left .inner {
	float: right;
	width: 640px;
	padding: 50px 140px 60px 0;
}

.home-content-right .inner {
	float: left;
	width: 640px;
	padding: 50px 0 60px 140px;
}

.home-content-left .inner h3,
.home-content-right .inner h3 {
	margin-bottom: 28px;
}

.home-about-left .btn,
.home-book-right .btn {
	margin-top: 50px;
}

.home-about-right, .home-about {
	font-size: 14px;
	color: #000;
}

.floating-bg-right, .floating-bg-left {
	/*width: 425px;*/
	width: 40%;
	float: right;
	position: absolute;
	height: 100%;
	right: 0;
	background-size: cover;
}

.floating-bg-left {
	left: 0;
	float: left;
}

.home-about-bg-right {
	background-image: url(images/home-about-right-bg.jpg);
}

.home-book-bg-left {
	background-image: url(images/home-book-right-bg.jpg);
}


/* Home Icons */
.home-icons {
	text-align: center;
	color: #5A5A5A;
	padding: 50px 0;
}

.home-icons .circle-icon {
	display: inline-block;
	background: url(images/home-icons-sprite.png) no-repeat;
	width: 156px;
	height: 156px;
}

.home-icons .icon-1 { background-position: -0px -0px; }
.home-icons .icon-1:hover { background-position: -0px -166px; }
.home-icons .icon-2 { background-position: 0px -664px; }
.home-icons .icon-2:hover { background-position: 0px -830px; }
.home-icons .icon-3 { background-position: 0px -332px; }
.home-icons .icon-3:hover { background-position: 0px -498px; }
.home-icons .icon-4 { background-position: 0px -996px; }
.home-icons .icon-4:hover { background-position: 0px -1162px; }

.home-icons .circle-title {
	font-family: 'PTSans Bold';
	font-size: 18px;
	display: block;
	color: #5A5A5A;
	margin: 20px 0 10px;
}

.home-icons .circle-title:after {
	content: '';
	display: inline-block;
	border-bottom: 1px solid #C9C9C9;
	width: 100px;
}

.home-icons p {
	font-family: 'PTSans Italic';
	font-size: 15px;
}

/* Home CTA */
.home-cta {
	padding: 60px 0 50px;
	box-shadow: inset 0px 6px 10px -5px #333;
	-moz-box-shadow: inset 0px 6px 10px -5px #333;
	-webkit-box-shadow: inset 0px 6px 10px -5px #333;
}

.home-cta * {
	color: #FFF;
}

.home-cta h3, .home-testimonials h3 {
	font-family: 'AvantGarde Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.1;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.home-cta .cta-content {
	width: 800px;
	max-width: 100%;
}


.home-cta p.no-mb {
	margin-bottom: 0;
}

/* Home Middle - News */
.home-middle {
	padding: 0;
	line-height: 0;
}

.home-news{
	padding: 100px 0px;
}

.post-item-image {
	position: relative;
	box-shadow: 0px 0px 1px 0px #B6B6B6;
	-moz-box-shadow: 0px 0px 1px 0px #B6B6B6;
	-webkit-box-shadow: 0px 0px 1px 0px #B6B6B6;
	overflow: hidden;
}

.post-item-caption-title {
	font-size: 14px;
	font-weight: 600;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #FFF;
	padding: 10px 25px 10px 10px;
}

.post-item-caption-title:after {
	content: '';
	display: block;
	/*background: #eac107;
	width: 15px;
	height: 100%;*/
	position: absolute;
	top: 0;
	right: 0;
}

.post-items .post-item {
	margin-bottom: 45px;
	border-bottom: 1px solid #9C9C9C;
	/*box-shadow: 0 1px 0px 0px #BDBDBD;
	-moz-box-shadow: 0 1px 0px 0px #BDBDBD;
	-webkit-box-shadow: 0 1px 0px 0px #BDBDBD;*/
}

.post-items .post-item-video {
	margin-bottom: 45px;
	border-bottom: 3px solid #eac107;
}

.archive-posts .box {
	width: 33%;
	float: left;
}

.archive-posts .post-item {
	width: 320px;
	position: relative;
}

.news-posts .post-item-image {
	max-height: 210px;
}

.news-posts-sidebar .post-item-image {
	max-height: 105px;
	margin: 0px 0px -20px 0px;
}

.news-posts-sidebar .post-item-image:after {
	content:"+";
	color:#fff;
	font-size:20px;
	display:block;
	bottom:0;
	position:absolute;
	text-align:right;
	width: 98%;
}

.post-item .post-item-date {
	font-size: 16px;
	color: #000000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #eac107;
	padding: 3px 10px;
	font-weight: 700;
}

.post-blog-banner{
	width: 100%;
	max-width: 810px;
	max-height: 373px;
}

.post-blog-title{
	color: #686868;
	font-family: "PTSans Regular";
	font-size: 26px;
	margin-top: 20px;
}

.title-link{
	color: #686868;
	font-family: "PTSans Regular";
	font-size: 26px;
	margin-top: 20px;
}

.title-link:hover{
	color: #eac107;
	text-decoration: none;
}

.post-logo-date{
	margin: 20px 0px 30px 0px;
}

.post-logo-date .post-date {
	font-size: 15px;
	font-family: "PTSans Bold";
	color: #7e7e7d;
	margin: 5px 0px 0px 20px;
	display:inline-block;
}

.post-logo{
	float: left;
	padding: 5px 0;
	padding-left: 65px;
	padding-right: 20px;
	position: relative;
	background-color: #686868;
	color: #fff;
	font-family: 'PTSans Bold';
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
}

.post-logo:before{
	content: '';
	width: 26px;
	height: 22px;
	background-image: url(images/avatar-image.jpg);
	display: block;
	position: absolute;
	left: 18px;
}

/* .post-logo-wrap:after */
.post-logo:after{
	content: '';
	border-bottom: 3px #eac107 solid;
	max-width: 100%;
	width: 190px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -3px;
}

.post-item .post-item-content {
	font-size: 14px;
	padding: 10px 0 15px;
	color: #5a5a5a;
}

.post-item-video .post-item-content {
	font-size: 14px;
	padding: 10px 0 40px;
	color: #5a5a5a;
}


.post-item-image a:hover img {
	opacity: .9;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.post-item-image a:hover .post-item-caption-title:after {
	background: #24A9EC;
}

/* Home Testimonials */
.home-testimonials {
	background-color: #010101;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding: 110px 0 80px;
	background: url(images/bg-section-2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
	box-shadow: inset 0px 6px 10px -5px #333;
	-moz-box-shadow: inset 0px 6px 10px -5px #333;
	-webkit-box-shadow: inset 0px 6px 10px -5px #333;
}

.home-testimonials * {
	color: #FFF;
}

.home-testimonials .testimonials-content {
	font-family: "AvantGarde Book";
	font-weight: 100 !important;
	font-size: 21px;
	width: 860px;
	max-width: 100%;
	margin: auto;
	/*min-height: 158px;*/
}


/*** Footer ***/
.footer-left {
	float: left;
	line-height: 60px;
}

.footer-right {
	float: right;
	margin-top: 6px;
}

.footer-right a.twitter-icon-bottom, .footer-right img {
	float: left;
}

.footer-right img {
	margin: 9px 38px 0 0;
}

/* Footer Widgets */
.footer-widgets .widget-title {
	font-family: 'AvantGarde Book';
	font-weight: normal;
	color: #e2e1e1;
	font-size: 20px;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.footer-widgets-1, .footer-widgets-2 {
	width: 310px;
	margin-right: 20px;
	float: left;
}

.footer-widgets-1 {
	width: 290px;
}

.footer-widgets-3 {
	width: 340px;
	float: right;
}

.footer-widgets .phone-num {
	font-family: 'AvantGarde Book';
	font-size: 26px;
}

.footer-widgets .phone-num:before {
	content: '';
	display: inline-block;
	background: url(images/phone-icon.png);
	width: 27px;
	height: 28px;
	margin-right: 25px;
	position: relative;
	top: 5px;
}

.footer1-text{
	line-height: 40px;
	margin-top: 30px;
	font-size: 16px;
}

.footer-form p {
	margin-bottom: 5px;
}

.footer-form ::-webkit-input-placeholder { color: #FFF; }
.footer-form :-moz-placeholder { color: #FFF; }
.footer-form ::-moz-placeholder { color: #FFF; }
.footer-form :-ms-input-placeholder { color: #FFF; }

.footer-form input[type="submit"] {
	font-family: "Open Sans";
	font-size: 12px;
	background: #eac107;
	color: #7f6905;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 10px 30px;
	font-weight: 600;
}

.footer-form input[type="submit"]:hover {
	background: #353535;
	color: #FFF;
}

span.wpcf7-not-valid-tip {
	color: #7C3636;
	font-size: 1em;
	display: block;
	background: #F3ECBA;
	padding: 5px;
	text-align: center;
}


.footer-form .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
	width: 99% !important;
}


.footer-form .gfield_captcha_container {
	margin-top: -18px;
}

.footer-form div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label{
	font-size: 14px !important;
	padding: 6px 10px !important;
	float:left;
	margin: 2px 0px;
}

.footer-form .gform_wrapper .gfield_captcha_container img.gfield_captcha{
	float:left !important;
	margin-right: 4px !important;
	height: 31px !important;
}

.footer-form .gform_wrapper .simple_captcha_small input{
	margin-top: 0px !important;
	width:115px !important;
	text-align: center;
}

.footer-form div.gform_wrapper .gform_footer input[type="submit"]{
	margin:-43px 3px 0px 0px;
	max-height: 31px;
	width: 105px;
	float: right; 
	padding: 7px 30px;
}

.footer-form .gform_wrapper .gform_footer{
	padding: 10px 0px !important
}

.contact-form_wrapper.gform_wrapper {
   position: relative;
   overflow: hidden;
}

.contact-form_wrapper.gform_wrapper .gform_footer {
   margin:-15px 3px 0px 0px;
}


.captcha-container .wpcf7-captchar {
	width: 234px;
}

.captcha-container img.wpcf7-captchac {
	float: left;
	margin-right: 6px;
	width: 100px
}

/*** Internals ***/
.content-sidebar-wrap {
	padding-top: 40px;
}

.content-sidebar .content {
	width: 810px;
	max-width: 100%;
}

.sidebar-primary {
	width: 250px;
}

.custom-page-header {
	background: url(images/custom-header-bg.jpg);
	background-size: cover;
	padding: 70px 0px 30px 0px;
}

.custom-page-header * {
	color: #696969;
}

.custom-page-header h1 {
	font-size: 31px;
	margin: 0;
	font-family: "AvantGarde Book";
	font-weight: normal;
}

.page .content-sidebar-wrap, .content-sidebar-wrap {
	overflow: hidden;
	background: #f2f1f1;
	width: 1100px;
	padding: 40px 0px 0;
}

.page .site-inner, .single .site-inner {
	background: #f2f1f1;
}

.sidelist li {
	list-style: none;
	background: none;
	border-bottom: 1px solid #EDEDED;
	padding: 10px 10px 10px 16px;
	margin-bottom: 0;
}

.sidelist li a {
	color: #868686;
}

.sidelist li a:hover {
	text-decoration:  none;
	color: #eac107;
}


.with-num-list li span {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #78BADC;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-shadow: 0px 1px 1px #969696;
	margin-right: 20px;
}

.sidelist li:last-child,
.sidelist-2 li:last-child  {
	border-bottom: none;
}

.sidelist-2 li {
	background: none;
	list-style: none;
	padding: 0;
}

.sidelist-2 li:after {
	content: '';
	display: block;
	margin: 10px auto;
	width: 60px;
	border-bottom: 1px solid #B5B2B0;
}

.sidelist-2 li:last-child:after {
	display: none;
}


.sidebox-1 {
	text-align: center;
	font-family: "Arvo Regular";
}

.sidebar .sidebox-1 {
	margin-bottom: 40px;
}

.sidebox-1-content {
	text-align: center;
	background: url(images/sidebox-1-bg.jpg);
	padding: 25px;
	color: #FFF;
	font-size: 13px;
}


.sidebox-1-bottom {
	background: #008ED7;
	color: #FFF;
	font-size: 12px;
	padding: 8px;
}

.sidebox-1-bottom .phone-num {
	font-family: 'PTSans Bold', 'Open Sans', Arial, sans-serif;
	color: #FFF;
	font-size: 17px;
}

.sidebar .post-item-caption-title:after {
	display: none;
}

.sidebar .post-item-caption-title {
	font-size: 14px;
	font-weight: 500;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	padding: 10px 25px 10px 10px;
}


.sidebar .post-item-caption-title:hover {
	background: rgba(0, 0, 0, 0.7);

}

.sidebar .post-items .post-item {
	border-color: #B9B9B9;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 35px;
}

.sidebar .post-items .post-item:last-child {
	border-bottom: 0;
}

.sidebar .widget {
	/*background: #FFF;*/
	margin-bottom: 35px;
	box-shadow: 0px 0px 10px 0px #DDD;
	-moz-box-shadow: 0px 0px 10px 0px #DDD;
	-webkit-box-shadow: 0px 0px 10px 0px #DDD;
}

.sidebar .widget.no-bg-shadow {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.sidebar .side-search {
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.side-search .search-form input[type="search"] {
	background-color: #EAEAEA;
}

.with-shadow {
	box-shadow: 0px 0px 10px 0px #DDD;
	-moz-box-shadow: 0px 0px 10px 0px #DDD;
	-webkit-box-shadow: 0px 0px 10px 0px #DDD;
}

/* How We Help*/
.internal-circles {
	padding: 40px 20px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px #DDD;
	-moz-box-shadow: 0px 0px 10px 0px #DDD;
	-webkit-box-shadow: 0px 0px 10px 0px #DDD;
	border-radius: 2px;
	margin-bottom: 50px;
}

.internal-circles .col-item {
	text-align: center;
}

.internal-circles .circle-icon {
	display: inline-block;
	background: url(images/circle-s-icons-sprite.png) no-repeat;
	width: 114px;
	height: 114px;
}

.internal-circles .circle-title {
	font-family: 'PTSans Bold';
	border-top: 1px solid #EDEDED;
	margin-top: 20px;
	padding-top: 25px;
	display: inline-block;
}

.internal-circles .icon-1 { background-position: -0px -0px; }
.internal-circles .icon-1:hover { background-position: 0px -124px; }
.internal-circles .icon-2 { background-position: 0px -248px; }
.internal-circles .icon-2:hover { background-position: 0px -372px; }
.internal-circles .icon-3 { background-position: 0px -496px; }
.internal-circles .icon-3:hover { background-position: 0px -620px; }
.internal-circles .icon-4 { background-position: 0px -744px; }
.internal-circles .icon-4:hover { background-position: 0px -868px; }

.box-content{
	clear: both;
	margin-top: 40px;
	float: left;
}

.link-opacity:hover{
	opacity: 0.60;
}

.clearfix {
	clear:both;
}

.text-2 {
	font-family: "PTSans Bold";
	font-size: 17px;
}

.entry-content h5 {
	font-size: 18px;
	font-family: "Open Sans";
	font-weight: 600;
	color: #5a5a5a;
}

.text-2:after,
.entry-content h5:after {
	content: '';
	/*border-bottom: 3px solid #5A5A5A;
	display: block;
	width: 82px;*/
	margin-top: 20px;
}

/* Build Your Portfolio */
.internal-circles-2 {
	padding: 20px 20px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px #DDD;
	-moz-box-shadow: 0px 0px 10px 0px #DDD;
	-webkit-box-shadow: 0px 0px 10px 0px #DDD;
	border-radius: 2px;
	margin-bottom: 50px;
	position: relative;
}

.internal-circles-2:before {
	content: '';
	border-bottom: 1px solid #9AD0EC;
	display: inline-block;
	width: 480px;
	position: absolute;
	top: 56px;
	left: 50%;
	margin-left: -240px;
	z-index: 1;
}

.internal-circles-2 .col-item {
	text-align: center;
	position: relative;
	z-index: 2;
}

.internal-circles-2 .circle-icon {
	display: inline-block;
	background: url(images/circle-ss-icons-sprite.png) no-repeat;
	width: 72px;
	height: 72px;
}

.internal-circles-2 .circle-title {
	font-family: 'AvantGarde Book';
	font-size: 13px;
	display: inline-block;
	color: #868686;
	padding-top: 10px;
}

.internal-circles-2 .icon-1 { background-position: -0px -0px; }
.internal-circles-2 a:hover .icon-1, .internal-circles-2 .active-icon .icon-1 { background-position: 0px -82px; }
.internal-circles-2 .icon-2 { background-position: 0px -164px; }
.internal-circles-2 a:hover .icon-2, .internal-circles-2 .active-icon .icon-2 { background-position: 0px -246px; }
.internal-circles-2 .icon-3 { background-position: 0px -328px; }
.internal-circles-2 a:hover .icon-3, .internal-circles-2 .active-icon .icon-3 { background-position: 0px -410px; }
.internal-circles-2 .icon-4 { background-position: 0px -492px; }
.internal-circles-2 a:hover .icon-4, .internal-circles-2 .active-icon .icon-4 { background-position: 0px -574px; }
.internal-circles-2 .active-icon .circle-title { color: #eac107; }

blockquote, .blockquote, .highlight-text-1 {
	font-family: 'PTSans Italic';
	text-align: center;
	color: #eac107;
	font-size: 18px;
	background: #FFF;
	margin-bottom: 30px;
}

.entry-content blockquote p {
	margin-bottom:0;
}

blockquote::before, blockquote:before {
	display: none;
}

.entry-content h5.no-bb:after {
	display: none;
}

.custom-accordion {
	margin-bottom: 40px;
}

.custom-accordion .arconix-faq-title {
	font-size: 14px;
	background: none;
	position: relative;
}

.custom-accordion .arconix-faq-title:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	display: inline-block;
	background: url(images/accordion-sprite.png);
	background-position: 0px 0px;
	width: 8px;
	height: 10px;
}

.custom-accordion .arconix-faq-title.faq-open:after {
	width: 10px;
	height: 8px;
	margin-top: -4px;
	background-position: 0px -20px;
}

.custom-accordion .arconix-faq-term-title {
	display: none;
}

.custom-accordion .arconix-faq-wrap {
	background: #EAEAEA;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #CFCFCF;
	margin:0;
	padding: 10px;
}

.custom-accordion .arconix-faq-content {
	margin-left: 10px;
	padding: 10px 20px;
	color: #636363;
}

/* Plan Your Retirement */
.table-style-1 {
	color: #5A5A5A;
	margin: 50px 0;
	clear: both;
}

.table-style-1 .table-heading {
	background: #FFF;
	border-top: 1px solid #DCDCDC;
}

.table-style-1 th {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;
}

.table-style-1 th, .table-style-1 td {
	padding: 14px;
}

.t-num-1, .t-num-2 {
	color: #279BD5;
	font-family: "PTSans Italic";
	font-size: 18px;
}

.t-num-1 {
	color: #84BFDF;
}

.t-num-2 {
	color: #279BD5;
}

.couple-icon, .single-icon {
	background: url(images/table-icon-sprite.png);
	width: 23px;
	height: 17px;
	display: inline-block;
	margin-right: 10px;
}

.couple-icon {
	background-position: 0px 0px;
}

.single-icon {
	background-position: 0px -27px;
}

/* Contact */
.form-fields-container {
	/* width: 440px; */
	max-width: 100%;
	display: inline-block;
}

.form-fields-container p {
	margin-bottom: 10px;
	line-height: 1.8;
}

.form-fields-container .wpcf7-captchar {
	width: 170px;
}

.form-fields-container .submit-btn-container {
	margin-top: 30px;
}

.form-fields-container input,
.form-fields-container select,
.form-fields-container textarea {
	padding: 6px 10px;
}

.form-fields-container input[type="submit"] ,
.form-fields-container input[type="btn"] {
	padding: 8px 30px;
}

.top-map-container iframe {
	width: 100%;
}

#map_canvas {
	width: 100%;
	height: 300px;
}

.list-style-2 li, .list-style-3 li  {
	margin-bottom: 8px;
}

.float-list {
	float: left;
	margin-right: 50px;
}

.contact-details {
	line-height: 1.9;
	margin-bottom: 20px;
}

.contact-page .sidebar-primary {
	margin-top: 15px;
}

.contact-page .site-inner{
	background: #242424;
}

.contact-page .content-sidebar-wrap{
	background: #242424;
}

.contact-page .entry-content{
	background: #242424;
}
.parallax-effect {
	background-size: cover;
	background-attachment: fixed;
	position: initial;
}

/* Testimonials */
.quote .author {
	display: block;
	text-align: right;
	margin-bottom: 30px;
	font-family: "PTSans Italic";
}

.quote .author:before {
	content: '~ ';
}

.testimonials-list .quote {
	background: #fff;background: #FFF;
	padding: 0 40px 1px;
	margin: 0 0 20px;
}

.testimonials-list blockquote {
	padding: 24px 0 15px;
	margin: 0;
}

.entry-content {
	text-align: justify;
}

.custom-slideshow li {
	display: none;
}

.custom-slideshow li.current-slide {
	display: block;
}

.testimonial-slide-content{
	margin: 25px 0px;
}

.testimonial-slide-content:before{
	content: '" ';
	font-size: 26px;
	font-family: "AvantGarde Book";
}

.testimonial-slide-content:after{
	content: ' "';
	font-size: 26px;
	font-family: "AvantGarde Book";
}

.testimonial-slide-author {
	text-align: center;
	margin-top: 40px;
	font-weight: 600;
	font-size: 16px;
}

/*.testimonial-slide-author:before {
	content: '- ';
}*/

/* Gravity Form */

div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label{
	font-size: 14px !important;
	padding: 6px 10px !important;
}

.gform_wrapper .top_label .gfield_label{
	margin: 5px 0 5px 0 !important;
	font-weight: normal !important;
}

.gform_wrapper table.gfield_list thead th{
	font-weight: normal !important;
	text-align: left;
	text-transform:
}

/* Referal Form Image */

.absolute_image{
	position: relative;
}

.absolute_image img{
	position: absolute;
	max-width: 100%;
	right: 0;
}

/*Banner Heading*/
.banner-heading{
	font-family: "AvantGarde Book";
	color: #696969;
	/*text-transform: uppercase;*/
	width:100% !important;
}

/*footer-icons*/
.social-icons a {
	background: url(images/social-sprite.png);
	display: inline-block;
	margin: 5px 3px;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	font-size: 0;
	float: left;
}

.social-icons a:hover {
	opacity: 0.8;
}

.social-icons .youtube {
	background-position: 0px -10px;
}

.social-icons .twitter {
	background-position: 0px -54px;
}

.social-icons .in {
	background-position: 0px -97px;
}

.social-icons .google {
	background-position: 0px -140px;
}

.social-icons .fb {
	background-position: 0px -183px;
}

/*about video*/

.video-bg {
	/* margin: 80px auto; */
	text-align: center;
	background: #9b9a9a;
	/*background-size: cover;*/
	padding: 0;
	/* height: 471px; */
	width: 100%;
	left: 0;
	display: inline-block;
	float: left;
	/* position: relative; */
	z-index: 2;
	line-height: 0;
}

.video-bg-container {
	margin: 80px 0;
}

.page-fullwidth-overide {
	position: absolute;
	left: 0;
}

/*footer book contact*/
.footer-book-contact .wrap{
	padding: 0;
	max-height: 270px;
}


.footer-book-contact {
	background-color: #010101;
	text-align: center;
	width: 100%;
	padding: 110px 0 80px;
	background: url(images/bg-section-2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
	/*box-shadow: inset 0px 6px 10px -5px #333;
	-moz-box-shadow: inset 0px 6px 10px -5px #333;
	-webkit-box-shadow: inset 0px 6px 10px -5px #333;*/
}

.footer-book-contact h4{
	color: #ffffff;
}


.footer-book-contact .footer-book-contact-content {
	font-family: "Open Sans";
	font-size: 19px;
	width: 760px;
	max-width: 100%;
	margin: auto;
	min-height: 158px;
}

.footer-book-contact  .phone-num {
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 34px;
	color: #ffffff;
}

.footer-book-contact  .phone-num:before {
	content: '';
	display: inline-block;
	background: url(images/phone-white.png) no-repeat;
	width: 27px;
	height: 28px;
	margin-right: 25px;
	position: relative;
	top: 5px;
}


/*contact page map*/
.contact-map .wrap{
	padding: 0;
	max-height: 370px;
}


.contact-map {
	background-color: #575757;
	color: #c8c8c8;
	width: 100%;
	padding: 0px;
	background-size: cover;
	position: relative;
	margin-bottom: -5px;
	
}

.contact-map * {
	color: #c8c8c8;
}

.contact-map .contact-map-content {
	font-family: "Open Sans";
	font-size: 19px;
	width: 760px;
	max-width: 100%;
	margin: auto;
	min-height: 158px;
}

.left-map-container{
	width: 33%;
	float: left;
}

.left-map-address{
	padding: 40px 100px 0px 10px;
	width: 380px;
	float: right;
}

.right-map-container{
	width: 67%;
	float: left;
}

.right-map{
	width: 100%;
}

.contact-map  .phone-num {
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 16px;
	color: #c8c8c8;
	font-weight: 100;
}

.contact-map  .phone-num:before {
	content: '';
	display: inline-block;
	background: url(images/phone-small.png) no-repeat;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.contact-wrap{
	width: 100%;
}

.contact-box{
	max-width: 570px;
	margin: 0 auto;
}

/*top header phone*/
.top-header-phone .wrap{
	padding: 0;
	max-height: 370px;
}


.top-header-phone {
	background-color: #222222;
	color: #e0e0e0;
	/*text-align: center;*/
	width: 100%;
	padding: 5px 0px;
	background-size: cover;
	position: relative;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 100;
	
	/*box-shadow: inset 0px 6px 10px -5px #333;
	-moz-box-shadow: inset 0px 6px 10px -5px #333;
	-webkit-box-shadow: inset 0px 6px 10px -5px #333;*/
}

.top-header-phone * {
	color: #c8c8c8;
}

.top-header-phone .top-header-phone-content {
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 100;
	width: 760px;
	max-width: 100%;
	margin: auto;
	min-height: 158px;

}

.top-header-phone  .phone-num {
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 22px;
	color: #c8c8c8;
	font-weight: 100;
}

.yellow{
	color:#eac107;
	font-weight: 100;
	padding: 0px 10px;
}

.top-header-phone  .phone-num:before {
	content: '';
	display: inline-block;
	background: url(images/mobile.png) no-repeat;
	width: 15px;
	height: 25px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}

.yellow-paragraph:before{
	border-top: 3px #eac107 solid;
	content: '';
	display: inline-block;
	width: 250px;
	margin-top: 30px;
	padding-top: 40px;
	clear: both;
}

/*employee infos*/
.employee-wrap{
	float:left;
}

.photo-image{
	float:left;
	width: 28%;
}

.employee-info{
	float:left;
	font-size: 25px;
	width: 71%;
	color: #5a5a5a;
	padding: 40px 0px 0px;
	font-weight: 100;
}

.paragraph-1{
	font-size: 20px;
	font-weight: 100;
	color: #5a5a5a;
}

/*acronix override*/
.arconix-faq-title {
	background: url(images/maximise.png) no-repeat left transparent;
	cursor: pointer;
	font-size: 15px;
	padding: 0 0 0 60px;
	position: relative;
	margin-left: 20px;
	font-weight: 700;
}

.arconix-faq-title.faq-open {
	background: url(images/minimise.png) no-repeat left transparent;
}

.arconix-faq-wrap {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #eac107;
	clear: both;
	border: none;
	margin: 5px 0;
	padding: 10px 0px;
}

.arconix-faq-wrap:hover{
	background: #d6b108;
}

.arconix-faq-content {
	margin: 10px 0px -10px 0px;
	padding: 20px 30px 20px 50px;
	background: #e7e7e7;
	width: 100%;
}

.arconix-faq-term-title{
	display: none;
}

/*CTA bottom pages*/
.bottom-cta .wrap{
	padding: 0;
	max-height: 270px;
}


.bottom-cta {
	text-align: center;
	width: 100%;
	padding: 110px 0 80px;
	background: url(images/bg-section-1.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
	letter-spacing: 1px;
	font-family: "Open Sans";
	font-size: 22px;
	
	/*box-shadow: inset 0px 6px 10px -5px #333;
	-moz-box-shadow: inset 0px 6px 10px -5px #333;
	-webkit-box-shadow: inset 0px 6px 10px -5px #333;*/
}

.bottom-cta h3{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}


.bottom-cta .bottom-cta-content {
	
	width: 760px;
	max-width: 100%;
	margin: auto;
	min-height: 158px;
}

/*SERVICES Page*/
.services-head-wrap{
	width: 100%;
	clear: both;
	float: left;
	display: inline-block;
	margin-bottom: 40px;
}
.services-img{
	float: left;
	width: 20%;
	max-height: 119px;
	background: #eac107;
	text-align: center;
}

.services-head{
	float: left;
	background: #e0e0e0;
	width: 79%;
	max-height: 119px;
	font-size: 26px;
	color: #686868;
	border-top: 1px #d3d3d3 solid;
	border-right: 1px #d3d3d3 solid;
	border-bottom: 1px #d3d3d3 solid;
	padding: 40px 30px;
}

.yellow-slogan{
	text-align: center;
	font-weight: 700;
	color: #5a5a5a;
	padding: 60px 50px;
	background: #eac107;
	font-size: 26px;
	line-height: 18px;
}

.bottom-images{
	text-align: center;
	width: 100%;
	margin-top: 40px;
	float: left;
}

.partners-logo{
	margin-right: 22px;
	margin-top: 10px;
}

.info{
	font-size: 25px;
	width: 100%;
	color: #5a5a5a;
	margin: 30px 0px 0px;
	font-weight: 100;
}

/*Sidebar Social Icons*/
.side-icons a {
	background: url(images/side-social-meadia.png);
	display: inline-block;
	margin: 1px 1px;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	font-size: 0;
	float: left;
}

.side-icons a:hover {
	opacity: 0.8;
}

.side-icons .s-twitter {
	background-position: 0px -5px;
}

.side-icons .s-in {
	background-position: 0px -87px;
}

.side-icons .s-youtube {
	background-position: 0px -170px;
}

.side-icons .s-fb {
	background-position: 0px -252px;

}

.side-icons .s-google {
	background-position: 0px -335px;
}

.center{
	text-align: center;
	margin: 40px 0px;
}

/*alliance box*/
.alliance-box{
	text-align: center;
	padding: 60px 0px 40px;
	font-size: 21px;
	font-weight: 700;
	border: 1px #e1e1e1 solid;
	background: #ffffff;
	margin-top: 50px;
}


.page-id-48 #input_2_5{
	margin: -35px 4px 0px 0px;
	float: right;
	width: 135px;
}

.page-id-48 input:hover[type="submit"], .button:hover, .entry-content .button:hover {
	background-color: #696969;
	border: none;
	text-decoration: none;
	color: #ffffff;
}

/*widgetkit override*/

.wk-slideset .set > li{
	list-style-image:none;
}

.wk-slideset-default > div { position: relative; }

.wk-slideset-default > div:hover .next,
.wk-slideset-default > div:hover .prev {
	top: 15% !important;
	width: 35px !important;
	height: 138px !important;
	margin-top: -23px !important;
	background-color: #dedede !important;
	background: url(images/buttons.png) no-repeat !important;
}

.wk-slideset-default > div:hover .next {
	right: 30px;
	background-position: 0 0;
	background-color: #dedede !important;
}

.wk-slideset-default > div:hover .prev {
	left: 30px;
	background-position: 0 -140px !important;
	background-color: #dedede !important;
}

.wk-slideset-default article {
	margin: 3px 10px 0px 10px !important;
}


/***** Team Shortcode ********************/

#content .team-wrap {
	overflow: hidden;
	clear: both;
	padding: 0px;
	}


#content .team-wrap2 h2 {
	background: url('images/team-yellow-line.jpg') no-repeat bottom left;
	border: 0;
	color: #000;
	font-family: 'AkzidenzGroteskBE';
	font-size: 80px;
	float: left;
	line-height: 82px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	margin-top: 0px;
}

#content .team-wrap h2 {
	background: url('images/team-yellow-line.jpg') no-repeat bottom left;
	border: 0;
	color: #000;
	font-family: 'AkzidenzGroteskBE';
	font-size: 80px;
	float: left;
	line-height: 82px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	width: 478px;
	margin-top: 70px;
	}

.team-photo{
	max-height:128px;
	max-width:128px;
	text-align:center;
	display: inline-block;
}

.team-photo img{
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	border-radius: 50%;
	display: inline-block;
}

.team-name{
	color: #000000;
	font-family: "AvantGarde Bold";
	font-size: 22px;
	text-align: center;
	width: 100%;
	clear: both;
}

.team-last-name{
	font-family: "AvantGarde Book";
	font-weight: 600;
	color: #000000;
	font-size: 14px;
}

.team-position{
	font-family: "AvantGarde Book";
	font-weight: 700;
	color: #a98b05;
	font-size: 17px;
	margin: 30px 0px 30px 0px;
}

.team-wrap .team-box {
	float: left;
	margin: 10px 0px;
	position: relative;	
	width: 100%;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	overflow: hidden;
	display: inline-flex;
	height: auto;
}

.team-wrap .team-details{
	max-width: 205px;
	background: #eac107;
	float: left;
	padding: 30px 20px;
	width: 20%;
	text-align: center;
	height: auto;
	display: table-cell;
	border-bottom: 3px #c8c6c6 solid;
}

.team-wrap .team-info{
	float:left;
	background: #e7e7e7;
	width: 80%;
	height: auto;
	border-bottom: 3px #c8c6c6 solid;
	padding: 40px 50px;
	display: table-cell;
}

.team-wrap .team-box:hover {
	/*-webkit-filter: grayscale(100%);*/
	}

/*.team-wrap .team-box.team-box-2,
.team-wrap .team-box.team-box-6,
.team-wrap .team-box.team-box-10 {
	margin: 0 0 20px 10px;
	}

.team-wrap .team-box.team-box-3,
.team-wrap .team-box.team-box-7,
.team-wrap .team-box.team-box-11 {
	margin: 0 10px 20px 0;
	}*/


.team-wrap .team-box-name {
	color: #000000;		
	font-family: "AvantGarde Bold";
	font-size: 22px;
	text-align: center;
	width: 100%;
	clear: both;
}

/***** Team Member ********************/

#content .team-member-wrap h2 {
	background: url('images/team-yellow-line.jpg') no-repeat bottom left;
	border: 0;
	color: #000;
	font-family: 'AkzidenzGroteskBE';
	font-size: 82px;
	line-height: 66px;	
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 478px;
	}

.single-team #content .team-member-wrap h2 {
	background: none;
}

.team-slideshow {
	clear: both;
	padding: 60px 0 0;
	}

.team-slideshow li strong.title {
	background: rgba(0, 0, 0, 0.5) url('images/team-yellow-sqr.jpg') no-repeat bottom right;
	color: #FFF;
	position: absolute;
	bottom: 9px;
	width: 224px;
	margin-left: -45.5%;
	left: 50%;
	padding: 10px 0;
	}

#content .team-member-img-box {
	position: relative;
	}

#content .team-member-img-box span {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #FFF;
	left: 50%;
	margin-left: -50%;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	width: 224px;
	}

/*Sidebar Testimonial Slideshow*/
.sidebar .testimonials-slideshow li{
	border: none !important;
	color: #8d8d8d !important;
	background: none;
	padding: 0.3rem 0rem 0.8rem 0rem !important;
	padding: 3px 0px 8px 0px !important;
}

.sidebar .testimonial-slide-author{
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	font-weight: 600;

}

.sidebar .testimonial-slide-content:before{
	content: '" ';
	font-size: 18px;
}

.sidebar .testimonial-slide-content:after{
	content: ' "';
	font-size: 18px;
}

.sidebar .testimonial-slide-content{
	margin: 5px 0px;
}

.testi-quote{
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	color: #8d8d8d;
	border-top: 3px #eac107 solid;
	padding-top: 20px;
}

.testi-quote:after {
	content: '';
	display: inline-block;
	background: url(images/quote1.png) no-repeat;
	width: 13px;
	height: 10px;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

/*information box*/
.info-wrap {
	overflow: hidden;
	clear: both;
	padding: 0px;
	}

.info-photo{
	max-height:128px;
	max-width:128px;
	text-align:center;
	display: inline-block;
}

.info-photo img{
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	border-radius: 50%;
	display: inline-block;
}

.info-wrap .info-box {
	float: left;
	margin: 10px 0px;
	position: relative;	
	width: 100%;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	overflow: hidden;
	display: inline-flex;
	height: auto;
}

.info-wrap .info-photo-wrap{
	max-width: 205px;
	background: #ebd46b;
	border-right: 2px #926c02 solid;
	float: left;
	padding: 30px 20px;
	width: 20%;
	text-align: center;
	height: auto;
	display: table-cell;
}

.info-wrap .info-content{
	float:left;
	background: #eac107;
	width: 80%;
	height: auto;
	padding: 40px 50px;
	display: table-cell;
	font-size: 17px;
	font-weight: 100;
	font-family: "Open Sans";
}

.info-wrap .info-box:hover {
	/*-webkit-filter: grayscale(100%);*/
	}

/*.team-wrap .team-box.team-box-2,
.team-wrap .team-box.team-box-6,
.team-wrap .team-box.team-box-10 {
	margin: 0 0 20px 10px;
	}

.team-wrap .team-box.team-box-3,
.team-wrap .team-box.team-box-7,
.team-wrap .team-box.team-box-11 {
	margin: 0 10px 20px 0;
	}*/

/* Core Offering */
.content-right-with-bg .content-right-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 46%;
	max-width: 560px;
}

/* .content-right-with-bg .content-sidebar-wrap {
	padding-left: 480px;
} */

.content-right-container {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-bottom: -6px
}

span.content-title {
	font-weight: 700;
	font-size: 18px;
	color: #5a5a5a;
	margin-bottom: 30px;
	display: block;
}

.core-offering-template .entry-content {
	height: 800px;
	overflow: auto;
	padding-right: 35px;
}

/* .core-offering-template .entry-content::-webkit-scrollbar {
	background-color: #FFE25F;
	width: 10px;
}

.core-offering-template .entry-content::-webkit-scrollbar-thumb {	
	background-color: #eac107;
} */

.example-link-container {
	margin: 30px 0 80px;
	display: inline-block;
	line-height: 56px;
}

.example-link-container .read-example {
	font-weight: 700;
	font-size: 18px;
	color: #5a5a5a;
	text-decoration: none;
}

.example-link-container .read-example-back {
	text-indent: -9999px;
	font-size: 0;
}

.example-link-container .read-example:after,
.example-link-container .read-example-back:after  {
	content: '';
	width: 56px;
	height: 56px;
	display: inline-block;
	background-image: url(images/sprites-1.png);
	background-position: 0 0;
	background-color: #eac107;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 55px;
	float: right;
}


.example-link-container .read-example:hover:after,
.example-link-container .read-example-back:hover:after {
	background-color: #FFD208;
}

.example-link-container .read-example-back:after {
	background-position: -3px -66px;
	margin-left: 0;
}

/* Members Login Form */

.page-template-pt-members-login-php .site-inner, .page-template-pt-members-login-php .content-sidebar-wrap{
	background: #242424;
	color: #bfbfbf;
}

#members-login-form{
	width: 100%;
	max-width: 554px;
	margin: 0 auto;
}

.members-form{

}

.members-form ul{

}

.members-form ul li{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.members-form label{

}

.members-form .form-input{
	padding: 10px 20px;
}

.members-form .submit-button{
	padding: 10px 0;
	font-size: 14px;
}

.members-form .submit-button:hover{
	background-color: #6f6f6f;
	color: #fff;
}

.full-width-content.page-template-pt-core-offering-php .content{
	width: 55%;
}