/* RESETS */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

html { font-size: 100%; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.container img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


/* BASE FONT SIZE AND COLORS */

/* Changing body font-size and line-height in ems scales everything */
body {
  font: normal 0.875em/1.5em "Helvetica Neue", Arial, sans-serif;
  color: #3a3a3a;
  background: #f1efed;
}


/* BASE LINKS */

a {
	text-decoration: none;
	background: transparent;
}

a:link { color: #990AE3; }

a:hover { color: #C0F; }

a:active { color: #584861; }


/* SELECTION COLORS */

:focus { outline: none; }
::selection {background: #db9fff; text-shadow: none;}
::-moz-selection {background: #db9fff; text-shadow: none;}
img::selection {background: transparent;}
img::-moz-selection {background: transparent;}


/* BASE TYPOGRAPHY */

/* h1 { */
/*   font-size: 1.4em; */
/*   line-height: 1em; */
/*   font-weight: 500; */
/*   padding-top: 18px; */
/*   color: #fff; */
/* } */
h1 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1em;
    padding-top: 5px;
}
/* nsp change */
#logo{
	font-size: 0;
	padding-top: 0;
}


h2 {
  font-size: 2em;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}

h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 1em;
}

.container-box h3, .container-muted p {
  padding-bottom: 0;
}

h4 {
  font-size: 1em;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}

p, ul, ol, figure {
  padding-bottom: 1em;
}



/* nsp change by  */
p{
	color:#000;
}


dt {
  color: #989898;
}

dd {
  font-size: 1.2em;
  padding-bottom: 1em;
}

.columnheader {
  border-bottom: 1px solid #cfcecd;
}

small, .small {
  font-size: 0.9em;
  line-height: 1.3em;
}

.large {
  font-size: 1.1em;
}

.xlarge {
  font-size: 1.2em;
}

.huge {
  font-size: 2.5em;
}

.normal {
  font-weight: normal;
}

.light {
  font-weight: 100;
}

.muted {
  color: #6c6f70;
}

.unmuted {
  color: #3a3a3a;
}

.text-hilite {
  color: #0083be;
}

.text-tight {
  padding-bottom: 0;
}

.text-purple {
  color: #652d86;
}

.button-list {
  list-style: none;
  padding-top: 5px;
}

.button-list li {
  padding-bottom: 1em;
}

/* BASE FORMS */

label, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="submit"], textarea, button, select, option {
  font: bold 1em/1em "Helvetica Neue", Arial, sans-serif;
  vertical-align: baseline;
  -webkit-appearance: none;
}

label {
  display: block;
  vertical-align: baseline;
  padding: 5px 0 10px 0;
  color: #6c6f70;
  text-shadow: none;
  font-weight: normal;
}

.label-fullwidth {
  border: 1px solid transparent;
	background: transparent;
  padding: 0.5em;
	border-radius: 4px;
  vertical-align: middle;
}

.label-fullwidth strong {
  padding-top: 0.3em;
}

.label-fullwidth-active {
  border: 1px solid #d8d8d8;
	background: #ebe9e7;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  width: 100%;
  height: 47px;
  padding: 0 1em;
  margin-bottom: 1em;
  border: 1px solid #d4d4d4;
  background-color: #fcfbfa;
  border-radius: 4px;
  line-height: 47px;
}

input[type="text"].nomargin, input[type="email"].nomargin, input[type="tel"].nomargin, input[type="password"].nomargin, textarea.nomargin {
  margin-bottom: 0;
}

.textfield-short {
 /* max-width: 315px; nsp change */
}

.textfield-xshort {
 max-width: 245px;
}

.textfield-inline {
 min-width: 220px; 
}

.helper-group {
  margin-bottom: 1.5em;
}

.helper-group input[type="text"], .helper-group input[type="email"], .helper-group input[type="tel"], .helper-group input[type="password"], .helper-group textarea {
  margin-bottom: 0;
}

.helper-group .container-muted {
  margin-top: -5px;
}

.recaptcha-error-message {
display: none;
}

/*
.helper-group input[type="text"]:focus + .container-muted, .helper-group input[type="email"]:focus + .container-muted, .helper-group input[type="tel"]:focus + .container-muted, .helper-group input[type="password"]:focus + .container-muted {
  display: block;
}
*/
.helper-group .textfield-datecal{
    background: none repeat scroll 0 0 #F0DCD9;
margin-top: -1px;
border:  1px solid #eb3327;
border-radius: 4px;
    border-color: #eb3327;
    padding: 1em;
 
  }

input[type="text"]:disabled, input[type="email"]:disabled, input[type="tel"]:disabled, input[type="password"]:disabled, textarea:disabled {
  background-color: #f1efed;
  cursor:not-allowed;
}

input[type="text"]:enabled:hover, input[type="email"]:enabled:hover, input[type="tel"]:enabled:hover, input[type="password"]:enabled:hover, textarea:enabled:hover {
  background-color: #fff;
}

input[type="text"]:enabled:focus, input[type="email"]:enabled:focus, input[type="tel"]:enabled:focus, input[type="password"]:enabled:focus, textarea:enabled:focus {
  background-color: #ffffff;
  border-color: #009fd6;
  border-width: 2px;
}

input[type="text"].searchfield {
  background-image: url('../images/icon_search.png');
  background-position: right -6px;
  background-repeat: no-repeat;
  padding: 0 4em 0 1em;
  margin-bottom: 0;
}

input[type="file"] {
  display:block;
  height:0;
  width:0;
}

textarea {
  vertical-align: top;
  resize: none;
  height: auto;
  padding: 1em;
  font-weight: normal;
}

input[type="text"].error, input[type="email"].error, input[type="tel"].error, input[type="password"].error, textarea.error {
  border-color: #eb3327;
  border-width: 2px;
  background-image: url('../images/icon_validation.png');
  background-position: right -5px;
  background-repeat: no-repeat;
/*   padding-right: .5em; */
}

input[type="text"].valid, input[type="email"].valid, input[type="tel"].valid, input[type="password"].valid, textarea.valid {
  background-image: url('../images/icon_validation.png');
  background-position: right -63px;
  background-repeat: no-repeat;
/*   padding-right: 3.5em; */
}

input[type="radio"], input[type="checkbox"] {
  width: auto;
  height: auto;
  overflow: hidden;
  left: -999px;
}

input[type="radio"]:checked+label, input[type="checkbox"]:checked+label {
  color: #3a3a3a;
}

.styledRadio, .styledCheckbox {
  display: inline-block;
  vertical-align: middle;
}

input[type="submit"]:disabled, button:disabled {

}

input[type="submit"]:enabled:hover, button:enabled:hover, a.button:hover {

}

input[type="submit"]:enabled:active, button:enabled:active, a.button:active {

}

.selector {
  overflow: hidden;
  max-width: 315px;
  height: 47px;
  margin-bottom: 1em;
  border: 1px solid #d4d4d4;
	border-radius: 4px;
	background: #fcfbfa url('../images/link_selection.png') right center no-repeat;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.5);
}

.selector:hover {
  background-color: #fff;
}

select {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 2px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  color: #3a3a3a;
  white-space: nowrap;
  text-shadow: 1px 1px 0 rgba(255,255,255, 1);
  background: #fcfbfa;
  border: 1px solid #D4D4D4;
  border-radius: 4px 4px 4px 4px;
}

select:active {
  outline: none;
  -moz-outline: none;
  -moz-user-focus: none;
  -ms-user-select: none;
}

option {
  text-shadow: none;
  font-weight: normal;
  margin: 0.5em 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
}

/* Buttons */

.button {
  display: inline-block;
  overflow: hidden;
  min-width: 160px;
  height: 46px;
  padding: 0.5em 2em 0.5em 2em;
  font: bold 14px "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  white-space: nowrap;
  border: none;
 border-radius: 2.08333em;/* nsp change by  */
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	text-transform: uppercase;/*  change by  */
	font-weight: bold;/* nsp change by  */
}

.button-small {
  font-size: 0.9em;
  min-width: 120px;
  height: 32px;
  padding: 0 1em;
}

.button-mini {
  min-width: 60px;
  padding: 0 0.5em;
}

.button-plain, a.button-plain {
  color: #989898;
  background-color: transparent;
  border: 1px solid #d0cfce;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.5);
	text-shadow: 1px 1px 0 rgba(255,255,255, 1);
}

.button-plain:hover, a.button-plain:hover {
  color: #3a3a3a;
}

.button-plain:active, a.button-plain:active {
  color: #3a3a3a;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

.button-purple {
  padding-top: 0;
  color: #fff;
  background: #990AE3;
	background: -webkit-gradient(linear, left top, left bottom, from(#990AE3), to(#990AE3));
	background: -moz-linear-gradient(top, #990AE3, #990AE3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#990AE3', endColorstr='#990AE3');
	text-shadow: -1px -1px 1px rgba(0, 0, 0, .1);
}

.button-purple:hover {
		background: #c0f;
	background: -webkit-gradient(linear, left top, left bottom, from(#c0f), to(#c0f));
	background: -moz-linear-gradient(top, #c0f,  #c0f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0f', endColorstr='#c0f');
}
.button-purple:active {
	background: #3c1b4f;
	background: -webkit-gradient(linear, left top, left bottom, from(#3c1b4f), to(#704887));
	background: -moz-linear-gradient(top,  #3c1b4f,  #704887);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c1b4f', endColorstr='#704887');
	text-shadow: none;
}

.button-grey {
  padding-top: 0;
	color: #fff;
	background: #909293;
	background: -webkit-gradient(linear, left top, left bottom, from(#909293), to(#6c6f70));
	background: -moz-linear-gradient(top, #909293, #6c6f70);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#909293', endColorstr='#6c6f70');
	text-shadow: -1px -1px 1px rgba(0, 0, 0, .1);
}
.button-grey:hover {
	background: #b5b6b7;
	background: -webkit-gradient(linear, left top, left bottom, from(#b5b6b7), to(#939696));
	background: -moz-linear-gradient(top, #b5b6b7,  #939696);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5b6b7', endColorstr='#939696');
}
.button-grey:active {
	background: #404142;
	background: -webkit-gradient(linear, left top, left bottom, from(#404142), to(#747777));
	background: -moz-linear-gradient(top,  #404142,  #747777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#404142', endColorstr='#747777');
	text-shadow: none;
}

.button-blue {
  padding-top: 0;
  color: #fff;
  background: #3fa2ce;
	background: -webkit-gradient(linear, left top, left bottom, from(#3fa2ce), to(#0083be));
	background: -moz-linear-gradient(top, #3fa2ce, #0083be);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fa2ce', endColorstr='#0083be');
	text-shadow: -1px -1px 1px rgba(0, 0, 0, .1);
}

.button-blue:hover {
	background: #8e65a7;
	background: -webkit-gradient(linear, left top, left bottom, from(#38aee2), to(#0099de));
	background: -moz-linear-gradient(top, #38aee2,  #0099de);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#38aee2', endColorstr='#0099de');
}
.button-blue:active {
	background: #0083be;
	background: -webkit-gradient(linear, left top, left bottom, from(#0083be), to(#3fa2ce));
	background: -moz-linear-gradient(top,  #0083be,  #3fa2ce);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0083be', endColorstr='#3fa2ce');
	text-shadow: none;
}

.button-fwd {
  background: transparent url('../images/link_navigation_fwd.png') 102% -4px no-repeat;
  padding-right: 3em;
}

.button-rwd {
  background: transparent url('../images/link_navigation_rwd.png') -10px -4px no-repeat;
  padding-left: 2.5em;
}

.button-close {
  background: transparent url('../images/icon_close.png') -6px -8px no-repeat;
  padding-left: 2.5em;
}

.button-fullwidth {
  width: 100%;
}

.link-fwd {
  background: transparent url('../images/link_navigation_fwd.png') 110% -16px no-repeat;
  padding-right: 1.5em;
}

/* Tables */

table {
    border: 0 none;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.1em;
    outline: 0 none;
    padding: 0;
    width: 100%;
}
caption {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    padding-bottom: 1em;
    text-align: left;
}
th {
    border-bottom: 1px solid #D0CFCE;
    border-top: 1px solid #FBFBFB;
    padding: 1em 1em;
    text-align: left;
    vertical-align: middle;
}
td {
    border-bottom: 0px;
    padding: 0em;
    text-align: left;
    vertical-align: middle;
}
table.noheader td {
    border-top: 0px solid #FBFBFB;
    white-space: nowrap;
}
table tr:first-child th, table.noheader tr:first-child td {
    border-top: 0px solid #D0CFCE;
}
table tr th:first-child, table tr td:first-child {
    border-left: 0px solid #D0CFCE;
}
table tr th:last-child, table tr td:last-child {
    border-right: 0px solid #D0CFCE;
}
th:first-child, table.noheader tr:first-child td:first-child {
    border-top-left-radius: 2px;
}
th:last-child, table.noheader tr:first-child td:last-child {
    border-top-right-radius: 2px;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 2px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 2px;
}
table.dimmed td {
  color: #818586;
}

table.stripes tbody tr:nth-child(odd) td {
  background-color: #edebe9;
}

.column-narrow {
  width:17%;
}

.column-icon {
  width: 60px;
}

/* DEFAULT LAYOUT */

body {
padding-top: 0;
overflow-y: scroll;
} 

#mainheader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 58px;
  background-color: #652d86;
}

#logo {
  position: absolute;
  left: 16px;/*nsp change */
  top: 10px;
}

footer {
  width: 100%;
  height: 140px;
  padding-top: 30px;
  text-align: right;
  background-color: #652d86;
}

section {
  position: relative;
  padding: 40px 0 30px 0 !important;
}

hr {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #fff;
}

/* Basic wrapper container */

.wrapper {
  position: relative;
  width: auto;
  max-width: 1200px;
  min-width: 260px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* Grid */

div.row {overflow: hidden; clear: both;}
div.col {float:left;min-width: 50% !important;}
div.col1 {width: 100%;}
div.col2 {width: 50%;}
div.col3 {width: 33.3333%;}
div.col4 {width: 25%;}
div.col5 {width: 20%;}
div.col6 {width: 16.66%;}
div.col7 {width: 14.27%;}
div.col8 {width: 12.5%;}
div.col:only-of-type {width: 100%;}
div.col:nth-last-of-type(2), div.col:nth-last-of-type(2) + div.col {width: 50%;}
div.col:nth-last-of-type(3), div.col:nth-last-of-type(3) + div.col, div.col:nth-last-of-type(3) + div.col + div.col {width: 33.3333%;}
div.col:nth-last-of-type(4), div.col:nth-last-of-type(4) + div.col, div.col:nth-last-of-type(4) + div.col + div.col, div.col:nth-last-of-type(4) + div.col + div.col + div.col {width: 25%;}
div.col:nth-last-of-type(5), div.col:nth-last-of-type(5) + div.col, div.col:nth-last-of-type(5) + div.col + div.col, div.col:nth-last-of-type(5) + div.col + div.col + div.col, div.col:nth-last-of-type(5) + div.col + div.col + div.col + div.col {width: 20%;}
div.col:nth-last-of-type(6), div.col:nth-last-of-type(6) + div.col, div.col:nth-last-of-type(6) + div.col + div.col, div.col:nth-last-of-type(6) + div.col + div.col + div.col, div.col:nth-last-of-type(6) + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(6) + div.col + div.col + div.col + div.col + div.col {width: 16.66%;}
div.col:nth-last-of-type(7), div.col:nth-last-of-type(7) + div.col, div.col:nth-last-of-type(7) + div.col + div.col, div.col:nth-last-of-type(7) + div.col + div.col + div.col, div.col:nth-last-of-type(7) + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(7) + div.col + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(7) + div.col + div.col + div.col + div.col + div.col + div.col {width: 14.27%;}
div.col:nth-last-of-type(8), div.col:nth-last-of-type(8) + div.col, div.col:nth-last-of-type(8) + div.col + div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col+ div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col+ div.col + div.col {width: 12.5%;}

/* Grid exceptions */

div.col23 {
  width: 66.6666%;
}
00px;
    min-width: 260px;
    position: relative;
    width: auto;
}
section {
    padding: 200px 0 200px;
    position: relative;
}

div.row {
    clear: both;
    overflow: hidden;
}
.container {
    margin: 0.5em;
    position: relative;
}
/* Navigation toolbar elements */

#titlebar {
  width: 100%;
  height: 58px;
  text-align: center;
}

#titlebar h1 {
  display: none;
}

#toolbar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

#menubutton {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: none;
}

#username {
  float: left;
  display: block;
  padding: 21px 20px 0 10px;
  color: #dcd0e3;  
}

/* Navigation toolbar icon links */

.toolbar:link, .toolbar:visited {
  position: relative;
  display: block;
  float: left;
  width: 58px;
  height: 58px;
  color: #dcd0e3;
  font-size: 1.2em;
  font-weight: 500;
}

.toolbar strong {
  display: none;
}

.toolbar-active {
  background-color: #54266f;
  box-shadow: inset 0 7px 10px rgba(0, 0, 0, .45);
}

.toolbar-menu {
  background-image: url('../images/toolbar_menu.png');
}
.toolbar-dashboard {
  background-image: url('../images/toolbar_dashboard.png');
}
.toolbar-messages {
  background-image: url('../images/toolbar_messages.png');
}
.toolbar-chat {
  background-image: url('../images/toolbar_chat.png');
}
.toolbar-user {
  background-image: url('../images/toolbar_user.png');
}

/* Containers */

.container {
  position: relative;
  margin: 0 0.5em 1em 0.5em;
}

.container-example {
  background-color: aqua;
  margin-bottom: 1em;
}

.container-box {
	text-align: center;
	padding: 1em;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .5);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

.row-grid .container-box {
  padding: 0;
  min-height: auto;
}

.container-hilite {
  background: #fcfbfa;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
}

.container-clickable {
  cursor: pointer;
}

.container-clickable:hover {
  background: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.container-clickable:active {
  background-color: #f1efed;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .25);
}

.active-box {
  
}

.active-box:hover {
  background: #fcfbfa;
}

.active-box:active {
  background-color: #f1efed;
}

.container-disabled {
  background: #fcfbfa;
}

.container-disabled img {
  opacity: .5;
}

.container-muted {
	padding: 1em;
	border: 1px solid #d8d8d8;
	background: #ebe9e7;
	border-radius: 4px;	
}

.container-hrule {
  padding-top: 1em;
  border-top: 1px solid #cfcecd;
}

.container-overlay {
  position: absolute;
  bottom: 0;
  z-index: 666;
  width: 100%;
  min-height: 85px;
  padding: 1em;
  text-align: left;
  background-color: #f6f5f3;
}

.container-overlay h3 {
  padding-bottom: 0.5em;
}

/* .container-error { */
/*   background: #f0dcd9; */
/*   border-color: #eb3327; */
/*   min-width :315px; */
/* } */
.container-error {
  margin-top: -5px;
  border-color: #eb3327; 
  background: #f0dcd9;
}

.container-error-captcha {
  background: #f0dcd9;
  border-color: #eb3327;  
} 
.offer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 666;
}

.image-crop img {
  margin-top: -2px;
}

.row-large .container-box { padding-top: 4.3em; }

.row-large .container-sales {
  padding: 1em;
  border: 1px dashed #bdbdbd;
  box-shadow: none;
}

.container-sales p {
  padding-bottom: 0;
}

.service_thumb {
  float: left;
}

.service_text {
  text-align: left;
  padding: 10px 0 0 90px;
}

.service_text h3 {
  line-height: 1em;
  padding-bottom: 0;
  height: 36px;
  white-space: normal;
}

.container-service {
  height: 114px;
  overflow: hidden;
}

.container-service h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 1.5em 0 0 1em;
  height: auto;
  white-space: normal;
}

.container-service p {
  padding: 0 0 0 1em;
}

.container-service .xlarge {
  padding: 2.2em 2em 0 0;
}

.container-service button {
  margin: 2.2em 0 0 0;
}

.heading-space {
  padding-top: 2.9em;
}

.heading-space-button {
  padding-top: 2.5em;
}

.container-channel-thumb {
  width: 110px;
}

/* Carousel */

#carousel {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#products {
 min-width: 100%;
}

.carousel-navigation {
  position: absolute;
  top: 30%;
  z-index: 998;
  display: block;
  width: 30px;
  height: 60px;
  background: aqua;
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

/* Tabs */

.container-tab {
	position: relative;
	font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
	text-align: center;
	overflow: hidden;
	background: #ebe9e7;
	border-top: 1px solid #d0cfce;
	border-bottom: 1px solid #d0cfce;
	border-left: 1px solid #d0cfce;
	box-shadow: inset 1px 1px 0 rgba(255,255,255, .5);
}

.container-tab a {
  display: block;
  width: 100%;
  padding: 1.3em 0;
  color: #3a3a3a;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 1px 1px 0 rgba(255,255,255, 1);
}

.container-tab a:hover {
  color: #3a3a3a;
  background: #fcfbfa;
}

.tab .col:first-child .container-tab {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tab .col:last-child .container-tab {
  border-right: 1px solid #d0cfce;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.active-tab a {
  color: #fff;
  background: #6c6f70;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
  text-shadow: none;
  cursor: default;
}

.active-tab a:hover {
  color: #fff;
  background: #838788;
}

a.active-subtab, a.active-subtab:hover {
  color: #3a3a3a;
  cursor: default;
}

/* Notifications */

.notification-main {
  display: block;
  position: fixed;
  left: 0;
  bottom: -150px;
  width: 100%;
  padding: 1em;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #009de3;
}

.notification-toolbar {
  display: block;
  position: absolute;
  right: 6px;
  top: 8px;
  padding: 5px 7px 3px 8px;
  text-align: center;
  font-size: 0.85em;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #009de3;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .45);
}

.notification-container {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* Tooltip */

.tooltiplink {
  display: inline-block;
  vertical-align: middle;
  min-width: 26px;
  height: 26px;
  padding-right: 48px;
  background: transparent url('../images/icon_questionmark.png') right -17px no-repeat;
}

.tooltiplink:hover {
  background-position: right -75px;
}

.tooltip {
  display: block;
  position: absolute;
  z-index: 999;
  min-width: 220px;
  max-width: 380px;
  left: 0;
  top: 0;
  padding: 1em 1em 0 1em;
  color: #6c6f70;
  background: #fcfbfa;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.tooltip.tooltip-left {
	margin-left: 20px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.tooltip.tooltip-right {
	margin-right: 20px;
}

.tooltip:before {
	content: "";
	position: absolute;
	bottom: -9px; 
	left: 48%; 
  border-width: 9px 9px 0;
	border-style:solid;
  border-color: #dbdbdb transparent;
  display: block; 
  width: 0;
}


.tooltip:after {
	content: "";
	position: absolute;
	bottom: -8px; 
	left: 48%;
	margin-left: 1px;
	border-width: 8px 8px 0;
	border-style: solid;
	border-color: #fcfbfa transparent;
  display: block; 
  width: 0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.tooltip.tooltip-top:before {
	top: -9px;
	bottom: auto;
  border-width: 0 9px 9px;
}

/* creates the smaller  triangle */
.tooltip.tooltip-top:after {
	top: -8px;
	bottom: auto;
  border-width: 0 8px 8px;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.tooltip.tooltip-left:before {
	top: 20px; 
	bottom:auto;
	left: -20px;
	border-width: 10px 20px 10px 0;
	border-color:transparent #dbdbdb;
}

/* creates the smaller  triangle */
.tooltip.tooltip-left:after {
	top: 20px;
	bottom:auto;
	left: -18px;
	border-width: 10px 20px 10px 0;
	border-color:transparent #fcfbfa;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.tooltip.tooltip-right:before {
	top: 10px;
	bottom:auto;
  left:auto;
	right: -20px;
	border-width: 10px 0 10px 20px;
	border-color: transparent #dbdbdb;
}

.tooltipclose {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  background: transparent url('../images/icon_close.png') -19px -19px no-repeat;
}

.tooltipclose:hover {
  background-position: -19px -77px;
}

.tooltip h3 {
  color: #3a3a3a;
  padding-bottom: 0.5em;
}

/* Icons */

.icon {
  display: block;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-clickable:hover {
  background-position: 0 -58px;
}

.icon-link {
  display: block;
  font: 700 1.1em/1em "Helvetica Neue", Arial, sans-serif;
  height: 46px;
  padding: 0.3em 0 0 2.2em;
  color: #989898;
  background-color: transparent;
  background-position: -18px -16px;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 0 rgba(255,255,255, 1);
}

.icon-link:hover {
  color: #3a3a3a;
  background-position: -18px -74px;
}

.icon-bill { background-image: url('../images/icon_bill.png'); }
.icon-edit { background-image: url('../images/icon_edit.png'); }
.icon-maintenance { background-image: url('../images/icon_maintenance.png'); }
.icon-message { background-image: url('../images/icon_message.png'); }
.icon-mobile { background-image: url('../images/icon_mobile_phone.png'); }
.icon-request { background-image: url('../images/icon_service_request.png'); }
.icon-settings { background-image: url('../images/icon_settings.png'); }
.icon-speed { background-image: url('../images/icon_connection_speed.png'); }
.icon-suspended { background-image: url('../images/icon_suspended.png'); }
.icon-textdocument { background-image: url('../images/icon_document_text.png'); }
.icon-transfer { background-image: url('../images/icon_transfer.png'); }

/* MISC HELPERS */

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.floatleft { float: left; }
.floatright { float: right; }
.hidden { display: none; }
.block { display: block; }
.label-inline { display: inline-block; padding: 0 1.5em 0 0.5em; vertical-align: middle }
.spacer-xsmall { height: 10px; }
.spacer-small { height: 20px; }
.spacer-medium { height: 30px; }
.spacer-large { height: 40px; }
.spacer-xlarge { height: 50px; }
.divider { margin: 0 1em; text-align: center; }
.indent-right { padding-right: 2em; }
.nomargin { margin-top: 0; }
.nopadding { padding: 0; }

@media only screen and (max-width: 1260px) {
  .wrapper {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1060px) {
  .row-grid div.col:nth-last-of-type(8), .row-grid div.col:nth-last-of-type(8) + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col+ div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col+ div.col + div.col, .row-grid div.col8 {width: 25%; float: left;}
}

@media only screen and (max-width: 767px) {    
  
  #mainheader {
    height: auto;
  }
  
  footer {
    text-align: center;
  }
  
  section {
    padding: 20px 0;
  }
  
  #titlebar {
    text-align: right;
    padding-right: 30px;
  }
  
  #menubutton {
    display: block;
  }
  
  #toolbar {
    position: relative;
    padding: 0;
  }
  
  #toolbar .toolbar {
    float: none;
    width: 100%;
    padding: 20px 18px 0 18px;
    background-image: none;
    border-top: 1px solid #703c8e;
    border-bottom: 1px solid #562175;
  }
  
  #toolbar .toolbar strong {
    display: inline;
  }
  
  .toolbar-active {
    border-top: 1px solid transparent;
    box-shadow: none;
  }
  
  #username {
    display: none;
  }
  
  .notification-toolbar {
    top: 18px;
    right: 18px;
  }
  
  div.col, .floatleft, .floatright{float:none;}
  div.col1,div.col2,div.col3,div.col4,div.col5,div.col6, div.col7, div.col8, div.col23 {width: 100%;}
  div.col:nth-last-of-type(2), div.col:nth-last-of-type(2) + div.col {width: 100%;}
  div.col:nth-last-of-type(3), div.col:nth-last-of-type(3) + div.col, div.col:nth-last-of-type(3) + div.col + div.col {width: 100%;}
  div.col:nth-last-of-type(4), div.col:nth-last-of-type(4) + div.col, div.col:nth-last-of-type(4) + div.col + div.col, div.col:nth-last-of-type(4) + div.col + div.col + div.col {width: 100%;}
  div.col:nth-last-of-type(5), div.col:nth-last-of-type(5) + div.col, div.col:nth-last-of-type(5) + div.col + div.col, div.col:nth-last-of-type(5) + div.col + div.col + div.col, div.col:nth-last-of-type(5) + div.col + div.col + div.col + div.col {width: 100%;}
  div.col:nth-last-of-type(6), div.col:nth-last-of-type(6) + div.col, div.col:nth-last-of-type(6) + div.col + div.col, div.col:nth-last-of-type(6) + div.col + div.col + div.col, div.col:nth-last-of-type(6) + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(6) + div.col + div.col + div.col + div.col + div.col {width: 100%;}
  div.col:nth-last-of-type(7), div.col:nth-last-of-type(7) + div.col, div.col:nth-last-of-type(7) + div.col + div.col, div.col:nth-last-of-type(7) + div.col + div.col + div.col, div.col:nth-last-of-type(7) + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(7) + div.col + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(7) + div.col + div.col + div.col + div.col + div.col + div.col {width: 100%;}
  div.col:nth-last-of-type(8), div.col:nth-last-of-type(8) + div.col, div.col:nth-last-of-type(8) + div.col + div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col+ div.col, div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col+ div.col + div.col {width: 100%;}
  
  .row-grid div.col:nth-last-of-type(8), .row-grid div.col:nth-last-of-type(8) + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col+ div.col, .row-grid div.col:nth-last-of-type(8) + div.col + div.col + div.col + div.col + div.col+ div.col + div.col, .row-grid div.col8 {width: 33.3333%; float: left;}
  
  .container-keepfloat .floatleft {
    float: left;
  }
  
  .container-keepfloat .floatright {
    float: right;
  }
  
  .container-tab {
  	border-right: 1px solid #d0cfce;
  	border-bottom: none;
  	border-left: 1px solid #d0cfce;
  	box-shadow: inset 1px 1px 0 #fff;
  }
  
  .tab .col:first-child .container-tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  
  .tab .col:last-child .container-tab {
    border-bottom: 1px solid #d0cfce;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  
  .textfield-short {
    max-width: 100%; 
  }
  
  .textfield-xshort {
    max-width: 65%;
  }
  
  .button {
    font-size: 0.9em;
    min-width: 60px;
    height: 32px;
    padding: 0 0.5em;
  }
  
  .button-plain {
    min-width: 120px;
  }
  
  .button-close {
    padding: 0.75em 0.5em 0 1.5em;
    background-position: -10px -14px;
  }
  
  .tooltip {
    min-width: 100%;
    max-width: 100%;
    height: 50%;
  }
  
  .tooltip:before {
  	display: none;
  }
  
  
  .tooltip:after {
  	display: none;
  }
}
/** For error messages  */
span.red  {
  color: #cc0000;
  font-weight: bold;  
} 

/* Clear floats */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }