html, body {
	font-size: 15px;
	line-height: 20px;
}

.container_sc {
	width: 100%;
}

#wrapper_details article.prev_art_wrap .container_box .floating_box p {
	text-align: left;
}


.center { text-align: center; }
.justify, p.justify { text-align: justify !important; }

a, a:visited{
	color: #3C5164;
	text-decoration: none;
}

a:active, a:hover{
	color: #7996BC;
	border-bottom: none;
}

h1,h2,h3,h4,h5,nav.site_nav ul li {
	font-family: 'Barlow', sans-serif !important;
}

h1 {
	font-weight: 500;
	font-size: 38px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 22px
}

h3 { margin-top:14px; font-size: 27px; }

h2 {
	font-weight: 400;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 16px;
	margin-top: 5px;
}

h4 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-left: 0 !important;
	font-weight: 500;
	color: #000;
}

hr {
	height: 3px;
	border: none;
	background: #3C5164;
	margin: 20px;
	display: block;
	clear: both;
	box-sizing: border-box;
}

.pro_section {
	width: 100%;
	margin-left: 20px;
}
.container_icon {
	max-width: 60px;
	margin: -4px 6px 0 0;
}



#wrapper_start ul li, .msg_box ul li{
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 5px;
}

#wrapper_start nav { margin-top: 40px; }

#wrapper_start nav.site_nav {
	width: 100%;
	padding: 0px 20px;
}

#wrapper_start nav.site_nav ul li {
	display: inline-block;
	list-style: none;
	margin-left: 43px;
	margin-bottom: 0px;
	font-size: 17px;
}

.details_header { width: 100%; padding-top: 20px; min-height: 120px; }
.prev_imgcontainer { 
	height: 106px;
	width: 144px;
	float: left; 
}

/* 
img.preview_icon {
	max-width: auto;
	max-height: auto;
	width: auto;
	height: 106px;
}
 */

.header_text {
	margin-left: 160px;
}

/***SLIDER****/


.mySlides {display: none}

img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  margin-top: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.2);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.floating_box h4 { text-align: left; }

#wrapper_start nav.site_nav ul li:first-child { margin-left: 0; }
#wrapper_details article.prev_art_wrap p { margin: 0px; }

.container_box { margin: 0 40px; height: 100%; }
.inner_box { width: 100%; }
.floating_box { width: 47%; margin: 0 auto; margin-bottom: 20px;}
.floating_box img { margin: 0 auto; display: block; width: 40px; margin-bottom: 10px; }
.floating_box p { text-align: justify; }
.box_background {
	padding: 15px 20px;
	border: 1px solid rgb(236,236,236);
	border-radius: 6px;
	width: 42%;
	background: rgb(236,236,236);
	box-shadow: 3px 7px 12px rgba(236,236,236,0.8);
}

.margin-bottom-40 { margin-bottom: 40px; }
.margin-top-40 { margin-top: 40px; }
.mud { clear: both; }


#wrapper_start .floating_box_list ul li {
	margin-bottom: 8px;
	line-height: 16px;
}

.floating_box_30 { width: 45%; float: left; }
.floating_box_70 { width: 50%; float: right; }

.box { width: 100%; height: 100%;}
.box_pricing {
	padding: 20px 10px;
	border: 1px solid rgb(236,236,236);
	border-radius: 6px;
	margin-right: 16px !important;
	width: 20%;
	background: rgb(236,236,236);
	box-shadow: 3px 7px 12px rgba(236,236,236,0.8);
	float: left;
	margin-bottom: 25px;
	display: block;
}

a.box_pricing:hover { background: white; }

.box_pricing:last-child { margin-right: 0px !important; }


.bg2 { background: rgba(60,80,110,0.3) }
.bg3 { background: rgba(60,80,110,0.5) }
.bg4 { background: rgba(60,80,110,0.7) }

.docs { text-align: center; }
.docs p a { margin: 0 5px; }

/******additional styles*****/
#msg {
	background: rgba(33,66,66,0.1);
	border: 1px solid darkgrey;
	box-shadow: 3px 7px 12px rgba(236,236,236,0.8);
	padding: 20px 10px;
}


.msg_box {
	width: 500px;
	background: white;
	border: 1px solid darkgrey;
	box-shadow: 3px 7px 12px rgba(236,236,236,0.8);
	padding: 40px 29px;
	margin: 0 auto;
	margin-top: 80px;
}

.margin-tb20 { margin: 20px 0; }

.msg_box ul li { font-style: italic; }
#hide1, #hide2 { display: none; }

.footnote { font-size: 12px; line-height: 14px; }

ul.reviews {
	display: block;
	margin-bottom: 20px;
}
ul.reviews li { margin-bottom: 2px !important; }

#reviews { height: 160px; }
#reviews object { height: 130px !important; }

.tooltip {
  position: relative;
  display: inline;
  border-bottom: 1px dotted black;
}

button.aslink {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: inherit;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 60px;
  top: -15px;
}

.tooltip:hover .tooltiptext { visibility: visible; }

#wrapper_start ul li.italian { display: none; }
#wrapper_start ul li.french { display: none; }
#wrapper_start ul li.german { display: none; }

#header_wrapper {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif !important;
	line-height: 16px !important;
}

input[type=button] {
  background-color: #336666;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

input[type=button]:hover { background: #83AEAE; }

.content_wrap_2col span { margin-top: 11px; }

#download img {
  -webkit-user-select: none; /* Safari prevent ocr text select */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
