/*
   component.css
   <Flat Metro Theme>
   
   Created by Mymoun on 2013-09-04.
   Copyright 2013 Mymoun. All rights reserved.
   www.webdevia.com
*/

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.2); 
}
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.4); 
}


/* added styling by ECA Samira Mag */
.text-bigger,
.text-bigger p {
  color: #777;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.center{
  text-align:center;
}

.service-div h3 {
font-weight: 500;

}


.service-div a{
  color: #000; 
}

.service-div a:hover{
  color: #5c8edf;
}


/*-aditional menu on top of the page*/

.topMenu{
  z-index: 999;
  background-color: #0e0e0e;
  width:100%;
  height: 28px;
 padding-left: 450px;
 margin-top: 0px;
 padding-top: 0px;

}

/* this is to remove icons, as we are using the same menu  */
.topMenuStyle .menu-list li i{
  font-size:0px;
}

.topMenuStyle a{
  color:white;
  text-decoration:none;
  padding-right: 10px;
  padding-left: 10px;
  font-size:1.1em;
  font-weight: 300;
  font-family:"Open Sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;

}

.topMenuStyle li{
  display:inline;
  text-decoration: none;
}

.topMenuStyle a:hover, .topMenuStyle a.active{
  background:#333;
}

/*hide menu on screens smaller thaan 767px */
@media(max-width: 767px){
  .topMenu{
    display:none;
  }
}
/* END added styling by Samira Mag ECA  */




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

html {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
html, body {
    min-height: 100%;
}
html.loading {
    background: #333 url('../images/loading.gif') no-repeat 50% 50%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
}
body {
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    background: #333;

}
html.loading body {
    /* Make the contents of the body opaque during loading */
    opacity: 0;

    /* Ensures that the transition only runs in one direction */
    -webkit-transition: opacity 0;
    transition: opacity 0;
}
html, body { 
  height: 100%; 
  font-family: "Titillium Web","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
  color: #333;
}
h1, h2, h3, h4, h5 {
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
  font-weight: 300;
}


p {
  font-size: 15px;
  line-height: 1.5em;
}

blockquote {
  border-left: 1px solid rgba(255,255,255,.5);
  margin: 0 0 1.25em 1.2em;
  font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
}
blockquote, 
blockquote p {
  color: #FFF;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
blockquote p {
  padding-bottom: 8px;
}
figure {
  margin: 0;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
  background: #888;
  background-color: rgba(0, 0, 0, 0.15);
  border: medium none;
  box-shadow: none;
  color: #333;
  height: 2.513em;
  padding: 5px 10px;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
textarea:focus {
  background: #AAA;
  box-shadow: 0 0 5px #AAA;
  background: rgba(255,255,255, 0.15);
  border-color: none;
  outline: none;
}
label {
  color: #444;
  font-size: 1em;
}
button.secondary, .button.secondary {
  background-color: #2572EB;
  border: medium none;
  border-radius: 0 0;
  color: #FFF;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #666;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
}

/*--------------------- Global internes --------------------*/
.icons-list li {
  list-style: none;
}
.icons-list li i {
  padding-right: 10px;
}
.ajax-progress .throbber {
  background: transparent url(../images/loading.gif) no-repeat center; 
  float: left;
  height: 20px;
  width: 320px;
  margin: 2px;
}
.not-front .page {
  padding-top: 30px;
}

/*--------------------- Pages internes --------------------*/
body.not-front {
  background: url("../images/bg-2.jpg") repeat scroll 0 0 / cover;
}

.logo-div {
  margin-top: 8%
}
.cube-homepage {
  position: relative;
  text-align: center;
  height: 100%;
}

@media  (max-width: 768px) {
.cube-text {
  margin: 58% auto 0 auto;

}
}

@media  (max-width: 450px) {
.cube-text {
  margin: 67% auto 0 auto;

}
}
@media  (max-width: 300px) {
.cube-text {
  margin: 80% auto 0 auto;

}
}
@media  (min-width: 769px) {
.cube-text {
  margin: 17% auto 0 auto;

}
}
@media  (min-width: 1000px) {
.cube-text {
  margin: 19% auto 0 auto;

}
}
@media  (min-width: 1200px) {
.cube-text {
  margin: 35% auto 0 auto;

}
}
  
.menu-row {
  color: #FFF;
  margin-top: 30px;
}
.site-name {
  font-size: 3.5em;
  font-weight: 400;
}
.site-name a {
  padding: 2px 7px;
}
.menu-row a {
  color: #FFF;
}
.menu-row h2 {
  font-size: 2.75em; 
  margin: 0 auto;
}
.menu-button {
  padding-top: 50px;
}
.menu-button i {
 cursor: pointer; 
}
.l-header {  
  padding-right: 1.2em;
  padding-left: 1.2em;
}
.top-bar-section ul,
.top-bar-section li a:not(.button)  {
  background: none
}
.top-bar {
  background: rgba(255,255,255,.2);
}


.show-menu,
.show-menu:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: medium none;
  text-transform:uppercase;
  position: absolute;
  left: 20px;
  line-height: 22px;
  top: 60px;
  cursor: pointer;
  z-index: 10;
  padding: 7px 10px 7px 7px;
  border-style: inset;

}
.show-menu.moved {
  left: 280px;
}
.show-menu i.icon-x {
  color: #fff;
  font-size: 1.5em;
  padding: 0 10px;
  float: left;
}

.meny {
  height: 100%;
  /*top: 0;
  right:0;*/
  width: 240px;
  z-index: 499;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 332px;
  background: #0E0E0E;
 /* position: fixed;*/
  padding: 50px 0 0 0;
  overflow: visible !important;
}
.meny h1 {
  text-align: center;
}
.meny h3 {
  padding: 40px 0 20px 35px;
} 
.meny .remove {
  background: no-repeat url(../images/close.gif);
  padding: 0 11px;
}    
.meny .menu-list {
  margin-top: 20px;
  list-style: none;
} 
.meny a {
  padding: 10px 38px;
  color: #FFFFFF;
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.meny a:hover,
.meny a.active {
  background: #333;
}
.meny .menu-list li i {
  display: inline-block;
  min-width: 28px;
  width: 41px;
  margin-right: 0px;
  text-align: center;
  background: none;
  padding: 11px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.meny .menu-list li a:hover i {
  margin-right: 11px;
}  
.meny form .container-inline {
  position: relative;
  margin: 0 26px 0 38px;
}
.meny form button.form-submit {
  height: 33px;
  position: absolute;
  right: 0;
  margin: 1px;
  width: 36px;
  background: #4718B6 url(../images/search.png) no-repeat 4px 5px;
  text-indent: -9999%;
  border: 0;
  box-shadow: 0 0 0;
}
.meny form .form-text {
  background: #FFF;
  color: #222;
}
.meny .contextual-link {
  background: #FFA500;
  color: #FFF;
  display: none;
  float: left;
  font-size: .9em;
  padding: 5px 9px;
  text-align: center;
  z-index: 9;
  margin-top: 11px;
}
.meny:hover .contextual-link {
 display: block; 
}  
.meny .contextual-link:hover {
  background: #FFF;
  color: #000;
}
.meny li {
  position: relative;
}
.meny li ul,
.meny li ul li ul {
  background: #353535;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  display: none;
  left: 190px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 215px;
  margin: 0;
  list-style: none;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
.meny li ul li ul {
  background: #5C193D;
}  
.meny .menu-list > li:hover > ul,
.meny li ul li:hover ul {
  display: block;
  
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
.meny .menu-list > li > ul a:hover,
.meny li ul li ul a:hover {
  background: rgba(255,255,255,.1);
}
.meny li ul a {
  padding: 17px 20px;
}

.social-icons,
.social-icons li {
  text-align: center;
}
.social-icons li {
  margin-left: .5em;
  display: inline-block;
  float: none;
}
.social-icons a {
  padding: 4px 10px;
  min-width: 35px;
}
.social-icons a:hover {
  border-radius:50%; 
}

/*------------------------- Home page ---------------------*/
.home-page {
  position: relative;
}
.vega-nav {
  position: absolute;
  top: 440px;
  background: #bbb;
  background: rgba(0,0,0,.5);
  color: #DDDDDD;
  cursor: pointer;
  font-size: 45px;
  height: 48px;
  opacity: 0.3;
  padding: 0 12px 0 15px;
  width: 48px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.vega-nav:hover {
  opacity: 1;
}
.vega-nav-next {
  right: 20px;
}
.vega-nav-previous {
  left: 20px;
}
.home-text h2 {
  line-height: 22px;
  margin-bottom: 18px;
  font-size: 52px;
  font-weight: 400;
}
.home-text p {
  font-size: 19px;
  font-weight: bold;
}
.home-text,
.home-text h2,
.home-text h4 {
  color: #FFF;
  /*font-weight: bold;*/
}

.home-text h2 .show {
  height: 60px;
  padding: 9px 10px;
}
.home-text .show-me {
  background-color: none;
  background: rgba(0, 0, 0,0.5);
  color:#fff;
  border: 3px solid #EEEEEE;
  border-style:double;
}
.button.hide {
  display: none;
}

.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}
.page-section {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.page-section-current,
.no-js .page-section {
	visibility: visible;
	z-index: 1;
	overflow: auto;
}
.page-section .space {
  width: 120px;
  background: #2572EB;
  padding: 1px;
  margin: 0 auto;
}
.page-sub-title {
  margin: 40px 0 60px;
}

.page-sub-title,
.page-sub-title p {
  color: #777;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}
.no-js body {
	overflow: auto;
}
.pt-page-ontop {
	z-index: 999;
}


.home-page {
	background: url('../images/bg-.jpg');
	background-size: cover;
}

.blog-page .large-block-grid-3 > li {
  margin-bottom: 15px;
}
.blog-page article {
  border-top: 3px solid #F2B33B;
  background: #4C4C5E;
  position: relative;
} 
.blog-page .article > a {
  display: block;
  overflow: hidden;
  text-align: center;
}
.blog-page .article img {
  transition: all .5s cubic-bezier(1.000, -0.410, 0.840, 1.015) 0s;
}
.blog-page .article a img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.blog-page .article .user-picture img:hover {
  transform: none;
}
.blog-page article .user-picture {
  border-radius: 50%; 
  overflow: hidden; 
  left: 7px; 
  position: absolute; 
  top: 122px; 
  border: 1px solid rgb(255, 255, 255);
} 
.blog-page article h2 {
  line-height: 1em;
  margin: 0 0 10px;
  text-align: center;
}
.blog-page article h2 a {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.blog-page article .post-body {
  color: #F5F5F5;
  padding: 5px 15px 1px;  
  font-size: 15px;
  text-align: justify;
}
a.read_more {
  color: white;
  display: block;
  height: 25px;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 15px;
  text-decoration: none;
  text-align: right;
}

a.edit-link {
  border: 1px solid #ccc;
  color: #222;
  float: right;
  padding: 2px 15px;
}



/*-------------- Blog Page ----------------------*/
.blog-page {
  background-size: cover;
  padding: 10px 0;
}

.blog-page .menu-row {
  padding-bottom: 35px;
}

.node-type-blog .button-group {
  position: absolute;
  right: 19px;
  top: 0px;
  z-index: 99;
}
.node-type-blog .button-group button.secondary, 
.node-type-blog .button-group .button.secondary {
  background-color: #2572EB;
  border: none;
  color: #FFFFFF;
}
article.node-blog {
  position: relative;
  background: #777;
}
article.node-blog .node-title,
article.node-blog .body,
article.node-blog .posted,
article.node-blog .links,
article.node-blog .comment-wrapper,
article.node-blog .date,
article.node-blog .field-name-field-blog-tags {
  padding: 0 35px; 
  color: #FFF;
  text-align: justify;
}  
article.node-blog .user-picture {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50% 0 50% 0;
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 7px;
  top: -98px;
  width: 60px;
}
article.node-blog .date {
  margin-top: 25px;
  color: #DDD;
  color: rgba(255, 255, 255, 0.6);
} 
article.node-blog .node-title {
  margin-top: -13px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
} 
article.node-blog .node-title a {
  color: #FFF;
} 
article.node-blog .field-name-field-blog-tags h2 {
  font-size: 1em;
  margin-top: 0;
  float: left;
}
article.node-blog .field-name-field-blog-tags .links {
  list-style: none outside none;
  margin: 0 0 1.0625em -1.375em;
  overflow: hidden;
  padding: 0;
}
article.node-blog .field-name-field-blog-tags .links > li {
  display: block;
  float: left;
  list-style: none outside none;
  margin-left: .8em;
}
article.node-blog .field-name-field-blog-tags .links > li a {
  color: #FFFFFF;
}
.node-blog.node-teaser ul.links {
  padding-bottom: 40px;
}
.node-blog.node-teaser ul.links li {
  float: right;
  list-style: none;
} 
.node-blog.node-teaser ul.links li.node-readmore {
  background: url(../images/plus.png) no-repeat 1px 4px;
  padding-left: 28px;
}  
.blog-page .view-blog .more-link {
  text-align: center; 
 margin-bottom: 30px;
}
.blog-page .view-blog .more-link a {
 padding: 10px 136px;
 background: #FFF;
 display: inline-block;
 background: rgba(255,255,255,.3);
} 
.blog-page .view-blog .more-link a:hover {
 background: rgba(255,255,255,.5);
}  

/*-------------- Collaborate page ----------------------*/
.services-divs .small-title {
  margin: 0 0 30px;
}

.small-title{

  font-size:27px;
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
  font-weight: 500;
  
}

.services-divs .icon-container {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  height: 155px;
  margin: 0 auto;
  padding: 48px 44px;
  width: 155px;
}
.service-div {
  padding: 15px 20px;
  background: rgba(255,255,255,.15);
}
.service-div:hover {
  background: rgba(255,255,255,.3);
}
.services-divs .icon-container.green-bg {
  background: #19D12F;
}  
.services-divs .icon-container.pink-bg {
  background: #E01B5D;
}   
.services-divs .icon-container.orange-bg {
  background: #FCA325;
}  

.services-divs .icon-container.blueBCK{
  background-color: #82AFCF;


}
/*-------------- Portfolio Page ----------------------*/
#project-info {
  background: #222;
  color: #CCC;
  margin: 20px 0;
  padding: 20px 20px 30px;
  position: relative;
}
#project-info h2 {
  color: #FFF;
  margin: 1px 0 30px;
  text-align: center;
}
#project-info .back {
  cursor: pointer;
  font-size: 24px;
  height: 38px;
  line-height: 19px;
  padding-left: 8px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
  z-index: 9999;
}
#project-info .back:hover {
  color: #FFF;
}
#project-info .view-content .large-6 {
  border-right: 1px solid #121212;
}
#project-info .view-content .large-6:last-child {
  border-left: 1px solid #2A2A2A;
  border-right: none;
}

li.portfolio-item {
  padding: 0 17px 25px;
  position: relative;
}
.portfolio-item-link {
  background: rgba(255, 255, 255, 0.15);
  display: block;
  padding: 1px;
  position: relative;
}
#project-info .article > a:hover {
  background: rgba(255, 255, 255, 0.5);
}


figcaption {
  display: none;
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease 0.5s;
}
.article.portfolio-item:hover figcaption {
  background: none repeat scroll 0 0 #2572EB;
  display: block;
  height: auto;
  position: absolute;
  width: 100%;
  width: calc(100% - 2px);
  z-index: 5;
  top: 0;
}
.portfolio-item-link figcaption h3 {
  font-size: 1.4em;
  color: #FFF;
}

.portfolio-item-link .plus-icon {
  background: #FFF;
  border-radius: 50%;
  display: none;
  height: 40px;
  left: 45%;
  padding: 8px 11px;
  position: absolute;
  top: 45%;
  width: 40px;
}
.portfolio-item-link .plus-icon i {
  color: #555;
  font-size: 1.5em;
}


.portfolio-item .item-more {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  text-align: center;
  padding-top: 100px;
  transition: all .2s ease-in-out;
}
.portfolio-item:hover .item-more {
  opacity: .7;
}
 
.node.node-project .node-title {
  margin-top: 0;
} 
.node.node-project .node-title a {
  color: #FFF;
} 
.field-name-field-skills .field-label {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 1px;
}

/*-------------- Team Page ----------------------*/
.team-page .large-block-grid-4 > li {
  position: relative;
  padding: 0 16px 10px;
}
.team-member-picture {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.team-member-item h3 {
  margin-bottom: 0;
}  
.team-member-item h4 {
  font-size: 1.2em;
  margin-top: 0;
  opacity: 0.8;
}
.team-page .team-member-desc {
  display: none;
}
.team-page .team-member-desc i {
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.2em;
  margin: 2px;
  padding: 5px;
  width: 34px;
}
.team-page .large-block-grid-4 li:hover .team-member-desc {
  background: #222222;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  display: block;
  padding: 65px 3px 10px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}



/*-------------- Contact Page ----------------------*/
.contact-page .form-textarea {
  height: 200px;
}

/*-------------- Twitter Box ----------------------*/
.metro-panel .space > div {
  padding-bottom: 0;
}  
.box-title.anim {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  font-size: 18px;
  margin: 0 0 -18px -15px;
  padding: 6px 6px 8px 15px;
  text-align: left;
  width: 100%;
  bottom: -18px;
  transition: all 0.2s cubic-bezier(1.000, -0.410, 0.840, 1.015) 0s;
  z-index: 5;
}
.space:hover .box-title.anim {
 bottom: 18px; 
}  

/*-------------- Social Box ----------------------*/

/*
.metro-panel .social-box:hover i.icon-4x[class^="icon-"], 
.metro-panel .social-box:hover i.icon-4x {
  font-size: 64px;
  line-height: 67px;
}
.social-box .bx-facebook a:hover i.icon-4x[class^="icon-"],
.social-box .bx-facebook a:hover i.icon-4x,
.social-box .bx-twitter a:hover i.icon-4x[class^="icon-"],
.social-box .bx-twitter a:hover i.icon-4x {
  font-size: 80px;
  line-height: 67px;
}*/

/*-------------- comments ----------------------*/
#comments {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding-top: 20px;
}
#comments .field-name-comment-body p:last-child {
  margin-bottom: 0;
}
#comments .inline-list > li:first-child {
  margin-left: 0;
}
.comment {
  padding-bottom: 20px;
} 
.comment .comment-photo {
  width: 15%;
}
.comment .comment-text {
  width: 84%;
} 
.comment-author {
  display: inline-block;
  line-height: 20px;
  margin-top: 0;
}   
.comment-author a {
  color: #FFF;
}  
.comment-date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
  padding-top: 9px;
}
article.node-blog .comment .user-picture {
  border-radius: 50%;
  border-width: 4px;
  float: left;
  height: 92px;
  margin-right: 24px;
  margin-top: 10px;
  position: static;
  text-align: center;
  width: 92px;
}


/****************************************   Footer   **************************************/
footer.panel {
  background: rgba(0,0,0,.5);
  border: medium none;
  color: #FFF;
  margin:40px auto 0 auto;
  padding: 12px 20px;
}
footer .copyright {
  font-size: 13px;
}

/** USER guide title in two rows ***/
.services-page .column.large-centered, .columns.large-centered {
    text-align: center;
    width: 70%;
    padding-left: 14%;
}

.userguidetable
{
     width: 100%;
    border: none;
    border-collapse: unset;
    margin-left: -1%;
}
.userguiderow
{
  width: 100%;
  
}

.userguidecol1
{
  width: 80%;
  font-weight: bold;
}
.userguidecol2
{
  width: 5%;
}
.userguidecol3
{
  width: 65%;
}
.userguidetableAskia
{
     width: 100%;
    border: none;
    border-collapse: unset;
    margin-left: -1%;
    margin-top: -3%;
}
.userguidecolAskia1
{
  width: 20%;
  font-weight: bold;
  column-span: 2;
}
.userguidecolAskia2
{
  width: 5%;
}

.userguidewrap {
  margin-left: 23%;
  margin-right: 17%;
}
