/*
.bgpattern-tas {
    background-image: url("../images/main-background.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: 100%;
}
*/
.bgpattern-tas {
    /*background-image: url("../images/tyre-tread.jpg");*/
    background-image: url("../images/body_backgrounds/patterns/black-twill@2x.png");
}

.top-header {
    background-color: #fff;
}
.header {
    height: 115px;
}
/* First Level Styling */
.navigation > li > a {
    line-height: 115px;
}
.rev-slider-full {
	border-top: 2px solid #b1b0ae;				
}
.rev-slider-full {
    height: 350px;
    max-height: 350px;
}
.tp-caption.modern_big_bluebg {
    background: rgba(0, 0, 0, .2);
}
.mobile-menu-button {
    top: 8px;
    right: 35px;
}

/* *********************************************************************************************************************** */
/* Colour amends
/* *********************************************************************************************************************** */

/* Main Body Background Color */
#wrapper {
    /*  background-color: #f9f9f9; */
}

/* Header Colors */
.header_wrapper, .top_wrapper {
    background: -webkit-radial-gradient(farthest-side circle at center, #f77f00 0%, #ef6b00 100%);
    background: -moz-radial-gradient(farthest-side circle at center, #f77f00 0%, #ef6b00 100%);
    background: -o-radial-gradient(farthest-side circle at center, #f77f00 0%, #ef6b00 100%);
    background: radial-gradient(farthest-side circle at center, #f77f00 0%, #ef6b00 100%);
    background-color: #ef6b00;
}

.top-header {
    background-color: #fafafa;
}

.searchbox {
    background-color: #F0F0F0;
}

.navigation > li > a, .navigation > li > a > i, .sticky-navigation .navigation > a {
    color: #676767;
}

.navigation > li:hover > a,
.navigation > li > a:hover,
.navigation > li > .activelink, .navigation > li:hover > a > i {
    color: #f77f00;
}

.navigation ul {
    background-color: #f8f8f8;
    border-color: #f77f00;
}

.navigation ul li a {
    color: #494949;
    background-color: #f8f8f8;
}

.mobile-menu-button, .mobile-nav {
    background-color: #f77f00;
}

.mobile-menu-button:hover {
    background-color: #f77f00;
    opacity: 0.7;
}

.navigation > li > a:after, .navigation > li > .activelink:after {
    background-color: #f77f00;
}

.navigation .icon-arrow-menu {
    color: #f77f00;
}

.navigation ul li:hover > a, .navigation ul li a.activelink {
    background-color: #ebebeb;
    color: #212121;
}

.navigation .icon-arrow-submenu, .navigation ul li:hover > a i {
    color: #494949;
}

.sticky-navigation {
    background-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

.h1-page-title {
    color: #f7f4f4;
}

.h2-page-desc {
    color: #E4E4E4;
}

.breadcrumbs li:last-child {
    color: #4b4b4b;
}

/* Page Content Colors */
.body-wrapper a, .tab a, accordion .title, .top-body a, .bottom-body a {
    color: #4b4b4b;
}

.body-wrapper a:hover, .tab a:hover, accordion .title:hover, .top-body a:hover, .bottom-body a:hover {
    color: #f77f00;
}

.callout-box, .team-member .team-member-content, .feature .feature-content {
    border-color: #f77f00;
}

.team-member-progress-bar {
    background: #f77f00;
}

.tab a.active:after {
    background-color: #f77f00;
    border-color: #f77f00;
}

.content-box.content-style2 h4 i {
    color: #f77f00;
}

.accordion .title:hover h4 {
    color: #f77f00;
}

.button, .body-wrapper input[type="submit"], .body-wrapper input[type="button"], button.button-main {
    background-color: #3a6893;
    border-color: #28425a;
    color: #fff !important;
    text-shadow: 0 1px 0 #989898;
}

.button:hover, .body-wrapper input[type="submit"]:hover, .body-wrapper input[type="button"]:hover, button.button-main:hover,
.button:active, .body-wrapper input[type="submit"]:active, .body-wrapper input[type="button"]:active, button.button-main:active {
    background-color: #f77f00;
    color: #fff !important;
    text-shadow: 0 1px 0 #666;
}

.blog-post-icon, .comments-list .children .comment:before, .portfolio-filter li a.portfolio-selected,
.portfolio-filter li a:hover, .dropcaps.dropcaps-color-style, .carousel-container .carousel-icon:hover {
    background-color: #f77f00;
}

.comments-list .children .comment:after {
    border-color: transparent transparent transparent #f77f00;;
}

.side-navigation .menu-item.current-menu-item a, .side-navigation .menu-item:hover a:after,
.side-navigation .menu-item:hover a {
    color: #6ca8e2
}

.tool-tip {
    color: #6ca8e2 !important;
}

.highlighted-text {
    background-color: #f77f00;
    color: #ffffff;
}

.icons-list.colored-list li:before, .blog-post-date .day, .blog-post-date .month, strong.colored, span.colored {
    color: #f77f00;
}

.pagination .prev, .pagination .next, .pagination a:hover, .pagination a.current {
    background-color: #f77f00;
    color: #fff;
}

div.pagination a {
    border-color: #f77f00;
    color: #f77f00;
}

.contact-map {
    border-color: #f77f00;
}

/* Footer Area Colors */
.footer:after {
    background-color: #c7c8c7
}

.footer:before {
    background-color: #c5c5c5
}

.footer {
    background-color: #f77f00;
    background: -webkit-radial-gradient(farthest-side circle at center, #f77f00 0%, #ef6b00 100%);
    background: -moz-radial-gradient(farthest-side circle at center, #f77f00 0%, #ef6b00 100%);
    background: -ms-radial-gradient(farthest-side circle at center, #f77f00 0%, #ef6b00 100%);
    background: radial-gradient(farthest-side circle at center, #f77f00 0%, #ef6b00 100%);
}

.footer .copyright {
    background-color: #ef6b00;
    color: #fff;
}

.footer .copyright a {
    color: #fff;
}

.footer .copyright a:hover {
    color: #666;
}

.footer .footer-col .footer-content .input {
    background-color: #fff;
    color: #000;
}

.footer .footer-col .footer-content input[type=submit], .footer button {
    background-color: #ef6b00;
}

.footer .footer-col .footer-content input[type=submit]:hover, .footer button:hover, .footer button:active,
.footer .footer-col .footer-content input[type=submit]:active {
    background-color: #f99b0c;
}

.footer .footer-col .footer-content, .footer .footer-col .footer-content .footer-content-text {
    color: #fff;
}

.footer .footer-col .footer-title {
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.footer .footer-col .footer-content a {
    color: #f3f3f3;
}

.footer .footer-col .footer-content a:hover {
    color: #fff;
}
.button.button-orange {
    background-color: #f77f00;
    border-color: #ef6b00;
    color: red;
}

.button.button-orange:hover, .button.button-orange:active {
    background-color: #f99b0c;
    color: #fff;
}

/* *********************************************************************************************************************** */
/* Pricing Section
/* *********************************************************************************************************************** */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #efefef;
  border: 1px solid #ededed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-package {
  padding-top: 80px;
  margin-top: 100px;
  margin-bottom: 24px;
  text-align: center;
}
.well-package-heading {
  color: white;
  line-height: 140px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  top: 0;
  margin-left: -70px;
  margin-top: -70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.9);
}
.well-package-heading .tag {
  font-size: 12px;
  color: white;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 50%;
  margin-right: -75px;
  background-color: #b14949;
  background-color: rgba(177, 73, 73, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.well-package-price {
  font-size: 36px;
  color: #42576a;
  line-height: 1em;
  font-weight: 900;
}
.well-package-price small {
  font-size: 16px;
  font-weight: 300;
}

.well-package-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.well-package-list li {
  border-bottom: 1px solid #f2f2f4;
  -webkit-box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  padding: 12px 0;
}

/* *********************************************************************************************************************** */
/* Hyperlink amends
/* *********************************************************************************************************************** */
a:link, a:visited {
	color: #f77f00;			
}
a:hover {
	text-decoration: underline;
}
.mobile-nav a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding: 10px 0px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-nav a:hover {
    background: rgba(0, 0, 0, 0.11);
}

/*############################################################################
Miscellaneous 
############################################################################ */
.clear {
	clear: both;
}
.clear1 {
	clear: both;
	height: 1px;
}
.clear2 {
	clear: both;
	height: 2px;
}
.clear3 {
	clear: both;
	height: 3px;
}
.clear5 {
	clear: both;
	height: 5px;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear20 {
	clear: both;
	height: 20px;
}
.clear30 {
	clear: both;
	height: 30px;
}
.clear50 {
	clear: both;
	height: 50px;
}
.clear100 {
	clear: both;
	height: 100px;
}


#requiredcheck, .requiredcheck {
    visibility: hidden;
}