/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/
/*************************************************************************/
/* IMAGE MOUSE OVER EFFECT                                               */
/*************************************************************************/
/* effect-7 css */
.port-7{float: right;  position: relative; overflow: hidden; text-align: center; border: 4px solid rgba(255, 255, 255, 0.9); }
.port-7 .text-desc{opacity: 0; transition: 0.5s; color: #000;}


.port-7.effect-2 img{transition: 0.5s; position: relative;  top: 0; }
.port-7.effect-2.image-box img{border:1px;}
.port-7.effect-2:hover img{top: 50%;}
.port-7.effect-2 .text-desc{transform: perspective(600px) rotateX(90deg); transform-origin: top center 0; width: 100%; position: absolute; left: 0; top: 0; height: 50%; padding: 5px 10px;}
.port-7.effect-2:hover .text-desc{opacity: 1; transform: perspective(600px) rotateX(0deg); z-index: 99;}
.port-7.effect-2 .text-desc img{ background-color:transparent; border:0px;} 	/* must add transparent and border for floating image */
/* effect-7 css end */

/*************************************************************************/
/* TIMELINE STYLES                                                       */
/*************************************************************************/
#page_box .timeline-both-side
{
  float: left; 
  width: 96%; 
  margin: 20px 2% 50px; 
  position: relative; 
  box-sizing: border-box;
  list-style-type: none;
}

#page_box .timeline-both-side:before
{
  background-color: #ccc; 
  bottom: 0; 
  content: " "; 
  left: 50%; 
  position: absolute; 
  top: 0;   
  width: 1px;
  
}


#page_box .timeline-both-side:after
{
  border-radius: 50%; 
  bottom: -22px; 
  content: ""; 
  height: 18px; 
  left: 50%; 
  margin-left: -11px; 
  position: absolute; 
  width: 18px; 
  border: 2px solid #ccc;
}
#page_box .timeline-both-side li 
{
  position: relative; 
  float: left; 
  width: 100%;
  list-style-image: none;
}
#page_box .timeline-both-side li .border-line
{
  background-color: #ccc; 
  font-size: 1.4em; 
  height: 1px; 
  left: 50%; 
  margin-left: -8%; 
  position: absolute; 
  text-align: center; 
  top: 50%; 
  width: 8%; 
  z-index: 99;
  list-style-image: none;
}
#page_box .timeline-both-side li.opposite-side .border-line
{
  left: auto; 
  right: 50%; 
  margin-left: 0; 
  margin-right: -8%;
  list-style-image: none;
}
#page_box .timeline-both-side li .border-line:before 
{ 
  background-color: #ccc; 
  content: ""; 
  height: 7px; 
  position: absolute; 
  right: -4px; 
  top: -3px; 
  width: 7px;
}
#page_box .timeline-both-side li.opposite-side .border-line:before
{
  left: -4px; 
  right: auto;
}
#page_box .timeline-both-side li .timeline-description
{
  border-radius: 2px; 
  background-color: #f1f1f1; 
  border: 1px solid #ccc; 
  float: left; 
  font-size: 13px; 
  padding: 10px; 
  position: relative; 
  width: 42%;
  list-style-image: none;
  z-index: 100;  
}
#page_box .timeline-both-side li.opposite-side .timeline-description
{
  float: right;
}
#page_box .h9
{
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fe5f11;
  font-weight: bold;
  display:block;
}
/*************************************************************************/
/* overides for "toggle" div                                             */
/*************************************************************************/
.toggle
{
  background-image: url("../../../graphics/toggle/bg.toggle.open.png");
  padding: 6px 0px 3px 80px;
}

.toggle.opened
{
  background-image: url("../../../graphics/toggle/bg.toggle.close.png");
}

.toggle.opened:hover
{
  background-image: url("../../../graphics/toggle/bg.toggle.close.hover.png");
}

.toggle:hover
{
  background-image: url("../../../graphics/toggle/bg.toggle.open.hover.png");
}

.toggle_content
{
  border-radius: 10px;
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  background-color: #eff5ff;
  border: 1px solid #cccccc;
}

/*************************************************************************/
/* overides for top header space                                         */
/*************************************************************************/
#header-row
{
  padding: 0px 0px 0px 0px;
  min-height: 95px;
}

#header-row .logo
{
  line-height: 0px;
}

#navigation-row .container
{
  padding: 10px 35px 0px 35px;
}

/*************************************************************************/
/* URL colour overide for accordian menu                                 */
/* THIS IS NO LONGER USED - CREATED AN ISSUE WITH THE DROP DOWN MENU     */
/*************************************************************************/
/*#je_accord138.je_acc
{
  color: #0440ff;  
}

#je_accord138.je_acc ul ul li a
{
  color: #0440ff;  
}

#je_accord138.je_acc ul ul li a:hover
{
  color: #0000ff;
  background-color:#bbcfff;
}

#je_accord138.je_acc ul ul li.open > a, #je_accord138.je_acc ul ul li.active > a, 
#je_accord138.je_acc ul li.open > a, #je_accord138.je_acc ul li.active > a
{
  color: #fb6110;  
}
*/
/*************************************************************************/
/* remove UL image from tabs menu bar                                    */
/*************************************************************************/
#page_box .tabs_container ul
{
  list-style-type: none;
}

#page_box .tabs_container li
{
  list-style-image: none;
}

/*************************************************************************/
/* fade transition for zoom function on article images                   */
/*************************************************************************/
#cf {
  position:relative;
  //width: 450px;
  //height: 281px;
  margin:0; // auto;
  float:right;
  background-color:#333333;
  margin: 0px 0px 0px 10px;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  border:0px;  
}

#cf img.top:hover {
  opacity:.3;
}

/*************************************************************************/
/* fix indent on bullet items spanning multiple lines                    */
/*************************************************************************/
#page_box .ul_indent li
{
    text-indent: -1em;
    padding-left: 1em;
}

/*************************************************************************/
/* styling for tables used in technical data                             */
/*************************************************************************/
#page_box table
{
    border: 0px solid #f0f0f0;  
}

#page_box table
{
    border-collapse: collapse;
    width:100%;
}

#page_box td
{
    vertical-align: top;
    padding: 2px;
    border-bottom: 1px solid #0d0d0d;  
}

/************************************************************************/
/* horizontal menu for product detail/specs etc                         */
/* NO LONGER USED - SP TABS USED INSTEAD SO PAGE DOES NOT REFRESH       */
/************************************************************************/
#page_box .ulh {    
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f3f3f3;    
}

#page_box .ulh li {
    float: left;    
    list-style-image: none;
    border-right:1px solid #000000;
}

#page_box .ulh li a {
    display: block;
    color: #000000;
    text-align: center;
    padding: 5px; /*was 14px 16px; */
    text-decoration: none;    
}

#page_box .ulh li a:hover:not(.active) {
    background-color: #9fe0f0;    
}

#page_box .activeTAB {
    background-color: #0fc0f0;
}
/************************************************************************/

body /* added S.Chaplin 21-Nov-2016 */
{
  font-size:14px;
  line-height: 20px;
}

/*************************************************************************/
/* STYLES SPECIFIC TO ARTICLES LOCATED WITHIN PAGE_BOX                   */
/*************************************************************************/
#page_box p  /* added S.Chaplin 21-Nov-2016 */
{
  text-justify: inter-word;
  text-align: justify;
}

#page_box .article_img_left	/* added S.Chaplin 21-Nov-2016 */
{
  float: left; 
  border: 0; 
  margin: 0px 5px 5px 0px;
}

#page_box .article_img_right	/* added S.Chaplin 21-Nov-2016 */
{
  float: right; 
  border: 0; 
  margin: 0px 0px 5px 5px;
}

#page_box .article_hdr	/* added S.Chaplin 21-Nov-2016 */
{  
  border: 0; 
  margin: 0px 0px 5px 0px;
}

/************************************************************************/
/* styles to create paper page look *//* added S.Chaplin 21-Nov-2016    */
#page_box
{
  position: relative;
  max-width: 684px;  
  padding: 15px;  /* was 30 - 24 July 2019 */
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
}

#page_box:before, .page_box:after
{
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
} 

#page_box:after
{
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}

#page_box a {color: #0000ff; }
#page_box a:hover {color: #008080; }
/************************************************************************/

.mod-custom__stories
{
	background-image: url("../images/window.bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 22px;
}

.mod-custom__stories #wrap
{
	background: url("../images/imagedoc.png");
	border-radius: 20px;
}

.mod-custom__stories #wrap p
{
	padding: 40px 25px 45px;
	color: #fff;
}

.mod-custom__stories #wrap p small
{
	margin-top: 15px;
	color: #333333;	
}

/*******************************************************************************************/

.list1 li
{
	list-style: none outside none !important;
	padding: 0;
}

.list1 li a,
.blue
{
	background: url("../images/bulet.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
	color: #6A6861 !important;
	display: block;
	font-size: 13px !important;
	line-height: 25px;
	padding: 0 0 0 27px;
}

.list1 li a:hover
{
	background: url("../images/bulet.png") no-repeat scroll 0 -47px rgba(0, 0, 0, 0);
	color: #07B4F4 !important;
	text-decoration: none;
}


/*********************************************************************/


#solution ul
{
	margin: 0px;
}

#solution li
{
	float: left;
	height: 245px;
	list-style: none outside none !important;
	margin: 10px 0 40px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	width: 260px;
	line-height: 16px !important;
	cursor: pointer;
}

#solution li:hover .mosaic
{
	bottom: 0px;
	transition: 1s;
}

element.style
{
}

.mosaic a,
.mosaic a:hover
{
	color: #FFFFFF !important;
}

.mosaic
{
	background-color: #0BB9F5;
	bottom: -200px;
	color: #FFFFFF;
	left: 0;
	padding: 10px;
	position: absolute;
	height: 230px;
}

.mosaic-block h2
{
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.mosaic-img
{
	display: block;
	height: 100%;
	top: 0;
	width: 100%;
}

.mosaic-img img
{
	width: 100%;
	padding: 0px;
	border:none;
}

/******************************************************************************/

.all-partners .mod-custom
{
}

.all-partners .block
{
	float:left;
	widht:100%;
}

.all-partners .block ul
{
	float:left;
	padding-right:80px;
}

.all-partners .block ul li
{
	list-style:none;
}
