@font-face {
    font-family: 'HelveticaNeueLTStd-Ex';
    src: url('font/HelveticaNeueLTStd-Ex.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-ThEx';
    src: url('font/HelveticaNeueLTStd-ThEx.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-MdEx';
    src: url('font/HelveticaNeueLTStd-MdEx.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-LtEx';
    src: url('font/HelveticaNeueLTStd-LtEx.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-BdEx';
    src: url('font/HelveticaNeueLTStd-BdEx.otf') format('opentype');
}



html,
body {
  width: 100%;
}
html {
  margin-bottom: 1px;
  min-height: 100%;
  position: relative;
}
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    background-color: #fff;
    zoom: 1;
    padding-bottom: 150px;
}

h1 {
    font-size: 28px;
    font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
}

h2 {
	font-size: 26px;
	font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
}

h4 {
    font-size: 11pt;
    font-family: HelveticaNeueLTStd-MdEx,Helvetica,Arial,sans-serif;
}

p {
    margin: 0.5em 0;
    word-wrap: break-word;
    color: #000000;
    font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
    font-size: 11pt;
}

#header .container,
#section .container,
#social .container {
    background-color: #fff;
}

/*--------------------------------------------------*\
        Header
\*--------------------------------------------------*/
#header {
    margin: 0 auto;
    top: 0;
    width: 100%;
}

#header .navbar-brand {
    padding: 0;
    line-height: 1.5;
}

#header .navbar-brand .company-logo {
	max-height: 100px;
	max-width: 300px;
}

#header .navbar-brand .riadvice-logo{
	max-width: 200px;
}

#header .navbar-brand .retireInvest-logo{
	max-height: 30px;
	margin-top: 20px
}

#header .navbar-brand .combined-logo{
	display:inline-block;
	max-height: 30px;
	margin-top: 20px
}

@media(max-width: 559px){
	#header .navbar-brand .combined-logo{
		display: block;
	}
	#header .navbar-brand .no-taglines{
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
@media (max-width: 1199px) {
  #header .navbar-brand .company-logo {
    max-height: 42px;
    max-width: 126px;
  }
	#header .navbar-brand .riadvice-logo{
		max-width: 180px;
		margin-top: 5px;
	}
}

@media(max-width: 420px){
	#header .navbar-brand .retireInvest-logo, #header .navbar-brand .combined-logo{
		max-height: 20px;
		margin-top: 25px
	}
	#header .navbar-brand .no-taglines{
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

@media(min-width: 1200px){
	#header .navbar-brand .retireInvest-logo{
		max-height: 35px;
		margin-top: 20px;
	}
}

@media (min-width: 767px){
	.no-taglines {
		padding-left: 20px;
	}
}
#header .element-content {
	margin-top: 60px;
}
#header .navbar-toggle {
	font-size: 24px;
	margin-top: 30px;
}
@media (max-width: 1200px) {
	#header .navbar-toggle {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#header .navbar-brand {
		padding-top: 15px;
		float: initial;
	}
	#header .navbar-header .header-ras {
	    font-size: 14px;
	}
}
nav {
	height: 100%;
}

.navbar-nav a{
	color: #000000;
	text-decoration: none;	
}

.navbar-nav > li {
	margin-left: 0;
}
.navbar-nav > li > a {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 14px;
	padding: 0 10px;
}

@media (min-width: 1201px) {
	.navbar-nav {
		margin-top: 10px;
		margin-bottom: 10px;
		clear: both;
	}
	.navbar-nav > li > a {
	    padding: 0 40px;
	}
}

@media (max-width: 1200px) {
	.navbar-nav > li {
		margin-top: 10px;
	}
}
.navbar-nav > li:first-child {
  display: none;
}


.navbar-nav .dropdown.open > a {
	background-color: transparent;
}
.navbar-nav .dropdown .dropdown-menu {
	/* padding-top: 5px; */
	padding-bottom: 0;
	transition: all 0.9s ease;
	/* border-bottom: 1px solid #5D87a1; */
	border-left: none;
	border-right: none;
	border-top: none;
	box-shadow: none;
	opacity: 1;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	min-width: 100%;
}
.navbar-nav .dropdown .dropdown-menu li a {
	padding: 6px;
	border-bottom: 1px solid #fff;
	line-height: 14px;
	font-size: 10pt;
	text-align: center;
	color:#5D87a1;
	text-decoration:none;
	font-weight:normal;
}
@media (max-width: 1200px) {
	.navbar-nav .dropdown .dropdown-menu li a {
		padding: 5px;
		margin-left: 2em;
		text-align: left;
	}
}
.navbar-nav .dropdown .dropdown-menu li a:hover {
	color: #f58426;
	background-color: transparent;
	background-image: none;
}
.navbar-nav .dropdown .dropdown-menu li.active a {
	color: #f58426;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}
@media (min-width: 1201px) {
	.navbar-nav .dropdown .dropdown-menu li {
		margin-left: 0;
		min-width: 100%;
		/* border-left: 1px solid #5D87a1; */
		/* border-right: 1px solid #5D87a1; */
	}
}
@media (max-width: 1200px) {
	.navbar-nav .dropdown .dropdown-menu {
		max-height: 200px;
		overflow-y: auto;
		margin-left: 9px;
	}
}
.navbar-nav li a {
	background-color: transparent !important;
	font-size: 12pt;
	font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
	color: #f58426;
	text-transform: uppercase;
}

.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li.open a {
	font-weight: bold;
}

.navbar-nav li.active a{
	font-weight:bold;
}

.navbar-nav .dropdown-menu>li>a {
    white-space: normal;
}


.header-logo img{
    height: 25px;
    margin-left: 20px;
}

@media (min-width: 1201px) {
    .navbar-header {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.navbar-header {
    height: 100%;
    border-bottom: 5px solid #5f6062;
}

.navbar-header .header-practice {
    font-family: HelveticaNeueLTStd-MdEx,Helvetica,Arial,sans-serif;
    font-size: 13pt;
    color: #f58426;
}

.navbar-header .header-ras {
    font-family: HelveticaNeueLTStd-ThEx,Helvetica,Arial,sans-serif;
    font-size: 18pt;
    color: #5f6062;
}

.angle-down:after{
	content: "\f107";
    font-family: FontAwesome;
    color: #f58426;
    position: absolute;
    right: 25px;
}

@media(max-width: 1200px){
	.angle-down:after{
		right: -5px;
	}
}


/*--------------------------------------------------*\
        Banner
\*--------------------------------------------------*/
#banner {
	left: 0;
	top: 0;
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0;
	overflow: hidden;
/**	background-color: #00162f; **/
}

#banner h2 {
    padding: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #5D87a1;
}
#banner .banner_bar {
	width:15px;
	display:block;
	background-color: #f5842c;
	position: relative;
	float: left;
	height: 100%;
}
#banner .banner_content {
    color: #fff;
    height: 88px;
}

#banner .banner_content .content {
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
}

@media (max-width:767px){
    #banner .banner_content .content,
    #banner .banner_content .title{
        display:none;
    }
}
#banner img {
    position: relative;
    left: 50%;
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#banner .banner-image img {
    width: 100%;
    vertical-align: middle;
}

@media(max-width:767px){
    #banner .banner-image img {
        width:auto;
        right: 0px;
        float: right;
        position: initial;
        transform: translateX(0%);
    }
}

#banner .banner-image {
    margin: 0 -15px;
}

/**
#myCarousel {
  margin: 0 -15px 0 -15px;
}
**/

#myCarousel img {
    width: 100%;
    max-width: none;
}

#myCarousel .carousel-inner>.item>a>img, 
#myCarousel .carousel-inner>.item>img {
    max-width: none;
}

#myCarousel .item a {
    text-align: left;
    font-size: 100%;
    line-height: 35px;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 22, 47, 0.2);
    color: #fff;
    font-weight: 100;
    font-style: normal;
    text-shadow: none;
    float: left;
    text-decoration:none;
}

#myCarousel .banner {
    top: 0px;
    left: 5%;
}

#myCarousel .carousel-caption {
    text-align: left;
}

#banner p {
    margin: 0;
    font-size: 1.7em;
    font-weight: 900;
    color: #002f8e;
    padding: 10px 0;
    line-height: 35px;
    text-shadow: 0 0 3px#ddd;
}

#myCarousel.carousel .item{
    overflow:hidden;
}

#myCarousel .carousel-indicators {
    bottom: 0px!important;
    left: -10px;
    width: 100%;
    margin-left: 0;
    text-align: right;
}

#myCarousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 0px 1px;
  /**  border-radius:0; **/
    border: 2px solid #fff;
}

#myCarousel .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.75);
}


#testimonial-section .carousel-indicators {
	top:100%;
}

.carousel-indicators .active {
    background-color: #f58426;
}

.carousel-indicators li {
    background-color: rgba(0,0,0,0);
    border: 1px solid #5f6062;
}


/*--------------------------------------------------*\
        Social
\*--------------------------------------------------*/

#social .social-border {
	border-top: 1px solid #b8b8b8;
}
#social .social_sharing {
	margin-top: 6px;
}
#social .social_sharing h4 {
	display: block;
	color: #006ebf;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 30px 0 0;
	float: left;
}
#social .social_sharing a {
	display: inline-block;
	color: #006ebf;
	font-size: 18px;
}
#social .social_sharing a:hover {
	text-decoration: none;
	color: #002060;
}
#social .social_sharing .label {
	font-size: 16px;
	float: left;
	padding-right: 10px;
	padding-top: 0;
	font-weight: bold;
	color: #999999;
	padding-left: 0;
}
@media (max-width: 767px) {
	#social .social_sharing .social-icons {
		clear: left;
	}
}
#social, #search-tool {
	display: inline-block;
}
#search-tool .navbar-form{
	padding: 0;
	margin: 4px 0 0;
	display: inline-block;
}

#search-tool .search-title {
    position: absolute;
    margin-left: -30px;
    margin-top: 10px;
    font-size: 11pt;
    font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
    color: #f58426;
}

#social .gsc-input-box {
	height: auto;
	width: 100%;
	/* margin-left: 28px; */
	/* margin-top: 4px; */
}
#social table.gsc-search-box {
	width: 240px;
}
#social table.gsc-search-box #gs_tti50 {
	padding-top: 2px;
	padding-bottom: 2px;
}
#social .cse .gsc-search-button input.gsc-search-button-v2,
#social input.gsc-search-button-v2 {
	width: 69px;
	height: 27px;
	outline: none;
}
@media (max-width: 300px) {
	#social .cse .gsc-search-button input.gsc-search-button-v2,
	#social input.gsc-search-button-v2 {
		width: 50px;
		height: auto;
		padding: 6px 17px;
	}
}
#social .gsc-results-wrapper-overlay .gsc-selected-option-container {
	width: auto !important;
}
#social input#gsc-i-id1.gsc-input {
	background: none !important;
}

#social .cse .gsc-control-cse, .gsc-control-cse {
    padding: 0em!important;
    width: auto;
    font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif !important;
}

#social .gsc-control-wrapper-cse {
	margin-top: 1px;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0px !important;
}
/*--------------------------------------------------*\
        Share
\*--------------------------------------------------*/
div#at4-share {
  padding-right: 0 !important;
}
div#at4-share.at4-hide {
  padding-right: 17px !important;
}
div#at4-share .title {
  display: block;
  color: white;
  background: #f8694d;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
}

/*--------------------------------------------------*\
        Section
\*--------------------------------------------------*/
#section {
	width: 100%;
	padding: 0;
	margin-top: 0;
}
#section .container {
	/** padding-bottom: 60px; **/
}

#section .element-content {
    padding: 10px 0px;
}

#section .element-content a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #f58426;
}

#section .element-content h3 {
	font-size: 14pt;
	line-height: 1.5;
	margin-top: 10px;
	font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
	color: #f58426;
}
#section .element-content p {
	line-height: 1.5;
	padding-bottom: 10px;
}
#section .section_title {
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-top: 30px;
}
#section .section_title .font {
	background: none repeat scroll 0 0 #e3e3e3;
	height: 30px;
	padding: 5px 10px;
	vertical-align: middle;
}
#section .section_title .font p {
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
#section .section_title .font .aa {
	float: left;
	line-height: 20px;
}
#section .section_title .font .aa .active {
	font-size: 10px;
	padding: 0 0 0 5px;
}
#section .section_title .font .aa .large {
	font-size: 14px;
	padding: 0 0 0 5px;
}
#section a[name] {
	display: block;
	position: relative;
	visibility: hidden;
}
@media (max-width: 767px) {
	#section a[name] {
		top: -68px;
	}
}

#section ul {
	padding-bottom: 10px;
}

#section ul li, #section ol li {
    font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
    font-size: 11pt;
}

#section ol {
	-webkit-padding-start: 15px;
}

/** knowledge centre start linnk **/
#section a.more_content {
	color: #f58426;
	text-decoration:none;
	font-weight: bold;
	border-bottom:none;
}

#section a.more_content:hover, #section a.more_content:focus, #section a.more_content:active {
	text-decoration: none;
	color:#f58426;
}

/***********************
    Tool bar in content section 
************************/
#tool_bar .btn_services ul,
#tool_bar .btn_more,
#tool_bar .book,
#tool_bar .downloadnewsletter,
 .video,
.bar_menu {
  width: 100%;
  max-width: 240px;
}


.bar_menu {
	display: block;
	position: relative;
	padding: 5px 0;
	border-top: 1px solid #b8b8b8;
	clear: both;
	float:right;
}
.bar_menu h4 {
	margin: 0;
	padding: 10px 0;
	clear: both;
	color: #006ebf;
	font-weight: bold;
}
.bar_menu ul {
	margin: 20px;
	padding: 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0 !important;
}
.bar_menu ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style:none;
}
.bar_menu ul li:hover {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.bar_menu ul li a {
	font-weight: normal;
	color: #000000;
}
.bar_menu ul li a:hover {
	font-weight: bold;
	color: #000000;
}
.sub_menu > ul > li > span {
	color: #1AB2D8 !important;
}
.btn_services {
	display: block;
	position: relative;
	float: right;
	clear: both;
}
.btn_services ul {
	display: table;
	margin: 20px 0;
	height: auto;
	list-style:none;
	padding-left:0;

}
.btn_services ul li {
	display: table;
	margin: 0 0 12px 0;
	float: left;
	width: 100%;
}
.item:hover a {
	text-decoration: none;
}
#tool_bar {
	height: 100%;
	padding: 0;
}
#tool_bar .item a {
	width: 100%;
	float: left;
}
#tool_bar .book,
#tool_bar .downloadnewsletter {
	float: right;
	padding: 20px 0;
	border-top: 1px solid #b8b8b8;
	line-height: 50px;
	display: block;
	clear: both;
}
#tool_bar .btn_more {
	height: auto !important;
	padding: 0;
	width: 100%;
}
#tool_bar .btn_more.appointment .text {
	display: block;
}
#tool_bar .btn_more:hover a {
	text-decoration: none;
	background-position: 0 -50px;
}
#tool_bar .btn_services ul,
#tool_bar .video,
#tool_bar .btn_more,
#tool_bar .book,
#tool_bar .downloadnewsletter,
#tool_bar .bar_menu {
	width: 100%;
}
#tool_bar .item span.text,
#tool_bar .btn_more span.text {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
}
@media (max-width: 1199px) {
	#tool_bar .item span.text,
	#tool_bar .btn_more span.text {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	#tool_bar .item span.text,
	#tool_bar .btn_more span.text {
		font-size: 12px;
	}
}
#tool_bar .btn_services .item a,
#tool_bar .btn_more a {
	background-color: #002060;
	color: #fff;
}
#tool_bar .btn_services .item a:hover,
#tool_bar .btn_more a:hover {
	background-color: #64b5e5;
}
#tool_bar .btn_services .item a .text,
#tool_bar .btn_more a .text {
	float: none;
	width: auto;
	display: block;
}
#tool_bar .btn_services .item a .text .fa,
#tool_bar .btn_more a .text .fa {
	padding-right: 10px;
}
#tool_bar .btn_services .item a,
#tool_bar .book a {
	padding: 20px 20px;
}
@media (max-width: 991px) {
	#tool_bar .btn_services .item a,
	#tool_bar .book a {
		padding: 15px 10px;
	}
}
#tool_bar .btn_more.download_newsletter a {
	line-height: 1;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 0;
}
#tool_bar .btn_more.download_newsletter a:hover {
	text-decoration: none;
	color: #fff;
}
@media (max-width: 1199px) {
	#tool_bar .btn_more.download_newsletter a {
		font-weight: normal;
	}
}
@media (max-width: 991px) {
	#tool_bar .btn_more.download_newsletter a {
		font-size: 12px;
		padding: 14px 0;
	}
}
#hr {
	background: url("/cache/dZzO0tbZoNbsouFy/5FF5C273179BB47EEE0D3F93248EC277.png") no-repeat scroll center center transparent;
	height: 2px;
	margin: 35px 0;
}
#videoCarousel .item {
	overflow: hidden;
	opacity: 0;
	transition-property: opacity;
}
#videoCarousel .carousel-inner .active {
	opacity: 1;
}
#videoCarousel .carousel-inner .active.left,
#videoCarousel .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#videoCarousel .carousel-inner .next.left,
#videoCarousel .carousel-inner .prev.right {
	opacity: 1;
}
#videoCarousel .carousel-control {
	z-index: 2;
}

/***********************
    btn_more 
************************/
.btn_more {
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: 110px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_more a {
	font-family: Helvetica, arial, sans-serif;
	font-weight: lighter;
	display: block;
	color: #fff;
}


/*******************************************************
       video bar CSS
*********************************************************/
.video {
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    clear: both;
    border-top: 1px solid #b8b8b8;
    float: right;
    width: 100%;
}
.video .videoplay {
    text-align: center;
}
.video .title {
    display: block;
    height: 30px;
    width: 100%;
    background-color: #002060;
    color: #fff;
    margin-top: -29px;
    position: absolute;
    line-height: 30px;
}
@media (max-width: 991px) {
    .video .title {
        font-size: 11px;
    }
}
.video .overlay {
    width: 100%;
    height: 100%;
}
.video .overlay img {
    margin: auto auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}
@media (max-width: 991px) {
    .video .overlay img {
        width: 35px;
    }
}
.video:hover > div {
    border-color: #002060;
}
.video:hover .title {
    background-color: #64b5e5;
    cursor: pointer;
}
.video:hover .overlay img {
    opacity: 1;
}
.videoloop {
    display: none;
    position: relative;
    border: 1px solid #9BBBDF;
    overflow: hidden;
    width: 100%;
}


/***********************
    Lifestream
************************/
#lifestream {
	font-size: 14px;
	margin: 10px 1px 0 0 !important;
	padding: 5px 0 12px !important;
	background-color: #fff;
}
#lifestream ul {
	margin: 0;
	list-style: none;
	width: 100% !important;
}
#lifestream ul li {
	margin: 0;
	list-style: none;
	padding: 5px 3px 5px 25px;
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 5 !important;
	width: 100% !important;
}
#lifestream ul li:hover {
	color: #545454;
}
#lifestream a {
	color: #545454;
	text-decoration: none;
}
#lifestream a:hover {
	color: #454545;
	text-decoration: underline;
}
#lifestream .timeago {
	opacity: .5;
}


/*--------------------------------------------------*\
       Sitemap_menu
 \*--------------------------------------------------*/
#Sitemap_menu {
	position: relative;
	padding-top: 0;
	padding-left:0px
}
#Sitemap_menu ul {
	height: 100%;
	list-style: none outside none;
	margin: 0;
	text-align: center;
	color: #fff !important;
	display: block;
}
#Sitemap_menu li {
	text-align: center;
	display: block;
}

@media (max-width: 991px) {
	#Sitemap_menu li {
		width: auto;
		padding: 0 16px;
	}
}
#Sitemap_menu li a {
	font-size: 10pt;
	font-weight: bold;
	display: block;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	border-bottom: none!important;
}
#Sitemap_menu li a:hover {
	text-decoration: underline;
}
#Sitemap_menu li li {
	list-style-type: disc;
	padding-top: 3px;
}
#Sitemap_menu li li a {
	color: #ddd;
	display: block;
	font-size: 10pt;
	line-height: 1.5em;
	opacity: 0.99;
	text-align: left;
	font-weight: normal;
}

#Sitemap_menu li.last {
	margin-right: 0;
}
#Sitemap_menu li ul {
	padding-top: 4px;
	list-style-type: disc;
}


#Sitemap_menu ul,
#Sitemap_menu li{
    list-style-type: none;
    list-style-position:inside;
    /* margin:0; */
    /* padding:0; */
}



/*-------------------------------------------------*\
     Footer
\*-------------------------------------------------*/
#footer {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
}

#footer {
	width: 100%;
	margin: 0 auto;
	border-top: 5px solid #5f6062;
	position: absolute;
	bottom: 0;
}
#footer p {
	font-size: 9pt;
	color: #000000;
}
#footer a {
	color: #000;
}

/*****************************************
           Contact us page with map
********************************************/
#map {
	width: 100%;
	height: 400px;
	clear: both;
}
#appointments {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0;
}
#appointments .helper_message {
	display: block;
	font-size: 12px;
	clear: both;
	padding: 15px;
	color: #666666;
}
#appointment_form {
	padding: 15px 0px;
}

#appointment_form .form-group input {
	height: 30px;
}
#appointment_form .form-group input,
#appointment_form .form-group textarea {
	box-shadow: none;
	border-radius: 0;
}
#appointment_form .form-group textarea {
	height: 150px;
}
#appointment_form .form-group button[type=submit] {
	max-width: 200px;
	width: 100%;
	float: right;
	background: #5d87a1;
	color: #fff;
	border: 1px solid #5d87a1;
	cursor: pointer;
	border-radius: 0px;
	float:right;
	font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
	font-size: 11pt;
}
#appointment_form .form-group button[type=submit]:hover {
	background: #f5842c;
	border: 1px solid #f5842c;
}

#appointment_form .form-group label {
	font-size: 11pt;
	float: left;
	font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
	font-weight: normal;
}

#appointment_form .form-group:not(.has-error) label {
  color: #000000;
}

#appointment_form .form-group .g-recaptcha,
#appointment_form .form-group #captcha{
    float:right;
}


#appointment_form .form-group #btnFWSubmit,
#appointment_form .form-group #divFWLoadingImg,
#appointment_form .form-group #formWidgetSubmitResultText{
    float:right;
}


/**********************************
    orangebox (for video)
**********************************/
#ob_container #ob_content {
  height: auto !important;
 /** width: auto !important; **/
  border: none;
}
#ob_container #ob_float {
  margin-bottom: -221px !important;
}
#ob_container #ob_close {
  height: auto;
  right: 0;
  left: auto;
  top: -21px;
  width: auto;
  color: #fff;
}
#ob_container #ob_window {
  padding: 0;
  max-width: 640px !important;
  width: 100% !important;
}
#ob_container #ob_video {
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------*\
         news
\*--------------------------------------------------*/
/*--------------------------------------------------*\
         news
\*--------------------------------------------------*/
.post-area {
  padding-left: 0;
  margin-bottom:20px;
}

.post-area,
.post-title,
.post-date {
  /* display: inline-block; */
  /* clear: both; */
  height: 33.333333%;
  width: 100%;
}

.post-title {
  font-size: 11pt;
  font-family: HelveticaNeueLTStd-MdEx,Helvetica,Arial,sans-serif;
}
.post-title a {
  border-bottom: none!important;
}

.post-date {
  margin: 5px 0;
  font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
  font-size: 11pt;
}

.preview-image
{
    position: relative;
    display:block;
    float:left;
    width: 100%;
    height:180px;
    overflow:hidden;
    margin-right:15px;
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.preview-image a {
	text-decoration:none;
	border-bottom:none !important;
}

.preview-image img{
    height: auto;
    width: 100%;
    position: relative;    
	height: auto;
	margin-bottom: 10px;
}

@media(max-width:991px){
	.preview-image{
		margin-bottom:10px;
	}
}

.preview-content{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	width: auto;
	word-wrap: break-word;
	clear: both;
	font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
}

.preview-content p{
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.post-more a {
	text-decoration:none;
	border-bottom: none!important;
	color: #f58426 !important;
	font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
	font-size: 11pt;
}

@media (min-width: 767px) {
  .preview-content {
      text-overflow: ellipsis;
      display: -webkit-box;
      word-break: break-word;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 66px;
  }
}

/** Video **/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/** testimonial **/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#testimonial-section {
	padding: 30px 0px
}

#testimonial-section p{
	text-align:center;
	font-size: 13pt;
	color: #5f6062;
	font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
}

#testimonial-section .fa-lg {
    font-size: 2em;
    color: #f58426;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    border-bottom: 1px solid #fff;
}

/**********************************
    team member
**********************************/
.team-member {
    margin-top: 20px;
	margin-bottom: 40px;
}

.team-member .col-xs-12 {
	margin-top:5px;
}

.profile_title {
    background-color: #f58426;
    color: #fff;
    font-size: 3.4em;
    padding: 20px;
    margin-bottom: 20px;
    font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
}

@media (max-width: 768px) {
    .profile_title {
        font-size: 2em;
    }
}



.team-member .member-name{
	height: 30px;
}

.team-member .member-title{
	height: 50px;
	overflow:  hidden;
}

.team-member .button-wrap{
	margin: 10px 0;
}
.team-member .button-wrap a{
    background: 0 0;
    color: #ffffff !important;
    padding: 8px 10px !important;
    border: 1px solid #f58426 !important;
    border-radius: 4px;
    font-size: 15px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif; !important
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #f58426;
    font-weight:  bold;
}
.team-member .button-wrap a:focus,
.team-member .button-wrap a:hover {
    background: #ffffff;
    color: #f58426 !important;
    border: 1px solid #f58426;
}

/*********************************
    responsive nav
******************************/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#header .element-content {
		margin-top: -10px;
		margin-right: 10px;
	}
	#search-tool {
		float: left;
	}
}

/*******************

     Pagination

*******************/

ul.pagination {
  clear:both;
  position: relative;
  width: 100%;
  text-align: right;
}
ul.pagination>li{
    background-color: #eeeeee;
    color: #646567;
    padding: 15px 20px;
    margin-left: 5px;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -moz-transition-property: color,background-color,border-color;
    -o-transition-property: color,background-color,border-color;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
}
ul.pagination>li:before {
  content: "";
}

ul.pagination>li.cur{
    background-color: #f58426;
    color:#fff;
}

ul.pagination>li:hover{
    cursor:pointer;
    background-color: #f58426;
    color:#fff;
}

ul.pagination>li:click{
    background-color:#e0e0e0;
}

@media (max-width: 767px) {
  ul.pagination {
    text-align: left;
  }
  ul.pagination>li{
    margin-left: 0px;
    margin-right: 5px;
  }
}

/*******************************************
            ytml search
*******************************************/

.results-wrapper-overlay {
    border: none;
    margin: auto;
    border-radius: 1px;
    overflow: auto;
    height: 80%;
    -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    border-collapse: separate;
    background: white;
    padding: 30px;
    width: 75%;
    position: fixed !important;
    top: 5%;
    left: 12%;
    opacity: 1;
    z-index: 100002;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

@media(max-width: 767px){
  .results-wrapper-overlay {
      width: 96%;
      left: 2%;
  }
}

.results-close-btn {
    float: right;
    opacity: 1;
    height: 12px;
    width: 12px;
    position: absolute !important;
    top: -15px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}

.overflow{
    overflow:hidden;
}


.search-open{
  visibility: visible;
  opacity: 1;
}

.search-close{
  visibility: hidden;
  opacity: 0;
}

.page-overlay{
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100001;
}

@media (max-width: 767px){
  #search-tool {
    position: static;
    margin-left: 0;
    max-width: 250px;
  }
}

@media(max-width: 768px){
  #search-tool > form.navbar-form > div > input.form-control{
      width: 100%;
  }
}

#search-tool > form.navbar-form > div > input.form-control:focus{
  border-color: #f58426;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 132, 38, 0.6);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 132, 38, 0.6);
}

.results-wrapper-overlay ul li.seach-item {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5em;
  color: #777;
  font-weight: lighter;
}

.results-wrapper-overlay h3{
	color: #5f6062;
	margin-bottom: 40px;
}

.results-wrapper-overlay a{
	color: #f58426;
	font-size: 18px;
}

.results-wrapper-overlay ul.pagination>li:before {
  content: "";
}

.results-wrapper-overlay ul.pagination>li.cur {
}

.results-wrapper-overlay ul.pagination>li:hover {
  cursor: pointer;
}

.results-wrapper-overlay ul.pagination>li:hover, .results-wrapper-overlay ul.pagination>li:hover {
  color: #ffffff;
}

.results-wrapper-overlay .prev, .results-wrapper-overlay .next {
  color: #5f6062;
}

.results-wrapper-overlay ul.pagination>li:hover i {
  color: #ffffff;
}

#search-btn{
	background-color: #5f6062;
	width:70px;
	border-radius: 0;	
}

#search-btn span{
	color: #fff;
}

.navbar-form input{
	border-radius: 0;
}

.company-logo{
	width: 250px;
	display: inline-block;
}