@charset "UTF-8";
/* CSS Defined by F3 Designs (June 2017) http://www.f3designs.ca */


/* CUSTOM COLOUR PALETTE ================================================================================================ */
/* blue-dark: #0c1a3d */
/* blue-light: #d8e1dd */
/* yellow: #f9c802 */
/* green: #868d14 */


/* CUSTOM FONTS: Google Fonts ========================================================================================== */
/* font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-weight: 600;
	font-weight: 700;


/* MEDIA QUERIES ======================================================================================================== */
/* Smartphones (portrait and landscape)
@media (min-width: 320px) and (max-width: 568px) {
 ...
}
/* Tablets (portrait and landscape)
@media (min-width: 768px) and (max-width: 1024px) {
 ...
}
/* Tablets (landscape)
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 ...
}
/* Tablets (portrait)
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
 ...
}


/* TYPE SELECTORS ======================================================================================================= */
html, body {
	height: 100% !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	-webkit-font-smoothing: antialiased; /* resolves issue with font displaying much bolder than it should in Mac Chrome and Safari */
	-moz-osx-font-smoothing: grayscale; /* resolves issue with font displaying much bolder than it should in Mac Firefox */
}
p {
	line-height: 24px;
	margin: 0px 0px 24px 0px;
}
h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}
.h1-standout {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #f9c802;
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
	border-bottom: solid 1px #f9c802;
	color: #0c1a3d;
	padding-bottom: 10px;
	margin: 60px 0px 30px 0px;
	font-weight: 600;
}	
h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #868d14;
	font-size: 28px;
	margin-top: 45px;
}


/* CLASS SELECTORS (Miscellaneous) ====================================================================================== */
/* note */
.note {
	font-size: 16px;
	border-left: solid 3px #d9534f; 
	padding: 15px;
	background-color: #fdf7f7;
}
/* no wrap */
.nowrap {
	white-space: nowrap;
}
/* no padding */
.nopadding {
   padding: 0 !important;
}
.pipe {
	color: #d8e1dd !important;
	font-size: 30px;
	padding: 0px 0px 0px 25px;
}
/* resolves issue with anchor links when you have a fixed top nav */
.anchor {
	padding-top: 150px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.anchor {
	padding-top: 0px;
}
}
/* phone */
.phone a:link {
	text-decoration: none !important;
	color: #000000 !important;
}
.phone a:visited {
	text-decoration: none !important;
	color: #000000 !important;
}
.phone a:hover {
	text-decoration: none !important;
	color: #000000 !important;
}
.phone a:active {
	text-decoration: none !important;
	color: #000000 !important;
}


/* CLASS SELECTORS (Buttons) ============================================================================================= */
/* btn-default */
.btn-default:link {
	text-transform: uppercase;
	color: #F6F4F4;
	background-color: transparent;
	border-color: transparent;
	border-radius: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
	padding: 0px;
	margin-top: 45px;
	font-size: 30px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.btn-default:visited {
	color: #F6F4F4;
	background-color: transparent;
}
.btn-default:hover {
	color: #F6F4F4;
	background-color: transparent;
}
.btn-default:active {
	color: #F6F4F4;
	background-color: transparent;
}
.btn-default:after {
	font-family: 'FontAwesome';
    content: '\f13a'; /* (font awesome unicode for chevron-circle-down) */
	padding-left: 15px;
	position: relative;
	top: 0px;
	font-size: 30px;
	color: #f9c802;
}
/* btn-default_new */
.btn-default_new:link {
	text-transform: uppercase;
	color: #F6F4F4;
	background-color: transparent;
	border-color: transparent;
	border-radius: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
	padding: 0px;
	margin-top: 45px;
	font-size: 30px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.btn-default_new:visited {
}
.btn-default_new:hover {
}
.btn-default_new:active {
}
.btn-default_new:after {
	font-family: 'FontAwesome';
    content: '\f138'; /* (font awesome unicode for chevron-circle-right) */
	padding-left: 15px;
	position: relative;
	top: 0px;
	font-size: 30px;
	color: #f9c802;
}
/* btn-primary */
.btn-primary:link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	background-color: #868d14;
	border-color: #868d14;
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none !important;
}
.btn-primary:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	background-color: #868d14;
	border-color: #868d14;
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none !important;
}
.btn-primary:hover {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	background-color: #0c1a3d;
	border-color: #0c1a3d;
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none !important;
}
.btn-primary:active {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	background-color: #868d14;
	border-color: #868d14;
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none !important;
}



/* SUPPLEMENTAL ========================================================================================================= */
.supplemental {
	margin: 0px 0px 30px 0px;
	background: none;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 0px 0px 0px 0px !important;
	text-align: right;
	font-size: 20px !important;
	line-height: 0px !important;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.supplemental {
	text-align: center;
	margin: 0px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.supplemental {
	text-align: center;
	margin: 0px;
}
}
.supplemental ul {
	list-style: none;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.supplemental ul {
	padding-left: 0px;
}
}
.supplemental li {
	display: inline;
	padding: 0px 0px 0px 15px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.supplemental li {
	display: inline;
	padding: 0px 7px 0px 7px;
}
}
.supplemental-phone a:link {
	color: #0c1a3d;
	text-decoration: none;
}
.supplemental-phone a:visited {
	color: #0c1a3d;
	text-decoration: none;
}
.supplemental-phone a:hover {
	color: #868d14;
	text-decoration: none;
}
.supplemental-phone a:active {
	color: #0c1a3d;
	text-decoration: none;
}
.supplemental-social {
}
.supplemental-social a:link {
	color: #868d14;
}
.supplemental-social a:visited {
	color: #868d14;
}
.supplemental-social a:hover {
	color: #0c1a3d;
}
.supplemental-social a:active {
	color: #868d14;
}


/* HEADER Starts (Vitality)
================================================== */
header {
  position: relative;
  display: block;
  height: 100%; /* FAYE ADJUSTED (WAS AUTO) */
  width: 100%; /* FAYE ADJUSTED (WAS AUTO) */
  background-color: #222;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}
header .intro-content {
  color: white;
  text-align: center;
  position: relative;
}
header img {
  max-width: 150px;
  max-height: 150px;
}
header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: none; /* FAYE ADJUSTED (WAS 2PX SOLID WHITE) */
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
@media (min-width: 768px) {
  header {
    height: 100vh;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
    min-height: 700px;
  }
  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 75%; /* FAYE ADJUSTED (WAS 50%) */
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name-subtext {
    font-size: 26px; /* FAYE ADJUSTED (WAS 30PX) */
    line-height: 30px;
  }
  header img {
    max-width: 250px;
    max-height: 250px;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  header {
    background-attachment: scroll;
  }
}
 /* FAYE ADDED (all of this below) */
.brand-name-subtext {
	background-color: #0c1a3d;
	padding: 15px;
	display: inline-block !important;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.brand-name-subtext {
	margin-top: 220px;
	padding: 5px;
	width: 90%;
  }
}


/* CAROUSEL ============================================================================================================ */
/* (carousel-fill -- adjusts carousel images to full width and height of device) */
.carousel-fill{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	padding: 10px 0px 0px 0px !important;
}
/* (carousel-inner) */
.carousel-inner {
	height: 100%;
}
.carousel,.item,.active {
	height: 100%;
}
/* (carousel-background) */
.carousel-background {
	 padding: 60px 15px 45px 15px;
	 background: rgba(12,26,61,.75);
	 display: inline-block;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.carousel-background {
	padding: 15px;
}
}
/* (carousel-caption) */
 .carousel-caption {
	 top: 25% !important;
	 text-align: center;
	 right: 0%;
	 left: 0%;
	 margin: 0 auto;
	 max-width: 670px;
}
.carousel-caption h1 {
	text-shadow: none;
	margin-top: 0px;
	text-transform: none;
}
/* (carousel-controls) */
.carousel-control {
	color: rgba(12,26,61,.75);
}
/* Smartphones and Tablets (portrait and landscape) */
@media (min-width: 320px) and (max-width: 1024px) {
.carousel-control {
   display:  none;
}
}
.icon-prev {
	font-size: 45px !important;
}
.icon-next {
	font-size: 45px !important;
}
.carousel-control .icon-prev:before {
  content: normal;
}
.carousel-control .icon-next:before {
  content: normal;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}


/* CLASS SELECTORS (Section) ================================================================================================= */
section {
	margin-top: 0px;
}
#welcome {
	margin-top: 0px !important;
}
section ul {
	margin-bottom: 30px;
}
section li {
	line-height: 30px;
}
section a:link {
	text-decoration: underline;
	color: #868d14;
}
section a:visited {
	text-decoration: underline;
	color: #868d14;
}
section a:hover {
	text-decoration: underline;
	color: #000000;
}
section a:active {
	text-decoration: underline;
	color: #868d14;
}
.section-banner {
	position: relative;
	width: 100%;
	height: 335px;
	border-top: solid 1px #d8e1dd;
	padding-top: 15px;
}
.aerialservices {
	background: url(../img/banner-aerialservices.jpg) no-repeat center;
}
.agronomycropinputs {
	background: url(../img/banner-agronomycropinputs.jpg) no-repeat center;
}
.portageaircraftmaintenance {
	background: url(../img/banner-portageaircraftmaintenance.jpg) no-repeat center;
}
.pam {
	margin-top: 120px;
}
.contactus {
	background: url(../img/banner-contactus.jpg) no-repeat center;
}
#contactus ul {
	list-style: none;
	padding: 0px 0px 0px 20px;
}
#contactus li {
	line-height: 24px;
	margin-bottom: 30px;
}
.contact-fa {
	font-size: 30px !important;
	color: #868d14;
	padding-right: 5px;
	margin-left: -25px;
}
.contact-fa:link {
	color: #868d14;
	text-decoration: none;
}
.contact-fa:visited {
	color: #868d14;
	text-decoration: none;
}
.contact-fa:hover {
	color: #0c1a3d;
	text-decoration: none;
}
.contact-fa:active {
	color: #868d14;
	text-decoration: none;
}
.section-banner h1 {
	background: rgba(12,26,61,.75);
	color: #ffffff;
	font-size: 60px;
	padding: 30px;
	display: inline-block;
	position: absolute;
    bottom: 0;
	margin-bottom: 7px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.section-banner h1 {
	font-size: 30px;
}
}
.section-banner h1:after {
	font-family: 'FontAwesome';
    content: '\f13a'; /* (font awesome unicode for chevron-circle-down) */
	padding-left: 15px;
	position: relative;
	top: 0px;
	font-size: 30px;
	color: #f9c802;
}
.section-intro {
	font-size: 24px;
	padding: 30px 0px 0px 0px;
	line-height: 36px;
}



/* (partners and resources logos) */
#suppliers-logos {
	text-align: center;
}
.suppliers-logos-img {
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
	padding: 90px 60px 0px 60px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.suppliers-logos-img {
	padding: 90px 0px 0px 0px;
}
}
#memberships-logos {
	text-align: center;
}
.memberships-logos-img {
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
	padding: 30px 60px 0px 60px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.memberships-logos-img {
	padding: 30px 0px 0px 0px;
}
}


/* CLASS SELECTORS (Aside) =================================================================================================== */
aside {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  aside {
    background-attachment: scroll;
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  aside {
    padding: 300px 0;
  }
}
@media (min-width: 1025px) {
  aside {
    background-attachment: fixed;
  }
}
.aside-background {
	 padding: 45px;
	 display: inline-block;
	 max-width: 780px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.aside-background {
	 padding: 15px;
}
}
.true {
	margin-top: 0px !important;
	margin-bottom: 120px;
}
aside p {
	font-size: 24px;
	line-height: 36px;
}
aside h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 60px;
	border-bottom: none;
	margin-bottom: 60px;
}


/* CONTAINER (Footer) ==================================================================================================== */
footer {
	text-align: center;
}
footer ul {
	padding: 0px;
	margin: 0px;
}
footer li {
	display: inline-block;
	padding: 0px 0px 0px 30px;
}
.footer-pipe {
	color: #0c1a3d;
	padding: 0px 15px 0px 15px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.footer-pipe {
	padding: 0px 10px 0px 10px;
}
}

/* footer-row1 */
.footer-row1 {
	background-color: #0c1a3d;
	padding: 30px 0px 30px 0px;
	text-transform: uppercase;
}
.footer-row1 a {
	color: #ffffff;
	font-size: 22px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-decoration: none;
}
.footer-row1 a:hover {
	color: #868d14 !important;
}
.footer-row1 a:after {
	font-family: 'FontAwesome';
    content: '\f139'; /* (font awesome unicode for chevron-circle-up) */
	color: #868d14;
	font-size: 18px;
	padding-left: 5px;
}


/* footer-row2 */
.footer-row2 {
	background-color: #f9c802;
	padding: 15px 0px 0px 0px;
}
.footer-row2 a:link {
	color: #0c1a3d;
	text-decoration: none;
}
.footer-row2 a:visited {
	color: #0c1a3d;
	text-decoration: none;
}
.footer-row2 a:hover {
	color: #0c1a3d;
	text-decoration: underline;
}
.footer-row2 a:active {
	color: #0c1a3d;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.proud {
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	margin: 10px 0px 10px 0px;
}
.proud:after {
	font-family: 'FontAwesome';
    content: '\f13a'; /* (font awesome unicode for chevron-circle-down) */
	color: #868d14;
	font-size: 18px;
	padding-left: 5px;
}


/* footer-row3 */
.footer-row3 {
	margin-bottom: 60px;
}


/* CLASS SELECTORS (Navbar) ================================================================================================ */
/* Main ==================================================================================================================== */
 .navbar-default.navbar-expanded {
	 background: none;
	 border-bottom: none;
}
.navbar-default {
	background: #ffffff;
	border-top: solid 1px #d8e1dd;
	border-bottom: solid 5px #d8e1dd;
	text-transform: uppercase;
	padding: 15px 30px 15px 30px;
	margin-top: 10px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-default {
	padding: 30px 5px 15px 5px;
	margin-top: 0px;
	border-top: none;
}
}
/* (moves the logo within the navbar to desired position) */
.navbar-brand img {
	margin-top: -105px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-brand img {
	margin-top: -15px;
}
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.navbar-brand img {
	margin-top: -15px;
}
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.navbar-brand img {
	max-width: 120px;
}
}
/* Toggle ================================================================================================================== */
/* (background-color, surrounding border color, and position of toggle menu on mobile) */
.navbar-default .navbar-toggle {
	background-color: #ADBA44;
	border: none;
}
/* (inner 3 lines color for toggle on mobile) */
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
/* (background color for toggle when clicked on mobile) */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ADBA44;
}
/* (removes bottom border when toggle menu on mobile is expanded) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-default .navbar-collapse {
	border-top: solid 1px #d8e1dd;
	border-bottom: solid 1px #d8e1dd;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 20px;
	background-color: #ffffff;
}
}




/* Primary ================================================================================================================== */
/* (primary list items in off state) */
.navbar-default .navbar-nav li a {
	color: #0c1a3d;
	font-size: 22px;
	font-family: 'PT Sans Narrow', sans-serif;
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.navbar-nav  {
	margin-top: -75px;
}
}
.navbar-default .navbar-nav li a:after {
	font-family: 'FontAwesome';
    content: '\f13a'; /* (font awesome unicode for chevron-circle-down) */
	color: #868d14;
	font-size: 18px;
	padding-left: 5px;
}
/* (primary list items visited) */
.navbar-default .navbar-nav li a:visited {
	color: #0c1a3d !important;
}
/* (primary list items on hover) */
.navbar-default .navbar-nav li a:hover {
	color: #868d14 !important;
}
/* (primary list items active) */
.navbar-default .navbar-nav li a:active {
	color: #0c1a3d !important;
}
/* (primary list items focus) */
.navbar-default .navbar-nav li a:focus {
	color: #0c1a3d !important;
}


/* CLASS SELECTORS (Contact Form) ============================================================================================================== */
.contactform .form-group {
	margin-bottom: 25px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.contactform .form-group input, .contactform .form-group textarea {
	padding: 20px;
	font-size: 18px !important;
}
.contactform .form-group input.form-control {
	height: auto;
}
.contactform .form-group textarea.form-control {
	height: 236px;
}
.contactform .form-control:focus {
	border-color: #f7cf3b;
	box-shadow: none;
}
.contactform .btn-default {
	background: none;
	border: none;
	margin-left: -30px;
}
.contactform .btn-default:link {
}
.contactform .btn-default:visited {
}
.contactform .btn-default:hover {
	color: rgba(255, 255, 255, 0.5);
}
.contactform .btn-default:active {
}
.contactform .btn-default:after {
	font-family: 'FontAwesome';
    content: '\f138'; /* (font awesome unicode for chevron-circle-right) */
	font-size: 60px;
	color: #f9c802;
}
/* (alert) */
.text-danger ul {
	list-style: none;
	background-color: #ffffff;
	margin: 0px !important;
	padding: 10px !important;
	color: black;
	border: solid 2px red;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
}
.contactform input {
	border: none;
	border-radius: 0px;
	background-color: #d8e1dd;
}
.contactform textarea {
	border: none;
	border-radius: 0px;
	background-color: #d8e1dd;
}
::-webkit-input-placeholder {
	font-size: 18px;
	color: #666664 !important;
	text-transform: uppercase;
}
:-moz-placeholder {
	font-size: 18px;
	color: #666664 !important;
	text-transform: uppercase;
}
::-moz-placeholder {
	font-size: 18px;
	color: #666664 !important;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	font-size: 18px;
	color: #666664 !important;
	text-transform: uppercase;
}
.alert-success {
	background-color: #d8e1dd;
	font-size: 18px;
	padding: 15px !important;
	border: none;
	border-radius: 0px;
	text-align: center;
	color: #666664 !important;
	line-height: 24px;
}
.required {
	color: red;
	font-weight: bold;
}


/* 404 */
.notfound {
	height: 100%;
}
.notfound-message {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	height: 360px;
	width: 100%;
	text-align: center;
	color: #000000;
}
.notfound-message img {
	margin: 0 auto !important;
	text-align: center !important;
}
