/* = DEFAULT STYLES = */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
html, body {margin:0;font-size:16px;font-family: 'Oswald', sans-serif;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold;color: #C1292E;}
a:hover, a:focus {text-decoration:underline;color: #596368;}

/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-size:36px;margin:0;font-weight: bold;border-bottom: 3px solid #30C949; text-align: center}
h2 {font-size:32px;margin:0;}
h3 {font-size:28px;margin:0;font-weight: bold;}
h4 {}
h5 {}
/* = DEFAULT - Custom Bootstrap = */
.container {max-width:1000px;margin:0 auto;}

/* Buttons */
.btn {background:#333;color:#fff;}
.btn:hover, .btn:focus {background:#666;color:#fff;}

/* = HEADER = */
header {background: #596368;background-image: url('../images/transparent-background.png');}
.header-inner {}
/* HEADER - LOGO */
.logo {margin-top: 40px;}
.logo img:hover, .logo img:focus {opacity:.8;}

/* = CALL TO ACTION = */
.c2a {text-align:right;margin-top: 10px;margin-bottom: 15px;}
.tagline {display:block;color: #000;font-weight: bold;font-size: 24px;}
.tel {display:block;}
.tel a {color: #fff;font-size: 24px;letter-spacing: 1px;text-shadow: 0 0 2px #000,0 0 3px #000,0 0 4px #000;}
.tel a:hover, .tel a:focus {text-decoration: none;color: #30C949;}
address {display:block;margin-bottom:0px;font-size: 24px;color: #000;font-weight: bold;}
.email {display:block;}
.email a {font-size: 22px;color: #fff;text-shadow: 0 0 2px #000,0 0 3px #000,0 0 4px #000;}
.email a:hover, .email a:focus {text-decoration: none;color: #30C949;}

/* = SOCIAL MEDIA LINKS = */
.social {display:block;}
.social a {color: #fff;display: inline-block;}
.social a:hover, .social a:focus {color: #30C949;}
.social img{margin-left: 5px;}

.social .saskenergy{border-radius: 3px;}
.social .saskenergy:hover{opacity: .6;}
.social .mysask:hover{opacity: .6;}
.social .mysask{padding-top: 5px; height: 38px;}


/* = NAVIGATION = */
nav {background: #fff;box-shadow: 0 0 15px #000;border-top: 3px solid #30C949;border-bottom: 3px solid #30C949;}
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {color: #C1292E;background: transparent;font-size: 22px;text-transform: uppercase;letter-spacing: 2px;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {background: #C1292E;color: #fff;}
.nav li.active a {background: #C1292E;color: #fff;}
.dropdown-menu {margin-top:-2px;background:transparent;box-shadow:none;border:none;border-radius:0px;padding:0px;}
.dropdown:hover .dropdown-menu {display: block;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {background: #C1292E;color: #fff;}
.navbar-default .dropdown-menu > li > a {}
.navbar-default .dropdown-menu > li > a:hover {background: #C1292E;color: #fff;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background: #C1292E;color: #fff;}
.navbar-default .navbar-nav>li>a:focus {background: #C1292E;color: #fff;}
.navbar-toggle {background: #C1292E;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {background: #596368;}
.navbar-default .navbar-toggle .icon-bar {background: #fff;}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-5px;}
.navbar .navbar-collapse {text-align: center;}

/* = BANNER = */
#banner {}
.banner-inner {}
.banner-inner .item img{width: 100%;}
.carousel-inner {border:none;box-shadow:none;}
.carousel.fade {opacity: 1;}
.carousel.fade .item {-moz-transition: opacity ease-in-out .7s;-o-transition: opacity ease-in-out .7s;-webkit-transition: opacity ease-in-out .7s;transition: opacity ease-in-out .7s;left: 0 !important;opacity: 0;top:0;position:absolute;width: 100%;display:block !important;z-index:1;}
.carousel.fade .item:first-child {top:auto;position:relative;}
.carousel.fade .item.active {opacity: 1;-moz-transition: opacity ease-in-out .7s;-o-transition: opacity ease-in-out .7s;-webkit-transition: opacity ease-in-out .7s;transition: opacity ease-in-out .7s;z-index:2;}

/* = FEATURE = */
#feature {background:#C1292E;text-align: center;padding: 60px 20px;}
.feature-inner {}
.feature-box {background: #596368;background-image: url('../images/transparent-background.png');box-shadow: 0 0 15px #000;border-radius: 5px;overflow: hidden;transition: ease-in-out 300ms;}
.feature-box img{width: 100%;}
.feature-box:hover{transform: scale(.8);}
.feature-box h3{padding-top: 15px;padding-bottom: 15px;text-shadow: 0 0 2px #000,0 0 3px #000,0 0 4px #000;}
#feature a{color: #fff;}
#feature a:hover{text-decoration: none;}

/* = MAIN = */
main {text-align:left;color: #000;padding-top: 45px;padding-bottom: 25px;}
.main-inner {}
.main-inner .fa-ul>li{margin-bottom: 10px;}

/* = SECTION = */
section {}
.bord {border: 3px solid #C1292E; }
.services h2 {font-weight: bold; color: #fff; padding: 20px;  background: #596368; background-image: url('../images/transparent-background.png');}

/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 20px 0px;}
img.pull-right {margin:20px 0px 20px 20px;}

/* = ASIDE = */
aside {text-align:left;}

/* CONTACT FORM */
hr.divider {border-top: 3px solid #333; margin: 0;}
#contactform label {cursor:pointer;color: #333;}
#contactform button {width:100%; background-color: #30C949;}
#contactform button:hover {background-color: #fff; color: #000;}
#contactform .alert {padding: 7px 25px;width:100%;margin-bottom:0px;}
#contactform input.alert {padding:0;}
#contactform .alert-danger {color:#a94442;}
.contactform-bg {min-height: 20px;padding: 19px;margin-bottom: 20px;background: #596368;background-image: url('../images/transparent-background.png');}
.contactform-bg input, .contactform-bg textarea {background: #ffffff;}
#contactform .form-control {color:#999999;}
#contactform label.contactpage-label {cursor:pointer;color: #fff; font-weight: bold;}
textarea.form-control.message-area {}
.input-group-addon {color: #000;background-color: #e5e5e5;border-radius: 0;}
.jumbotron-sm { padding: 24px 0;background: #596368;background-image: url('../images/transparent-background.png');border-radius: 0 !important; font-weight: bold;border: 3px solid transparent; margin: 0 0 4% 0;}
.jumbotron-sm h2 {font-weight: bold;color: #fff; background: none;}
.jumbotron-sm h2 small {font-size: 18px;color: #fff;font-weight: bold;}
.location-container {background: #596368;background-image: url('../images/transparent-background.png'); padding: 1em; margin: 1em auto; font-weight: bold;border: 3px solid transparent;}
span.company-heading {font-size: 24px;color: #fff; text-align:center; display:block; width: 100%;}
span.company-address {font-size: 18px;text-align:center; display:block;color: #fff; width: 100%;}
span.company-address a {font-size: 18px;text-align:center; display:block;color: #fff;}
span.company-address a:hover {color:#333; text-decoration: none;}
legend {font-size: 26px;color: #fff; text-align:center; display:block; border-bottom: 1px solid transparent;font-weight: bold; width: 100%;}
/* -- GOOGLE MAP -- */
.googlemap-container { position: relative; padding-top: 68.5%; max-width: none; margin: 0 auto; }
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed { position: absolute; top: 0; left: 0 ; width: 100%; height: 100%; border: 3px solid #30C949;}

/* = CONTACT INFO = */
#contact-info {font-size: 20px;}
.contact-info-inner {}
.contact-info {display:block;margin-bottom: 5px;}
.spacer {margin:0px 5px;}
.contact-info[itemprop="name"],.contact-info[itemprop="address"]{text-shadow: 0 0 2px #fff,0 0 2px #fff;font-weight: bold;}
#contact-info a {}
#contact-info a:hover, #contact-info a:focus {}
#contact-info .social{font-size: initial;}
#contact-info .social img{margin-left: 10px;}

/* Brands */
.brands img{margin-bottom: 20px;box-shadow: 0 0 15px #000;transition: ease-in-out 300ms;}
.brands img:hover{transform: scale(.9);}

/* = FOOTER = */
footer {text-align:center;background: #596368;background-image: url('../images/transparent-background.png');color: #000;padding-top: 30px;padding-bottom: 30px;border-top: 3px solid #fff;}
.footer-inner {}
footer h3{color: #fff;border-bottom: 3px solid #30C949;margin-bottom: 15px;text-shadow: 0 0 2px #000,0 0 3px #000,0 0 4px #000;}
.sitemap .list-inline {margin-bottom:5px;}
.sitemap .list-inline>li{display: block;}
.sitemap a{font-size: 22px;}
/* = FOOTER - LINKS = */
footer a {color: #fff;text-shadow: 0 0 2px #000,0 0 3px #000,0 0 4px #000;}
footer a:hover, footer a:focus {text-decoration: none;color: #30C949;}

/* Copyright */
.copyright{text-align: center;padding-top: 10px;padding-bottom: 10px;}
.copyright a:hover,.copyright a:focus{text-decoration: none;}

/* = BACK TO TOP LINK = */
#top-link-block.affix-top {position: absolute; /* allows it to "slide" up into view */bottom: -82px; /* negative of the offset - height of link element */left: 10px; /* padding from the left side of the window */}
#top-link-block.affix {position: fixed; /* keeps it on the bottom once in view */bottom: 18px; /* height of link element */left: 10px; /* padding from the left side of the window */}
.back-to-top {}
.back-to-top:hover, .back-to-top:focus {}

/* = SITEMAP PAGE = */
ul.sitemap-page {margin: 20px auto; display:block; max-width: 500px; float: none;}
ul.sitemap-page li { list-style: none;}
ul.sitemap-page li a { font-weight: bold; text-decoration: none; text-shadow: 1px 1px 1px rgba(0,0,0,0.8);/* CSS3 Transition Effect */-webkit-transition: all 0.12s ease-out;-moz-transition: all 0.12s ease-out;-o-transition: all 0.12s ease-out; text-align: center; font-size: 36px; line-height: 55px; display: block;}
ul.sitemap-page li a:hover {color: #000;text-transform: uppercase; text-decoration: none; /* CSS3 Transform Effect */-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2); text-shadow: 0px 3px 0px #ccc,0px 14px 10px rgba(0,0,0,0.15),0px 24px 2px rgba(0,0,0,0.1),0px 34px 30px rgba(0,0,0,0.1);}

/* = LIST STYLE IP = */
ul.list-items {margin: 10px 0 10px 60px;}
ul.list-items li {color: #000; font-weight: bold; }
ul.list-items li  a {color: #000; font-weight: bold; }
ul.list-items li a:hover {color: #000; text-decoration: none;}

/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 991px ) {#contact-info{font-size: 16px;}}
@media screen and ( max-width: 768px ) {}
@media screen and ( max-width: 767px ) {.navbar .navbar-nav {display:block;margin-bottom:0px;}.logo img{margin:20px auto;}img.pull-left {float:none !important;margin:0 auto;} img.pull-right {float:none !important;margin:10px auto;}.c2a {text-align:center;margin-top: 0;}.contact-info {display:block;}.spacer {display:none;}.logo{margin-top: 0;}.feature-box{margin-bottom: 25px;}#contact-info{font-size: 20px;}#contact-info,.brands{margin-bottom: 30px;}}
@media screen and ( max-width: 741px ) {}
@media screen and ( max-width: 600px ) {}
@media screen and ( max-width: 414px ) {}
@media screen and ( max-width: 320px ) {}

/* Formatting for Printing the web page */
@media print {.carousel-caption {display:none;}}