/* = DEFAULT STYLES = */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
body {margin:0;font-size:14px;font-family: 'Noto Sans', sans-serif; background:url("../images/innergy-home-header-bg.jpg ") repeat-x center top;background-size:contain;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:normal;color:#e03294;}
a:hover, a:focus {text-decoration:none;color:#335197;}

/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-size:32px;margin:0;}
h2 {font-size:18px;margin:0;text-align:center;font-weight:bold;}
h3 {font-size: 22px;margin: 0;}
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 {}
.header-inner {padding-top:50px;padding-bottom:10px;}
/* HEADER - LOGO */
.logo a {color:#fff;}
.logo img:hover  {opacity:.8;}

#main-logo {margin-left:10px;text-shadow: 2px 2px 0px rgba(0, 0, 0, 1); font-size: 25px;}
#main-logo .logo-top{display: block;font-size: 32px;}

/* = CALL TO ACTION = */
.c2a {text-align:right;}
.tagline {display:block;}
.tel {display:block;}
.tel a { margin-left: 10px; font-size: 32px; color: #fff; font-weight: lighter;}
.tel a:hover, .tel a:focus {color: #e0328e;}
address {display:block;margin-bottom:0px;}
.hours {color:#fff;text-align: right;}

/* = NAVIGATION = */
nav {background: -webkit-linear-gradient(top, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background: -o-linear-gradient(top, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background: -ms-linear-gradient(top, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background: -moz-linear-gradient(top, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background: linear-gradient(to bottom, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background-color: #e03294;-webkit-box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);-moz-box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);}
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {color: #fff;font-size: 14px;font-weight: bold;padding-left: 12px;padding-right: 12px;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {background-color: #9e2369;color: #fff;}
.nav li.active a {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-color: #9e2369;color: #fff;}
.navbar-default .dropdown-menu > li > a {}
.dropdown-menu li.active a { background-color: #9e2369; }
.navbar-default .dropdown-menu > li > a:hover {background-color: #9e2369;color: #fff;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color: #9e2369;color: #fff;}
.navbar-default .navbar-nav>li>a:focus {background-color: #9e2369;color: #fff;}
.navbar-toggle {background:#fff !important;border:1px solid #315299 !important;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {}
.navbar-default .navbar-toggle .icon-bar {background-color: #315299 !important;}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-5px;}
.navbar .navbar-collapse {text-align: center;padding-left:0px;padding-right:0px;}

/* = Dropdown Menu = */
.dropdown-menu {background: -webkit-linear-gradient(top, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background: -o-linear-gradient(top, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background: -ms-linear-gradient(top, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background: -moz-linear-gradient(top, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background: linear-gradient(to bottom, rgb(224, 50, 147) 0%, rgb(170, 38, 113) 86%, rgb(138, 38, 102) 100%);background-color: #e03294;box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);}
.dropdown-menu li a {color: #fff; font-weight: bold; margin: 10px 0;}
.dropdown-menu li a:hover {background-color: #9e2369;color: #fff;}
.dropdown-menu li a:hover .dropdown .dropdown-toggle {border-top: 4px solid #B22222; border-bottom: 4px solid #B22222;}

/* = BANNER = */
#banner {}
#banner .container{max-width: none;}
.banner-inner {margin-top:58px;margin-bottom:58px;border:5px solid #fff;-webkit-box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);-moz-box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);}
.carousel-inner {border:none;box-shadow:none;}
.carousel-inner img{width: 100%;}
.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;}
.carousel-caption {font-family: 'Noto Sans', sans-serif;left: 47%;padding-bottom: 30px;right: 2%;text-align: left;top: 2%;}
.carousel-caption p{font-family: 'Noto Sans', sans-serif;font-weight:normal;font-size: 15px;}
.carousel-caption a {font-size:17px;bottom: 2%;color: #fff;position: absolute;right: 3%;font-family: 'Noto Sans', sans-serif;font-weight:normal;}
.carousel-caption a:hover{color:#e03294;}

/* = FEATURE = */
#feature {background:#ebebeb;}
.feature-inner {}
.feature-box {border: solid 4px #e0328e; padding: 5px;margin-bottom: 10px;}
.feature-box p, .feature-box a {font-size: 15px;}
.feature-box img {margin: 5px auto;}
.feature-box a {}
#book-appointment {padding-bottom:44px;}

/* = MAIN = */
main {text-align:left;color: #000;font-size: 14px;background:#fff;padding-top:28px;padding-bottom:28px;}
.main-inner {text-align:center;}
.main-inner-ip {text-align:left;}
.main-inner-ip h1 {font-size:32px;margin:0;font-weight:bold;border-bottom: 3px solid #e03294;}
.main-inner-ip h2 {font-size:18px;margin:15px auto;text-align:left;font-weight:bold;color:#e03294;}
.main-inner-ip h3 {font-size:17px;margin:15px auto;text-align:left;font-weight:bold;color:#000;text-decoration: underline;}
main p, main ul {color: #315299;font-size: 15px;font-family: 'Noto Sans', sans-serif;}
main p span {text-decoration: underline;}
main a{color: #e03294;font-family: 'Noto Sans', sans-serif;font-size: 15px;font-weight: normal;}
main a:hover{color:#315299}

.btn-testimonials {background: #e03294;border-radius: 15px;color: #fff;display: block;font-weight: bold;line-height: 1;margin: 50px auto 0;overflow: hidden !important;padding-bottom: 10px;padding-top: 10px;position: relative;width: 80%;}
.btn-testimonials:hover {background:#315299;color:#fff;}

/* = SECTION = */
section {}
 section.main-inner img {margin: 50px auto 0;}
/* = FLOATED IMAGES = */
img.pull-left {margin:10px 20px 20px 0px;border: solid 4px #e0328e;padding:5px;}
img.pull-right {margin:10px 0px 20px 20px;border: solid 4px #e0328e;padding:5px;}
.thumbnail {padding:5px;border-radius:0px;border: solid 4px #e0328e;}
#brain-map {border: solid 4px #e0328e;padding:5px; float: none; margin: 3% auto;}
/* = ASIDE = */
aside {text-align:left;}
#football {margin-bottom: 40px;}

/* CONTACT FORM */
#contactform label {cursor:pointer;color: #333;}
#contactform button {width:100%;border-radius:3px;}
#contactform .alert {padding: 7px 25px;width:100%;margin-bottom:0px;}
#contactform input.alert {padding:0;}
#contactform .alert-danger {color:#a94442;}
.company-heading {font-size:30px;color:#e03294;font-weight:bold;}
.office-contact {margin: 15px auto;}
.office-contact .tel {font-weight:normal;font-size:17px;color:#335197;}
.office-contact .tel a {font-weight:normal;font-size:17px;color:#e03294;margin-left:0px;}
.office-contact .email {color:#335197;font-size:17px;display:block;}
.office-contact .email a {font-weight:normal;font-size:17px;color:#e03294;}
.office-contact .tel a:hover {color:#335197;}
.office-contact .email a:hover {color:#335197;}
.office-contact address{display:block;margin-bottom:0px; font-size:17px; font-weight:normal;text-align: left;}
.map-margin.embed-responsive-16by9 {padding-bottom:85%;margin:15px auto;border: none;-webkit-box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);-moz-box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);box-shadow: -2px 3px 19px 0px rgba(0,0,0,0.75);}

/* = FOOTER = */
footer {text-align:center; background: #335197 none repeat scroll 0 0;border-top: 5px solid #e0328e;padding-bottom: 28px;padding-top: 25px;}
.footer-inner {}
.sitemap {}
.copyright {}
/* = FOOTER - LINKS = */
footer a {color: #fff;font-size: 12px;font-family: 'Noto Sans', sans-serif;}
footer a:hover, footer a:focus {color:#e03294;}

/* = 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 Arrow = */
.well {background-color: #335197;border: 1px solid #e03294;}
.fa.fa-arrow-up {color: #e03294;}

/* = 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); color: #e03294;  /* 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: #335197;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;}

/* = CUSTOM STYLES = */
.center-block {margin: 0 auto;border: solid 4px #e0328e;padding: 5px;}
.bg-color-swap div {padding: 12px;}


.resource-links {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
list-style-position:inside;
}


/* -- GOOGLE MAP -- */
.googlemap-container { position: relative; padding-top: 30%; 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: 1px solid #e5e5e5;}



/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1199px ) {.navbar-default .navbar-nav > li > a{font-size:12px;padding-left: 15px; padding-right: 15px;} .carousel-caption p{font-size: 13px;}}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 991px ) {.carousel-caption p {font-size: 9px;margin-top: 10px;}.feature-box p{font-size: 13px;} .feature-box a {font-size: 14px;} main a {font-size: 16px;}.navbar-default .navbar-nav > li > a{font-size: 11px; padding-left: 7px; padding-right: 7px;}h2{font-size:15px;}.sitemap .list-inline>li{display: inline-block;}}
@media screen and ( max-width: 966px ) {.carousel-caption a {bottom: 1%;font-size: 15px;position: absolute;right: 3%;}main p{font-size:15px;}}
@media screen and ( max-width: 768px ) {.brain-map {border: solid 4px #e0328e;padding:5px;}#book-appointment {padding-bottom:0;}.feature-box{height: 330px;}}
@media screen and ( max-width: 767px ) and (orientation: landscape){.brain-map {border: solid 4px #e0328e;padding:5px;}}
@media screen and ( max-width: 767px ) {.dropdown-menu{position: relative; display: block; float: none !important; visibility: visible; width: 100%; text-align: center;background: transparent; box-shadow: none;} .carousel-caption p{display:none !important;}.feature-box p, .feature-box a {font-size: 20px;}.btn-testimonials{width:30%;}main a {display: inline-block;}h2{font-size:22px;}.feature-box{height: auto;} .resource-links {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    } .logo,.c2a,.hours{text-align: center !important;} .c2a .btn {float:none;} header {background:url("../images/innergy-home-header-bg.jpg");}

}
@media screen and ( max-width: 741px ) {.tel {text-align: center; margin-left: 0;} .tel a{font-size: 24px;} .btn-testimonials{width:40%;} .navbar-default .navbar-nav > li > a{font-size:16px;} .navbar .navbar-nav {display:block;margin-bottom:0px;}.logo img{margin:0 auto;}img.pull-left {float:none !important;margin:15px auto;} img.pull-right {float:none !important;margin:15px auto;}.c2a {text-align:center;}.navbar-collapse.collapse.in{display: block!important;overflow:hidden !important;}.office-contact .email{text-align: center;}}
@media screen and ( max-width: 600px ) {.btn-testimonials{width:50%;}.carousel-caption p {display: none;}.navbar-collapse.collapse.in{display: block!important;overflow:hidden !important;}h3{font-size: 22px;} }
@media screen and ( max-width: 460px ) {h3{font-size: 18px;}}
@media screen and ( max-width: 414px ) {.btn-testimonials{width:60%;}.navbar-collapse.collapse.in{display: block!important;overflow:hidden !important;}h3{font-size: 17px;}}
@media screen and ( max-width: 375px ) {h3 {font-size: 11px;}}
@media screen and ( max-width: 320px ) {.btn-testimonials{width:70%;}.navbar-collapse.collapse.in{display: block!important;overflow:hidden !important;}}