@import url(//fonts.googleapis.com/css?family=Raleway:400,300,500,700,800);
@import url(//fonts.googleapis.com/css?family=Montserrat:400);
html, * {
	margin: 0;
	padding: 0;
}
body {
	background-color: #eff2f4;
	color: #000000;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select,  {
	font-size: 13px;
}
*:focus {
	outline: none;
	-moz-outline-style: none;
}
input::-moz-focus-inner {
 border: 0;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
}
a, a:visited, a:focus {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	box-border: none;
	-moz-outline-style: none;
}
a:hover {
	outline: none;
	text-decoration: none;
	box-border: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
.header .logo {
}
.topnav {
	/*	height: 160px;
*/	padding-top: 15px;
}
.topnav.navbar {
	margin-bottom: 0;
}
.topnav .navbar-nav{
	float: none;
	margin-top: 10px;
}
.topnav.navbar-default {
	background-color: #fff;
	border-color: #fff;
}
.topnav.navbar-default .navbar-collapse {
	border-color: #fff;
	margin-top: 30px;
}
.topnav .tagline {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #777;
	font-weight: 400;
	margin-bottom: 0px;
	text-transform:uppercase;
}
.topnav .navbar-brand {
	display: block;
	margin-right: 30px;
	height: 150px;
}
.topnav .nav > li > a {
	font-size: 13px;
	font-weight: 600;
	color: #003366;
	padding: 5px 15px;
}

.topnav .nav.snav > li:first-child > a {
	padding-left: 0;
}
.topnav.navbar-default .navbar-nav > .active > a, .topnav.navbar-default .navbar-nav > .active > a:hover, .topnav.navbar-default .navbar-nav > .active > a:focus {
	background-color: #fff;
	color: #EE0000;
}
.topnav .nav > li > a.active {
	color: #EE0000;
}

@media (min-width:1200px) {
.topnav .navbar-right:last-child {
	margin-top: -20px;
}
}
.topnav .loginbtn {
	background: #003366;
	border-radius: 2px;
	line-height: 1.7em;
	margin-left: 20px;
}
.topnav .loginbtn span {
	border-left: 1px solid #004E9B;
	padding: 8px 0 5px 7px;
	margin-left: 5px;
}
.topnav .nav li.loginbtn a {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
}
@media (min-width: 992px) and (max-width:1200px) {
.topnav .nav > li > a {
	font-size: 12px;
	font-weight: 600;
	color: #003366;
	padding: 5px 10px;
}
.topnav .tagline{
	font-size: 14px;
}
}
.menuitem {
	background: #003366;/*	height: auto;
	clear:both;*/
}
.menuitem div a {
	border-left: 1px solid #004E9B;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.menuitem div a.active, .menuitem div a:hover {
	background: rgba(0,78,155,0.55);
}
.carousel-inner {
	background: url(../images/slider_bg.jpg) no-repeat center center;
    background-size: cover;
}
.carousel-caption {
	text-align: left;
	top: 15%;
	left: 15%;
	width: 450px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}
.carousel-caption h5 {
	text-transform: uppercase;
	font-weight: 400;
	width: 400px;
	line-height: 1.5em;
}
.bannerbtn {
	background-color: rgba(161, 11, 0, 0.9);
	border-radius: 2px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	border: 0px solid #EE0000;
	font-weight: 500;
	margin: 20px 0 20px 0
}
.bannerbtn .glyphicon {
	top: 0;
}
.bannerbtn span {
	border-left: 1px solid #EE0000;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 15px;
}
.carousel-caption a:hover {
	color: rgba(255, 255, 255, 0.77);
}
.content, .innerContent {
	background: rgba(255, 255, 255, 1);
	padding: 40px 0;
}
.content h2 {
	vertical-align: middle;
	margin-bottom: 20px;
	color: #363636;
	font-size: 24px;
}
.content h2 span {
	display: inline-block;
	/*	height: 100%;
*/	vertical-align: top;
	margin-left: 10px;
}
.whylist h2 {
	display: table;
}
.whylist h2 span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding-right: 10px;
}
.content p {
	font-size: 15px;
	color: rgba(69, 76, 79, 1);
}
.whylist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.whylist ul li {
	padding: 0;
	margin: 0;
	width: 30%;
	/*display: inline-block;*/
    float: left;
	margin-left: 3%;
}
.allbtn {
	border-radius: 2px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	border: 0px solid #EE0000;
	font-weight: 500;
	margin: 20px 0 20px 0
}
.allbtn:hover {
	color: rgba(255, 255, 255, 0.77);
}

.allbtn:focus {
    color: #fff !important;
}

.allbtn .glyphicon {
	top: 0;
}
.allbtn span {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 15px;
}
.whylist h2 {
	font-size: 18px;
}
.bgblue p {
	color: #fff;
	font-size: 12px;
}
.bluebtn {
	background-color: rgba(40, 50, 109, 1);
}
.bluebtn span {
	border-left: 1px solid rgba(255, 255, 255, 1);
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.lgos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lgos ul li {
	display: inline-block;
	margin: 20px 5px;
	vertical-align: middle;
}
.whitef7 {
	padding: 0;
	background: #f7f7f7;
}
.whitef7 .container {
	background: url(../images/home_img_04.png) no-repeat bottom left;
}
.shide {
	display: none;
}
.whitef7 h2 {
	font-size: 24px;
	text-align: center;
}
.obox {
	width: 80%;
	margin: 0 auto 50px auto;
}
.obox .ocontent {
/*	background: #FE5720;*/
	padding: 30px;
	text-align: center;
	color: #fff;
}
.obox .ocontent p {
	color: #fff;
}
.obox .ocontent img {
	display: initial;
	margin-bottom: 10px;
}
.obox a {
	width: 100%;
	display: block;
	border: 1px solid #eee;
	padding: 15px 20px;
	font-size: 17px;
	font-weight: 700;
	color: #003366;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.obox a:hover {
	color: #004E9B;
}
.innerContent ul, .innerContent ol{
	margin-left: 15px;
}
.innerContent ul li, .innerContent ol li{
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.666em;
	margin-bottom: 12px;
}

footer {
	padding: 60px 0 0;
	background: #45474D;
}
.footericons {
	border-bottom: 1px solid #4F555E;
	padding-bottom: 60px;
}
.footericons img {
	height: 64px;
	width: auto;
}
.footericons h2 {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	padding: 0 6px;
	line-height: 1.5em;
}

.footericons .col-md-2 {
    padding: 0;
    margin: 0 33px 0 0;
}

.footernavs {
	margin-top: 25px;
	margin-bottom: 25px;
}
.footernavs h2 {
	font-size: 15px;
	color: #eee;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 300;
}
.footernavs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footernavs ul li {
	margin-bottom: 10px;
}
.footernavs ul li a, .footer-socials ul li a, .copyright a, .slgo a {
	color: #aaa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footernavs ul li a:hover, .footer-socials ul li a:hover, .copyright a:hover, .slgo a:hover {
	color: #279cd2;
}
.footer-socials {
	border-top: 1px solid #4F555E;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer-socials ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-socials ul li {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 20px;
}
.footer-socials ul li a img {
	margin-right: 10px;
}
.copyright {
	color: #999;
}
.copyright a {
	margin-left: 20px;
}
.innerHeader {
	padding-bottom: 30px;
}
.ihblue {
	background: #002142;
}
.ired {
	background: #f32836;
}
.iyellow {
	background: #FFCC01;
}
.ihorange {
	background: #FE5720;
}
.ihorange-2 {
	background: #ff0f00;
}
.ibanner_dhl {
	background: url(../images/casestudies/dhl.jpg) no-repeat right center;
}
.ibanner_coateshire {
	background: url(../images/casestudies/coateshire.jpg) no-repeat right center;
}
.ibanner_kennards {
	background: url(../images/casestudies/kennards-2.jpg) no-repeat right center;
}
.ibanner_onesteel {
	background: url(../images/casestudies/onesteel.png) no-repeat right center;
}
.ihbanner {
	background: url(../images/slider_bg.jpg) no-repeat center center;
    background-size: cover;
}
.ihbanner .taxi {
	background: url(https://www.swifttrans.com.au/images/taxi.jpg) no-repeat center center;
	background-size: cover;
}
.warehouse {
	background: url(../images/warehouse.jpg) no-repeat center center;
	background-size: cover;
}
.innerHeader h5, .warehouse h5 {
	line-height: 22px;
}
.breadcrumb {
	background: transparent;
	margin: 30px 0;
}
.breadcrumb a {
	color: rgba(255,255,255, 1);
}
.breadcrumb .active {
	color: rgba(255,255,255, 0.77);
}
.innerHeader h1 {
	color: #fff;
	font-size: 35px;
}
.innerHeader h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.row.equalheight {
	display: table;
	white-space: pre-wrap;
}
.equalheight [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.innerMenu {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.equalheight [class*="col-"] {
	border-bottom: 5px solid #fff;
}
.innerMenu a {
	/*	padding: 20px 0 15px 0;
	display: block;*/
	color: #004E9B;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	position: relative;/*	border-bottom: 5px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
*/
}
.equalheight [class*="col-"]:hover, .equalheight [class*="col-"].active {
	border-bottom: 5px solid #ED1B24;
	overflow: auto;
}
.innerContent h2 {
	color: #003366;
	font-size: 30px;
}
.innerContent h3 {
	color: #003366;
	font-size: 18px;
	line-height: 25px;
}
.innerContent p {
	color: #666;
	font-weight: 400;
	line-height: 1.666em;
}
ul.justlist {
	margin-left: 12px;
}
ul.justlist li {
	margin-bottom: 10px;
}
ul.nolisticon {
	list-style: none;
	margin-left: 0;
}
.h3wp h3 {
	margin-bottom: 0;
}
.sbox {
	background: #fff;
	padding: 1px 20px;
	margin-bottom: 20px;
}
.sbox:hover {
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.2);
}
.sbox h2 {
	font-size: 18px;
}
.innerContent .listheading h2 {
	font-size: 20px;
	font-weight: 500;
}
.safetytrainingbg {
	background: #ED1B24 url(../images/globes.png) no-repeat 100% -120px;
}
ul.warehouse_io {
	list-style: none;
	margin-top: 60px;
}
ul.warehouse_io li {
	display: inline-block;
	padding: 20px;
}
.calculator {
	background: #F7F6EA;
}
.price {
	background: #E30000;
	padding: 10px 20px;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.truck {
	background: #fff url(../images/truck.png) no-repeat;
	background-position: right -530px top -60px;
}
.testimonials h3 {
	font-size: 14px;
	line-height: 20px;
}
.fleet .table .img-responsive{
	max-width: 120px;
}
.fleet .table {
	background-color: transparent;
}
.fleet .table th {
	border-bottom: 1px;
	/* font-size: 18px; */
	color: #003366;
	padding-left: 0;

	font-size:16px;
	vertical-align: top;
}
.fleet .table td {
	border-top: 0;
	/* font-size: 15px; */
	color: #003366;
	background: transparent;
	padding: 40px 0;
	vertical-align: middle;
	font-weight: 500;

	font-size:14px;
}
.panel-default > .panel-heading {
	background: #fcfcfc;
}
.panel-title {
	padding-top: 10px;
	padding-bottom: 10px;
}
.media {
	padding: 20px 0;
}
.media > .pull-left, .media-body {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	font-weight: 300;
	font-size: 18px;
}
.panel-title a {
	font-size: 24px;
	color: #EB1924;
	font-weight: 500;
}
.panel-title a h5 {
	color: #777;
	font-weight: 500;
}
.panel-body {
	line-height: 1.7em;
	color: #464646;
	font-weight: 400;
}
.media-heading {
	font-weight: 400;
	color: #EC1A24;
	font-size: 22px;
}
.cp .sbox {
	padding: 5px 30px 30px 30px;
}
.cp .sbox h2 {
	font-size: 24px;
}
/* common elements */
.pad20t {
	padding-top: 20px;
}
.italic {
	font-style: italic;
}
.marg20b {
	margin-bottom: 20px;
}
.marg60b {
	margin-bottom: 60px;
}
.marg90b {
	margin-bottom: 90px;
}
.marg50tb {
	margin: 50px 0;
}
.fright {
	float: right;
}
.lightblue {
	color: #004D9A !important;
}
.f300w {
	font-weight: 300;
}
.bggrey {
	background: #f6f6f6;
}
.bgblue {
	background: #003366;
	line-height: 1.7em;
}
.bgblue h2, .bgblue p, .safetytrainingbg p, .safetytrainingbg h2 {
	color: #fff;
	font-weight: 300;
}
.color6 {
	color: #666;
}
.colorwhite {
	color: #fff !important;
}
.txtaleft {
	text-align: left;
}
.txtalr {
	text-align: right;
}
.bdr {
	border-right: 1px solid #fff;
}
.boxdarkblue {
	background: #001F3E;
	padding: 1px 20px;
    min-height: 261px;
}
.pad50top{
	padding-top: 50px;
}
.SWIFT-content #utes_taxi_eb, .SWIFT-content #container_eb, .SWIFT-content #warehousing_eb, .SWIFT-content #headofficedetails{
	padding-top: 50px;
}
.alignImg{
	text-align: right;
}
/* remove spacing between middle columns */
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
	padding-right: 0;
}
/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
	padding-left: 0;
}
/* only for column content visible */
.col-lg-1>div {
	background-color: #ddd;
}

@media (min-width:1200px) {
.lgos ul li {
	margin: 20px;
}
}

@media (max-width:991px) {
.topnav {
	padding: 0;
}
.topnav .navbar-brand {
	height: 110px;
}
.topnav .navbar-toggle {
	margin-top: 40px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #002142;
}
.navbar-default .navbar-toggle {
	border-color: #ffcc33;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff8d1;
}
.topnav.navbar-default .navbar-collapse {
	margin-top: 0;
}
.topnav .nav.snav > li:first-child > a {
	padding-left: 20px;
}
.topnav .nav > li > a{
	padding-left: 20px;
}

.topnav .container > .navbar-collapse {
	margin-left: 0;
	margin-right: 0;
}
.topnav .tagline {
	margin-left: -4px;
}
.topnav .loginbtn {
	background: white;
	border-radius: 0;
	margin-left: 0;
}
.topnav .nav li.loginbtn a {
	color: #036;
}

.menuitem div {
	display: block;
}
.menuitem .row.no-gutter [class*="col-"] {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.menuitem div a {
	border-left: 0px solid #004E9B;
	border-bottom: 1px solid #004E9B;
	text-align: left;
	padding-left: 20px;
}
.carousel-caption {
	top: 0%;
}
.whylist ul li {
	padding: 0px;
	margin: 0px 3% 0px 0px;
}
.whitef7 .container {
	background: none
}
.shide {
	display: block;
}
.alright {
	text-align: center;
}
.truck {
	padding-top: 330px;
	background-position: center top;
	background-size: contain;
}
}
.SWIFT-header {
	z-index: 1035;
	position: relative;
}
.colorb{
	background: #ED1B24;
}

.colorb h3{
	color: #fff;
	font-size: 20px;
	padding-bottom: 10px;
}
.innerContent ul.colorwhite li{
	color: #fff !important;
}

@media all and (max-width: 991px) {
.SWIFT-header {
	background-color: #5c605f;
	height: auto;
}
}

@media all and (min-width: 992px) {
.SWIFT-header.sticky {
	position: fixed;
	top: -162px;
	left: 0;
	right: 0;
}
.SWIFT-header.roll-up .front-header {
	bottom: 61px;
}
}
.ie8 .SWIFT-header.sticky {
	position: fixed;
	top: -162px;
	left: 0;
	right: 0;
}
.ie8 .SWIFT-header.roll-up .front-header {
	height: 60px;
}

@media all and (max-width: 991px) {
.SWIFT-header .global-header > .container {
	padding-left: 0;
	padding-right: 0;
}
}

@media all and (min-width: 992px) {
.SWIFT-header .global-header {
	height: 220px;
}
}
.ie8 .SWIFT-header .global-header {
	height: 220px;
}

@media all and (min-width: 992px) {
.SWIFT-header .front-header {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	/*    background-color: #5c605f;*/
	-webkit-transition: bottom 0.3s;
	transition: bottom 0.3s;
}
}
.ie8 .SWIFT-header .front-header {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	/*  background-color: #5c605f;*/
	-webkit-transition: bottom 0.3s;
	transition: bottom 0.3s;
}

@media all and (min-width: 992px) {
.SWIFT-header .back-header {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background-color: #ED1B24;
}
}
.ie8 .SWIFT-header .back-header {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background-color: #ff6600;
}

@media all and (max-width: 991px) {
.SWIFT-header .back-header .title-container {
	display: none;
}
}

@media all and (min-width: 992px) {
.SWIFT-header .back-header .title-container {
	text-align: center !important;
}
.SWIFT-header .back-header .title-container h2 {
	color: #ffffff;
	line-height: 20px;
}
}
.ie8 .SWIFT-header .back-header .title-container {
	text-align: center !important;
}
.ie8 .SWIFT-header .back-header .title-container h2 {
	color: #ffffff;
	line-height: 20px;
}

@media all and (max-width: 9917px) {
.SWIFT-tab-header {
	background-color: #ffffff;
}
}

@media all and (min-width: 992px) {
.SWIFT-tab-header {
	text-align: center;
	background-color: #ffffff;
	z-index: 1020;/*
		&.sticky {
			// Hotfix: hide one pixel gap between header and tab header in android tablet
			//top: @header-mini-height-sm;
			top: @header-mini-height-sm - 1px;
			// End

			left: 0;
			right: 0;
			position: fixed;

			.heading-wrapper .description-wrapper {
				max-height: 0;
				padding-bottom: 22px;
			}
			.heading-wrapper:after {
				opacity: 1;
			}
			.heading-wrapper .title-container {
				h1, h2 {
					color: @white;
				}
			}
			.heading-wrapper .description-container p {
				color: transparent;
			}
			.tabs-wrapper {
				border-top-width: 0;
				border-bottom-width: 0;
			}
			.box-shadow(0px 5px 5px 2px rgba(0, 0, 0, 0.1));
		}
*/
}

.SWIFT-tab-header.sticky .tabs-wrapper {
	position: fixed;
	top: 58px;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
}
.ie8 .SWIFT-tab-header {
	text-align: center;
	background-color: #ffffff;
	z-index: 1020;
}
.ie8 .SWIFT-tab-header.sticky .tabs-wrapper {
	position: fixed;
	top: 58px;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

@media all and (min-width: 992px) {
.SWIFT-tab-header .heading-wrapper {
	z-index: 0;
	position: relative;
}
.SWIFT-tab-header .heading-wrapper:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#ff6600), color-stop(50%, #ff9600), to(#ff6600));
	background-image: -webkit-linear-gradient(left, #ff6600, #ff9600 50%, #ff6600);
	background-image: -moz-linear-gradient(left, #ff6600, #ff9600 50%, #ff6600);
	background-image: linear-gradient(to right, #ff6600, #ff9600 50%, #ff6600);
	background-repeat: no-repeat;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6600', endColorstr='#ffff6600', GradientType=1);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.ie9 .SWIFT-tab-header .heading-wrapper:after {
	background-color: #ff6600;
}
}
.ie8 .SWIFT-tab-header .heading-wrapper {
	position: relative;
	background-color: #ffffff;
}

@media all and (max-width: 991px) {
.SWIFT-tab-header .heading-wrapper .title-container {
	padding-top: 16px;
	padding-bottom: 16px;
}
.SWIFT-tab-header .heading-wrapper .title-container h1,  .SWIFT-tab-header .heading-wrapper .title-container h2 {
	text-align: center;
	color: #ff6600;
}
}

@media all and (min-width: 992px) {
.SWIFT-tab-header .heading-wrapper .title-container {
	padding-top: 22px;
}
.SWIFT-tab-header .heading-wrapper .title-container h1,  .SWIFT-tab-header .heading-wrapper .title-container h2 {
	color: #ff6600;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
}
.ie8 .SWIFT-tab-header .heading-wrapper .title-container {
	padding-top: 22px;
}
.ie8 .SWIFT-tab-header .heading-wrapper .title-container h1, .ie8 .SWIFT-tab-header .heading-wrapper .title-container h2 {
	color: #ff6600;
}

@media all and (min-width: 992px) {
.SWIFT-tab-header .heading-wrapper .description-wrapper {
	overflow: hidden;
	max-height: 130px;
	padding-bottom: 40px;
/*	-webkit-transition: max-height 0.3s ease-out, padding-bottom 0.3s ease-out;
	transition: max-height 0.3s ease-out, padding-bottom 0.3s ease-out;*/
}
}
.ie8 .SWIFT-tab-header .heading-wrapper .description-wrapper {
	overflow: hidden;
	max-height: 130px;
	padding-bottom: 40px;
}

@media all and (max-width: 991px) {
.SWIFT-tab-header .heading-wrapper .description-container {
	padding-bottom: 20px;
}
}

@media all and (min-width: 992px) {
.SWIFT-tab-header .heading-wrapper .description-container {
	padding-top: 10px;
}
.SWIFT-tab-header .heading-wrapper .description-container p {
	color: #404040;
	font-weight: normal;
	letter-spacing: 0;
	color: #606060;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.ie8 .SWIFT-tab-header .heading-wrapper .description-container p {
	font-size: 20px;
}
}
@media all and (min-width: 768px) and all and (max-width: 767px) {
 .SWIFT-tab-header .heading-wrapper .description-container p {
 font-size: 16px;
}
}
@media all and (min-width: 768px) and all and (min-width: 768px) {
 .SWIFT-tab-header .heading-wrapper .description-container p {
 font-size: 20px;
}
}
@media all and (min-width: 768px) and all and (min-width: 980px) {
 .SWIFT-tab-header .heading-wrapper .description-container p {
 font-size: 20px;
}
}
.ie8 .SWIFT-tab-header .heading-wrapper .description-container {
	padding-top: 10px;
}
.ie8 .SWIFT-tab-header .heading-wrapper .description-container p {
	color: #404040;
	font-weight: normal;
	letter-spacing: 0;
}

@media all and (max-width: 767px) {
.ie8 .SWIFT-tab-header .heading-wrapper .description-container p {
	font-size: 16px;
}
}

@media all and (min-width: 768px) {
.ie8 .SWIFT-tab-header .heading-wrapper .description-container p {
	font-size: 20px;
}
}

@media all and (min-width: 980px) {
.ie8 .SWIFT-tab-header .heading-wrapper .description-container p {
	font-size: 20px;
}
}
.ie8 .ie8 .SWIFT-tab-header .heading-wrapper .description-container p {
	font-size: 20px;
}
.SWIFT-tab-header .tabs-wrapper {
	display: block !important;
	position: relative;
	z-index: 1032;
	background-color: #ffffff;
/*	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #dfdfe1;
*/	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
tr.SWIFT-tab-header .tabs-wrapper {
	display: table-row !important;
}
th.SWIFT-tab-header .tabs-wrapper, td.SWIFT-tab-header .tabs-wrapper {
	display: table-cell !important;
}

@media (max-width: 767px) {
.SWIFT-tab-header .tabs-wrapper,  tr.SWIFT-tab-header .tabs-wrapper,  th.SWIFT-tab-header .tabs-wrapper,  td.SWIFT-tab-header .tabs-wrapper {
	display: none !important;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.SWIFT-tab-header .tabs-wrapper.hidden-sm,  tr.SWIFT-tab-header .tabs-wrapper.hidden-sm,  th.SWIFT-tab-header .tabs-wrapper.hidden-sm,  td.SWIFT-tab-header .tabs-wrapper.hidden-sm {
	display: none !important;
}
}

@media (min-width: 980px) and (max-width: 1199px) {
.SWIFT-tab-header .tabs-wrapper.hidden-md,  tr.SWIFT-tab-header .tabs-wrapper.hidden-md,  th.SWIFT-tab-header .tabs-wrapper.hidden-md,  td.SWIFT-tab-header .tabs-wrapper.hidden-md {
	display: none !important;
}
}

@media (min-width: 1200px) {
.SWIFT-tab-header .tabs-wrapper.hidden-lg,  tr.SWIFT-tab-header .tabs-wrapper.hidden-lg,  th.SWIFT-tab-header .tabs-wrapper.hidden-lg,  td.SWIFT-tab-header .tabs-wrapper.hidden-lg {
	display: none !important;
}
}
.SWIFT-tab-header .tab-list {
	display: table;
	table-layout: fixed;
	position: relative;
	height: 100%;
	width: 100%;
}
.SWIFT-tab-header ul.tab-list {
	margin-bottom: 0;
}
.SWIFT-tab-header .tab-list.column-2 > li {
	width: 50%;
}
.SWIFT-tab-header .tab-list.column-3 > li {
	width: 33.33333333333333%;
}
.SWIFT-tab-header .tab-list.column-4 > li {
	width: 25%;
}
.SWIFT-tab-header .tab-list.column-5 > li {
	width: 20%;
}
.SWIFT-tab-header .tab-list.column-6 > li {
	width: 16.666666666666664%;
}
.SWIFT-tab-header .tab-list > li {
	color: #004E9B;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

@media all and (max-width: 767px) {
.SWIFT-tab-header .tab-list > li {
	font-size: 16px;
}
}

@media all and (min-width: 768px) {
.SWIFT-tab-header .tab-list > li {
	font-size: 16px;
	line-height: 1.0;
}
}

@media all and (min-width: 980px) {
.SWIFT-tab-header .tab-list > li {
	font-size: 16px;
}
}
.ie8 .SWIFT-tab-header .tab-list > li {
	font-size: 16px;
	line-height: 1.0;
}
.SWIFT-tab-header .tab-list > li > a {
	color: #004E9B;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.SWIFT-tab-header .tab-list > li > a:hover, .SWIFT-tab-header .tab-list > li > a:focus {
	color: #ED1B24;
}
.SWIFT-tab-header .tab-list > li.active > a, .SWIFT-tab-header .tab-list > li.active a:hover, .SWIFT-tab-header .tab-list > li.active a:focus {
	color: #ED1B24;
}
.SWIFT-tab-header .orange-bar {
	position: absolute;
	bottom: 0;
	height: 6px;
	background-color: #ED1B24;
	-webkit-transition: left 0.3s, background-color 0.3s;
	transition: left 0.3s, background-color 0.3s;
}
.SWIFT-tab-header .orange-bar.invisible {
	background-color: #ffffff;
}

@media all and (max-width: 767px) {
.SWIFT-tab-body {
	border-bottom: 1px solid #e0e0e0;
}
}

@media all and (max-width: 767px) {
.SWIFT-content {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
}

@media all and (min-width: 768px) {
.SWIFT-content {
	position: relative;
	z-index: 0;
	min-height: 250px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.SWIFT-content.border-top {
	border-top: 1px solid #e0e0e0;
}
.SWIFT-content:after {
/*	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 250px;
	top: 0;
	left: 0;
	right: 0;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4f4f4), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffffffff', GradientType=0);
*/}
}
.ie9 .SWIFT-content {
	position: relative;
	min-height: 250px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4f4f4), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffffffff', GradientType=0);
}
.ie9 .SWIFT-content.border-top {
	border-top: 1px solid #e0e0e0;
}
.SWIFT-content.no-gradient {
	min-height: 0;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.SWIFT-content.no-gradient:after {
	background: #ffffff;
	height: auto;
}

@media (max-width:767px) {
.whylist ul li {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.whylist h2 {
	display: block;
}
.whylist h2 span {
	display: block;
	margin-bottom: 10px;
}
.bg6 .pull-right {
	float: none !important;
}
.carousel-caption {
	display: none;
}
.truck {
	padding-top: 35%;
	background-position: center top;
	background-size: contain;
}
.alignImg{
	text-align: center;
}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
.footericons .col-md-2 {
    padding: 0;
    margin: 0 0px 0 0 !important;
}

}