/* cmsms stylesheet: Vesuko_HD modified: 05/27/20 12:49:39 */
@media only screen and (min-width: 1200px) {

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

#slideshowmob  {
        display:none;
}

#logomob  {
        display:none;
}

body {
    	background-color: #FFFFFF; 
	margin:0px auto;
}

#content h1 {
        
        font-family: 'Merriweather', serif;
   	font-size: 2.2vw;
   	color: #4d4d4d;
}


#sertifikaatit img {
        
        max-width: 100%; 
	width: 300px;
	height: auto;
        text-align: center;
}


/* ------------------------- */
/* CONTACT FORM STUFF STARTS */
/* ------------------------- */

td {
font-family: 'Lato', sans-serif;
font-size: 20px;
}

input {
    width: 50%;
}

textarea {
    width: 50%;
}

table {
     width: 100%;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #c40000;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

/* ----------------------- */
/* CONTACT FORM STUFF ENDS */
/* ----------------------- */


a {
   	color: #4676c9;
        text-decoration: none;
}


a:hover {
   	color: #d40000;
        text-decoration: none;
}

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

#topcontainer {
	width:100%;
   	top: 0;
   	margin:auto;
   	left: 0;
   	right: 0;
}

#top {
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	position:fixed;
	z-index: 1000;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background: #adadad;
        text-align: center;
	vertical-align: middle;
	line-height: 50px;
}

#logo {
	position:relative;
	top:50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	background: #7A7A7A;
}

#logo img {
	max-width: 40%; 
	min-width: 40%;
      border-style: none; 
	vertical-align: middle;
}

#slideshow {
	position:relative;
	width:100%;
	top:53px;
}

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

#slideshow a {
   	color: #cb0000;
        text-decoration: underline;
}

.caption {
      z-index: 1;
      font-family: 'Roboto', sans-serif;
      font-size: 1.1vw;
      position: absolute;
      top: 15%;
      float: left;
      left: 18%;
      width: 29%;
      height: 130px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.2;
      color: #c40000;
      text-shadow: -1px 1px 1px #ffffff;
/*
      background: rgb(54, 25, 25);
      background: rgba(0, 0, 0, 0.4);
*/
      padding-left: 5%;;
      font-style: italic;
}

.caption2 {
      z-index: 1;
      font-family: 'Roboto', sans-serif;
      font-size: 1.3vw;
      position: absolute;
      top: 25%;
      float: left;
      left: 7%;
      width: 23%;
      height: 130px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.2;
      color: #c40000;
      text-shadow: -1px 1px #ffffff;
/*
      background: rgb(54, 25, 25);
      background: rgba(0, 0, 0, 0.4);
*/
      padding-left: 5%;;
}



#content {
	position:relative;
	width:75%;
	top:50px;
	margin-left: auto;
	margin-right: auto;
        font-family: 'Lato', sans-serif;
   	font-size: 1.5vw;
}

#bottom {
	clear: both;
	position:relative;
	width:100%;
	top:50px; 
	background: #adadad;
}

#bottomcontainer {
	position:relative;
	width:75%;
        margin: 0 auto;
	text-align:center;
        font-family: 'Lato', sans-serif;
   	font-size: 1.5vw;
        color:white;
}

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

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



}
/* cmsms stylesheet: Vesuko_HD_MENU modified: 02/22/17 11:57:30 */
@media only screen and (min-width: 1200px) {


.topnav li.icon {
display:none;
}

.topnav .unli {
display:none;
}

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

}

.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: 'Roboto', sans-serif;
    margin: 0 10px 0px 10px;
    text-decoration: none;
    color: #FFFFFF;
}

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

.topnav a:hover 
{ 
color: #e30000;
}





}
/* cmsms stylesheet: Vesuko_SD modified: 05/27/20 12:49:30 */
@media only screen and (max-width: 1199px) and (min-width: 800px) {

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

#slideshowmob  {
        display:none;
}

#logomob  {
        display:none;
}

body {
    	background-color: #FFFFFF; 
	margin:0px auto;
}

#content h1 {

        font-family: 'Merriweather', serif;
   	font-size: 2.4vw;
   	color: #4d4d4d;
}

#sertifikaatit img {
        
        max-width: 100%; 
	width: 300px;
	height: auto;
        text-align: center;
}


/* ------------------------- */
/* CONTACT FORM STUFF STARTS */
/* ------------------------- */

td {
font-family: 'Lato', sans-serif;
font-size: 20px;
}

input {
    width: 50%;
}

textarea {
    width: 50%;
}

table {
     width: 100%;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #c40000;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

/* ----------------------- */
/* CONTACT FORM STUFF ENDS */
/* ----------------------- */


a {
   	color: #4676c9;
        text-decoration: none;
}

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

#topcontainer {
	width:100%;
   	top: 0;
   	margin:auto;
   	left: 0;
   	right: 0;
}

#top {
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	position:fixed;
	z-index: 1000;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background: #adadad;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}

#logo {
	position:relative;
	top:50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	background: #7A7A7A;
}

#logo img {
	max-width: 40%; 
	min-width: 40%;
      border-style: none; 
	vertical-align: middle;
}

#slideshow {
	position:relative;
	width:100%;
	top:53px;
}

#slideshow a {

    color: #cb0000;
    text-decoration: underline;

}

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

.caption {
      z-index: 1;
      font-family: 'Roboto', sans-serif;
      font-size: 1.2vw;
      position: absolute;
      top: 25%;
      float: left;
      left: 7%;
      width: 45%;
      height: 130px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.2;
      color: #c40000;
      text-shadow: -1px 1px #ffffff;
      padding-left: 5%;
      font-style: italic;
}

.caption2 {
      z-index: 1;
      font-family: 'Roboto', sans-serif;
      font-size: 1.5vw;
      position: absolute;
      top: 20%;
      float: left;
      left: 10%;
      width: 29%;
      height: 130px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.2;
      color: #c40000;
      text-shadow: -1px 1px #ffffff;
      padding-left: 5%;
}

#content {
	position:relative;
	width:70%;
	top:50px;
	margin-left: auto;
	margin-right: auto;
        font-family: 'Lato', sans-serif;
   	font-size: 2.1vw;
}

#bottom {
	clear: both;
	position:relative;
	width:100%;
	top:50px; 
	background: #adadad;
}

#bottomcontainer {
	position:relative;
	width:75%;
         margin: 0 auto;
	text-align:center;
        font-family: 'Lato', sans-serif;
   	font-size: 1.7vw;
        color:white;

}

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

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


}
/* cmsms stylesheet: Vesuko_SD_MENU modified: 02/22/17 11:52:46 */
@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: center;

}

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

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

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

.topnav a:hover 
{ 
color: #e30000; 
}





}
/* cmsms stylesheet: Vesuko_MOB modified: 05/27/20 12:49:17 */
@media only screen and (max-width: 799px) {

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

#slideshow  {
        display:none;
}

#logo  {
        display:none;
}

body {
    	background-color: #FFFFFF; 
	margin:0px auto;
}

/* ------------------------- */
/* CONTACT FORM STUFF STARTS */
/* ------------------------- */

td {
font-family: 'Lato', sans-serif;
font-size: 20px;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
}

table {
     width: 100%;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #c40000;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

/* ----------------------- */
/* CONTACT FORM STUFF ENDS */
/* ----------------------- */

#content h1 {

        font-family: 'Merriweather', serif;
   	font-size: 30px;
   	color: #4d4d4d;
}

#sertifikaatit img {
        
        max-width: 100%; 
	width: 300px;
	height: auto;
        text-align: center;
}


a {
   	color: #4676c9;
        text-decoration: none;
}


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

#topcontainer {
	width:100%;
   	top: 0;
   	margin:auto;
   	left: 0;
   	right: 0;
}

#top {
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	z-index: 1000;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background:red;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}

#logomob {
	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	background: #7A7A7A;
}

#logomob img {
	max-width: 80%; 
	min-width: 80%;
        border-style: none; 
	vertical-align: middle;
}

#slideshow {
	position:relative;
	width:100%;
	top:3px;
}

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

#slideshowmob a {

    color: #cb0000;
    text-decoration: underline;
    font-size: 7.0vw;

}


.caption {z-index: 1;
      font-family: 'Roboto', sans-serif;
      font-size: 2.0vw;
      position: absolute;
      top: 10%;
      float: left;
      left: 0%;
      width: 54%;
      height: 130px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.2;
      color: #c40000;
      text-shadow: -1px 1px #ffffff;
      padding-left: 5%;
font-style: italic;
}

.caption2 {z-index: 1;
      font-family: 'Roboto', sans-serif;
      font-size: 2.5vw;
      position: absolute;
      top: 7%;
      float: left;
      left: 0%;
      width: 42%;
      height: 130px;
      margin-left: auto;
      margin-right: auto;
      line-height: 0.0;
      color: #c40000;
      text-shadow: -1px 1px #ffffff;
      padding-left: 5%;
}


#content {
	position:relative;
	width:90%;
	top:0px;
	margin-left: auto;
	margin-right: auto;
        font-family: 'Lato', sans-serif;
   	font-size: 20px;
}

#content img {
	max-width: 95%; 

}


#bottom {
	clear: both;
	position:relative;
	width:100%;
	top:50px; 
    	background-color: #adadad; 
}

#bottomcontainer {
	position:relative;
	width:75%;
        margin: 0 auto;
	text-align:center;
        font-family: 'Lato', sans-serif;
   	font-size: 3.5vw;
        color:white;
}

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

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

}
/* cmsms stylesheet: Vesuko_MOB_MENU modified: 02/22/17 11:59:36 */
@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: #adadad;
}

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

/* Style the links inside the list items */
ul.topnav li a {
    font-family: 'Roboto', sans-serif;
    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: darkred;}

/* 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: 12/12/16 15:29:12 */
/**
 * 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(../../images/bx_loader.gif) 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(../../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../images/controls.png) 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(../../images/controls.png) -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(../../images/controls.png) -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;
}
