@charset "utf-8";
/* CSS Document */
a { text-decoration:none; color:#5E5E5E; }


html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Verdana, "sans-serif";
}
body {
    margin-left: auto;
    margin-right: auto;
	

}
header {
	height: auto;
	margin-left: auto;
	margin-right: auto; 
	
}
footer {
	background-color: #ffffff;
  	height: auto;
	padding: 40px 40px 40px 40px;
	margin-left: auto;
	margin-right: auto; 
	color: #000000;
	font-style: italic;
	border-top: 1px #555555 solid;
}
section {
	margin-bottom: 0px;
}
img {
	width: 100%;
	max-width: 100%;
}
hr {
	width: 90%;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	font-size: 26px;
	font-weight: 800;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
}
h2 {
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
	font-weight: 800;
	color: #8c3fbd;
}
h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
}
h3 span{
	background-color: #FF0004; 
}
h4 {
	font-size: 22px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
h4 span{
	background-color: #FFBE00; 
}
h5 {
	font-size: 20px;
	font-weight: 300;	
	font-family: 'Roboto', sans-serif;
}
h6 {
	font-size: 24px;
	font-weight: 800;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
}
p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -.0003em;
	font-weight: 300;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	
}
.fit1024 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.fit1280 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px 0px 15px;
}
.fit1366 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.googleHarita {
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
}
.btn {
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
	text-align: center;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
/* Global Button Styles */
.animated-button:link, .animated-button:visited {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.animated-button:link:after, .animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.animated-button:link:hover, .animated-button:visited:hover {
	color: #ffffff;
	text-shadow: none;
}
.animated-button:link:hover:after, .animated-button:visited:hover:after {
	height: 450%;
}
/* galacticOne Button */
.animated-button.galacticOne {
	background: linear-gradient(-45deg, #39b44a, #84c440);
	margin: 10px 0px 10px 0px;
	padding: 8px 30px;
	border-radius: 3px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
}
.animated-button.galacticOne:after {
	background: #39b44a;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
/* galacticOne Oposite Button */
.animated-button.galacticOneOpposite {
	margin: 10px 0px 10px 0px;
	padding: 8px 30px;
	border-radius: 3px;
	border: 1px #8c3fbd solid;
	color: #8c3fbd;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
}
.animated-button.galacticOneOpposite:after {
	background: #8c3fbd;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
/* galacticOne Oposite Button */
.animated-button.galacticOneOpposite2 {
	background: linear-gradient(-45deg, #8c3fbd, #c64bb5);
	margin: 10px 0px 10px 0px;
	padding: 8px 30px;
	border-radius: 3px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
}
.animated-button.galacticOneOpposite2:after {
	background: #8c3fbd;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

/* Navigasyon -- Tüm sayfalarda navigasyon bölümünü tanımlar*/
.headerLogo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 300px;
	display: block;
	padding: 0px 0px 10px 0px;
}

.materialIcon {
	position: relative;
	width: 50px;
	height: 50px;
	float: center;
	padding: 10px;
}
.style-nav {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 600;
}
.style-nav ul {
	list-style-type: none;
	text-transform: uppercase;
}
.style-nav ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	display: block;
}
.style-nav ul li a:hover {
	color: #84c440;
}

/* Row Start */
.row:before, .row:after {
	content:"";
	display: table;
}
.row:after {
	clear: both;
}
/* Col Start */
.col {
	width: 100%;
	text-align: center;
	
}
.col-one {
	height: auto;
	text-align: center;
	padding: 10px;
	color: #838383;
	}
.colFifty {
	width: 50%;	
	float: left;
}
.col-two {
	height: auto;
	text-align: center;
	}
.col-two2 {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	text-align: center;
	color: #838383;
}
.col-two3 {
	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: column;
	padding: 0px 10px 0px 10px;
	text-align: left;
	}
.col-two5 {
	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: column;
	padding: 30px 10px 10px 30px;
	text-align: left;
	}
.col-25 {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin: 80px 0px 80px 0px;
	}
.col-75 {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin: 20px 0px 20px 0px;
	}
/* Signage -- Anasayfa ve altsayfalarda giriş resminin gösterildiği yerdir. */
.headerPurpleStripe {
	width: 100%;
	auto: 100%;
	padding: 0px 0px 10px 10px;
	color: #ffffff;
	background: #8c3fbd;
	/*background: linear-gradient(-45deg, #c64bb5, #8c3fbd);*/
	/*border-bottom: 1px #39b44a solid;*/
	background-image:url("../assets/img/back-ambiyans-molekur-header.png");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover; 	
}

.purpleStripe {
	width: 100%;
	auto: 100%;
	padding: 10px 10px 10px 10px;
	color: #777777;
	background: #DBDBDB;
	background-image:url("../assets/img/back-ambiyans.png");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover; 	
}

.greyStripe {
	width: 100%;
	auto: 100%;
	padding: 30px 0px 30px 0px;
	color: #555555;
	background: #f8fbfd;
}
.greyStripe-2 {
	width: 100%;
	auto: 100%;
	padding: 30px 0px 30px 0px;
	color: #555555;
	background: linear-gradient(45deg, #222222, #555555);
}
.signageContainer {
  	position: relative;
	width: 100%;
	auto: 100%;
	z-index: 1;
	display: flex;
  	justify-content: center;
	text-align: center;
}
.signageImg {
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: contain;
	z-index: 2;
}
.signageHandDrawn {
    position: absolute;
    bottom: 0;
	max-width: 500px;
   	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	padding: 10px;
}
.signageText {
    position: absolute;
    top: 20%;
    z-index: 4;
    color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pHeadingContainer {
  	position: relative;
	width: 100%;
	height: 80px;
	margin: 0px 0px 10px 0px;
	background: linear-gradient(-45deg, #666666, #777777);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 44px;
	text-align: left;
	line-height: 44px;
}

/* Welcome Start*/

.welcome {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 20px 50px 20px 50px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	width: 100%;
	height: auto;
	z-index: 1;
	display: block;
  	justify-content: center;
	align-content: center;
	text-align: center;
	background: linear-gradient(-45deg, #8c3fbd, #c64bb5);
	background-size: 300% 600%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}}
@-moz-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}}

@keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}}

.welcome-2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 20px 50px 20px 50px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	width: 100%;
	height: auto;
	z-index: 1;
	display: block;
  	justify-content: center;
	align-content: center;
	text-align: center;
	background: linear-gradient(-45deg, #FFA600, #FFBE00);
	background-size: 300% 600%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}}
@-moz-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}}

@keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}}


.signageNlp {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
    background-image:url("../assets/img/gaps-diyet-rezonans-nlp.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.signageNls {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
    background-image:url("../assets/img/gaps-diyet-rezonans-bio-rezonans.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.signageGaps {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: left;
    background-image:url("../assets/img/gaps-diyet-rezonans-kemik-suyu.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.signageOnline {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: left;
    background-image:url("../assets/img/online-diet.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.signageRezonans {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: auto;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
    background-image:url("../assets/img/gaps-diyet-rezonans-bio-rezonans.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.signageBeslenme {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: auto;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
    background-image:url("../assets/img/gaps-diyet-rezonans-dogal.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.signageAsude {
    position: relative;
    color: #333333;
    width: 100%;
    height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: left;
    background-image:url("../assets/img/gaps-diyet-rezonans-asude-elci-karnap.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.signageAsude2 {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: left;
    background-image:url("../assets/img/gaps-diyet-rezonans-asude-elci-karnap-2.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.signageSlider {
    position: relative;
    width: 100%;
    height: auto;
}


/* Our Services Start -- Hizmetlerimiz ve ürünlerimizin anasayfada slider mantığında gösterildiği alandır */

.servicesContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: auto;
    max-height: 500px;
    padding: 10px 20px 20px 20px;
    color: #4E4E4E;
    text-align: center;
	display: block;
	background: #f9f9fa;
	margin-bottom: 20px;
	border-radius: 3px;
}
.servicesIcon {
    position: relative;
    width: 70px;
    height: 70px;
    color: #706F6F;
    padding: 5px;
}
.pServicesContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 325px;
    height: auto;
    max-height: 500px;
    padding: 10px 20px 20px 20px;
    color: #737373;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-end;
}
.pServicesIcon {
   	position: relative;
    width: 300px;
    height: auto;
    color: #706F6F;
    padding: 5px;
	object-fit: contain;
	
}

/* Our Stats Start -- İstatsitiklerin anasayfada gösterildiği alandır */

.howContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: auto;
    max-height: auto;
    padding: 10px 20px 20px 20px;
    color: #ffffff;
    text-align: center;
	display: block;
	background: linear-gradient(-45deg, #39b44a, #84c440);
	margin-bottom: 20px;
	border-radius: 6px;
}
.howIcon {
    position: relative;
    width: 80px;
    height: 80px;
    color: #706F6F;
    padding: 5px;
}

/* Alt Sayfa ürünlerimiz */
.pProducts {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 25px 0px 0px;
}
.pProductsImg {
    position: relative;
    max-height: 200px;
	object-fit: contain;
	width: auto; 
}
.pProductsImgS {
    position: relative;
    max-height: 50px;
	object-fit: contain;
	width: auto; 
}
.pProductsImgM {
    position: relative;
    max-height: 200px;
	object-fit: contain;
	width: auto; 
}
.pProductsImgXL {
    position: relative;
    max-height: 400px;
	object-fit: contain;
	width: auto; 
}
.pProductsText {
    color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
}
.pContent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #000000;	
	padding: 25px;
}
.stripeGrey {
	background-color: #DBDBDB;
	color:#727272;
}
.stripeWhite {
	background-color: #EBEBEB;
}
.pContentImgPosition {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.pContentImgContainerL {
	position: relative;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.pContentImgContainerR {
	position: relative;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.pContentImg {
    position: relative;
    height: auto;
	width: 200px; 
}
/* Blog / News Start -- Blog ve Haberlerin yer aldığı bölümdür */
.blogContainer {
	color: #444444;
	object-fit: cover;
	text-align: left;
}
.newsContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    height: auto;
    max-height: 500px;
    color: #737373;
    text-align: left;
	display: block;
    /*border: 1px solid #DBDBDB;*/
	border-radius: 10px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.newsIcon {
    position: relative;
    width: 380px;
    color: #706F6F;
	border-radius: 10px;
}
/* Etiket Start*/

.etiketContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 250px;
	background-color: #000000;
}
.etiketImgContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 150px;	
}
.etiketImg {
    position: absolute;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    height: 150px;
	max-width: 150px;
    object-fit: contain;
}
/* Working Times Start*/

.workingTimesContainer {
	background-color: #f45b43;
	height: auto;
	color:#D8D8D8;
}
/* Links Start*/

.linksImgContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	width: 150px;
	height: 150px;	
}
.linksImg {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    height: 150px;
	max-width: 150px;
    object-fit: contain;
}
/* Heading Start*/

.heading {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	text-align: center;
	padding: 20px 10px 20px 10px;
}
.headingIcon {
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	margin: 0px 0px 30px 0px;
}
/* Footer Start -- */
.footer-text {
	font-size: 18px;
	padding-top: 10px;
	display: block;	
	text-align: center;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
}
.footerLogo {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	display: block;
	padding: 10px 10px 0px 20px;
}

/* footerStripe Start -- Sayfanın en altında bant bilgiler gösterilir*/
.footerStripeContainer {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}
.footerStripe {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: auto;
	justify-content: center;
	align-items: center;
	display: table;
	padding: 5px;
}
.footerMaterialIcon {
	width: 50px;
	height: 50px;
	text-align: center;
	padding-right: 10px;
	padding-top: 10px;
	
}
.galacticThings {
	width: auto;
	height: 75px;
	padding-top: 10px;
	margin-bottom: 20px;
	float: center;
	
}
/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 100%;
	}
	header {
		max-width: 778px;
	}
	footer {
		max-width: 100%;
	}
	.footerC {
		max-width: 778px;
	}
	.signageContainer {
		max-width: 100%;
	}
	.fit1280 {
		max-width: 778px;
	}
	.fit1366 {
		max-width: 778px;
	}
	.pContentImgContainer {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.topStripe {
		max-width: 778px;
		text-align: left;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.materialIcon {
		float: right;
	}
	.welcome {
		max-width: 778px;
	}
		.style-nav ul li {
		display:inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
	.products-nav ul li {
		display:inline-block;
	}
	.products-nav ul {
		text-align: center;
	}
	.col-two {
		width: 50%;
		text-align: left;
	}

	.col-three {
		width: 33%;
	}
	.col-four {
		width: 25%;
		padding: 0px 0px 0px 0px;
	}
	.colFifty {
		float: left;
	}
	.col {
		float: left;
	}

	.footer-text {
		text-align: left;
		font-size: 18px;
}
	.topStripe {
		max-width: 778px;
		text-align: left;
		justify-content: center;
		align-items: center;
		display: flex;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 100%;
	}
	header {
		max-width: 1280px;
	}
	footer {
		max-width: 100%;
	

	}
	.headerLogo {
		float: left;
	}
	.footerC {
		max-width: 1280px;
	}
	.signageContainer {
		max-width: 100%;
	}
	.fit1024 {
		max-width: 1024px;
	}
	.fit1280 {
		max-width: 1280px;
	}
	.fit1366 {
		max-width: 1366px;
	}
	.welcome {
		max-width: 1366px;
	}
	.pContentImgContainerR {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.pContentImgContainerL {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.topStripe {
		max-width: 1280px;
		text-align: left;
		display: flex;
	}
	.footerStripe {
		max-width: 1280px;
		text-align: left;
		display: flex;
	}
	.materialIcon {
		float: right;
	}
	.footerMaterialIcon {
		text-align: center;
	}
	.footerLogo {
		float: left;
	}
		.style-nav {
		float: right;	
		padding-top: 80px;
	}
	.style-nav ul li a {
		display: block;
	}
	.products-nav {
		float: center;	
	}
	.products-nav ul li a {
		display: block;
	}
	.footer-text {
		text-align: left;
		font-size: 18px;
}
	.col-two {
		width: 50%;
	}
	.col-two2 {
		width: 50%;
		height: 400px;
	}
	.col-two3 {
		width: 50%;
		height: 400px;
	}
	.col-two5 {
		width: 50%;
		height: auto;
	}
	.col-75 {
		width: 75%;
		height: auto;
		padding: 60px 30px 10px 30px; 
		text-align: left;
	}
	.col-25 {
		width: 25%;
		height: auto;
	}
	.col-three {
		width: 33%;
	}
	.col-four {
		width: 25%;
		padding: 0px 0px 0px 0px;
	}
	.colFifty {
		float: left;
	}
	.topStripe {
		max-width: 1280px;
		text-align: left;
		display: flex;
	}
	h1 {
	font-size: 36px;
	line-height: 40px;
}
	
	.galacticThings {
	float: right;
	
}
	.signage2 {
    width: 100%;
	padding: 90px 0px 90px 0px; 
}
	.signageSlider {
    position: relative;
    color: #555555;
    width: 100%;
    height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: left;
}


}