﻿/*
*
* @copyright ixiaplus 2023
* @version 1.0.0.0.0
*/

@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

body {
	/*position:fixed;*/
	cursor: default;
	font-style: normal;
	height: auto;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
}

/*! PAGES */
body.home,
body.error_page {
	background: url(../imagesAssets/bgd-images/space.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html {
	font-family: -apple-system,
		BlinkMacSystemFont,
		'News Gothic',
		'Century Gothic',
		'Helvetica New',
		'Segoe UI',
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji',
		'Segoe UI Symbol',
		tahoma,
		verdana;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%
}

html,
body {
	margin: 0;
	font-size: .89967rem;
	width: 100%;
	height: 100%;
	min-height: 100%
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

a {
	cursor: pointer;
	background-color: transparent;
	color: #474747
}

a:hover {
	text-decoration: underline
}

a img {
	border: none
}

[href^=tel] {
	color: inherit;
	text-decoration: underline
}

[href^=cookies] {
	color: #6d6d6d;
	text-decoration: underline
}

img:not([src]) {
	display: none
}

.clearfix {
	overflow: auto
}

.clear-both {
	clear: both
}

.clearfix::after {
	content: "";
	clear: both;
	display: table
}

* {
	box-sizing: border-box
}

/*YARD STICK POINTER TO CAPTURE WINDOW RESIZE */
.yard-stick-pointer {
	float: left
}

@media only screen and (max-width: 440px) {
	.yard-stick-pointer {
		float: none
	}
}

@media only screen and (min-width: 450px) {
	.yard-stick-pointer {
		float: left
	}
}

/*
HEADER
*/
.header-body {
	display: block;
	width: 100%;
	height: 70px;
	color: rgba(12, 2, 2, 1);
	overflow: hidden
}

.header-preheader {
	position: absolute;
	width: 100%
}

/*! HEADER HOME */
.header-header-main {
	width: 100%;
	height: 100%;
}

/*! HEADER HOME */
.header-header-main-top {
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
	max-height: 100px !important;
	z-index: 1;
}

.main-logo-container {
	display: inline-block;
	height: auto;
	width: 17%;
	min-width: 180px;
	padding: 0px;
	margin: auto;
	text-align: right;
}

.main-logo-container .span-logo {
	display: block;
	background: url(../imagesAssets/pngs-images/mediastrokes-logo.png) no-repeat center center;
	padding: 10px;
	min-height: 70px
}

.main-menu-container {
	display: inline-block;
	height: auto;
	width: 82%;
	padding: 0px;
	margin: auto;
	vertical-align: bottom;
	text-align: right;
}

.main-menu-container .menu-container-breadcrumbs span {
	margin: auto 5px
}

.main-menu-container .menu-container-breadcrumbs span.icon-link {
	display: none;
}

.main-menu-container .menu-container-breadcrumbs span.home-icon {
	background: url(../imagesAssets/pngs-images/home-icon.png) no-repeat center center;
	width: 32px;
	height: 32px;
}

.main-menu-container .menu-container-breadcrumbs span.contact-icon {
	background: url(../imagesAssets/pngs-images/envelop-email-v3.png) no-repeat center center;
	width: 32px;
	height: 32px;
}

.main-menu-container .menu-container-breadcrumbs span.quotation-icon {
	background: url(../imagesAssets/pngs-images/purchase.png) no-repeat center center;
	width: 32px;
	height: 32px;
}

.main-menu-container .menu-container-breadcrumbs span.ixiaplus-icon {
	background: url(../imagesAssets/pngs-images/ixiaplus-icon.png) no-repeat center center;
	width: 32px;
	height: 32px;
}

.main-menu-container .menu-container-breadcrumbs span.text-link:hover {
	text-decoration: underline;
}

.main-menu-container div {
	vertical-align: middle;
	height: 45px;
}

/**
[MAIN STYLES]
*/
main {
	position: relative;
	font-size: 1rem;
	color: rgba(12, 2, 2, 1);
	height: calc(100% - 120px) !important;
	min-height: 300px;
	margin: 0;
	overflow: hidden;
}

/**
[GOOGLE ADSENSE]
*/
.main-gaa-container {
	width: 100%;
	height: 100px;
	position: relative;
	top: 0;
	text-align: center
}

.gaa-mlb-container {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid teal;
	text-align: center;
}

/**
[BODY CONTAINER]
*/
.main-body-wrapper {
	position: relative;
	width: 100%;
	height: calc(100% - 100px);
	padding: 2em 5em;
}

#main-body-default-wrapper {
	position: absolute !important;
	height: auto;
	margin: -80px auto 0;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-body-sub-wrapper {
	width: 80%;
	margin: auto;
	height: 100%;
	text-align: center;
	font-size: 2.225rem;
}

.main-body-sub-wrapper div {
	margin: 1.125rem 0;
	text-align: left;
}

.main-body-sub-wrapper div#contact-header-policy-info {
	padding:0.325rem 0.625rem;
	border:1px solid rgba(0, 0, 0, .85);
	font-size: 0.925rem;
}

.main-body-sub-wrapper div.main-contact-body {
	font-size: large;
	height: calc(100% - 115px);
	max-height: 650px;
	overflow-y: auto;
	margin: 0 0 20px;
	padding: 1%;
}

.main-body-sub-wrapper div.main-contact-body label:not(#val-ctrl) {
	display: inline-block;
	width: 40%;
}

.main-body-sub-wrapper div.main-contact-body input[type='text'],
.main-body-sub-wrapper div.main-contact-body select,
.main-body-sub-wrapper div.main-contact-body textarea {
	display: inline-block;
	width: 60%;
	padding: .525rem;
}

.main-body-sub-wrapper div.main-contact-body textarea {
	resize: none;
	height: 200px;
}

#form-validity-response {
	width: 40%;
}

#validate-ctrl {
	width: 60%;
}

.sub-info-wrapper {
	font-size: small;
}

.sub-theme-wrapper {
	font-size: large;
}

.main-body-sub-wrapper div.sub-theme-wrapper {
	color: red
}

.main-body-sub-wrapper div.sub-main-wrapper {
	color: teal
}

.sub-title-wrapper {
	font-size: x-large;
}

.sub-main-wrapper {
	font-size: xx-large;
}

/**
[FOOTER STYLES]
*/
footer {
	position: relative;
	font-size: 1rem;
	color: rgba(12, 2, 2, 1);
	height: auto;
	height: 80px;
	margin: 0;
}

.footer-body {
	width: 100%;
	height: 100%;
	padding: 0.5% 0%;
	border-top: 1px solid rgba(12, 2, 2, 1);
}

.footer-copyright {
	position: relative;
	width: 100%;
}

.footer-copyright div {
	width: 80%;
	margin: 3px auto 2%;
	text-align: center
}

.footer-copyright div span {
	display: inline-block;
}

.footer-copyright div span:not(.main-text) {
	font-style: italic;
}

/**
[PINEAPPLE NAVIGATION]
**/

.mobile-menu-section {
	position: absolute;
	right: 10px;
	top: 0px;
}

.hamburger-container {
	width: 40px;
	height: 45px;
	position: relative;
	margin: -.8rem 0 0 3px;
	cursor: pointer;
}

.hamburger-container span {
	background: #000000;
	display: block;
	position: absolute;
	height: 5px;
	transform: rotate(0deg);
	transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
	opacity: 1;
	width: 100%;
	border-radius: 10px;
	left: 0;
}

.hamburger span:nth-child(1) {
	top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
	top: 15px;
}

.hamburger span:nth-child(4) {
	top: 30px;
}

#btnControl {
	display: none;
}

#btnControl:checked+label>div>span:nth-child(1) {
	top: 15px;
	width: 0%;
	left: 50%;
}

#btnControl:checked+label>div>span:nth-child(2) {
	transform: rotate(45deg);
}

#btnControl:checked+label>div>span:nth-child(3) {
	transform: rotate(-45deg);
}

#btnControl:checked+label>div>span:nth-child(4) {
	top: 15px;
	width: 0%;
	left: 50%;
}