/* 
OVERALL LAYOUT CHANGES 
*/
/* Change from full width type website to boxed and add glow to edges of box */
.t3-wrapper {
  max-width: 1250px;
  width:95%;
  margin-left: auto;
  margin-right: auto;
  filter:progid:DXImageTransform.Microsoft.Glow(Color=white,Strength=40);
  -moz-box-shadow: 0 0 40px #fff;
  -webkit-box-shadow: 0 0 40px #fff;
  box-shadow: 0px 0px 40px #fff
}
@media (max-width:480px) {
	.t3-wrapper {
		width:100%;
		margin-left:0px;
		margin-right:0px;
	}
}
/* Make width smaller at less than 1400 so can see more of websites bg image on typical 1368px laptop */
@media (max-width:1400px) {
 .t3-wrapper {
    max-width: 1100px;
 }
}
/* Angled Strip Row just above footer */
.sections-wrap.section-map.wrap .section-inner.mod-gray.section-border {
	background: url(/images/layout-assets/strip2.png) no-repeat center bottom;
}
/* Angled Strips bottom of Revolution Slider */
.tp-bannershadow.tp-shadow2 {
  background: url(/images/layout-assets/strip1.png) no-repeat;
  height: 50px;
  bottom:0px;
  z-index: 101;
}
/* Bg Image behind whole website */
.wrapper-bg-image {
  background-image: url('/images/layout-assets/body-bg-with-logo.jpg');
  background-size:cover;
}
/* Grass at bottom of content area */
.mainbody-wrapper {
  background: url('/images/layout-assets/grass5.png') no-repeat center bottom;
  background-color: #88CF9C !important;
  background-position: center bottom;
  margin-top:-30px;
}
/* Clouds at top of page under header */
.uber-header.header-4 {  /* Fallback for <IE9 and other older browsers */
  background-image:none;
}
.uber-header.header-4 {
  background: url('/images/layout-assets/cloud_up2.png') 0 120px repeat-x,linear-gradient(to bottom, #A0D9F6, #ffffff 95px,transparent);  
  border-bottom: none;
  background-color: transparent;
  z-index: 100;
  height: 140px;
  border-bottom:none;
}
header#uber-header-535:before {
    position: absolute;
    top: 95px;
    width: 100%;
    height: 25px;
    content: " ";
    background: white;
}
/* Footer Stuff */
.footer-right {background-color: transparent !important;} 
.uber-footer.footer-1 {
  background-image:url('/images/layout-assets/cloud_down2.png') !important;
  background: url('/images/layout-assets/cloud_down2.png') repeat-x;
  background-color: #039BE5 !important;
  background-position: center bottom;
  background-repeat: repeat-x !important;
  background-size: auto !important;
}
.uber-footer.footer-1 {
  min-height:180px;
}
.uber-footer-inner {
  padding-top:0px !important;
  padding-bottom:0px !important;
}
.uber-footer .footer-left small,
.uber-footer .footer-left h2
  {
 display:none;
}
.uber-footer-inner {
    padding-top:80px;
}
/* Other Overall */
.wrap.sections-wrap {
	margin-top:-20px;
}
div.logo-image img {
 max-height:100px;
 margin-top:-25px;
}
.icon-edit {
	color:black !important;
}
#t3-content small,#t3-content aside,#t3-content aside i {color:#525050 !important}

/*
MENU
*/
/* Main Menu */
ul.nav.navbar-nav.level0 {
  padding-top:15px;
}
.uber-header.header-4.light-color .navbar-default .navbar-nav > li > a {
	padding-right:25px;
	padding-top:0px;
	padding-bottom:0px;
}
.uber-header.header-4.light-color .navbar-default .navbar-nav > li {
	margin-right: 25px;
        border-right: 1px black solid;
}
ul.nav.navbar-nav.level0 li:last-of-type {
  border-right: none !important;
}
@media (max-width:1145px) {
	.uber-header.header-4.light-color .navbar-default .navbar-nav > li > a {
	  padding-right:12px;
	}
        .uber-header.header-4.light-color .navbar-default .navbar-nav > li {
             margin-right:12px;
}
}
@media (min-width:992px) {
	.site-navigation-right.pull-right {
		display:none;
	}
    .t3-mainnav {
      float: right !important;
    }
}
/* DropDown SubMenu */
.t3-megamenu .mega > .mega-dropdown-menu {
  border-radius: 10px;
}
.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover {
  border-radius: 5px;
}  


/* 
SIDEBAR/MODULE
 */
.t3-sidebar .features-item {
  margin-top: 20px !important;
}
.sections-wrap .section .section-inner.mod-gray {
  background-color:white !important;
  border-bottom:none !important;
  padding-top:20px;
  padding-bottom:20px;
}
.t3-wrapper .t3-module {
  border: 1px solid #ccc !important;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.7);
}
.t3-sidebar .section-title  {
  text-align:center;
}
.t3-sidebar .t3-module {
  padding:5px;
  margin-bottom:10px;
}
@media (max-width:767px) {
	.t3-sidebar {
		margin-top:-100px;
	}
}

/*
TYPOGRAPHY
*/
.item-page {margin-bottom: 40px;}
.btn-rounded {border-radius: 10px;}
.page-header {margin-top:50px !important;margin-bottom:0px;}
.home .page-title,.home .page-header {margin-top:10px !important;margin-bottom:20px;}
table.table-striped > tbody > tr:nth-child(odd) > td {background-color:#38e775 !important;}
table.table-striped {background-color:#30c171;}
table.table-striped thead {background-color:#38b775 ;}
ul.ul_spaced li {margin-bottom:10px;}
.blog .readmore a {
  background-color: #38b775;
  border: none !important;
  color: white !important;
}
.btn-wrap {white-space:normal;}
/* Links */
#t3-content a,#t3-content a:visited {color:rgb(165, 69, 149);}
#t3-content a:hover {color:#000000;}
#t3-content a.btn-primary {color: white;}
/*Headings*/
h1,h2,h3,h4,h5,h6 {
  margin-bottom:0px !important;
  font-family:'Lakki Reddy',sans-serif
}
h1 {font-size: 35px !important;}
h2 {font-size: 30px !important;}
h3 {font-size: 25px !important;}
h4 {font-size: 22px !important;}
h5 {font-size: 20px !important;}
h6 {font-size: 18px !important;}
/* padding to articles */
.t3-mainbody {padding-top:0px;}
/* Overlay of Images to bottom right effect - see About Us - on mobile sizes reverts to standard bs3 cols */
@media (min-width:768px) {
.img-overlay-right-bottom img {
  margin-top: -60%;
  margin-left: 135%;
  border: 5px solid #88CF9C;
}
}
h2 {clear:both;}

/*
ACM
*/
.acm-testimonials.style-3 {
min-height: 300px;
}
.home #section-452 .section-inner {
  border-bottom: none;
}
.acm-testimonials.style-3 .testimonial-item .testimonial-text {font-size:20px;}
@media (max-width:900px) {
#uber-contact-557 dt:nth-of-type(1),
#uber-contact-557 dd:nth-of-type(1)
  {
  display:none !important;
}
}
@media (max-width:1110px) {
	#uber-contact-557 dt:nth-of-type(5),#uber-contact-557 dd:nth-of-type(5)  {
	  display:none !important;
	}
}  
@media (max-width:999px) {
	#uber-contact-557 dt:nth-of-type(4),#uber-contact-557 dd:nth-of-type(4)  {
	  display:none !important;
	}
}  
@media (max-width:767px) {
  .uber-bar .bar-left,
  .uber-bar .bar-right {
    float:none !important;
    text-align:center;
  }
}
@media (max-width:480px) {
 .uber-bar .container {padding:0px !important;}
 .uber-bar .uber-contact-info .info-list dd {margin-right:0px;font-size:13px}
 .uber-bar .uber-contact-info .info-list dt {margin-right:-5px;}
}

/* BREEZING FORMS - Fixes */
.bfQuickMode .row-fluid {margin-left: 0px;margin-right: 0px;}
.bfQuickMode .controls .control-label {vertical-align:top;}
.bfQuickMode .radio input[type="radio"] {margin-left:2px !important;position: relative;}

/*
FRONT END EDITING
*/
/* ACM Lists - Image select is too big and get rid of left margin */
.jalist a.btn {
  max-width: 100px;
  padding: 6px;
}
.jalist input[name*=img-icon] {
  display: none !important;
}
form[name=adminForm] .form-horizontal .control-group .controls {
	margin-left:0px;
}
.jalist textarea {
	min-height:100px;
}

  
/*
INDIVIDUAL PAGES
*/
/* .home = home page */
.home .mainbody-wrapper {margin-top:0px;}
/* itemid-826 = testimonials load on page itself rather than home page*/
.itemid-623 .acm-testimonials.style-3 .testimonial-item .testimonial-text {font-size:100%;}
.itemid-826 .carousel-inner > .item {
  display: block !important;
  opacity:1 !important;
  margin-bottom:50px;
}
.itemid-826 .acm-testimonials .testimonial-text {min-height:10px !important;}
.itemid-826 p.small-head {color:black !important;font-weight:bold !important;}
.itemid-826 .testimonial-text {font-size:16px !important}
