@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.5px;
}

a {
    color: #7D7D7D;
}

a:hover {
    color: #1c3e62;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1.4;
}

body.custom_page .main-content li {
    list-style: initial;
    padding-left: 0;
}

.dropdown-menu {
        background-color: #000;
}

/*	CONTENT BLOCK 3-6
/*----------------------------------------------------*/

.content-3-6 .feature-box {
    background: #585858;
    margin: 20px 0;
    padding: 35px 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.content-3-6 .feature-box:hover {
    background-color: #B9B9B9;
}

.content-3-6 .feature-box .icon {
	height: 150px;
	width: 150px;
	max-width: 100%;
	background-color: #ffffff;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin: 0 auto 25px;
}

.content-3-6 .feature-box .icon span {
	line-height: 150px;
	color: #585858;
	font-size: 46px;
	position: relative;
	left: 7px;
}

.content-3-6 .feature-box p {
    line-height: 25px;
    color: #ffffff;
    opacity: 1;
}

.content-3-6 .feature-box h3 {
    padding: 15px 0px 0px;
    color: #ffffff;
}

.content-3-6 .feature-box, .content-3-6 .feature-box:hover, .content-3-6 .feature-icon, .content-3-6 .feature-box:hover .feature-icon {
    transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}

.content-block {
    width: 100%;
    padding: 0px 0 60px 0;
    z-index: 100;
    position: relative;
    background-color: #FFF;
}

/*	CONTENT BLOCK 1-5
/*----------------------------------------------------*/

.content-1-5 h1 {
	color: #BFBFBF;
}

.content-1-5 img {
	margin: 30px auto 0 auto; 
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 4px solid #85d6de !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, 0);
}

/* TABS */

ul.al-tab .fa{ 
    padding: 0 3px 0 0;
}

ul.al-tab {
    border-bottom: 0px;
    background: #F9E93B;
}

ul.al-lnav {
    background: #f7f7f7;
    color: #FFF;
}

.nav-tabs {
	margin: 0 auto;
}

.nav-tabs > li {
	z-index: 2;
	float: none;
	display: inline-block;
}

.nav-tabs > li > a {
	padding: 16px 25px 12px;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #737c85;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none !important;
	border-bottom: 4px solid transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	border-bottom: 4px solid #F9E93B !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0;
}

.tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.tab-pane {
	padding: 50px 0;
	border-bottom: 1px solid #ecf0f1;
	font-size: 12pt;
	line-height: 1.3;
}

.bg-deepocean {
    padding: 4em 0;
    background-color: #ffffff !important;
}

.content-2-4 h1 {
    color: #FFF;
    font-size: 18pt;
    line-height: 24pt;
}

.content-2-4 i {
    clear: both;
    color: #F9E93B;
}

.text-muted {
    color: #fff;
}

.basic-1-2 img {
	height: 65px;
}

.basic-1-2 {
	text-align: center;
}

.blog-widget {
    max-width: 1030px;
    margin: 0 auto;
}

.blog-widget li {
    width: 32.3%;
    list-style-type: none;
    float: left;
    margin-right: 1%;
}

.blog-title {
    font-size: 1.5em;
    display: block;
}

.entry {
	padding: 3% 0;
	font-size: 1.2em;
}

body.home .sidebar .sidebar-title {
    background: #fff;
    margin: 0;
    color: #000;
    font-size: 36px;
    text-align: center;
    margin-bottom: 3%;
    font-weight: 300;
    text-transform: none;
}

.navbar-logo h2 {
   display: none !important;
}

.top-navbar {
    background: #000;
    padding-top: 12px;
}

.top-navbar .nav-collapse {
    background-color: #000 !important;
}

#main_menu a {
    color: #fff !important;
    padding: 8px 10px 7px 10px;
    background: #000000;
}

.navbar-logo {
    color: #fff;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/oilgasflare.ourubertor.com/content/image/43.png) no-repeat;
    width: 306px;
    height: 160px;
    background-size: contain;
}

#home-widgets {
    display: none;
}

.header-meta ul {
    display: none;
}


#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
    background: #000;
    color: #fff;
}

footer {
    color: #ffffff;
    background-color: #000000;
}

footer .col-xs-12 {
    display: none;
}

.editContent h3 {
    /* font-size: medium; */
}

footer .lead {
    font-size: 11pt;
}

.editContent h3 {
    /* font-size: medium; */
}


footer a, footer a:hover {
    color: gainsboro;
}

.footer-1-1 {
	padding-top: 60px;
	padding-bottom: 20px;
}

.footer-1-1 .lead, .footer-1-1 li {
	color: #fff;
}

.footer-1-1 .brand-img {
	width: 200px;
	margin-bottom: 30px;
}

.footer-1-1 h4 {
	margin-bottom: 20px;
}

.footer-1-1 ul {
	list-style-type: none;
	margin: 0 0 26px;
	padding: 0;
}

.footer-1-1 ul li {
	border-top: 1px solid #bdc3c7;
	line-height: 19px;
	padding: 6px 0;
}

.footer-1-1 li:first-child {
	border-top: none;
	padding-top: 1px;
}

.borderbottom {
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 2em;
}

.logo {
  background: url("http://limelightmarketing.ca/wp-content/uploads/2014/02/limelight-web-footer-black2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 27px;
  margin: 0 14px 0 0;
  width: 130px;
}

footer .links {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 20px;
  width: 160px;
}

footer .links a {
  float: left;
  font-size: 80%;
  line-height: 10pt;
  margin: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
}

.links2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 20px;
  width: 161px;
  float: right;
  padding-right: 92px;
}

.links2 a {
  float: right;
  font-size: 80%;
  line-height: 10pt;
  margin: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
}

#powered_by {
  top: -11px;
  background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4749/content/image/343.png);
}

.paddingtop2em {
    padding: 2em 0 0;
}

.blog .sidebar .sidebar-title {
    background: #0087D9;
    margin: 0;
}

.toph1 hr {
    border-color: rgba(0, 0, 0, 0.7);
    margin: 20px auto !important;
    width: 200px;
}

.secondrowfonts {
    text-align: center;
    width: 106%;
    font-size: 65px;
}

.secondrowfonts {
    text-align: center;
    width: 106%;
    font-size: 65px;
    margin: 1em 0 0;
}

.image-center {
    margin: 0 auto;
    width: 95px;
    display: block;
    margin-top: 5em;
}

.ctalinks {
font-size: 17pt;
}

.breadcrumb {
    background-color: #fff;
}

.main-content a {
    text-shadow: none;
}

.neighbourhoodtext {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 20px;
}

.neighbourhoodtitle {
    margin: 15px;
}

.nbutton {
    display: inline-block;
    padding: 5px 14px;
    background-color: #F9E93B;
    border: 1px solid #EFDC16;
    border-radius: 15px;
    color: #000;
    margin-bottom: 3%;
    font-size: 13pt;
}

.about_text {
    font-size: 1.4em;
    line-height: 1.4em;
}

span.bigger_text {
    font-size: 1.8em;
    text-transform: uppercase;
    line-height: 1.8em;
    font-weight: 700;
}

.about_button a {
    color: black;
    border: 1px solid black;
    background: #fff !important;
    padding: 13px 25px;
}

.about_button a:hover {
    color: white;
    border: 1px solid #B49034;
    background: #B49034 !important;
    padding: 13px 25px;
}

.why_text {
    text-align: left;
    font-size: 0.8em;
    color: white;
}

.why_row {
    background-image: url("https://s3.amazonaws.com/store24-ubertor-com/oilgasflare.ourubertor.com/content/image/37.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-bottom: -62px;
}

    
@media (min-width: 768px) {
    .container {
        max-width: 1120px;
    }
}

.contact_sidebar {
    color: white;
}

.contact_sidebar a {
    color: white;
    margin-top: 40px;
}





@media only screen and (min-device-width: 767px) and (max-device-width: 991px) {
    .contact_sidebar {
        color: white;
        width: 200px;
        margin-left: -30px;
        margin-top: 40px;
    }
}


@media only screen and (min-device-width: 420px) and (max-device-width: 766px) {
    .contact_sidebar {
        color: white;
        margin-top: -86px;
        float: right;
    }
}

.about_button {
    margin-top: 40px;
}

span.bigger_text2 {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
#main_menu {
    float: right;
    margin-top: -65px;
}
}

@media screen and (max-width: 991px) {
.header-meta.col-sm-3.col-xs-12.pull-right {
    width: 36%;
}
}

@media screen and (max-width: 767px) {
.header-meta.col-sm-3.col-xs-12.pull-right {
    width: 100%;
}
}
