/* cmsms stylesheet: Maitekno_HD modified: 06.08.2018 11.38.13 */
@media only screen and (min-width: 1200px) {


div.website, div.website * {
  display: none !important;
}

#slideshowmob  {
        display:none;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

#clear  {
        clear:both;
}


*/
ul {
    list-style-image: url(__URL,,25e91dd3e74ce512d4c225f270dbd0be__);
}
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #163f78;
    color: #163f78;

}





h1 {
        font-family: 'PT Sans', sans-serif;
        font-size: 45px;
        color: #000;
        line-height: 1.8;
}

h2 {
        font-family: 'teko', serif;
        font-size: 2VW;
        color: #555555;
}

h3 {
        font-family: 'Source Sans Pro', serif;
   	font-size: 35px;
   	color: #555555;
        margin-bottom: 13px;
}

h4 {
        font-family: 'Source Sans Pro', serif;
   	font-size: 2.0vw;
   	color: #9b9b9b;
}

a {
        font-family: 'Source Sans Pro', serif;

   	color: #555555;
}

a:hover {
    text-decoration: none;
}


body {

	margin:0px auto;
    	background-color: #fff;
}


#main {
	position:relative;
	top:0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
        line-height: 1.5;
}

#topcontainer {
	position:fixed;
	width:100%;
	height:122px;
	background: rgba(0, 0, 0, 0.53);
   	top: 0;
   	margin:auto;
   	left: 0;
   	right: 0;
	z-index: 1000;
}

#top {
	position:relative;
	width:90%;
	height:130px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position:relative;
	float:left;
	top:9%;
        width: 30%;
}

#logo img {
	max-width: 100%; 
	min-width: 100%;
        border-style: none; 
}

#menu {
	position:relative;
	float:right;
        top:50%;
}

#caption {
	z-index: 1;
	font-family: 'Source Sans Pro', serif;
	position: absolute;
	top: 181px;
	float: left;
	width: 98%;

	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
	background: rgba(0, 0, 0, 0.2);
	overflow: auto;
	padding: 1%;
	text-align: center;
}


#caption img {
	max-width: 20%; 
	min-width: 20%;
        border-style: none; 
        padding: 3px;
}


#caption H1 {
	font-family: 'TEKO', sans-serif;
	font-size: 2.0vw;
	color: #fff;
	line-height: -0.0;
}


#slideshow {
	position:relative;
	width:100%;
	 /* top:132px; */
}



#slideshow img {
	max-width: 100%; 
	min-width: 100%;
        border-style: none; 

}




#contentmain {
	clear: both;
	position:relative;
	width:100%;
	top:20px; 
    	/* background-color: #fff;  */
}

#contentcontainer {
	position:relative;
        /* overflow: hidden; */
	width:85%;
        margin: 0 auto;
        font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
        font-size: 1.5vw;
        background-color: rgba(255, 255, 255, 0.8);

}

#content1 {
	width:90%;
	margin-left: auto;
	margin-right: auto;
        /* padding-top:20px; */
        padding-bottom:55px;
}

#content1_2palstaa {
	width:75%;
        float:left;
	margin-left: 1%;
	margin-right: 1%;
        padding-top:20px;
        padding-bottom:55px;
}

#content2_2palstaa {
	width:20%;
        float:right;
	margin-left: 1%;
	margin-right: 1%;
        padding-top:20px;
        padding-bottom:55px;
}

#bottom {
	clear: both;
	position:relative;
	width:100%;
	top:0px; 
	background-color: #004a01; 
        font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
    	color: #fff;
}

#bottom_services {
	clear: both;
	position:relative;
	width:100%;
	top:2px; 
    	background-color: #F0F0F0; 
        font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}

#bottomcontainer {
	position:relative;
	width:75%;
       margin: 0 auto;
       text-align:center;
}

#bottom1 {
	width:100%;
	margin-left: 1%;
	margin-right: 1%;
}


#tjdesign {
        clear:both;
        width: 100%;
        font-family: 'Lato', sans-serif;
        padding-top:0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

li.icon {
	display:none;
}

iframe {

    border:0;

}




}
/* cmsms stylesheet: Maitekno_HD_MENU modified: 29.06.2018 15.59.16 */
@media only screen and (min-width: 1200px) {


.topnav li.icon {
display:none;
}

.topnav .unli {
display:none;
}

.topnav
{
margin: 0;
text-align: right;

}

.topnav ul, .topnav li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.topnav a:link, .topnav a:visited
{
font-size: 1.4vw;
font-family: 'Teko', sans-serif;
margin: 0 10px 0px 10px;
text-decoration: none;
color: #fff;
}

.topnav a:link#current, .topnav a:visited#current, .topnav a:hover
{
background: transparent;
}

.topnav a:hover 
{ 
color: darkgray; 
}





}
/* cmsms stylesheet: Maitekno_SD modified: 06.08.2018 11.35.39 */
@media only screen and (max-width: 1199px) and (min-width: 800px) {

div.website, div.website * {
  display: none !important;
}

#slideshowmob  {
        display:none;
}

#clear  {
        clear:both;
}

a.anchor {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

*/
ul {
    list-style-image: url(__URL,,25e91dd3e74ce512d4c225f270dbd0be__);
}
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #163f78;
    color: #163f78;

}





h1 {
        font-family: 'PT Sans', sans-serif;
        font-size: 45px;
        color: #000;
        line-height: 1.8;
}

h2 {
        font-family: 'teko', serif;
        font-size: 2VW;
        color: #555555;
}

h3 {
        font-family: 'Source Sans Pro', serif;
   	font-size: 35px;
   	color: #555555;
        margin-bottom: 13px;
}

h4 {
        font-family: 'Source Sans Pro', serif;
   	font-size: 2.0vw;
   	color: #9b9b9b;
}

a {
        font-family: 'Source Sans Pro', serif;

   	color: #555555;
}

a:hover {
    text-decoration: none;
}


body {

	margin:0px auto;
    	background-color: #fff;
}


#main {
	position:relative;
	top:0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
        line-height: 1.5;
}

#topcontainer {
	position:fixed;
	width:100%;
	height:95px;
	background: rgba(0, 0, 0, 0.53);
   	top: 0;
   	margin:auto;
   	left: 0;
   	right: 0;
	z-index: 1000;
}

#top {
	position:relative;
	width:90%;
	height:130px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position:relative;
	float:left;
	top:9%;
        width: 30%;
}

#logo img {
	max-width: 100%; 
	min-width: 100%;
        border-style: none; 
}

#menu {
	position:relative;
	float:right;
        top:50%;
}

#caption {
	z-index: 1;
	font-family: 'Source Sans Pro', serif;
	position: absolute;
	top: 115px;
	float: left;
	width: 98%;

	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
	background: rgba(0, 0, 0, 0.2);
	overflow: auto;
	padding: 1%;
	text-align: center;
}


#caption img {
	max-width: 20%; 
	min-width: 20%;
        border-style: none; 
        padding: 3px;
}


#caption H1 {
	font-family: 'TEKO', sans-serif;
	font-size: 2.0vw;
	color: #fff;
	line-height: -0.0;
}


#slideshow {
	position:relative;
	width:100%;
	 /* top:132px; */
}



#slideshow img {
	max-width: 100%; 
	min-width: 100%;
        border-style: none; 

}




#contentmain {
	clear: both;
	position:relative;
	width:100%;
	top:20px; 
    	/* background-color: #fff;  */
}

#contentcontainer {
	position:relative;
        /* overflow: hidden; */
	width:85%;
        margin: 0 auto;
        font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
        font-size: 1.8vw;
        background-color: rgba(255, 255, 255, 0.8);

}

#content1 {
	width:90%;
	margin-left: auto;
	margin-right: auto;
        /* padding-top:20px; */
        padding-bottom:55px;
}

#content1_2palstaa {
	width:75%;
        float:left;
	margin-left: 1%;
	margin-right: 1%;
        padding-top:20px;
        padding-bottom:55px;
}

#content2_2palstaa {
	width:20%;
        float:right;
	margin-left: 1%;
	margin-right: 1%;
        padding-top:20px;
        padding-bottom:55px;
}

#bottom {
	clear: both;
	position:relative;
	width:100%;
	top:0px; 
	background-color: #004a01; 
        font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
    	color: #fff;
}

#bottom_services {
	clear: both;
	position:relative;
	width:100%;
	top:2px; 
    	background-color: #F0F0F0; 
        font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}

#bottomcontainer {
	position:relative;
	width:75%;
       margin: 0 auto;
       text-align:center;
}

#bottom1 {
	width:100%;
	margin-left: 1%;
	margin-right: 1%;
}


#tjdesign {
        clear:both;
        width: 100%;
        font-family: 'Lato', sans-serif;
        padding-top:0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

li.icon {
	display:none;
}

iframe {

    border:0;

}






}
/* cmsms stylesheet: Maitekno_SD_MENU modified: 12.07.2018 09.40.57 */
@media only screen and (max-width: 1199px) and (min-width: 800px) {


.topnav li.icon {
display:none;
}

.topnav .unli {
display:none;
}

.topnav
{
margin: 0;
text-align: right;

}

.topnav ul, .topnav li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.topnav a:link, .topnav a:visited
{
font-size: 1.7vw;
font-family: 'Teko', sans-serif;
margin: 0 00px 10px 10px;
text-decoration: none;
color: #fff;
}

.topnav a:link#current, .topnav a:visited#current, .topnav a:hover
{
background: transparent;
}

.topnav a:hover 
{ 
color: darkgray; 
}





}
/* cmsms stylesheet: Maitekno_MOB modified: 06.08.2018 11.56.27 */
@media only screen and (max-width: 799px) {

div.website, div.website * {
  display: none !important;
}

#slideshow  {
        display:none;
}

#caption  {
        display:none;
}

body {

	margin:0px auto;
    	background-color: #fff; 
}

img {

	max-width: 100%;
}

ul {
    list-style-image: url(__URL,,25e91dd3e74ce512d4c225f270dbd0be__);
}




h1 {
        font-family: 'PT Sans', sans-serif;
   	font-size: 5.0vw;
   	color: #2c3f7a;
        /* padding-left: 30px;  */
}

h2 {
        font-family: 'Source Sans Pro', serif;
   	font-size: 5.0vw;
   	color: #555555;
}

h3 {
        font-family: 'Source Sans Pro', serif;
   	font-size: 5.0vw;
   	color: #555555;
        margin-bottom: 13px;
}

h4 {
        font-family: 'Source Sans Pro', serif;
   	font-size: 5.0vw;
   	color: #9b9b9b;
}

h5 {
        font-family: 'Oswald', sans-serif;
   	font-size: 6.2vw; 
   	color: #2c3f7a;
        padding-left: 6px;
}

a {
        font-family: 'Source Sans Pro', serif;

   	color: #555555;
}


#main {
	position:relative;
	top:0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
        line-height: 1.5;
}

#topcontainer {
	position:relative;
	width:100%;
	height:160px;
    	background-color: #fff; 
        font-size: 4.5vw;
   	top: 0;
   	margin:auto;
   	left: 0;
   	right: 0;
	z-index: 1000;
}

#top {
	position:relative;
	width:100%;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
}

#logo {
	position:relative;
        float:left;
	top:60px;
        width:100%;
    	background-color: #fff; 
}

#logo img {
	max-width: 100%; 
	min-width: 100%; 
        border-style: none; 
}

#menu {
        position:absolute;
	top:0px;
        width:100%;
        float:right;
}

.caption {
        z-index: 1;
        font-family: 'Source Sans Pro', serif;
   	font-size: 2.1vw;
	position:absolute;
	top:5%;
	float:left;
        left:2%;
	width:50%;
	height:130px;
	margin-left: auto;
	margin-right: auto;
        line-height: 1.0;
}

#slideshowmob {
	clear: both;
	position:relative;
	width:100%;
	top:0px;
}

#slideshow img {
	max-width: 100%; 
	min-width: 100%;
        border-style: none; 
}

#contentmain {
	clear: both;
	position:relative;
	width:100%;
	top:-6px; 
    	background-color: #fff; 
}

#contentcontainer {
	position:relative;
	width:90%;
        margin: 0 auto;
        font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
        font-size: 5.0vw;
}

#content1 {
	width:100%;
	margin-left: 1%;
	margin-right: 1%;
        padding-top:10px;
        padding-bottom:10px;
}

#bottom {
	clear: both;
	position:relative;
	width:100%;
	top:0px; 
        background-color: #004a01;
        font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
        color:#fff;
}

#bottomcontainer {
	position:relative;
	width:75%;
      margin: 0 auto;
text-align:center;
}

#bottom1 {
	width:100%;
	margin-left: 1%;
	margin-right: 1%;
}

#tjdesign {
      position:relative;
      width:100%;
      margin: 0 auto;
      text-align:center;
}

iframe {

    border:0;

  }



}
/* cmsms stylesheet: Maitekno_MOB_MENU modified: 12.07.2018 09.46.52 */
@media only screen and (max-width: 799px) {


 /* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #004a01;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #111;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* Hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
  ul.topnav.responsive {position: relative;}
  ul.topnav li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }




}
/* cmsms stylesheet: BXSlider modified: 16.11.2017 19.38.20 */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
        width:100%;
}

ul.bxslider {
  margin: 0;
  padding: 0;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(__URL,,7f00428d7c2a8d16f815f6c7b2789ce2__) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(__URL,,e681702940208bb9a2aad1c6a4c678fc__) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(__URL,,e681702940208bb9a2aad1c6a4c678fc__) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(__URL,,e681702940208bb9a2aad1c6a4c678fc__) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(__URL,,e681702940208bb9a2aad1c6a4c678fc__) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .95em;
height:40px;
	padding: 5px;
}
