.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}

html {overflow-y: scroll;}

html, body, blockquote, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
	vertical-align: baseline;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.5;
	text-align:left;
	color:#4c4c4c;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 a:link {color: #f05025;}
h2 a:visited {color: #f05025;}
h2 a:active {text-decoration: none}
h2 a:hover {color: #b32600;
text-decoration:underline;
-webkit-transition: all 0.5s ease-in-out; 
-moz-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
transition: all 0.5s ease-in-out; }
h2 a {text-decoration: none}

* { padding: 0; 
	margin: 0;
	font-size:1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

	text-align:left;
}

 a:link {color: #0c57ad;}
 a:visited {color: #0c57ad;}
 a:active {text-decoration: none}
 a:hover {color: #249cd9;
text-decoration:underline;
-webkit-transition: all 0.5s ease-in-out; 
-moz-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
transition: all 0.5s ease-in-out; }
 a {text-decoration: none}
 
 a.two:link {color: #f05025;}
 a.two:visited {color: #0c57ad;}
 a.two:active {text-decoration: none}
 a.two:hover {color: #249cd9;
text-decoration:underline;
-webkit-transition: all 0.5s ease-in-out; 
-moz-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
transition: all 0.5s ease-in-out; }
 a {text-decoration: none}

body, ul, li {
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:21px;
	text-align:left;
}
h1, h2, h3, h4, h5 {
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:21px;
	text-align:left;
	color:#f05025;
	font-weight: normal;
}

h6 {
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:21px;
	text-align:left;
	color:#0dc118;
	font-weight: normal;
}




.pop-out-menu{
	z-index:2000;
	width: 352px;
	height: 279px;
	background: url(../images/pop-out-menu.png);
	clear: both;
	float: left;
	position: fixed;
	top: 83px;
	left: -356px;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	padding:22px 22px 22px 29px;

	
	}
	
	.pop-out-menu:hover{
	left: 0px;
    padding-left: -40px;
	
	}

.pop-out-menu li{
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:31px;
	text-align:left;
	color:#fff;
		list-style-type: none;
	
}
.pop-out-menu li a{
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:24px;
	text-align:left;
	color:#fff;
	text-decoration:none;
	opacity:0.8;
	
}

.pop-out-menu li a:hover{
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:24px;
	text-align:left;
	color:#fff;
	text-decoration:underline;
	opacity:1;
	
	
}

.pop-out-menu li a:active{
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:24px;
	text-align:left;
	color:#fff;

	opacity:1;
	
}


.main-text {
	font-size:1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.5;
	text-align:left;
	color:#4c4c4c;

}

.main-text a:link {color: #0c57ad;}
.main-text a:visited {color: #0c57ad;}
.main-text a:active {text-decoration: none}
.main-text a:hover {color: #249cd9;
text-decoration:underline;
-webkit-transition: all 0.5s ease-in-out; 
-moz-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
transition: all 0.5s ease-in-out; }
.main-text a {text-decoration: none}


#container {
	width: 100%;
	height: 100%;
		position: relative;
		clear: both;
}

#warrantystamp {
position: absolute; 
overflow: visible; 
left: 71%; 
top: 300px; 
z-index: 1000;
}

#warrantystamp-ise {
position: absolute; 
overflow: visible; 
left: 71%; 
top: 630px; 
z-index: 1000;
}

#container-search {
	width: 100%;

		position: relative;
		clear: both;
}
	/* section of top-bar that contains everything */
#top-nav {
	margin:auto;
	width: 960px;
}

#logo {

	width: 155px;
	float: left;
	margin-right: 18px;
}

#solulogo {

	width: 150px;
	float: left;
	margin-right: 14px;
}

#top-bar {
	width: 100%;
	height: 83px;
	background:#FFF;
	-webkit-box-shadow: 0px 13px 40px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 13px 40px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 13px 40px 5px rgba(0,0,0,0.15);
	float: left;
	position: absolute;


}
		/* fade effect of menu images */
.swap-menu img { 
-webkit-transition: all 1s ease-in-out; 
-moz-transition: all 1s ease-in-out; 
-ms-transition: all 1s ease-in-out; 
-o-transition: all 1s ease-in-out; 
transition: all 1s ease-in-out;
} 

.swap1, .swap-menu:hover .swap2 { 
-webkit-opacity: 1; 
-moz-opacity: 1; 
opacity: 1; } 

.swap-menu:hover .swap1, .swap2 { 
-webkit-opacity: 0; 
-moz-opacity: 0; 
opacity: 0; }

.swap-menu-touch-cms img { 
-webkit-transition: all 0.5s ease-in-out; 
-moz-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
transition: all 0.5s ease-in-out;
} 

.swap1, .swap-menu-touch-cms:hover .swap2 { 
-webkit-opacity: 1; 
-moz-opacity: 1; 
opacity: 1; } 

.swap-menu-touch-cms:hover .swap1, .swap2 { 
-webkit-opacity: 0; 
-moz-opacity: 0; 
opacity: 0; }

		/* fade effect of Solution images */

		#swap-menusolu {
	width:240px;
	height:239px; 
}
		
.swap-menusolu img {
-webkit-transition: all 1s ease-in-out; 
-moz-transition: all 1s ease-in-out; 
-ms-transition: all 1s ease-in-out; 
-o-transition: all 1s ease-in-out; 
transition: all 1s ease-in-out;
} 

.swap1, .swap-menusolu:hover .swap2 { 
-webkit-opacity: 1; 
-moz-opacity: 1; 
opacity: 1; } 

.swap-menusolu:hover .swap1, .swap2 { 
-webkit-opacity: 0; 
-moz-opacity: 0; 
opacity: 0; }

#social-icons {
	width: 151px;
	height: 83px;
	float: left;
	}
	
#nu-social-icons {
	width: 128px;
	height: 83px;
	float: left;
	}

#social {

	float: left;
	visibility: visible;
}

#social li {
	height:24px;
	width:24px;
	float:left;
	display:block;
	position:relative;
	padding: 4px 0px 4px 0px;
	margin-right:6px;
	margin-top:25px;
	margin-bottom:20px;
	border:none;
}
		/* fade effect of social media icons */
.swap-icon img { 
-webkit-transition: all 0.5s ease-in-out; 
-moz-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
transition: all 0.5s ease-in-out; } 

.swap1, .swap-icon:hover .swap2 { 
-webkit-opacity: 1; 
-moz-opacity: 1; 
opacity: 1; } 

.swap-icon:hover .swap1, .swap2 { 
-webkit-opacity: 0; 
-moz-opacity: 0; 
opacity: 0; }

form.search-form input.search-text {

color: #999999;
-webkit-font-smoothing: antialiased;

background-color: #FFF;
display: block;
width: 141px;
height: 26px;
padding: 0px 0px 0px 5px;
border: none;
float: left;
}

form.search-form input.search-submit {

color: #FFF;
display: block;
height: 23px;
width: 23px;
border: none;
background-color: #FFF;
background-image: url("../images/search-icon.png");
float: right;
cursor: pointer;
position: relative;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
text-indent: -9999px;
top: -25px;
left: -1px;
}

form.search-form input.search-submit:hover{
background-image: url("../images/search-icon-hover.png");
text-indent: -9999px;
}

form.search-form {
margin: 28px 0px 0px 0px;
padding: 0;
border: 1px solid #999999;
width:191px;

}

form.search-form input.search-text::-webkit-input-placeholder   {
color:#999999;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form input.search-text::-moz-placeholder    {
color:#999999;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form input.search-text::-ms-input-placeholder{
color:#999999;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form input.search-text:focus::-webkit-input-placeholder {color:#999999;}
form.search-form input.search-text:focus::-moz-placeholder {color:#999999;} 
form.search-form input.search-text:focus:-moz-placeholder {color:#999999;}
form.search-form input.search-text:focus::-ms-input-placeholder {color:#999999;}

	
#search-bar1 {
	width: 170px;
	height: 83px;
	float: left;
	}
	
form.search-form1 input.search-text {

color: #999999;
-webkit-font-smoothing: antialiased;

background-color: #FFF;
display: block;
width: 141px;
height: 23px;
padding: 0px 0px 0px 5px;
border: none;
float: left;
}

form.search-form1 input.search-submit {

color: #FFF;
display: block;
height: 23px;
width: 23px;
border: none;
background-color: #FFF;
background-image: url("../images/search-icon.png");
float: left;
cursor: pointer;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
text-indent: -9999px;
}

form.search-form1 input.search-submit:hover{
background-image: url("../images/search-icon-hover.png");

}

form.search-form1 {
margin: 28px 0px 0px 0px;
padding: 0;
border: 1px solid #999999;
width: 169px;
height: auto;
}

form.search-form1 input.search-text::-webkit-input-placeholder   {
color:#999999;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form1 input.search-text::-moz-placeholder    {
color:#999999;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form1 input.search-text::-ms-input-placeholder{
color:#999999;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form1 input.search-text:focus::-webkit-input-placeholder {color:#999999;}
form.search-form1 input.search-text:focus::-moz-placeholder {color:#999999;} 
form.search-form1 input.search-text:focus:-moz-placeholder {color:#999999;}
form.search-form1 input.search-text:focus::-ms-input-placeholder {color:#999999;}

		/* navigation section of top-nav */

#menu {
	width:465px;
	height:83px;
	padding:0px;
	background: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: none;
	visibility: visible;
}

#new-menu {
	width:498px;
	height:83px;
	padding:0px;
	background: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: none;
	visibility: visible;
	display:list-item
	
}

#new-menu {
	width:498px;
	height:83px;
	padding:0px;
	background: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: none;
	visibility: visible;

	
}

#menu li {
	height:50px;
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 2px 4px 2px;
	margin-right:15px;
	margin-top:25px;
	margin-bottom:20px;
	border:none;
}

#new-menu li {
	height:50px;
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 2px 4px 2px;
	margin-right:10px;
	margin-top:31px;
	margin-bottom:20px;
	border:none;
}





#menu li a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px; 
	color: #4c4c4c;
	display:block;
	outline:0;
	text-decoration:none;

}

#menu li:hover a {
	color:#249cd9;
	-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;

}
#menu li .drop {
	z-index:2;
	padding-right:21px;
	background:url("../images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("../images/drop.png") no-repeat right 8px;
}




#new-menu li a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px; 
	color: #4c4c4c;
	display:block;
	outline:0;
	text-decoration:none;

}

#new-menu li:hover a {
	color:#249cd9;
	-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;

}
#new-menu li .drop {
	z-index:2;
	padding-right:21px;
	background:url("../images/drop.png") no-repeat right 8px;
}
#new-menu li:hover .drop {
	background:url("../images/drop.png") no-repeat right 8px;
}
/* dropdown section */

.dropdown_5columns {
	z-index:2;
	width: 960px;
	margin:5px auto;
	
	float:left;
	position:absolute;
	left:-9999em; /* Hides the drop down */
	text-align:left;
	padding:5px 0px 0px 0px;
border-top: 35px solid transparent;
	
	

	
-webkit-box-shadow: 0px 35px 40px 5px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 35px 40px 5px rgba(0,0,0,0.15);
box-shadow: 0px 35px 40px 5px rgba(0,0,0,0.15);	

}



	
#menu li:hover .dropdown_5columns {
		
	left:-273px;
	top:12px;
	
}

#new-menu li:hover .dropdown_5columns {
		
	left:-273px;
	top:6px;
	z-index: 3;
}
	/* keeps the images in horizontal line */
.col_1 {
	background:#FFFFFF;
	display:inline;
	float: left;
	position: relative;}

.col_5 {
	display:inline;
	float: left;
	position: relative;
	
}

.col_solu {
	background:#FFFFFF;
	display:inline;
	float: left;
	position: relative;
    height: 239px; 
	width: 240px }

.col_solu2 {
	background:#FFFFFF;
	display:inline;
	float: left;
	position: relative;
    height: 239px; 
	width: 239px }

#slider-bar {
	z-index:-1;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 450px;
	background-color:#249cd9;
	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;



}

#404-bar {
	z-index:-1;
	width: 100%;

	background-color:#FFF;
	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
	padding-top: 83px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;



}

#ise-banner {
	z-index:-1;
	margin:auto;

	height:170px;
	background-color:#033d7c;
	padding-top:83px;
}

#ise-banner-home {
	z-index:-1;
	margin:auto;

	height:330px;
	background-color:#033d7c;
	padding-top:83px;
}

#ise-banner-image {
	z-index:-1;
	margin:auto;
	width: 960px;
	height:330px;

}

#ise-banner-image-thinner {
	z-index:-1;
	margin:auto;
	width: 960px;
	height:170px;

}

#ise-banner-image-thinner-blog {
	z-index:-1;
	margin:auto;
	width: 960px;
	height:170px;
    background-image: url(../images/ise-banner-2017-thin.jpg);
}

#about-bar {
	z-index:-1;
	width: 100%;
	height: 526px;
	background-color:#FFF;
	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;



}
#about-image {

	padding-top: 18px;




}


.solutions-big-image {



    position: relative;
    width: 960px;
	height: 448px;


}

.solutions-big-image-layer {
    
	 background-color: rgba(44, 160, 229, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	

}

.solutions-page-span {
          position: absolute;
          top: 0;
          left: 0;
          width: 96%;
          padding-top: 20px;
		  padding-left: 35px;
		  text-transform:uppercase;
		  font-size:50px;
		  Color:#FFF;
		  Z-index: 1;
		  font-weight: 800;
		
		   }
		   
    .solu-copy {
	position: relative;
	margin:auto;
	width: 960px;
	height: 350px;
	background-color:rgba(44, 160, 229, 0.7);;

    margin-top:32px;
	}

    .solu-case-copy {
	position: relative;
	margin:auto;
	width: 960px;
	height: 616px;
	background-color:rgba(44, 160, 229, 0.7);;

	}
	 
	 #solu-case-study {

	margin-top: 25px;
	

	}

.solu-copy-col-1 {
	position: relative;
	width: 916px;
	
	float: left;

	padding-bottom:22px;
	margin-left:22px;
	margin-top:22px;
	margin-right:22px;

	float: left;
    
}

.solu-case-title {
	position: relative;
	width: 600px;
	font-size: 36px;
	color:white;
    font-weight:800;

	margin-left:auto;

	margin-right:auto;
	text-transform:uppercase;
    text-align:center;
    
}
.solu-case-heading {
	position: relative;
	width: 750px;
	font-size: 20px;
	color:grey;


	margin-left:auto;

	margin-right:auto;
    font-style: italic;
    text-align:center;
    padding-bottom: 10px;
}
.solu-case-copy-text {
	position: relative;
	width: 900px;



	margin-left:auto;

	margin-right:auto;


    font-size:1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.5;
	text-align:center;
	color:#FFF;
}


	
.solu-copy-text {
	font-size:1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.5;
	text-align:center;
	color:#FFF;

}	

.solu-facts {
	width:auto;
	height: 180px;
	

}
.solu-facts-box-1 {
	width: 320px;
	height: 180px;
	float: left;
	

}

.solu-suggested-products {
	width: 958px;
	height: 294px;
	border: 1px solid #CCC;
	position:relative;
	margin-top: 6px;
	

	

}

.solu-suggested-products-col-1 {
	position: relative;
	padding-right:22px;
	margin-left:22px;
	margin-top:22px;
	margin-bottom:22px;
	width: 434px;
	height: 250px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;

}
.solu-suggested-products-col-2 {
padding:22px;
	width: 435px;
	height: 250px;;
	background-color:#FFF;
	float: left;
		
}

.solu-suggested-products-col-image {
	width: 213px;
	height: 181px;

}
.solu-suggested-products-col-copy {
	width: 221px;
	height: 252px;
	Float: right;
    position:relative;
}
.solu-suggested-products-col-link {
	width: 193px;
	height: 51px;
	Float: right;
    position: relative;
	Margin: 10px;
    Font-size: 13px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}

#slider {
	z-index:-1;
	margin:auto;
	width: 960px;
	height: 450px;
	background-color:#FFF
}

#sol-slider {

	margin:auto;
	width: 960px;
	height: 450px;
	background-color:#FFF
}

#newslider {
	z-index:-1;
	margin:auto;
	width: 960px;
	height: 450px;
	background-color:#FFF
}

#solu-case-slider-bar {
	padding-top:11px;
	width:964px;
	height:100%;
	position:relative;
    margin-left:auto;
	margin-right:auto;
	
	}

    .solu-case-slider-slider {

	width:566px;
	height:100%;
	position:relative;
    float:left;
	margin-bottom: 20px;
	}


#overview-bar {
	z-index:-1;
	width: 100%;
	height: 370px;
	background-color:#FFF;
	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
	padding-top: 83px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;



}


#overview {
	z-index:-1;
	margin:auto;
	width: 960px;
	height: 370px;
	background-color:#FFF
}

#overview404 {
	z-index:-1;
	margin:auto;
	width: 960px;
height:70px;
	background-color:#FFF
}

#contact-bar {
	z-index:-1;
	width: 100%;
	height: 60px;
	background-color:#FFF;
	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;



}

#main-bar {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: auto;


	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}

#blog-bar {
		margin-top:19px;
	width: 100%;



	overflow: visible;

	visibility: visible;
	float: none;
	clear: both;
}

#tc-bar {
		margin-top:19px;
	width: 100%;



	overflow: visible;

	visibility: visible;
	float: none;
	clear: both;
}

#sitemap-bar {
		margin-top:19px;
	width: 100%;

height: 100%;

	overflow: visible;

	visibility: visible;
	float: none;
	clear: both;
}


		.about-bold {
     color:#f05025;
	 font-weight:bold;
	



    }


.main {
	position: relative;
	margin:auto;
	width: 958px;
	height: 903px;
	background-color:#FFF;
	border:1px solid #CCC;

	}
	

	
.main:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 10px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.main:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 7px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }	

	
.wp-latest-posts p{

   line-height:1.2;

}


.main-col-1 {
	position: relative;
	padding-right:22px;
	margin-left:22px;
	margin-top:22px;
	margin-bottom:22px;
	width: 274px;
	height: 417px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;

}




.main-col-2 {
padding:22px;
	width: 275px;
	height: 417px;;
	background-color:#FFF;
	float: left;
		border-right: 1px solid #CCC;
}
.main-col-3 {
	
	padding:22px;
	width: 275px;
	height: 417px;
	background-color:#FFF;
	float: left;
	position:relative;
}


.main-col-4 {
padding:22px;
	width: 594px;
	height: 397px;
	background-color:#FFF;
	float: left;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}






.main-col-5 {
	padding-top:22px;
	margin-bottom:22px;
	margin-right:22px;
	margin-left:22px;
	width: 275px;
	height: 386px;
	background-color:#FFF;
	float: left;

	border-top: 1px solid #CCC;
}

.more-news
{

	position: absolute; 
	bottom: 0;
	margin-bottom:22px;

}



.conta-col-1 {
		padding:22px;
	width: 274px;
	height: 217px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;

}




.conta-col-2 {
padding:22px;
	width: 275px;
	height: 217px;;
	background-color:#FFF;
	float: left;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
}
.conta-col-3 {
	
	padding:22px;
	width: 275px;
	height: 217px;
	background-color:#FFF;
	float: left;
	border-bottom: 1px solid #CCC;
}


.conta-col-4 {
		padding:22px;
	width: 274px;
	height: 217px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;
 

}




.conta-col-5 {
padding:22px;
	width: 275px;
	height: 217px;;
	background-color:#FFF;
	float: left;
		border-right: 1px solid #CCC;

}
.conta-col-6 {
	
	padding:22px;
	width: 275px;
	height: 217px;
	background-color:#FFF;
	float: left;

}

.conta-col-7 {
	
		padding:22px;
	width: 274px;
	height: 217px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;

}





.bconta-col-1 {
		padding:22px;
	width: 274px;
	height: 217px;
	background-color:#FFF;
	float: left;
border: 1px solid #CCC;


}




.bconta-col-2 {
padding:22px;
	width: 274px;
	height: 217px;;
	background-color:#FFF;
	float: left;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;


}
.bconta-col-3 {
	
	padding:22px;
	width: 274px;
	height: 217px;
	background-color:#FFF;
	float: left;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;


}


.bconta-col-4 {
		padding:22px;
	width: 274px;
	height: 217px;
	background-color:#FFF;
	float: left;
border-left: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;

}




.bconta-col-5 {
padding:22px;
	width: 274px;
	height: 217px;;
	background-color:#FFF;
	float: left;


}
.bconta-col-6 {
	
	padding:22px;
	width: 274px;
	height: 217px;
	background-color:#FFF;
	float: left;


}

.solu-col-1 {
		
	width: 239px;
	height: 239px;
	background-color:#FFF;
	float: left;



}
.solu-col-2 {
		
	width: 240px;
	height: 239px;
	background-color:#FFF;
	float: left;



}



.prod-col-1 {
		
	width: 239px;
	height: 335px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;

}

.prod-col-touch-cms {
		
	width: 958px;
	height: 335px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;


}

.prod-col-1b {
		
	width: 238px;
	height: 335px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;

}

.prod-col-2 {
		
	width: 238px;
	height: 335px;
	background-color:#FFF;
	float: left;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;



}

.prod-col-3 {
	width: 238px;
	height: 335px;
	background-color:#FFF;
	float: left;
	border-bottom: 1px solid #FFF;
	




}

.prod-col-4 {
		
	width: 238px;
	height: 335px;
	background-color:#FFF;
	float: left;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;




}

.brochure-button {
	clear:both;
padding-top: 28px;
	float: right;
	height: 44px;

	




}



.prod-slim-col-1 {
		
	width: 477px;
	height: 335px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;


}

.prod-slim-col-2 {
		
	width: 477px;
	height: 335px;
	background-color:#FFF;
	float: left;

border-bottom: 1px solid #CCC;

}

.prod-touch-col-1 {
		
	width: 318px;
	height: 335px;
	background-color:#FFF;
	float: left;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;

}

.prod-touch-col-2 {
		
	width: 318px;
	height: 335px;
	background-color:#FFF;
	float: left;



}


.client-col-1 {
		margin-left:12px;
		margin-bottom:22px;
	width: 130px;
	height: 90px;
	background-color:#FFF;
	float: left;



}

.client-col-2 {
		margin-left:22px;
		margin-bottom:22px;
	width: 130px;
	height: 90px;
	background-color:#FFF;
	float: left;



}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}




.about {
	position: relative;
	margin:auto;
	width: 958px;
	height: 1294px;
	background-color:#FFF;
	border:1px solid #CCC;

	}
	

	
.about:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 16px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.about:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 12px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }	

.about-col-top {
	position: relative;
	width: 914px;
	background-color:#FFF;
	float: left;

	padding-bottom:22px;
	margin-left:22px;
	margin-top:22px;
	margin-right:22px;

	float: left;
border-bottom: 1px solid #CCC;
}

.about-col-1 {
	position: relative;
	width: 594px;
	background-color:#FFF;
	float: left;

	padding-bottom:22px;
	margin-left:22px;
	margin-top:22px;
	margin-right:22px;

	float: left;
border-bottom: 1px solid #CCC;
}
.about-col-2 {
	
	padding:22px;
	
	width: 275px;
	height: 949px;
	background-color:#FFF;
	float: right;

	border-left: 1px solid #CCC;
}

.about-col-3 {
	position: relative;
	width: 594px;
	background-color:#FFF;
	float: left;

	padding-bottom:22px;
	margin-left:22px;
	margin-top:22px;
	margin-right:22px;

	float: left;

}

.about-col-4 {
	position: relative;
	width: 594px;
	background-color:#FFF;
	float: left;

	padding-bottom:20px;
	margin-left:22px;
	margin-top:22px;
	margin-right:22px;

	float: left;

}

.blog-area {
	position: relative;
	margin:auto;
	width: 958px;
	height: auto;
	background-color:#FFF;
	border:1px solid #CCC;

	}
	

	
.tc-area {
	position: relative;
	margin:auto;
	width: 914px;
	height: auto;
	background-color:#FFF;
	border:1px solid #CCC;
padding:22px;
	}
	
	.sitemap-area {
	position: relative;
	margin:auto;
	width: 914px;
	height: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 22px;
	}
	
.error-col-1 {
	position: relative;
	
	background-color:#FFF;
	float: left;

	padding-bottom:22px;
	margin-left:22px;
	margin-top:22px;
	margin-right:22px;

	float: left;

}


#prod-bar {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: 100%;


	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}

#prod1-bar {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: 751px;


	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}

#prod2-bar {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: 1090px;
	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}

#prodb-bar {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: 678px;


	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}


#cont-bar {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: 678px;


	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}

#solu-bar {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: 2000px;


	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}

		.touch-cms-range-small-title {
     color:#f05025;
	



    }

#prodcmstouch-bar {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: 782px;


	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}

#prodcmstouch-bar-02 {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: 1100px;


	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}

.cont {
	position: relative;
	margin:auto;
	width: 958px;
	height: 607px;
	background-color:#FFF;
	border:1px solid #CCC;

	}
	
	.cont:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 10px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.cont:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 7px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }
	
	.conta {
	position: relative;
	margin:auto;
	width: 958px;
	height: 523px;
	background-color:#FFF;
	border:1px solid #CCC;

	}
	
	.conta:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 10px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.conta:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 7px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }
	
	
	
	.bconta {
	position: relative;
	margin:auto;
	width: 958px;
	height: 523px;
	background-color:#FFF;
	

	}
	
	.bconta:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 10px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.bconta:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 7px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }
	
	
.404-area {
	position: relative;
	margin:auto;
	width: 958px;
	height: 523px;
	background-color:#FFF;
	border:1px solid #CCC;


	}
	
	.404-area:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 10px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.404-area:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 7px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }	
	
	
	.prod {
	position: relative;
	margin:auto;
	width: 958px;
	height: 1342px;
	background-color:#FFF;
	border-left:1px solid #CCC;
	
	border-top:1px solid #CCC;

	}
	
	.prod:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 20px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.prod:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 15px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }
	
	
	.prod1 {
	position: relative;
	margin:auto;
	width: 958px;
	height: 672px;
	background-color:#FFF;
	border-left:1px solid #CCC;
	
	border-top:1px solid #CCC;

	}
	
		.prod2 {
	position: relative;
	margin:auto;
	width: 958px;
	height: 1008px;
	background-color:#FFF;
	border-left:1px solid #CCC;
	
	border-top:1px solid #CCC;

	}
	
	.prod1:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 20px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.prod1:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 15px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }
	
	.prod-touch {
	position: relative;
	margin:auto;
	width: 958px;
	height: 672px;
	background-color:#FFF;
	border-left:1px solid #CCC;
	
	border-top:1px solid #CCC;

	}
	
	.prod-touch:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 20px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.prod-touch:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 15px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }
	
		.prod-touch-cms-banner {
	position: relative;
	margin:auto;
	width: 958px;
	height: 336px;
	background-color:#FFF;
	border:1px solid #CCC;
	margin-bottom:15px;

	}
	
	prod-touch-cms-banner:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 20px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.prod-touch-cms-banner:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 15px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }
	
	.prod-touchb {
	position: relative;
	margin:auto;
	width: 238px;
	height: 336px;
	background-color:#FFF;
	border-left:1px solid #CCC;
	float:left;
	border-top:1px solid #CCC;

	}
	
	.prodb {
	position: relative;
	margin:auto;
	width: 958px;
	height: 335px;
	background-color:#FFF;
	border:1px solid #CCC;

	}
	
	.prodb:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 5px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.prodb:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 4px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }
	
	
	
	.client {
	position: relative;
	margin:auto;
	width: 914px;
	height: 874px;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:22px;

	}
	
	.client:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 10px;
    width: 15%;
    height: 15%;
    border-radius: 0 15% 0 0;
    box-shadow: 13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -moz-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -ms-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     -o-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
     transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
    }
.client:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    left: 7px;
    width: 15%;
    height: 15%;
    border-radius: 15% 0 0 0;
    box-shadow: -13px -16px 16px rgba(0,0,0,0.22);
    -webkit-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -moz-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -ms-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     -o-transform: rotate(2deg) translate(14px,20px) skew(20deg);
     transform: rotate(2deg) translate(14px,20px) skew(20deg);
    }

#client-bar {
		margin: 20px 0px 0px 0px;
	width: 100%;
	height: 921px;


	overflow: visible;
	position: static;
	visibility: visible;
	float: none;
	clear: both;
}




.product-tabs {
	position: relative;
	margin:auto;
	width: 958px;

	background-color:#FFF;
	border:0px solid #CCC;

	}

.product-nav {
	padding-top:11px
	
	
	}
	
.product-title {
	padding-top:4px;
	font-size:1.4em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.5;
	text-align:left;
	color:#4c4c4c;
	font-weight: normal;
	
	
	}
	
	.product-sub-title {
	padding-top:4px;
	font-size:0.8em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.5;
	text-align:left;
	color:#4c4c4c;
	
	
	}
.product-gallery {
	padding-top:11px;
	width:563px;
	height:342px;
	float:left;
	position:relative;

	
	}
.icon-area {
	padding-top:11px;
	padding-left:20px;
	width:377px;
	height:278px;
	float:left;
	position:relative;
	text-align: right;
		
	}
	
	
	.vid-f1a{
	width:358px;
	height:272px;
	float:left;
	position:relative;
	padding-right:23px;

		
	}
	.vid-f1b{
	width:518px;
	height:272px;
	float:right;
	position:relative;

		
	}
	
	
	
	.slim-f1a{
	width:320px;
	height:272px;
	float:left;
	position:relative;
	padding-right:23px;

		
	}
	.slim-f1b{
	width:552px;
	height:272px;
	float:right;
	position:relative;

		
	}
	
		.slim-f2a{
	width:470px;
	height:348px;
	float:right;
	position:relative;
	

		
	}
	.slim-f2b{
	width:402px;
	height:348px;
	float:left;
	position:relative;
	padding-right:23px;

		
	}
	
			.slim-f3a{
	width:331px;
	height:354px;
	float:left;
	position:relative;
	padding-right:23px;

		
	}
	.slim-f3b{
	width:541px;
	height:354px;
	float:right;
	position:relative;

		
	}
	
		.slim-f4a{
	width:412px;
	height:303px;
	float:right;
	position:relative;
	padding-right:23px;

		
	}
	.slim-f4b{
	width:460px;
	height:303px;
	float:left;
	position:relative;

		
	}
	
			.slim-f5a{
	width:356px;
	height:283px;
	float:left;
	position:relative;
	padding-right:23px;

		
	}
	.slim-f5b{
	width:516px;
	height:145px;
	float:right;
	position:relative;

		
	}
	
			.slim-f6a{
	width:334px;
	height:355px;
	float:left;
	position:relative;
	padding-right:23px;

		
	}
	.slim-f6b{
	width:555px;
	height:355px;
	float:right;
	position:relative;

		
	}
	
			.slim-f7a{
	width:593px;
	height:215px;
	float:right;
	position:relative;
	

		
	}
	.slim-f7b{
	width:260px;
	height:215px;
	float:left;
	position:relative;
	padding-right:23px;

		
	}
	
	


#footer-bar {
	width: 100%;
	height: 115px;
	background-color:#249cd9;
position: absolute;
	overflow: visible;

	visibility: visible;
	float: none;
	clear: both;
	margin-top: 23px;
	}

#footer {
	margin:auto;
	width: 958px;
	height: 115px;
	background-color:#249cd9;

	}
	
#foot-left li {
		font-size:15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:21px;
	text-align:left;
	color:#fff;
	height:39px;
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 0px 4px 0px;
	margin-right:18px;
	margin-top:18px;

	border:none;
	}
	
	#foot-left li a{
		font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:21px;
	text-decoration:none;
	color:#fff;
	}
	
		#foot-left li:hover a{

	text-decoration:underline;

	}
	

	
#foot-right li {
		font-size:15 px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:21px;
	text-align:left;
	color:#fff;
	height:39px;
	float:right;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 0px 4px 0px;
	margin-left:18px;
	margin-top:18px;

	border:none;
	}
	
	#foot-right li a{
		font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:21px;
	text-decoration:none;
	color:#fff;
	}
	
		#foot-right li:hover a{

	text-decoration:underline;

	}
	
#footer-base {
	border-top: 1px solid #fff;
	width:958px;
	hight:66px;
	clear:both;
	text-align:right;
	color:#a3d8f3;
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top:11px;
	
	
}

/*	Product Image Slider STYLES*/
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }





/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }


.ulident {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 500px;
	background-color: #FFF;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;

	}
	.new-menu {
	list-style: none; 

	}
	
	.ulidented {
	position: relative;
	width: 480px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;

	}
 
blockquote									{
	padding: 0 20px;
	margin-left: 20px;
	font-size: 100%;
	font-family: Georgia, serif;
	margin-top: 10px;
	border-left-width: 100%;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	list-style-position: outside;
}

/*
	SLIDER
*/
.slider-wrap								{ width: 566px; height:260px; position: absolute;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 0px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 566px; height: 260px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 566px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 2px solid #2d9fda; margin-right: 12px; }
#movers-row									{ margin: -44px 0 0 82px; }
#movers-row div								{ width: 19.85%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{  }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; height: 37px; width: 80px; margin-top: -14px; 
											  position: relative; padding-top:21px; }
.active-thumb 								{ }
.first-thumb 								{padding-top: 11px; }


.contr {
    width:100%;
    border:1px solid #d3d3d3;
}
.contr div {
    width:100%;
}
.contr .header {
    background-color:#d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}
.contr .contt {
    display: none;
    padding : 5px;
}
