/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Intrastructure
	Version:		2.0
	Last change:	01.05.15 [Created]
	Assigned to:	Titan Web (Asif)					
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination
	10. Titan Accordion
	11. Media queries
		11.1 Media queries - 768px
			11.1.1 Header
			11.1.2 Banner
			11.1.3 Content
			11.1.4 Footer
			11.1.5 Gallery
			11.1.6 Pagination
			11.1.7 Titan Accordion
		11.2 Media queries - 992px
			11.2.1 Header
			11.2.2 Banner
			11.2.3 Content
			11.2.4 Footer
			11.2.5 Gallery
			11.2.6 Pagination
			11.2.7 Titan Accordion
		11.3 Media queries - 1200px
			11.3.1 Header
			11.3.2 Banner
			11.3.3 Content
			11.3.4 Footer
			11.3.5 Gallery
			11.3.6 Pagination
			11.3.7 Titan Accordion
	12. IE8
	13. IE7

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
body {
	background-image: url(../images/bg.png);
	background-color: #000;
	background-position: top center;
	background-repeat: no-repeat;
	color: #393939;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
a:link {
	color: #e87326;
	text-decoration: none;
	outline: 0;
}
a:visited {
	color: #e87326;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	transition: .5s ease-in;
}
a:active {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #e87326;
	font-weight: 300;
	margin: 0 0 15px 0;
	text-transform:uppercase; 
}
h1 {
	font-size: 50px;
	line-height: 34px;
}
h2 {
	font-size: 35px;
	line-height: 34px;
}
h3 {
	font-size: 33px;
	line-height: normal;
}
h4 {
	font-size: 31px;
	line-height: normal;
}
h5 {
	font-size: 29px;
	line-height: normal;
}
h6 {
	font-size: 27px;
	line-height: normal;
}
p {
    margin: 0 0 35px;
}
a.btn {
	background-color: #e87326;
	border:1px solid #e87326;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	line-height: 19px;
	padding: 5px 10px;
}
img {
	max-width:100%;
	height:auto;
}
.main-content {
	background-color: #fff;
	border-bottom: 25px solid #e87326;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 auto 20px;
	padding: 25px 15px 50px;
}
.main-content ul,
.main-content ol {
	font-size: 17px;
	line-height: 26px;
	overflow: hidden;
	padding: 0 0 0 90px;
}
.main-content ul li {
	list-style: url(../images/list-bg.png);
	margin: 0 0px 25px 0px;
}
.main-content .page-content-area ul{
	padding: 0 0 0 10px;
}
.main-content .page-content-area ul li {
	list-style: url(../images/list-bg.png);
	margin: 0 20px 25px;
	float:left;
}
.main-content ol li > ul li {
	list-style: url(../images/list-bg.png) !important;
}
.main-content.container ol li ul li ol li {
	list-style: outside none decimal !important;
}
.main-content.container ol li,
.main-content.container ul li ol li {
    list-style: outside none decimal;
}
.main-content.container ol li ol li,
.main-content.container ul li ol li ol li {
	list-style: lower-alpha none outside;
}

.page-title,
.post-title {
	text-transform: uppercase;
	margin:0 0 20px 0;
	line-height:60px;
}
/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header {
	padding-bottom: 20px;
	padding-top: 20px;
}
.header__logo h2 a {
    color: #fff;
}
.header__info-phnum > a {
	background-color: #e87326;
	border-radius: 5px;
	color: #fff;
	display:block;
	font-family: roboto;
	font-size: 35px;/* 29 px*/
	font-weight: bold;
	padding: 15px;
	text-decoration: none;
	text-transform:uppercase;
	text-align:center;
}
.header__info-phnum > a span {
	font-weight:500;
}
/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/

/* Structure and General Styling */
.slicknav_menu {
    display: none;
}
.top-menu {
	background: none;
	margin:0 0 20px;
	width: 100%;
}

.top-menu .menu,
.top-menu .menu li,
.top-menu .menu a {
	display: block;
}

.top-menu .menu li,
.top-menu .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top-menu .menu ul {
	display: none;
	position: absolute;
}
.top-menu .menu li {
	display: inline-block;
	float: none;
	margin: 0 -4px 0 0;
	position: relative;
	z-index: 100;
}
/*.top-menu .menu li {
	float: left;
	position: relative;
	z-index: 100;
}
*/
.top-menu .menu li:hover > ul { display: block; }
.top-menu .menu > li:hover > ul {  left: 0; }
.top-menu .menu a { color: #fff; }

.top-menu .menu a:hover,
.top-menu .menu a:active,
.top-menu .menu a:focus {
	color: #fff;
	text-decoration: none;
}

/* Top-level Styling */
.top-menu .menu {
	background-color: #e87326;
	margin: 0 auto;
	max-width: 1170px;
	padding: 0;
}
.top-menu .menu > li > a:before {
	content: url("../images/menu-divider.png");
	position: absolute;
	left: -5px;
	/*top: -5px;*/
}
.top-menu .menu > li > a {
	background-color: #e87326;
	color: #fff;
	font-family: roboto;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	margin:0 0 0 5px;
	padding: 0 68px	;
	position: relative;
}
.top-menu .menu > li:first-child > a:before {content:normal;}
.top-menu .menu > li:first-child > a {margin:0;}
.top-menu .menu > li:hover > a,
.top-menu .menu > .current-menu-item > a {
	background-color: #fff;
	color: #e87326;
	transition:ease-in .5s;
}
 
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
.top-menu .menu ul,
.top-menu .menu ul > li {
  left: 1px;
  margin: 0 0 0 2px;
  width: 99%;
}
.top-menu .menu li .sub-menu li {
	background-color: #9f4e18;
	padding: 0 15px;
}
.top-menu .menu ul > li > a {
  border-bottom: 1px solid #cd7033;
  color: #f8c5a3;
  font-size: 18px;
  font-weight: bolder;
  padding: 8px 12px;
}

.top-menu .menu ul > li:hover > a,
.top-menu .menu ul > .current-menu-item > a,
.top-menu .menu ul > .current-menu-item:hover > a,
.top-menu .menu ul > .current-menu-ancestor > a {
	color: #fff;
}

.top-menu .menu li > ul li:hover > ul {
	left: 97%;
	top: 0;
}
.top-menu .menu li .sub-menu li a:hover {
  background: none;
}

/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.banner {
    margin: 0 0 20px;
}
.slide {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
/* Leadins */
.lead,
.sidebar-lead {
	border-radius: 5px;
	overflow: hidden;
}
.sidebar-lead {margin: 0 0 20px;}
.leads-link {
	display:block;
	position:relative;
}
.leads-title h2 {
	font-size: 34px;
	text-transform: inherit;
	text-align:center;
}
.leads-link:after {
	content:url(../images/arrow-right.png);
	position: absolute;
	right:22px;
	top:15px;
}
.lead-title {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 29px;
	padding: 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 38%;
	width: 100%;
}
.sidebar-lead .lead-title {
	font-size: 16px;
	line-height: 18px;
	top: 38%;
	width: 100%;
}
.sidebar-lead .leads-link:after {
	content:url(../images/leadin-icon.png);
}
.home .main-content {
	padding-top:55px;
	text-align: center;
}
a.titan-slide-more {
	color: #6f7072 !important;
	font-size: 18px;
	line-height: 34px;
	text-transform: uppercase;
}
.page-content::after {
	clear: both;
	content: " ";
	display: block;
}
.post-entry {
	border-bottom: thin solid #e87326;
	padding: 20px 0 30px;
	width:100%;
}
.single .post-entry {
	border:none;
}
.post-img {
	float: left;
	margin-bottom:15px;
	max-width: 265px;
}
.page-img {
	float: left;
	margin:0 20px 0 0;
	max-width: 265px;
}
.single .post-img {
	margin: 0 20px 15px 0;
}
.post-date {
	margin:0 0 10px;
}
.post-content p {
    margin: 0 0 10px;
}
.enquire::after {
	background-image: url("../images/envelope.png");
	background-repeat: no-repeat;
	content: " ";
	display: inline-block;
	height: 14px;
	margin: 0 0 0 10px;
	padding: 8px 0 0;
	width: 20px;
}
.main-content .contact__form .gform_body ul li {
    list-style: outside none none;
}
.gform_validation_container {
	width: 0;
	height: 0;
	overflow: hidden;
}
label {margin-bottom: 0;}
.gfield_required, 
.validation_message, 
.validation_error {
	color: #c00;
}
.gform_wrapper .validation_error { margin-bottom: 1em; }
.gfield.gform_validation_container,
.gform_hidden {
	visibility: hidden;
	position: absolute;
}
.gform_body input, 
.gform_body select, 
.gform_body textarea {
	background-color:#f3f3f3;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	padding: 5px;
	width: 100%;
	border: 1px solid #cdcdcd;
}

.gform_body input:focus, 
.gform_body select:focus, 
.gform_body textarea:focus {
	border: 1px solid #e87326;
	outline:none;
}
.gfield_label_focusin {
	color:#e87326;
}

.gform_body textarea { height: 220px; }

.gform_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
}
.main-content .gform_wrapper li {margin-bottom: 15px;}
.gform_button {
	background-color: #e87326;
	border: 1px solid #e87326;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 15px;
}
.gform_button:hover {
	background-color: #fff;
	color: #e87326;
	transition: ease-in .5s;
}

.contact { margin-bottom: 2em; }
.contact__form ul { margin: 0 -15px; }

.contact__gmaps {
	margin: 18px 0 1em;
	width: 100%;
	overflow: hidden;
}

.contact__gmaps iframe {
	width: 100%;
	height: 220px;
	border: 1px solid #cdcdcd;
	overflow: hidden;
}
.contact__details {
  font-family: Arial, Helvetica, sans-serif;
  line-height:normal;
}
.contact__details-heading {
	display: inline-block;
	max-width: 100%;
	font-weight: 700;
}
.contact__details-content {
	font-size: 13px;
	margin-bottom: 1em;
}
.contact__schedule-item span:first-child { font-weight: 700; }
/*.gform_validation_error .gform_body ul li {min-height: 105px;}*/
.gfield_error .ginput_container input {border: 1px solid #c00;}
.gfield_error .validation_message {display: none;}

.fixed {
	max-width: 260px;
	position: fixed;
	top: 0;
	width: 19%;
}
.post-list ul {
	padding:0;
}
.post-list ul li {
	list-style:none;
	margin:0 0 10px;
}
.post-list ul li a {
	background-color: #e87326;
	border:1px solid #e87326;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 400;
	padding:20px 0;
	text-align: center;
}
.post-list ul li a:hover,
.post-list ul li.active a {
	background-color: #fff;
	color: #e87326;
	transition: ease-in .5s;
}
.page-sitemap .main-content ul {
    padding: 0 0 0 15px;
}
.page-sitemap .main-content ul li {
	list-style-type:disc;
	list-style-image:none;
	list-style-position:inside;
	margin: 0 0 10px !important;
}
.titan-breadcrumb > a,
ngg-breadcrumb-divisor {
    color: #e87326;
}
.titan-breadcrumb > a:hover {
	color:#000;
	transition:ease-in .5s;
}
.glyphicon-menu-right {
	color: #e87326;
	font-size: 12px;
}
ul.page-numbers {
	padding: 0;
	text-align: center;
}
ul.page-numbers li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 5px 0 0;
}
.page-numbers li a {
	background-color: #e87326;
	border: 1px solid #e87326;
	color: #fff;
	display: block;
	padding: 5px 10px;
}
.page-numbers.current,
.page-numbers li a:hover {
	background-color:#fff;
	border: 1px solid #e87326;
	color: #e87326;
	display: block;
	padding: 5px 10px;
	transition: ease-in .5s;
}

/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/

.footer {
	padding: 32px 0;
	color: #fafafa;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer a { color: #fafafa;	}

.footer a:hover { 
	color: #9e9e9e;
	text-decoration: none;
}

.footer__copyright { margin-bottom: 0.500em; }

.footer__menu ul {
	margin: 0;
	padding: 0;
}

.footer__menu ul li {
	border-left: 1px solid #4b4b4b;
	display: block;
	float: left;
	list-style: none;
	line-height:normal;
	margin: 0;
	padding: 0 10px;
}

.footer__menu ul li:first-child {
	border-left: none;
	padding-left: 0;
}

.footer__badge { text-align: right; }
.footer__badge span.association-logo {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 17%;
}
.footer__badge span {
	margin-right: 1em;
	position: relative;
	top: 0.25em;
}
.header__info-phnum {
  float: right;
  width: 300px;
}

/* .footer__badge img { float: left; } */

/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
	[ 9 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination {
    margin: 20px 0 0;
}

/*------------------------------------------------------------------
	[ 10 Titan Accordion ]
-------------------------------------------------------------------*/

.titan-accordion,
.titan-accordion__submenu { 
	margin: 0;
	padding: 0;
}

.titan-accordion--child-1 { text-indent: 1em; }
.titan-accordion--child-2 { text-indent: 2em; }
.titan-accordion--child-3 { text-indent: 3em; }

.titan-accordion { background: #2196F3; }
.titan-accordion__submenu .titan-accordion__li { background: #1976D2; }

.titan-accordion--clickable {
	background: url('../images/accordion-arrow.png') no-repeat 96% 10px;
	cursor: pointer;
}

.titan-accordion--shown { background: url('../images/accordion-arrow.png') no-repeat 96% -70px; }

.titan-accordion__li { 
	border-top: 1px solid #fff;
	list-style: none;
}

.titan-accordion__title { 
	height: 48px;
	line-height: 48px;
	display: block;
}

.titan-accordion__title a {
	color: #fff;
	display: block;
	padding: 0 1em;
	width: 84%;
}

/*------------------------------------------------------------------
	[ 11 Media queries ]
-------------------------------------------------------------------*/
@media only screen and (max-width:1200px) {
.container {
    width: 100%;
	max-width:1170px;
}
}
@media only screen and (max-width:1184px) {
/*.ngg-gallery-thumbnail-box:nth-child(3n) .ngg-gallery-thumbnail img {
    margin-right: 0px !important;
}
.ngg-gallery-thumbnail-box:nth-child(4n) .ngg-gallery-thumbnail img {
    margin-right: 26px !important;
}*/	
}
@media only screen and (max-width:1170px) {
.header__info-phnum > a {
	font-size: 35px;
}	
.top-menu .menu > li > a {
	font-size: 20px;
	padding: 0 66px;
}
.top-menu .menu li > ul li:hover > ul {
	left: 165px;
}
.top-menu .menu li > ul li:hover > ul {
	left: 97%;
}
}
@media only screen and (max-width:1130px) {
.header__info-phnum > a {
    font-size: 35px;
}
}
@media only screen and (max-width:1100px) {
.lead-title {
  font-size: 20px;
}
.sidebar-lead .lead-title {
  font-size: 12px;
}
.fixed {
    width: 22%;
}
}
@media only screen and (max-width:1050px) {
.header__info-phnum > a {
	font-size: 35px;
	text-align:center;
}	
.top-menu .menu > li > a {
	font-size: 19px;
	padding: 0 48px;
}
.top-menu .menu li > ul li:hover > ul {
    left: 164px;
}
.top-menu .menu ul > li > a {
  border-bottom: 1px solid #cd7033;
  font-size: 13px;
  padding:5px;
}
.footer__badge span.association-logo {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 12%;
}
.gfield.col-md-12 {
	float: left;
	width: 100%;
}
}
@media only screen and (max-width:355px) {
.footer__copyright > span {
	display: block;
}
}
@media only screen and (max-width:950px) {
.contact__schedule-item span {
	font-size: 9px;
}
}
@media only screen and (max-width:900px) {
.header__info-phnum > a {
	font-size: 28px;
}	
.top-menu .menu > li > a {
	font-size: 19px;
	padding: 0 38px;
}
.top-menu .menu li > ul li:hover > ul {
    left: 128px;
}
.lead-title {
    font-size: 16px;
}
.sidebar-lead .lead-title {
    font-size: 10px;
}
.top-menu .menu li > ul li:hover > ul {
	left: 97%;
}

}
@media only screen and (max-width:800px) {
#menu-top-menu.menu {
    display: none;
}
.slicknav_menu {
	background-color: #e87326;
	display: block;
}
.slicknav_btn {
    background-color: #fff;
}
.slicknav_menu .slicknav_menutxt {
	color: #e87326;
	text-shadow:none;
}
.slicknav_menu .slicknav_icon-bar {background-color: #e87326;}
.slicknav_nav a {
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
}
.slicknav_nav a:hover {
	background-color: #fff;
	border-radius: 0;
	color: #e87326;
}	 
.slicknav_nav .slicknav_row {	
	margin: 0;
	padding: 5px 10px;
}
.slicknav_nav .slicknav_row:hover {
	background-color: #fff;
	border-radius: 0;
	color: #e87326;
}
.slicknav_nav .slicknav_row:hover a {
	background-color: none;
	border-radius: 0;
	color: #e87326;
}
.slicknav_nav a > a {
    color: #fff;
}
.post-list ul li a {
	font-size: 18px;
}
.sidebar-lead .lead-title {
    font-size: 9px;
}
.footer__menu ul li {
    padding: 0 7px;
}
.footer__badge span.association-logo {
	width: 11%;
}
.ngg-galleryoverview {
	margin: 0 auto;
	width: 585px;
}
.main-content ul,
.main-content ol {
	padding: 0 0 0 30px;
	text-align:left;
}
.page-services .post-entry {
    min-height: 330px;
}
}
@media only screen and (max-width:767px) {
.header__info.pull-right {
	float: none !important;
	margin: 20px 0 0;
	text-align: center;
}
.leads-title h2 {
    font-size: 30px;
}
.single .post-img,
.page .post-img,
.page-img {
	float:none;
    margin: 0 auto 15px;
	width:100%;
	max-width:none;
}
.single .post-img img,
.page .post-img img,
.page-img img {
	width:100%;
	max-width:none;
}
#sticky.post-list {
	position: relative !important;
	top: 0 !important;
	width: 100% !important;
}
.fixed {
	position: relative !important;
	top: 0;
	width: 100%;
	max-width:none;
}
.post-list ul li a {
	font-size: 24px;
}
.sidebar-lead .leads-link:after {
    content: url("../images/arrow-right.png");
}
.lead img,
.sidebar-lead img {
    width: 100%;
}
.sidebar-lead .lead-title,
.lead-title {
	font-size: 26px;
	line-height: normal;
}
.contact__form.col-md-6 {
    margin: 0 0 20px;
}
.footer__copyright {
	text-align: center;
}
.footer__menu ul {
	text-align:center;
}
.footer__menu ul li {
	display: inline-block;
	float: none;
}
.footer__badge {
    text-align: center;
}
.footer__badge span.association-logo {
	margin: 20px 5px;
	width: 30%;
}
/*.lead {
    margin: 0 auto 20px;
    width: 261px;
}
.sidebar-lead {
    margin: 0 auto 20px;
    width: 167px;
}*/
.contact__form form {margin: 0 0 20px;}
.contact__schedule-item span {font-size: 13px;}
.header__info-phnum {
  width: 100%;
}
.header__info-phnum > a {
  font-size: 35px;
}
}
@media only screen and (max-width:620px) {
.ngg-galleryoverview {
	width: 265px !important;
}	
}
@media only screen and (max-width:560px) {
.slicknav_menu {
	background-color: #e87326;
	display: block;
}	
.lead-title,
.sidebar-lead .lead-title {
	font-size: 18px;
}
.post-img {
	float: none;
	margin: 0 auto 20px;
}
}
@media only screen and (max-width:420px) {
.header__info-phnum > a {
  font-size: 19px;
}
.page-title, .post-title {
	font-size:30px;
	line-height: normal;
}	
.lead-ins .col-md-3.col-sm-3.col-xs-6 {
	float:none;
	margin: 0 auto;
	width: 280px;
}
.sidebar .col-md-6.col-sm-6.col-xs-6 {
    width: 100%;
}
.sidebar-lead {
	margin: 0 auto 20px;
	width: 250px;
}
.footer__badge span.association-logo {
	margin: 20px 5px;
	width: 100%;
}
}
@media only screen and (max-width:1170px) and (min-width:804px){
	#menu-top-menu {
    width: 100%;
    display: block;
    max-width: 100%;
}
#menu-top-menu >  li{
	text-align: center;
	width: 20%;
    margin: 0 0 !important;
    padding: 0 0 !important;
    float: left;
}


#menu-top-menu >  li > a{
	padding: 0 0 !important;

}
}

/*------------------------------------------------------------------
	[ 12 IE8 ]
-------------------------------------------------------------------*/

/* override bootstrap .container class for IE lt-ie9 */
.lt-ie9 .container { width: 1170px; }

.lt-ie9 .col-md-6,
.lt-ie9 .col-md-5 {
	float: left;
}

.lt-ie9 .col-md-12 { width: 100%; }
.lt-ie9 .col-md-6 { width: 50%; }
.lt-ie9 .col-md-7 { width: 58.33333333%; }
.lt-ie9 .col-md-5 {	width: 41.66666667%; }

/*------------------------------------------------------------------
	[ 13 IE7 ]
-------------------------------------------------------------------*/
.lt-ie8 .row { margin: 0; }
.lt-ie8 .col-md-6 { padding: 0; }

.lt-ie8 .col-md-6,
.lt-ie8 .col-md-5 {
	padding: 0;
}

.lt-ie8 .contact__form,
.lt-ie8 .contact__info {
	width: 561px;
}

.lt-ie8 .contact__form {	margin-right: 48px; }
.lt-ie8 .contact__form ul { margin: 0; }

.lt-ie8 .contact__form .col-md-12,
.lt-ie8 .contact__form .col-md-6 {
	padding: 0;
}

.lt-ie8 .contact__form .col-md-6 { width: 256px; }

.lt-ie8 #field_1_1,
.lt-ie8 #field_1_6 {
	margin-right: 48px;
}

.lt-ie8 .contact__gmaps iframe { width: 556px; }

.lt-ie8 .contact__details-left,
.lt-ie8 .contact__details-right {
	width: 280px;
}
a.services-read-btn{
  background:hsl(24, 81%, 53%);	
  color: hsl(0, 0%, 100%) !important;
  float: right;
  font-size: 15px;
  line-height: 24px;
  margin-right: 15px;
  padding: 0 12px;
  text-transform: inherit;
	
}
h1.page-title{
	line-height: 50px;	
}
.titan-slide-more-content{
	min-height: 80px;	
}
.page-home .home-more {
    margin: auto;
    text-align: left;
    width: 90%;
}
