﻿/* Use this area for global styles. */

a:focus {
	outline: none;
}

.clearBoth {
	clear:	both;
}

.alignLeft {
	text-align:	left;
}

.alignCenter {
	text-align:	center;
}

.alignRight {
	text-align:	right;
}

.justify {
	text-align:	justify;
}

a {
	color: #1fa2ad;
	text-decoration: none;
}
a:hover {
	color: #29c7d4;
	text-decoration: underline;
}


/* Main Skin */


body {
	background: #fff url('http://www.controlmysite.ca/logistics/images/bg.jpg') center center repeat;
	font-family: 'Helvetica', Arial;
}

/*.fancyFont, h1, h2, h4 {
	font-family:'FuturaBT-Light';
	font-weight: lighter;
	font-style: normal;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-family:'BellGothicStd-Bold';
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
}
h4 {
	font-size: 25px;
	margin:0px;
	padding:0px;
	text-align: left;
}
h4 span {
	color: #20afbb;
}*/

div.container {
	padding: 48px;
}

div#content {
	width: 990px;
	margin: auto;
	position: relative;
	background-color: #fff;
	margin-top: 6px;
	-webkit-box-shadow:  0px 0px 16px 0px #747474;
	box-shadow:  0px 0px 16px 0px #747474;
}

div#topnav {
	background-color: #383838;
	margin: 0px;
	float: right;
	display: inline-block;
	margin-right: 48px;
	padding: 6px 8px 8px 8px;
	margin-top: -6px;
	border-radius: 0px 0px 8px 8px; 
	-moz-border-radius: 0px 0px 8px 8px; 
	-webkit-border-radius: 0px 0px 8px 8px; 
}
	div#topnav a {
		margin: 0px 8px;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	div#topnav a.selected, div#topnav a:hover {
		color: #7f7b7b;
	}
img#logo {
	margin: 26px 0px 26px 48px;
	float: left;
}
div#mainnav {
	width: 500px;
	float: right;
	margin: 38px 48px 0px 0px;
	text-align: right;
}
	div#mainnav a {
		color: #79828a;
		font-size: 13px;
		font-family: 'Helvetica';
		letter-spacing: 0.1em;
		font-weight: lighter;
		margin-left: 32px;
		text-transform: uppercase;
		text-decoration: none;
	}
	div#mainnav a:hover {
		color: #9ca1a5;
	}
	
	div#mainnav a.selected {
		color: #9ca1a5;
	}

div#footer {
	background-color: #cddadb;
	clear: both;
	padding: 24px 64px;
}
	div#footer p {
		color: #444747;
		font-family: 'Helvetica', Arial;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 8px;
	}
	div#footer p small {
		color: #8d9697;
		font-family: 'Helvetica', Arial;
		font-size: 11px;
		font-weight: normal;
		margin-bottom: 8px;
	}
	div#footer p span { 
		display: none;
		color: #7f8889;
		font-size: 18px;
		font-weight: bold;
		font-family: 'Helvetica', Arial;
		text-shadow: 0px 1px 0px #e4eeef;
	}
	div#footer div.footer-box {
		width: 630px;
		float: right;
	}
	div#footer div.footer-box div.footer-links {
		float: left;
		width: 170px;
		height: 120px;
		padding: 0px 20px;
		text-transform: uppercase;
		background-image: url('http://www.controlmysite.ca/logistics/images/faded-line.png');
		background-position: left top;
		background-repeat: no-repeat;
	}
		div#footer div.footer-box div.footer-links p {
			color: #3a4040;
			font-weight: bold;
			font-size: 13px;
			font-family: 'Helvetica';
			letter-spacing: 0.1em;
			font-weight: lighter;
			text-transform: uppercase;

		}
		div#footer div.footer-box div.footer-links a {
			color: #62686a;
			display: block;
			font-weight: bold;
			font-size: 11px;
			font-family: 'Helvetica';
			letter-spacing: 0.1em;
			font-weight: lighter;
			text-transform: uppercase;
			line-height: 17px;
			text-decoration: none;
		}
		div#footer div.footer-box div.footer-links a:hover {
			color: #353535;
		}
	div#footer div.footer-box div.social {
		float: right;
		width: 82px;
		text-align: right;
	}
		div#footer div.footer-box div.social a {
			display: inline-block;
			width: 36px;
			height: 36px;
			background: url('http://www.controlmysite.ca/logistics/images/icon-twitter.jpg') center center no-repeat;
			text-indent: 1999px;
			overflow: hidden;
		}
		div#footer div.footer-box div.social a.facebook {
			background: url('http://www.controlmysite.ca/logistics/images/icon-fb.jpg') center center no-repeat;
		}

/* Slider */

#slider {
	height: 261px;
	position: relative;
}
	#slider div {
		height: 261px;
		padding: 0px 24px;
		position: relative;
	}
	#slider div h1 {
		font-family: 'Helvetica', Arial;
		font-size: 30px;
		font-weight: lighter;
		letter-spacing: -0.06em;
		color: #fff;
		line-height: 38px;
		background-color: #000;
		display: inline-block;
		padding: 6px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 6px;
		position: absolute;
		bottom: 16px;
		left: 48px;
	}


/* Home Page */

div.features {
	background-color: #d2d2d2;
	width: 214px;
	height: 192px;
	float: left;
	margin-right: 12px;
	cursor: pointer;
}
div.features:hover {
	-moz-opacity:.80; 
	-ms-filter:”alpha(opacity=80)”; 
	filter:alpha(opacity=80); 
	opacity:0.80; 
	cursor: pointer;
}
	div.features p {
		padding: 16px;
		font-size: 15px;
		font-family: 'Helvetica', Arial;
	}
	div.features h1 {
		color: #fff;
		font-size: 16pt;
		font-weight: normal;
		font-family: 'Helvetica', Arial;
		letter-spacing: -0.07em;
		line-height: 19pt;
		padding: 0px;
		margin: -4px 0px 0px 0px;
	}
	div.features h1 span {
		font-size: 13pt;
		font-weight: normal;
		font-family: 'Helvetica', Arial;
		letter-spacing: -0.07em;
		margin-left: 0.15em;
		margin-bottom: 0.25em;
	}
	div.features div.top {
		display: block;
		padding: 16px;
		height: 42px;
		background-image: url('http://www.controlmysite.ca/logistics/images/arrow.png');
		background-position: 190px center;
		background-repeat: no-repeat;
	}
	div.features.feature-1 div.top {
		background-color: #3ecbdc;
	}
	div.features.feature-2 div.top {
		background-color: #8ddd4b;
	}
	div.features.feature-3 div.top {
		background-color: #ebae42;
	}
	div.features.feature-4 {
		margin-right: 0px;
	}
	div.features.feature-4 div.top {
		background-color: #f02c7f;
	}

div#news h1, div#mobile h1 {
	color: #159bab;
	font-size: 18pt;
	font-weight: normal;
	font-family: 'Helvetica', Arial;
}

div#news {
	background: #f4f5f9;
	float: left;
	width: 408px;
	margin-top: 12px;
	padding: 16px;
	
}
	div#news div.news-box {
		border-top: 1px solid #dddee2;
		padding-top: 16px;
		padding-bottom: 16px;
		margin-top: 0px;
		color: #42474a;
		cursor: pointer;
	}
	div#news div.news-box:hover {
	-moz-opacity:.80; 
	-ms-filter:”alpha(opacity=80)”; 
	filter:alpha(opacity=80); 
	opacity:0.80; 
		cursor: pointer;
	}
	div#news div.news-box h2 {
		font-family: 'Helvetica', Arial;
		font-size: 18px;
	}
	div#news div.news-box p {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		font-family: 'Helvetica', Arial;
		margin: 0px 0px 8px 0px;
		padding: 0px;
	}
	div#news div.news-box a {
		font-family: 'Helvetica', Arial;
		display: inline-block;
		background: url('http://www.controlmysite.ca/logistics/images/news-arrow.png') center right no-repeat;
		padding-right: 22px;
		padding-bottom: 1px;
		float: right;
		margin-top: 16px;
	}

div#mobile {
	margin-top: 12px;
	margin-bottom:0px;
	padding: 16px;
	padding-bottom:0px;
	width: 408px;
	float: right;
}
	div#mobile p {
		font-family: 'Helvetica', Arial;
		font-size: 18px;
		margin: 16px 0px 0px 0px ;
	}
	div#mobile img.breakout {
		margin-right: -64px;
		float: right;
	}


/* Content Pages */

div.titlebar {
	padding: 20px 48px;
}
	div.titlebar h1 {
		font-family: 'Helvetica', Arial;
		font-weight: lighter;
		font-size: 24px;
		color: #fff;
		padding: 0px 16px;
	}
	div.titlebar p {
		color: #303030;
		font-family: 'Helvetica', Arial;
		padding: 0px 16px;
		font-size: 16px;
	}

div.content {
	padding: 16px;
	padding-top: 0px;
	width: 620px;
	float: left;
	color: #383838;
	line-height: 21px;
	font-size:0.96em;
	
}

div.sidemenu {
	float: right;
	width: 200px;
	margin-right: -48px;
	border: 1px solid #e0e0e0;
	border-right: 0px;
	padding: 24px;
	font-size: 13px;
	font-family: 'Helvetica';
	letter-spacing: 0.1em;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
	color: #79828a;
}

div.sidemenu a {
	text-decoration: none;
}

/*Bootstrap Customization*/

.btn-black {
  color: white;
  background-color: #1E1E1E;
  border-color: #000000;

}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: white;
  background-color: #000000;
  border-color: #adadad;
}

.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  background-image: none;
}

.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #79828a;
  border-color: #cccccc;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

.text-successLogistics {
  color:   #34cbce;
}
