@charset "utf-8";
@import url("font-open-sans.css");


* {
	border: 0;
	margin: 0; 
	padding: 0; 
	outline: none;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	font-family: "OpenSans-Regular", sans-serif;
	position: relative;
    height: 100%;  
	background-color: #f6f6f6;
	-webkit-font-smoothing: antialiased;
}

b, 
strong,
h1,
h2, 
h3,
h4 {
	font-family: "OpenSans-Bold", sans-serif;
}

a {
	color: #bf1c6b;
}

form {
	width: 100%;
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}
.left {
	float: left;
}
.rght {
	float: right;
}
.hide {
	display: none !important;
}
.bring-up {
	z-index: 100;
}
.parent {
    position: relative;
    overflow: hidden;
}
.child {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    /*height: 0px;*/
}
.child.show {
    /*height: auto;*/
}
.position-lower-third {
	margin: 0;
	position: absolute;
	top: 66%;
	-ms-transform: translateY(-66%);
	transform: translateY(-66%);
}
.position-slider-watermark {
	margin: 0;
	position: absolute;
	top: 16%;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.fade-on {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.pointer {
	cursor: pointer;
}

.darkener {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(0,0,0,0.2);
}

.fleft {
	float: left;
}
.fcntr {
	margin: 0 auto;
}
.frght {
	float: right;
}
.aleft {
	left: 0;
}
.arght {
	right: 0;
}

#step-gui-1 input[type=checkbox] {
	visibility: hidden;
}

#step-gui-1 input[type=radio] {
	visibility: hidden;
}

.squared-box.regular {
	width: 32px;
	height: 32px;
	position: relative;
	float: left;
}
.squared-box.small {
	width: 30px;
	height: 30px;
	position: relative;
	float: left;
}

.squared-box.regular label {
    cursor: pointer;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border-radius: 1px;
    border-width: 3px;
    border-color: #bf1c6b;
    border-style: solid;
}
.squared-box.small label {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border-radius: 1px;
    border-width: 3px;
    border-color: #bf1c6b;
    border-style: solid;
}

.squared-box.regular label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 6px;
    height: 14px;
    background: #ffffff;
    top: 3px;
    left: 9px;
	border-right-color: #6d6c6c;
	border-right-width: 3px;
	border-right-style: solid;
	border-bottom-color: #6d6c6c;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.squared-box.small label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 6px;
    height: 12px;
    background: #ffffff;
    top: 3px;
    left: 7px;
	border-right-color: #6d6c6c;
	border-right-width: 3px;
	border-right-style: solid;
	border-bottom-color: #6d6c6c;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.squared-box.regular label:hover::after,
.squared-box.small label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.squared-box.regular input[type=checkbox]:checked + label:after,
.squared-box.small input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.squared-box.regular input[type=radio]:checked + label:after,
.squared-box.small input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.pinkize-bckg {
	background-color: #bf1c6b !important;
}

.qanw-slider {
	width: 100%;
    /*height: 45vw;*/
    height: 65vw;
    /*height: 80vw;*/
	position: relative;
	overflow: hidden;
}

.qanw-slider .slider-box {
	height: 100%;
    width: 100%;
}

.qanw-slider .slider-box img {
	display: block;
  	/*width: 160%;*/
    width: 100%;
}

.qanw-slider .slider-head-wrap {
	z-index: 100;
    width: 100%;
    min-height: 60px;
	text-align: center;
	color: #f6f6f6;
}
.slider-head-wrap .slider-head-txt {
	width: 100%;  
	/*font-size: 2.4vw;*/
    padding-top: 6%;
    color: #f6f6f6;
    text-transform: uppercase;
	font-size: calc(26px + 0.9vw);
}

.slider-head-wrap .slider-head-img {
	width: 100%;
	text-align: left;
}

.slider-head-wrap p {
	line-height: 60px;
	font-size: 2em;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	
}
.slider-head-wrap img {
    width: 75%;
	height: auto;
}

.qanw-logo {
	position: absolute;
	z-index: 60;
	top: 30px;
	left: 30px;
	width: 100px;
	height: 100px;
}
.qanw-logo img {
	width: 100%;
	height: auto;
}

.qanw-head {
    width: 100%;
    position: absolute;
    height: 117px;
    z-index: 50;
    background-color: rgba(255,255,255,0.5);
}
.qanw-slider {
    margin-top: 117px;
}

.qanw-menu {
    position: absolute;
    width: 100%;
    top: 77px;
    right: 0;
    background-color: rgba(255,255,255,0.95);
    z-index: 900;
    padding-bottom: 60px;
    display: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
}
.qanw-menu .menu-tile,
.qanw-menu .menu-tile-head {
    color: #000000;
    background-color: transparent;
    width: 100%;
    height: 48px;
    padding: 10px 0;
    line-height: 48px;
}
.qanw-menu .menu-tile:hover {
    color: #ffffff;
    background-color: #bf1c6b;
}
.qanw-menu .menu-tile span {
    padding: 0 10px 0 20px;
}
.qanw-menu .menu-tile-head .menu-icon-box {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.qanw-menu .menu-tile-head .menu-icon-box img {
    width: 48px;
    height: auto;
}
.qanw-tilt {
	width: 100%;
    height: 15vw;
    min-height: 170px;
	position: absolute;
	z-index: 50;
}

.qanw-head.top,
.qanw-tilt.top {
	top: 0;
	left: 0;
}

.qanw-tilt.bottom {
	bottom: 0;
	left: 0;
}

.qanw-icon {
	width: 40px;
    height: 40px;
    position: absolute;
    top: 19px;
    right: 4%;
    z-index: 80;
    background-color: transparent;
}

.qanw-icon img {
    width: 100%;
    height: auto;
}

/*
.qanw-tilt.trns-none {
	background-image: url("styling-img/tilt-trns-none.png");
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
}
*/

.qanw-tilt.pink-none {
	background-image: url("styling-img/tilt-pink-none.png");
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
}

.qanw-tilt.none-pink {
	background-image: url("styling-img/tilt-none-pink.png");
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.qanw-tilt.none-pink-bckg {
	background-image: url("styling-img/tilt-none-pink-bckg.png");
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.qanw-tilt.none-dgry {
	background-image: url("styling-img/tilt-none-dgry.png");
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.qanw-tilt.pink-dgry {
	background-image: url("styling-img/tilt-pink-dgry.png");
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.qanw-tilt.area-tilt-strt {
	position: relative;
    height: 9vw;
    background-size: cover;
    margin-top: -80px;
}

.qanw-load-page-wrap {
	padding-bottom: 190px;
}
.qanw-load-page-wrap #register,
.qanw-load-page-wrap #edit {
	color: #6d6c6c;
}
.qanw-load-page-wrap table {
	width: 100%;
    text-align: left;
    vertical-align: top;
    color: #6d6c6c;
	float: left;
	display: unset;
}
#qanw-load-page-inset {
	background-color: #f0e2e9;
	min-height: 0;
}
#qanw-load-page-inset .qanw-content-box {
	margin: 30px auto 10px auto;
	min-height: 0;
}
#qanw-load-page-inset .icon-box {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 3%;
    top: 30px;
	z-index: 200;
}
#qanw-load-page-inset .icon-box img {
	width: 40px;
	height: auto;
}
    
.qanw-content,
.qanw-foot-wrap {
	width: 100%;
}
.qanw-content {
	position: relative;
	min-height: 300px;
	background-color: #f6f6f6;
	padding-top: 3%;
}
.qanw-foot-wrap {
	position: relative;
	background-color: #f6f6f6;
}
.qanw-foot-wrap .qanw-foot {
	width: 100%;
	padding-top:  30px;
	position: relative;
	min-height: 180px;
	background-color: #6d6c6c;
	padding-bottom: 60px;
}
.qanw-foot-wrap .footer-tilt {
	position: relative;
}
.qanw-content .qanw-content-box {
    margin: 0 auto;
    max-width: 1580px;
    width: 90%;
    /* max-width: 1023px; */
    /* width: 80%; */
}
.qanw-foot-wrap .qanw-foot-box {
    margin: 0 auto;
    max-width: 1023px;
    width: 80%;
}
.qanw-content .qanw-content-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    text-align:center;
	padding-bottom: 40px;
}

.qanw-content-box.qanw-wait img {
	width: 60px;
	height: 60px;
}

.qanw-content-box .tile {
	position: relative;
	background: #bf1c6b;
    height: 400px;
    width: 280px;
    margin: 10px;
	color: #f6f6f6;
}
.qanw-content-box .tile .tile-img {
	width: 100%;
}
.qanw-content-box .tile .tile-hdr,
.qanw-content-box .tile .tile-txt {
	width: 80%;
    padding: 0 10%;
}
.qanw-content-box .tile .tile-txt.tile-txt-link {
	color: #bf1c6b;
}
.qanw-content-box .tile .tile-txt.empty {
	height: 18px;
}
.qanw-content-box .tile .tile-img {
	height: 50%;
	background-color: #bf1c6b;
}
.qanw-content-box .tile .tile-nxt {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}
.qanw-content-box .tile .tile-nxt.clsex {
	font-size: 30px !important;
	text-align: left;
	left: -20px;
	max-width: 40px !important;
}
.qanw-content-box .tile .tile-img img {
	height: 80%;
    width: auto;
}
.qanw-content-box .tile .tile-nxt img {
	height: 45px;
    width: auto;
}
    
.qanw-content-box .tile .tile-img .countdown-img {
	padding-top: 8%;
}
.qanw-content-box .tile .tile-hdr {
	line-height: 60px;
	text-transform: uppercase;
	font-family: "OpenSans-Bold", sans-serif;
    font-size: 20px;
}

.qanw-content-box.qanw-unet {
	padding-top: 30px;
}

.qanw-content-box.qanw-unet .unet-info {
	color: #ffffff;
}

.qanw-content-box.qanw-unet .unet-ends {
	width: 100%;
}

.qanw-content-box.qanw-unet .tile {
	position: relative;
	background: #ffffff;
    min-height: 700px;
    min-width: 280px;
	color: #6d6c6c;
	border-style: solid;
    border-color: #bf1c6b;
    border-width: 2px;
    border-radius: 3px;
	width: unset;
}

.qanw-content-box.qanw-unet .tile .img-zoom-box {
    width: 0;
    height: 92%;
    position: absolute;
    left: 2%;
    top: 1.5%;
	background-color: #ffffff;
	overflow: hidden;
    z-index: 10;
}

.qanw-content-box.qanw-unet .tile .img-zoom-box .img-zoom-mask {
    width: 100%;
	height: 332px;
    position: relative;
	overflow: hidden;
	background-color:goldenrod;
}

.qanw-content-box.qanw-unet .tile-board {
	position: relative;
}

.qanw-content-box.qanw-unet .tile-edit-bttn {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	z-index: 10;
}
.qanw-content-box.qanw-unet .tile-edit-bttn img,
.qanw-content-box.qanw-unet .tile .tile-img .img-zoom img,
.qanw-content-box.qanw-unet .tile .img-zoom-box .img-zoom-clse img {
	width: 100%;
	height: auto;
}

.qanw-content-box.qanw-unet .tile .tile-img {
	height: 24%;
	background-color: transparent;
	position: relative;
	min-height: 169px;
}

.qanw-content-box.qanw-unet .tile .tile-img .img-zoom {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 7%;
    left: 5%;	
}
.qanw-content-box.qanw-unet .tile .img-zoom-box .img-zoom-clse {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;	
}
.qanw-content-box.qanw-unet .tile .tile-img .img-zoom .icon-bckg,
.qanw-content-box.qanw-unet .tile .img-zoom-box .img-zoom-clse .icon-bckg {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #999999;
	background-color: rgba(0,0,0,0.2);
}

.field-bar.featured-img .tile-img {
	width: 280px;
	height: 173px;
	background-color: transparent;
}

.qanw-content-box.qanw-unet .tile .tile-img .tile-inner-img,
.qanw-content-box .field-bar.featured-img .tile-img .tile-inner-img {
	height: 86%;
    width: 90%;
    margin-top: 4%;
    margin-left: 5%;
	overflow: hidden;
	min-height: 149px;
}
.qanw-content-box .field-bar.featured-img .tile-img .tile-inner-img {
	margin-left: 10px;
}

.qanw-content-box.qanw-unet .tile .tile-img .tile-inner-img img {
	height: unset;
	width: unset;
}

.tile-img .tile-inner-img .img-dash-row {
	width: 100%;
	height: 30px;
}
.tile-img .tile-inner-img .img-dash-row .img-dash-icon {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.tile-img .tile-inner-img .img-dash-row .img-dash-icon.sec {
	margin-right: 0;
}
.tile-img .tile-inner-img .img-dash-row .img-dash-icon img {
	width: 30px;
	height: 30px;
}

.qanw-content-box.qanw-unet .tile .tile-hdr,
.qanw-content-box.qanw-unet .tile .tile-sub,
.qanw-content-box.qanw-unet .tile .tile-tle,
.qanw-content-box.qanw-unet .tile .tile-txt,
.qanw-content-box.qanw-unet .tile .tile-dsc {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.qanw-content-box.qanw-unet .tile .tile-dsc {
	padding-top: 12px;
}
.qanw-content-box.qanw-unet .tile .tile-hdr {
    line-height: 22px;
    font-size: 18px;
    color: #bf1c6b;
    padding-bottom: 0;
}
.qanw-content-box.qanw-unet .tile .tile-sub {
    line-height: 20px;
    font-size: 16px;
    color: #bf1c6b;
    padding-bottom: 18px;
}
.qanw-content-box.qanw-unet .tile .tile-sub.empty-work {
	height: 20px;
}
.qanw-content-box.qanw-unet .tile .tile-tle {
	font-family: "OpenSans-Bold", sans-serif;
	padding-bottom: 0;
}
.qanw-content-box.qanw-unet .tile .tile-net {
	/*position: absolute;*/
    width: 100%;
    bottom: 50px;
    height: 445px;
	max-width: 280px;
}
.qanw-content-box.qanw-unet .tile .tile-dsc.hang {
	padding-top: 12px;
	padding-bottom: 24px;
}
.qanw-content-box.qanw-unet .tile .tile-scn {
	width: 100%;
    padding-bottom: 12px;
}
.qanw-content-box.qanw-unet .tile .tile-scn.comm {
    padding-bottom: 12px;
}
.qanw-content-box.qanw-unet .tile .tile-scn.last {
    padding-bottom: 0;
}
.qanw-content-box.qanw-unet .tile .tile-sub,
.qanw-content-box.qanw-unet .tile .tile-net .tile-txt,
.qanw-content-box.qanw-unet .tile .tile-add .tile-txt {
	font-size: 13px;
}
.qanw-content-box.qanw-unet .tile .tile-nxt {
	height: 30px;
    line-height: 30px;
	max-width: 280px;
	font-size: 14px;
    font-family: "OpenSans-Bold", sans-serif;
}
.qanw-content-box.qanw-unet .tile .tile-net .tile-col,
.qanw-content-box.qanw-unet .tile .tile-add .tile-col {
	 width: 50%;
}
.qanw-content-box.qanw-unet .tile .tile-net .tile-col-tle {
	font-family: "OpenSans-Bold", sans-serif;
}
.qanw-content-box.qanw-unet .tile .tile-subwrap {
	position: relative;
	height: 100%;
	width: 280px;
	max-height: 700px;
}
.qanw-content-box.qanw-unet .tile .tile-subwrap-main.open {
	padding-right: 24px;
}
.qanw-content-box.qanw-unet .tile-add {
	width: 280px;
    height: 100%;
	position: relative;
}
.qanw-content-box.qanw-unet .tile-add .add-top-space {
	/*height: 120px; 2021-09-09 */
    height: 168px;
}
.qanw-content-box.qanw-unet .tile-add .tile-img {
	padding-bottom: 2px;
}
.qanw-content-box.qanw-unet .tile-add .tile-net {
	height: 148px;
}
.qanw-content-box.qanw-unet .tile-add h5,
.qanw-content-box.qanw-unet .tile-add p,
.qanw-content-box.qanw-unet .tile-comm p {
	font-size: 13px;
	text-align: center;
}
.qanw-content-box.qanw-unet .tile .tile-dsc p {
    text-align: center;
}
.qanw-content-box.qanw-unet .tile-add .tile-txt.tile-bottom-link {
	position: absolute;
    bottom: 27px;
    left: 90px;
    font-size: 11px;
	width: 100px;
}

.qanw-content-box.qanw-unet .qanw-unet-navi {
	width: 100%;
    height: 55px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.qanw-content-box.qanw-unet .unet-chunk-wrap {
	width: 100%;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
}

.qanw-content-box.qanw-unet .unet-chunk {
	/*width: 100%;*/
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
}

.qanw-content-box .text-box {
	width: 100%;
}
.qanw-content-box .text-box h1, 
.qanw-content-box .text-box h2, 
.qanw-content-box .text-box h3, 
.qanw-content-box .text-box h4, 
.qanw-content-box .text-box h5, 
.qanw-content-box .text-box h6 {
	text-transform: uppercase;
    font-family: "OpenSans-Bold", sans-serif;
}
.qanw-content-box .text-box h1, 
.qanw-content-box .text-box h2, 
.qanw-content-box .text-box h3 {
    color: #6d6c6c;
}
.qanw-content-box .text-box h4, 
.qanw-content-box .text-box h5, 
.qanw-content-box .text-box h6 {
    color: #bf1c6b;
}
.qanw-content-box .text-box h3 {
	font-size: 30px;
}
.qanw-content-box .text-box h4 {
	font-size: 30px;
}
.qanw-content-box.h4 {
	padding-bottom: 10px;
}
.qanw-content-box h5,
.qanw-content-box p {
	width: 100%;
	text-align: left;
	padding-bottom: 15px;
	color: #6d6c6c;
}
.qanw-content-box h5 {
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 18px;
}
.qanw-content-box ul,
.qanw-content-box ol {
	width: 100%;
	color: #6d6c6c;
	text-align: left;
	list-style-position: inside;
	padding-bottom: 15px;
}
.qanw-content-box video {
	width: 100%;
	padding: 15px 0;
	display: block;
}
.qanw-content-box .text-link {
	color: #bf1c6b;
}
.qanw-content-box .steps-bar {
	position: relative;
	width: 100%;
	height: 45px;
}
.steps-bar .steps-axe {
	position: absolute;
	height: 2px;
    background-color: #6d6c6c;
    margin-top: 21px;
}
.steps-bar .steps-axe {
	width: 100%;
}
.steps-bar .steps-axe.axe-left,
.steps-bar .steps-axe.axe-rght {
	width: 50%;
}
.steps-bar .steps-axe.axe-left {
	left: 0;
}
.steps-bar .steps-axe.axe-rght {
	right: 0;
}
.steps-bar .steps-box {
	position: relative;
	width: 33.3%;
	overflow: hidden;
	background-color: #f6f6f6;
}
.steps-bar .steps-box .steps-bttn {
	position: relative;
	width: 80px;
	line-height: 43px;
	color: #6d6c6c;
    border-style: solid;
    border-color: #6d6c6c;
    border-width: 1px;
    border-radius: 3px;
	background-color: #f6f6f6;
}
.steps-bttn.fade-pink {
	color: #f2d2e1 !important;
	border-color: #f2d2e1 !important;
}
.steps-axe.fade-pink {
	background-color: #f2d2e1 !important;
}
.steps-bttn.fade-gray {
	color: #d2d2d2 !important;
	border-color: #d2d2d2 !important;
}
.steps-axe.fade-gray {
	background-color: #d2d2d2 !important;
}





.qanw-content-box .form-box {
	width: 100%;
	margin: 40px 0;
}
.qanw-content-box .field-bar-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.qanw-content-box .field-bar-wrap.low {
	margin-bottom: 10px;
}
.qanw-content-box .field-bar {
	position: relative;
	width: 100%;
	min-height: 45px;
}
.qanw-content-box .field-bar.qanw-rgst-strt.hide {
	height: 0;
    min-height: 0;
    overflow: hidden;
}
.qanw-content-box .field-bar.main {
	font-family: "OpenSans-Bold", sans-serif;
	padding-bottom: 20px;
}
.qanw-content-box .field-bar.low {
	min-height: 20px;
	padding-bottom: 10px;
}
.qanw-content-box .field-bar.mid {
	min-height: 20px;
	padding-bottom: 20px;
}
.field-bar .field-box {
	position: relative;
	height: 41px;
	width: 100%;
	max-width: 485px;
	border-style: solid;
    border-color: #d2d2d2;
    border-width: 2px;
    border-radius: 3px;
	padding: 0 10px;
	background-color: #ffffff;
	margin-bottom: 15px;
	margin-right: 10px;
}
.field-bar .field-box.field-box-25 {
	width: 5%;
    min-width: 80px;
	margin-right: 10px;
}
.field-bar .field-box.field-box-75 {
	width: 370px;
}
.field-box .input-basic {
	height: 41px;
	width: 100%;
	color: #bf1c6b;
    line-height: 41px;
	font-size: 18px;
}
.area-plain.placeholder,
.field-box .placeholder {
	color: #acacac !important;
	font-size: 14px !important;
}
.field-box .field-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
	right: 2px;
}
.field-box .field-icon img {
	width: 100%;
	height: auto;	
}
.field-box.area {
	min-height: 41px;
	height: auto;
}
.field-bar .field-row {
	position: relative;
	height: 41px;
	width: 100%;
	max-width: 485px;
	background-color: transparent;
	margin-bottom: 15px;
	margin-right: 10px;
}
.field-bar .field-text {
	line-height: 41px;
    padding-left: 15px;
}
.field-bar .field-row .squared-box.regular {
	margin-top: 4px;
}
.field-bar.bttn-bar {
	margin-top: 30px;
}
.field-bar.bttn-bar.qanw-rgst-strt-cncl {
	margin-top: 0;
}
.field-bar.imge-bttn-bar {
	margin-left: 10px;
}
.field-bar.imge-bttn-bar .field-bttn {
	font-size: 16px;
	line-height: 41px;
}
.field-bar.imge-bttn-bar input[type=file] {
    font-size: 38px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 184px;
    height: 45px;
    cursor: pointer;
}

.field-bar.imge-bttn-bar #bttn-upld-imge {
	display: none;
}

.field-bar .field-bttn {
	margin-right: 15px;
	margin-bottom: 30px;
}
.field-bar .field-bttn.hollow,
.field-bar .field-bttn.solid {
	height: 41px;
    width: 180px;
    border-style: solid;
    border-color: #bf1c6b;
    border-width: 2px;
    border-radius: 3px;
	background-color: #ffffff;
	color: #bf1c6b;
	text-align: center;
}
.field-bar .field-bttn.solid {
	background-color: #bf1c6b;
	color: #ffffff;
	font-family: "OpenSans-Bold", sans-serif;
}
.field-bttn .bttn-text {
	line-height: 41px;
}
.field-bar .field-error,
.field-bar .field-success {
	width: 95%;
	min-height: 45px;
    max-width: 489px;
	line-height: 24px;
	border-radius: 3px;
	background-color: #1d6b91;
    color: #ffffff;
	font-family: "OpenSans-Bold", sans-serif;
	text-align: left;
	padding: 3px 10px;
}
.field-bar .field-success,
.field-bar .field-error.field-done {
	background-color: #6da841 !important;
}
.field-bar .field-error.hard-error {
	background-color: #ed7b20;
}


.load-step .field-bar .field-header,
.load-step .field-bar .field-description,
.load-step .field-bar .field-img,
#user-rset .field-bar .field-description,
#user-rset .field-bar .field-img {
	padding-left: 0;
}
.load-step .field-bar.featured-img .tile-img .tile-inner-img,
.load-step .field-bar.imge-bttn-bar,
.load-step .field-bar .field-sqre.indent {
	margin-left: 0;
}

.load-step .field-bar .list-key {
	width: 100px;
    float: left;
}
.load-step .field-bar p.limited {
	max-width: 485px;
}

.field-bar .field-header {
	line-height: 41px;
	font-size: 14px;
	padding-left: 10px;
	color: #6d6c6c;
	text-align: left;
}
.field-bar.main .field-header {
	font-size: 18px;
}
.field-bar .field-header.sub-main {
	font-size: 18px;
}
.field-bar .field-tile {
	width: 33.3%;
	margin-bottom: 20px;
}
.field-bar .field-description {
	line-height: 20px;
	font-size: 14px;
	padding-left: 10px;
	color: #6d6c6c;
	text-align: left;
	max-width: 485px;
}
.field-bar table {
	width: 100%;
	max-width: 509px;
	border-spacing: 0;
    border-collapse: collapse;
	
}
.field-bar table.edit td {
	padding-left: 10px;
}

.field-bar td {
	text-align: left;
	padding-left: 0;
	vertical-align: top;
}
.field-bar table .table-field {
	font-size: 14px;
	color: #6d6c6c;
	line-height: 24px;
}
.field-bar table .col-one {
	width: 18%;
}
.field-bar table .col-two {
	width: 82%;
}

.field-bar .label-box {
	height: 30px;
	margin-bottom: 26px;
	width: 95%;
    max-width: 300px;
}
.field-bar .label-box.shrt-box {
    max-width: 90px;
}
.field-bar .label-box .label-sqre {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.field-bar .label-box .label-sqre img {
	height: 100%;
	width: auto;
}
.field-bar .label-box .label-text,
.field-bar .field-header span {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #6d6c6c;
}
.field-bar .field-header span {
	font-family: "OpenSans-Regular", sans-serif;
}
.field-bar .cke {
	max-width: 507px !important;
    width: 95% !important;
	margin-bottom: 40px !important;
}
.field-bar .area-plain {
	resize: none;
	height: 76px;
    width: 90%;
    max-width: 485px;
    border-style: solid;
    border-color: #d2d2d2;
    border-width: 2px;
    border-radius: 3px;
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 15px;
    margin-right: 10px;
	font-family: "OpenSans-Regular", sans-serif;
    color: #bf1c6b;
    font-size: 18px;
}
.field-bar .field-sqre.indent {
	margin-left: 10px;
}
.field-bar .divider {
	width: 90%;
	max-width: 509px;
	height: 2px;
	background-color: #d2d2d2;
}
.field-bar .field-img {
	width: 90px;
	height: 90px;
	padding-left: 10px;
	margin-right: 15px;
}
.field-bar .field-img img {
	width: auto;
	height: 90px;
}
.field-bar .label-wrap {
	width: 100%;
	max-width: 200px;
}
.field-bar .label-wrap .label-box {	
	margin-top: 10px;
	margin-bottom: 0;
}
.field-bar .field-box.nbm {	
	margin-bottom: 0;
}
.field-bar.field-mb {
	margin-bottom: 30px;
}

#qanw-logged .qanw-tile-area {
	width: 100%;
	background-color: #bf1c6b;
}

#qanw-logged .field-drop {
	width: 184px;
	position: relative;
	font-family: "OpenSans-Bold", sans-serif;
	margin: 0 10px 10px 10px;
}
#qanw-logged .field-drop select {
	display: none;
}

#qanw-logged .field-drop .select-selected {
	background-color: #bf1c6b;
}
#qanw-logged .field-drop .select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	/*border-color: #fff transparent transparent transparent;*/
	border-color: #bf1c6b transparent transparent transparent;
}
#qanw-logged .field-drop .select-selected.select-arrow-active:after {
	/*border-color: transparent transparent #fff transparent;*/
	border-color: transparent transparent #bf1c6b transparent;
	top: 7px;
}
#qanw-logged .field-drop .select-items div,
#qanw-logged .field-drop .select-selected {
	color: #ffffff;
    padding: 10px 16px 11px 16px;
    /* border: 1px solid #ffffff; */
    /*border-color: transparent;*/
    /* border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent; */
    cursor: pointer;
    /* border-radius: 3px; */
    border-style: solid;
    border-color: #ffffff;
    /* border-top-width: 1px; */
    /* border-left-width: 1px; */
    /* border-right-width: 1px; */
    border-bottom-width: 2px;
}
#qanw-logged .field-drop .select-items {
	position: absolute;
	background-color: #bf1c6b;
	top: 110%;
	left: 0;
	right: 0;
	z-index: 99;
	border-style: solid;
	border-color: #ffffff;
}
#qanw-logged .field-drop .select-hide {
	display: none;
}
#qanw-logged .field-drop .select-items div:hover, 
#qanw-logged .field-drop .same-as-selected {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.2);
}

#qanw-logged .field-bttn.hollow,
#qanw-logged .field-bttn.solid {
    height: 41px;
    width: 180px;
    border-style: solid;
    border-color: #bf1c6b;
    border-width: 2px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #bf1c6b;
    text-align: center;
    margin: 0 5px 10px 5px;
}
#qanw-logged .field-bttn.solid {
	background-color: #bf1c6b;
	color: #ffffff;
	font-family: "OpenSans-Bold", sans-serif;
}

#qanw-logged .field-link {
	height: 24px;
    line-height: 24px;
	padding: 0 5px;
	min-width: 120px;
	color: #bf1c6b;
}

#qanw-logged .qanw-srch { 
    width: 100%;
    height: 45px;
    max-width: 378px;
	position: relative;
}

#qanw-logged .qanw-srch .input-basic {
	height: 41px;
    border-style: solid;
    border-color: #bf1c6b;
    border-width: 2px;
    border-radius: 3px;
    padding: 0 5px 0 10px;
    width: 96%;
    font-size: 16px;
    color: #bf1c6b;
    font-family: 'OpenSans-Regular';	
}

#qanw-logged .qanw-srch .srch-inpt {
    width: 84%;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
}
#qanw-logged .qanw-srch .srch-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}
#qanw-logged .qanw-srch .srch-icon img {
    width: 45px;
    height: 45px;
}

#user-term .field-row {
	height: auto;
	min-height: 41px;
}
#user-term .label-text,
#user-rset .label-text {
	min-height: 30px;
    line-height: 18px;
    font-size: 14px;
    color: #6d6c6c;
    margin-left: 10px;
    max-width: 509px;
    text-align: left;
}
#legals.field-bar {
	min-height: 0;
}
#legals .qanw-content-box {
	display: block;
    text-align: left;
    float: left;
	padding-top: 30px;
	padding-bottom: 0;
}
#legals .clse-box {
	margin-bottom: 20px;
    height: 30px;
}
#user-sent p {
	line-height: 24px;
}
#user-sent .field-text {
	padding-left: 0;
}
#user-accs .field-header {
	padding-left: 0;
}
#user-rset .label-text {
    margin-left: 0;
}
#user-rset #spam-box .label-text {
    line-height: 30px;
}



.clse-box .clse-bttn {
	width: 30px;
    height: 30px;
}
.clse-box .clse-bttn img {
    height: 30px;
	width: auto
}


.qanw-foot-box .qanw-foot-panel {
	width: 50%;
	min-height: 180px;
}
.qanw-foot-box .qanw-foot-panel-inner {
	width: 96%;
	min-height: 60px;
	margin-bottom: 24px;
	color: #ffffff;
}
.qanw-foot-box p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	letter-spacing: 0.03em;
}
.qanw-foot-box a {
	color: #ffffff;
}
.qanw-foot-box ul,
.qanw-foot-box ol {
	list-style: none;
}
.qanw-foot-box li {
	margin-bottom: 15px;
}
.qanw-foot-box .icon-link-wrap {
    height: 38px;
}
.icon-link-wrap .icon-link-img {
	width: 38px;
	height: 38px;
	margin-right: 15px;
}
.icon-link-wrap .icon-link-img img {
	width: 100%;
	height: auto;
}
.icon-link-wrap .icon-link-txt {
	line-height: 38px;
	padding-right: 10px;
	font-size: 0.9em;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	/*background-color: rgb(0,0,0);*/
	/*background-color: rgba(0,0,0, 0.9);*/
	background-color: #f6f6f6;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 200;
}

#overlay .overlay-content {
	background-image: url(styling-img/tilt-none-dgry-bttm.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
	min-height: 97%;
}


.overlay .overlay-content {
	width: 100%;
}
.overlay-content.qanw-content {
	margin-top: 0;
	background-color: transparent;
	z-index: 250;
}
.overlay-content.qanw-content .qanw-content-box.tilt-overlay {
	height: 8vw;
}
.tilt-overlay .tilt-bttn {
	width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
.tilt-overlay .tilt-bttn .tilt-bttn-text {
    color: #bf1c6b;
    width: 40px;
}  
.tilt-overlay .tilt-bttn .tilt-bttn-text img {
    width: 100%;
    height: auto;
}
.tilt-bttn-text .icon-white {
	display: block;
}
.tilt-bttn-text .icon-pink {
	display: none;
}


#qanw-menu-list {
    display: none;
}

.qanw-menu-list {
    height: 60px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 55;
    margin-left: 130px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 60px;
}

.qanw-menu-list .menu-list-tile span {
    padding: 0 8px;
}

.pinkhov:hover {
    color: #bf1c6b;
    cursor: pointer;
}

.qanw-menu-list .menu-list-tile.pinkfoc {
    color: #bf1c6b;
}
.qanw-menu .menu-tile.pinkfoc {
    background-color: #bf1c6b;
    color: #ffffff;
}

@media all and (max-width: 319px) {
	
	body {
		display: none;
	}
	
}

@media all and (max-width: 409px) {
	
	.qanw-slider .slider-head-wrap {
		display: none;
	}
	
	.steps-bar .steps-axe {
		display: none;
	}
	
}

@media all and (max-width: 429px) {

	#qanw-logged .qanw-srch .input-basic {
		width: 90%;
	}
	
}


@media all and (max-width: 499px) {
	
	.qanw-foot-wrap .qanw-foot-box .qanw-foot-panel {
		width: 100%;
		min-height: 60px;
	}
	
	.slider-head-wrap .slider-head-txt {
		width: 95%;
		padding-top: 0;
		padding-left: 10px;
	}

}

@media all and (max-width: 539px) {

	#user-term .label-text {
		max-width: 200px;
	}

}

@media all and (max-width: 636px) {
	
	.field-bar .field-box {
		width: 94%;
	}
	.field-bar .field-box.field-box-75 {
		width: 94%;
	}
	
}


@media all and (max-width: 729px) {
	
	.qanw-content-box.qanw-unet .tile.open {
		width: 280px;
		height: 1440px;
	}
	
}


@media all and (max-width: 759px) {
	
	.qanw-content-box.qanw-unet .tile .tile-img .img-zoom {
		display: none;
	}
	
}



@media all and (max-width: 767px) {
    
	.header-tilt {
		display: none;
	}
	
	.qanw-foot-wrap .qanw-foot-box {
		width: 80%;
	}
    
    .qanw-content .qanw-content-box {
		width: 90%;
	}
	
	#qanw-load-page-inset .qanw-content-box h4 {
	    padding-top: 60px;
	}
	#qanw-load-page-inset .icon-box {
		left: 45%;
	}
	
}

@media all and (max-width: 893px) {

	.field-bar .label-wrap {
		max-width: unset;
		margin-left: 10px;
	}

}

@media all and (max-width: 939px) {

	.field-bar .field-tile {
		width: 100%;
	}

}

@media all and (max-width: 1023px) {
	
	.qanw-content {
		padding-top: 5%;
	}
	
	.qanw-tilt.trns-none {
		background-size: cover;
		background-position-y: -40px;
	}
	
	.tilt-bttn-text {
		float: right;
	}
	
	.tilt-bttn-text .icon-white {
		display: none;
	}
	.tilt-bttn-text .icon-pink {
		display: block;
	}
	
	.field-bar .field-box {
		margin-bottom: 10px;
	}
	
}

@media all and (max-width: 1449px) {
	
	.qanw-logo {
		width: 80px;
		height: 80px;
		top: 20px;
		left: 20px;
	}
	
}

@media all and (min-width: 440px) {
	
	.qanw-menu {
		width: 50%;
        max-width: 320px;
	}
	
}


@media all and (min-width: 768px) {
	
	.qanw-slider {
        /*height: 60vw;*/
        height: 56vw;
    }
    
    .qanw-slider .slider-box img {
        width: 120%;
    }
	
}

@media all and (min-width: 958px) {
	
	#qanw-logged .qanw-srch {
		margin-left: 5px;
	}
	
}

@media all and (min-width: 1024px) {
	
	.qanw-foot-wrap .qanw-foot-box .qanw-foot-panel {
		width: 25%;
	}
	
}

@media all and (min-width: 1240px) {
	
	#qanw-menu-icon {
		display: none;
	}
    
    #qanw-menu-list {
		display: block;
	}
	
}

@media all and (min-width: 1300px) {
    
    .qanw-slider .slider-box img {
        width: 100%;
    }
    
    .qanw-icon {
        width: 48px;
        height: 48px;
        top: 24px;
        right: 3%;
    }
    
    .qanw-menu-list .menu-list-tile span {
        padding: 0 12px;
    }
    
}

@media all and (min-width: 1450px) {
    
    .qanw-slider {
        margin-top: 142px;
    }
    .qanw-menu {
        top: 102px;
    }
    
    .qanw-slider {
        /*height: 45vw;*/
        height: 50vw;
    }
    
    .qanw-head {
        height: 142px;
    }
    
    .qanw-menu-list {
        top: 22px;
        margin-left: 10%;
        font-size: 16px;
    }
    
}



@media all and (min-width: 1800px) {
	
	.qanw-logo {
		width: 120px;
		height: 120px;
	}
    
    .qanw-head {
        height: 157px;
    }
    .qanw-slider {
        margin-top: 157px;
    }
    .qanw-menu {
        top: 117px;
    }
    
    .qanw-icon {
        top: 30px;
    }
    
    .qanw-menu-list {
        top: 30px;
    }

}
