@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,100;1,400&display=swap');

/*CSS stylesheet by Reuven Mansharoff copyright */

@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body{
height:100vh; margin:0;
font-family: Roboto,"Roboto",Helvetica,Arial,sans-serif;
    min-width: 220px;
    padding: 0;
}
body, input, textarea, select, button {
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: "liga", "kern";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

* {
    margin: 0;
    padding: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
h1 {
    font-size: 3.7em;
    font-weight: 100;
}
h2 {
	font-size: 15px;
	margin-bottom: 20px;
 font-weight: 100;
}
h3 {
text-align: center;
font-size: 32px;
    margin: 0 0 30px 0;
    font-weight: 400;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a{
text-decoration: none;
color: black;
} 

sup {
    font-size: 32px;
}

.container{
min-height: 300px;
    border: 1px dotted gray;
    background: #EEE;
    -webkit-border-radius: 15px;
    padding: 50px;
    margin: 0 auto;
    position: relative;
}
#mainContent{
padding-top: 6px;
/* background-color: #f8f8f8; */
   /*  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) ); */
    /* background-size: 5px; */
    border-radius: 10px;
    margin: 0 auto;
	 padding-bottom: 20px;
    width: 100%;
    max-width: 960px;
    position: relative;
min-height: 300px;
   /*  min-height: 700px; */
    /* height: auto !important; */
}


.content {
text-align: center;
margin: 0 auto;
padding: 18px 0px 0 13px;
min-height: 300px;
}
.content p {
    color: black; /*#808080*/
}
.intro {
    padding: 60px 0;
    text-align: center;
}
.homepage {
    padding-top: 5px;
}
.homepage .intro {
    text-align: left;
    padding: 30px 15px 55px 15px;
    max-width: 100%;
    text-align: center;
}
.homepage .intro h1 {
    margin-bottom: 0;
}
.intro p {
    color: #666;
    font-size: 1.6em;
}

.homepage .intro p {
    max-width: 750px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.4em;
    margin: 16px auto 0;
}


.container h1 {
    font-size: 3.7em;
    font-weight: 100;
}


.content h1, .content h2 {
text-align: left;
    color: #666;
    font-size: 4.5vw;
    font-weight: 100;
    margin-bottom: 35px;
    text-decoration: none;
}
.h_sub{
font-size: 18px;
    font-weight: bold;
    max-width: 63vw;
    margin: 0 auto;
}
.main_block{
position:relative;
max-width: 46%;
    display: inline-block;
    margin: 20px 28px 17px 12px;
    float: left;
}
.main_block img{
    display: inline-block;
}
.home_block {
    margin: 0 auto;
    font-size: 18px;
    line-height: 34px;
}
.m_centered{
clear: both;
text-align: center;
margin:0 auto;
}
ul.features {
    margin: 9px;
    text-align: left;
    font-size: 20px;
    line-height: 5.2vh;
    font-weight: 300;
list-style: circle;
}

.contact_block {
    margin: 0 auto;
    text-align: left;
    max-width: 300px;
    font-weight: 400;
    line-height: 150%;
    font-size: 20px;
    margin-bottom: 29px;
}
.contact_block span {
/*     font-weight: bold;
font-size: 24px; */
}
.contact_block p {
    margin-bottom: -7px;
    padding-top: 2px;
padding-bottom: 7px;
}
.pt{
font-weight: bold;
font-size: 23px;
}
.sub{
font-size:12px;
font-weight:normal;
}

/* #cycler {
margin: 0 auto;
    max-width: 459px;
    max-height: 539px;
    overflow: hidden;
}

.cy_img{
margin: 37px 0 28px 0;
    height: 400px;
    background: beige;
    border: 1px dotted gray;
    border-radius: 18px;
} */

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
}


.cycle-slideshow {
width: 28%; 
min-width: 200px; 
max-width: 500px; 
margin: 10px auto; 
padding: 0; 
position: relative;
}

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
position: absolute; 
top: 0; 
left: 0;
width: 100%;
padding-bottom: 20px;
display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
position: static; z-index: 100;
}


.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

#top{
	    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 35px;
    z-index: 100000;
	}

.t_title_des{
font-weight: normal;
font-size:11px;	
/* line-height:100%; */
}
.logo {
width: 33%;
    display: block;
    float: left;
}
.logo img {
    width: 66px;
    height: auto;
margin-top: 6px;
}

.logo .firm {
margin-left: 15px;
font-style:italic;
font-size: 32px;
    font-weight: bold;
    display: inline-block;;
    color: rgb(144 48 108 / 1);
}
.logo .slog {
    font-weight: 400;
    margin: -6px 0px 0px -5px;
    font-size: 19px !important;
    color: rgb(18 120 144 / 1);
}





.header{
padding: 2px;
height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    transition: all .1s ease-in-out;
background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    margin: 0 auto;
    box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.19), 0px 0 3px 0 rgba(0, 0, 0, 0.19), 0 1px 1px 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 10px 10px;

}
.t_space{
margin-bottom: -30px;
    margin-top: 60px;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    z-index: 2;
}

#scrollup{
     position: absolute;
    right: 9vw;
    top: 15px;
    height: 0;
    border-left: 30px solid rgba(0, 0, 0, 0);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(236, 29, 37, 0.73);
}





#pull {
display:none;
position: absolute;
    background: url(img/nav-icon_rt.png) no-repeat;
    width: 63px;
    margin: 4px 0 0 10px;
    height: 42px;
    cursor: pointer;
}


#pull div {
	color: #000;
    font-size: 12px;
    position: absolute;
    left: -21px;
    top: 4px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#scrollup{
    right: 37px;
}
.nav {
    margin-right: 10px;
    margin-top: 9px;
    background: transparent;
    float: right;
}


.nav-list {
    background: transparent;
    height: 100%;
    max-width: 100%;
    padding-top: 0;
    position: static;
    top: 0;
}
.nav-list li:first-of-type a {
    padding-left: 0;
}

.nav-list li {
    display: inline-block;
    height: 100%;
}

.nav-list a {
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: .85em;
    font-weight: 500;
    height: 100%;
    letter-spacing: .03em;
    padding: 0 17px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s;
    white-space: nowrap;
}

.nav-list a span {
    display: block;
    height: 100%;
    padding: 24px 2px 22px;
}

.info_block {
display:flex;
  justify-content: center;
align-items: stretch;
}

.info_block div {
    flex-grow: 4;
    flex-wrap: nowrap;
    flex-basis: auto;
}


.t_product {
 text-align: left;
}

.products h3 {
    text-align: left;
margin-bottom: 14px;
}

.sub_p{
    text-align: left;
font-style: italic;
}

.p_block {
padding: 12px;
    margin: 0 auto;
margin-bottom: 57px;
    width: 95%;
max-width: 990px;
    display: block;
    clear: both;
box-shadow: 2px 4px 4px 1px #aca6a6;
    background: #FFF;
    border-radius: 5px;
}
.p_block h3 {
    text-align: left;
margin-top: 35px;
}

.p_block div{
    display: block;
    clear: both;
    background: #FFF;
    border-radius: 5px;
}
.pb_item {
    text-align: left;
    font-size: 21px;
    font-weight: 300;
    display: inline-block;
    padding: 11px;
    line-height: 1.5em;
}
.pb_item p {
    margin-top: 22px;
}
.bebold{
font-weight:bold;
color:#90306c !important;
}
.pb_img {
    margin-left: 3px;
    padding: 11px;
    text-align: center;
overflow: hidden;
}
.pb_img img {
max-height: 316px;
}
.pb_img div {
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 9vh;
    box-shadow: 0 0 black;
}
.t_product .p_img {
    display: inline-block;
    margin: 10px;
}

.app_scn{
width: 100%;
}
.ap_img{
    width: 20%;
    display: inline-block !important;
    margin-left: 2vw;
}

#scrollup {
display:none;
    position: absolute;
    right: 311px;
    top: 28px;
    height: 0;
    border-left: 21px solid rgba(0, 0, 0, 0);
    border-right: 24px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgb(139, 153, 163);
}




.closeme {
display: none;
position:fixed;
z-index: 5000;
    position: absolute;
    left: 1px;
    top: -3px;
    width: 23px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #0086b4;
    text-shadow: 1px 1px 2px grey;
}
.closeme:hover {
cursor:pointer;
}



.footer {
 margin-top:auto;
    clear: both;
    position: relative;
    height: 200px;
    font-size: 11px;
    text-align: center;
 padding-top: 100px;
}



/*////////////////////////////////////////////////*/
	
@media screen and (max-width: 1092px) {
.logo .slog {
/* display:none; */
}
}

@media screen and (max-width: 980px) {

.content {
padding: 9px 0px 0 3px;
}
.content h1{
 font-size:2.4em;
}
h2 {
    font-size: 2.4em;
}
h3 {
    font-size: 24px;
}

.logo {
    width: 249px;
}

.logo .firm {
    font-size: 25px;
    padding-top: initial;
}
.logo .slog {
    display: none;
     margin-left: 66px;
    font-size: 14px !important;
}
.logo img {
    width: 54px;
    margin-top: 3px;
}
.m_centered {
    font-size: 16px;
line-height: 30px;
}

.h_sub {
    font-size: 16px;
    max-width: 90%;
}



ul.features {
width: 100%;
    margin: 8px;
    text-align: left;
    font-size: 1.1em;
    line-height: 156%;
}

.main_block {
    width: 54%;
    display: inline-block;
    margin: 9px 9px 0px 6px;
    float: left;
}

.main_block img {
max-width: 73%;
float: right;
}

.pb_img img {

}



#cycler {
    padding-bottom: 27px;
    max-width: 367px;
    max-height: 364px;
    overflow: hidden;
    margin-top: 58px;
}


#pull {
    width: 60px;
    height: 40px;
    display: block;
    position: absolute;
    top: 4px;
    right: 7px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.m_click:before {
  content: "X";
}
.m_click{
    font-size: 38px;
    margin-right: -26px !important;
background: url(img/x.png) no-repeat !important;
}

.p_block {
max-width: 99%;
padding: 8px 4px 11px 7px;
}

.pb_item {
text-align: left;
    font-size: 97%;
    line-height: 143%;
}







.nav {
display:none;
    clear: both;
    width: 100%;
    float: none;
    margin: 0;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .1s ease-in-out;
    opacity: 1;
    height: auto;
    box-shadow: 6px 9px 10px 0px rgba(0,0,0,0.1);
}

.nav.active {
    opacity: 1;
    height: auto;
    box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
}

.nav-list {
    background: #f7f7f7;
    height: 100%;
    max-width: 100%;
    padding-top: 0;
    position: static;
    top: 0;
}

.nav-list li {
    display: block;
    border-bottom: 1px solid #e8e8e8;

}


.nav-list li:first-of-type a {
    padding-left: 0;
font-weight: bold;
}
.nav-list a {
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    color: #757575;
    cursor: pointer;
    display: block;
       font-size: 1.2em;
    font-weight: 500;
    height: 100%;
    letter-spacing: .03em;
    padding: 0 17px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s;
    white-space: nowrap;
}
.nav-list a span {
    line-height: 1.5em;
    padding: 20px 15px;
    white-space: normal;
}


ul.fallback {
    display: none;
    position: absolute;
    top: -3px;
    left: 41px;
    z-index: 1000;
    width: auto;
}
ul.fallback li {
    background: #fcfdfd;
    display: block;
    width: 200px;
    margin-bottom: 3px;
    border: 1px solid #808080;
    box-shadow: 1px 3px 7px #808080;
    border-radius: 4px;
}


}
