@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.8em
}
h1, h2, h3, h4, h5, h6, p, a, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.clear {
	clear: both;
}
p {
	margin-bottom: 10px;
}
a {
	color: #0976bc;
}
/*------------------ HEADER --------------------------*/


header {
	width: 100%;
	height: auto;
}
.logoStrip {
	width: 955px;
	height: 138px;
	margin: 0 auto;
}
.logo {
	width: 302px;
	height: 93px;
	float: left;
	padding: 20px 0 0 0;
}
.telContainer {
	width: 450px;
	height: auto;
	float: right;
}
body.index .telContainer {
	width: auto;
}
.tel {
	width: 210px;
	height: auto;
	padding: 0;
	margin-top: 36px;
	float: left;
	text-align: right;
	/*border-right: 1px solid #C3C3C3;*/
}

body.commercial .tel {
	width: auto;
	height: auto;
	padding: 0;
	margin-top: 36px;
	float: right;
	text-align: right;
	/*border-right: 1px solid #C3C3C3;*/
}

.tel span, .linkToSection span {
	font-size: 2.4em;
	color: #152b75;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom:8px;
}
.tel a, .linkToSection a {
	font-size: 1.9em;
	color: #8dc63f;
}
.linkToSection {
	width: auto;
	height: auto;
	float: left;
	padding: 0 0 0 30px;
	margin-top: 36px;
}
.banner {
	width: 100%;
	/*height:392px;	*/
	height: auto;
	position: relative;
	margin: 0 auto;
}
body.commercial .banner {
	width: 100%;
	/*height:392px;	*/
	height: auto;
	position: relative;
	margin: 0 auto;
}
nav {
	width: 100%;
	height: 40px;
	position:relative;
	bottom: 45px;
	background: rgba(255, 255, 255, 0.8);
	z-index:220;
}
nav ul {
	width: 955px;
	margin: 0 auto;
}
nav ul li {
	float: left;
}
nav ul li a {
	color: #152b75;
	font-size: 1.4em;
	text-transform: uppercase;
	display: block;
	padding: 11px 16px;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
nav ul li a:hover {
	color: #ffffff;
	background-color: rgba(9, 118, 188, 0.9);
	/*--- background-color fade-in ---*/
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
	/*--- color fade-in ---*/
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	transition: color 300ms linear;
}
.businessLeftPanel {
	float: left;
	height: auto;
	position: relative;
	right: 0;
	width: 50%;
	padding: 20% 0 0 0;
	text-align:right;
}
.businessLeftPanel img.businessBannerImg {
	float: left;
	height: auto;
	position: absolute;
	right: 0;
	width: 100%;
	margin-top: -40%;
}
.homeRightPanel {
	float: right;
	height: auto;
	position: relative;
	width: 50%;
	padding: 20% 0 0 0;
}
.homeRightPanel img {
	float: left;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
	margin-top: -40%;
}
.mainContent {
	width: 100%;
	height: 460px;
}
.businessInfoBox, .homeInfoBox {
	position: absolute;
	color: #fff;
	padding: 25px 35px;
	top: 22%;
	z-index: 10;
}
.businessInfoBox {
	width: 320px;
	height: 202px;
	right: 3%;
	background:url(https://www.cooksenergy.co.uk/images/layout/business-arrow.png) no-repeat 0 0;
	border-radius: 10px;/*border-bottom-right-radius:10px;*/
	/*position:relative;*/
}
.businessInfoBox img.arrow {
	position:absolute;
	top:0;
	left:0;	
}


.homeInfoBox {
	width: 320px;
	height: 202px;
	left: 4%;
	background:url(https://www.cooksenergy.co.uk/images/layout/domestic-arrow.png) no-repeat 0 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;/*border-radius:10px;/*
	/*border-bottom-left-radius:10px;*/
	
}

.homeInfoBox span {
	font-size:1.6em;
	text-transform:uppercase;	
}


.homeInfoBox a, .businessInfoBox a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6em;
}
.homeInfoBox h2 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.businessInfoBox h2 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: right;
}
.homeInfoBox p, .businessInfoBox p {
	font-size: 1.4em;
}
/*----------------------------------------------------------------------------*/


.indexBodyContent {
	width: 915px;
	height: auto;
	margin: 8% auto 0 auto;
	font-size: 1.4em;
	color: #909090;
	padding-bottom: 60px;
}
body.index .indexBodyContent {
	padding: 10px 20px 80px 20px;
}
body.homeOwner .indexBodyContent {
	padding-top: 40px;
}
.indexBodyContent .textLeftCol {
	width: 380px;
	height: auto;
	padding: 0 70px 20px 0;
	float: left;
	border-right: 1px solid #dfdfdf;
}
.indexBodyContent .textRightCol {
	width: 380px;
	height: auto;
	padding: 0 0 20px 60px;
	float: left;
}
.indexBodyContent .infoPageLeftCol {
	width: 601px;
	height: auto;
	padding: 0 35px 20px 0;
	float: left;
	border-right: 1px solid #dfdfdf;
}
.indexBodyContent .infoPageRightCol {
	width: 274px;
	height: auto;
	padding: 0 0 20px 35px;
	float: left;
}
/*---------------------------------------*/


.bodyContent {
	width: 955px;
	height: auto;
	margin: 0 auto;
	font-size: 1.4em;
	color: #909090;
	padding-bottom: 60px;
}
body.index .bodyContent {
	padding: 70px 0 80px 0;
}
body.homeOwner .bodyContent {
	padding-top: 10px;
}
body.commercial .bodyContent {
	padding-top: 10px;
}
.bodyContent .textLeftCol {
	width: 380px;
	height: auto;
	padding: 0 70px 20px 0;
	float: left;
	border-right: 1px solid #dfdfdf;
}
.bodyContent .textRightCol {
	width: 380px;
	height: auto;
	padding: 0 0 20px 60px;
	float: left;
}
.bodyContent .infoPageLeftCol {
	width: 601px;
	height: auto;
	padding: 0 35px 20px 0;
	float: left;
	border-right: 1px solid #dfdfdf;
}

.bodyContent .infoPageLeftCol ul {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;	
}

.bodyContent .infoPageLeftCol ul li {
	list-style:disc;	
	margin-bottom:4px;
}

.bodyContent .infoPageRightCol {
	width: 274px;
	height: auto;
	padding: 0 0 20px 35px;
	float: left;
}
.infoPageRightCol h2 {
	text-transform: uppercase;
	color: #0976bc;
	font-weight: normal;
	margin: 20px 0 10px 0;
}
.infoPageMenu .infoLink01 a {
	/*background:url(https://www.cooksenergy.co.uk/templates/img//renewable_energy.jpg) no-repeat;*/
	display: block;
	width: 286px;
	height: 191px;
	margin: 0 0 10px 0;
	position: relative;
	color: #fff;
}
.infoPageMenu .infoLink02 a {
	/*background:url(https://www.cooksenergy.co.uk/templates/img//plumbing.jpg) no-repeat;*/
	display: block;
	width: 286px;
	height: 111px;
	margin: 0 0 10px 0;
	position: relative;
	color: #fff;
}
.infoPageMenu .infoLink02 a div, .infoPageMenu .infoLink01 a div {
	width: 276px;
	height: 42px;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	padding: 5px 0 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	background: #8dc63f url(https://www.cooksenergy.co.uk/images/layout/right-menu-arrow.jpg) no-repeat 265px 15px;
}
/*
.infoPageMenu .infoLink02 a div {
	background:#0976bc;	
}

.infoPageMenu .infoLink01 a div {
	background:#8dc63f;	
}
*/
ul.pdfDownloadMenu li {
	clear: both;
	padding: 2px 0;
	border-bottom: 1px solid #BABABA;
	height: 30px;
}
ul.pdfDownloadMenu li a {
	float: left;
	padding: 3px 0 0 0;
}
ul.pdfDownloadMenu li img {
	float: left;
	margin: 0 5px 0 0;
}
/*--------------------COMMERCIAL---------------------------------*/


.panelMenu {
	width: 955px;
	height: 49px;
	margin: 0 auto;
}
.panelMenu ul {
	position: relative;
}
.panelMenu ul li {
	float: left;
}
.panelMenu ul li.panel1 a {
	background: #8dc63f url(https://www.cooksenergy.co.uk/templates/img//panel-link-arrow.png) no-repeat 119px 34px;
	border-top-left-radius: 5px;
}
.panelMenu ul li.panel2 a {
	background: #0976bc url(https://www.cooksenergy.co.uk/templates/img//panel-link-arrow.png) no-repeat 119px 34px;
}
.panelMenu ul li.panel3 a {
	background: #f7941e url(https://www.cooksenergy.co.uk/templates/img//panel-link-arrow.png) no-repeat 119px 34px;
}
.panelMenu ul li.panel4 a {
	background: #152b75 url(https://www.cooksenergy.co.uk/templates/img//panel-link-arrow.png) no-repeat 119px 34px;
	border-top-right-radius: 5px;
}
.panelMenu a {
	display: block;
	width: 238px;
	height: 39px;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}
/*---------------------   DROPDOWN TABS      ---------------------------*/

.panelMenu ul li ul li {
  float: none;
  width: auto;
  margin-left: 290px;
}
/*
.panelMenu ul li ul {
	display: none;
	position: absolute;
	background:url(https://www.cooksenergy.co.uk/images/layout/mega-nav-img-placeholder.jpg) no-repeat 10px 20px;
	background-color:rgba(255, 255, 255, 0.9);
	width: 550px;
	z-index: 500;
	min-height:250px;
	height:auto;
}
*/

.panelMenu ul li.panel1 ul {
	display: none;
	position: absolute;
	background:url(https://www.cooksenergy.co.uk/images/layout/renewable-energy-commercial-nav.jpg) no-repeat 10px 20px;
	background-color:rgba(255, 255, 255, 0.9);
	width: 550px;
	z-index: 500;
	min-height:250px;
	height:auto;
}

.panelMenu ul li.panel2 ul {
	display: none;
	position: absolute;
	background:url(https://www.cooksenergy.co.uk/images/layout/renewable-energy-commercial-nav.jpg) no-repeat 10px 20px;
	background-color:rgba(255, 255, 255, 0.9);
	width: 550px;
	z-index: 500;
	min-height:250px;
	height:auto;
}

.panelMenu ul li.panel3 ul {
	display: none;
	position: absolute;
	background:url(https://www.cooksenergy.co.uk/images/layout/energy-commercial-nav.jpg) no-repeat 10px 20px;
	background-color:rgba(255, 255, 255, 0.9);
	width: 550px;
	z-index: 500;
	min-height:250px;
	height:auto;
}

.panelMenu ul li.renewableNav ul {
	background:url(https://www.cooksenergy.co.uk/images/layout/renewable-energy-nav.jpg) no-repeat 10px 20px;
	background-color:rgba(255, 255, 255, 0.9);
}

.panelMenu ul li.plumbingNav ul {
	background:url(https://www.cooksenergy.co.uk/images/layout/plumbing-nav.jpg) no-repeat 10px 20px;
	background-color:rgba(255, 255, 255, 0.9);
}

.panelMenu ul li.energyNav ul {
	background:url(https://www.cooksenergy.co.uk/images/layout/energy-nav.jpg) no-repeat 10px 20px;
	background-color:rgba(255, 255, 255, 0.9);
}

.panelMenu ul li.electricNav ul {
	background:url(https://www.cooksenergy.co.uk/images/layout/electric-nav.jpg) no-repeat 10px 20px;
	background-color:rgba(255, 255, 255, 0.9);
}



.panelMenu ul li:hover ul {
	display: block;
}
.panelMenu ul li ul li a {
	display: block;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	padding: 8px 12px;
}
/*------ Panel 1 -----------*/

.panelMenu ul li.panel1 ul li a {
	background: none;
	border-top-left-radius: 0;
	color: #494949;
	text-transform: capitalize;
}
.panelMenu ul li.panel1 ul li {
	border-bottom: 1px solid #8dc63f;
}
.panelMenu ul li.panel1 ul li a:hover {
	background: #8dc63f;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
}
/*------- Panel 2   -----------------*/

.panelMenu ul li.panel2 ul li a {
	background: none;
	color: #494949;
	text-transform: capitalize;
}
.panelMenu ul li.panel2 ul li {
	border-bottom: 1px solid #0976bc;
	width:257px;
	float:right;
}
.panelMenu ul li.panel2 ul li a:hover {
	background: #0976bc;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
}
/*-------  Panel 3   --------------*/

.panelMenu ul li.panel3 ul li a {
	background: none;
	color: #494949;
	text-transform: capitalize;
}
.panelMenu ul li.panel3 ul li {
	border-bottom: 1px solid #f7941e;
}
.panelMenu ul li.panel3 ul li a:hover {
	background: #f7941e;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
}
/*--------  Panel 4   --------------*/

.panelMenu ul li.panel4 ul li a {
	background: none;
	border-top-left-radius: 0;
	color: #494949;
	text-transform: capitalize;
}
.panelMenu ul li.panel4 ul {
	right: 0;
}
.panelMenu ul li.panel4 ul li {
	border-bottom: 1px solid #152b75;
}
.panelMenu ul li.panel4 ul li a:hover {
	background: #152b75;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
}
.breadcrumbsContainer {
	width: 955px;
	margin: 0 auto;
	height: auto;
	padding-top:20px;
}
.breadcrumbs {
	text-transform: uppercase;
	width: 510px;
	float: left;
	padding: 10px 0 10px 0;
	color: #909090;
}

.breadcrumbs li {
	float:left;	
	margin-right:15px;
}
.searchBar {
  float: left;
  padding: 0 0 10px 0;
  position: relative;
  width: 430px;
  z-index: 200;
}
.breadcrumbsContainer .breadcrumbs {
	font-size: 1.2em;
}
.searchBar input[type=text] {
	width: 333px;
	height: 23px;
	background: #e0e0e0;
	border: none;
	padding-left: 10px;
	margin-right: 3px;
}
.searchBar input[type=submit] {
	width: 80px;
	height: 25px;
	background: #0976bc;
	border: none;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.mainCallToActionLeft, .mainCallToActionRight {
	width: 451px;
	height: 310px;
	float: left;
	margin-bottom: 80px;
}
.mainCallToActionLeft {
	margin-right: 35px;
}
.mainCallToActionLeft a {
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.mainCallToActionRight a {
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.bodyContent h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #0976bc;
	margin-bottom: 20px;
	font-weight: normal;
}
.bodyContent article {
	padding: 30px 0 0 0;
}
/*------------------------DOMESTIC ------------------------*/

.greenStrip {
	width: 100%;
	height: auto;
	background: #8dc63f;
}
.innerGreenStrip {
	width: 945px;
	height: 339px;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0 0 0;
}

.innerGreenStrip p {
	font-size: 1.6em;
	line-height: 1.6em;
}
/*
.innerGreenStrip img {
	float: right;
	margin: 0 0 0 30px;
}
*/

.greenStripImage {
	width:451px;
	height:317px;
	position:relative;
	float:left;
	margin-right:20px;
}


.greenStripImage h2 {
	font-size: 2.0em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.1em;
	position:absolute;
	display:block;
	width:411px;
	background:#fff;
	color:#8dc63f;
	bottom:0;
	padding:5px 20px;
}


/*----------------------- FOOTER -------------------------------*/


footer {
	width: 100%;
}
footer .navLinks h2 {
	color: #fff;
}
.innerFooter {
	width: 955px;
	height: auto;
	margin: 0 auto;
}
.callToActions {
	width: 955px;
	height: 49px;
	;
	margin: 0 auto;
}
.callToActions a {
	color: #fff;
	font-size: 1.8em;
	text-transform: uppercase;
	width: 308px;
	height: 34px;
	padding: 15px 0 0 10px;
	border-top-left-radius: 5px;
	display:block;
}
.greenLink {
	/*width: 308px;
	height: 34px;*/
	background: #7fb92f url(https://www.cooksenergy.co.uk/templates/img//green-link-bkd.jpg) no-repeat top right;
	float: left;
	/*padding: 15px 0 0 10px;*/
	border-top-left-radius: 5px;
}
.blueLink {
	/*width: 308px;
	height: 34px;*/
	background: #0764ad url(https://www.cooksenergy.co.uk/templates/img//facebook-bkd.jpg) no-repeat top right;
	float: left;
	/*padding: 15px 0 0 10px;*/
}
body.commercial .blueLink {
	padding: 0;
	width: 308px;
	height:48px;
	padding:1px 0 0 10px;
	background: #0764ad url(https://www.cooksenergy.co.uk/templates/img//linkedin-bkd.jpg) no-repeat top right;
}
.orangeLink {
	/*width: 308px;
	height: 34px;*/
	background: #f07d16 url(https://www.cooksenergy.co.uk/templates/img//orange-link-bkd.jpg) no-repeat top right;
	float: left;
	/*padding: 15px 0 0 10px;*/
}
.brandLogos {
	width: 955px;
	height: 126px;
	margin: 0 auto;
	margin-top: 15px;
}
.contactContainer {
	width: 100%;
	height: auto;
	background: #ededec;
	padding: 20px 0 20px 0;
}
.contact {
	width: 955px;
	height: 392px;
	margin: 0 auto;
	font-size: 1.4em;
	color: #909090;
}
footer h2 {
	font-size: 1.6em;
	color: #0976bc;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px
}
.address {
	width: 268px;
	height: auto;
	float: left;
}
.facebook {
	width: 372px;
	height: auto;
	float: left;
}
.enquiry {
	width: 315px;
	height: auto;
	float: left;
}
.enquiry span {
	width: 270px;
	display: block;
}
.enquiry input[type=text], .enquiry input[type=email] {
	display: block;
	width: 270px;
	height: 30px;
	border: none;
	background: #d7d7d7;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.enquiry input[type=checkbox] {
	float: left;
	margin-right: 5px;
}
.enquiry input[type=submit] {
	border: none;
	background: transparent;
	color: #0976bc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	margin: 10px 0 0 79px;
}

.dform_desc {
  display: inherit;
  font-size: 0.8em;
  margin-top: 6px;
  padding: 0;
  text-align: left;
  width:274px;
}
.enquiry textarea {
	width: 270px;
	height: 95px;
	background: #d7d7d7;
	border: none;
	padding: 5px 0 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom:10px;
	font-family:"adelle-sans",sans-serif;
	font-size:small;
}
.navLinks {
	width: 100%;
	height: 246px;
	background: #acacac;
	padding: 20px 0 0 0;
}
.innerNavLinks {
	width: 955px;
	height: auto;
	margin: 0 auto;
}
.navLinks .leftCol {
	width: 517px;
	height: 246px;
	float: left;
}
.navLinks .leftCol ul {
	/*float: left;*/
	margin: 0 10px 0 0;
}

.navLinks ul.outerFooterNav {
	width:955px;
	margin:0 auto;
}

.navLinks ul.outerFooterNav li {
	float:left;	
	width:218px;
	margin-right:20px;
	font-weight:bold;
}


.navLinks ul.outerFooterNav li:last-child {
	margin-right:0;	
}

.navLinks ul.outerFooterNav li ul li {
	float:none;	
	font-weight:normal;
}

.navLinks .rightCol ul {
	float: left;
	margin: 0 10px 0 0;
}
.navLinks a {
	color: #ffffff;
	font-size: 1.4em;
}
.navLinks .rightCol {
	width: 438px;
	height: 246px;
	float: left;
}
.copyrightBox {
	width: 955px;
	height: 95px;
	margin: 0 auto;
	font-size: 1.2em;
	padding: 10px 0 0 0;
	color: #959595;
}
.accreditations {
	width: 300px;
	height: auto;
	float: left;
}
.designBy {
	width: 300px;
	height: auto;
	float: right;
	text-align: right;
}
.designBy a {
	color: #959595;
}
.designBy a:hover {
	color: #686868;
}
.designBy ul {
	margin: 0 0 43px 0;
	float: right;
}
.designBy ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
}
.designBy ul li:last-child {
	padding: 0;
}

.facebook p {
    width: 249px;
}
.facebook img {
    float: left;
	margin-right:10px;
}
.facebookPost {
    height: auto;
    width: 311px;
}
.facebookImg {
    float: left;
}

.slide {
	margin-right:15px;	
}
.innerBanner{
width: 100%;
height: auto;	
}


#searcBar fieldset {
	border:none;	
}

#searcBar .default select {width:200px; margin-bottom:10px;}


/*---- slide out tab --------------*/


.slide-out-div {
    height: 173px!important;
    top: 235px;
    width: 337px !important;
    z-index: 500;
	background: white;
	border: 1px solid #f7941d;
	position:relative;
}
.slide-out-div .details h2 {
    color: #f7941d;
    font-size: 2.5em;
	margin-bottom:5px;
}
.slide-out-div .details p {
    color: #f7941d;
    font-size: 1.5em;
	
}



.slide-out-div .details p.telNumber {
	font-size:4em;	
	font-weight:bold;
}

slide-out-div a {
	border-top-left:5px;
	border-bottom-left:5px;	
	
}

.slide-out-div .details span {
    color:#6e6e6e;
	font-size:1.5em;
	margin-bottom:5px;
	display:block;
}
.slide-out-div ul {
    margin-top: 43px;
	text-align:center;
}


/*------------------------------------------------------------*/


.searchListing {
	width:100%;
	height:auto;
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:1px solid #D3D3D3;	
}

#nivoslider-36 > img {
  width: 100%;
}
#nivoslider-41 > img {
  width: 100%;
}
#nivoslider-42 > img {
  width: 100%;
}
#nivoslider-43 > img {
  width: 100%;
}


.container-outer {
  border: none!Important;
  border-radius: 5px;
  padding: 1px;
}